Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.9.9
Date: Wed, 3 Jul 2013 11:17:27 -0700	[thread overview]
Message-ID: <20130703181727.GA3113@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 4502 bytes --]

I'm announcing the release of the 3.9.9 kernel.

All users of the 3.9 kernel series must upgrade.

The updated 3.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.9.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                       |    2 
 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/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 -
 33 files changed, 395 insertions(+), 116 deletions(-)

Aaron Lu (1):
      libata-acpi: add back ACPI based hotplug functionality

Anderson Lizardo (1):
      Bluetooth: Fix crash in l2cap_build_cmd() with small MTU

Artem Bityutskiy (2):
      UBIFS: prepare to fix a horrid bug
      UBIFS: fix a horrid bug

Ben Hutchings (2):
      s390/pci: Implement IRQ functions if !PCI
      s390/irq: Only define synchronize_irq() on SMP

Gavin Shan (1):
      powerpc/eeh: Fix fetching bus for single-dev-PE

Greg Kroah-Hartman (1):
      Linux 3.9.9

Herbert Xu (1):
      crypto: algboss - Hold ref count on larval

Jaganath Kanakkassery (1):
      Bluetooth: Fix invalid length check in l2cap_information_rsp()

Johannes Berg (1):
      mac80211: work around broken APs not including HT info

Marc Kleine-Budde (1):
      can: usb_8dev: unregister netdev before free()ing

Michael Holzheu (1):
      s390/ipl: Fix FCP WWPN and LUN format strings for read

Neil Horman (1):
      iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets

Nikolay Martynov (1):
      iwlwifi: dvm: fix chain noise calibration

Oleg Nesterov (2):
      hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)
      hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()

Phil Oester (1):
      netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handling

Simon Baatz (2):
      ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page
      ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMU

Stanislaw Gruszka (1):
      rt2800: fix RT5390 & RT3290 TX power settings regression

Stephane Eranian (1):
      perf: Disable monitoring on setuid processes for regular users

Sujith Manoharan (1):
      ath9k_htc: Handle IDLE state transition properly

Tang Yuantian (1):
      of/base: release the node correctly in of_parse_phandle_with_args()

Zefan Li (2):
      dlci: acquire rtnl_lock before calling __dev_get_by_name()
      dlci: validate the net device in dlci_del()


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2013-07-03 18:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03 18:17 Greg KH [this message]
2013-07-03 18:17 ` Linux 3.9.9 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130703181727.GA3113@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox