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, patches@kernelci.org,
ben.hutchings@codethink.co.uk, stable@vger.kernel.org
Subject: [PATCH 4.4 00/28] 4.4.38-stable review
Date: Fri, 9 Dec 2016 17:17:42 +0100 [thread overview]
Message-ID: <20161209161747.923205441@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.4.38 release.
There are 28 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 Sun Dec 11 16:17:32 UTC 2016.
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/v4.x/stable-review/patch-4.4.38-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.4.38-rc1
Tobias Brunner <tobias@strongswan.org>
esp6: Fix integrity verification when ESN are used
Tobias Brunner <tobias@strongswan.org>
esp4: Fix integrity verification when ESN are used
Eli Cooper <elicooper@gmx.com>
ipv4: Set skb->protocol properly for local output
Eli Cooper <elicooper@gmx.com>
ipv6: Set skb->protocol properly for local output
Al Viro <viro@zeniv.linux.org.uk>
constify iov_iter_count() and iter_is_iovec()
Linus Torvalds <torvalds@linux-foundation.org>
Don't feed anything but regular iovec's to blk_rq_map_user_iov
Thomas Tai <thomas.tai@oracle.com>
sparc64: fix compile warning section mismatch in find_node()
Thomas Tai <thomas.tai@oracle.com>
sparc64: Fix find_node warning if numa node cannot be found
Andreas Larsson <andreas@gaisler.com>
sparc32: Fix inverted invalid_frame_pointer checks on sigreturns
Kees Cook <keescook@chromium.org>
net: ping: check minimum size on ICMP header length
Eric Dumazet <edumazet@google.com>
net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
Sabrina Dubroca <sd@queasysnail.net>
geneve: avoid use-after-free of skb->data
Chris Brandt <chris.brandt@renesas.com>
sh_eth: remove unchecked interrupts for RZ/A1
Florian Fainelli <f.fainelli@gmail.com>
net: bcmgenet: Utilize correct struct device for all DMA operations
Philip Pettersson <philip.pettersson@gmail.com>
packet: fix race condition in packet_set_ring
Eric Dumazet <edumazet@google.com>
net/dccp: fix use-after-free in dccp_invalid_packet
Herbert Xu <herbert@gondor.apana.org.au>
netlink: Do not schedule work from sk_destruct
Herbert Xu <herbert@gondor.apana.org.au>
netlink: Call cb->done from a worker thread
Amir Vadai <amir@vadai.me>
net/sched: pedit: make sure that offset is valid
Daniel Borkmann <daniel@iogearbox.net>
net, sched: respect rcu grace period on cls destruction
Florian Fainelli <f.fainelli@gmail.com>
net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link change
Guillaume Nault <g.nault@alphalink.fr>
l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()
Sabrina Dubroca <sd@queasysnail.net>
rtnetlink: fix FDB size computation
WANG Cong <xiyou.wangcong@gmail.com>
af_unix: conditionally use freezable blocking calls in read
Jeremy Linton <jeremy.linton@arm.com>
net: sky2: Fix shutdown crash
Paolo Abeni <pabeni@redhat.com>
ip6_tunnel: disable caching when the traffic class is inherited
WANG Cong <xiyou.wangcong@gmail.com>
net: check dead netns for peernet2id_alloc()
Eric Dumazet <edumazet@google.com>
virtio-net: add a missing synchronize_net()
-------------
Diffstat:
Makefile | 4 +-
arch/sparc/kernel/signal_32.c | 4 +-
arch/sparc/mm/init_64.c | 71 +++++++++++++++++++++++---
block/blk-map.c | 3 ++
drivers/net/dsa/bcm_sf2.c | 4 ++
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 8 +--
drivers/net/ethernet/marvell/sky2.c | 13 +++++
drivers/net/ethernet/renesas/sh_eth.c | 2 +-
drivers/net/geneve.c | 14 ++---
drivers/net/virtio_net.c | 5 ++
include/linux/uio.h | 4 +-
net/core/net_namespace.c | 2 +
net/core/rtnetlink.c | 5 +-
net/core/sock.c | 4 +-
net/dccp/ipv4.c | 12 +++--
net/ipv4/esp4.c | 2 +-
net/ipv4/ip_output.c | 3 ++
net/ipv4/ping.c | 4 ++
net/ipv6/esp6.c | 2 +-
net/ipv6/ip6_tunnel.c | 13 ++++-
net/ipv6/output_core.c | 2 +
net/l2tp/l2tp_ip.c | 5 +-
net/l2tp/l2tp_ip6.c | 5 +-
net/netlink/af_netlink.c | 21 +++++++-
net/netlink/af_netlink.h | 2 +
net/packet/af_packet.c | 18 ++++---
net/sched/act_pedit.c | 24 +++++++--
net/sched/cls_basic.c | 4 --
net/sched/cls_bpf.c | 4 --
net/sched/cls_cgroup.c | 7 ++-
net/sched/cls_flow.c | 1 -
net/sched/cls_flower.c | 31 +++++++++--
net/sched/cls_rsvp.h | 3 +-
net/sched/cls_tcindex.c | 1 -
net/unix/af_unix.c | 17 +++---
35 files changed, 243 insertions(+), 81 deletions(-)
next reply other threads:[~2016-12-09 16:18 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20161209161807epcas5p2a4f0544b5e462fc831c24de653b6785e@epcas5p2.samsung.com>
2016-12-09 16:17 ` Greg Kroah-Hartman [this message]
2016-12-09 16:17 ` [PATCH 4.4 01/28] virtio-net: add a missing synchronize_net() Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 02/28] net: check dead netns for peernet2id_alloc() Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 03/28] ip6_tunnel: disable caching when the traffic class is inherited Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 04/28] net: sky2: Fix shutdown crash Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 05/28] af_unix: conditionally use freezable blocking calls in read Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 06/28] rtnetlink: fix FDB size computation Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 07/28] l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 08/28] net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link change Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 09/28] net, sched: respect rcu grace period on cls destruction Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 10/28] net/sched: pedit: make sure that offset is valid Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 11/28] netlink: Call cb->done from a worker thread Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 12/28] netlink: Do not schedule work from sk_destruct Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 13/28] net/dccp: fix use-after-free in dccp_invalid_packet Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 14/28] packet: fix race condition in packet_set_ring Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 15/28] net: bcmgenet: Utilize correct struct device for all DMA operations Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 16/28] sh_eth: remove unchecked interrupts for RZ/A1 Greg Kroah-Hartman
2016-12-09 16:17 ` [PATCH 4.4 17/28] geneve: avoid use-after-free of skb->data Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 18/28] net: avoid signed overflows for SO_{SND|RCV}BUFFORCE Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 19/28] net: ping: check minimum size on ICMP header length Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 20/28] sparc32: Fix inverted invalid_frame_pointer checks on sigreturns Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 21/28] sparc64: Fix find_node warning if numa node cannot be found Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 22/28] sparc64: fix compile warning section mismatch in find_node() Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 23/28] Dont feed anything but regular iovecs to blk_rq_map_user_iov Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 24/28] constify iov_iter_count() and iter_is_iovec() Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 25/28] ipv6: Set skb->protocol properly for local output Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 26/28] ipv4: " Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 27/28] esp4: Fix integrity verification when ESN are used Greg Kroah-Hartman
2016-12-09 16:18 ` [PATCH 4.4 28/28] esp6: " Greg Kroah-Hartman
2016-12-09 18:22 ` [PATCH 4.4 00/28] 4.4.38-stable review Shuah Khan
2016-12-09 22:35 ` Guenter Roeck
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=20161209161747.923205441@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--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 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).