Note some more important bug fixes in 3.2.35

svn path=/dists/sid/linux/; revision=19596
This commit is contained in:
Ben Hutchings 2012-12-09 21:18:55 +00:00
parent 7d16ce52f9
commit 1755d01153
1 changed files with 21 additions and 0 deletions

21
debian/changelog vendored
View File

@ -56,10 +56,31 @@ linux (3.2.35-1) UNRELEASED; urgency=low
- r8169: Fix WoL on RTL8168d/8111d. (Closes: #674154)
- sky2: Fix for interrupt handler (Closes: #681280)
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.35
- UBIFS: fix mounting problems after power cuts
- [s390] gup: add missing TASK_SIZE check to get_user_pages_fast()
- [x86] Exclude E820_RESERVED regions and memory holes above 4 GB from
direct mapping.
- netfilter: Mark SYN/ACK packets as invalid from original direction
- netfilter: Validate the sequence number of dataless ACK packets as well
- ipv4: avoid undefined behavior in do_ip_setsockopt()
- Input: i8042 - also perform controller reset when suspending
(Closes: #693934)
- brcm80211: smac: only print block-ack timeout message at trace level
(Closes: #674430)
- GFS2: Test bufdata with buffer locked and gfs2_log_lock held
- [x86] mce, therm_throt: Don't report power limit and package level
thermal throttle events in mcelog (Closes: #695209)
- [hppa] fix virtual aliasing issue in get_shared_area()
- xfs: drop buffer io reference when a bad bio is built
- reiserfs: Protect reiserfs_quota_{on,write}() with write lock
- md: Reassigned the parameters if read_seqretry returned true in func
md_is_badblock.
- md: Avoid write invalid address if read_seqretry returned true.
- [i386] Fix invalid stack address while in softirq
- selinux: fix sel_netnode_insert() suspicious rcu dereference
- [hppa] fix user-triggerable panic on parisc
- block: Don't access request after it might be freed
- futex: avoid wake_futex() for a PI futex_q
[ Ben Hutchings ]
* [x86] udeb: Re-add isci to scsi-extra-modules (Closes: #690886;