Add stable release 2.6.29.3.

* debian/changelog: Update.
* debian/patches/bugfix/all/stable/2.6.29.3.patch: Add.
* debian/patches/series/5: Add new patch.

svn path=/dists/sid/linux-2.6/; revision=13614
This commit is contained in:
Bastian Blank 2009-05-15 15:37:41 +00:00
parent 2a66601c6f
commit 1cbfc8995b
3 changed files with 3000 additions and 0 deletions

62
debian/changelog vendored
View File

@ -10,6 +10,68 @@ linux-2.6 (2.6.29-5) UNRELEASED; urgency=low
* Broadcom SB: fix locking in set_irq_affinity.
* mmc: load mvsdio automatically when it's a platform device.
[ Bastian Blank ]
* Add stable release 2.6.29.3:
- ath9k: Fix FIF_BCN_PRBRESP_PROMISC handling
- tracing: x86, mmiotrace: fix range test
- sched: account system time properly
- rndis_wlan: fix initialization order for workqueue&workers
- mm: fix Committed_AS underflow on large NR_CPUS environment
- Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions
- clockevents: prevent endless loop in tick_handle_periodic()
- intel-iommu: Avoid panic() for DRHD at address zero.
- intel-iommu: Fix oops in device_to_iommu() when devices not found.
- intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges.
- cs5536: define dma_sff_read_status() method
- proc: avoid information leaks to non-privileged processes
- ath5k: fix buffer overrun in rate debug code
- mv643xx_eth: OOM handling fixes
- mv643xx_eth: 64bit mib counter read fix
- check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/
- do_execve() must not clear fs->in_exec if it was set by another thread
- check_unsafe_exec() doesn't care about signal handlers sharing
- New locking/refcounting for fs_struct
- Take fs_struct handling to new file (fs/fs_struct.c)
- Get rid of bumping fs_struct refcount in pivot_root(2)
- Kill unsharing fs_struct in __set_personality()
- Annotate struct fs_struct's usage count restriction
- fix setuid sometimes wouldn't
- fix setuid sometimes doesn't
- compat_do_execve should unshare_files
- powerpc: Sanitize stack pointer in signal handling code
- ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entries
- USB: serial: fix lifetime and locking problems
- ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex
- kbuild: fix Module.markers permission error under cygwin
- pagemap: require aligned-length, non-null reads of /proc/pid/pagemap
- drm/i915: allow tiled front buffers on 965+
- bio: fix memcpy corruption in bio_copy_user_iov()
- PCI quirk: disable MSI on VIA VT3364 chipsets
- ASoC: Fix offset of freqmode in WM8580 PLL configuration
- x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case
- x86-64: fix FPU corruption with signals and preemption
- drm/i915: add support for G41 chipset
- unreached code in selinux_ip_postroute_iptables_compat() (CVE-2009-1184)
- PCI: fix incorrect mask of PM No_Soft_Reset bit
- exit_notify: kill the wrong capable(CAP_KILL) check (CVE-2009-1337)
- crypto: ixp4xx - Fix handling of chained sg buffers
- block: include empty disks in /proc/diskstats
- b44: Use kernel DMA addresses for the kernel DMA API
- virtio-rng: Remove false BUG for spurious callbacks
- USB: Unusual Device support for Gold MP3 Player Energy
- KVM: x86: release time_page on vcpu destruction
- KVM: Fix overlapping check for memory slots
- KVM: MMU: disable global page optimization
- KVM: MMU: Fix off-by-one calculating large page count
- mac80211: fix basic rate bitmap calculation
- ALSA: us122l: add snd_us122l_free()
- thinkpad-acpi: fix LED blinking through timer trigger
- b43: Refresh RX poison on buffer recycling
- b43: Poison RX buffers
- mac80211: Fix bug in getting rx status for frames pending in reorder
buffer
- forcedeth: Fix resume from hibernation regression.
-- dann frazier <dannf@debian.org> Mon, 04 May 2009 13:40:51 -0600
linux-2.6 (2.6.29-4) unstable; urgency=low

File diff suppressed because it is too large Load Diff

View File

@ -3,3 +3,5 @@
+ bugfix/all/0001-qla1280-Fix-off-by-some-error-in-firmware-loading.patch
+ bugfix/mips/sb-irq.patch
+ bugfix/all/mvsdio-platform.patch
- bugfix/all/drm-intel.git-f544847fbaf099278343f875987a983f2b913134.patch
+ bugfix/all/stable/2.6.29.3.patch