Update to 3.12.5

svn path=/dists/sid/linux/; revision=20891
This commit is contained in:
Ben Hutchings 2013-12-17 05:25:34 +00:00
parent c82c941d99
commit 141898af67
1 changed files with 16 additions and 1 deletions

17
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux (3.12.4-1) UNRELEASED; urgency=medium
linux (3.12.5-1) UNRELEASED; urgency=medium
* New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.4
@ -19,6 +19,21 @@ linux (3.12.4-1) UNRELEASED; urgency=medium
limits
- aio: Fix a trinity splat
- aio: prevent double free in ioctx_alloc
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.5
- [s390,s390x] crypto: Fix aes-xts parameter corruption
- crypto: scatterwalk - Set the chain pointer indication bit
- crypto: ccm - Fix handling of zero plaintext when computing mac
- crypto: authenc - Find proper IV address in ablkcipher callback
- [armhf] mvebu: use the virtual CPU registers to access coherency
registers
- vfs: fix subtle use-after-free of pipe_inode_info
- SCSI: bfa: Fix crash when symb name set for offline vport
- SCSI: hpsa: do not discard scsi status on aborted commands
- [hppa] fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped address
- net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
- SCSI: Disable WRITE SAME for RAID and virtual host adapter drivers
- tg3: avoid double-freeing of rx data memory
- crypto: scatterwalk - Use sg_chain_ptr on chain entries
[ Ben Hutchings ]
* udeb: Add ohci-pci to usb-modules (Closes: #730789)