This is the start of the stable review cycle for the 3.4.76 release. There are 43 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 me know. Responses should be made by Wed Jan 8 22:39:27 UTC 2014. 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/v3.0/stable-review/patch-3.4.76-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.4.76-rc1 Jean Delvare <khali@xxxxxxxxxxxx> hwmon: (w83l768ng) Fix fan speed control range Paul Moore <pmoore@xxxxxxxxxx> selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute() Paul Moore <pmoore@xxxxxxxxxx> selinux: look for IPsec labels on both inbound and outbound packets Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> sh: always link in helper functions extracted from libgcc Ben Segall <bsegall@xxxxxxxxxx> sched: Avoid throttle_cfs_rq() racing with period_timer stopping Stephen Boyd <sboyd@xxxxxxxxxxxxxx> gpio: msm: Fix irq mask/unmask by writing bits instead of numbers Theodore Ts'o <tytso@xxxxxxx> jbd2: don't BUG but return ENOSPC if a handle runs out of space Steven Whitehouse <swhiteho@xxxxxxxxxx> GFS2: Fix incorrect invalidation for DIO/buffered I/O Steven Whitehouse <swhiteho@xxxxxxxxxx> GFS2: don't hold s_umount over blkdev_put Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Input: allocate absinfo data when setting ABS capability Jianguo Wu <wujianguo@xxxxxxxxxx> mm/hugetlb: check for pte NULL pointer in __page_check_address() Larry Finger <Larry.Finger@xxxxxxxxxxxx> rtlwifi: pci: Fix oops on driver unload Johannes Berg <johannes.berg@xxxxxxxxx> radiotap: fix bitmap-end-finding buffer overrun Michele Baldessari <michele@xxxxxxxxxx> libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 Josh Boyer <jwboyer@xxxxxxxxxx> cpupower: Fix segfault due to incorrect getopt_long arugments Anton Blanchard <anton@xxxxxxxxx> powerpc: Align p_end Michael Neuling <mikey@xxxxxxxxxxx> powerpc: Fix bad stack check in exception entry Mathy Vanhoef <vanhoefm@xxxxxxxxx> ath9k_htc: properly set MAC address and BSSID mask Sujith Manoharan <c_manoha@xxxxxxxxxxxxxxxx> ath9k: Fix interrupt handling for the AR9002 family Peter Korsgaard <peter@xxxxxxxxxxxxx> dm9601: work around tx fifo sync issue on dm962x Peter Korsgaard <peter@xxxxxxxxxxxxx> dm9601: fix reception of full size ethernet frames on dm9620/dm9621a Nithin Sujir <nsujir@xxxxxxxxxxxx> tg3: Expand 4g_overflow_test workaround to skb fragments of any size. Li Wang <liwang@xxxxxxxxxxxxxxx> ceph: Avoid data inconsistency due to d-cache aliasing in readpage() Alex Deucher <alexander.deucher@xxxxxxx> drm/radeon: 0x9649 is SUMO2 not SUMO Alex Deucher <alexander.deucher@xxxxxxx> drm/radeon: fix asic gfx values for scrapper asics Dan Williams <dan.j.williams@xxxxxxxxx> net_dma: mark broken Rafał Miłecki <zajec5@xxxxxxxxx> drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook Kirill Tkhai <tkhai@xxxxxxxxx> sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities Eryu Guan <guaneryu@xxxxxxxxx> ext4: check for overlapping extents in ext4_valid_extent_entries() Junho Ryu <jayr@xxxxxxxxxx> ext4: fix use-after-free in ext4_mb_new_blocks Len Brown <len.brown@xxxxxxxxx> intel_idle: enable IVB Xeon support Len Brown <len.brown@xxxxxxxxx> intel_idle: initial IVB support Miao Xie <miaox@xxxxxxxxxxxxxx> ftrace: Initialize the ftrace profiler for each possible cpu Oleg Nesterov <oleg@xxxxxxxxxx> selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock() Chad Hanson <chanson@xxxxxxxxxxxxx> selinux: fix broken peer recv check Bjørn Mork <bjorn@xxxxxxx> usb: cdc-wdm: manage_power should always set needs_remote_wakeup JongHo Kim <furmuwon@xxxxxxxxx> ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function Bo Shen <voice.shen@xxxxxxxxx> ASoC: wm8904: fix DSP mode B configuration Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> TTY: pmac_zilog, check existence of ports in pmz_console_init() pingfan liu <qemulist@xxxxxxxxx> powerpc: kvm: fix rare but potential deadlock scene Yan, Zheng <zheng.z.yan@xxxxxxxxx> ceph: wake up 'safe' waiters when unregistering request Yan, Zheng <zheng.z.yan@xxxxxxxxx> ceph: cleanup aborted requests when re-sending requests. Johan Hovold <jhovold@xxxxxxxxx> USB: serial: fix race in generic write ------------- Diffstat: Makefile | 4 +- arch/powerpc/include/asm/exception-64s.h | 2 +- arch/powerpc/kernel/head_64.S | 1 + arch/powerpc/kvm/book3s_64_mmu_hv.c | 6 ++- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 4 ++ arch/sh/lib/Makefile | 2 +- drivers/ata/libata-core.c | 3 ++ drivers/dma/Kconfig | 1 + drivers/gpio/gpio-msm-v2.c | 4 +- drivers/gpu/drm/drm_edid.c | 8 ++++ drivers/gpu/drm/radeon/ni.c | 20 ++++++++-- drivers/hwmon/w83l786ng.c | 9 +++-- drivers/idle/intel_idle.c | 38 +++++++++++++++++++ drivers/input/input.c | 4 ++ drivers/net/ethernet/broadcom/tg3.c | 2 +- drivers/net/usb/dm9601.c | 34 ++++++++++++----- drivers/net/wireless/ath/ath9k/ar9002_mac.c | 52 +++++++++++++++++++++----- drivers/net/wireless/ath/ath9k/htc_drv_main.c | 25 +++++++++---- drivers/net/wireless/ath/ath9k/main.c | 5 ++- drivers/net/wireless/rtlwifi/pci.c | 4 +- drivers/tty/serial/pmac_zilog.c | 3 ++ drivers/usb/class/cdc-wdm.c | 8 ++-- drivers/usb/serial/generic.c | 9 +---- fs/ceph/addr.c | 8 +++- fs/ceph/mds_client.c | 8 +++- fs/ext4/extents.c | 19 +++++++++- fs/ext4/mballoc.c | 11 ++++-- fs/gfs2/aops.c | 30 +++++++++++++++ fs/gfs2/ops_fstype.c | 12 +++++- fs/jbd2/transaction.c | 6 ++- include/drm/drm_pciids.h | 2 +- kernel/sched/debug.c | 8 ++++ kernel/sched/fair.c | 2 + kernel/sched/rt.c | 14 +++++++ kernel/trace/ftrace.c | 2 +- mm/rmap.c | 4 ++ net/wireless/radiotap.c | 4 ++ security/selinux/hooks.c | 53 +++++++++++++++++++++------ security/selinux/include/xfrm.h | 9 +++-- security/selinux/xfrm.c | 53 +++++++++++++++++++++------ sound/core/pcm_lib.c | 2 + sound/soc/codecs/wm8904.c | 2 +- tools/power/cpupower/utils/cpupower-set.c | 6 +-- 43 files changed, 403 insertions(+), 100 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html