| 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 |
| Subject: |
| Linux 3.0.91 |
| Date: |
| Wed, 14 Aug 2013 23:09:05 -0700 |
| Message-ID: |
| <20130815060905.GA16595@kroah.com> |
| Cc: |
| lwn@lwn.net, Jiri Slaby <jslaby@suse.cz> |
| Archive-link: |
| Article, Thread
|
I'm announcing the release of the 3.0.91 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-st...
thanks,
greg k-h
------------
Makefile | 2 -
drivers/char/virtio_console.c | 47 +++++++++++++++++-----------
drivers/hwmon/adt7470.c | 2 -
drivers/scsi/nsp32.c | 2 -
fs/cifs/cifssmb.c | 24 +++++++-------
fs/dcache.c | 2 -
fs/debugfs/inode.c | 69 +++++++++++++-----------------------------
include/linux/ftrace_event.h | 4 +-
kernel/trace/trace.c | 1
tools/perf/util/map.c | 3 +
10 files changed, 72 insertions(+), 84 deletions(-)
Amit Shah (5):
virtio: console: fix race with port unplug and open/close
virtio: console: fix race in port_fops_open() and port unplug
virtio: console: clean up port data immediately at time of unplug
virtio: console: fix raising SIGIO after port unplug
virtio: console: return -ENODEV on all read operations after unplug
Andrew Vagin (1):
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Arnd Bergmann (1):
SCSI: nsp32: use mdelay instead of large udelay constants
Curt Brune (1):
hwmon: (adt7470) Fix incorrect return code check
Greg Kroah-Hartman (1):
Linux 3.0.91
Jeff Layton (1):
cifs: silence compiler warnings showing up with gcc-4.7.0
Joshua Zhu (1):
perf tools: Add anonymous huge page recognition
NeilBrown (1):
vfs: d_obtain_alias() needs to use "/" as default name.
Oleg Nesterov (1):
debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)