Prev: [01/34] ipv4: udp: fix short packet and bad checksum logging
Next: [tip:x86/urgent] arch/x86/pci: use kasprintf
From: Greg KH on 24 May 2010 19:10 ---- NOTE ---- I have only included patches that were released in kernels up to the 2.6.34 release. Nothing that was requested to be in a stable release that showed up in Linus's tree _after_ 2.6.34 has been included here, I had to draw the line somewhere. -------------- This is the start of the stable review cycle for the 2.6.32.14 release. There are 34 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 Wed May 26, 22:00:00 UTC 2010 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.32.14-rc1.gz and the diffstat can be found below. thanks, greg k-h Documentation/filesystems/proc.txt | 5 +- Makefile | 2 +- arch/parisc/kernel/pci.c | 7 +-- arch/powerpc/include/asm/hw_irq.h | 38 ------------ arch/powerpc/kernel/asm-offsets.c | 1 - arch/powerpc/kernel/entry_64.S | 9 --- arch/powerpc/kernel/irq.c | 6 -- arch/powerpc/kernel/time.c | 60 +++++++++++++++---- arch/s390/kernel/ptrace.c | 5 +- arch/x86/include/asm/k8.h | 5 ++ arch/x86/kernel/cpu/intel_cacheinfo.c | 4 + arch/x86/kernel/process.c | 12 ++-- crypto/authenc.c | 16 ++++-- drivers/acpi/sleep.c | 90 +----------------------------- drivers/hwmon/hp_accel.c | 2 +- drivers/mmc/host/atmel-mci.c | 14 +++-- drivers/net/wireless/ath/ath9k/xmit.c | 4 +- drivers/net/wireless/iwlwifi/iwl-4965.c | 5 ++ drivers/net/wireless/iwlwifi/iwl-5000.c | 5 ++ drivers/net/wireless/p54/eeprom.c | 31 ++++++---- drivers/scsi/megaraid/megaraid_sas.c | 18 +++++- drivers/serial/imx.c | 10 +++- drivers/video/bfin-t350mcqb-fb.c | 15 +++-- fs/btrfs/ioctl.c | 5 ++ fs/cachefiles/security.c | 4 + fs/cifs/cifsglob.h | 1 + fs/cifs/inode.c | 21 ++++++- fs/compat.c | 2 - fs/exec.c | 2 - fs/nilfs2/super.c | 1 + fs/notify/inotify/inotify_fsnotify.c | 2 + fs/notify/inotify/inotify_user.c | 9 ++- fs/proc/array.c | 92 +----------------------------- fs/proc/task_mmu.c | 19 ------ include/asm-generic/dma-mapping-common.h | 4 +- include/linux/sched.h | 1 - kernel/fork.c | 2 - kernel/profile.c | 4 +- mm/hugetlb.c | 2 +- net/ipv4/udp.c | 6 +- security/min_addr.c | 2 +- sound/pci/hda/hda_intel.c | 1 + sound/pci/hda/patch_conexant.c | 7 +- sound/pci/ice1712/maya44.c | 6 +- 44 files changed, 212 insertions(+), 345 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/ |