stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.10 00/31] 3.10.76-stable review
@ 2015-04-26 13:48 Greg Kroah-Hartman
  2015-04-26 13:46 ` [PATCH 3.10 02/31] remove extra definitions of U32_MAX Greg Kroah-Hartman
                   ` (32 more replies)
  0 siblings, 33 replies; 41+ messages in thread
From: Greg Kroah-Hartman @ 2015-04-26 13:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah.kh, stable

This is the start of the stable review cycle for the 3.10.76 release.
There are 31 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 Tue Apr 28 13:41:43 UTC 2015.
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.10.76-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.10.76-rc1

Seth Jennings <sjenning@redhat.com>
    sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel

Linus Torvalds <torvalds@linux-foundation.org>
    x86: mm: move mmap_sem unlock from mm_fault_error() to caller

Linus Torvalds <torvalds@linux-foundation.org>
    vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS

Linus Torvalds <torvalds@linux-foundation.org>
    vm: add VM_FAULT_SIGSEGV handling support

Al Viro <viro@zeniv.linux.org.uk>
    deal with deadlock in d_walk()

Al Viro <viro@zeniv.linux.org.uk>
    move d_rcu from overlapping d_child to overlapping d_alias

Peter Kümmel <syntheticpp@gmx.net>
    kconfig: Fix warning "‘jump’ may be used uninitialized"

Nadav Amit <namit@cs.technion.ac.il>
    KVM: x86: SYSENTER emulation is broken

Florian Westphal <fw@strlen.de>
    netfilter: conntrack: disable generic tracking for known protocols

Marcel Holtmann <marcel@holtmann.org>
    Bluetooth: Ignore isochronous endpoints for Intel USB bootloader

Marcel Holtmann <marcel@holtmann.org>
    Bluetooth: Add support for Intel bootloader devices

Jurgen Kramer <gtmkramer@xs4all.nl>
    Bluetooth: btusb: Add IMC Networks (Broadcom based)

Oliver Neukum <oliver@neukum.org>
    Bluetooth: Add firmware update for Atheros 0cf3:311f

Oliver Neukum <oliver@neukum.org>
    Bluetooth: Enable Atheros 0cf3:311e for firmware upload

Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support

Ben Hutchings <ben@decadent.org.uk>
    splice: Apply generic position and size checks to each write

Dave Kleikamp <dave.kleikamp@oracle.com>
    jfs: fix readdir regression

Peter Hurley <peter@hurleysoftware.com>
    serial: 8250_dw: Fix deadlock in LCR workaround

Eric W. Biederman <ebiederm@xmission.com>
    benet: Call dev_kfree_skby_any instead of kfree_skb.

Eric W. Biederman <ebiederm@xmission.com>
    ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.

Eric W. Biederman <ebiederm@xmission.com>
    tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.

Eric W. Biederman <ebiederm@xmission.com>
    bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.

Eric W. Biederman <ebiederm@xmission.com>
    r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.

Eric W. Biederman <ebiederm@xmission.com>
    8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.

Eric W. Biederman <ebiederm@xmission.com>
    8139cp: Call dev_kfree_skby_any instead of kfree_skb.

Eric Dumazet <edumazet@google.com>
    tcp: tcp_make_synack() should clear skb->tstamp

Neal Cardwell <ncardwell@google.com>
    tcp: fix FRTO undo on cumulative ACK of SACKed range

D.S. Ljungmark <ljungmark@modio.se>
    ipv6: Don't reduce hop limit for an interface

Michal Kubeček <mkubecek@suse.cz>
    tcp: prevent fetching dst twice in early demux code

Alex Elder <alex.elder@linaro.org>
    remove extra definitions of U32_MAX

Alex Elder <alex.elder@linaro.org>
    conditionally define U32_MAX


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

Diffstat:

 Makefile                                    |   4 +-
 arch/alpha/mm/fault.c                       |   2 +
 arch/arc/mm/fault.c                         |   2 +
 arch/avr32/mm/fault.c                       |   2 +
 arch/cris/mm/fault.c                        |   2 +
 arch/frv/mm/fault.c                         |   2 +
 arch/ia64/mm/fault.c                        |   2 +
 arch/m32r/mm/fault.c                        |   2 +
 arch/m68k/mm/fault.c                        |   2 +
 arch/metag/mm/fault.c                       |   2 +
 arch/microblaze/mm/fault.c                  |   2 +
 arch/mips/mm/fault.c                        |   2 +
 arch/mn10300/mm/fault.c                     |   2 +
 arch/openrisc/mm/fault.c                    |   2 +
 arch/parisc/mm/fault.c                      |   2 +
 arch/powerpc/mm/fault.c                     |   2 +
 arch/powerpc/platforms/cell/spu_fault.c     |   2 +-
 arch/powerpc/platforms/cell/spufs/inode.c   |   2 +-
 arch/s390/mm/fault.c                        |   6 +
 arch/score/mm/fault.c                       |   2 +
 arch/sh/mm/fault.c                          |   2 +
 arch/sparc/mm/fault_32.c                    |   2 +
 arch/sparc/mm/fault_64.c                    |   2 +
 arch/tile/mm/fault.c                        |   2 +
 arch/um/kernel/trap.c                       |   2 +
 arch/x86/kvm/emulate.c                      |  27 ++---
 arch/x86/mm/fault.c                         |  10 +-
 arch/xtensa/mm/fault.c                      |   2 +
 drivers/bluetooth/ath3k.c                   |   4 +
 drivers/bluetooth/btusb.c                   |  13 +++
 drivers/edac/sb_edac.c                      |   8 +-
 drivers/net/ethernet/broadcom/bnx2.c        |   6 +-
 drivers/net/ethernet/broadcom/tg3.c         |  14 +--
 drivers/net/ethernet/emulex/benet/be_main.c |   2 +-
 drivers/net/ethernet/intel/ixgb/ixgb_main.c |   6 +-
 drivers/net/ethernet/realtek/8139cp.c       |   2 +-
 drivers/net/ethernet/realtek/8139too.c      |   4 +-
 drivers/net/ethernet/realtek/r8169.c        |   6 +-
 drivers/tty/serial/8250/8250_dw.c           |  10 +-
 fs/affs/amigaffs.c                          |   2 +-
 fs/autofs4/expire.c                         |  12 +-
 fs/autofs4/root.c                           |   2 +-
 fs/ceph/dir.c                               |   8 +-
 fs/ceph/inode.c                             |   6 +-
 fs/cifs/inode.c                             |   2 +-
 fs/coda/cache.c                             |   2 +-
 fs/dcache.c                                 | 172 ++++++++++++++++------------
 fs/debugfs/inode.c                          |   6 +-
 fs/exportfs/expfs.c                         |   2 +-
 fs/jfs/jfs_dtree.c                          |   4 +-
 fs/libfs.c                                  |  12 +-
 fs/ncpfs/dir.c                              |   2 +-
 fs/ncpfs/ncplib_kernel.h                    |   4 +-
 fs/nfs/getroot.c                            |   2 +-
 fs/notify/fsnotify.c                        |   4 +-
 fs/ocfs2/dcache.c                           |   2 +-
 fs/ocfs2/file.c                             |   8 +-
 fs/reiserfs/reiserfs.h                      |   2 -
 fs/splice.c                                 |   8 +-
 include/asm-generic/pgtable.h               |   5 +-
 include/linux/ceph/decode.h                 |  17 ---
 include/linux/dcache.h                      |   8 +-
 include/linux/mm.h                          |   5 +-
 kernel/cgroup.c                             |   2 +-
 kernel/trace/trace.c                        |   4 +-
 kernel/trace/trace_events.c                 |   2 +-
 mm/ksm.c                                    |   2 +-
 mm/memory.c                                 |   7 +-
 net/ipv4/tcp_illinois.c                     |   1 -
 net/ipv4/tcp_input.c                        |   7 +-
 net/ipv4/tcp_ipv4.c                         |   2 +-
 net/ipv4/tcp_output.c                       |   2 +
 net/ipv6/ndisc.c                            |   9 +-
 net/ipv6/tcp_ipv6.c                         |   2 +-
 net/netfilter/nf_conntrack_proto_generic.c  |  26 ++++-
 scripts/kconfig/menu.c                      |   4 +-
 security/selinux/selinuxfs.c                |   6 +-
 77 files changed, 324 insertions(+), 219 deletions(-)



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

end of thread, other threads:[~2015-04-27 17:19 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26 13:48 [PATCH 3.10 00/31] 3.10.76-stable review Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 02/31] remove extra definitions of U32_MAX Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 03/31] tcp: prevent fetching dst twice in early demux code Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 04/31] ipv6: Dont reduce hop limit for an interface Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 05/31] tcp: fix FRTO undo on cumulative ACK of SACKed range Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 07/31] 8139cp: Call dev_kfree_skby_any instead of kfree_skb Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 08/31] 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 09/31] r8169: " Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 10/31] bnx2: " Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 11/31] tg3: " Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 12/31] ixgb: " Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 13/31] benet: Call dev_kfree_skby_any instead of kfree_skb Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 15/31] jfs: fix readdir regression Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 16/31] splice: Apply generic position and size checks to each write Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 17/31] mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 18/31] Bluetooth: Enable Atheros 0cf3:311e for firmware upload Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 19/31] Bluetooth: Add firmware update for Atheros 0cf3:311f Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 20/31] Bluetooth: btusb: Add IMC Networks (Broadcom based) Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 21/31] Bluetooth: Add support for Intel bootloader devices Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 24/31] KVM: x86: SYSENTER emulation is broken Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 26/31] move d_rcu from overlapping d_child to overlapping d_alias Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 27/31] deal with deadlock in d_walk() Greg Kroah-Hartman
2015-04-27  1:20   ` Ben Hutchings
2015-04-27  7:53     ` Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 28/31] vm: add VM_FAULT_SIGSEGV handling support Greg Kroah-Hartman
2015-04-26 13:46 ` [PATCH 3.10 30/31] x86: mm: move mmap_sem unlock from mm_fault_error() to caller Greg Kroah-Hartman
2015-04-26 13:48 ` [PATCH 3.10 01/31] conditionally define U32_MAX Greg Kroah-Hartman
2015-04-26 13:49 ` [PATCH 3.10 06/31] tcp: tcp_make_synack() should clear skb->tstamp Greg Kroah-Hartman
2015-04-27  4:02   ` Willy Tarreau
2015-04-27  4:23     ` Eric Dumazet
2015-04-27  4:45     ` David Miller
2015-04-26 13:49 ` [PATCH 3.10 14/31] serial: 8250_dw: Fix deadlock in LCR workaround Greg Kroah-Hartman
2015-04-26 13:49 ` [PATCH 3.10 22/31] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader Greg Kroah-Hartman
2015-04-26 13:49 ` [PATCH 3.10 23/31] netfilter: conntrack: disable generic tracking for known protocols Greg Kroah-Hartman
2015-04-26 13:49 ` [PATCH 3.10 29/31] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS Greg Kroah-Hartman
2015-04-26 13:49 ` [PATCH 3.10 31/31] sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel Greg Kroah-Hartman
2015-04-26 15:15 ` [PATCH 3.10 00/31] 3.10.76-stable review Guenter Roeck
2015-04-26 17:12   ` Greg Kroah-Hartman
2015-04-26 17:14     ` Guenter Roeck
2015-04-26 20:01 ` Guenter Roeck
2015-04-27 17:19 ` 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).