All of lore.kernel.org
 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.0.97
Date: Thu, 26 Sep 2013 17:25:11 -0700	[thread overview]
Message-ID: <20130927002511.GA8283@kroah.com> (raw)

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

I'm announcing the release of the 3.0.97 kernel.

All users of the 3.0 kernel series must upgrade.

The updated 3.0.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.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/mach-versatile/pci.c               |    6 +++---
 arch/powerpc/kernel/align.c                 |   10 ++++++++++
 crypto/api.c                                |    7 ++++++-
 drivers/hid/hid-core.c                      |   19 ++++++++++++++-----
 drivers/hid/hid-ntrig.c                     |    3 ++-
 drivers/hid/hid-pl.c                        |   10 ++++++++--
 drivers/net/wireless/ath/ath9k/ar9003_phy.c |    4 ++++
 drivers/net/wireless/ath/ath9k/xmit.c       |    1 +
 drivers/scsi/sd.c                           |   11 +++--------
 drivers/staging/comedi/drivers/dt282x.c     |    3 ++-
 drivers/usb/class/cdc-wdm.c                 |   13 +++++++++----
 drivers/usb/core/config.c                   |    3 ++-
 drivers/usb/host/xhci.c                     |   22 ++++++++++++++++++++++
 drivers/usb/serial/mos7720.c                |    6 +++---
 drivers/xen/grant-table.c                   |   13 +++++++++++--
 fs/cifs/connect.c                           |    2 ++
 fs/fuse/dir.c                               |    4 ++++
 fs/fuse/file.c                              |    3 ++-
 fs/isofs/inode.c                            |   16 +++++-----------
 fs/ocfs2/extent_map.c                       |    1 -
 include/linux/hid.h                         |    4 +++-
 include/linux/rculist.h                     |    5 +++--
 mm/huge_memory.c                            |    2 ++
 mm/memcontrol.c                             |    8 +++++++-
 sound/pci/hda/hda_intel.c                   |    1 +
 sound/soc/codecs/wm8960.c                   |    6 +++---
 27 files changed, 133 insertions(+), 52 deletions(-)

Alan Stern (1):
      SCSI: sd: Fix potential out-of-bounds access

Anand Avati (1):
      fuse: invalidate inode attributes on xattr modification

Anton Blanchard (1):
      powerpc: Handle unaligned ldbrx/stdbrx

Dan Carpenter (2):
      staging: comedi: dt282x: dt282x_ai_insn_read() always fails
      USB: mos7720: use GFP_ATOMIC under spinlock

Felix Fietkau (2):
      ath9k: always clear ps filter bit on new assoc
      ath9k: avoid accessing MRC registers on single-chain devices

Greg Kroah-Hartman (1):
      Linux 3.0.97

Greg Thelen (1):
      memcg: fix multiple large threshold notifications

Hans de Goede (1):
      usb: config->desc.bLength may not exceed amount of data returned by the device

Herbert Xu (1):
      crypto: api - Fix race condition in larval lookup

Jan Kara (1):
      isofs: Refuse RW mount of the filesystem instead of making it RO

Jeff Layton (1):
      cifs: ensure that srv_mutex is held when dealing with ssocket pointer

Jie Liu (1):
      ocfs2: fix the end cluster offset of FIEMAP

Johan Hovold (1):
      USB: mos7720: fix big-endian control requests

Kees Cook (4):
      HID: pantherlord: validate output report details
      HID: validate HID report id size
      HID: ntrig: validate feature report details
      HID: check for NULL field when setting values

Libin (1):
      mm/huge_memory.c: fix potential NULL pointer dereference

Maxim Patlasov (1):
      fuse: postpone end_page_writeback() in fuse_writepage_locked()

Mike Dyer (1):
      ASoC: wm8960: Fix PLL register writes

Oliver Neukum (1):
      USB: cdc-wdm: fix race between interrupt handler and tasklet

Peter Maydell (1):
      ARM: PCI: versatile: Fix SMAP register offsets

Roger Pau Monne (1):
      xen-gnt: prevent adding duplicate gnt callbacks

Shawn Nematbakhsh (1):
      usb: xhci: Disable runtime PM suspend for quirky controllers

Takashi Iwai (1):
      ALSA: hda - Add Toshiba Satellite C870 to MSI blacklist

Tejun Heo (1):
      rculist: list_first_or_null_rcu() should use list_entry_rcu()


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

             reply	other threads:[~2013-09-27  0:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-27  0:25 Greg KH [this message]
2013-09-27  0:25 ` Linux 3.0.97 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=20130927002511.GA8283@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.