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/12] 3.0.91-stable review Date: Mon, 12 Aug 2013 23:35:35 -0700 Message-Id: <20130813063520.285638946@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.0.91 release. There are 12 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 Thu Aug 15 06:35:11 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.0.91-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.0.91-rc1 Joshua Zhu perf tools: Add anonymous huge page recognition NeilBrown vfs: d_obtain_alias() needs to use "/" as default name. Arnd Bergmann SCSI: nsp32: use mdelay instead of large udelay constants Andrew Vagin tracing: Fix fields of struct trace_iterator that are zeroed by mistake Jeff Layton cifs: silence compiler warnings showing up with gcc-4.7.0 Oleg Nesterov debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs) Amit Shah virtio: console: return -ENODEV on all read operations after unplug Amit Shah virtio: console: fix raising SIGIO after port unplug Amit Shah virtio: console: clean up port data immediately at time of unplug Amit Shah virtio: console: fix race in port_fops_open() and port unplug Amit Shah virtio: console: fix race with port unplug and open/close Curt Brune hwmon: (adt7470) Fix incorrect return code check ------------- Diffstat: Makefile | 4 +-- 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, 73 insertions(+), 85 deletions(-)