Add stable release 3.0.7.

* debian/changelog: Update.
* debian/patches/bugfix/all/stable/3.0.7.patch: Add.
* debian/patches/series/6: Add new patch.

svn path=/dists/sid/linux-2.6/; revision=18167
This commit is contained in:
Bastian Blank 2011-10-18 08:42:31 +00:00
parent f9bd94a34a
commit 4c30be6ba2
3 changed files with 1442 additions and 0 deletions

38
debian/changelog vendored
View File

@ -1,7 +1,45 @@
linux-2.6 (3.0.0-6) UNRELEASED; urgency=low
[ Uwe Kleine-König ]
* [amd64] Update rt featureset to 3.0.6-rt17
[ Bastian Blank ]
* Add stable release 3.0.7:
- sparc64: Force the execute bit in OpenFirmware's translation entries.
- sched/rt: Migrate equal priority tasks to available CPUs
- sched: Fix up wchan borkage
- ide-disk: Fix request requeuing
- posix-cpu-timers: Cure SMP wobbles
- lis3: fix regression of HP DriveGuard with 8bit chip
- ASoC: use a valid device for dev_err() in Zylonite
- ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC
- drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin
calculation.
- drm/radeon/kms: Fix logic error in DP HPD handler
- drm/radeon/kms: fix regression in DP aux defer handling
- drm/radeon/kms: add retry limits for native DP aux defer
- drm/radeon/kms: fix channel_remap setup (v2)
- ptp: fix L2 event message recognition
- rt2x00: Serialize TX operations on a queue.
- x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE
- qla2xxx: Fix crash in qla2x00_abort_all_cmds() on unload
- libsas: fix panic when single phy is disabled on a wide port
- md: Avoid waking up a thread after it has been freed.
- dm table: avoid crash if integrity profile changes
- mmc: mxs-mmc: fix clock rate setting
- exec: do not call request_module() twice from search_binary_handler()
- ARM: mach-ux500: enable fix for ARM errata 754322
- drm/radeon/kms: retry aux transactions if there are status flags
- drm/radeon/kms: use hardcoded dig encoder to transmitter mapping for
DCE4.1
- ipv6: fix NULL dereference in udp6_ufo_fragment()
- ahci: Enable SB600 64bit DMA on Asus M3A
- MIPS: PM: Use struct syscore_ops instead of sysdevs for PM (v2)
- ftrace: Fix regression of :mod:module function enabling
- ftrace: Fix regression where ftrace breaks when modules are loaded
- ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined
- e1000e: workaround for packet drop on 82579 at 100Mbps
-- Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Fri, 07 Oct 2011 15:48:22 +0200
linux-2.6 (3.0.0-5) unstable; urgency=low

File diff suppressed because it is too large Load Diff

1
debian/patches/series/6 vendored Normal file
View File

@ -0,0 +1 @@
+ bugfix/all/stable/3.0.7.patch