add changelog of 2.6.37-2 that apparently got lost

svn path=/dists/trunk/linux-2.6/; revision=17300
This commit is contained in:
Martin Michlmayr 2011-05-04 20:56:03 +00:00
parent 80f27c6524
commit 2a53c50645
1 changed files with 57 additions and 0 deletions

57
debian/changelog vendored
View File

@ -287,6 +287,63 @@ linux-2.6 (2.6.38~rc6-1~experimental.1) experimental; urgency=low
-- maximilian attems <maks@debian.org> Tue, 22 Feb 2011 14:36:33 +0100
linux-2.6 (2.6.37-2) unstable; urgency=low
[ Ben Hutchings ]
* Add stable 2.6.37.1:
- libata: Set queue DMA alignment to sector size for ATAPI too
- USB: serial: add missing .usb_driver field in serial drivers
- USB: EHCI: fix scheduling while atomic during suspend
- zram: Fix data corruption issue
- brcm80211: Fix suspend/resume issue
- ath9k: Fix system hang when resuming from S3/S4
- SCSI: Fix medium error problems with some arrays which can cause
data corruption
- libsas: Fix runaway error handler problem
- NFS: Don't use vm_map_ram() in readdir
- NFS: Fix NFSv3 exclusive open semantics
- /proc/kcore: Fix seeking
- mm: Fix migration hangs on anon_vma lock
- writeback: Stop background/kupdate works from livelocking other works
- writeback: Avoid livelocking WB_SYNC_ALL writeback
- ext4: Fix trimming of a single group
- af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks
- virtio_net: Add schedule check to napi_enable call
- ptrace: Use safer wake up on ptrace_detach()
- net: Fix ip link add netns oops
- SMP: Fix smp_call_function_many() SMP race
- md: Ensure no IO request to get md device before it is properly
initialised
- PM/runtime: Don't enable interrupts while running in_interrupt
- [x86] mm: Avoid possible bogus TLB entries by clearing prev
mm_cpumask after switching mm
* Kbuild: Include localversion file in linux-headers-*; fixes output
of 'make kernelrelease'
* Add stable 2.6.37.2:
- nfsd: Memory corruption due to writing beyond the stat array
- xen: p2m: Correctly initialize partial p2m leaf
- av7110: Check for negative array offset (CVE-2011-0521)
- cred: Fix kernel panic upon security_file_alloc() failure
- btrfs: Prevent heap corruption in btrfs_ioctl_space_info()
(CVE-2011-0699)
- cred: Fix BUG() upon security_cred_alloc_blank() failure
- cred: Fix memory and refcount leaks upon security_prepare_creds()
failure
- PCI: Use security_capable() when checking capablities during config
space read
- [s390] Remove task_show_regs (CVE-2011-0710)
- PM/hibernate: Return error code when alloc_image_page() fails
- fs/partitions: Validate map_count in Mac partition tables
- workqueue: Wake up a worker when a rescuer is leaving a gcwq
- ALSA: caiaq - Fix possible string-buffer overflow
* Set ABI to 2
[ Martin Michlmayr ]
* [armel/orion5x] Re-enable all devices.
* [armel/kirkwood] Re-enable Seagate FreeAgent DockStar support.
-- Ben Hutchings <ben@decadent.org.uk> Sat, 26 Feb 2011 03:16:16 +0000
linux-2.6 (2.6.37-1) unstable; urgency=low
[ Ben Hutchings ]