| 1 |
linux-2.6 (2.6.14-2) UNRELEASED; urgency=low |
linux-2.6 (2.6.14+2.6.15-rc5-0experimental.1) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
|
* New upstream release candidate. |
| 4 |
|
* Rename i386 368 flavour to 486. |
| 5 |
|
|
| 6 |
|
-- Frederik Schüler <fs@debian.org> Sun, 4 Dec 2005 21:34:52 +0100 |
| 7 |
|
|
| 8 |
|
linux-2.6 (2.6.14+2.6.15-rc4-0experimental.1) experimental; urgency=low |
| 9 |
|
|
| 10 |
|
[ Frederik Schüler ] |
| 11 |
|
* New upstream release candidate. |
| 12 |
|
* Readdition of qla2xxx drivers, as firmware license has been fixed. |
| 13 |
|
* Make CONFIG_PACKET, PACKET_MM and UNIX builtin on all architectures: |
| 14 |
|
statically linked has better performance then modules due to TLB issue. |
| 15 |
|
* clean up debian-patches dir: remove all obsolete patches: |
| 16 |
|
- alpha-compile-fix.patch: obsolete |
| 17 |
|
- amd64-int3-fix.patch: fixed since 2.6.12 |
| 18 |
|
- net-ipconntrack-nat-fix.patch: merged upstream after 2.6.14 release |
| 19 |
|
- net-nf_queue-oops.patch: merged upstream after 2.6.14 release |
| 20 |
|
- qla2xxx-removed.patch: obsolete |
| 21 |
|
* Drop M386 support remains from the i386 386 flavour: built with M486 |
| 22 |
|
from now on. |
| 23 |
|
|
| 24 |
|
[ Simon Horman ] |
| 25 |
|
* Enable MKISS globally (closes: #340215) |
| 26 |
|
* Add recommends libc6-i686 to 686 and k7 image packages |
| 27 |
|
(closes: #278729) |
| 28 |
|
* Enable OBSOLETE_OSS_USB_DRIVER and USB_AUDIO |
| 29 |
|
as alsa snd-usb-audio still isn't quite there. |
| 30 |
|
I expect this to be re-disabled at some stage, |
| 31 |
|
possibly soon if it proves to be a source of bugs. |
| 32 |
|
(closes: #340388) |
| 33 |
|
|
| 34 |
|
[ Sven Luther ] |
| 35 |
|
* [powerpc] Now use ARCH=powerpc for both 32bit and 64bit powerpc flavours. |
| 36 |
|
|
| 37 |
|
[ Jurij Smakov ] |
| 38 |
|
* Drop tty-locking-fixes9.patch, which was preventing the oops during |
| 39 |
|
shutdown on some sparc machines with serial console. Proper fix has |
| 40 |
|
been incorporated upstream. |
| 41 |
|
|
| 42 |
|
-- Frederik Schüler <fs@debian.org> Sun, 4 Dec 2005 12:31:04 +0000 |
| 43 |
|
|
| 44 |
|
linux-2.6 (2.6.14-3) unstable; urgency=low |
| 45 |
|
|
| 46 |
|
[ Norbert Tretkowski ] |
| 47 |
|
* [alpha] Switch to gcc 4.0. |
| 48 |
|
* [alpha] Conflict with initramfs-tools, klibc is broken on alpha. |
| 49 |
|
* [alpha] Enabled CONFIG_KOBJECT_UEVENT in arch/alphaconfig to fix trouble |
| 50 |
|
with latest udev, thanks to Uwe Schindler for reporting. (closes: #338911) |
| 51 |
|
* Bumped ABI revision: |
| 52 |
|
+ ABI changes on sparc and alpha because of compiler switch. |
| 53 |
|
+ 2.6.14.1 changes ABI of procfs. |
| 54 |
|
|
| 55 |
|
[ Sven Luther ] |
| 56 |
|
* Set default TCP congestion algorithm to NewReno + BIC (Closes: #337089) |
| 57 |
|
|
| 58 |
|
[ maximilian attems ] |
| 59 |
|
* Reenable CONFIG_SOFTWARE_SUSPEND on i386 and ppc, resume=/dev/<other device> |
| 60 |
|
must be set by boot loader. (Closes: #267600) |
| 61 |
|
* Set CONFIG_USB_SUSPEND on i386. Usefull for suspend to ram and apm suspend. |
| 62 |
|
* Add 2.6.14.1 patch: |
| 63 |
|
- Al Viro: CVE-2005-2709 sysctl unregistration oops |
| 64 |
|
* Add 2.6.14.2 patch: |
| 65 |
|
- airo.c/airo_cs.c: correct prototypes |
| 66 |
|
- fix XFS_QUOTA for modular XFS (closes: #337072) |
| 67 |
|
- USB: always export interface information for modalias |
| 68 |
|
- NET: Fix zero-size datagram reception |
| 69 |
|
- fix alpha breakage |
| 70 |
|
- Oops on suspend after on-the-fly switch to anticipatory i/o scheduler |
| 71 |
|
- ipvs: fix connection leak if expire_nodest_conn=1 |
| 72 |
|
- Fix ptrace self-attach rule |
| 73 |
|
- fix signal->live leak in copy_process() |
| 74 |
|
- fix de_thread() vs send_group_sigqueue() race |
| 75 |
|
- prism54 : Fix frame length |
| 76 |
|
- tcp: BIC max increment too large |
| 77 |
|
* Remove alpha compile fix as contained in 2.6.14.2 |
| 78 |
|
* Readd CONFIG_XFS_QUOTA=y. |
| 79 |
|
* Disable ACPI cutoff year on i386, was set to 2001. |
| 80 |
|
No need for acpi=force on boot. |
| 81 |
|
|
| 82 |
|
[ Jurij Smakov ] |
| 83 |
|
* Fix the install-image script to correctly include all the necessary |
| 84 |
|
stuff in scripts. (Closes: #336424) |
| 85 |
|
* Enable CONFIG_SND_ALI5451 on sparc. |
| 86 |
|
* Switch sparc to gcc-4.0. Thanks to Norbert for making sure it successfully |
| 87 |
|
builds a working kernel now. |
| 88 |
|
* Apply patch to fix ATI framebuffer output corruption on SunBlade 100 |
| 89 |
|
(sparc64-atyfb-xl-gr.patch). Thanks to Luigi Gangitano. (Closes: #321200) |
| 90 |
|
* Disable CONFIG_PARPORT_PC_FIFO on sparc, since it causes a hang whenever |
| 91 |
|
something is sent to the parallel port device. Thanks to Attilla |
| 92 |
|
(boera at rdslink.ro) for pointing that out. |
| 93 |
|
|
| 94 |
|
[ Simon Horman ] |
| 95 |
|
* [386, AMD64] Set CONFIG_FRAMEBUFFER_CONSOLE=y instead of m. |
| 96 |
|
As vesadb now built into the kernel, after finally dropping the |
| 97 |
|
debian-specific patch to make it modular, make fbcons builtin too, else |
| 98 |
|
all sorts of weird stuff happens which is hard for the inird builders to |
| 99 |
|
automatically compenste for. (Closes: #336450) |
| 100 |
|
* Redisable CONFIG_SOFTWARE_SUSPEND on ppc/miboot as it required |
| 101 |
|
CONFIG_PM to compile. |
| 102 |
|
* [NETFILTER] nf_queue: Fix Ooops when no queue handler registered |
| 103 |
|
This is a regression introduced in 2.6.14. |
| 104 |
|
net-nf_queue-oops.patch. (Closes: #337713) |
| 105 |
|
* Make manuals with defconfig, as is required for kernel-package 10.008 |
| 106 |
|
|
| 107 |
|
[ dann frazier ] |
| 108 |
|
* net-ipconntrack-nat-fix.patch - fix compilation of |
| 109 |
|
ip_conntrack_helper_pptp.c when NAT is disabled. (Closes: #336431) |
| 110 |
|
|
| 111 |
|
[ Christian T. Steigies ] |
| 112 |
|
* update m68k.diff to 2.6.14 |
| 113 |
|
* add m68k-*vme* patches |
| 114 |
|
* disable macsonic driver until the dma patch is fixed |
| 115 |
|
* disable IEEE80211 drivers for all of m68k |
| 116 |
|
|
| 117 |
|
[ Frederik Schüler ] |
| 118 |
|
* activate CONFIG_SECURITY_NETWORK to fix SElinux operation. |
| 119 |
|
(Closes: #338543) |
| 120 |
|
|
| 121 |
|
-- Norbert Tretkowski <nobse@debian.org> Mon, 14 Nov 2005 10:23:05 +0100 |
| 122 |
|
|
| 123 |
|
linux-2.6 (2.6.14-2) unstable; urgency=low |
| 124 |
|
|
| 125 |
[ Simon Horman ] |
[ Simon Horman ] |
| 126 |
* [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL |
* [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL |
| 127 |
This fix, included as part of the 2.6.13.4 patch in |
This fix, included as part of the 2.6.13.4 patch in |
| 128 |
2.6.13+2.6.14-rc4-0experimental.1 is CVE-2005-3181 |
2.6.13+2.6.14-rc4-0experimental.1 is CVE-2005-3181 |
| 129 |
* Fix genearation of .extraversion, again (closes: #333842) |
* Fix genearation of .extraversion, again (closes: #333842) |
| 130 |
|
* Add missing kernel-arch and kernel-header-dirs to defines |
| 131 |
|
so headers get included. (closes: #336521) |
| 132 |
|
N.B: I only filled in arches where other's hadn't done so alread. |
| 133 |
|
Please fix if its wrong. |
| 134 |
|
* Allow powerpc64 to compile with AUDIT enabled but |
| 135 |
|
AUDITSYSCALL disabled. powerpc64-audit_sysctl-build.patch |
| 136 |
|
|
| 137 |
[ dann frazier ] |
[ dann frazier ] |
| 138 |
* Update hppa.diff to 2.6.14-pa0 |
* Update hppa.diff to 2.6.14-pa0 |
| 140 |
[ Norbert Tretkowski ] |
[ Norbert Tretkowski ] |
| 141 |
* [alpha] New patch to include compiler.h in barrier.h, barrier() is used in |
* [alpha] New patch to include compiler.h in barrier.h, barrier() is used in |
| 142 |
non-SMP case. |
non-SMP case. |
| 143 |
|
* [alpha] Added kernel-header-dirs and kernel-arch to debian/arch/alpha/defines |
| 144 |
|
to include asm-alpha in linux-headers package. |
| 145 |
* Added myself to Uploaders. |
* Added myself to Uploaders. |
| 146 |
|
|
| 147 |
[ Frederik Schüler ] |
[ Frederik Schüler ] |
| 151 |
* Deactivate AUDITSYSCALL globally, it slows down the kernel and is not |
* Deactivate AUDITSYSCALL globally, it slows down the kernel and is not |
| 152 |
needed for selinux at all. |
needed for selinux at all. |
| 153 |
|
|
| 154 |
-- Norbert Tretkowski <nobse@debian.org> Fri, 28 Oct 2005 19:26:34 +0200 |
-- Simon Horman <horms@debian.org> Tue, 1 Nov 2005 15:27:40 +0900 |
| 155 |
|
|
| 156 |
linux-2.6 (2.6.14-1) unstable; urgency=low |
linux-2.6 (2.6.14-1) unstable; urgency=low |
| 157 |
|
|