This is the start of the stable review cycle for the 5.4.55 release.
There are 19 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 Sat, 01 Aug 2020 07:44:05 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.55-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.4.55-rc1
Vladimir Oltean <vladimir.oltean(a)nxp.com>
Revert "dpaa_eth: fix usage as DSA master, try 3"
zhuguangqing <zhuguangqing(a)xiaomi.com>
PM: wakeup: Show statistics for deleted wakeup sources again
Peng Fan <peng.fan(a)nxp.com>
regmap: debugfs: check count when read regmap file
Kuniyuki Iwashima <kuniyu(a)amazon.co.jp>
udp: Improve load balancing for SO_REUSEPORT.
Kuniyuki Iwashima <kuniyu(a)amazon.co.jp>
udp: Copy has_conns in reuseport_grow().
Xin Long <lucien.xin(a)gmail.com>
sctp: shrink stream outq when fails to do addstream reconf
Xin Long <lucien.xin(a)gmail.com>
sctp: shrink stream outq only when new outcnt < old outcnt
Dan Carpenter <dan.carpenter(a)oracle.com>
AX.25: Prevent integer overflows in connect and sendmsg
Yuchung Cheng <ycheng(a)google.com>
tcp: allow at most one TLP probe per flight
David Howells <dhowells(a)redhat.com>
rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
Weilong Chen <chenweilong(a)huawei.com>
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Cong Wang <xiyou.wangcong(a)gmail.com>
qrtr: orphan socket in qrtr_release()
Miaohe Lin <linmiaohe(a)huawei.com>
net: udp: Fix wrong clean up for IS_UDPLITE macro
Xiongfeng Wang <wangxiongfeng2(a)huawei.com>
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
Wei Yongjun <weiyongjun1(a)huawei.com>
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
Xie He <xie.he.0141(a)gmail.com>
drivers/net/wan/x25_asy: Fix to make it work
Subash Abhinov Kasiviswanathan <subashab(a)codeaurora.org>
dev: Defer free of skbs in flush_backlog
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Fix out-of-bounds read in ax25_connect()
-------------
Diffstat:
Makefile | 4 ++--
drivers/base/power/wakeup.c | 3 +++
drivers/base/regmap/regmap-debugfs.c | 6 ++++++
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 2 +-
drivers/net/wan/x25_asy.c | 21 +++++++++++++-------
include/linux/tcp.h | 4 +++-
net/ax25/af_ax25.c | 10 ++++++++--
net/core/dev.c | 2 +-
net/core/net-sysfs.c | 2 +-
net/core/rtnetlink.c | 3 ++-
net/core/sock_reuseport.c | 1 +
net/ipv4/tcp_input.c | 11 ++++++-----
net/ipv4/tcp_output.c | 13 ++++++++-----
net/ipv4/udp.c | 17 +++++++++-------
net/ipv6/ip6_gre.c | 11 ++++++-----
net/ipv6/udp.c | 17 +++++++++-------
net/qrtr/qrtr.c | 1 +
net/rxrpc/recvmsg.c | 2 +-
net/rxrpc/sendmsg.c | 2 +-
net/sctp/stream.c | 27 +++++++++++++++++---------
20 files changed, 103 insertions(+), 56 deletions(-)
This is the start of the stable review cycle for the 5.7.12 release.
There are 20 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 Sat, 01 Aug 2020 07:44:05 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.7.12-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.7.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.7.12-rc1
Peng Fan <peng.fan(a)nxp.com>
regmap: debugfs: check count when read regmap file
Jens Axboe <axboe(a)kernel.dk>
io_uring: ensure double poll additions work with both request types
Tung Nguyen <tung.q.nguyen(a)dektech.com.au>
tipc: allow to build NACK message in link timeout function
Kuniyuki Iwashima <kuniyu(a)amazon.co.jp>
udp: Improve load balancing for SO_REUSEPORT.
Kuniyuki Iwashima <kuniyu(a)amazon.co.jp>
udp: Copy has_conns in reuseport_grow().
Xin Long <lucien.xin(a)gmail.com>
sctp: shrink stream outq when fails to do addstream reconf
Xin Long <lucien.xin(a)gmail.com>
sctp: shrink stream outq only when new outcnt < old outcnt
Dan Carpenter <dan.carpenter(a)oracle.com>
AX.25: Prevent integer overflows in connect and sendmsg
Yuchung Cheng <ycheng(a)google.com>
tcp: allow at most one TLP probe per flight
David Howells <dhowells(a)redhat.com>
rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
Weilong Chen <chenweilong(a)huawei.com>
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Cong Wang <xiyou.wangcong(a)gmail.com>
qrtr: orphan socket in qrtr_release()
Miaohe Lin <linmiaohe(a)huawei.com>
net: udp: Fix wrong clean up for IS_UDPLITE macro
Xiongfeng Wang <wangxiongfeng2(a)huawei.com>
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
wenxu <wenxu(a)ucloud.cn>
net/sched: act_ct: fix restore the qdisc_skb_cb after defrag
Wei Yongjun <weiyongjun1(a)huawei.com>
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
Xie He <xie.he.0141(a)gmail.com>
drivers/net/wan/x25_asy: Fix to make it work
Subash Abhinov Kasiviswanathan <subashab(a)codeaurora.org>
dev: Defer free of skbs in flush_backlog
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Fix out-of-bounds read in ax25_connect()
-------------
Diffstat:
Makefile | 4 +--
drivers/base/regmap/regmap-debugfs.c | 6 +++++
drivers/net/wan/x25_asy.c | 21 ++++++++++------
fs/io_uring.c | 47 ++++++++++++++++++++----------------
include/linux/tcp.h | 4 ++-
net/ax25/af_ax25.c | 10 ++++++--
net/core/dev.c | 2 +-
net/core/net-sysfs.c | 2 +-
net/core/rtnetlink.c | 3 ++-
net/core/sock_reuseport.c | 1 +
net/ipv4/tcp_input.c | 11 +++++----
net/ipv4/tcp_output.c | 13 ++++++----
net/ipv4/udp.c | 17 +++++++------
net/ipv6/ip6_gre.c | 11 +++++----
net/ipv6/udp.c | 17 +++++++------
net/qrtr/qrtr.c | 1 +
net/rxrpc/recvmsg.c | 2 +-
net/rxrpc/sendmsg.c | 2 +-
net/sched/act_ct.c | 16 ++++++++++--
net/sctp/stream.c | 27 ++++++++++++++-------
net/tipc/link.c | 2 +-
21 files changed, 140 insertions(+), 79 deletions(-)
This is the start of the stable review cycle for the 4.19.136 release.
There are 17 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 Sat, 01 Aug 2020 07:44:05 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.136-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.19.136-rc1
Peng Fan <peng.fan(a)nxp.com>
regmap: debugfs: check count when read regmap file
Weilong Chen <chenweilong(a)huawei.com>
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Kuniyuki Iwashima <kuniyu(a)amazon.co.jp>
udp: Improve load balancing for SO_REUSEPORT.
Kuniyuki Iwashima <kuniyu(a)amazon.co.jp>
udp: Copy has_conns in reuseport_grow().
Xin Long <lucien.xin(a)gmail.com>
sctp: shrink stream outq when fails to do addstream reconf
Xin Long <lucien.xin(a)gmail.com>
sctp: shrink stream outq only when new outcnt < old outcnt
Dan Carpenter <dan.carpenter(a)oracle.com>
AX.25: Prevent integer overflows in connect and sendmsg
Yuchung Cheng <ycheng(a)google.com>
tcp: allow at most one TLP probe per flight
David Howells <dhowells(a)redhat.com>
rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
Cong Wang <xiyou.wangcong(a)gmail.com>
qrtr: orphan socket in qrtr_release()
Miaohe Lin <linmiaohe(a)huawei.com>
net: udp: Fix wrong clean up for IS_UDPLITE macro
Xiongfeng Wang <wangxiongfeng2(a)huawei.com>
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
Wei Yongjun <weiyongjun1(a)huawei.com>
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
Xie He <xie.he.0141(a)gmail.com>
drivers/net/wan/x25_asy: Fix to make it work
Subash Abhinov Kasiviswanathan <subashab(a)codeaurora.org>
dev: Defer free of skbs in flush_backlog
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Fix out-of-bounds read in ax25_connect()
-------------
Diffstat:
Makefile | 4 ++--
drivers/base/regmap/regmap-debugfs.c | 6 ++++++
drivers/net/wan/x25_asy.c | 21 ++++++++++++++-------
include/linux/tcp.h | 4 +++-
net/ax25/af_ax25.c | 10 ++++++++--
net/core/dev.c | 2 +-
net/core/net-sysfs.c | 2 +-
net/core/rtnetlink.c | 3 ++-
net/core/sock_reuseport.c | 1 +
net/ipv4/tcp_input.c | 11 ++++++-----
net/ipv4/tcp_output.c | 13 ++++++++-----
net/ipv4/udp.c | 17 ++++++++++-------
net/ipv6/ip6_gre.c | 11 ++++++-----
net/ipv6/udp.c | 17 ++++++++++-------
net/qrtr/qrtr.c | 1 +
net/rxrpc/recvmsg.c | 2 +-
net/rxrpc/sendmsg.c | 2 +-
net/sctp/stream.c | 27 ++++++++++++++++++---------
18 files changed, 99 insertions(+), 55 deletions(-)
This is the start of the stable review cycle for the 4.4.232 release.
There are 54 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 Sat, 01 Aug 2020 07:44:05 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.232-rc…
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(a)linuxfoundation.org>
Linux 4.4.232-rc1
Masami Hiramatsu <mhiramat(a)kernel.org>
perf probe: Fix to check blacklist address correctly
Arnaldo Carvalho de Melo <acme(a)redhat.com>
perf annotate: Use asprintf when formatting objdump command line
Jiri Olsa <jolsa(a)kernel.org>
perf tools: Fix snprint warnings for gcc 8
Changbin Du <changbin.du(a)gmail.com>
perf: Make perf able to build with latest libbfd
Sergey Senozhatsky <sergey.senozhatsky(a)gmail.com>
tools/lib/subcmd/pager.c: do not alias select() params
Eric Sandeen <sandeen(a)redhat.com>
xfs: set format back to extents if xfs_bmap_extents_to_btree
Peng Fan <peng.fan(a)nxp.com>
regmap: debugfs: check count when read regmap file
Fangrui Song <maskray(a)google.com>
Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation
Xie He <xie.he.0141(a)gmail.com>
drivers/net/wan/x25_asy: Fix to make it work
Wei Yongjun <weiyongjun1(a)huawei.com>
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
David Howells <dhowells(a)redhat.com>
rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
Yuchung Cheng <ycheng(a)google.com>
tcp: allow at most one TLP probe per flight
Dan Carpenter <dan.carpenter(a)oracle.com>
AX.25: Prevent integer overflows in connect and sendmsg
Miaohe Lin <linmiaohe(a)huawei.com>
net: udp: Fix wrong clean up for IS_UDPLITE macro
Xiongfeng Wang <wangxiongfeng2(a)huawei.com>
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Fix out-of-bounds read in ax25_connect()
Mark O'Donovan <shiftee(a)posteo.net>
ath9k: Fix regression with Atheros 9271
Qiujun Huang <hqjagain(a)gmail.com>
ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb
John David Anglin <dave.anglin(a)bell.net>
parisc: Add atomic64_set_release() define to avoid CPU soft lockups
Hugh Dickins <hughd(a)google.com>
mm/memcg: fix refcount error while moving and swapping
Serge Semin <Sergey.Semin(a)baikalelectronics.ru>
serial: 8250_mtk: Fix high-speed baud rates clamping
Yang Yingliang <yangyingliang(a)huawei.com>
serial: 8250: fix null-ptr-deref in serial8250_start_tx()
Ian Abbott <abbotti(a)mev.co.uk>
staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shift
Ian Abbott <abbotti(a)mev.co.uk>
staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shift
Ian Abbott <abbotti(a)mev.co.uk>
staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG support
Ian Abbott <abbotti(a)mev.co.uk>
staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shift
Rustam Kovhaev <rkovhaev(a)gmail.com>
staging: wlan-ng: properly check endpoint types
Steve French <stfrench(a)microsoft.com>
Revert "cifs: Fix the target file was deleted when rename failed."
Arnd Bergmann <arnd(a)arndb.de>
x86: math-emu: Fix up 'cmp' insn for clang ias
Will Deacon <will(a)kernel.org>
arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP
Evgeny Novikov <novikov(a)ispras.ru>
usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()
Marc Kleine-Budde <mkl(a)pengutronix.de>
regmap: dev_get_regmap_match(): fix string comparison
Pi-Hsun Shih <pihsun(a)chromium.org>
scripts/decode_stacktrace: strip basepath from all paths
Wang Hai <wanghai38(a)huawei.com>
net: smc91x: Fix possible memory leak in smc_drv_probe()
Sergey Organov <sorganov(a)gmail.com>
net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configuration
George Kennedy <george.kennedy(a)oracle.com>
ax88172a: fix ax88172a_unbind() failures
Christophe JAILLET <christophe.jaillet(a)wanadoo.fr>
hippi: Fix a size used in a 'pci_free_consistent()' in an error handling path
Boris Burkov <boris(a)bur.io>
btrfs: fix mount failure caused by race with umount
Sebastian Andrzej Siewior <bigeasy(a)linutronix.de>
x86/fpu: Disable bottom halves while loading FPU registers
Filipe Manana <fdmanana(a)suse.com>
btrfs: fix double free on ulist after backref resolution failure
Hans de Goede <hdegoede(a)redhat.com>
ASoC: rt5670: Correct RT5670_LDO_SEL_MASK
Takashi Iwai <tiwai(a)suse.de>
ALSA: info: Drop WARN_ON() from buffer NULL sanity check
Oleg Nesterov <oleg(a)redhat.com>
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix GDB regression
Jiri Olsa <jolsa(a)kernel.org>
perf/core: Fix locking for children siblings group read
Olga Kornievskaia <kolga(a)netapp.com>
SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO compeletion")
Ben Skeggs <bskeggs(a)redhat.com>
drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
Tom Rix <trix(a)redhat.com>
net: sky2: initialize return of gm_phy_read
Xie He <xie.he.0141(a)gmail.com>
drivers/net/wan/lapbether: Fixed the value of hard_header_len
Max Filippov <jcmvbkbc(a)gmail.com>
xtensa: update *pos in cpuinfo_op.next
Max Filippov <jcmvbkbc(a)gmail.com>
xtensa: fix __sync_fetch_and_{and,or}_4 declarations
Tom Rix <trix(a)redhat.com>
scsi: scsi_transport_spi: Fix function pointer check
Markus Theil <markus.theil(a)tu-ilmenau.de>
mac80211: allow rx of mesh eapol frames with default rx key
Jacky Hu <hengqing.hu(a)gmail.com>
pinctrl: amd: fix npins for uart0 in kerncz_groups
-------------
Diffstat:
Makefile | 6 +--
arch/arm64/kernel/debug-monitors.c | 4 +-
arch/parisc/include/asm/atomic.h | 2 +
arch/x86/kernel/fpu/signal.c | 4 +-
arch/x86/math-emu/wm_sqrt.S | 2 +-
arch/xtensa/kernel/setup.c | 3 +-
arch/xtensa/kernel/xtensa_ksyms.c | 4 +-
drivers/base/regmap/regmap-debugfs.c | 6 +++
drivers/base/regmap/regmap.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c | 4 +-
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm204.c | 4 +-
drivers/net/ethernet/marvell/sky2.c | 2 +-
drivers/net/ethernet/smsc/smc91x.c | 4 +-
drivers/net/hippi/rrunner.c | 2 +-
drivers/net/phy/dp83640.c | 4 ++
drivers/net/usb/ax88172a.c | 1 +
drivers/net/wan/lapbether.c | 9 +++-
drivers/net/wan/x25_asy.c | 21 ++++++---
drivers/net/wireless/ath/ath9k/hif_usb.c | 52 +++++++++++++++++-----
drivers/net/wireless/ath/ath9k/hif_usb.h | 5 +++
drivers/pinctrl/pinctrl-amd.h | 2 +-
drivers/scsi/scsi_transport_spi.c | 2 +-
drivers/staging/comedi/drivers/addi_apci_1032.c | 20 ++++++---
drivers/staging/comedi/drivers/addi_apci_1500.c | 24 +++++++---
drivers/staging/comedi/drivers/addi_apci_1564.c | 20 ++++++---
drivers/staging/comedi/drivers/ni_6527.c | 2 +-
drivers/staging/wlan-ng/prism2usb.c | 16 ++++++-
drivers/tty/serial/8250/8250_core.c | 2 +-
drivers/tty/serial/8250/8250_mtk.c | 18 ++++++++
drivers/usb/gadget/udc/gr_udc.c | 7 ++-
fs/btrfs/backref.c | 1 +
fs/btrfs/volumes.c | 8 ++++
fs/cifs/inode.c | 10 +----
fs/nfs/direct.c | 13 ++----
fs/nfs/file.c | 1 -
fs/xfs/libxfs/xfs_bmap.c | 2 +
include/linux/tcp.h | 5 ++-
kernel/events/core.c | 5 +++
kernel/events/uprobes.c | 2 +-
mm/memcontrol.c | 4 +-
net/ax25/af_ax25.c | 10 ++++-
net/core/net-sysfs.c | 2 +-
net/ipv4/tcp_input.c | 11 ++---
net/ipv4/tcp_output.c | 13 +++---
net/ipv4/udp.c | 2 +-
net/ipv6/ip6_gre.c | 11 ++---
net/ipv6/udp.c | 2 +-
net/mac80211/rx.c | 26 +++++++++++
net/rxrpc/ar-output.c | 2 +-
net/rxrpc/ar-recvmsg.c | 2 +-
scripts/decode_stacktrace.sh | 4 +-
sound/core/info.c | 4 +-
sound/soc/codecs/rt5670.h | 2 +-
tools/perf/builtin-script.c | 24 +++++-----
tools/perf/tests/attr.c | 4 +-
tools/perf/tests/pmu.c | 2 +-
tools/perf/util/annotate.c | 14 ++++--
tools/perf/util/cgroup.c | 2 +-
tools/perf/util/pager.c | 5 ++-
tools/perf/util/parse-events.c | 4 +-
tools/perf/util/pmu.c | 2 +-
tools/perf/util/probe-event.c | 21 ++++++---
tools/perf/util/srcline.c | 16 ++++++-
63 files changed, 347 insertions(+), 143 deletions(-)
This is the start of the stable review cycle for the 4.14.191 release.
There are 14 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 Sat, 01 Aug 2020 07:44:05 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.191-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.14.191-rc1
Eric Sandeen <sandeen(a)redhat.com>
xfs: set format back to extents if xfs_bmap_extents_to_btree
Peng Fan <peng.fan(a)nxp.com>
regmap: debugfs: check count when read regmap file
Oscar Salvador <osalvador(a)techadventures.net>
mm/page_owner.c: remove drain_all_pages from init_early_allocated_pages
Yuchung Cheng <ycheng(a)google.com>
tcp: allow at most one TLP probe per flight
Weilong Chen <chenweilong(a)huawei.com>
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Wei Yongjun <weiyongjun1(a)huawei.com>
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
Dan Carpenter <dan.carpenter(a)oracle.com>
AX.25: Prevent integer overflows in connect and sendmsg
David Howells <dhowells(a)redhat.com>
rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
Miaohe Lin <linmiaohe(a)huawei.com>
net: udp: Fix wrong clean up for IS_UDPLITE macro
Xiongfeng Wang <wangxiongfeng2(a)huawei.com>
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
Xie He <xie.he.0141(a)gmail.com>
drivers/net/wan/x25_asy: Fix to make it work
Subash Abhinov Kasiviswanathan <subashab(a)codeaurora.org>
dev: Defer free of skbs in flush_backlog
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
Peilin Ye <yepeilin.cs(a)gmail.com>
AX.25: Fix out-of-bounds read in ax25_connect()
-------------
Diffstat:
Makefile | 4 ++--
drivers/base/regmap/regmap-debugfs.c | 6 ++++++
drivers/net/wan/x25_asy.c | 21 ++++++++++++++-------
fs/xfs/libxfs/xfs_bmap.c | 4 ++++
include/linux/tcp.h | 4 +++-
mm/page_owner.c | 1 -
net/ax25/af_ax25.c | 10 ++++++++--
net/core/dev.c | 2 +-
net/core/net-sysfs.c | 2 +-
net/core/rtnetlink.c | 3 ++-
net/ipv4/tcp_input.c | 11 ++++++-----
net/ipv4/tcp_output.c | 13 ++++++++-----
net/ipv4/udp.c | 2 +-
net/ipv6/ip6_gre.c | 11 ++++++-----
net/ipv6/udp.c | 2 +-
net/rxrpc/recvmsg.c | 2 +-
net/rxrpc/sendmsg.c | 2 +-
17 files changed, 65 insertions(+), 35 deletions(-)