| 1 |
linux-2.6 (2.6.13-1) 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 ] |
[ Frederik Schüler ] |
| 118 |
* Added class and longclass descriptions for amd64 flavours. |
* 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 ] |
| 126 |
|
* [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL |
| 127 |
|
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 |
| 129 |
|
* 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 ] |
| 138 |
|
* Update hppa.diff to 2.6.14-pa0 |
| 139 |
|
|
| 140 |
|
[ Norbert Tretkowski ] |
| 141 |
|
* [alpha] New patch to include compiler.h in barrier.h, barrier() is used in |
| 142 |
|
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. |
| 146 |
|
|
| 147 |
|
[ Frederik Schüler ] |
| 148 |
|
* [amd64] use DISCONTIGMEM instead of SPARSEMEM on amd64-k8-smp flavour to |
| 149 |
|
fix bootup kernel panic. |
| 150 |
|
* [amd64] include asm-x86_64 in linux-headers package. |
| 151 |
|
* Deactivate AUDITSYSCALL globally, it slows down the kernel and is not |
| 152 |
|
needed for selinux at all. |
| 153 |
|
|
| 154 |
|
-- 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 |
| 157 |
|
|
| 158 |
|
[ Sven Luther ] |
| 159 |
|
* New upstream release. |
| 160 |
|
|
| 161 |
|
[ Norbert Tretkowski ] |
| 162 |
|
* [alpha] Update arch/alpha/config* for 2.6.14. |
| 163 |
|
|
| 164 |
|
[ Simon Horman ] |
| 165 |
|
* Fix misformatting of long description of |
| 166 |
|
linux-patch-debian-linux-patch-debian-X.Y.Z. |
| 167 |
|
templates/control.main.in |
| 168 |
|
(closes: #335088) |
| 169 |
|
* Make sure version is seeded in apply and unapply scripts. |
| 170 |
|
Actually changed in some earlier, post 2.6.12, release, |
| 171 |
|
but the changelog seems to be missing. |
| 172 |
|
(closes: #324583) |
| 173 |
|
|
| 174 |
|
[ dann frazier ] |
| 175 |
|
* [ia64] Disable the CONFIG_IA64_SGI_SN_XP module. This forces |
| 176 |
|
CONFIG_GENERIC_ALLOCATOR and CONFIG_IA64_UNCACHED_ALLOCATOR to y, which |
| 177 |
|
appears to break on zx1 systems. |
| 178 |
|
|
| 179 |
|
-- Simon Horman <horms@debian.org> Fri, 28 Oct 2005 16:26:03 +0900 |
| 180 |
|
|
| 181 |
|
linux-2.6 (2.6.13+2.6.14-rc5-0experimental.1) experimental; urgency=low |
| 182 |
|
|
| 183 |
|
[ Sven Luther ] |
| 184 |
|
* Upgraded to 2.6.14-rc5. |
| 185 |
|
|
| 186 |
|
[ Jonas Smedegaard ] |
| 187 |
|
* Quote variables in debian/rules.real and postinstall (making it |
| 188 |
|
safer to run with weird characters in path of build environment). |
| 189 |
|
|
| 190 |
|
[ Bastian Blank ] |
| 191 |
|
* Add some missing files from scripts to headers packages. |
| 192 |
|
* Add new patch powerpc-build-links.patch: Emit relative symlinks in |
| 193 |
|
arch/ppc{,64}/include. |
| 194 |
|
* Include arch/*/include into headers package. |
| 195 |
|
|
| 196 |
|
-- Sven Luther <luther@debian.org> Tue, 25 Oct 2005 03:56:11 +0000 |
| 197 |
|
|
| 198 |
|
linux-2.6 (2.6.13+2.6.14-rc4-0experimental.1) experimental; urgency=low |
| 199 |
|
|
| 200 |
|
[ Sven Luther ] |
| 201 |
|
* Upgraded to 2.6.14-rc4. |
| 202 |
|
|
| 203 |
|
[ Simon Horman ] |
| 204 |
|
* Fix genearation of .extraversion (closes: #333842) |
| 205 |
|
|
| 206 |
|
[ dann frazier ] |
| 207 |
|
* Enhance the linux-source description to explain the types of patches |
| 208 |
|
Debian adds to it. (closes: #258043) |
| 209 |
|
* Correct linux-patch-debian description. It replaces the |
| 210 |
|
kernel-patch-debian packages, not the kernel-source packages. |
| 211 |
|
|
| 212 |
|
[ Jonas Smedegaard ] |
| 213 |
|
* Fix building from within a very long dir (all patches was applied at |
| 214 |
|
once - exhausting shell commandline, now applied one by one). |
| 215 |
|
* Add Simon Horman, Sven Luther and myself as Uploaders. |
| 216 |
|
|
| 217 |
|
[ Bastian Blank ] |
| 218 |
|
* Use list of revisions in patch scripts. |
| 219 |
|
* Use correct names for tarball and scripts. |
| 220 |
|
|
| 221 |
|
[ Jurij Smakov ] |
| 222 |
|
* [i386] Set the CONFIG_HPET_EMULATE_RTC option to make the clock |
| 223 |
|
work properly on certain Dell machines. This required setting the |
| 224 |
|
CONFIG_RTC option to 'y' instead of 'm'. (closes: #309909) |
| 225 |
|
[i386] Enable VIDEO_CX88 and VIDEO_CX88_DVB (both set to 'm') by |
| 226 |
|
popular demand. (closes: #330916) |
| 227 |
|
|
| 228 |
|
[ Norbert Tretkowski ] |
| 229 |
|
* [alpha] Update arch/alpha/config for 2.6.13. |
| 230 |
|
|
| 231 |
|
[ Kyle McMartin ] |
| 232 |
|
* [hppa] Oops. Fix linux-headers not including asm-parisc by adding |
| 233 |
|
headers_dirs = parisc to Makefile.inc. |
| 234 |
|
|
| 235 |
|
[ maximilian attems ] |
| 236 |
|
* Set CONFIG_FB_VESA=y for i386 and amd64 configs. (closes: #333003) |
| 237 |
|
|
| 238 |
|
[ Sven Luther ] |
| 239 |
|
* [powerpc] Fixed apus build, now use mkvmlinuz too to generate the vmlinuz |
| 240 |
|
kernel. |
| 241 |
|
* Fixed control.image.in to depend on : |
| 242 |
|
initramfs-tools | yaird | linux-ramdisk-tool |
| 243 |
|
where linux-ramdisk-tools is the virtual package provided by all |
| 244 |
|
initrd/initramfs generating tools. |
| 245 |
|
|
| 246 |
|
[ Frederik Schüler ] |
| 247 |
|
* deactivate FB_RIVA on all architectures. |
| 248 |
|
* deactivate BLK_DEV_IDESCSI on all architectures. |
| 249 |
|
* Added patch-2.6.13.4: |
| 250 |
|
- [SECURITY] key: plug request_key_auth memleak |
| 251 |
|
See CAN-2005-3119 |
| 252 |
|
- [SECURITY] Fix drm 'debug' sysfs permissions |
| 253 |
|
See CAN-2005-3179 |
| 254 |
|
- [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL |
| 255 |
|
- [SPARC64] Fix userland FPU state corruption. |
| 256 |
|
- BIC coding bug in Linux 2.6.13 |
| 257 |
|
- [SECURITY] orinoco: Information leakage due to incorrect padding |
| 258 |
|
See CAN-2005-3180 |
| 259 |
|
- ieee1394/sbp2: fixes for hot-unplug and module unloading |
| 260 |
|
|
| 261 |
|
[ Christian T. Steigies ] |
| 262 |
|
* disable CONFIG_EXT2_FS_XIP for m68k like on all(?) other arches |
| 263 |
|
* deactivate OKTAGON_SCSI for amiga/m68k until it can be compiled again |
| 264 |
|
* deactivate CONFIG_KEYBOARD_HIL_OLD, CONFIG_KEYBOARD_HIL, CONFIG_MOUSE_HIL, |
| 265 |
|
CONFIG_HIL_MLC, and CONFIG_HP_SDC for hp/m68k |
| 266 |
|
* update m68k.diff for 2.6.13 |
| 267 |
|
* split out patches that do not intefere with other arches to |
| 268 |
|
patches-debian/m68k-* |
| 269 |
|
|
| 270 |
|
-- Bastian Blank <waldi@debian.org> Fri, 21 Oct 2005 12:17:47 +0000 |
| 271 |
|
|
| 272 |
|
linux-2.6 (2.6.13-1) experimental; urgency=low |
| 273 |
|
|
| 274 |
|
* New upstream release "git booost": |
| 275 |
|
- new arch xtensa |
| 276 |
|
- kexec/kdump |
| 277 |
|
- execute-in-place |
| 278 |
|
- inotify (closes: #304387) |
| 279 |
|
- time-sharing cfq I/O scheduler |
| 280 |
|
- manual driver binding |
| 281 |
|
- voluntary preemption |
| 282 |
|
- user-space I/O initiation for InfiniBand |
| 283 |
|
- new speedy DES (crypto) implementation |
| 284 |
|
- uml "almost-skas" mode support |
| 285 |
|
- 250 HZ default (closes: #320366) |
| 286 |
|
- fixes all over (alsa, archs, ide, input, ntfs, scsi, swsusp, usb, ..) |
| 287 |
|
- orinoco driver updates (closes: #291684) |
| 288 |
|
- md, dm updates (closes: #317787) |
| 289 |
|
|
| 290 |
|
[ Frederik Schüler ] |
| 291 |
|
* [amd64] Added class and longclass descriptions for amd64 flavours. |
| 292 |
|
* [amd64] add amd64-tlb-flush-sigsegv-fix.patch: disable tlb flush |
| 293 |
|
filtering on smp systems to workaround processor errata. |
| 294 |
|
* backport kernel-api-documentation-generation-fix.diff from git to fix |
| 295 |
|
documentation build. |
| 296 |
* Added patch-2.6.13.1: |
* Added patch-2.6.13.1: |
| 297 |
- raw_sendmsg DoS (CAN-2005-2492) |
- raw_sendmsg DoS (CAN-2005-2492) |
| 298 |
- 32bit sendmsg() flaw (CAN-2005-2490) |
- 32bit sendmsg() flaw (CAN-2005-2490) |
| 309 |
* Disable BSDv3 accounting on hppa and alpha, it was already |
* Disable BSDv3 accounting on hppa and alpha, it was already |
| 310 |
disabled on all other architectures. Also unify BSD accounting |
disabled on all other architectures. Also unify BSD accounting |
| 311 |
config into top level config, rather than per flavour configs. |
config into top level config, rather than per flavour configs. |
| 312 |
This shows that BSD accounting is available on all except |
* [SECURITY] The seq_file memory leak fix included in 2.6.12-6 |
| 313 |
sparc and the rpc and s3c2410 flavours of arm. |
as part of upstream's 2.6.12.6 patchset is now CAN-2005-2800. |
|
I am not sure if that is intentional. |
|
| 314 |
|
|
| 315 |
-- Simon Horman <horms@debian.org> Fri, 9 Sep 2005 11:38:06 +0900 |
[ Jurij Smakov, Simon Horman ] |
| 316 |
|
* Ensure that only one kernel-manual/linux-manual package can |
| 317 |
|
be installed at a time to avoid file conflicts. (closes: #320042) |
| 318 |
|
|
| 319 |
linux-2.6 (2.6.12-7) UNRELEASED; urgency=low |
[ Bastian Blank ] |
| 320 |
|
* Move audit, preempt and security settings to core config file. |
| 321 |
|
* Fix powerpc configuration. |
| 322 |
|
* Add debian version information to kernel version string. |
| 323 |
|
* Drop coreutils | fileutils dependencies. |
| 324 |
|
* Drop modular-vesafb patch. (closes: #222374, #289810) |
| 325 |
|
|
| 326 |
[ Simon Horman ] |
[ Christian T. Steigies ] |
| 327 |
* [SECURITY] THe seq_file memory leak fix included in 2.6.12-6 |
* update m68k.diff for linux-2.6.13 |
| 328 |
as part of upstream's 2.6.12.6 patchset is now CAN-2005-2800. |
* add m68k-42_dma.patch and m68k-sonic.patch that will be in upstream 2.6.14 |
| 329 |
|
(which makes sun3 build fail, needs fixing) |
| 330 |
|
|
| 331 |
|
[ maximilian attems ] |
| 332 |
|
* Drop drivers-add-scsi_changer.patch (merged) |
| 333 |
|
* Drop drivers-ide-dma-blacklist-toshiba.patch (merged) |
| 334 |
|
* Drop drivers-ide-__devinit.patch (merged) |
| 335 |
|
* Added patch-2.6.13.2: |
| 336 |
|
- USB: ftdi_sio: custom baud rate fix |
| 337 |
|
- Fix up more strange byte writes to the PCI_ROM_ADDRESS config word |
| 338 |
|
- Fix MPOL_F_VERIFY |
| 339 |
|
- jfs: jfs_delete_inode must call clear_inode |
| 340 |
|
- Fix DHCP + MASQUERADE problem |
| 341 |
|
- Sun HME: enable and map PCI ROM properly |
| 342 |
|
- Sun GEM ethernet: enable and map PCI ROM properly |
| 343 |
|
- hpt366: write the full 4 bytes of ROM address, not just low 1 byte |
| 344 |
|
- forcedeth: Initialize link settings in every nv_open() |
| 345 |
|
- Lost sockfd_put() in routing_ioctl() |
| 346 |
|
- lost fput in 32bit ioctl on x86-64 |
| 347 |
|
* Added patch-2.6.13.3: |
| 348 |
|
- Fix fs/exec.c:788 (de_thread()) BUG_ON |
| 349 |
|
- Don't over-clamp window in tcp_clamp_window() |
| 350 |
|
- fix IPv6 per-socket multicast filtering in exact-match case |
| 351 |
|
- yenta oops fix |
| 352 |
|
- ipvs: ip_vs_ftp breaks connections using persistence |
| 353 |
|
- uml - Fix x86_64 page leak |
| 354 |
|
- skge: set mac address oops with bonding |
| 355 |
|
- tcp: set default congestion control correctly for incoming connections |
| 356 |
|
|
| 357 |
|
[ Sven Luther ] |
| 358 |
|
* [powerpc] Added hotplug support to the mv643xx_eth driver : |
| 359 |
|
powerpc-mv643xx-hotplug-support.patch |
| 360 |
|
thanks go to Nicolas Det for providing the patch. |
| 361 |
|
* [powerpc] Modified a couple of configuration options for the powerpc64 |
| 362 |
|
flavour, fixes and enhances Apple G5 support (Closes: #323724, #328324) |
| 363 |
|
* [powerpc] Added powerpc-miboot flavour to use exclusively with oldworld |
| 364 |
|
powermac miboot floppies for debian-installer. |
| 365 |
|
* [powerpc] Checked upgraded version of the apus patches, separated them in |
| 366 |
|
a part which is safe to apply, and one which needs checking, and is thus |
| 367 |
|
not applied yet. |
| 368 |
|
|
| 369 |
|
[ Kyle McMartin ] |
| 370 |
|
* [hppa] Update hppa.diff to 2.6.13-pa4. |
| 371 |
|
* [hppa] Add space register fix to pacache.S to hppa.diff. |
| 372 |
|
|
| 373 |
|
[ dann frazier ] |
| 374 |
|
* Add a note to README.Debian that explains where users can find the .config |
| 375 |
|
files used to generate the linux-image packages. Closes: #316809 |
| 376 |
|
* [ia64] Workaround #325070 until upstream works out an acceptable solution. |
| 377 |
|
This bug breaks module loading on non-SMP ia64 kernels. The workaround |
| 378 |
|
is to temporarily use an SMP config for the non-SMP kernels. (Note that |
| 379 |
|
John Wright is running benchmarks to determine the overhead of running |
| 380 |
|
an SMP kernel on UP systems to help decide if this should be a |
| 381 |
|
permanent change). |
| 382 |
|
* [ia64] Update arch/ia64/config for 2.6.13 |
| 383 |
|
|
| 384 |
-- Simon Horman <horms@debian.org> Mon, 12 Sep 2005 11:01:38 +0900 |
-- Simon Horman <horms@debian.org> Thu, 6 Oct 2005 15:45:21 +0900 |
| 385 |
|
|
| 386 |
linux-2.6 (2.6.12-6) unstable; urgency=high |
linux-2.6 (2.6.12-6) unstable; urgency=high |
| 387 |
|
|