/[kernel]/dists/trunk/linux-2.6/debian/changelog
ViewVC logotype

Contents of /dists/trunk/linux-2.6/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4763 - (show annotations) (download)
Thu Nov 10 04:06:52 2005 UTC (7 years, 6 months ago) by jurij-guest
File size: 25224 byte(s)
Add a sparc64-atyfb-xl-gr.patch to fix ATI framebuffer
corruption on SunBlade 100 (#321200).
1 linux-2.6 (2.6.14-3) UNRELEASED; urgency=low
2
3 [ Norbert Tretkowski ]
4 * [alpha] Switch to gcc 4.0.
5 * [alpha] Conflict with initramfs-tools, klibc is broken on alpha.
6 * Bumped ABI revision:
7 + ABI changes on sparc and alpha because of compiler switch.
8 + 2.6.14.1 changes ABI of procfs.
9
10 [ Sven Luther ]
11 * Set default TCP congestion algorithm to NewReno + BIC (Closes: #337089)
12
13 [ maximilian attems ]
14 * Reenable CONFIG_SOFTWARE_SUSPEND on i386 and ppc, resume=/dev/<other device>
15 must be set by boot loader. (Closes: #267600)
16 * Set CONFIG_USB_SUSPEND on i386. Usefull for suspend to ram and apm suspend.
17 * Add 2.6.14.1 patch:
18 - Al Viro: CVE-2005-2709 sysctl unregistration oops
19
20 [ Jurij Smakov ]
21 * Fix the install-image script to correctly include all the necessary
22 stuff in scripts. (Closes: #336424)
23 * Enable CONFIG_SND_ALI5451 on sparc.
24 * Switch sparc to gcc-4.0. Thanks to Norbert for making sure it successfully
25 builds a working kernel now.
26 * Apply patch to fix ATI framebuffer output corruption on SunBlade 100
27 (sparc64-atyfb-xl-gr.patch). Thanks to Luigi Gangitano. (Closes: #321200)
28
29 [ Simon Horman ]
30 * [386, AMD64] Set CONFIG_FRAMEBUFFER_CONSOLE=y instead of m.
31 As vesadb now built into the kernel, after finally dropping the
32 debian-specific patch to make it modular, make fbcons builtin too, else
33 all sorts of weird stuff happens which is hard for the inird builders to
34 automatically compenste for. (Closes: #336450)
35 * Redisable CONFIG_SOFTWARE_SUSPEND on ppc/miboot as it required
36 CONFIG_PM to compile.
37 * [NETFILTER] nf_queue: Fix Ooops when no queue handler registered
38 This is a regression introduced in 2.6.14.
39 net-nf_queue-oops.patch. (Closes: #337713)
40 * Make manuals with defconfig, as is required for kernel-package 10.008
41
42 [ dann frazier ]
43 * net-ipconntrack-nat-fix.patch - fix compilation of
44 ip_conntrack_helper_pptp.c when NAT is disabled. (Closes: #336431)
45
46 [ Christian T. Steigies ]
47 * update m68k.diff to 2.6.14
48 * add m68k-*vme* patches
49 * disable macsonic driver until the dma patch is fixed
50 * disable IEEE80211 drivers for all of m68k
51
52 -- Bastian Blank <waldi@debian.org> Wed, 09 Nov 2005 17:23:30 +0000
53
54 linux-2.6 (2.6.14-2) unstable; urgency=low
55
56 [ Simon Horman ]
57 * [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
58 This fix, included as part of the 2.6.13.4 patch in
59 2.6.13+2.6.14-rc4-0experimental.1 is CVE-2005-3181
60 * Fix genearation of .extraversion, again (closes: #333842)
61 * Add missing kernel-arch and kernel-header-dirs to defines
62 so headers get included. (closes: #336521)
63 N.B: I only filled in arches where other's hadn't done so alread.
64 Please fix if its wrong.
65 * Allow powerpc64 to compile with AUDIT enabled but
66 AUDITSYSCALL disabled. powerpc64-audit_sysctl-build.patch
67
68 [ dann frazier ]
69 * Update hppa.diff to 2.6.14-pa0
70
71 [ Norbert Tretkowski ]
72 * [alpha] New patch to include compiler.h in barrier.h, barrier() is used in
73 non-SMP case.
74 * [alpha] Added kernel-header-dirs and kernel-arch to debian/arch/alpha/defines
75 to include asm-alpha in linux-headers package.
76 * Added myself to Uploaders.
77
78 [ Frederik Schüler ]
79 * [amd64] use DISCONTIGMEM instead of SPARSEMEM on amd64-k8-smp flavour to
80 fix bootup kernel panic.
81 * [amd64] include asm-x86_64 in linux-headers package.
82 * Deactivate AUDITSYSCALL globally, it slows down the kernel and is not
83 needed for selinux at all.
84
85 -- Simon Horman <horms@debian.org> Tue, 1 Nov 2005 15:27:40 +0900
86
87 linux-2.6 (2.6.14-1) unstable; urgency=low
88
89 [ Sven Luther ]
90 * New upstream release.
91
92 [ Norbert Tretkowski ]
93 * [alpha] Update arch/alpha/config* for 2.6.14.
94
95 [ Simon Horman ]
96 * Fix misformatting of long description of
97 linux-patch-debian-linux-patch-debian-X.Y.Z.
98 templates/control.main.in
99 (closes: #335088)
100 * Make sure version is seeded in apply and unapply scripts.
101 Actually changed in some earlier, post 2.6.12, release,
102 but the changelog seems to be missing.
103 (closes: #324583)
104
105 [ dann frazier ]
106 * [ia64] Disable the CONFIG_IA64_SGI_SN_XP module. This forces
107 CONFIG_GENERIC_ALLOCATOR and CONFIG_IA64_UNCACHED_ALLOCATOR to y, which
108 appears to break on zx1 systems.
109
110 -- Simon Horman <horms@debian.org> Fri, 28 Oct 2005 16:26:03 +0900
111
112 linux-2.6 (2.6.13+2.6.14-rc5-0experimental.1) experimental; urgency=low
113
114 [ Sven Luther ]
115 * Upgraded to 2.6.14-rc5.
116
117 [ Jonas Smedegaard ]
118 * Quote variables in debian/rules.real and postinstall (making it
119 safer to run with weird characters in path of build environment).
120
121 [ Bastian Blank ]
122 * Add some missing files from scripts to headers packages.
123 * Add new patch powerpc-build-links.patch: Emit relative symlinks in
124 arch/ppc{,64}/include.
125 * Include arch/*/include into headers package.
126
127 -- Sven Luther <luther@debian.org> Tue, 25 Oct 2005 03:56:11 +0000
128
129 linux-2.6 (2.6.13+2.6.14-rc4-0experimental.1) experimental; urgency=low
130
131 [ Sven Luther ]
132 * Upgraded to 2.6.14-rc4.
133
134 [ Simon Horman ]
135 * Fix genearation of .extraversion (closes: #333842)
136
137 [ dann frazier ]
138 * Enhance the linux-source description to explain the types of patches
139 Debian adds to it. (closes: #258043)
140 * Correct linux-patch-debian description. It replaces the
141 kernel-patch-debian packages, not the kernel-source packages.
142
143 [ Jonas Smedegaard ]
144 * Fix building from within a very long dir (all patches was applied at
145 once - exhausting shell commandline, now applied one by one).
146 * Add Simon Horman, Sven Luther and myself as Uploaders.
147
148 [ Bastian Blank ]
149 * Use list of revisions in patch scripts.
150 * Use correct names for tarball and scripts.
151
152 [ Jurij Smakov ]
153 * [i386] Set the CONFIG_HPET_EMULATE_RTC option to make the clock
154 work properly on certain Dell machines. This required setting the
155 CONFIG_RTC option to 'y' instead of 'm'. (closes: #309909)
156 [i386] Enable VIDEO_CX88 and VIDEO_CX88_DVB (both set to 'm') by
157 popular demand. (closes: #330916)
158
159 [ Norbert Tretkowski ]
160 * [alpha] Update arch/alpha/config for 2.6.13.
161
162 [ Kyle McMartin ]
163 * [hppa] Oops. Fix linux-headers not including asm-parisc by adding
164 headers_dirs = parisc to Makefile.inc.
165
166 [ maximilian attems ]
167 * Set CONFIG_FB_VESA=y for i386 and amd64 configs. (closes: #333003)
168
169 [ Sven Luther ]
170 * [powerpc] Fixed apus build, now use mkvmlinuz too to generate the vmlinuz
171 kernel.
172 * Fixed control.image.in to depend on :
173 initramfs-tools | yaird | linux-ramdisk-tool
174 where linux-ramdisk-tools is the virtual package provided by all
175 initrd/initramfs generating tools.
176
177 [ Frederik Schüler ]
178 * deactivate FB_RIVA on all architectures.
179 * deactivate BLK_DEV_IDESCSI on all architectures.
180 * Added patch-2.6.13.4:
181 - [SECURITY] key: plug request_key_auth memleak
182 See CAN-2005-3119
183 - [SECURITY] Fix drm 'debug' sysfs permissions
184 See CAN-2005-3179
185 - [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
186 - [SPARC64] Fix userland FPU state corruption.
187 - BIC coding bug in Linux 2.6.13
188 - [SECURITY] orinoco: Information leakage due to incorrect padding
189 See CAN-2005-3180
190 - ieee1394/sbp2: fixes for hot-unplug and module unloading
191
192 [ Christian T. Steigies ]
193 * disable CONFIG_EXT2_FS_XIP for m68k like on all(?) other arches
194 * deactivate OKTAGON_SCSI for amiga/m68k until it can be compiled again
195 * deactivate CONFIG_KEYBOARD_HIL_OLD, CONFIG_KEYBOARD_HIL, CONFIG_MOUSE_HIL,
196 CONFIG_HIL_MLC, and CONFIG_HP_SDC for hp/m68k
197 * update m68k.diff for 2.6.13
198 * split out patches that do not intefere with other arches to
199 patches-debian/m68k-*
200
201 -- Bastian Blank <waldi@debian.org> Fri, 21 Oct 2005 12:17:47 +0000
202
203 linux-2.6 (2.6.13-1) experimental; urgency=low
204
205 * New upstream release "git booost":
206 - new arch xtensa
207 - kexec/kdump
208 - execute-in-place
209 - inotify (closes: #304387)
210 - time-sharing cfq I/O scheduler
211 - manual driver binding
212 - voluntary preemption
213 - user-space I/O initiation for InfiniBand
214 - new speedy DES (crypto) implementation
215 - uml "almost-skas" mode support
216 - 250 HZ default (closes: #320366)
217 - fixes all over (alsa, archs, ide, input, ntfs, scsi, swsusp, usb, ..)
218 - orinoco driver updates (closes: #291684)
219 - md, dm updates (closes: #317787)
220
221 [ Frederik Schüler ]
222 * [amd64] Added class and longclass descriptions for amd64 flavours.
223 * [amd64] add amd64-tlb-flush-sigsegv-fix.patch: disable tlb flush
224 filtering on smp systems to workaround processor errata.
225 * backport kernel-api-documentation-generation-fix.diff from git to fix
226 documentation build.
227 * Added patch-2.6.13.1:
228 - raw_sendmsg DoS (CAN-2005-2492)
229 - 32bit sendmsg() flaw (CAN-2005-2490)
230 - Reassembly trim not clearing CHECKSUM_HW
231 - Use SA_SHIRQ in sparc specific code.
232 - Fix boundary check in standard multi-block cipher processors
233 - 2.6.13 breaks libpcap (and tcpdump)
234 - x86: pci_assign_unassigned_resources() update
235 - Fix PCI ROM mapping
236 - aacraid: 2.6.13 aacraid bad BUG_ON fix
237 - Kconfig: saa7134-dvb must select tda1004x
238
239 [ Simon Horman ]
240 * Disable BSDv3 accounting on hppa and alpha, it was already
241 disabled on all other architectures. Also unify BSD accounting
242 config into top level config, rather than per flavour configs.
243 * [SECURITY] The seq_file memory leak fix included in 2.6.12-6
244 as part of upstream's 2.6.12.6 patchset is now CAN-2005-2800.
245
246 [ Jurij Smakov, Simon Horman ]
247 * Ensure that only one kernel-manual/linux-manual package can
248 be installed at a time to avoid file conflicts. (closes: #320042)
249
250 [ Bastian Blank ]
251 * Move audit, preempt and security settings to core config file.
252 * Fix powerpc configuration.
253 * Add debian version information to kernel version string.
254 * Drop coreutils | fileutils dependencies.
255 * Drop modular-vesafb patch. (closes: #222374, #289810)
256
257 [ Christian T. Steigies ]
258 * update m68k.diff for linux-2.6.13
259 * add m68k-42_dma.patch and m68k-sonic.patch that will be in upstream 2.6.14
260 (which makes sun3 build fail, needs fixing)
261
262 [ maximilian attems ]
263 * Drop drivers-add-scsi_changer.patch (merged)
264 * Drop drivers-ide-dma-blacklist-toshiba.patch (merged)
265 * Drop drivers-ide-__devinit.patch (merged)
266 * Added patch-2.6.13.2:
267 - USB: ftdi_sio: custom baud rate fix
268 - Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
269 - Fix MPOL_F_VERIFY
270 - jfs: jfs_delete_inode must call clear_inode
271 - Fix DHCP + MASQUERADE problem
272 - Sun HME: enable and map PCI ROM properly
273 - Sun GEM ethernet: enable and map PCI ROM properly
274 - hpt366: write the full 4 bytes of ROM address, not just low 1 byte
275 - forcedeth: Initialize link settings in every nv_open()
276 - Lost sockfd_put() in routing_ioctl()
277 - lost fput in 32bit ioctl on x86-64
278 * Added patch-2.6.13.3:
279 - Fix fs/exec.c:788 (de_thread()) BUG_ON
280 - Don't over-clamp window in tcp_clamp_window()
281 - fix IPv6 per-socket multicast filtering in exact-match case
282 - yenta oops fix
283 - ipvs: ip_vs_ftp breaks connections using persistence
284 - uml - Fix x86_64 page leak
285 - skge: set mac address oops with bonding
286 - tcp: set default congestion control correctly for incoming connections
287
288 [ Sven Luther ]
289 * [powerpc] Added hotplug support to the mv643xx_eth driver :
290 powerpc-mv643xx-hotplug-support.patch
291 thanks go to Nicolas Det for providing the patch.
292 * [powerpc] Modified a couple of configuration options for the powerpc64
293 flavour, fixes and enhances Apple G5 support (Closes: #323724, #328324)
294 * [powerpc] Added powerpc-miboot flavour to use exclusively with oldworld
295 powermac miboot floppies for debian-installer.
296 * [powerpc] Checked upgraded version of the apus patches, separated them in
297 a part which is safe to apply, and one which needs checking, and is thus
298 not applied yet.
299
300 [ Kyle McMartin ]
301 * [hppa] Update hppa.diff to 2.6.13-pa4.
302 * [hppa] Add space register fix to pacache.S to hppa.diff.
303
304 [ dann frazier ]
305 * Add a note to README.Debian that explains where users can find the .config
306 files used to generate the linux-image packages. Closes: #316809
307 * [ia64] Workaround #325070 until upstream works out an acceptable solution.
308 This bug breaks module loading on non-SMP ia64 kernels. The workaround
309 is to temporarily use an SMP config for the non-SMP kernels. (Note that
310 John Wright is running benchmarks to determine the overhead of running
311 an SMP kernel on UP systems to help decide if this should be a
312 permanent change).
313 * [ia64] Update arch/ia64/config for 2.6.13
314
315 -- Simon Horman <horms@debian.org> Thu, 6 Oct 2005 15:45:21 +0900
316
317 linux-2.6 (2.6.12-6) unstable; urgency=high
318
319 [ Andres Salomon, Bastian Blank ]
320 * Change ATM and Classical-IP-over-ATM to be modular, instead of being
321 statically included. (closes: #323143)
322
323 [ Sven Luther ]
324 * [powerpc] powerpc-pmac-sound-check.patch: Added pmac-sound sanity check.
325 * [powerpc] powerpc-apus.patch:
326 Added preliminary apus patch to package, not applied to kernel tree yet.
327
328 [ Simon Horman ]
329 * Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
330 it breaks iproute's (and other netlink users) ability
331 to set routes. (closes: #322723)
332 * Added 2.6.12.6
333 - [SECURITY: CAN-2005-2555] Restrict socket policy loading to
334 CAP_NET_ADMIN.
335 - [SECURITY] Fix DST leak in icmp_push_reply(). Possible remote
336 DoS?
337 - [SECURITY] NPTL signal delivery deadlock fix; possible local
338 DoS.
339 - fix gl_skb/skb type error in genelink driver in usbnet
340 - [SECURITY] fix a memory leak in devices seq_file implementation;
341 local DoS.
342 - [SECURITY] Fix SKB leak in ip6_input_finish(); local DoS.
343
344 [ Andres Salomon ]
345 * [hppa] enable discontiguous memory support for 32bit hppa images, so
346 they build.
347
348 -- Andres Salomon <dilinger@debian.org> Tue, 06 Sep 2005 10:14:35 -0400
349
350 linux-2.6 (2.6.12-5) unstable; urgency=low
351
352 * Change ARM to use GCC 3.3 to avoid FTBFS errors with GCC 4
353 (dann frazier)
354
355 * Remove spurious double quote character from ia64 package descriptions.
356 (dann frazier)
357
358 * Add transitional meta packages (kernel-image-2.6-*) for ia64.
359 (dann frazier)
360
361 * Change fuzz factor to 1, stricter patch appliance. (Maximilian Attems)
362
363 * Enabled CONFIG_THERM_PM72 on powerpc64 flavour. (Sven Luther)
364
365 -- Bastian Blank <waldi@debian.org> Tue, 16 Aug 2005 21:43:31 +0200
366
367 linux-2.6 (2.6.12-4) unstable; urgency=low
368
369 * Supply correct subarch values for the powerpc images.
370
371 -- Bastian Blank <waldi@debian.org> Mon, 15 Aug 2005 21:06:18 +0200
372
373 linux-2.6 (2.6.12-3) unstable; urgency=low
374
375 * Added reference to old kernel-* package names to make
376 transition a little more obvious to end users.
377 A Dan Jacobson special. (Simon Horman) Closes: #321167
378
379 * By the time this makes it into the archive, it will
380 be handling kernel-image-2.6-* packages. (Simon Horman)
381 Closes: #321867
382
383 * Link palinfo statically on ia64. (dann frazier) (Closes: #321885)
384
385 * [hppa] :
386 - Add hppa arch specific patch.
387 - Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
388 (Kyle McMartin)
389
390 * Fix permissions in source tarball. (Bastian Blank) (Closes: #322409)
391
392 * Enable the CONFIG_IP_ADVANCED_ROUTER and related options on
393 sparc64 to sync with other architectures. (Jurij Smakov)
394 Closes: #321236
395
396 * Include all executables as well as *.sh and *.pl files found in
397 scripts directory in the headers package. (Bastian Blank)
398 Closes: #322612, #322680, #322765
399
400 * Include m68k headers into the arch-common headers package on
401 powerpc and make sure that all the directories are linked to
402 properly from the flavour-specific headers packages. (Jurij Smakov)
403 Closes: #322610
404
405 * [powerpc] Enabled the powerpc64 flavour, now that we have a real biarch
406 toolchain in sid. Many thanks go to GOTO Masanori and Matthias Klose as
407 well as any other who worked on the biarch toolchain to make this happen.
408
409 * Added 2.6.12.5 (Simon Horman)
410 - Fix BUG() is triggered by a call to set_mempolicy() with a negativ
411 first argument.
412 - [amd64] Fix a SRAT handling on systems with dual cores.
413 - [amd64] SMP timing problem
414 - [security] Zlib fixes See CAN-2005-2458, CAN-2005-2459
415 http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html
416 http://bugs.gentoo.org/show_bug.cgi
417 - Add zlib deflateBound()
418 - [security] Fix error during session join. See CAN-2005-2098
419 - [security] Fix keyring destructor. See CAN-2005-2099
420 - Module per-cpu alignment cannot always be met
421 http://www.ussg.iu.edu/hypermail/linux/kernel/0409.0/0768.html
422 Closes: #323039
423
424 -- Bastian Blank <waldi@debian.org> Mon, 15 Aug 2005 16:42:05 +0200
425
426 linux-2.6 (2.6.12-2) unstable; urgency=low
427
428 * The Kernel Team offers its condolences to the family of Jens Schmalzing
429 (jensen@debian), who died Saturday, July 30, 2005 in a tragic accident in
430 Munich. Jens was a member of the Kernel Team, and was instrumental in
431 taking the powerpc kernel package to 2.6, as well as maintaining MOL
432 and its kernel modules.
433
434 * Add @longclass@ variable to control file autogeneration. (Andres Salomon)
435
436 * Bump build-depends on kernel-package to a fixed version (>= 9.005).
437 (Jurij Smakov, Sven Luther) (closes: #319657, #320422, #321625)
438
439 * Change default ramdisk size for sparc to 16,384K to accomodate a fatter
440 d-i initrd for netboot installs.
441 (Joshua Kwan)
442
443 * Don't build-depend on console-tools on s390. (Bastian Blank)
444
445 * Add ARM support. (Vincent Sanders)
446
447 * Add ia64 descriptions. (dann frazier)
448
449 * Strip down the scripts dir in the headers packages. (Bastian Blank)
450
451 * Add m68k support. (Christian T. Steigies)
452
453 * Added 2.6.12.4 (Frederik Schüler)
454 - Fix powernow oops on dual-core athlon
455 - Fix early vlan adding leads to not functional device
456 - sys_get_thread_area does not clear the returned argument
457 - bio_clone fix
458 - Fix possible overflow of sock->sk_policy (CAN-2005-2456)
459 (closes: #321401)
460 - Wait until all references to ip_conntrack_untracked are dropped on
461 unload
462 - Fix potential memory corruption in NAT code (aka memory NAT)
463 - Fix deadlock in ip6_queue
464 - Fix signedness issues in net/core/filter.c
465 - x86_64 memleak from malicious 32bit elf program
466 - rocket.c: Fix ldisc ref count handling
467 - kbuild: build TAGS problem with O=
468
469 * Enable CONFIG_6PACK=m for all archs (Andres Salomon)
470 (closes: #319646)
471
472 * Overhaul the generation of the control file. Now it is handled
473 by debian/bin/gencontrol.py. The debian/control target in rules
474 also fails now, since we don't want the control file generated
475 during build. Arch-specific Depends and suggests are now generated
476 correctly. (Bastian Blank) (Closes: #319896)
477
478 * [powerpc] Fixed typo which made asm-ppc and asm-ppc64 not being included
479 in the header package. (Sven Luther) (Closes: #320817)
480
481 * Added list of flavours built to common header package. (Sven Luther)
482
483 -- Bastian Blank <waldi@debian.org> Tue, 09 Aug 2005 11:12:40 +0200
484
485 linux-2.6 (2.6.12-1) unstable; urgency=low
486
487 * New upstream release:
488 - "git rocks"
489 - address space randomization
490 - conversion of ide driver code to the device model
491 - restored Philips webcam driver
492 - new Broadcom bcm5706 gigabit driver
493 - new resource limits for the audio community
494 - Multipath device mapper
495 - Intel HD Audio alsa driver
496 - fixes + arch updates..
497 - readdition of tg3 driver, as firmware license has been fixed
498
499 * Dropped the following patches:
500 - patch-2.6.11.*.patch (merged)
501 - powerpc-ppc64-ibmvscsi.patch (Christoph didn't like it, and it failed
502 to build anyways) (Sven Luther)
503 - doc-post_halloween.patch (unless someone can come up w/ a valid
504 reason for carrying around rapidly bitrotting documentation...)
505 (Andres Salomon)
506 - sparc32-hypersparc-srmmu.patch (dropped until sparc32 is working
507 again, and we can figure out whether it's necessary)
508 - fix-alpha-ext3-oops.patch (no longer needed, fixed by compiler)
509 - x86-i486_emu.patch (buggy and insecure 80486 instruction emulation
510 for 80386; we're no longer supporting this) (closes: #250468)
511 - amd64-outs.patch (according to
512 http://www.ussg.iu.edu/hypermail/linux/kernel/0502.3/1095.html, this
513 is unnecessary for us) (Andres Salomon)
514 - sparc64-rtc-mostek.patch (merged)
515 - sparc64-compat-nanoseconds.patch (merged)
516 - sparc64-sunsu-init-2.6.11.patch (merged)
517 - sunsab-uart-update-timeout.patch (merged)
518 - alpha-read-trylock.patch (different version got merged)
519 - powerpc-prep-motorola-irq-fix.patch (merged)
520 - drivers-media-video-saa7134-update.patch (merged)
521 - drivers-media-video-saa7134-update-2.patch (merged)
522 - drivers-media-video-pll-lib.patch (merged)
523 - drivers-media-video-pll-lib-2.patch (merged)
524 - drivers-media-video-tuner-update-1.patch (merged)
525 - drivers-media-video-tuner-update-2.patch (merged)
526 - drivers-media-video-v4l-mpeg-support.patch (merged)
527 - drivers-media-video-mt352-update.patch (merged)
528 - arch-ppc64-hugepage-aio-panic.patch (merged)
529 - drivers-input-serio-nmouse.patch (merged)
530 - sparc64-sb1500-clock-2.6.patch (merged)
531 - docbook-allow-preprocessor-directives-... (merged)
532 - docbook-fix-function-parameter-descriptin-in-fbmem.patch (merged)
533 - docbook-move-kernel-doc-comment-next-to-function.patch (merged)
534 - powerpc-therm-adt746x-new-i2c-fix.patch (merged)
535 - powerpc-mv643xx-enet.patch (merged)
536 - powerpc-mv643xx-eth-pegasos.patch (merged)
537 - powerpc-pmac-agp-sleep.patch (merged)
538 - drivers-input-serio-8042-resume.patch (merged)
539
540 * Premiere of the common-source kernel package
541 (Jurij Smakov, Andres Salomon)
542 - build all architectures out of kernel source package
543 - rename source and binary packages
544 - create a common config for different architectures, and management
545 tools to allow for easier modification of config options
546 - drop default configs, autogenerate them instead; requires
547 kernel-package >= 9.002.
548
549 * Add 2.6.12.1 (Maximilian Attems)
550 - Clean up subthread exec (CAN-2005-1913)
551 - ia64 ptrace + sigrestore_context (CAN-2005-1761)
552
553 * Add 2.6.12.2 (Frederik Schüler)
554 - Fix two socket hashing bugs.
555 - ACPI: Make sure we call acpi_register_gsi() even for default PCI
556 interrupt assignment
557 - Add "memory" clobbers to the x86 inline asm of strncmp and friends
558 - e1000: fix spinlock bug
559 - fix remap_pte_range BUG
560 - Fix typo in drivers/pci/pci-driver.c
561
562 * Add 2.6.12.3 (Joshua Kwan)
563 - Fix semaphore handling in __unregister_chrdev
564 - Fix TT mode in UML.
565 - Check for a null return in tty_ldisc_ref.
566 - v4l: cx88 hue offset fix
567 - Fix 8139cp breakage that occurs with tpm driver.
568 - Fix the 6pack driver in SMP environments.
569 - Switch to spinlocks in the shaper driver.
570 - ppc32: stop misusing NTP's time_offset value
571 - netfilter: go back to dropping conntrack references manually
572 - ACPI: don't accept 0 as a PCI IRQ.
573
574 * Enable CONFIG_SCSI_INITIO. (Maximilian Attems) (closes: #318121)
575
576 * [powerpc] :
577 - Added powerpc-mkvmlinuz-support patch which allows, together with
578 kernel-package 9.0002 to add mkvmlinuz support to hand built packages.
579 - Removed powerpc-ppc64-ibmvscsi.patch, FTBFS, and Christoph doesn't like
580 it and thinks it is not needed.
581 - Disabled swim3 on powerpc-smp, FTBFS.
582 - Disabled software-suspend on powerpc-smp, FTBFS, amd64/i386 only smp code.
583 - Rediffed and readded the G4 L2 hardware flush assist patch from Jacob Pan.
584 (Sven Luther)
585
586 * [sparc]
587 - Drop sparc32 flavour for now. sparc32 kernel is currently in the
588 category "too buggy for us to support". In spite of numerous efforts
589 I still see occasional random filesystem corruptions in my tests.
590 That does NOT mean that we are dropping sparc32 support, we will
591 work with upstream trying to solve these problems for the next
592 kernel release. Those interested in helping/testing are encouraged
593 to subscribe to debian-sparc mailing list.
594 (Jurij Smakov)
595
596 * [alpha]
597 - Renamed resulting binary packages for alpha, kernel-image-x.y.z-generic
598 wasn't a generic kernel, it was a generic kernel for alpha machines, so
599 we're now using linux-image-x.y.z-alpha-generic (and of course, the same
600 change for the smp kernel-image). This change was postponed after the
601 sarge release. (closes: #260003)
602 (Norbert Tretkowski)
603
604 * [amd64]
605 - Now using the default compiler (gcc-4.0), thus we get rid of the
606 annoying MAKEFLAGS="CC=gcc-3.4" make-kpkg... invocation for third-party
607 modules.
608 This release lacks 64bit kernels for i386 userland; support will be
609 added in a later release as soon as the toolchain has stabilized again.
610 (Frederik Schüler)
611
612 -- Andres Salomon <dilinger@debian.org> Wed, 20 Jul 2005 17:16:04 -0400
613

  ViewVC Help
Powered by ViewVC 1.1.5