/[kernel]/tags/kernel-2.4/source/kernel-source-2.4.27-2.4.27/2.4.27-8.experimental.1/debian/changelog
ViewVC logotype

Contents of /tags/kernel-2.4/source/kernel-source-2.4.27-2.4.27/2.4.27-8.experimental.1/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1251 - (show annotations) (download)
Thu Aug 19 06:11:20 2004 UTC (8 years, 10 months ago) by joshk
Original Path: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
File size: 54338 byte(s)
three patches of doom
1 kernel-source-2.4.27 (2.4.27-4) UNRELEASED; urgency=low
2
3 * 065_copy_user_parens.diff: This patch is cset 1.1447.4.7 from linux-2.4,
4 allowing us to build using binutils 2.15.
5 * 066_dep_fw_loader.diff: Prevent TIGON3 and PCMCIA_ATMEL from being
6 enabled if FW_LOADER is not selected.
7 * 067_tg3_ampersand.diff: Remove spurious & to tp->pdev, which caused a
8 warning in pci_name. May or may not have affected firmware loading.
9
10 -- Joshua Kwan <joshk@triplehelix.org> Wed, 18 Aug 2004 23:04:18 -0700
11
12 kernel-source-2.4.27 (2.4.27-3) unstable; urgency=high
13
14 * 018_core_cia_1G.diff: Backed out. Verified bogus.
15
16 -- Joshua Kwan <joshk@triplehelix.org> Tue, 17 Aug 2004 12:22:39 -0700
17
18 kernel-source-2.4.27 (2.4.27-2) unstable; urgency=high
19
20 * Urgency high to enter sarge. NEW processing was quick, thanks Randall!
21 * Bah. Remove .patch-stamps support from debian/apply as it prevents the
22 user from being able to unapply kernel-patch-debian-2.4.27 on an
23 unpacked kernel-source.tar.bz2.
24 * debian/patches/series/2.4.27-2: file with only a newline in it (so
25 it doesn't get reaped by make-kpkg clean for being size 0.)
26 * Use --no-backup-if-mismatch in debian/apply.
27
28 -- Joshua Kwan <joshk@triplehelix.org> Mon, 16 Aug 2004 09:24:56 -0700
29
30 kernel-source-2.4.27 (2.4.27-1) unstable; urgency=low
31
32 * New upstream release.
33
34 * Bugs fixed (will shortly be fixed in 2.4.26 as well, and closed there):
35 - #264202: doesn't build with CONFIG_ACPI_ASUS enabled
36 - #255406: Kernel crash when removing interface from wrong bridge
37 group
38 - #262870: device-mapper patch screwed up; prevents application of
39 evms patches (see below)
40
41 * CVE issues fixed by this release:
42 - CAN-2004-0495 (Al Viro sparse fixes)
43 - CAN-2004-0497 (users could modify group ID of arbitrary files on
44 the system)
45 - CAN-2004-0535 (e1000 minor info leak)
46 - CAN-2004-0685 (backported Conectiva usb sparse fixes)
47 - CAN-2004-0415 (file offset pointer handling race)
48 - CAN-2004-0565 (information leak ia64)
49
50 * Split out all of the monolithic patches into feature-divided patches.
51 Change apply/unpatch scripts to use this new system, using metadata to
52 describe which patches are added or removed in a given release.
53
54 However, apply script retains the same features on the outside as the
55 old one (i.e. incremental updates to old kernel-source trees of the same
56 upstream version.)
57
58 * Update the DM patch from kernel-patch-device-mapper.
59
60 * Apply IPsec update, thanks Horms.
61
62 * Merge patches from kernel-image-sparc-2.4 in.
63
64 * Run prune-non-free. This removes tg3.c, but 063_firmwareless_tg3.diff
65 adds the firmware-unencumbered one.
66
67 * Fix build dependencies:
68 - Everything becomes Build-Depends-Indep: this package produces
69 no arch-dependent packages.
70 - libc-dev -> libc6-dev | libc-dev.
71 - libncurses-dev | ncurses-dev -> libncurses5-dev | libncurses-dev.
72 - debian/compat is 3, so add a versioned B-D-I on debhelper (>= 3).
73
74 -- Joshua Kwan <joshk@triplehelix.org> Sat, 14 Aug 2004 13:01:08 -0700
75
76 kernel-source-2.4.26 (2.4.26-5) unstable; urgency=high
77
78 * Cleaned up after the previous upload. In particular, patch-2.4.26-3
79 is now part of the kernel-source tarball again. Urgency set to high
80 since this patch fixes a couple of security issues.
81
82 * Added a conflict to kernel-tree to make sure that unsuspecting package
83 builders (both human and non-human) do not use the previous upload of
84 kernel-source for their kernel-image packages.
85
86 * Added an almost empty patch to handle the revision bump.
87
88 -- Jens Schmalzing <jensen@debian.org> Tue, 3 Aug 2004 15:10:31 +0200
89
90 kernel-source-2.4.26 (2.4.26-4) unstable; urgency=low
91
92 * Fix stack allocation in crypt(). Patch by Herbert Xu
93 (closes: #257120)
94 . crypto/cipher.c
95 * Reversed patch to PCI initialisation code on Alpha
96 Patch by Herbert Xu, Steve Langasek
97 (closes: #253787)
98 . arch/alpha/kernel/core_cia.c
99
100 -- Simon Horman <horms@debian.org> Thu, 22 Jul 2004 12:27:39 +0900
101
102 kernel-source-2.4.26 (2.4.26-3) unstable; urgency=low
103
104 * Changed Maintainer to kernel team.
105 * Set uploaders to DD members of that team as per the alioth.debian.org
106 kernel project
107 * Merged hiddev.c with upstream (2.4.27-pre3) as there
108 were some inconsistencies and it seems the same person,
109 Herbert Xu was working on both copies of the code
110 and the upstream code seems to be more up to date.
111 . drivers/usb/hiddev.c
112 * Fixup for C1 Halt Disconnect problem on nForce2 systems
113 . arch/i386/kernel/pci-pc.c
114 * Fix clear_cpu() marco [CAN-2004-0554]
115 . include/asm-i386/i387.h
116 . include/asm-x86_64/i387.h
117 * Fix missing DAC check in sys_chown() [CAN-2004-0497]
118 . fs/attr.c
119 * Fix multiple information leaks discovered by Al Viro [CAN-2004-0495]
120 . drivers/net/wireless/airo.c
121 . drivers/acpi/asus_acpi.c
122 . drivers/sound/mpu401.c
123 . linux/drivers/sound/msnd.c
124 . linux/drivers/sound/msnd.h
125 . linux/drivers/sound/msnd_pinnacle.c,
126 . drivers/sound/pss.c,
127 * Fix potential buffer overflow in panic [CAN-2004-0394]
128 . kernel/panic.c
129 * List of Kernel Vulterablilities with CAN numebers which have
130 been resolved by previous kernels but are not listed in this ChangeLog
131 Goes back to the begining of 2003
132 For desciptions of the bugs please see www.mitre.org
133 . CAN-2003-0001 fixed in 2.4.20-5 (upstream 2.4.21-pre5)
134 . CAN-2003-0018 fixed in 2.4.21-1 (upstream 2.4.21-pre4)
135 . CAN-2003-0127 fixed in 2.4.20-6 (upstream 2.4.21-rc2)
136 . CAN-2003-0187 fixed in 2.4.20-13 (upstream 2.4.21-pre6)
137 . CAN-2003-0244 fixed in 2.4.20-7 (upstream 2.4.21-rc2)
138 . CAN-2003-0246 fixed in 2.4.20-7 (upstream 2.4.21-rc4)
139 . CAN-2003-0247 fixed in 2.4.20-8 (upstream 2.4.21-rc4)
140 . CAN-2003-0465 fixed in 2.4.20-8 (upstream 2.4.22-pre10)
141 . CAN-2003-0465 unsure, does not effect x86, need to check other arch
142 . CAN-2003-0619 fixed in 2.4.22-1 (upstream 2.4.21-pre3)
143 . CAN-2003-0643 fixed in 2.4.21-4 (upstream 2.4.22-pre10)
144 . CAN-2003-0699 fixed in 2.4.21-1 (upstream 2.4.21-rc2)
145 . CAN-2003-0700 fixed in 2.4.21-4 (upstream 2.4.22-pre3)
146 . CAN-2003-0961 fixed in 2.4.23-1 (upstream 2.4.23-pre7)
147 . CAN-2003-0984 fixed in 2.4.24-1 (upstream 2.4.24-rc1)
148 . CAN-2003-0985 fixed in 2.4.24-1 (upstream 2.4.24-rc1)
149 . CAN-2004-0003 fixed in 2.4.25-2 (upstream 2.4.26-rc4)
150 . CAN-2004-0010 fixed in 2.4.25-1 (upstream 2.4.25-pre7)
151 . CAN-2004-0075 fixed in 2.4.25-1 (upstream 2.4.25-pre5)
152 . CAN-2004-0077 fixed in 2.4.24-3 (upstream 2.4.26-pre3)
153 . CAN-2004-0109 fixed in 2.4.25-2 (upstream 2.4.26-rc4)
154 . CAN-2004-0133 fixed in 2.4.26-1 (upstream 2.4.26-pre2)
155 . CAN-2004-0177 fixed in 2.4.26-1 (upstream 2.4.26-pre4)
156 . CAN-2004-0178 fixed in 2.4.25-2 (upstream 2.4.26-pre5)
157 . CAN-2004-0228 code is not present, not vulnerable
158 . CAN-2004-0229 code is not present, not vulnerable
159 . CAN-2004-0424 fixed in 2.4.26-1 (upstream 2.4.26-pre3)
160 . CAN-2004-0427 fixed in 2.4.26-1 (upstream 2.4.26-rc4)
161 . CAN-2004-0427 fixed in 2.4.26-1 (upstream 2.4.26-rc4)
162 . CAN-2004-0535 fixed in 2.4.26-2 (upstream 2.4.27-rc3)
163 . CAN-2004-0587 code is not present, not vulnerable
164
165 -- Simon Horman <horms@debian.org> Fri, 9 Jul 2004 17:35:39 +0900
166
167 kernel-source-2.4.26 (2.4.26-2) unstable; urgency=low
168
169 * Set __exit tag on module_exit in drivers/ide/pci/atiixp.c.
170 * Require firmware 2.70 on alpha in drivers/block/DAC960.c (2.6, closes:
171 #244585).
172 * Removed cmpxchg definition in drivers/char/drm-4.0/drmP.h.
173 * Added regs.len check in drivers/net/e1000/e1000_ethtool.c (bk).
174 * Added SATA support (bk, closes: #245334):
175 . Documentation/Configure.help
176 . Documentation/DocBook/Makefile
177 . Documentation/DocBook/libata.tmpl
178 . drivers/block/Config.in
179 . drivers/block/Makefile
180 . drivers/block/carmel.c
181 . drivers/scsi/Config.in
182 . drivers/scsi/Makefile
183 . drivers/scsi/libata-core.c
184 . drivers/scsi/libata-scsi.c
185 . drivers/scsi/libata.h
186 . drivers/scsi/sata_promise.c
187 . drivers/scsi/sata_sil.c
188 . drivers/scsi/sata_sis.c
189 . drivers/scsi/sata_svw.c
190 . drivers/scsi/sata_via.c
191 . drivers/scsi/sata_vsc.c
192 . include/linux/ata.h
193 . include/linux/libata.h
194
195 -- Herbert Xu <herbert@debian.org> Sat, 1 May 2004 09:17:56 +1000
196
197 kernel-source-2.4.26 (2.4.26-1) unstable; urgency=low
198
199 * New upstream release.
200 * Fixed copy_to_user usage in drivers/usb/hiddev.c.
201 * Fixed build without procfs in drivers in drivers/hotplug/Makefile.
202 * Updated IPsec patch to 20040416-1.
203 * Updated ea and acl to 0.8.71.
204 * Removed cmpxchg definition in drivers/char/drm/drmP.h.
205 * Removed non-free firmware:
206 . Unused: drivers/sound/724hwmcode.h
207 . Unused: drivers/sound/Hwmcode.h
208 * Fixed module unloading in drivers/ide/pci/atiixp.c.
209
210 -- Herbert Xu <herbert@debian.org> Sat, 17 Apr 2004 17:27:33 +1000
211
212 kernel-source-2.4.25 (2.4.25-3) unstable; urgency=low
213
214 * Zero log buffer at mount time in fs/xfs/xfs_log.c (bk).
215 * Fixed boundary checks for GUSAGE/SUSAGE in drivers/usb/hiddev.c.
216
217 -- Herbert Xu <herbert@debian.org> Wed, 14 Apr 2004 19:05:13 +1000
218
219 kernel-source-2.4.25 (2.4.25-2) unstable; urgency=low
220
221 * Black listed "TOSHIBA CD-ROM XM-1702BC" in drivers/ide/ide-dma.c
222 (Moritz Lennert, closes: #222939).
223 * Set protocol in ip_route_me_harder in net/core/netfilter.c
224 (closes: #236479).
225 * Reverted hardsect change in drivers/scsi/sr.c (closes: #232586).
226 * Tighten sanity in time_init to 250 PPM in arch/alpha/kernel/time.c
227 (Scott Bailey, closes: #233096).
228 * Call mkdep on headers with xargs in Makefile.
229 * Fixed tuner support on WinTV-D boards in drivers/media/video/bttv-cards.c
230 (2.6, closes: #241272).
231 * Fixed single word src misalign > dest misalign case in
232 arch/alpha/lib/stxncpy.S (glibc, closes: #237884).
233 * Enhanced user input validation (Thomas Biege):
234 . drivers/char/drm/r128_state.c
235 . drivers/char/drm-4.0/r128_state.c
236 * Fixed audio sampe size in drivers/sound/sb_audio.c (bk).
237 * Fixed local root exploit in fs/isofs/rock.c (Ernie Petrides).
238 * Clear b_data in journal_get_descriptor_buffer in fs/jbd/journal.c
239 (Ted Ts'o).
240
241 -- Herbert Xu <herbert@debian.org> Mon, 12 Apr 2004 11:12:11 +1000
242
243 kernel-source-2.4.25 (2.4.25-1) unstable; urgency=low
244
245 * New upstream release.
246 * Applied Medley Software RAID patch, version 6 (closes: #232479).
247 * Applied ea 0.8.68 and acl 0.8.70 (closes: #229205).
248
249 -- Herbert Xu <herbert@debian.org> Mon, 23 Feb 2004 20:57:16 +1100
250
251 kernel-source-2.4.24 (2.4.24-3) unstable; urgency=high
252
253 * Added build-dependency on docbook-utils, gs and transfig (closes: #231201).
254 * Fixed off-by-one kmalloc in ntfs_dupuni2map in fs/ntfs/support.c
255 (closes: #207138).
256 * Fixed early chip programming in tg3_setup_copper_phy() in drivers/net/tg3.c
257 (David Miller).
258 * Fixed dev timer SMP deadlock in drivers/scsi/aic7xxx/aic7xxx_osm.c
259 (Andrew Morton).
260 * Check return value of do_munmap in do_mremap in mm/mremap.c (2.4.25).
261
262 -- Herbert Xu <herbert@debian.org> Wed, 18 Feb 2004 19:00:31 +1100
263
264 kernel-source-2.4.24 (2.4.24-2) unstable; urgency=low
265
266 * Fixed dead lock in drain_dac in drivers/sound/i810_audio.c
267 (closes: #228101).
268 * Fixed typos (Jochen Voss, closes: #227633):
269 . drivers/s390/block/xpram.c
270 . Documentation/usb/sl811hc.txt
271 * Updated IPsec patch to 20030202-1 (closes: #225995, #227507, #226000,
272 #230901).
273 * Updated sk98lin in drivers/net/sk98lin/* (2.4.25pre, closes: #229863).
274 * Added forcedeth driver (closes: #229895):
275 . Documentation/Configure.help
276 . drivers/net/Config.in
277 . drivers/net/Makefile
278 . drivers/net/forcedeth.c
279 * Added upstream changelog.
280 * Fixed invalid kfree in ntfs_printcb in fs/ntfs/fs.c.
281 * Clear nf_debug in ip_local_deliver_finish in net/ipv4/ip_input.c
282 (Valentijn Sessink).
283
284 -- Herbert Xu <herbert@debian.org> Tue, 3 Feb 2004 21:22:41 +1100
285
286 kernel-source-2.4.24 (2.4.24-1) unstable; urgency=low
287
288 * New upstream release.
289 * Fixed ipchains MASQ crash in net/ipv4/netfilter/ip_fw_compat_masq.c (bk).
290
291 -- Herbert Xu <herbert@debian.org> Tue, 6 Jan 2004 18:16:13 +1100
292
293 kernel-source-2.4.23 (2.4.23-1) unstable; urgency=low
294
295 * New upstream release (closes: #212633, #212706, #215883, #219195, #221621).
296 * Fixed red/blue typo in drivers/video/radeonfb.c.
297 * Set fb owner in drivers/video/radeonfb.c.
298 * Fixed DMA overruns/bugs in drivers/sound/i810_audio.c (closes: #219398).
299 * Applied cut-down version device mapper patch 1.00.07 (closes: #213063).
300 * Removed obsolete jbd_commit_interval option in fs/jbd/journal.c.
301 * Included README.Debian in debian patch.
302 * Updated IPsec patch to 20031129-4.
303
304 -- Herbert Xu <herbert@debian.org> Sun, 30 Nov 2003 11:31:38 +1100
305
306 kernel-source-2.4.22 (2.4.22-4) unstable; urgency=low
307
308 * Fixed initialisation lockup in drivers/scsi/ide-scsi.c
309 (bk, closes: #213663).
310 * Removed README note about mem= as it no longer applies.
311 * Fixed handling of acpi=on in arch/i386/kernel/setup.c
312 (Manuel Estrada Sainz, closes: #216023).
313 * Made AMD_PM768 conditional on X86/X86_64 in drivers/char/Config.in.
314 * Removed floating operations in drivers/net/amd8111e.* (2.5).
315 * Fixed kupdated dequeueing of SIGSTOP signals in fs/buffer.c (bk,
316 closes: #212424).
317 * Renamed BUS_ISA to CTL_BUS_ISA (closes: #217191):
318 . arch/arm/kernel/isa.c
319 . include/linux/sysctl.h
320 * Handle cases where child queues empty suddenly in net/sched/sch_htb.c (bk,
321 closes: #219939).
322 * Initialise reset_task properly in drivers/net/tg3.c.
323 * Removed bogus panic calls in arch/i386/kernel/mpparse.c (Jochen Voss).
324 * Updated IPsec patch to 20031030-1 (closes: #214779, #215503, #219486).
325
326 -- Herbert Xu <herbert@debian.org> Sat, 15 Nov 2003 14:54:18 +1100
327
328 kernel-source-2.4.22 (2.4.22-3) unstable; urgency=medium
329
330 * Set ide_xlate_1024_hook before probing probing (closes: #213192).
331
332 -- Herbert Xu <herbert@debian.org> Sat, 4 Oct 2003 14:34:33 +1000
333
334 kernel-source-2.4.22 (2.4.22-2) unstable; urgency=low
335
336 * Added jbd_commit_interval option:
337 . fs/jbd/journal.c
338 . fs/jbd/transaction.c
339 * Do not unshare files for pid == 1 in kernel/fork.c (closes: #211717).
340 * Made static CONFIG_IDEDISK_STROKE work again in drivers/ide/ide-disk.c
341 (closes: #210589).
342 * Added CONFIG_ACPI_OFF option:
343 . Documentation/Configure.help
344 . arch/i386/kernel/setup.c
345 . drivers/acpi/Config.in
346 * Added optimise by size option:
347 . Documentation/Configure.help
348 . Makefile
349 . arch/i386/config.in
350 * Fixed pci_pool_create macro in drivers/atm/he.c (bk,
351 closes: #211138, #211189).
352 * Fixed wrong address in ICMP log entry in net/ipv4/icmp.c (2.5,
353 closes: #211654).
354 * Fixed atm_clip_ops->owner crash (bk, closes: #211348):
355 . drivers/atm/common.c
356 . drivers/atm/proc.c
357 * Fixed double request_region (closes: #210289):
358 . drivers/net/arcnet/com20020.c
359 . drivers/net/arcnet/com20020-isa.c
360 . drivers/net/arcnet/com20020-pci.c
361 * Updated IPsec patch to 20030927-1 (closes: #211761).
362
363 -- Herbert Xu <herbert@debian.org> Sat, 27 Sep 2003 17:40:11 +1000
364
365 kernel-source-2.4.22 (2.4.22-1) unstable; urgency=low
366
367 * New upstream release.
368 * Probe existing drivers when loading ide-probe-mod:
369 . drivers/ide/ide-probe.c
370 . include/linux/ide.h
371 * Fixed CONFIG_IDEDISK_STROKE in drivers/ide/ide-disk.c (2.6,
372 closes: #205147).
373 * Removed -Werror in drivers/scsi/aic7xxx/Makefile.
374 * Updated IPsec patch to 20030904-1.
375
376 -- Herbert Xu <herbert@debian.org> Thu, 4 Sep 2003 21:31:15 +1000
377
378 kernel-source-2.4.21 (2.4.21-5) unstable; urgency=low
379
380 * Fixed steal_locks race (closes: #206399):
381 . fs/binfmt_elf.c
382 . fs/exec.c
383 * Fixed rare initialisation crash in drivers/char/amd76x_pm.c
384 (closes: #205537).
385 * Added license in drivers/acpi/driver.c (closes: #205190).
386 * Fixed multiline string literals in net/decnet/dn_table.c (closes: #206721).
387 * Updated IPsec patch to 20030824-1 (closes: #204947).
388
389 -- Herbert Xu <herbert@debian.org> Sun, 24 Aug 2003 11:36:15 +1000
390
391 kernel-source-2.4.21 (2.4.21-4) unstable; urgency=low
392
393 * Made /proc/tty/driver root-only (CAN-2003-0461):
394 . include/linux/proc_fs.h
395 . fs/proc/generic.c
396 . fs/proc/proc_tty.c
397 * Fixed exec file handling semantics (CAN-2003-0462, CAN-2003-0476):
398 . fs/binfmt_elf.c
399 . fs/exec.c
400 . fs/locks.c
401 . include/linux/fs.h
402 . kernel/fork.c
403 * Fixed sunrpc UDP reuse bug in net/sunrpc/svcsock.c (CAN-2003-0464).
404 * Fixed unchecked copy_to_user in fs/proc/proc_misc.c.
405 * Fixed ptrace/proc bug in fs/proc/base.c (CAN-2003-0501).
406 * Fixed bridging security issues (CAN-2003-055[012]):
407 . net/bridge/br_fdb.c
408 . net/bridge/br_if.c
409 . net/bridge/br_input.c
410 . net/bridge/br_private.h
411 . net/bridge/br_stp_bpdu.c
412 * Fixed boundary check in net/core/filter.c (Patrick McHardy).
413 * Fixed copy from user bug in drivers/sound/cmpci.c (bk).
414 * Fixed O_DIRECT races (bk):
415 . fs/buffer.c
416 . fs/inode.c
417 . fs/open.c
418 . include/linux/fs.h
419 . mm/filemap.c
420 * Fixed unused variables warning in arch/i386/kernel/emu.c.
421 * Updated IPsec patch to 20030802-1 (closes: #203008).
422 * Fixed incremental patch for 2.4.21-3.
423
424 -- Herbert Xu <herbert@debian.org> Sat, 2 Aug 2003 20:31:15 +1000
425
426 kernel-source-2.4.21 (2.4.21-3) unstable; urgency=low
427
428 * Use spinlock_t filler even with gcc 2.96 in include/linux/spinlock.h.
429 * Made CONFIG_IDEDISK_STROKE a runtime option (Joerg Platte,
430 closes: #200366):
431 . include/linux/ide.h
432 . drivers/ide/ide.c
433 . drivers/ide/ide-disk.c
434 * Work around broken Olympus cameras (RedHat, closes: #201114).
435 * Added nolapic option on i386 (closes: #201865):
436 . Documentation/kernel-parameters.txt
437 . arch/i386/kernel/apic.c
438 * AGP update - new intel, add nvidia (Alan Cox, closes: #196209):
439 . drivers/char/agp/agp.h
440 . drivers/char/agp/agpgart_be.c
441 . include/linux/agp_backend.h
442 . include/linux/pci_ids.h
443 * Fixed a bunch of warnings (closes: #196836).
444 . Cope with exit status 2 from md5sum in drivers/isdn/hisax/cert.c.
445 . Fixed printk format in fs/fat/file.c.
446 . Fixed macro redefinition warning in fs/nfs/nfs3proc.c.
447 . Fixed constant overflow warning in fs/nfs/nfs3xdr.c.
448 * Fixed multiline string literals (closes: #198651):
449 . drivers/scai/aic7xxx/aicasm/aicasm.c
450 . drivers/scai/aic7xxx/aicasm/aicasm_symbol.c
451 * Updated IPsec patch to 20030720-1.
452 * Fixed binutils test in scripts/ver_linux (closes: #202142).
453
454 -- Herbert Xu <herbert@debian.org> Sun, 20 Jul 2003 11:41:23 +1000
455
456 kernel-source-2.4.21 (2.4.21-2) unstable; urgency=low
457
458 * Added forward declaration for struct net_device in include/linux/skbuff.h.
459 * Restored mdio_sem that replaced rtnl_lock in drivers/net/8139too.c.
460 * Fixed impossible eid comparison in drivers/sound/cs46xx.c (Russell Coker).
461 * Replaced elif with else if in crypto/Config.in (closes: #198870).
462 * Fixed CMedia mixer initialisation bug in drivers/sound/ac97_codec.c
463 (ac, closes: #198847).
464 * Do not perform initial PCI scan until ide-probe-mod is loaded:
465 . include/linux/ide.h
466 . drivers/ide/ide.c
467 . drivers/ide/ide-probe.c
468 . drivers/ide/setup-pci.c
469 * Update gendisk devfs handler in lvrename in drivers/md/lvm.c
470 (closes: #189650).
471 * Applied 486 emulation patch (Willy Tarreau):
472 . Documentation/Configure.help
473 . arch/i386/config.in
474 . arch/i386/kernel/Makefile
475 . arch/i386/kernel/emu.c
476 . arch/i386/kernel/entry.S
477 * Moved debian patch into version-specific directory (closes: #199370).
478 * Updated IPsec patch:
479 . Use davme's 2.4 tree (closes: #199329, #199366).
480 * Removed bogus devfs references in Documentation/initrd.txt (Nikolaus Rath,
481 closes: #199619).
482 * Fixed merging error in arch/alpha/kernel/core_cia.c (closes: #199877).
483
484 -- Herbert Xu <herbert@debian.org> Fri, 4 Jul 2003 21:12:04 +1000
485
486 kernel-source-2.4.21 (2.4.21-1) unstable; urgency=low
487
488 * New upstream release (closes: #173329, #175032, #192026).
489 * Applied IDE modularisation patch (ac):
490 . drivers/ide/Makefile
491 . drivers/ide/ide.c
492 . drivers/ide/ide-default.c
493 . drivers/ide/ide-pnp.c
494 . drivers/ide/legacy/pdc4030.c
495 . drivers/ide/pci/cmd640.c
496 . include/linux/ide.h
497 * Use old IDE module names in drivers/ide/Makefile.
498 * Fixed IDE modularisation in drivers/ide/Config.in.
499 * Cope with namespace polluters in drivers/net/e1000/e1000_osdep.h.
500 * Added inclusion of linux/stddef.h due to NULL in linux/timer.h.
501 * Added inclusion of linux/socket.h due to sa_family_t in linux/in.h.
502 * Export symbols for ide-probe-mod:
503 . drivers/ide/ide.c
504 . drivers/ide/ide-io.c
505 * Fixed unload crash in drivers/ide/ide-proc.c.
506 * Enable hw_resend_irq if io_apic is on (ac):
507 . include/asm-i386/hw_irq.h
508 . arch/i386/kernel/io_apic.c
509 * Fixed mp_bus_id_to_pci_bus init in arch/i386/kernel/mpparse.c.
510 * Fixed IDE PCI proc entries for modules in drivers/ide/ide-proc.c.
511 * Merged Linux 2.5 IPsec stack backport.
512 * Moved ip6_route_me_harder exportation from net/netsyms.c to
513 net/ipv6/ipv6_syms.c.
514 * Added kernel-patch-debian and kernel-tree packages.
515 * Include linux/socket.h in include/linux/netlink.h (2.5).
516 * Include linux/skbuff.h for skb_put in include/linux/netlink.h.
517 * Include linux/spinlock.h for spinlock_t in include/linux/interrupt.h.
518 * Include linux/netdevice.h for MAX_ADDR_LEN in include/net/neighbour.h.
519 * Include linux/interrupt.h for tasklet_struct in include/net/neighbour.h.
520 * Added foreward declaration for struct neighbour in include/net/neighbour.h.
521 * Include linux/spinlock.h for rwlock_t in include/net/ip6_fib.h.
522 * Include net/sock.h for struct sock in include/net/ip6_route.h.
523 * Include linux/types.h for __u32 in include/linux/watchdog.h.
524 * Added CONFIG_ALPHA_LEGACY_NR_IRQS option for MILO users:
525 . Documentation/Configure.help
526 . arch/alpha/config.in
527 . arch/alpha/kernel/Makefile
528 . include/asm-alpha/irq.h
529
530 -- Herbert Xu <herbert@debian.org> Sat, 14 Jun 2003 21:16:17 +1000
531
532 kernel-source-2.4.20 (2.4.20-8) unstable; urgency=low
533
534 * Fixed mxcsr security hole in arch/i386/kernel/i387.c (2.5.70).
535 * Fixed TIOCCONS and writing to /dev/console (2.4.21rc7):
536 . drivers/char/tty_io.c
537 . include/linux/tty.h
538 * Fixed hashing exploits in fragment processing (2.4.21rc7).
539 * Fixed slot_tablelen type in drivers/ide/ide-cd.h.
540 * Use static inline in net/core/rtnetlink.c (closes: #194196).
541 * Fixed multiline string literals:
542 . drivers/scsi/aic7xxx/aic7xxx_osm.c
543 . driver/net/tokenring/olympic.c
544 . driver/net/wan/sdla_chdlc.c
545 . fs/reiserfs/super.c
546 . arch/i386/math-emu/poly.h
547 * Setup two 1G mappings if cia_rev == 1 in arch/alpha/kernel/core_cia.c
548 (closes: #195135).
549 * Added bswap explanation to README.Debian.
550 * Fixed some CPP pasting in drivers/atm/ambassador.c (David S. Miller).
551 * Fixed cpp abuse in drivers/net/irda/ma600.c.
552 * Fixed assembly specification in drivers/net/wan/sbni.c.
553 * Fixed InitStruct member types in drivers/sound/cs46xx.c.
554 * Use include/asm-ppc/unistd.h from 2.4.21-rc7 (closes: #194435).
555 * Fixed nr_sects types in include/linux/mtd/nftl.h.
556 * Fixed typos in drivers/net/fealnx.c.
557
558 -- Herbert Xu <herbert@debian.org> Sat, 7 Jun 2003 19:49:21 +1000
559
560 kernel-source-2.4.20 (2.4.20-7) unstable; urgency=low
561
562 * Removed kernel_thread prototype from arch/sparc64/kernel/sparc64_ksyms.c
563 (Eric de Beaumont, closes: #187341).
564 * Fixed arcnet/packet socket crash (closes: #187980):
565 . include/linux/arcdevices.h
566 . drivers/net/arcnet/*
567 * Check mm in is_dumpable in include/linux/sched.h (closes: #189103).
568 * Fixed size of default_port in drivers/net/via-rhine.c (closes: #192259).
569 * Fixed TSS I/O bitmap initialisation in arch/i386/kernel/ioport.c.
570 * Fixed hashing exploits in network stack (David S. Miller).
571 * Fixed ptrace fix (2.4.21rc, closes: #188092, #191783).
572 * Applied ext3-scheduling-storm patch to fs/jbd/transaction.c (Andrew Morton).
573 * Applied synx_fs-fix-2 patch (Andrew Morton, closes: #186136):
574 . fs/super.c
575 . Documentation/filesystems/Locking
576 * Fixed CIA rev 1 DMA window limitations (2.4.21rc, closes: #187055):
577 . arch/alpha/kernel/core_cia.c
578 . include/asm-alpha/core_cia.h
579 * Paper over X server bug in drivers/char/drm/i810_dma.c (closes: #187962).
580 * Fixed ISDN channel bonding crash (2.4.21rc, closes: #192459):
581 . drivers/isdn/isdn_net.c
582 . drivers/isdn/isdn_ppp.c
583 * Made binfmt_misc unloadable again (closes: #155570).
584 * Use seq interface for /proc/modules (closes: #193365):
585 . fs/proc/proc_misc.c
586 . kernel/module.c
587
588 -- Herbert Xu <herbert@debian.org> Sun, 18 May 2003 17:56:06 +1000
589
590 kernel-source-2.4.20 (2.4.20-6) unstable; urgency=low
591
592 * Documented mem= change in README.Debian.
593 * Fixed printk warnings in init/do_mounts.c.
594 * Fixed printk warnings in fs/fat/file.c (closes: #178355).
595 * Commented out non-TeX heading in Documentation/smp.tex (Daniel van Eeden,
596 closes: #174554).
597 * Fixed dupliate detection problem in drivers/net/tokenring/ibmtr.c
598 (closes: #178874).
599 * Close old_fd and root_fd in init/do_mounts.c (Brian May, closes: #180934).
600 * Ignore errors from tw_setfeature in drivers/scsi/3w-xxxx.c
601 (closes: #181581).
602 * Changed all occurances of infobox+sleep to msgbox in scripts/Menuconfig
603 (closes: #181640).
604 * Use rq->special instead of rq->buffer in drivers/scsi/ide-scsi.c
605 (closes: #180125).
606 * Fixed precedence bug in drivers/sound/trident.c (John Levon).
607 * Documented AMD 768 erratum (closes: #177139).
608 * Fixed initialisation error handling in drivers/block/cciss.c.
609 * Fixed initialisation error handling in drivers/block/cpqarray.c.
610 * Fixed ptrace security hole (closes: #185375).
611 * Work around broken Toshiba keyboards (2.4.21pre, closes: #121335).
612 * Fixed sock address length check (2.4.21pre, closes: #171983).
613
614 -- Herbert Xu <herbert@debian.org> Sat, 22 Mar 2003 10:05:53 +1100
615
616 kernel-source-2.4.20 (2.4.20-5) unstable; urgency=high
617
618 * Fixed ethernet packet padding information leak (2.4ac, see #176178):
619 . via-rhine
620 * Added sk_padto function (closes: #176487).
621
622 -- Herbert Xu <herbert@debian.org> Mon, 13 Jan 2003 19:17:48 +1100
623
624 kernel-source-2.4.20 (2.4.20-4) unstable; urgency=high
625
626 * Added missing printk newlines in net/sched/sch_htb.c
627 (Alexandra N. Kossovsky, closes: #174152).
628 * Removed bogus VIA KT266 IO-APIC check. It is a useful warning.
629 * Removed bogus ip_conntrack_{ftp,irc} check.
630 * Fixed a typo in Documentation/sound/Introduction (Daniel van Eeden,
631 closes: #174944).
632 * Reverted CONFIG_VIDEO_VESA change (closes: #175614).
633 * Fixed ethernet packet padding information leak (2.4ac, see #176178):
634 . 3c501
635 . 3c505
636 . 3c507
637 . 3c523
638 . 3c527
639 . 7990
640 . 8139too
641 . 82596
642 . 8390
643 . a2065
644 . am79c961a
645 . ariadne
646 . at1700
647 . atarilance
648 . atp
649 . bagetlance
650 . de600
651 . de620
652 . declance
653 . depca
654 . eepro
655 . eexpress
656 . epic100
657 . eth16i
658 . fmv18x
659 . hp100
660 . lance
661 . lasi_82596
662 . lp486e
663 . ni5010
664 . ni52
665 . ni65
666 . axnet_cs
667 . fmvj18x_cs
668 . ray_cs
669 . xirc2ps_cs
670 . xircom_tulip_cb
671 . seeq8005
672 . sgiseeq
673 . sk_g16
674 . smc9194
675 . sun3_82586
676 . sun3lance
677 . wavelan
678 . yellowfin
679 . znet
680
681 -- Herbert Xu <herbert@debian.org> Sat, 11 Jan 2003 17:31:43 +1100
682
683 kernel-source-2.4.20 (2.4.20-3) unstable; urgency=low
684
685 * Fixed ext3 remount deadlock added in 2.4.20-2 (Andrew Morton).
686 * Fixed ext3 use-after-free bug (Andrew Morton).
687 * Fixed i845G AGP Gart initialisation (Michael Milligan, closes: #172724).
688 * Updated i810_audio driver (2.4.21pre1, closes: #172194).
689
690 -- Herbert Xu <herbert@debian.org> Sat, 21 Dec 2002 13:49:15 +1100
691
692 kernel-source-2.4.20 (2.4.20-2) unstable; urgency=low
693
694 * Include acpidrv.o in the kernel (Mario Holbe, closes: #168439).
695 * Removed CONFIG_INET_ECN_DISABLED option.
696 * Removed CONFIG_INET_ECN check in net/ipv4/tcp_diag.c.
697 * Fixed stxncpy on alpha (2.4.21pre).
698 * Fixed ext3 data=journal umount problem (2.4.21pre1, closes: #171632).
699 * Added dependency on MTD_CONCAT for sc520cdp (closes: #173045).
700
701 -- Herbert Xu <herbert@debian.org> Sun, 15 Dec 2002 14:53:05 +1100
702
703 kernel-source-2.4.20 (2.4.20-1) unstable; urgency=low
704
705 * New upstream release (closes: #164065, #164204, #165478, #166312, #168141,
706 #168190, #170962).
707 * Disable CONFIG_VIDEO_VESA unless VESA FB support is turned on.
708 * Mention Debian changes in kernel-source package description.
709 * Fixed a bug where ACPI is always compiled as a module (closes: #168439).
710 * CONFIG_VIDEO_SELECT is always on again.
711 * Modularised VESA FB.
712 * Added coreutils as an alternative to fileutils (closes: #170459).
713 * Replaced BUG() with printk() in fs/fat/file.c (closes: #168886).
714 * Fixed circular dependency in include/linux/netfilter_ipv4/ip_conntrack.h.
715 * Do not get seqno if we will not use it in fs/isofs/inode.c.
716 * Fixed HID name fix so that produce id is actually read.
717 * Added missing semicolons in drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
718 (Michael Osamu Shiobara, closes: #165375).
719 * Made CONFIG_PARIDE_EPATC8 into a runtime option.
720 * Fixed double PCI unregistration in drivers/char/joystick/pcigame.c.
721 * Include linux/init.h in drivers/char/amd76x_pm.c.
722 * Include linux/init.h in drivers/scsi/cpqfcTSinit.c.
723
724 -- Herbert Xu <herbert@debian.org> Sat, 30 Nov 2002 16:39:30 +1100
725
726 kernel-source-2.4.19 (2.4.19-5) unstable; urgency=high
727
728 * Fixed i386 lcall DoS (Petr Vandrovec).
729
730 -- Herbert Xu <herbert@debian.org> Mon, 18 Nov 2002 21:22:02 +1100
731
732 kernel-source-2.4.19 (2.4.19-4) unstable; urgency=low
733
734 * Added missing headers in drivers/isdn/hisax/avma1_cs.c.
735 * Added missing headers in drivers/net/wan/comx-hw-munich.c.
736
737 -- Herbert Xu <herbert@debian.org> Wed, 16 Oct 2002 22:42:01 +1000
738
739 kernel-source-2.4.19 (2.4.19-3) unstable; urgency=low
740
741 * Fixed more ACPI module building problems.
742 * Fixed initialisation oops in drivers/scsi/aic7xxx/aic7770.c
743 (closes: #162347).
744 * Made CONFIG_VIDEO_SELECT conditional in drivers/video.
745
746 -- Herbert Xu <herbert@debian.org> Sun, 6 Oct 2002 16:33:04 +1000
747
748 kernel-source-2.4.19 (2.4.19-2) unstable; urgency=low
749
750 * Inlucde pagemap.h for unlock_page in drivers/char/drm/i810_dma.c
751 (closes: #144971).
752 * Set ?time to zero in fs/cramfs/inode.c.
753 * Allow ACPI to be compiled as a module.
754 * Fixed umsdos_solve_hlink oops in fs/umsdos/dir.c (closes: #159772).
755 * Honour ide?=dma in drivers/ide/via82cxxx.c (Arne Nordmark,
756 closes: #157925).
757 * Restored priority of invalidate messages in fs/buffer.c. The submitter of
758 #131419 did a badblocks -f.
759 * Wait before flushing in drivers/char/drm/mga_dma.c (ac, closes: #161100).
760 * Applied SCSI Media Changer patch (closes: #144850).
761 * Applied Big Physical Area Reservation patch (closes: #144849).
762 * Removed period check for executables in fs/isofs/inode.c (closes: #162190).
763
764 -- Herbert Xu <herbert@debian.org> Sat, 28 Sep 2002 16:53:27 +1000
765
766 kernel-source-2.4.19 (2.4.19-1) unstable; urgency=low
767
768 * New upstream release (closes: #139617, #146349).
769 * ip_nat_{ftp,irc} cannot be m if ip_conntrack_{ftp,irc} is y, respectively
770 (closes: #142532).
771 * Removed volume checks in fs/isofs/inode.c (closes: #138384).
772 * Removed gsem from drivers/usb/pegasus.c.
773 * Always call complete after unlinking an urb in drivers/usb/usb-ohci.c.
774 * Set hardsect size to 512 in drivers/scsi/sr.c (closes: #154510).
775 * Removed non-free firmware and disabled their drivers (closes: #150052):
776 . SMC Token Ring
777 . ACENIC
778 . DGRS
779 . DABUSB
780 * Lowed invalidate messages to priority DEBUG in fs/buffer.c
781 (closes: #131349).
782
783 -- Herbert Xu <herbert@debian.org> Wed, 7 Aug 2002 21:12:03 +1000
784
785 kernel-source-2.4.18 (2.4.18-5) unstable; urgency=low
786
787 * Corrected AdvWriteDWordLramNoSwap in drivers/scsi/advansys.c
788 (Jerome L. Quinn, closes: #128080).
789 * Added check for VIA KT266 IO-APIC, version == 2 (closes: #136163).
790 * Updated pegasus driver (2.4.19pre6).
791 * Added ATARAID device names to main.c (Eduard Bloch, closes: #139604).
792 * Updated uhci driver (Johannes Erdfelt, closes: #135785).
793 * Translate slashes in broken Acorn ISO9660 file systems (Darren Salt,
794 closes: #141660).
795 * Added newline to printk in drivers/sound/i810_audio.c
796 (handler-case@gmx.net, closes: #142214).
797 * Updated parport driver (2.4.19pre6).
798
799 -- Herbert Xu <herbert@debian.org> Sat, 13 Apr 2002 22:07:22 +1000
800
801 kernel-source-2.4.18 (2.4.18-4) unstable; urgency=high
802
803 * Fixed remaining double free in
804 drivers/net/zlib.c
805 fs/jffs2/zlib.c
806
807 -- Herbert Xu <herbert@debian.org> Wed, 20 Mar 2002 20:02:18 +1100
808
809 kernel-source-2.4.18 (2.4.18-3) unstable; urgency=high
810
811 * Fixed double free in
812 drivers/net/zlib.c
813 fs/jffs2/zlib.c
814
815 -- Herbert Xu <herbert@debian.org> Wed, 13 Mar 2002 20:24:09 +1100
816
817 kernel-source-2.4.18 (2.4.18-2) unstable; urgency=low
818
819 * Removed -g from driviers/atm/Makefile.
820 * Added missing personality patch to fs/binfmt_elf.c.
821 * Export est_cycle_freq (needed for removing CONFIG_FT_ALPHA_CLOCK).
822 * Extern inline -> static inline in
823 drivers/char/specialx.c
824 drivers/net/hamradio/soundmodem
825 * Added asm/io.h for in*/out* to
826 drivers/isdn/hisax/hisax_fcpcipnp.c
827 drivers/net/wan/farsync.c
828
829 -- Herbert Xu <herbert@debian.org> Wed, 6 Mar 2002 19:53:30 +1100
830
831 kernel-source-2.4.18 (2.4.18-1) unstable; urgency=low
832
833 * New upstream release (closes: #126391, #135156).
834 * Reverted tulip BMCR_FULLDPLX patch.
835 * Moved mkcramfs to the cramfs source package.
836 * CONFIG_SERIAL_ACPI now depends on CONFIG_SERIAL == y (closes: #132038).
837 * Fixed negative inodes in /proc/net (Arnaud Giersch, closes: #134704).
838 * pcnet32_purge_tx_ring may be called from IRQ context (Darren Salt,
839 closes: #134930).
840 * Check old_bbpnt in drivers/scsi/sr.c (2.5).
841 * Removed CONFIG_FT_ALPHA_CLOCK.
842 * Fixed the use of return values from mem*_io in drivers/isdn/sc.
843 * Added missing headers in drivers/pcmcia/i82092.c.
844 * Fixed compile error in drivers/scsi/dpt_i2o.c on alpha.
845
846 -- Herbert Xu <herbert@debian.org> Thu, 28 Feb 2002 19:40:29 +1100
847
848 kernel-source-2.4.17 (2.4.17-1) unstable; urgency=low
849
850 * New upstream release (closes: #122168, #123471).
851 * Only set startup to 0 for 21143 (rev 65) in tulip.
852 * Don't clear BMCR_FULLDPLX bit in tulip_find_mii as it breaks some cards
853 (closes: #100624).
854 * Fixed atyfb compilation problem (Tobias Ringstrom).
855 * Removed obsolete vfat patch.
856 * Fixed double cache allocation in mount_devfs_fs.
857
858 -- Herbert Xu <herbert@debian.org> Sat, 22 Dec 2001 13:41:46 +1100
859
860 kernel-source-2.4.16 (2.4.16-1) unstable; urgency=low
861
862 * New upstream release.
863
864 -- Herbert Xu <herbert@debian.org> Wed, 28 Nov 2001 07:30:44 +1100
865
866 kernel-source-2.4.15 (2.4.15-1) unstable; urgency=low
867
868 * New upstream release.
869
870 -- Herbert Xu <herbert@debian.org> Sat, 24 Nov 2001 13:34:51 +1100
871
872 kernel-source-2.4.14 (2.4.14-1) unstable; urgency=low
873
874 * New upstream release (closes: #117368, #118111).
875 * Made mkcramfs more verbose about write errors.
876 * Fixed compilation problem in loopback driver.
877 * Fixed compilation problem in ps2esdi.c.
878 * Fixed compilation problem in i2c-core.c.
879
880 -- Herbert Xu <herbert@debian.org> Fri, 9 Nov 2001 20:15:49 +1100
881
882 kernel-source-2.4.13 (2.4.13-1) unstable; urgency=low
883
884 * New upstream release.
885 * Updated kernel-source suggests (closes: #115716).
886 * Added support for nm256xl+ (Mattia Monga, closes: #116378).
887 * Fixed comment about epochs in arch/alpha/kernel/time.c.
888 * Fixed symlink size bug on tmpfs.
889 * Fixed handling of HIDs with product strings bug no manufacturer.
890 * Work around tmpfs symlink size bug in mkcramfs.
891
892 -- Herbert Xu <herbert@debian.org> Sat, 27 Oct 2001 17:39:07 +1000
893
894 kernel-source-2.4.12 (2.4.12-1) unstable; urgency=low
895
896 * New upstream release.
897 * Fixed typo in debian/rules (closes: #114065).
898 * Fixed ECN compilation problem (closes: #114192).
899 * Fixed typo in Documentation/sound/OPL3-SA
900 (Marius Gedminas, closes: #114760).
901 * Fixed typo in drivers/parport/ieee1284_ops.c (Tim Waugh).
902 * Don't kill page cache entries in set_blocksize.
903
904 -- Herbert Xu <herbert@debian.org> Sat, 13 Oct 2001 11:41:03 +1000
905
906 kernel-source-2.4.10 (2.4.10-1) unstable; urgency=low
907
908 * New upstream release.
909 * Added support for EPAT C7/C8 chips.
910 * Fixed dead lock on shutdown in 8139too (closes: #107779).
911 * Removed const from drivers/net/irda/smc-ircc.c
912 (Keith Owens, closes: #110193).
913 * Allow ECN to be compiled in but disabled.
914 * Removed non-free Keyspan firmware. We're no longer pristine.
915 * Fixed list_del bug in usb-uhci (ac patches).
916 * Fixed apm argument processing (ac patches).
917 * Added ioctl defines for cpq (ac patches).
918 * Included linux/init.h in drivers/net/aironet4500_card.c.
919
920 -- Herbert Xu <herbert@debian.org> Sat, 29 Sep 2001 16:05:20 +1000
921
922 kernel-source-2.4.9 (2.4.9-1) unstable; urgency=low
923
924 * New upstream release (closes: #63393).
925 * Fixed highmem CramFS bug (closes: #108893).
926 * Added missing include in fs/ntfs/unistr.c.
927 * Reverted startup==1 patch from drivers/net/tulip/21142.c.
928 * Fixed obsolete use of min: drivers/net/rrunner.c.
929 * Exported snprintf/vsnprintf (ac patches).
930
931 -- Herbert Xu <herbert@debian.org> Sat, 18 Aug 2001 21:23:07 +1000
932
933 kernel-source-2.4.8 (2.4.8-1) unstable; urgency=low
934
935 * New upstream release.
936 * Menuconfig now exits with 1 if screen is too small (closes: #106510).
937 * Applied NFS client seekdir patch (closes: #63063, #107045).
938 * Build-depend on kernel-package >= 7.48 (closes: #107545).
939 * Applied emu10k fixes (ac patches).
940 * Fixed ldm macros (ac patches).
941
942 -- Herbert Xu <herbert@debian.org> Sun, 12 Aug 2001 09:04:44 +1000
943
944 kernel-source-2.4.7 (2.4.7-1) unstable; urgency=low
945
946 * New upstream release (closes: #97516, #104141, #104267).
947 * Applied ReiserFS umount patch (closes: #100740).
948 * Applied DAC960 completion patch (Jens Axboe).
949 * Restricted CONFIG_FB_PVR2 to SH (ac patches).
950
951 -- Herbert Xu <herbert@debian.org> Sun, 22 Jul 2001 11:52:29 +1000
952
953 kernel-source-2.4.6 (2.4.6-1) unstable; urgency=low
954
955 * New upstream release (closes: #102864).
956 * Fixed pegasus_set_multicast lockup.
957 * Reverted sysinfo patch.
958
959 -- Herbert Xu <herbert@debian.org> Thu, 5 Jul 2001 19:24:12 +1000
960
961 kernel-source-2.4.5 (2.4.5-1) unstable; urgency=low
962
963 * New upstream release (closes: #78761, #96443).
964 * Fixed set_blocksize() on RAMDISKs.
965 * Removed flavour patch from Makefile as it is now obsolete.
966 * Fixed typo in drivers/usb/ov511.c (ac patches).
967 * Fixed race in fs/super.c (Alexander Viro).
968
969 -- Herbert Xu <herbert@debian.org> Sun, 27 May 2001 10:25:42 +1000
970
971 kernel-source-2.4.4 (2.4.4-2) unstable; urgency=low
972
973 * Hacked ide_xlate_1024 to work when IDE is modularised (closes: #94853).
974 * Fixed typo in pci2220i.c (ac patches).
975 * Treat files that begin with FD_FILL_BYTE correctly in vfat
976 (closes: #75413).
977
978 -- Herbert Xu <herbert@debian.org> Sun, 13 May 2001 09:33:09 +1000
979
980 kernel-source-2.4.4 (2.4.4-1) unstable; urgency=low
981
982 * New upstream release.
983 * Fixed a typo in Documentation/sound/OPL3-SA (Carlos Valdivia Yagüe,
984 closes: #95255).
985
986 -- Herbert Xu <herbert@debian.org> Sun, 29 Apr 2001 10:32:51 +1000
987
988 kernel-source-2.4.3 (2.4.3-4) unstable; urgency=low
989
990 * ip_conntrack_ftp fix (netfilter, closes: #94216).
991
992 -- Herbert Xu <herbert@debian.org> Sun, 22 Apr 2001 11:15:02 +1000
993
994 kernel-source-2.4.3 (2.4.3-3) unstable; urgency=low
995
996 * Added missing SIEMENS PCI ID (ac patches).
997 * Exported proc_get_inode (ac patches).
998
999 -- Herbert Xu <herbert@debian.org> Mon, 16 Apr 2001 08:42:17 +1000
1000
1001 kernel-source-2.4.3 (2.4.3-2) unstable; urgency=low
1002
1003 * Correct devfs path name in scsi-generic.txt (closes: #93405).
1004 * Fixed negative padding in struct sysinfo.
1005
1006 -- Herbert Xu <herbert@debian.org> Fri, 13 Apr 2001 19:42:42 +1000
1007
1008 kernel-source-2.4.3 (2.4.3-1) unstable; urgency=low
1009
1010 * New upstream release.
1011
1012 -- Herbert Xu <herbert@debian.org> Sun, 8 Apr 2001 16:50:40 +1000
1013
1014 kernel-source-2.4.2 (2.4.2-3) unstable; urgency=low
1015
1016 * Added build-time dependency on libz-dev (closes: #89722).
1017 * Compilation fixes in 6pack.c and genhd.h (closes: #90646).
1018
1019 -- Herbert Xu <herbert@debian.org> Fri, 23 Mar 2001 20:30:03 +1100
1020
1021 kernel-source-2.4.2 (2.4.2-2) unstable; urgency=low
1022
1023 * Added initrd support for cramfs.
1024 * Fixed bug that prevented initrd from being freed (ac patches).
1025 * Fixed a typo in Documentation/sound/VIBRA16 (Carlos Valdivia,
1026 closes: #88018).
1027 * Removed misleading securetty note in devfs README files (closes: #89148).
1028
1029 -- Herbert Xu <herbert@debian.org> Sun, 11 Mar 2001 08:56:27 +1100
1030
1031 kernel-source-2.4.2 (2.4.2-1) unstable; urgency=low
1032
1033 * New upstream release.
1034 * Created mkcramfs package.
1035 * Accomodate option change in binutils (closes: #87009).
1036 * Applied loopback patch by Jens Axobe.
1037
1038 -- Herbert Xu <herbert@debian.org> Fri, 23 Feb 2001 20:19:31 +1100
1039
1040 kernel-source-2.4.1 (2.4.1-3) unstable; urgency=low
1041
1042 * Applied tmpfs patch by Christoph Rohland.
1043 * Fixed incorrect conditional check in struct sysinfo (closes: #85603).
1044
1045 -- Herbert Xu <herbert@debian.org> Sun, 11 Feb 2001 21:08:05 +1100
1046
1047 kernel-source-2.4.1 (2.4.1-2) unstable; urgency=low
1048
1049 * Fixed the struct sysinfo warning properly (closes: #84234).
1050
1051 -- Herbert Xu <herbert@debian.org> Sat, 10 Feb 2001 23:10:44 +1100
1052
1053 kernel-source-2.4.1 (2.4.1-1) unstable; urgency=low
1054
1055 * New upstream release.
1056 * Added support for flavours to Makefile.
1057 * Only include asm/bitops.h if __KERNEL__ is defined in linux/fs.h
1058 (closes: #84238).
1059 * Added padding to struct sysinfo so that it's identical to 2.2 (#84234).
1060 * Fixed typos in asm/socket.h (closes: #39168).
1061 * Updated IrDA URL in asm/termios.h (closes: #42222).
1062
1063 -- Herbert Xu <herbert@debian.org> Sun, 4 Feb 2001 10:11:47 +1100
1064
1065 kernel-source-2.4.0 (2.4.0-1) unstable; urgency=low
1066
1067 * New upstream release (closes: #71874, #79490).
1068 * Added missing build-time dependencies (closes: #81728).
1069
1070 -- Herbert Xu <herbert@debian.org> Tue, 16 Jan 2001 11:14:16 +1100
1071
1072 kernel-source-2.4.0-test11 (2.4.0-test11-1) unstable; urgency=low
1073
1074 * New upstream release.
1075
1076 -- Herbert Xu <herbert@debian.org> Sat, 9 Dec 2000 11:34:37 +1100
1077
1078 kernel-source-2.4.0-test5 (2.4.0-test5-1) unstable; urgency=low
1079
1080 * New upstream release.
1081
1082 -- Herbert Xu <herbert@debian.org> Sat, 29 Jul 2000 17:55:37 +1000
1083
1084 kernel-source-2.4.0-test4 (2.4.0-test4-1) unstable; urgency=low
1085
1086 * New upstream release.
1087
1088 -- Herbert Xu <herbert@debian.org> Wed, 19 Jul 2000 18:37:17 +1000
1089
1090 kernel-source-2.4.0-test3 (2.4.0-test3-1) unstable; urgency=low
1091
1092 * New upstream release.
1093
1094 -- Herbert Xu <herbert@debian.org> Wed, 12 Jul 2000 09:49:57 +1000
1095
1096 kernel-source-2.4.0-test2 (2.4.0-test2-1) unstable; urgency=low
1097
1098 * New upstream release.
1099
1100 -- Herbert Xu <herbert@debian.org> Mon, 10 Jul 2000 19:24:59 +1000
1101
1102 kernel-source-2.2.17 (2.2.17pre6-1) frozen unstable; urgency=low
1103
1104 * New upstream release.
1105
1106 -- Herbert Xu <herbert@debian.org> Sat, 24 Jun 2000 21:53:40 +1000
1107
1108 kernel-source-2.2.16 (2.2.16-1) frozen unstable; urgency=high
1109
1110 * New upstream release (closes: #65745).
1111
1112 -- Herbert Xu <herbert@debian.org> Sun, 18 Jun 2000 12:42:37 +1000
1113
1114 kernel-source-2.2.15 (1:2.2.15-3) frozen unstable; urgency=low
1115
1116 * Bring capabilities closer to POSIX spec (Andrew Morgan)
1117 | Note. This subtly changes cap_bset behaviour.
1118
1119 -- Herbert Xu <herbert@debian.org> Thu, 1 Jun 2000 09:32:11 +1000
1120
1121 kernel-source-2.2.15 (1:2.2.15-2) frozen unstable; urgency=low
1122
1123 * AIC7XXX 5.1.29 (closes: #63946).
1124
1125 -- Herbert Xu <herbert@debian.org> Sat, 13 May 2000 09:29:50 +1000
1126
1127 kernel-source-2.2.15 (1:2.2.15-1) frozen unstable; urgency=low
1128
1129 * New upstream release (closes: #63675).
1130 * Built with kernel-package 7.04.potato.1 (closes: #63290).
1131
1132 -- Herbert Xu <herbert@debian.org> Tue, 9 May 2000 12:54:09 +1000
1133
1134 kernel-source-2.2.15pre19 (2.2.15pre19-2) frozen unstable; urgency=low
1135
1136 * New upstream release (pre20).
1137
1138 -- Herbert Xu <herbert@debian.org> Tue, 25 Apr 2000 15:31:03 +1000
1139
1140 kernel-source-2.2.15pre19 (2.2.15pre19-1) frozen unstable; urgency=low
1141
1142 * New upstream release (closes: #55383).
1143 * Applied patch from Chris Evans.
1144 * Applied patch from David Miller.
1145
1146 -- Herbert Xu <herbert@debian.org> Fri, 21 Apr 2000 12:15:30 +1000
1147
1148 kernel-source-2.2.14 (2.2.14-5) frozen unstable; urgency=low
1149
1150 * Delete my copy of the control file before calling make-kpkg
1151 (closes: #62269).
1152
1153 -- Herbert Xu <herbert@debian.org> Thu, 13 Apr 2000 08:33:18 +1000
1154
1155 kernel-source-2.2.14 (2.2.14-4) frozen unstable; urgency=medium
1156
1157 * Applied patch from Alexey Kuznetsov that fixes the AF_UNIX socket crash
1158 (closes: #61335).
1159 * Rebuilt with new kernel-package (closes: #61261).
1160
1161 -- Herbert Xu <herbert@debian.org> Fri, 31 Mar 2000 14:12:43 +1000
1162
1163 kernel-source-2.2.14 (2.2.14-3) frozen unstable; urgency=low
1164
1165 * Rebuilt with new kernel-package (closes: #60001).
1166 * Included a patch from Eric Delaunay <delaunay@lix.polytechnique.fr> that
1167 fixes a couple of argument parsing bugs in main.c (closes: #58566).
1168
1169 -- Herbert Xu <herbert@debian.org> Thu, 23 Mar 2000 19:05:11 +1100
1170
1171 kernel-source-2.2.14 (2.2.14-2) unstable; urgency=low
1172
1173 * Fixed incorrect assembly code for i386.
1174
1175 -- Herbert Xu <herbert@debian.org> Sun, 16 Jan 2000 12:36:59 +1100
1176
1177 kernel-source-2.2.14 (2.2.14-1) unstable; urgency=low
1178
1179 * New upstream release.
1180 * Fixed a typo in aha152x.c (closes: #12636).
1181
1182 -- Herbert Xu <herbert@debian.org> Thu, 13 Jan 2000 12:09:06 +1100
1183
1184 kernel-source-2.2.13 (2.2.13-2) unstable; urgency=low
1185
1186 * Updated version number in README.Debian (closes: #49033).
1187 * Removed kernel-image as it will be generated by the kernel-image source
1188 package.
1189
1190 -- Herbert Xu <herbert@debian.org> Fri, 19 Nov 1999 19:41:45 +1100
1191
1192 kernel-source-2.2.13 (2.2.13-1) unstable; urgency=low
1193
1194 * New upstream release.
1195 * Enabled ServeRAID (closes: #47653).
1196
1197 -- Herbert Xu <herbert@debian.org> Sun, 24 Oct 1999 14:22:49 +1000
1198
1199 kernel-source-2.2.12 (2.2.12-4) unstable; urgency=low
1200
1201 * Fixed a typo in tgafb.c.
1202 * Added CONFIG_APM_DISABLE_BY_DEFAULT.
1203 * Call make-kpkg to clean up (closes: #45603).
1204
1205 -- Herbert Xu <herbert@debian.org> Thu, 14 Oct 1999 09:06:57 +1000
1206
1207 kernel-source-2.2.12 (2.2.12-3) unstable; urgency=low
1208
1209 * Compiled with stacks aligned on dwords.
1210 * Enabled serial consoles (closes: #46152).
1211
1212 -- Herbert Xu <herbert@debian.org> Tue, 28 Sep 1999 17:39:34 +1000
1213
1214 kernel-source-2.2.12 (2.2.12-2) unstable; urgency=low
1215
1216 * Rewrote the kmod patch to only bail out when the other side is our parent.
1217 * Use the VFS patch rather than the autofs patch.
1218 * Enabled Joliet extensions (fixes #42006).
1219 * Enabled APM (fixes #42258).
1220
1221 -- Herbert Xu <herbert@debian.org> Sat, 11 Sep 1999 23:51:00 +1000
1222
1223 kernel-source-2.2.12 (2.2.12-1) unstable; urgency=low
1224
1225 * New upstream release (fixes #43865).
1226 * Fixed an nlink update problem in nfs.
1227 * New rules file from Hartmut Koptein.
1228 * Fixed an overflow bug in the stallion driver.
1229 * Fixed an autofs deadlock.
1230 * Don't load a module that we're already trying to load (Chris Butler) (fixes
1231 #39910).
1232
1233 -- Herbert Xu <herbert@debian.org> Wed, 1 Sep 1999 09:12:15 +1000
1234
1235 kernel-source-2.2.10 (2.2.10-1) unstable; urgency=low
1236
1237 * New upsream release.
1238 * Moved default.config to new kernel-patch for i386.
1239
1240 -- Herbert Xu <herbert@debian.org> Tue, 15 Jun 1999 21:59:48 +1000
1241
1242 kernel-source-2.2.9 (2.2.9-2) unstable; urgency=high
1243
1244 * Fixed a network DoS attack.
1245
1246 -- Herbert Xu <herbert@debian.org> Fri, 4 Jun 1999 21:06:28 +1000
1247
1248 kernel-source-2.2.9 (2.2.9-1) unstable; urgency=low
1249
1250 * New upstream relesae.
1251
1252 -- Herbert Xu <herbert@debian.org> Tue, 18 May 1999 10:20:08 +1000
1253
1254 kernel-source-2.2.7 (2.2.7-1) unstable; urgency=low
1255
1256 * New upstream release.
1257
1258 -- Herbert Xu <herbert@debian.org> Fri, 7 May 1999 22:19:56 +1000
1259
1260 kernel-source-2.2.5 (1:2.2.5-1) unstable; urgency=low
1261
1262 * New upstream release.
1263
1264 -- Herbert Xu <herbert@debian.org> Fri, 16 Apr 1999 13:56:45 +1000
1265
1266 kernel-source-2.0.36 (2.0.36-3) frozen unstable; urgency=low
1267
1268 * Upgraded AIC7XXX to 5.1.11 which should make some owners of Adaptec cards
1269 able to install Debian.
1270
1271 -- Herbert Xu <herbert@debian.org> Sun, 21 Feb 1999 14:56:42 +1100
1272
1273 kernel-source-2.0.36 (2.0.36-2) frozen unstable; urgency=low
1274
1275 * Applied ISDN patch from Paul Slootman that enables idle timeouts in the
1276 manual dialmode and allows callback syncPPP connections to be made
1277 (fixes #31516).
1278 * Enlarged kernel message buffer so that all messages are caught by klogd.
1279 * Included module for TLAN based network cards (fixes #31623).
1280 * Include EtherExpressPro and FMV0181/182/183/184 as modules.
1281
1282 -- Herbert Xu <herbert@debian.org> Sat, 16 Jan 1999 16:39:01 +1100
1283
1284 kernel-source-2.0.36 (2.0.36-1) unstable; urgency=low
1285
1286 * New upstream release.
1287 * Enabled ETH16I.
1288
1289 -- Herbert Xu <herbert@debian.org> Sat, 28 Nov 1998 17:40:21 +1100
1290
1291 kernel-source-2.0.35 (2.0.35-3) frozen; urgency=low
1292
1293 * Upgraded to aic7xxx 5.1.4 (fixes #29480, #27859, #28946).
1294
1295 -- Herbert Xu <herbert@debian.org> Sun, 22 Nov 1998 15:41:44 +1100
1296
1297 kernel-source-2.0.35 (2.0.35-2) unstable; urgency=low
1298
1299 * Upgraded to aic7xxx 5.1.0.
1300 * Removed spurious definition in 3c523.c (fixes #25370).
1301 * Built with kernel-package 5.11 (fixes #25623).
1302 * Enabled autofs (fixes #22338, #27860).
1303
1304 -- Herbert Xu <herbert@debian.org> Sat, 24 Oct 1998 17:32:06 +1000
1305
1306 kernel-source-2.0.35 (2.0.35-1) unstable; urgency=low
1307
1308 * New upstream release.
1309
1310 -- Herbert Xu <herbert@debian.org> Sun, 19 Jul 1998 08:59:44 +1000
1311
1312 kernel-source-2.0.34 (2.0.34-4) frozen unstable; urgency=high
1313
1314 * Updated to aic7xxx 5.0.19 (fixes #24252).
1315
1316 -- Herbert Xu <herbert@debian.org> Wed, 8 Jul 1998 20:06:08 +1000
1317
1318 kernel-source-2.0.34 (2.0.34-3) frozen unstable; urgency=high
1319
1320 * Reversed euid test in fs/fcntl.c.
1321
1322 -- Herbert Xu <herbert@debian.org> Tue, 30 Jun 1998 16:27:49 +1000
1323
1324 kernel-source-2.0.34 (2.0.34-2) frozen unstable; urgency=low
1325
1326 * Upload to hamm as well.
1327
1328 -- Herbert Xu <herbert@debian.org> Sun, 21 Jun 1998 16:48:13 +1000
1329
1330 kernel-source-2.0.34 (2.0.34-1) unstable; urgency=low
1331
1332 * New upstream release (fixes #17651, #18788, #21231, #22330).
1333
1334 -- Herbert Xu <herbert@debian.org> Sun, 7 Jun 1998 12:29:27 +1000
1335
1336 kernel-source-2.0.33 (2.0.33-9) frozen unstable; urgency=low
1337
1338 * Disabled certain MCA NIC drivers (fixes #22254).
1339
1340 -- Herbert Xu <herbert@debian.org> Sun, 10 May 1998 15:59:32 +1000
1341
1342 kernel-source-2.0.33 (2.0.33-8) frozen unstable; urgency=low
1343
1344 * Disabled experimental drivers.
1345 * Reapplied joliet patch (fixes #19160, #21537).
1346 * Built with kernel-package 4.07 (fixes #21229).
1347 * Replaced NO_PCI with !CONFIG_PCI in 3c59x.c (fixes #21916).
1348
1349 -- Herbert Xu <herbert@debian.org> Fri, 1 May 1998 18:29:03 +1000
1350
1351 kernel-source-2.0.33 (2.0.33-7) frozen unstable; urgency=high
1352
1353 * Applied IP fragmentation patch from Alan Cox.
1354
1355 -- Herbert Xu <herbert@debian.org> Sat, 18 Apr 1998 12:57:56 +1000
1356
1357 kernel-source-2.0.33 (2.0.33-6) frozen unstable; urgency=low
1358
1359 * Disabled scc since we don't support ax25 by default (fixes #20307).
1360
1361 -- Herbert Xu <herbert@debian.org> Wed, 1 Apr 1998 19:21:05 +1000
1362
1363 kernel-source-2.0.33 (2.0.33-5) unstable; urgency=low
1364
1365 * Turned rst cookies off.
1366
1367 -- Herbert Xu <herbert@debian.org> Wed, 18 Mar 1998 20:41:27 +1100
1368
1369 kernel-source-2.0.33 (2.0.33-4) unstable; urgency=low
1370
1371 * Applied patch from Paul Slootman (fixes #18787).
1372
1373 -- Herbert Xu <herbert@debian.org> Fri, 6 Mar 1998 11:30:44 +1100
1374
1375 kernel-source-2.0.33 (2.0.33-3) stable unstable; urgency=low
1376
1377 * Built with new kernel-package (3.61).
1378 * Added support for fat32 (fixes #14042).
1379
1380 -- Herbert Xu <herbert@debian.org> Fri, 20 Feb 1998 16:33:40 +1100
1381
1382 kernel-source-2.0.33 (2.0.33-2) stable unstable; urgency=low
1383
1384 * built with new kernel-package (3.57)
1385
1386 -- Herbert Xu <herbert@debian.org> Mon, 16 Feb 1998 08:59:11 +1100
1387
1388 kernel-source-2.0.33 (2.0.33-1) stable unstable; urgency=high
1389
1390 * New upstream release (fixes #15736).
1391
1392 -- Herbert Xu <herbert@debian.org> Sat, 7 Feb 1998 15:06:57 +1100
1393
1394 kernel-source-2.0.32 (2.0.32-3) stable unstable; urgency=low
1395
1396 * Built with new kernel-package (3.49).
1397
1398 -- Herbert Xu <herbert@debian.org> Mon, 15 Dec 1997 12:22:45 +1100
1399
1400 kernel-source-2.0.32 (2.0.32-2) stable unstable; urgency=low
1401
1402 * Removed teles driver which was accidentally left in.
1403 * Applied patch from Andreas Jaeger.
1404 * Built with new kernel-package (3.48) for use by libc6.
1405
1406 -- Herbert Xu <herbert@debian.org> Sun, 14 Dec 1997 09:29:26 +1100
1407
1408 kernel-source-2.0.32 (2.0.32-1) unstable; urgency=low
1409
1410 * New upstream release.
1411 * Pristine source.
1412 * Bugs fixed (#6132, #6133, #8647, #11823, #13705).
1413
1414 -- Herbert Xu <herbert@debian.org> Sun, 23 Nov 1997 18:34:38 +1100
1415
1416 kernel-source-2.0.29 (1:2.0.29-10) unstable; urgency=low
1417
1418 * NCR53C8XX driver updates.
1419 * Installed 3c59x 0.46C (#10902).
1420 * Modified scc.c to compile with libc6 (#14367).
1421
1422 -- Herbert Xu <herbert@debian.org> Mon, 17 Nov 1997 20:46:57 +1100
1423
1424 kernel-source-2.0.29 (1:2.0.29-9) unstable; urgency=low
1425
1426 * Slight mod to pci.c to ignore bridges that the kernel can't handle (#11865).
1427 * Removed sound module support.
1428
1429 -- Herbert Xu <herbert@debian.org> Fri, 3 Oct 1997 11:17:02 +1000
1430
1431 kernel-source-2.0.29 (1:2.0.29-8) unstable; urgency=low
1432
1433 * Used epoch numbers to deal with old kernel-source releases.
1434 * Enabled support for NCPFS.
1435 * Added sound support.
1436 * Enabled IP firewalls, forwarding, and aliasing.
1437 * Applied ne2000 patch from Paul Gortmaker.
1438
1439 -- Herbert Xu <herbert@debian.org> Fri, 4 Jul 1997 22:01:16 +1000
1440
1441 kernel-source-2.0.29 (2.0.29-7) frozen unstable; urgency=high
1442
1443 * Applied security patch from Alan Cox.
1444 * Applied patch from Andreas Jellinghaus.
1445
1446 -- Herbert Xu <herbert@debian.org> Sat, 31 May 1997 11:59:56 +1000
1447
1448 kernel-source-2.0.29 (2.0.29-6) frozen unstable; urgency=medium
1449
1450 * Merged Debian changes from 2.0.30.
1451
1452 -- Herbert Xu <herbert@debian.org> Sun, 25 May 1997 22:26:30 +1000
1453

  ViewVC Help
Powered by ViewVC 1.1.5