From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, stable@vger.kernel.org Subject: [ 00/26] 3.9.9-stable review Date: Mon, 1 Jul 2013 13:09:55 -0700 Message-Id: <20130701200729.872850414@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: 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 Linux 3.9.9-rc1 Phil Oester netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handling Johannes Berg mac80211: work around broken APs not including HT info Marc Kleine-Budde can: usb_8dev: unregister netdev before free()ing Tang Yuantian of/base: release the node correctly in of_parse_phandle_with_args() Aaron Lu libata-acpi: add back ACPI based hotplug functionality Artem Bityutskiy UBIFS: fix a horrid bug Artem Bityutskiy UBIFS: prepare to fix a horrid bug Gavin Shan powerpc/eeh: Fix fetching bus for single-dev-PE Herbert Xu crypto: algboss - Hold ref count on larval Stephane Eranian perf: Disable monitoring on setuid processes for regular users Neil Horman iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets Stanislaw Gruszka rt2800: fix RT5390 & RT3290 TX power settings regression Gavin Shan net/tg3: Avoid delay during MMIO access Zefan Li dlci: validate the net device in dlci_del() Zefan Li dlci: acquire rtnl_lock before calling __dev_get_by_name() Ben Hutchings s390/irq: Only define synchronize_irq() on SMP Ben Hutchings s390/pci: Implement IRQ functions if !PCI Nikolay Martynov iwlwifi: dvm: fix chain noise calibration Sujith Manoharan ath9k_htc: Handle IDLE state transition properly Oleg Nesterov hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot() Oleg Nesterov hw_breakpoint: Fix cpu check in task_bp_pinned(cpu) Jaganath Kanakkassery Bluetooth: Fix invalid length check in l2cap_information_rsp() Anderson Lizardo Bluetooth: Fix crash in l2cap_build_cmd() with small MTU Simon Baatz ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMU Simon Baatz ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page Michael Holzheu 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(-)