Prev: [35/38] drm/radeon/kms/r7xx: add workaround for hw issue with HDP flush
Next: [31/38] SCSI: enclosure: fix error path - actually return ERR_PTR() on error
From: Greg KH on 6 Aug 2010 14:40 This is the start of the stable review cycle for the 2.6.35.1 release. There are 38 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a Signed-off-by: line to the patch, please respond with it. Responses should be made by August 8, 2010, 18:00:00 UTC. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.35.1-rc1.gz and the diffstat can be found below. thanks, greg k-h Makefile | 2 +- arch/arm/plat-mxc/gpio.c | 8 ++ arch/arm/plat-mxc/include/mach/gpio.h | 1 + arch/parisc/kernel/firmware.c | 12 +-- arch/x86/xen/enlighten.c | 2 +- arch/x86/xen/time.c | 39 ------- drivers/edac/amd64_edac.c | 6 +- drivers/gpu/drm/i915/intel_display.c | 144 +++++++++++++++--------- drivers/gpu/drm/i915/intel_drv.h | 8 +- drivers/gpu/drm/i915/intel_overlay.c | 7 +- drivers/gpu/drm/radeon/r600.c | 24 ++++- drivers/gpu/drm/radeon/r600d.h | 1 + drivers/gpu/drm/radeon/radeon_object.c | 27 +++-- drivers/gpu/drm/radeon/rs690.c | 27 ++--- drivers/gpu/drm/radeon/rv515.c | 23 ++--- drivers/gpu/drm/radeon/rv770.c | 5 +- drivers/gpu/drm/radeon/rv770d.h | 1 + drivers/misc/enclosure.c | 7 +- drivers/net/e1000e/hw.h | 2 +- drivers/net/e1000e/netdev.c | 13 ++- drivers/net/igb/igb_main.c | 8 +- drivers/net/wireless/ath/ath9k/ar9002_calib.c | 2 +- drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 2 +- drivers/net/wireless/ath/ath9k/eeprom.h | 2 +- drivers/net/wireless/ath/ath9k/eeprom_4k.c | 4 +- drivers/net/wireless/ath/ath9k/eeprom_9287.c | 4 +- drivers/net/wireless/ath/ath9k/eeprom_def.c | 6 +- drivers/net/wireless/ath/ath9k/hw.c | 23 +++- drivers/net/wireless/ath/ath9k/xmit.c | 95 ++++++++++------ drivers/net/wireless/iwlwifi/iwl-scan.c | 18 ++-- drivers/net/xen-netfront.c | 1 + drivers/parisc/led.c | 6 +- drivers/ssb/driver_chipcommon.c | 1 + drivers/ssb/pci.c | 15 ++- fs/block_dev.c | 4 +- include/drm/drm_pciids.h | 7 + include/linux/netdevice.h | 2 + include/linux/notifier.h | 1 + kernel/signal.c | 9 +- net/9p/trans_fd.c | 2 +- net/ipv4/devinet.c | 1 + net/mac80211/mesh_plink.c | 42 +++++-- net/sched/sch_generic.c | 18 +++ net/wireless/mlme.c | 8 +- net/wireless/scan.c | 5 + 45 files changed, 395 insertions(+), 250 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 11 Aug 2010 16:00
On Fri, Aug 06, 2010 at 12:16:54PM -0700, Greg KH wrote: > On Fri, Aug 06, 2010 at 10:14:46PM +0300, Thomas Backlund wrote: > > 06.08.2010 21:32, Greg KH skrev: > > >This is the start of the stable review cycle for the 2.6.35.1 release. > > >There are 38 patches in this series, all will be posted as a response to > > >this one. If anyone has any issues with these being applied, please let > > >us know. If anyone is a maintainer of the proper subsystem, and wants > > >to add a Signed-off-by: line to the patch, please respond with it. > > > > > >Responses should be made by August 8, 2010, 18:00:00 UTC. > > >Anything received after that time might be too late. > > > > > >The whole patch series can be found in one patch at: > > > kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.35.1-rc1.gz > > >and the diffstat can be found below. > > > > > >thanks, > > > > > >greg k-h > > > > > > I think this one should be added as soon as possible too: > > > > > > >Gitweb: http://git.kernel.org/linus/396e894d289d69bacf5acd983c97cd6e21a14c08 > > >Commit: 396e894d289d69bacf5acd983c97cd6e21a14c08 > > As it just landed in Linus's tree about an hour ago, it was a bit late > for this release. > > I'll queue it up for the next .35 release after this one. Now queued up. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |