add 2.6.20.4

svn path=/dists/trunk/linux-2.6/; revision=8402
This commit is contained in:
maximilian attems 2007-03-28 22:23:20 +00:00
parent 537e23dc56
commit a8ef0775f5
3 changed files with 1296 additions and 1 deletions

36
debian/changelog vendored
View File

@ -158,6 +158,40 @@ linux-2.6 (2.6.20-1~experimental.1) UNRELEASED; urgency=low
- fix for bugzilla #7544 (keyspan USB-to-serial converter)
- ip6_route_me_harder should take into account mark
* Add myself to uploaders field, entry got lost after 2.6.16-2
* Add stable release 2.6.20.4:
- fix deadlock in audit_log_task_context()
- EHCI: add delay to bus_resume before accessing ports
- Copy over mac_len when cloning an skb
- fix read past end of array in md/linear.c
- oom fix: prevent oom from killing a process with children/sibling unkillable
- Fix sparc64 hugepage bugs
- Fix page allocation debugging on sparc64
- Fix niagara memory corruption
- Input: i8042 - really suppress ACK/NAK during panic blink
- Input: i8042 - fix AUX IRQ delivery check
- Input: i8042 - another attempt to fix AUX delivery checks
- Fix rtm_to_ifaddr() error return.
- r8169: fix a race between PCI probe and dev_open
- futex: PI state locking fix
- adjust legacy IDE resource setting (v2)
- UML - arch_prctl should set thread fs
- gdth: fix oops in gdth_copy_cmd()
- Fix extraneous IPSEC larval SA creation
- IA64: fix NULL pointer in ia64/irq_chip-mask/unmask function
- st: fix Tape dies if wrong block size used, bug 7919
- Fix ipv6 flow label inheritance
- NETFILTER: nfnetlink_log: fix reference counting
- mm: fix madvise infinine loop
- Fix another NULL pointer deref in ipv6_sockglue.c
- NetLabel: Verify sensitivity level has a valid CIPSO mapping
- Fix GFP_KERNEL with preemption disabled in fib_trie
- IrDA: irttp_dup spin_lock initialisation
- hda-intel - Fix codec probe with ATI controllers
- hrtimer: prevent overrun DoS in hrtimer_forward()
- fix MTIME_SEC_MAX on 32-bit
- nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular files
- dio: invalidate clean pages before dio write
- initialise pi_lock if CONFIG_RT_MUTEXES=N
[ Gordon Farquharson ]
* Disable broken config options on ARM.
@ -171,7 +205,7 @@ linux-2.6 (2.6.20-1~experimental.1) UNRELEASED; urgency=low
(re-add; patch seems to have been dropped during a merge.)
See: #392592
-- dann frazier <dannf@debian.org> Mon, 26 Mar 2007 15:57:54 -0600
-- maximilian attems <maks@debian.org> Thu, 29 Mar 2007 00:14:53 +0200
linux-2.6 (2.6.18.dfsg.1-10) unstable; urgency=low

1260
debian/patches/bugfix/2.6.20.4 vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -39,3 +39,4 @@
+ bugfix/powerpc/drivers_macintosh-broken.patch
+ bugfix/2.6.20.3
+ bugfix/ia64/hardcode-arch-script-output.patch
+ bugfix/2.6.20.4