This is the start of the stable review cycle for the 3.9.9 release. There are 26 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 Jul 3 20:05:42 UTC 2013. 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.9.9-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.9.9-rc1 Phil Oester <kernel@xxxxxxxxxxxx> netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handling Johannes Berg <johannes.berg@xxxxxxxxx> mac80211: work around broken APs not including HT info Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> can: usb_8dev: unregister netdev before free()ing Tang Yuantian <yuantian.tang@xxxxxxxxxxxxx> of/base: release the node correctly in of_parse_phandle_with_args() Aaron Lu <aaron.lu@xxxxxxxxx> libata-acpi: add back ACPI based hotplug functionality Artem Bityutskiy <artem.bityutskiy@xxxxxxxxxxxxxxx> UBIFS: fix a horrid bug Artem Bityutskiy <artem.bityutskiy@xxxxxxxxxxxxxxx> UBIFS: prepare to fix a horrid bug Gavin Shan <shangw@xxxxxxxxxxxxxxxxxx> powerpc/eeh: Fix fetching bus for single-dev-PE Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> crypto: algboss - Hold ref count on larval Stephane Eranian <eranian@xxxxxxxxxx> perf: Disable monitoring on setuid processes for regular users Neil Horman <nhorman@xxxxxxxxxxxxx> iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets Stanislaw Gruszka <sgruszka@xxxxxxxxxx> rt2800: fix RT5390 & RT3290 TX power settings regression Gavin Shan <shangw@xxxxxxxxxxxxxxxxxx> net/tg3: Avoid delay during MMIO access Zefan Li <lizefan@xxxxxxxxxx> dlci: validate the net device in dlci_del() Zefan Li <lizefan@xxxxxxxxxx> dlci: acquire rtnl_lock before calling __dev_get_by_name() Ben Hutchings <ben@xxxxxxxxxxxxxxx> s390/irq: Only define synchronize_irq() on SMP Ben Hutchings <ben@xxxxxxxxxxxxxxx> s390/pci: Implement IRQ functions if !PCI Nikolay Martynov <mar.kolya@xxxxxxxxx> iwlwifi: dvm: fix chain noise calibration Sujith Manoharan <c_manoha@xxxxxxxxxxxxxxxx> ath9k_htc: Handle IDLE state transition properly Oleg Nesterov <oleg@xxxxxxxxxx> hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot() Oleg Nesterov <oleg@xxxxxxxxxx> hw_breakpoint: Fix cpu check in task_bp_pinned(cpu) Jaganath Kanakkassery <jaganath.k@xxxxxxxxxxx> Bluetooth: Fix invalid length check in l2cap_information_rsp() Anderson Lizardo <anderson.lizardo@xxxxxxxxxxxxx> Bluetooth: Fix crash in l2cap_build_cmd() with small MTU Simon Baatz <gmbnomis@xxxxxxxxx> ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMU Simon Baatz <gmbnomis@xxxxxxxxx> ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page Michael Holzheu <holzheu@xxxxxxxxxxxxxxxxxx> s390/ipl: Fix FCP WWPN and LUN format strings for read ------------- Diffstat: Makefile | 4 +- arch/arm/include/asm/cacheflush.h | 4 +- arch/arm/mm/flush.c | 33 ++++++++++ arch/arm/mm/nommu.c | 6 ++ arch/powerpc/platforms/pseries/eeh_pe.c | 3 +- arch/s390/kernel/ipl.c | 8 +-- arch/s390/kernel/irq.c | 66 +++++++++++++++++++ arch/s390/pci/pci.c | 33 ---------- arch/x86/include/asm/irq_remapping.h | 3 + arch/x86/kernel/early-quirks.c | 20 ++++++ crypto/algboss.c | 15 ++--- crypto/api.c | 6 -- crypto/internal.h | 6 ++ drivers/ata/libata-acpi.c | 36 ++++++++++- drivers/ata/libata-core.c | 2 + drivers/ata/libata.h | 2 + drivers/iommu/intel_irq_remapping.c | 10 +++ drivers/iommu/irq_remapping.c | 6 ++ drivers/iommu/irq_remapping.h | 2 + drivers/net/can/usb/usb_8dev.c | 5 +- drivers/net/ethernet/broadcom/tg3.c | 36 +++++++++++ drivers/net/wan/dlci.c | 26 ++++++-- drivers/net/wireless/ath/ath9k/htc_drv_main.c | 2 +- drivers/net/wireless/iwlwifi/dvm/rxon.c | 2 +- drivers/net/wireless/rt2x00/rt2800lib.c | 29 +++++---- drivers/of/base.c | 4 +- fs/exec.c | 16 ++--- fs/ubifs/dir.c | 54 +++++++++++----- kernel/events/hw_breakpoint.c | 6 +- net/bluetooth/l2cap_core.c | 5 +- net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c | 2 +- net/mac80211/ieee80211_i.h | 4 +- net/mac80211/mlme.c | 87 +++++++++++++++++++++++--- net/mac80211/util.c | 6 +- 34 files changed, 432 insertions(+), 117 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