Add stable 2.6.38.2

svn path=/dists/sid/linux-2.6/; revision=17125
This commit is contained in:
Ben Hutchings 2011-03-27 20:40:50 +00:00
parent e39613cd72
commit e1c13be9bc
3 changed files with 2548 additions and 0 deletions

20
debian/changelog vendored
View File

@ -18,6 +18,26 @@ linux-2.6 (2.6.38-2) UNRELEASED; urgency=low
* radeon: Add some sanity checks to obj info record parsing, thanks
to John Lindgren (Closes: #618847)
* [x86] KVM: remove isr_ack logic from PIC (Closes: #612105)
* Add stable 2.6.38.2, including:
- cgroups: If you list_empty() a head then don't list_del() it
- oom: Fix various bugs in victim task selection
- xen-kbdfront: Advertise either absolute or relative coordinates
- signal: Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (CVE-2011-1182)
- ext3: Skip orphan cleanup on rocompat fs
- sysctl: Restrict write access to dmesg_restrict
- proc: Protect mm start_code/end_code in /proc/pid/stat
- nfsd: Fix internal NFSv4.1 operation flags to be non-overlapping
- nfsd: Fix wrong limit used in NFSv4 session creation
- USB: Do not pass negative length to snoop_urb()
- cdc-acm: Fix various bugs that can lead to a crash or memory corruption
- fs: Fix deadlock in pivot_root()
- fs: Assign sb->s_bdi to default_backing_dev_info if the bdi is going away
- x86: Cleanup highmap after brk is concluded
- NFS: Fix a hang/infinite loop in nfs_wb_page()
- ext4: Skip orphan cleanup if fs has unknown ROCOMPAT features
For the complete list of changes, see:
http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.38.2
[ Jurij Smakov ]
* Bump CONFIG_NR_CPUS on sparc to 256 to accomodate T2+ machines

File diff suppressed because it is too large Load Diff

View File

@ -4,3 +4,5 @@
+ bugfix/all/stable/2.6.38.1.patch
+ bugfix/all/radeon-add-sanity-checks-to-obj-info-record-parsing.patch
+ bugfix/x86/KVM-remove-isr_ack-logic-from-PIC.patch
- bugfix/x86/Correct-a-typo-in-async_page_fault-label.patch
+ bugfix/all/stable/2.6.38.2.patch