| 1 |
linux-kernel-2.6.12 (2.6.12-1) UNRELEASED; urgency=low |
linux-2.6 (2.6.12-3) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
|
* Added reference to old kernel-* package names to make |
| 4 |
|
transition a little more obvious to end users. |
| 5 |
|
A Dan Jacobson special. Closes: #321167 |
| 6 |
|
|
| 7 |
|
* By the time this makes it into the archive, it will |
| 8 |
|
be handling kernel-image-2.6-* packages. |
| 9 |
|
Closes: #321867 |
| 10 |
|
|
| 11 |
|
* Link palinfo statically on ia64. (dann frazier) (Closes: #321885) |
| 12 |
|
|
| 13 |
|
* [hppa] : |
| 14 |
|
- Add hppa arch specific patch. |
| 15 |
|
- Build-Depend on binutils-hppa64 and gcc-4.0-hppa64. |
| 16 |
|
(Kyle McMartin) |
| 17 |
|
|
| 18 |
|
* Fix permissions in source tarball. (Bastian Blank) (Closes: #322409) |
| 19 |
|
|
| 20 |
|
* Enable the CONFIG_IP_ADVANCED_ROUTER and related options on |
| 21 |
|
sparc64 to sync with other architectures. (Jurij Smakov) |
| 22 |
|
Closes: #321236 |
| 23 |
|
|
| 24 |
|
* Include all executables as well as *.sh and *.pl files found in |
| 25 |
|
scripts directory in the headers package. (Bastian Blank) |
| 26 |
|
Closes: #322612 |
| 27 |
|
|
| 28 |
|
-- Bastian Blank <waldi@debian.org> Wed, 10 Aug 2005 20:21:30 +0200 |
| 29 |
|
|
| 30 |
|
linux-2.6 (2.6.12-2) unstable; urgency=low |
| 31 |
|
|
| 32 |
|
* The Kernel Team offers its condolences to the family of Jens Schmalzing |
| 33 |
|
(jensen@debian), who died Saturday, July 30, 2005 in a tragic accident in |
| 34 |
|
Munich. Jens was a member of the Kernel Team, and was instrumental in |
| 35 |
|
taking the powerpc kernel package to 2.6, as well as maintaining MOL |
| 36 |
|
and its kernel modules. |
| 37 |
|
|
| 38 |
|
* Add @longclass@ variable to control file autogeneration. (Andres Salomon) |
| 39 |
|
|
| 40 |
|
* Bump build-depends on kernel-package to a fixed version (>= 9.005). |
| 41 |
|
(Jurij Smakov, Sven Luther) (closes: #319657, #320422, #321625) |
| 42 |
|
|
| 43 |
|
* Change default ramdisk size for sparc to 16,384K to accomodate a fatter |
| 44 |
|
d-i initrd for netboot installs. |
| 45 |
|
(Joshua Kwan) |
| 46 |
|
|
| 47 |
|
* Don't build-depend on console-tools on s390. (Bastian Blank) |
| 48 |
|
|
| 49 |
|
* Add ARM support. (Vincent Sanders) |
| 50 |
|
|
| 51 |
|
* Add ia64 descriptions. (dann frazier) |
| 52 |
|
|
| 53 |
|
* Strip down the scripts dir in the headers packages. (Bastian Blank) |
| 54 |
|
|
| 55 |
|
* Add m68k support. (Christian T. Steigies) |
| 56 |
|
|
| 57 |
|
* Added 2.6.12.4 (Frederik Schüler) |
| 58 |
|
- Fix powernow oops on dual-core athlon |
| 59 |
|
- Fix early vlan adding leads to not functional device |
| 60 |
|
- sys_get_thread_area does not clear the returned argument |
| 61 |
|
- bio_clone fix |
| 62 |
|
- Fix possible overflow of sock->sk_policy (CAN-2005-2456) |
| 63 |
|
(closes: #321401) |
| 64 |
|
- Wait until all references to ip_conntrack_untracked are dropped on |
| 65 |
|
unload |
| 66 |
|
- Fix potential memory corruption in NAT code (aka memory NAT) |
| 67 |
|
- Fix deadlock in ip6_queue |
| 68 |
|
- Fix signedness issues in net/core/filter.c |
| 69 |
|
- x86_64 memleak from malicious 32bit elf program |
| 70 |
|
- rocket.c: Fix ldisc ref count handling |
| 71 |
|
- kbuild: build TAGS problem with O= |
| 72 |
|
|
| 73 |
|
* Enable CONFIG_6PACK=m for all archs (Andres Salomon) |
| 74 |
|
(closes: #319646) |
| 75 |
|
|
| 76 |
|
* Overhaul the generation of the control file. Now it is handled |
| 77 |
|
by debian/bin/gencontrol.py. The debian/control target in rules |
| 78 |
|
also fails now, since we don't want the control file generated |
| 79 |
|
during build. Arch-specific Depends and suggests are now generated |
| 80 |
|
correctly. (Bastian Blank) (Closes: #319896) |
| 81 |
|
|
| 82 |
|
* [powerpc] Fixed typo which made asm-ppc and asm-ppc64 not being included |
| 83 |
|
in the header package. (Sven Luther) (Closes: #320817) |
| 84 |
|
|
| 85 |
|
* Added list of flavours built to common header package. (Sven Luther) |
| 86 |
|
|
| 87 |
|
-- Bastian Blank <waldi@debian.org> Tue, 09 Aug 2005 11:12:40 +0200 |
| 88 |
|
|
| 89 |
|
linux-2.6 (2.6.12-1) unstable; urgency=low |
| 90 |
|
|
|
"git rocks" |
|
| 91 |
* New upstream release: |
* New upstream release: |
| 92 |
|
- "git rocks" |
| 93 |
- address space randomization |
- address space randomization |
| 94 |
- conversion of ide driver code to the device model |
- conversion of ide driver code to the device model |
| 95 |
- restored Philips webcam driver |
- restored Philips webcam driver |
| 98 |
- Multipath device mapper |
- Multipath device mapper |
| 99 |
- Intel HD Audio alsa driver |
- Intel HD Audio alsa driver |
| 100 |
- fixes + arch updates.. |
- fixes + arch updates.. |
| 101 |
* Premiere of the common-source kernel package. (Jurij Smakov) |
- readdition of tg3 driver, as firmware license has been fixed |
| 102 |
* Dropping support for the x86-i486 emu patch: |
|
| 103 |
- Sarge released without official 386 support. |
* Dropped the following patches: |
| 104 |
- Rejected by upstream. |
- patch-2.6.11.*.patch (merged) |
| 105 |
- Author didn't fix root hole nor did any one step up. closes: #250468 |
- powerpc-ppc64-ibmvscsi.patch (Christoph didn't like it, and it failed |
| 106 |
|
to build anyways) (Sven Luther) |
| 107 |
|
- doc-post_halloween.patch (unless someone can come up w/ a valid |
| 108 |
|
reason for carrying around rapidly bitrotting documentation...) |
| 109 |
|
(Andres Salomon) |
| 110 |
|
- sparc32-hypersparc-srmmu.patch (dropped until sparc32 is working |
| 111 |
|
again, and we can figure out whether it's necessary) |
| 112 |
|
- fix-alpha-ext3-oops.patch (no longer needed, fixed by compiler) |
| 113 |
|
- x86-i486_emu.patch (buggy and insecure 80486 instruction emulation |
| 114 |
|
for 80386; we're no longer supporting this) (closes: #250468) |
| 115 |
|
- amd64-outs.patch (according to |
| 116 |
|
http://www.ussg.iu.edu/hypermail/linux/kernel/0502.3/1095.html, this |
| 117 |
|
is unnecessary for us) (Andres Salomon) |
| 118 |
|
- sparc64-rtc-mostek.patch (merged) |
| 119 |
|
- sparc64-compat-nanoseconds.patch (merged) |
| 120 |
|
- sparc64-sunsu-init-2.6.11.patch (merged) |
| 121 |
|
- sunsab-uart-update-timeout.patch (merged) |
| 122 |
|
- alpha-read-trylock.patch (different version got merged) |
| 123 |
|
- powerpc-prep-motorola-irq-fix.patch (merged) |
| 124 |
|
- drivers-media-video-saa7134-update.patch (merged) |
| 125 |
|
- drivers-media-video-saa7134-update-2.patch (merged) |
| 126 |
|
- drivers-media-video-pll-lib.patch (merged) |
| 127 |
|
- drivers-media-video-pll-lib-2.patch (merged) |
| 128 |
|
- drivers-media-video-tuner-update-1.patch (merged) |
| 129 |
|
- drivers-media-video-tuner-update-2.patch (merged) |
| 130 |
|
- drivers-media-video-v4l-mpeg-support.patch (merged) |
| 131 |
|
- drivers-media-video-mt352-update.patch (merged) |
| 132 |
|
- arch-ppc64-hugepage-aio-panic.patch (merged) |
| 133 |
|
- drivers-input-serio-nmouse.patch (merged) |
| 134 |
|
- sparc64-sb1500-clock-2.6.patch (merged) |
| 135 |
|
- docbook-allow-preprocessor-directives-... (merged) |
| 136 |
|
- docbook-fix-function-parameter-descriptin-in-fbmem.patch (merged) |
| 137 |
|
- docbook-move-kernel-doc-comment-next-to-function.patch (merged) |
| 138 |
|
- powerpc-therm-adt746x-new-i2c-fix.patch (merged) |
| 139 |
|
- powerpc-mv643xx-enet.patch (merged) |
| 140 |
|
- powerpc-mv643xx-eth-pegasos.patch (merged) |
| 141 |
|
- powerpc-pmac-agp-sleep.patch (merged) |
| 142 |
|
- drivers-input-serio-8042-resume.patch (merged) |
| 143 |
|
|
| 144 |
|
* Premiere of the common-source kernel package |
| 145 |
|
(Jurij Smakov, Andres Salomon) |
| 146 |
|
- build all architectures out of kernel source package |
| 147 |
|
- rename source and binary packages |
| 148 |
|
- create a common config for different architectures, and management |
| 149 |
|
tools to allow for easier modification of config options |
| 150 |
|
- drop default configs, autogenerate them instead; requires |
| 151 |
|
kernel-package >= 9.002. |
| 152 |
|
|
| 153 |
* Add 2.6.12.1 (Maximilian Attems) |
* Add 2.6.12.1 (Maximilian Attems) |
| 154 |
- Clean up subthread exec (CAN-2005-1913) |
- Clean up subthread exec (CAN-2005-1913) |
| 155 |
- ia64 ptrace + sigrestore_context (CAN-2005-1761) |
- ia64 ptrace + sigrestore_context (CAN-2005-1761) |
| 156 |
|
|
| 157 |
-- Frederik Schüler <f.schueler@gmx.net> Wed, 18 May 2005 12:44:53 +0200 |
* Add 2.6.12.2 (Frederik Schüler) |
| 158 |
|
- Fix two socket hashing bugs. |
| 159 |
|
- ACPI: Make sure we call acpi_register_gsi() even for default PCI |
| 160 |
|
interrupt assignment |
| 161 |
|
- Add "memory" clobbers to the x86 inline asm of strncmp and friends |
| 162 |
|
- e1000: fix spinlock bug |
| 163 |
|
- fix remap_pte_range BUG |
| 164 |
|
- Fix typo in drivers/pci/pci-driver.c |
| 165 |
|
|
| 166 |
|
* Add 2.6.12.3 (Joshua Kwan) |
| 167 |
|
- Fix semaphore handling in __unregister_chrdev |
| 168 |
|
- Fix TT mode in UML. |
| 169 |
|
- Check for a null return in tty_ldisc_ref. |
| 170 |
|
- v4l: cx88 hue offset fix |
| 171 |
|
- Fix 8139cp breakage that occurs with tpm driver. |
| 172 |
|
- Fix the 6pack driver in SMP environments. |
| 173 |
|
- Switch to spinlocks in the shaper driver. |
| 174 |
|
- ppc32: stop misusing NTP's time_offset value |
| 175 |
|
- netfilter: go back to dropping conntrack references manually |
| 176 |
|
- ACPI: don't accept 0 as a PCI IRQ. |
| 177 |
|
|
| 178 |
|
* Enable CONFIG_SCSI_INITIO. (Maximilian Attems) (closes: #318121) |
| 179 |
|
|
| 180 |
|
* [powerpc] : |
| 181 |
|
- Added powerpc-mkvmlinuz-support patch which allows, together with |
| 182 |
|
kernel-package 9.0002 to add mkvmlinuz support to hand built packages. |
| 183 |
|
- Removed powerpc-ppc64-ibmvscsi.patch, FTBFS, and Christoph doesn't like |
| 184 |
|
it and thinks it is not needed. |
| 185 |
|
- Disabled swim3 on powerpc-smp, FTBFS. |
| 186 |
|
- Disabled software-suspend on powerpc-smp, FTBFS, amd64/i386 only smp code. |
| 187 |
|
- Rediffed and readded the G4 L2 hardware flush assist patch from Jacob Pan. |
| 188 |
|
(Sven Luther) |
| 189 |
|
|
| 190 |
|
* [sparc] |
| 191 |
|
- Drop sparc32 flavour for now. sparc32 kernel is currently in the |
| 192 |
|
category "too buggy for us to support". In spite of numerous efforts |
| 193 |
|
I still see occasional random filesystem corruptions in my tests. |
| 194 |
|
That does NOT mean that we are dropping sparc32 support, we will |
| 195 |
|
work with upstream trying to solve these problems for the next |
| 196 |
|
kernel release. Those interested in helping/testing are encouraged |
| 197 |
|
to subscribe to debian-sparc mailing list. |
| 198 |
|
(Jurij Smakov) |
| 199 |
|
|
| 200 |
|
* [alpha] |
| 201 |
|
- Renamed resulting binary packages for alpha, kernel-image-x.y.z-generic |
| 202 |
|
wasn't a generic kernel, it was a generic kernel for alpha machines, so |
| 203 |
|
we're now using linux-image-x.y.z-alpha-generic (and of course, the same |
| 204 |
|
change for the smp kernel-image). This change was postponed after the |
| 205 |
|
sarge release. (closes: #260003) |
| 206 |
|
(Norbert Tretkowski) |
| 207 |
|
|
| 208 |
|
* [amd64] |
| 209 |
|
- Now using the default compiler (gcc-4.0), thus we get rid of the |
| 210 |
|
annoying MAKEFLAGS="CC=gcc-3.4" make-kpkg... invocation for third-party |
| 211 |
|
modules. |
| 212 |
|
This release lacks 64bit kernels for i386 userland; support will be |
| 213 |
|
added in a later release as soon as the toolchain has stabilized again. |
| 214 |
|
(Frederik Schüler) |
| 215 |
|
|
| 216 |
|
-- Andres Salomon <dilinger@debian.org> Wed, 20 Jul 2005 17:16:04 -0400 |
| 217 |
|
|