stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.4 00/24] 3.4.81-stable review
@ 2014-02-18 22:46 Greg Kroah-Hartman
  2014-02-18 22:46 ` [PATCH 3.4 01/24] SELinux: Fix kernel BUG on empty security contexts Greg Kroah-Hartman
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Greg Kroah-Hartman @ 2014-02-18 22:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg Kroah-Hartman, torvalds, akpm, stable, lizefan

Many thanks to Li Zefan for digging up a bunch of these patches, that
work is much appreciated.

This is the start of the stable review cycle for the 3.4.81 release.
There are 24 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 Feb 20 22:45:38 UTC 2014.
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.4.81-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 3.4.81-rc1

Jeff Layton <jlayton@redhat.com>
    nfs: tear down caches in nfs_init_writepagecache when allocation fails

Dan Rosenberg <drosenberg@vsecurity.com>
    lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)

Asias He <asias@redhat.com>
    virtio-blk: Use block layer provided spinlock

Seth Forshee <seth.forshee@canonical.com>
    Input: synaptics - handle out of bounds values from the hardware

Bojan Smojver <bojan@rexursive.com>
    PM / Hibernate: Hibernate/thaw fixes/improvements

Avi Kivity <avi@redhat.com>
    KVM: Fix buffer overflow in kvm_set_irq()

Nicholas Bellinger <nab@linux-iscsi.org>
    target/file: Re-enable optional fd_buffered_io=1 operation

Nicholas Bellinger <nab@linux-iscsi.org>
    target/file: Use O_DSYNC by default for FILEIO backends

Jan Kara <jack@suse.cz>
    IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast()

Peter Zijlstra <a.p.zijlstra@chello.nl>
    sched/nohz: Fix rq->cpu_load calculations some more

Peter Zijlstra <a.p.zijlstra@chello.nl>
    sched/nohz: Fix rq->cpu_load[] calculations

Steven Rostedt <rostedt@goodmis.org>
    ftrace: Have function graph only trace based on global_ops filters

Steven Rostedt <rostedt@goodmis.org>
    ftrace: Fix synchronization location disabling and freeing ftrace_ops

Steven Rostedt <rostedt@goodmis.org>
    ftrace: Synchronize setting function_trace_op with ftrace_trace_function

Mikulas Patocka <mpatocka@redhat.com>
    dm sysfs: fix a module unload race

Xishi Qiu <qiuxishi@huawei.com>
    mm: setup pageblock_order before it's used by sparsemem

Andrew Morton <akpm@linux-foundation.org>
    mm/page_alloc.c: remove pageblock_default_order()

Daniel Vetter <daniel.vetter@ffwll.ch>
    drm/i915: kick any firmware framebuffers before claiming the gtt

Tao Ma <boyu.mt@taobao.com>
    ext4: protect group inode free counting with group lock

Paul E. McKenney <paulmck@linux.vnet.ibm.com>
    printk: Fix scheduling-while-atomic problem in console_cpu_notify()

Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
    x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y

KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
    mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq

KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
    mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq()

Stephen Smalley <sds@tycho.nsa.gov>
    SELinux: Fix kernel BUG on empty security contexts.


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

Diffstat:

 Makefile                                  |   4 +-
 drivers/block/virtio_blk.c                |   9 +--
 drivers/gpu/drm/i915/i915_dma.c           |  37 ++++++++--
 drivers/infiniband/hw/qib/qib_user_sdma.c |   6 +-
 drivers/input/mouse/synaptics.c           |  23 ++++++
 drivers/md/Kconfig                        |   4 ++
 drivers/md/Makefile                       |   1 +
 drivers/md/dm-builtin.c                   |  50 +++++++++++++
 drivers/md/dm-sysfs.c                     |   5 --
 drivers/md/dm.c                           |  26 ++-----
 drivers/md/dm.h                           |  17 ++++-
 drivers/target/target_core_file.c         |  81 ++++++++++-----------
 drivers/target/target_core_file.h         |   2 +-
 fs/buffer.c                               |   6 +-
 fs/ext4/ialloc.c                          |   4 +-
 fs/nfs/write.c                            |  10 ++-
 include/linux/sched.h                     |   1 +
 kernel/power/swap.c                       |  62 +++++++++++------
 kernel/printk.c                           |   1 -
 kernel/sched/core.c                       |  86 +++++++++++++++++++----
 kernel/sched/fair.c                       |   2 +-
 kernel/sched/sched.h                      |   2 +-
 kernel/time/tick-sched.c                  |   1 +
 kernel/trace/ftrace.c                     | 112 +++++++++++++++++++++++++-----
 lib/Makefile                              |   1 +
 lib/vsprintf.c                            |   3 +-
 mm/internal.h                             |   2 +
 mm/page-writeback.c                       |   5 +-
 mm/page_alloc.c                           |  33 ++++-----
 mm/sparse.c                               |   3 +
 security/selinux/ss/services.c            |   4 ++
 virt/kvm/irq_comm.c                       |   1 +
 32 files changed, 426 insertions(+), 178 deletions(-)



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2014-02-20  0:03 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 22:46 [PATCH 3.4 00/24] 3.4.81-stable review Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 01/24] SELinux: Fix kernel BUG on empty security contexts Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 02/24] mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq() Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 03/24] mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 04/24] x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 05/24] printk: Fix scheduling-while-atomic problem in console_cpu_notify() Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 06/24] ext4: protect group inode free counting with group lock Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 07/24] drm/i915: kick any firmware framebuffers before claiming the gtt Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 08/24] mm/page_alloc.c: remove pageblock_default_order() Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 09/24] mm: setup pageblock_order before its used by sparsemem Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 10/24] dm sysfs: fix a module unload race Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 11/24] ftrace: Synchronize setting function_trace_op with ftrace_trace_function Greg Kroah-Hartman
2014-02-18 22:46 ` [PATCH 3.4 12/24] ftrace: Fix synchronization location disabling and freeing ftrace_ops Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 13/24] ftrace: Have function graph only trace based on global_ops filters Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 14/24] sched/nohz: Fix rq->cpu_load[] calculations Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 15/24] sched/nohz: Fix rq->cpu_load calculations some more Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 16/24] IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast() Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 17/24] target/file: Use O_DSYNC by default for FILEIO backends Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 18/24] target/file: Re-enable optional fd_buffered_io=1 operation Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 19/24] KVM: Fix buffer overflow in kvm_set_irq() Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 20/24] PM / Hibernate: Hibernate/thaw fixes/improvements Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 21/24] Input: synaptics - handle out of bounds values from the hardware Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 22/24] virtio-blk: Use block layer provided spinlock Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 23/24] lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q) Greg Kroah-Hartman
2014-02-18 22:47 ` [PATCH 3.4 24/24] nfs: tear down caches in nfs_init_writepagecache when allocation fails Greg Kroah-Hartman
2014-02-19  4:26 ` [PATCH 3.4 00/24] 3.4.81-stable review Guenter Roeck
2014-02-20  0:03 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).