All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 3.19 00/27] 3.19.6-stable review
Date: Sun, 26 Apr 2015 16:15:31 +0200	[thread overview]
Message-ID: <20150426134603.371719585@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 3.19.6 release.
There are 27 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:45:45 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.19.6-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.19.6-rc1

Jann Horn <jann@thejh.net>
    fs: take i_mutex during prepare_binprm for set[ug]id executables

Troy Tan <troy_tan@realsil.com.cn>
    rtlwifi: rtl8192ee: Fix handling of new style descriptors

Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    mm/hugetlb: take page table lock in follow_huge_pmd()

Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    mm/hugetlb: reduce arch dependent code around follow_huge_*

Ian Abbott <abbotti@mev.co.uk>
    staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel

Radim Krčmář <rkrcmar@redhat.com>
    KVM: nVMX: mask unrestricted_guest if disabled on L0

Jun'ichi Nomura \\\\(NEC\\\\) <j-nomura@ce.jp.nec.com>
    tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()

Ben Hutchings <ben.hutchings@codethink.co.uk>
    usbnet: Fix tx_bytes statistic running backward in cdc_ncm

Ben Hutchings <ben.hutchings@codethink.co.uk>
    usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers

Jesse Gross <jesse@nicira.com>
    udptunnels: Call handle_offloads after inserting vlan tag.

Herbert Xu <herbert@gondor.apana.org.au>
    skbuff: Do not scrub skb mark within the same name space

Herbert Xu <herbert@gondor.apana.org.au>
    Revert "net: Reset secmark when scrubbing packet"

Alexei Starovoitov <ast@plumgrid.com>
    bpf: fix verifier memory corruption

Eric Dumazet <edumazet@google.com>
    bnx2x: Fix busy_poll vs netpoll

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

Jack Morgenstein <jackm@dev.mellanox.co.il>
    net/mlx4_core: Fix error message deprecation for ConnectX-2 cards

hannes@stressinduktion.org <hannes@stressinduktion.org>
    ipv6: protect skb->sk accesses from recursive dereference inside the stack

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

Jonathan Davies <jonathan.davies@citrix.com>
    xen-netfront: transmit fully GSO-sized packets

Thomas Graf <tgraf@suug.ch>
    openvswitch: Return vport module ref before destruction

Anton Nayshtut <anton@swortex.com>
    bonding: Bonding Overriding Configuration logic restored.

Alexey Kodanev <alexey.kodanev@oracle.com>
    net: tcp6: fix double call of tcp_v6_fill_cb()

Alex Gartrell <agartrell@fb.com>
    tun: return proper error code from tun_do_read

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

Ido Shamay <idos@mellanox.com>
    net/mlx4_en: Call register_netdevice in the proper location

Simon Horman <simon.horman@netronome.com>
    rocker: handle non-bridge master change

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


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

Diffstat:

 Makefile                                        |   4 +-
 arch/arm/mm/hugetlbpage.c                       |   6 --
 arch/arm64/mm/hugetlbpage.c                     |   6 --
 arch/ia64/mm/hugetlbpage.c                      |   6 --
 arch/metag/mm/hugetlbpage.c                     |   6 --
 arch/mips/mm/hugetlbpage.c                      |  18 ----
 arch/powerpc/mm/hugetlbpage.c                   |   8 ++
 arch/s390/mm/hugetlbpage.c                      |  20 ----
 arch/sh/mm/hugetlbpage.c                        |  12 ---
 arch/sparc/mm/hugetlbpage.c                     |  12 ---
 arch/tile/mm/hugetlbpage.c                      |  28 -----
 arch/x86/kvm/vmx.c                              |   7 +-
 arch/x86/mm/hugetlbpage.c                       |  12 ---
 drivers/net/bonding/bond_main.c                 |   3 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h     | 137 +++++++++---------------
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c |   9 +-
 drivers/net/ethernet/broadcom/tg3.c             |   2 +
 drivers/net/ethernet/mellanox/mlx4/cmd.c        |   3 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  |  15 +--
 drivers/net/ethernet/rocker/rocker.c            |   8 +-
 drivers/net/tun.c                               |   2 +-
 drivers/net/usb/asix_common.c                   |   2 +
 drivers/net/usb/cdc_ncm.c                       |   6 +-
 drivers/net/usb/sr9800.c                        |   1 +
 drivers/net/usb/usbnet.c                        |  17 ++-
 drivers/net/vxlan.c                             |  20 ++--
 drivers/net/wireless/rtlwifi/pci.c              |  31 ++++--
 drivers/net/wireless/rtlwifi/rtl8192ee/sw.c     |   3 +-
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.c    |   7 +-
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.h    |   2 +-
 drivers/net/wireless/rtlwifi/wifi.h             |   1 +
 drivers/net/xen-netfront.c                      |   5 +-
 drivers/staging/comedi/drivers/adv_pci1710.c    |   3 +-
 fs/exec.c                                       |  76 ++++++++-----
 include/linux/hugetlb.h                         |   8 +-
 include/linux/netdevice.h                       |   6 ++
 include/linux/swapops.h                         |   4 +
 include/linux/usb/usbnet.h                      |  16 ++-
 include/net/ip.h                                |  16 ---
 include/net/ip6_route.h                         |   3 +-
 include/net/sock.h                              |   2 +
 kernel/bpf/verifier.c                           |   3 +-
 mm/gup.c                                        |  25 ++---
 mm/hugetlb.c                                    |  74 ++++++++-----
 mm/migrate.c                                    |   5 +-
 net/core/dev.c                                  |   4 +-
 net/core/skbuff.c                               |  10 +-
 net/core/sock.c                                 |  19 ++++
 net/ipv4/geneve.c                               |   8 +-
 net/ipv4/tcp_input.c                            |   7 +-
 net/ipv4/tcp_ipv4.c                             |   2 +-
 net/ipv4/tcp_output.c                           |   2 +
 net/ipv6/ip6_output.c                           |   3 +-
 net/ipv6/ndisc.c                                |   9 +-
 net/ipv6/tcp_ipv6.c                             |  13 ++-
 net/openvswitch/vport.c                         |   4 +-
 56 files changed, 358 insertions(+), 383 deletions(-)



             reply	other threads:[~2015-04-26 14:16 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-26 14:15 Greg Kroah-Hartman [this message]
2015-04-26 14:15 ` [PATCH 3.19 01/27] tcp: prevent fetching dst twice in early demux code Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 02/27] rocker: handle non-bridge master change Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 03/27] net/mlx4_en: Call register_netdevice in the proper location Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 04/27] ipv6: Dont reduce hop limit for an interface Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 05/27] tun: return proper error code from tun_do_read Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 06/27] net: tcp6: fix double call of tcp_v6_fill_cb() Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 07/27] bonding: Bonding Overriding Configuration logic restored Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 08/27] openvswitch: Return vport module ref before destruction Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 09/27] xen-netfront: transmit fully GSO-sized packets Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 10/27] tcp: fix FRTO undo on cumulative ACK of SACKed range Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 11/27] ipv6: protect skb->sk accesses from recursive dereference inside the stack Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 12/27] net/mlx4_core: Fix error message deprecation for ConnectX-2 cards Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 13/27] tcp: tcp_make_synack() should clear skb->tstamp Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 14/27] bnx2x: Fix busy_poll vs netpoll Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 15/27] bpf: fix verifier memory corruption Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 16/27] Revert "net: Reset secmark when scrubbing packet" Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 18/27] udptunnels: Call handle_offloads after inserting vlan tag Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 21/27] tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one() Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 23/27] staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 24/27] mm/hugetlb: reduce arch dependent code around follow_huge_* Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 25/27] mm/hugetlb: take page table lock in follow_huge_pmd() Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 26/27] rtlwifi: rtl8192ee: Fix handling of new style descriptors Greg Kroah-Hartman
2015-04-26 14:15 ` [PATCH 3.19 27/27] fs: take i_mutex during prepare_binprm for set[ug]id executables Greg Kroah-Hartman
2015-04-26 20:04 ` [PATCH 3.19 00/27] 3.19.6-stable review Guenter Roeck
2015-04-27 17:20 ` Shuah Khan

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=20150426134603.371719585@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=shuah.kh@samsung.com \
    --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.