/[kernel]/releases/kernel/linux-2.6/2.6.12-10/debian/changelog
ViewVC logotype

Contents of /releases/kernel/linux-2.6/2.6.12-10/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4291 - (show annotations) (download)
Tue Sep 27 09:00:58 2005 UTC (7 years, 7 months ago) by horms
File size: 16419 byte(s)
tag 2.6.12-10
1 linux-2.6 (2.6.12-10) unstable; urgency=high
2
3 [ Simon Horman ]
4 * [hppa] Remove reference to drivers/serial/serial_core.c.orig
5 in hppa.patch which causes it not to apply and the build to break.
6 (closes: #330157)
7
8 [ dann frazier ]
9 * [ia64] Workaround #325070 until upstream works out an acceptable solution.
10 This bug breaks module loading on non-SMP ia64 kernels. The workaround
11 is to temporarily use an SMP config for the non-SMP kernels.
12
13 [ Sven Luther, Simon Horman ]
14 * [hppa] Added patch to unbreak other flavours
15
16 -- Simon Horman <horms@debian.org> Tue, 27 Sep 2005 12:31:40 +0900
17
18 linux-2.6 (2.6.12-9) unstable; urgency=high
19
20 [ Simon Horman ]
21 * [SECURITY] The ipsec-oops-fix.patch referenced in 2.6.12-7
22 was not included in 2.6.12-7, and infact is not
23 applicable to 2.6.12 as it resolves a bug introduced
24 between 2.6.12 and 2.6.13.
25
26 [ Kyle McMartin ]
27 * [hppa] Add space register fix for pacache.S to hppa.diff.
28
29 -- Simon Horman <horms@debian.org> Mon, 26 Sep 2005 15:37:36 +0900
30
31 linux-2.6 (2.6.12-8) unstable; urgency=low
32
33 [ Sven Luther ]
34 * [powerpc] Don't build CONFIG_INPUT_ADBHID on powerp64, as it breaks.
35
36 -- Sven Luther <luther@debian.org> Fri, 23 Sep 2005 09:07:49 +0200
37
38 linux-2.6 (2.6.12-7) unstable; urgency=high
39
40 [ Simon Horman ]
41 * [SECURITY] The seq_file memory leak fix included in 2.6.12-6
42 as part of upstream's 2.6.12.6 patchset is now CAN-2005-2800.
43
44 [ Sven Luther ]
45 * [powerpc] Added hotplug support to the mv643xx_eth driver :
46 powerpc-mv643xx-hotplug-support.patch
47 thanks go to Nicolas Det for providing the patch.
48 * [powerpc] Modified a couple of configuration options for the powerpc64
49 flavour, fixes and enhances Apple G5 support (Closes: #323724, #328324)
50 * [powerpc] Added powerpc-miboot flavour to use exclusively with oldworld
51 powermac miboot floppies for debian-installer.
52
53 [ Jurij Smakov ]
54 * Backport of dpt_i2o SCSI driver fixes from 2.6.13 to take care
55 of panics with some Adaptec cards: driver-scsi-dpt_i2o-fixes.patch.
56 See patch header for details and references. (closes: #328534)
57
58 [ Simon Horman ]
59 * Added 2.6.13.1
60 - Kconfig: saa7134-dvb must select tda1004x
61 saa7134-dvb-must-select-tda1004x.patch
62 - Fix PCI ROM mapping
63 fix-pci-rom-mapping.patch
64 - 2.6.13 breaks libpcap (and tcpdump)
65 fix-socket-filter-regression.patch
66 - [SECURITY] Fix boundary check in standard multi-block cipher processors;
67 Maybe local DoS
68 ipsec-oops-fix.patch
69 - Use SA_SHIRQ in sparc specific code
70 sparc-request_irq-in-RTC-fix.patch
71 - Reassembly trim not clearing CHECKSUM_HW
72 ipv4-fragmentation-csum-handling.patch
73 - [SECURITY] 32bit sendmsg() flaw. See CAN-2005-2490
74 sendmsg-stackoverflow.patch
75 - [SECURITY] raw_sendmsg DoS. See CAN-2005-2492
76 sendmsg-DoS.patch
77 * Added 2.6.13.2
78 - [SECURITY] lost fput in 32bit ioctl on x86-64
79 lost-fput-in-32bit-ioctl-on-x86-64.patch
80 - [SECURITY] lost sockfd_put() in routing_ioctl()
81 lost-sockfd_put-in-32bit-compat-routing_ioctl.patch
82 - forcedeth: Initialize link settings in every nv_open()
83 forcedeth-init-link-settings-in-nv_open.patch
84 - Sun GEM ethernet: enable and map PCI ROM properly (closes: #322734)
85 sungem-enable-and-map-pci-rom-properly.patch
86 - Sun HME: enable and map PCI ROM properly
87 sunhme-enable-and-map-pci-rom-properly.patch
88 - Sun HME: enable and map PCI ROM properly
89 sunhme-enable-and-map-pci-rom-properly.patch
90 - Fix DHCP + MASQUERADE problem
91 netfilter-fix-dhcp-masquerade-problem.patch
92 - Fix MPOL_F_VERIFY
93 fix-MPOL_F_VERIFY.patch
94 - Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
95 fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
96 - USB: ftdi_sio: custom baud rate fix
97 usb-ftdi_sio-baud-fix.patch
98
99 -- Simon Horman <horms@debian.org> Thu, 22 Sep 2005 16:04:03 +0900
100
101 linux-2.6 (2.6.12-6) unstable; urgency=high
102
103 [ Andres Salomon, Bastian Blank ]
104 * Change ATM and Classical-IP-over-ATM to be modular, instead of being
105 statically included. (closes: #323143)
106
107 [ Sven Luther ]
108 * [powerpc] powerpc-pmac-sound-check.patch: Added pmac-sound sanity check.
109 * [powerpc] powerpc-apus.patch:
110 Added preliminary apus patch to package, not applied to kernel tree yet.
111
112 [ Simon Horman ]
113 * Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
114 it breaks iproute's (and other netlink users) ability
115 to set routes. (closes: #322723)
116 * Added 2.6.12.6
117 - [SECURITY: CAN-2005-2555] Restrict socket policy loading to
118 CAP_NET_ADMIN.
119 - [SECURITY] Fix DST leak in icmp_push_reply(). Possible remote
120 DoS?
121 - [SECURITY] NPTL signal delivery deadlock fix; possible local
122 DoS.
123 - fix gl_skb/skb type error in genelink driver in usbnet
124 - [SECURITY] fix a memory leak in devices seq_file implementation;
125 local DoS.
126 - [SECURITY] Fix SKB leak in ip6_input_finish(); local DoS.
127
128 [ Andres Salomon ]
129 * [hppa] enable discontiguous memory support for 32bit hppa images, so
130 they build.
131
132 -- Andres Salomon <dilinger@debian.org> Tue, 06 Sep 2005 10:14:35 -0400
133
134 linux-2.6 (2.6.12-5) unstable; urgency=low
135
136 * Change ARM to use GCC 3.3 to avoid FTBFS errors with GCC 4
137 (dann frazier)
138
139 * Remove spurious double quote character from ia64 package descriptions.
140 (dann frazier)
141
142 * Add transitional meta packages (kernel-image-2.6-*) for ia64.
143 (dann frazier)
144
145 * Change fuzz factor to 1, stricter patch appliance. (Maximilian Attems)
146
147 * Enabled CONFIG_THERM_PM72 on powerpc64 flavour. (Sven Luther)
148
149 -- Bastian Blank <waldi@debian.org> Tue, 16 Aug 2005 21:43:31 +0200
150
151 linux-2.6 (2.6.12-4) unstable; urgency=low
152
153 * Supply correct subarch values for the powerpc images.
154
155 -- Bastian Blank <waldi@debian.org> Mon, 15 Aug 2005 21:06:18 +0200
156
157 linux-2.6 (2.6.12-3) unstable; urgency=low
158
159 * Added reference to old kernel-* package names to make
160 transition a little more obvious to end users.
161 A Dan Jacobson special. (Simon Horman) Closes: #321167
162
163 * By the time this makes it into the archive, it will
164 be handling kernel-image-2.6-* packages. (Simon Horman)
165 Closes: #321867
166
167 * Link palinfo statically on ia64. (dann frazier) (Closes: #321885)
168
169 * [hppa] :
170 - Add hppa arch specific patch.
171 - Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
172 (Kyle McMartin)
173
174 * Fix permissions in source tarball. (Bastian Blank) (Closes: #322409)
175
176 * Enable the CONFIG_IP_ADVANCED_ROUTER and related options on
177 sparc64 to sync with other architectures. (Jurij Smakov)
178 Closes: #321236
179
180 * Include all executables as well as *.sh and *.pl files found in
181 scripts directory in the headers package. (Bastian Blank)
182 Closes: #322612, #322680, #322765
183
184 * Include m68k headers into the arch-common headers package on
185 powerpc and make sure that all the directories are linked to
186 properly from the flavour-specific headers packages. (Jurij Smakov)
187 Closes: #322610
188
189 * [powerpc] Enabled the powerpc64 flavour, now that we have a real biarch
190 toolchain in sid. Many thanks go to GOTO Masanori and Matthias Klose as
191 well as any other who worked on the biarch toolchain to make this happen.
192
193 * Added 2.6.12.5 (Simon Horman)
194 - Fix BUG() is triggered by a call to set_mempolicy() with a negativ
195 first argument.
196 - [amd64] Fix a SRAT handling on systems with dual cores.
197 - [amd64] SMP timing problem
198 - [security] Zlib fixes See CAN-2005-2458, CAN-2005-2459
199 http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html
200 http://bugs.gentoo.org/show_bug.cgi
201 - [security] Add zlib deflateBound(). See CAN-2005-2457
202 - [security] Fix error during session join. See CAN-2005-2098
203 - [security] Fix keyring destructor. See CAN-2005-2099
204 - Module per-cpu alignment cannot always be met
205 http://www.ussg.iu.edu/hypermail/linux/kernel/0409.0/0768.html
206 Closes: #323039
207
208 -- Bastian Blank <waldi@debian.org> Mon, 15 Aug 2005 16:42:05 +0200
209
210 linux-2.6 (2.6.12-2) unstable; urgency=low
211
212 * The Kernel Team offers its condolences to the family of Jens Schmalzing
213 (jensen@debian), who died Saturday, July 30, 2005 in a tragic accident in
214 Munich. Jens was a member of the Kernel Team, and was instrumental in
215 taking the powerpc kernel package to 2.6, as well as maintaining MOL
216 and its kernel modules.
217
218 * Add @longclass@ variable to control file autogeneration. (Andres Salomon)
219
220 * Bump build-depends on kernel-package to a fixed version (>= 9.005).
221 (Jurij Smakov, Sven Luther) (closes: #319657, #320422, #321625)
222
223 * Change default ramdisk size for sparc to 16,384K to accomodate a fatter
224 d-i initrd for netboot installs.
225 (Joshua Kwan)
226
227 * Don't build-depend on console-tools on s390. (Bastian Blank)
228
229 * Add ARM support. (Vincent Sanders)
230
231 * Add ia64 descriptions. (dann frazier)
232
233 * Strip down the scripts dir in the headers packages. (Bastian Blank)
234
235 * Add m68k support. (Christian T. Steigies)
236
237 * Added 2.6.12.4 (Frederik Schüler)
238 - Fix powernow oops on dual-core athlon
239 - Fix early vlan adding leads to not functional device
240 - sys_get_thread_area does not clear the returned argument
241 - bio_clone fix
242 - Fix possible overflow of sock->sk_policy (CAN-2005-2456)
243 (closes: #321401)
244 - Wait until all references to ip_conntrack_untracked are dropped on
245 unload
246 - Fix potential memory corruption in NAT code (aka memory NAT)
247 - Fix deadlock in ip6_queue
248 - Fix signedness issues in net/core/filter.c
249 - x86_64 memleak from malicious 32bit elf program (CAN-2005-2617)
250 - rocket.c: Fix ldisc ref count handling
251 - kbuild: build TAGS problem with O=
252
253 * Enable CONFIG_6PACK=m for all archs (Andres Salomon)
254 (closes: #319646)
255
256 * Overhaul the generation of the control file. Now it is handled
257 by debian/bin/gencontrol.py. The debian/control target in rules
258 also fails now, since we don't want the control file generated
259 during build. Arch-specific Depends and suggests are now generated
260 correctly. (Bastian Blank) (Closes: #319896)
261
262 * [powerpc] Fixed typo which made asm-ppc and asm-ppc64 not being included
263 in the header package. (Sven Luther) (Closes: #320817)
264
265 * Added list of flavours built to common header package. (Sven Luther)
266
267 -- Bastian Blank <waldi@debian.org> Tue, 09 Aug 2005 11:12:40 +0200
268
269 linux-2.6 (2.6.12-1) unstable; urgency=low
270
271 * New upstream release:
272 - "git rocks"
273 - address space randomization
274 - conversion of ide driver code to the device model
275 - restored Philips webcam driver
276 - new Broadcom bcm5706 gigabit driver
277 - new resource limits for the audio community
278 - Multipath device mapper
279 - Intel HD Audio alsa driver
280 - fixes + arch updates..
281 - readdition of tg3 driver, as firmware license has been fixed
282
283 * Dropped the following patches:
284 - patch-2.6.11.*.patch (merged)
285 - powerpc-ppc64-ibmvscsi.patch (Christoph didn't like it, and it failed
286 to build anyways) (Sven Luther)
287 - doc-post_halloween.patch (unless someone can come up w/ a valid
288 reason for carrying around rapidly bitrotting documentation...)
289 (Andres Salomon)
290 - sparc32-hypersparc-srmmu.patch (dropped until sparc32 is working
291 again, and we can figure out whether it's necessary)
292 - fix-alpha-ext3-oops.patch (no longer needed, fixed by compiler)
293 - x86-i486_emu.patch (buggy and insecure 80486 instruction emulation
294 for 80386; we're no longer supporting this) (closes: #250468)
295 - amd64-outs.patch (according to
296 http://www.ussg.iu.edu/hypermail/linux/kernel/0502.3/1095.html, this
297 is unnecessary for us) (Andres Salomon)
298 - sparc64-rtc-mostek.patch (merged)
299 - sparc64-compat-nanoseconds.patch (merged)
300 - sparc64-sunsu-init-2.6.11.patch (merged)
301 - sunsab-uart-update-timeout.patch (merged)
302 - alpha-read-trylock.patch (different version got merged)
303 - powerpc-prep-motorola-irq-fix.patch (merged)
304 - drivers-media-video-saa7134-update.patch (merged)
305 - drivers-media-video-saa7134-update-2.patch (merged)
306 - drivers-media-video-pll-lib.patch (merged)
307 - drivers-media-video-pll-lib-2.patch (merged)
308 - drivers-media-video-tuner-update-1.patch (merged)
309 - drivers-media-video-tuner-update-2.patch (merged)
310 - drivers-media-video-v4l-mpeg-support.patch (merged)
311 - drivers-media-video-mt352-update.patch (merged)
312 - arch-ppc64-hugepage-aio-panic.patch (merged)
313 - drivers-input-serio-nmouse.patch (merged)
314 - sparc64-sb1500-clock-2.6.patch (merged)
315 - docbook-allow-preprocessor-directives-... (merged)
316 - docbook-fix-function-parameter-descriptin-in-fbmem.patch (merged)
317 - docbook-move-kernel-doc-comment-next-to-function.patch (merged)
318 - powerpc-therm-adt746x-new-i2c-fix.patch (merged)
319 - powerpc-mv643xx-enet.patch (merged)
320 - powerpc-mv643xx-eth-pegasos.patch (merged)
321 - powerpc-pmac-agp-sleep.patch (merged)
322 - drivers-input-serio-8042-resume.patch (merged)
323
324 * Premiere of the common-source kernel package
325 (Jurij Smakov, Andres Salomon)
326 - build all architectures out of kernel source package
327 - rename source and binary packages
328 - create a common config for different architectures, and management
329 tools to allow for easier modification of config options
330 - drop default configs, autogenerate them instead; requires
331 kernel-package >= 9.002.
332
333 * Add 2.6.12.1 (Maximilian Attems)
334 - Clean up subthread exec (CAN-2005-1913)
335 - ia64 ptrace + sigrestore_context (CAN-2005-1761)
336
337 * Add 2.6.12.2 (Frederik Schüler)
338 - Fix two socket hashing bugs.
339 - ACPI: Make sure we call acpi_register_gsi() even for default PCI
340 interrupt assignment
341 - Add "memory" clobbers to the x86 inline asm of strncmp and friends
342 - e1000: fix spinlock bug
343 - fix remap_pte_range BUG
344 - Fix typo in drivers/pci/pci-driver.c
345
346 * Add 2.6.12.3 (Joshua Kwan)
347 - Fix semaphore handling in __unregister_chrdev
348 - Fix TT mode in UML.
349 - Check for a null return in tty_ldisc_ref.
350 - v4l: cx88 hue offset fix
351 - Fix 8139cp breakage that occurs with tpm driver.
352 - Fix the 6pack driver in SMP environments.
353 - Switch to spinlocks in the shaper driver.
354 - ppc32: stop misusing NTP's time_offset value
355 - netfilter: go back to dropping conntrack references manually
356 - ACPI: don't accept 0 as a PCI IRQ.
357
358 * Enable CONFIG_SCSI_INITIO. (Maximilian Attems) (closes: #318121)
359
360 * [powerpc] :
361 - Added powerpc-mkvmlinuz-support patch which allows, together with
362 kernel-package 9.0002 to add mkvmlinuz support to hand built packages.
363 - Removed powerpc-ppc64-ibmvscsi.patch, FTBFS, and Christoph doesn't like
364 it and thinks it is not needed.
365 - Disabled swim3 on powerpc-smp, FTBFS.
366 - Disabled software-suspend on powerpc-smp, FTBFS, amd64/i386 only smp code.
367 - Rediffed and readded the G4 L2 hardware flush assist patch from Jacob Pan.
368 (Sven Luther)
369
370 * [sparc]
371 - Drop sparc32 flavour for now. sparc32 kernel is currently in the
372 category "too buggy for us to support". In spite of numerous efforts
373 I still see occasional random filesystem corruptions in my tests.
374 That does NOT mean that we are dropping sparc32 support, we will
375 work with upstream trying to solve these problems for the next
376 kernel release. Those interested in helping/testing are encouraged
377 to subscribe to debian-sparc mailing list.
378 (Jurij Smakov)
379
380 * [alpha]
381 - Renamed resulting binary packages for alpha, kernel-image-x.y.z-generic
382 wasn't a generic kernel, it was a generic kernel for alpha machines, so
383 we're now using linux-image-x.y.z-alpha-generic (and of course, the same
384 change for the smp kernel-image). This change was postponed after the
385 sarge release. (closes: #260003)
386 (Norbert Tretkowski)
387
388 * [amd64]
389 - Now using the default compiler (gcc-4.0), thus we get rid of the
390 annoying MAKEFLAGS="CC=gcc-3.4" make-kpkg... invocation for third-party
391 modules.
392 This release lacks 64bit kernels for i386 userland; support will be
393 added in a later release as soon as the toolchain has stabilized again.
394 (Frederik Schüler)
395
396 -- Andres Salomon <dilinger@debian.org> Wed, 20 Jul 2005 17:16:04 -0400
397

  ViewVC Help
Powered by ViewVC 1.1.5