From: Ben Hutchings <ben@decadent.org.uk>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: torvalds@linux-foundation.org, Guenter Roeck <linux@roeck-us.net>,
akpm@linux-foundation.org, Denis Kirjanov <kda@linux-powerpc.org>
Subject: [PATCH 3.16 00/10] 3.16.69-rc1 review
Date: Tue, 18 Jun 2019 15:27:59 +0100 [thread overview]
Message-ID: <lsq.1560868079.359853905@decadent.org.uk> (raw)
This is the start of the stable review cycle for the 3.16.69 release.
There are 10 patches in this series, which will be posted as responses
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Thu Jun 20 14:27:59 UTC 2019.
Anything received after that time might be too late.
All the patches have also been committed to the linux-3.16.y-rc branch of
https://git.kernel.org/pub/scm/linux/kernel/git/bwh/linux-stable-rc.git .
A shortlog and diffstat can be found below.
Ben.
-------------
Dan Carpenter (1):
drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl
[6a024330650e24556b8a18cc654ad00cfecf6c6c]
Eric Dumazet (4):
tcp: add tcp_min_snd_mss sysctl
[5f3e2bf008c2221478101ee72f5cb4654b9fc363]
tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
[967c05aee439e6e5d7d805e195b3a20ef5c433d6]
tcp: limit payload size of sacked skbs
[3b4929f65b0d8249f19a50245cd88ed1a2f78cff]
tcp: tcp_fragment() should apply sane memory limits
[f070ef2ac66716357066b683fb0baf55f8191a2e]
Jason Yan (1):
scsi: megaraid_sas: return error when create DMA pool failed
[bcf3b67d16a4c8ffae0aa79de5853435e683945c]
Jiri Kosina (1):
mm/mincore.c: make mincore() more conservative
[134fca9063ad4851de767d1768180e5dede9a881]
Oleg Nesterov (1):
mm: introduce vma_is_anonymous(vma) helper
[b5330628546616af14ff23075fbf8d4ad91f6e25]
Sriram Rajagopalan (1):
ext4: zero out the unused memory region in the extent tree block
[592acbf16821288ecdc4192c47e3774a4c48bb64]
Young Xiao (1):
Bluetooth: hidp: fix buffer overflow
[a1616a5ac99ede5d605047a9012481ce7ff18b16]
Documentation/networking/ip-sysctl.txt | 8 ++++++++
Makefile | 4 ++--
drivers/scsi/megaraid/megaraid_sas_base.c | 1 +
drivers/virt/fsl_hypervisor.c | 3 +++
fs/ext4/extents.c | 17 +++++++++++++++--
include/linux/mm.h | 5 +++++
include/linux/tcp.h | 3 +++
include/net/tcp.h | 3 +++
include/uapi/linux/snmp.h | 1 +
mm/memory.c | 8 ++++----
mm/mincore.c | 21 +++++++++++++++++++++
net/bluetooth/hidp/sock.c | 1 +
net/ipv4/proc.c | 1 +
net/ipv4/sysctl_net_ipv4.c | 11 +++++++++++
net/ipv4/tcp.c | 1 +
net/ipv4/tcp_input.c | 27 ++++++++++++++++++++++-----
net/ipv4/tcp_output.c | 9 +++++++--
net/ipv4/tcp_timer.c | 1 +
18 files changed, 110 insertions(+), 15 deletions(-)
--
Ben Hutchings
I'm always amazed by the number of people who take up solipsism because
they heard someone else explain it. - E*Borg on alt.fan.pratchett
next reply other threads:[~2019-06-18 14:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-18 14:27 Ben Hutchings [this message]
2019-06-18 14:28 ` [PATCH 3.16 01/10] mm: introduce vma_is_anonymous(vma) helper Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 07/10] tcp: limit payload size of sacked skbs Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 03/10] drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 04/10] scsi: megaraid_sas: return error when create DMA pool failed Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 09/10] tcp: add tcp_min_snd_mss sysctl Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 10/10] tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 08/10] tcp: tcp_fragment() should apply sane memory limits Ben Hutchings
2019-07-02 2:51 ` Florian Fainelli
2019-07-05 14:54 ` Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 06/10] Bluetooth: hidp: fix buffer overflow Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 05/10] ext4: zero out the unused memory region in the extent tree block Ben Hutchings
2019-06-18 14:28 ` [PATCH 3.16 02/10] mm/mincore.c: make mincore() more conservative Ben Hutchings
2019-06-19 21:58 ` [PATCH 3.16 00/10] 3.16.69-rc1 review Guenter Roeck
2019-06-19 22:02 ` Ben Hutchings
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=lsq.1560868079.359853905@decadent.org.uk \
--to=ben@decadent.org.uk \
--cc=akpm@linux-foundation.org \
--cc=kda@linux-powerpc.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--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