/[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 4540 - (hide annotations) (download)
Wed Oct 19 10:33:27 2005 UTC (7 years, 8 months ago) by horms
File size: 20364 byte(s)
Invasive, not Envasive\!
1 luther 4470 linux-2.6 (2.6.13+2.6.14-rc4-1) UNRELEASED; urgency=low
2    
3     [ Sven Luther ]
4     * Temporary branch to sort stuff out locally, until we either upload this
5     one instead of 2.6.13-[23], or 2.6.14 is released.
6    
7 horms 4517 [ Simon Horman ]
8     * Fix genearation of .extraversion (closes: #333842)
9 horms 4540 * Allow versions of the form 2.6.13+2.6.14-rc4-1 to work,
10     at the expense of -rc4 being part of upstream rather
11     than a modifier that can set the ABI. It was a bit invasive,
12     hopefully it doesn't break anything.
13 luther 4470
14 dannf 4522 [ dann frazier ]
15     * Enhance the linux-source description to explain the types of patches
16     Debian adds to it. (closes: #258043)
17 dannf 4523 * Correct linux-patch-debian description. It replaces the
18     kernel-patch-debian packages, not the kernel-source packages.
19 horms 4517
20 horms 4539 -- Simon Horman <horms@debian.org> Wed, 19 Oct 2005 18:06:19 +0900
21    
22 jurij-guest 4358 linux-2.6 (2.6.13-2) UNRELEASED; urgency=low
23    
24     [ Jurij Smakov ]
25     * [i386] Set the CONFIG_HPET_EMULATE_RTC option to make the clock
26     work properly on certain Dell machines. This required setting the
27 dannf 4534 CONFIG_RTC option to 'y' instead of 'm'. (closes: #309909)
28 jurij-guest 4427 [i386] Enable VIDEO_CX88 and VIDEO_CX88_DVB (both set to 'm') by
29 dannf 4533 popular demand. (closes: #330916)
30 jurij-guest 4358
31 nobse 4359 [ Norbert Tretkowski ]
32     * [alpha] Update arch/alpha/config for 2.6.13
33 jurij-guest 4358
34 kyle 4362 [ Kyle McMartin ]
35     * [hppa] Oops. Fix linux-headers not including asm-parisc by adding
36     headers_dirs = parisc to Makefile.inc.
37    
38 maks-guest 4364 [ maximilian attems ]
39 maks-guest 4367 * Set CONFIG_FB_VESA=y for i386 and amd64 configs. (closes: #333003)
40 nobse 4359
41 luther 4369 [ Sven Luther ]
42     * [powerpc] Fixed apus build, now use mkvmlinuz too to generate the vmlinuz
43     kernel.
44 luther 4381 * Fixed control.image.in to depend on :
45     initramfs-tools | yaird | linux-ramdisk-tool
46     where linux-ramdisk-tools is the virtual package provided by all
47     initrd/initramfs generating tools.
48 maks-guest 4364
49 fschueler-guest 4385 [ Frederik Schüler ]
50     * deactivate FB_RIVA on all architectures.
51 fschueler-guest 4424 * deactivate BLK_DEV_IDESCSI on all architectures.
52 fschueler-guest 4387 * Added patch-2.6.13.4:
53 horms 4428 - [SECURITY] key: plug request_key_auth memleak
54     See CAN-2005-3119
55 horms 4418 - [SECURITY] Fix drm 'debug' sysfs permissions
56 horms 4428 See CAN-2005-3179
57 horms 4418 - [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
58     - [SPARC64] Fix userland FPU state corruption.
59 fschueler-guest 4387 - BIC coding bug in Linux 2.6.13
60 horms 4428 - [SECURITY] orinoco: Information leakage due to incorrect padding
61     See CAN-2005-3180
62 fschueler-guest 4387 - ieee1394/sbp2: fixes for hot-unplug and module unloading
63 luther 4369
64 cts 4511 [ Christian T. Steigies ]
65     * disable CONFIG_EXT2_FS_XIP for m68k like on all(?) other arches
66     * deactivate OKTAGON_SCSI for amiga/m68k until it can be compiled again
67 cts 4524 * deactivate CONFIG_KEYBOARD_HIL_OLD, CONFIG_KEYBOARD_HIL, CONFIG_MOUSE_HIL,
68     CONFIG_HIL_MLC, and CONFIG_HP_SDC for hp/m68k
69 cts 4511 * update m68k.diff for 2.6.13
70 cts 4524 * split out patches that do not intefere with other arches to
71     patches-debian/m68k-*
72 cts 4511
73 horms 4418 -- Simon Horman <horms@debian.org> Tue, 11 Oct 2005 19:50:55 +0900
74 fschueler-guest 4385
75 horms 4330 linux-2.6 (2.6.13-1) experimental; urgency=low
76 waldi 3989
77 maks-guest 4197 * New upstream release "git booost":
78     - new arch xtensa
79     - kexec/kdump
80     - execute-in-place
81     - inotify (closes: #304387)
82     - time-sharing cfq I/O scheduler
83     - manual driver binding
84     - voluntary preemption
85     - user-space I/O initiation for InfiniBand
86     - new speedy DES (crypto) implementation
87     - uml "almost-skas" mode support
88     - 250 HZ default (closes: #320366)
89     - fixes all over (alsa, archs, ide, input, ntfs, scsi, swsusp, usb, ..)
90     - orinoco driver updates (closes: #291684)
91     - md, dm updates (closes: #317787)
92    
93 fschueler-guest 4165 [ Frederik Schüler ]
94 fschueler-guest 4236 * [amd64] Added class and longclass descriptions for amd64 flavours.
95 luther 4247 * [amd64] add amd64-tlb-flush-sigsegv-fix.patch: disable tlb flush
96 fschueler-guest 4236 filtering on smp systems to workaround processor errata.
97 fschueler-guest 4309 * backport kernel-api-documentation-generation-fix.diff from git to fix
98     documentation build.
99 fschueler-guest 4165 * Added patch-2.6.13.1:
100     - raw_sendmsg DoS (CAN-2005-2492)
101     - 32bit sendmsg() flaw (CAN-2005-2490)
102     - Reassembly trim not clearing CHECKSUM_HW
103     - Use SA_SHIRQ in sparc specific code.
104     - Fix boundary check in standard multi-block cipher processors
105     - 2.6.13 breaks libpcap (and tcpdump)
106     - x86: pci_assign_unassigned_resources() update
107     - Fix PCI ROM mapping
108     - aacraid: 2.6.13 aacraid bad BUG_ON fix
109     - Kconfig: saa7134-dvb must select tda1004x
110 waldi 3989
111 horms 4167 [ Simon Horman ]
112     * Disable BSDv3 accounting on hppa and alpha, it was already
113     disabled on all other architectures. Also unify BSD accounting
114     config into top level config, rather than per flavour configs.
115 horms 4176 * [SECURITY] The seq_file memory leak fix included in 2.6.12-6
116     as part of upstream's 2.6.12.6 patchset is now CAN-2005-2800.
117 horms 4167
118 horms 4169 [ Jurij Smakov, Simon Horman ]
119     * Ensure that only one kernel-manual/linux-manual package can
120     be installed at a time to avoid file conflicts. (closes: #320042)
121 horms 4167
122 waldi 4181 [ Bastian Blank ]
123 waldi 4206 * Move audit, preempt and security settings to core config file.
124 waldi 4181 * Fix powerpc configuration.
125 waldi 4189 * Add debian version information to kernel version string.
126 waldi 4190 * Drop coreutils | fileutils dependencies.
127 maks-guest 4197 * Drop modular-vesafb patch. (closes: #222374, #289810)
128 horms 4169
129 cts 4187 [ Christian T. Steigies ]
130     * update m68k.diff for linux-2.6.13
131     * add m68k-42_dma.patch and m68k-sonic.patch that will be in upstream 2.6.14
132     (which makes sun3 build fail, needs fixing)
133    
134 maks-guest 4198 [ maximilian attems ]
135     * Drop drivers-add-scsi_changer.patch (merged)
136     * Drop drivers-ide-dma-blacklist-toshiba.patch (merged)
137     * Drop drivers-ide-__devinit.patch (merged)
138 maks-guest 4231 * Added patch-2.6.13.2:
139     - USB: ftdi_sio: custom baud rate fix
140     - Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
141     - Fix MPOL_F_VERIFY
142     - jfs: jfs_delete_inode must call clear_inode
143     - Fix DHCP + MASQUERADE problem
144     - Sun HME: enable and map PCI ROM properly
145     - Sun GEM ethernet: enable and map PCI ROM properly
146     - hpt366: write the full 4 bytes of ROM address, not just low 1 byte
147     - forcedeth: Initialize link settings in every nv_open()
148     - Lost sockfd_put() in routing_ioctl()
149     - lost fput in 32bit ioctl on x86-64
150 maks-guest 4305 * Added patch-2.6.13.3:
151     - Fix fs/exec.c:788 (de_thread()) BUG_ON
152     - Don't over-clamp window in tcp_clamp_window()
153     - fix IPv6 per-socket multicast filtering in exact-match case
154     - yenta oops fix
155     - ipvs: ip_vs_ftp breaks connections using persistence
156     - uml - Fix x86_64 page leak
157     - skge: set mac address oops with bonding
158     - tcp: set default congestion control correctly for incoming connections
159 waldi 4181
160 luther 4220 [ Sven Luther ]
161     * [powerpc] Added hotplug support to the mv643xx_eth driver :
162     powerpc-mv643xx-hotplug-support.patch
163     thanks go to Nicolas Det for providing the patch.
164 luther 4235 * [powerpc] Modified a couple of configuration options for the powerpc64
165     flavour, fixes and enhances Apple G5 support (Closes: #323724, #328324)
166 luther 4248 * [powerpc] Added powerpc-miboot flavour to use exclusively with oldworld
167 luther 4247 powermac miboot floppies for debian-installer.
168 luther 4264 * [powerpc] Checked upgraded version of the apus patches, separated them in
169     a part which is safe to apply, and one which needs checking, and is thus
170     not applied yet.
171 dannf 4201
172 kyle 4271 [ Kyle McMartin ]
173     * [hppa] Update hppa.diff to 2.6.13-pa4.
174     * [hppa] Add space register fix to pacache.S to hppa.diff.
175    
176 dannf 4298 [ dann frazier ]
177     * Add a note to README.Debian that explains where users can find the .config
178     files used to generate the linux-image packages. Closes: #316809
179 dannf 4308 * [ia64] Workaround #325070 until upstream works out an acceptable solution.
180     This bug breaks module loading on non-SMP ia64 kernels. The workaround
181     is to temporarily use an SMP config for the non-SMP kernels. (Note that
182     John Wright is running benchmarks to determine the overhead of running
183     an SMP kernel on UP systems to help decide if this should be a
184     permanent change).
185 dannf 4311 * [ia64] Update arch/ia64/config for 2.6.13
186 luther 4220
187 horms 4313 -- Simon Horman <horms@debian.org> Thu, 6 Oct 2005 15:45:21 +0900
188 dannf 4298
189 horms 4145 linux-2.6 (2.6.12-6) unstable; urgency=high
190    
191 horms 4144 [ Andres Salomon, Bastian Blank ]
192 horms 4075 * Change ATM and Classical-IP-over-ATM to be modular, instead of being
193 horms 4145 statically included. (closes: #323143)
194 horms 4075
195     [ Sven Luther ]
196 horms 4145 * [powerpc] powerpc-pmac-sound-check.patch: Added pmac-sound sanity check.
197     * [powerpc] powerpc-apus.patch:
198     Added preliminary apus patch to package, not applied to kernel tree yet.
199 dilinger 3936
200 horms 4075 [ Simon Horman ]
201     * Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
202     it breaks iproute's (and other netlink users) ability
203 horms 4144 to set routes. (closes: #322723)
204     * Added 2.6.12.6
205 horms 4145 - [SECURITY: CAN-2005-2555] Restrict socket policy loading to
206     CAP_NET_ADMIN.
207     - [SECURITY] Fix DST leak in icmp_push_reply(). Possible remote
208     DoS?
209     - [SECURITY] NPTL signal delivery deadlock fix; possible local
210     DoS.
211 horms 4085 - fix gl_skb/skb type error in genelink driver in usbnet
212 horms 4145 - [SECURITY] fix a memory leak in devices seq_file implementation;
213     local DoS.
214     - [SECURITY] Fix SKB leak in ip6_input_finish(); local DoS.
215 horms 4085
216 horms 4145 [ Andres Salomon ]
217     * [hppa] enable discontiguous memory support for 32bit hppa images, so
218     they build.
219 luther 3961
220 horms 4145 -- Andres Salomon <dilinger@debian.org> Tue, 06 Sep 2005 10:14:35 -0400
221 horms 4144
222 waldi 3935 linux-2.6 (2.6.12-5) unstable; urgency=low
223 vince 3898
224     * Change ARM to use GCC 3.3 to avoid FTBFS errors with GCC 4
225 luther 3932 (dann frazier)
226 vince 3898
227 dannf 3899 * Remove spurious double quote character from ia64 package descriptions.
228     (dann frazier)
229 vince 3898
230 dannf 3900 * Add transitional meta packages (kernel-image-2.6-*) for ia64.
231     (dann frazier)
232 dannf 3899
233 maks-guest 3910 * Change fuzz factor to 1, stricter patch appliance. (Maximilian Attems)
234    
235 luther 3932 * Enabled CONFIG_THERM_PM72 on powerpc64 flavour. (Sven Luther)
236 dannf 3900
237 waldi 3935 -- Bastian Blank <waldi@debian.org> Tue, 16 Aug 2005 21:43:31 +0200
238 luther 3932
239 waldi 3895 linux-2.6 (2.6.12-4) unstable; urgency=low
240    
241     * Supply correct subarch values for the powerpc images.
242    
243     -- Bastian Blank <waldi@debian.org> Mon, 15 Aug 2005 21:06:18 +0200
244    
245 waldi 3890 linux-2.6 (2.6.12-3) unstable; urgency=low
246 horms 3767
247     * Added reference to old kernel-* package names to make
248 jurij-guest 3835 transition a little more obvious to end users.
249 horms 3871 A Dan Jacobson special. (Simon Horman) Closes: #321167
250 luther 3856
251 horms 3768 * By the time this makes it into the archive, it will
252 horms 3871 be handling kernel-image-2.6-* packages. (Simon Horman)
253 horms 3768 Closes: #321867
254 horms 3767
255 waldi 3790 * Link palinfo statically on ia64. (dann frazier) (Closes: #321885)
256 luther 3856
257 kyle 3800 * [hppa] :
258     - Add hppa arch specific patch.
259     - Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
260     (Kyle McMartin)
261 waldi 3790
262 jurij-guest 3835 * Fix permissions in source tarball. (Bastian Blank) (Closes: #322409)
263 horms 3767
264 jurij-guest 3836 * Enable the CONFIG_IP_ADVANCED_ROUTER and related options on
265     sparc64 to sync with other architectures. (Jurij Smakov)
266     Closes: #321236
267    
268 jurij-guest 3850 * Include all executables as well as *.sh and *.pl files found in
269     scripts directory in the headers package. (Bastian Blank)
270 jurij-guest 3862 Closes: #322612, #322680, #322765
271 luther 3856
272 jurij-guest 3852 * Include m68k headers into the arch-common headers package on
273     powerpc and make sure that all the directories are linked to
274     properly from the flavour-specific headers packages. (Jurij Smakov)
275     Closes: #322610
276 jurij-guest 3850
277 luther 3856 * [powerpc] Enabled the powerpc64 flavour, now that we have a real biarch
278     toolchain in sid. Many thanks go to GOTO Masanori and Matthias Klose as
279     well as any other who worked on the biarch toolchain to make this happen.
280 waldi 3831
281 horms 3878 * Added 2.6.12.5 (Simon Horman)
282     - Fix BUG() is triggered by a call to set_mempolicy() with a negativ
283     first argument.
284     - [amd64] Fix a SRAT handling on systems with dual cores.
285     - [amd64] SMP timing problem
286     - [security] Zlib fixes See CAN-2005-2458, CAN-2005-2459
287     http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html
288     http://bugs.gentoo.org/show_bug.cgi
289     - Add zlib deflateBound()
290     - [security] Fix error during session join. See CAN-2005-2098
291     - [security] Fix keyring destructor. See CAN-2005-2099
292     - Module per-cpu alignment cannot always be met
293     http://www.ussg.iu.edu/hypermail/linux/kernel/0409.0/0768.html
294 horms 3871 Closes: #323039
295 luther 3856
296 waldi 3890 -- Bastian Blank <waldi@debian.org> Mon, 15 Aug 2005 16:42:05 +0200
297 horms 3871
298 dilinger 3744 linux-2.6 (2.6.12-2) unstable; urgency=low
299 dilinger 3610
300 waldi 3834 * The Kernel Team offers its condolences to the family of Jens Schmalzing
301 dilinger 3743 (jensen@debian), who died Saturday, July 30, 2005 in a tragic accident in
302     Munich. Jens was a member of the Kernel Team, and was instrumental in
303     taking the powerpc kernel package to 2.6, as well as maintaining MOL
304     and its kernel modules.
305 luther 3708
306 dilinger 3692 * Add @longclass@ variable to control file autogeneration. (Andres Salomon)
307 joshk 3617
308 waldi 3726 * Bump build-depends on kernel-package to a fixed version (>= 9.005).
309     (Jurij Smakov, Sven Luther) (closes: #319657, #320422, #321625)
310 dilinger 3610
311 joshk 3617 * Change default ramdisk size for sparc to 16,384K to accomodate a fatter
312     d-i initrd for netboot installs.
313 dilinger 3692 (Joshua Kwan)
314 joshk 3617
315 dilinger 3692 * Don't build-depend on console-tools on s390. (Bastian Blank)
316 waldi 3641
317 dilinger 3692 * Add ARM support. (Vincent Sanders)
318 vince 3642
319 waldi 3717 * Add ia64 descriptions. (dann frazier)
320 luther 3709
321 waldi 3701 * Strip down the scripts dir in the headers packages. (Bastian Blank)
322 dannf 3658
323 luther 3709 * Add m68k support. (Christian T. Steigies)
324 cts 3699
325 fschueler-guest 3703 * Added 2.6.12.4 (Frederik Schüler)
326     - Fix powernow oops on dual-core athlon
327     - Fix early vlan adding leads to not functional device
328     - sys_get_thread_area does not clear the returned argument
329     - bio_clone fix
330 dilinger 3706 - Fix possible overflow of sock->sk_policy (CAN-2005-2456)
331     (closes: #321401)
332 fschueler-guest 3703 - Wait until all references to ip_conntrack_untracked are dropped on
333     unload
334     - Fix potential memory corruption in NAT code (aka memory NAT)
335     - Fix deadlock in ip6_queue
336     - Fix signedness issues in net/core/filter.c
337     - x86_64 memleak from malicious 32bit elf program
338     - rocket.c: Fix ldisc ref count handling
339     - kbuild: build TAGS problem with O=
340    
341 dilinger 3707 * Enable CONFIG_6PACK=m for all archs (Andres Salomon)
342     (closes: #319646)
343    
344 jurij-guest 3723 * Overhaul the generation of the control file. Now it is handled
345     by debian/bin/gencontrol.py. The debian/control target in rules
346     also fails now, since we don't want the control file generated
347     during build. Arch-specific Depends and suggests are now generated
348     correctly. (Bastian Blank) (Closes: #319896)
349    
350 luther 3733 * [powerpc] Fixed typo which made asm-ppc and asm-ppc64 not being included
351     in the header package. (Sven Luther) (Closes: #320817)
352    
353     * Added list of flavours built to common header package. (Sven Luther)
354    
355 waldi 3790 -- Bastian Blank <waldi@debian.org> Tue, 09 Aug 2005 11:12:40 +0200
356 dilinger 3610
357 dilinger 3603 linux-2.6 (2.6.12-1) unstable; urgency=low
358 jurij-guest 3025
359 maks-guest 3388 * New upstream release:
360 dilinger 3585 - "git rocks"
361 maks-guest 3388 - address space randomization
362     - conversion of ide driver code to the device model
363     - restored Philips webcam driver
364     - new Broadcom bcm5706 gigabit driver
365     - new resource limits for the audio community
366 maks-guest 3401 - Multipath device mapper
367     - Intel HD Audio alsa driver
368 maks-guest 3388 - fixes + arch updates..
369 dilinger 3540 - readdition of tg3 driver, as firmware license has been fixed
370 dilinger 3539
371 dilinger 3543 * Dropped the following patches:
372 dilinger 3544 - patch-2.6.11.*.patch (merged)
373 dilinger 3543 - powerpc-ppc64-ibmvscsi.patch (Christoph didn't like it, and it failed
374     to build anyways) (Sven Luther)
375 dilinger 3546 - doc-post_halloween.patch (unless someone can come up w/ a valid
376     reason for carrying around rapidly bitrotting documentation...)
377     (Andres Salomon)
378 dilinger 3547 - sparc32-hypersparc-srmmu.patch (dropped until sparc32 is working
379     again, and we can figure out whether it's necessary)
380 dilinger 3575 - fix-alpha-ext3-oops.patch (no longer needed, fixed by compiler)
381 dilinger 3547 - x86-i486_emu.patch (buggy and insecure 80486 instruction emulation
382 dilinger 3550 for 80386; we're no longer supporting this) (closes: #250468)
383 dilinger 3549 - amd64-outs.patch (according to
384     http://www.ussg.iu.edu/hypermail/linux/kernel/0502.3/1095.html, this
385     is unnecessary for us) (Andres Salomon)
386 dilinger 3544 - sparc64-rtc-mostek.patch (merged)
387     - sparc64-compat-nanoseconds.patch (merged)
388     - sparc64-sunsu-init-2.6.11.patch (merged)
389     - sunsab-uart-update-timeout.patch (merged)
390     - alpha-read-trylock.patch (different version got merged)
391 dilinger 3545 - powerpc-prep-motorola-irq-fix.patch (merged)
392     - drivers-media-video-saa7134-update.patch (merged)
393     - drivers-media-video-saa7134-update-2.patch (merged)
394     - drivers-media-video-pll-lib.patch (merged)
395     - drivers-media-video-pll-lib-2.patch (merged)
396     - drivers-media-video-tuner-update-1.patch (merged)
397     - drivers-media-video-tuner-update-2.patch (merged)
398     - drivers-media-video-v4l-mpeg-support.patch (merged)
399     - drivers-media-video-mt352-update.patch (merged)
400     - arch-ppc64-hugepage-aio-panic.patch (merged)
401     - drivers-input-serio-nmouse.patch (merged)
402 dilinger 3547 - sparc64-sb1500-clock-2.6.patch (merged)
403 dilinger 3550 - docbook-allow-preprocessor-directives-... (merged)
404     - docbook-fix-function-parameter-descriptin-in-fbmem.patch (merged)
405     - docbook-move-kernel-doc-comment-next-to-function.patch (merged)
406     - powerpc-therm-adt746x-new-i2c-fix.patch (merged)
407     - powerpc-mv643xx-enet.patch (merged)
408     - powerpc-mv643xx-eth-pegasos.patch (merged)
409     - powerpc-pmac-agp-sleep.patch (merged)
410     - drivers-input-serio-8042-resume.patch (merged)
411 dilinger 3546
412 dilinger 3539 * Premiere of the common-source kernel package
413     (Jurij Smakov, Andres Salomon)
414     - build all architectures out of kernel source package
415     - rename source and binary packages
416     - create a common config for different architectures, and management
417     tools to allow for easier modification of config options
418 dilinger 3583 - drop default configs, autogenerate them instead; requires
419     kernel-package >= 9.002.
420 dilinger 3539
421 maks-guest 3388 * Add 2.6.12.1 (Maximilian Attems)
422 maks-guest 3387 - Clean up subthread exec (CAN-2005-1913)
423     - ia64 ptrace + sigrestore_context (CAN-2005-1761)
424 dilinger 3539
425 fschueler-guest 3415 * Add 2.6.12.2 (Frederik Schüler)
426     - Fix two socket hashing bugs.
427     - ACPI: Make sure we call acpi_register_gsi() even for default PCI
428     interrupt assignment
429     - Add "memory" clobbers to the x86 inline asm of strncmp and friends
430     - e1000: fix spinlock bug
431     - fix remap_pte_range BUG
432     - Fix typo in drivers/pci/pci-driver.c
433 dilinger 3539
434 joshk 3531 * Add 2.6.12.3 (Joshua Kwan)
435     - Fix semaphore handling in __unregister_chrdev
436     - Fix TT mode in UML.
437     - Check for a null return in tty_ldisc_ref.
438     - v4l: cx88 hue offset fix
439     - Fix 8139cp breakage that occurs with tpm driver.
440     - Fix the 6pack driver in SMP environments.
441     - Switch to spinlocks in the shaper driver.
442     - ppc32: stop misusing NTP's time_offset value
443     - netfilter: go back to dropping conntrack references manually
444     - ACPI: don't accept 0 as a PCI IRQ.
445 dilinger 3539
446 dilinger 3550 * Enable CONFIG_SCSI_INITIO. (Maximilian Attems) (closes: #318121)
447 dilinger 3539
448 luther 3551 * [powerpc] :
449     - Added powerpc-mkvmlinuz-support patch which allows, together with
450     kernel-package 9.0002 to add mkvmlinuz support to hand built packages.
451     - Removed powerpc-ppc64-ibmvscsi.patch, FTBFS, and Christoph doesn't like
452     it and thinks it is not needed.
453     - Disabled swim3 on powerpc-smp, FTBFS.
454     - Disabled software-suspend on powerpc-smp, FTBFS, amd64/i386 only smp code.
455 luther 3552 - Rediffed and readded the G4 L2 hardware flush assist patch from Jacob Pan.
456 luther 3551 (Sven Luther)
457 jurij-guest 3563
458     * [sparc]
459     - Drop sparc32 flavour for now. sparc32 kernel is currently in the
460     category "too buggy for us to support". In spite of numerous efforts
461     I still see occasional random filesystem corruptions in my tests.
462     That does NOT mean that we are dropping sparc32 support, we will
463     work with upstream trying to solve these problems for the next
464     kernel release. Those interested in helping/testing are encouraged
465     to subscribe to debian-sparc mailing list.
466     (Jurij Smakov)
467 dilinger 3539
468 nobse 3584 * [alpha]
469     - Renamed resulting binary packages for alpha, kernel-image-x.y.z-generic
470     wasn't a generic kernel, it was a generic kernel for alpha machines, so
471     we're now using linux-image-x.y.z-alpha-generic (and of course, the same
472     change for the smp kernel-image). This change was postponed after the
473     sarge release. (closes: #260003)
474     (Norbert Tretkowski)
475    
476 fschueler-guest 3582 * [amd64]
477     - Now using the default compiler (gcc-4.0), thus we get rid of the
478     annoying MAKEFLAGS="CC=gcc-3.4" make-kpkg... invocation for third-party
479     modules.
480     This release lacks 64bit kernels for i386 userland; support will be
481     added in a later release as soon as the toolchain has stabilized again.
482     (Frederik Schüler)
483    
484 dilinger 3603 -- Andres Salomon <dilinger@debian.org> Wed, 20 Jul 2005 17:16:04 -0400
485 dilinger 3539

  ViewVC Help
Powered by ViewVC 1.1.5