From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.16.6
Date: Mon, 30 Apr 2018 05:21:53 -0700 [thread overview]
Message-ID: <20180430122153.GA7020@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 12071 bytes --]
I'm announcing the release of the 4.16.6 kernel.
All users of the 4.16 kernel series must upgrade.
The updated 4.16.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.16.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Documentation/networking/ip-sysctl.txt | 8
Makefile | 2
arch/s390/kernel/perf_cpum_cf_events.c | 8
arch/s390/kernel/uprobes.c | 9
drivers/acpi/acpi_video.c | 27 +
drivers/block/swim.c | 49 +-
drivers/block/swim3.c | 6
drivers/cdrom/cdrom.c | 2
drivers/char/tpm/tpm-interface.c | 131 +++++--
drivers/char/tpm/tpm.h | 1
drivers/char/tpm/tpm_crb.c | 108 ++++--
drivers/char/tpm/tpm_tis_core.c | 4
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 3
drivers/hwmon/k10temp.c | 17
drivers/message/fusion/mptsas.c | 1
drivers/net/bonding/bond_main.c | 3
drivers/net/ethernet/amd/xgbe/xgbe-common.h | 8
drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c | 16
drivers/net/ethernet/amd/xgbe/xgbe-main.c | 1
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 24 +
drivers/net/ethernet/amd/xgbe/xgbe-pci.c | 2
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 196 +++++++++--
drivers/net/ethernet/amd/xgbe/xgbe.h | 9
drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 8
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c | 16
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 49 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_nvm_defs.h | 2
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 11
drivers/net/ethernet/marvell/mvpp2.c | 12
drivers/net/ethernet/stmicro/stmmac/dwmac4.h | 2
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 7
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 7
drivers/net/ethernet/ti/cpsw.c | 2
drivers/net/macsec.c | 5
drivers/net/ppp/pppoe.c | 4
drivers/net/team/team.c | 38 +-
drivers/net/tun.c | 7
drivers/net/usb/qmi_wwan.c | 1
drivers/net/virtio_net.c | 79 ++--
drivers/net/vmxnet3/vmxnet3_drv.c | 17
drivers/net/vmxnet3/vmxnet3_int.h | 4
drivers/net/wireless/ath/ath10k/mac.c | 5
drivers/pinctrl/intel/pinctrl-intel.c | 23 -
drivers/s390/block/dasd_alias.c | 13
drivers/s390/cio/chsc.c | 14
drivers/s390/net/qeth_core.h | 2
drivers/s390/net/qeth_core_main.c | 115 ++----
include/linux/fsnotify_backend.h | 4
include/linux/hmm.h | 9
include/linux/if_vlan.h | 7
include/linux/tpm.h | 2
include/net/ife.h | 3
include/net/llc_conn.h | 1
kernel/kprobes.c | 2
kernel/trace/trace_entries.h | 2
net/core/dev.c | 2
net/core/neighbour.c | 40 +-
net/dns_resolver/dns_key.c | 12
net/ife/ife.c | 38 ++
net/ipv4/tcp.c | 8
net/ipv4/tcp_input.c | 7
net/ipv6/route.c | 2
net/ipv6/seg6_iptunnel.c | 2
net/l2tp/l2tp_core.c | 40 +-
net/l2tp/l2tp_core.h | 3
net/l2tp/l2tp_debugfs.c | 18 -
net/l2tp/l2tp_netlink.c | 11
net/l2tp/l2tp_ppp.c | 34 +
net/llc/af_llc.c | 14
net/llc/llc_c_ac.c | 9
net/llc/llc_conn.c | 22 +
net/packet/af_packet.c | 83 +++-
net/packet/internal.h | 10
net/sched/act_ife.c | 9
net/sctp/ipv6.c | 60 +--
net/smc/af_smc.c | 10
net/strparser/strparser.c | 9
net/tipc/netlink.c | 3
net/vmw_vsock/af_vsock.c | 6
security/commoncap.c | 2
80 files changed, 1083 insertions(+), 479 deletions(-)
Ahmed Abdelsalam (1):
ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
Alexander Aring (3):
net: sched: ife: signal not finding metaid
net: sched: ife: handle malformed tlv length
net: sched: ife: check on metadata length
André Wild (1):
s390/cpum_cf: rename IBM z13/z14 counter names
Bjørn Mork (1):
tun: fix vlan packet truncation
Cong Wang (3):
llc: delete timers synchronously in llc_sk_free()
llc: hold llc_sap before release_sock()
llc: fix NULL pointer deref for SOCK_ZAPPED
Dan Carpenter (2):
Revert "macsec: missing dev_put() on error in macsec_newlink()"
cdrom: information leak in cdrom_ioctl_media_changed()
Doron Roberts-Kedes (2):
strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
strparser: Fix incorrect strp->need_bytes value.
Eric Biggers (1):
KEYS: DNS: limit the length of option strings
Eric Dumazet (5):
ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
net: af_packet: fix race in PACKET_{R|T}X_RING
tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
tipc: add policy for TIPC_NLA_NET_ADDR
net: validate attribute sizes in neigh_dump_table()
Finn Thain (8):
m68k/mac: Don't remap SWIM MMIO region
block/swim: Check drive type
block/swim: Don't log an error message for an invalid ioctl
block/swim: Remove extra put_disk() call from error path
block/swim: Rename macros to avoid inconsistent inverted logic
block/swim: Select appropriate drive on device open
block/swim: Fix array bounds check
block/swim: Fix IO error at end of medium
Greg Kroah-Hartman (3):
Revert "pinctrl: intel: Initialize GPIO properly when used through irqchip"
Revert "mm/hmm: fix header file if/else/endif maze"
Linux 4.16.6
Guenter Roeck (2):
hwmon: (k10temp) Add temperature offset for Ryzen 2700X
hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
Guillaume Nault (6):
l2tp: check sockaddr length in pppol2tp_connect()
pppoe: check sockaddr length in pppoe_connect()
l2tp: hold reference on tunnels in netlink dumps
l2tp: hold reference on tunnels printed in pppol2tp proc file
l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
Hans de Goede (1):
ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
Heiko Carstens (1):
s390/uprobes: implement arch_uretprobe_is_alive()
Igor Russkikh (2):
net: aquantia: Regression on reset with 1.x firmware
net: aquantia: oops when shutdown on already stopped device
Ivan Khoronzhuk (1):
net: ethernet: ti: cpsw: fix tx vlan priority mapping
James Bottomley (1):
tpm: add retry logic
Jann Horn (1):
tcp: don't read out-of-bounds opsize
Jason Wang (1):
virtio-net: add missing virtqueue kick when flushing packets
Jose Abreu (1):
net: stmmac: Disable ACS Feature for GMAC >= 4
Julian Wiedmann (3):
s390/qeth: fix error handling in adapter command callbacks
s390/qeth: avoid control IO completion stalls
s390/qeth: handle failure on workqueue creation
Karthikeyan Periyasamy (1):
Revert "ath10k: send (re)assoc peer command when NSS changed"
Martin K. Petersen (1):
scsi: mptsas: Disable WRITE SAME
Maxime Chevallier (1):
net: mvpp2: Fix DMA address mask size
Michael S. Tsirkin (2):
virtio_net: split out ctrl buffer
virtio_net: fix adding vids on big-endian
Neil Armstrong (1):
drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic Meson GX SoCs
Olivier Gayot (1):
docs: ip-sysctl.txt: fix name of some ipv6 variables
Paolo Abeni (1):
team: avoid adding twice the same option to the event list
Pawel Dembicki (1):
net: qmi_wwan: add Wistron Neweb D19Q1
Paweł Jabłoński (1):
i40e: Fix attach VF to VM issue
Peter Xu (1):
tracing: Fix missing tab for hwlat_detector print format
Robert Kolchmeyer (1):
fsnotify: Fix fsnotify_mark_connector race
Ronak Doshi (1):
vmxnet3: fix incorrect dereference when rxvlan is disabled
Sebastian Ott (1):
s390/cio: update chpid descriptor after resource accessibility event
Soheil Hassas Yeganeh (1):
tcp: clear tp->packets_out when purging write queue
Stefan Haberland (1):
s390/dasd: fix IO error for newly defined devices
Stefan Hajnoczi (1):
VSOCK: make af_vsock.ko removable again
Tetsuo Handa (1):
commoncap: Handle memory allocation failure.
Thomas Richter (1):
kprobes: Fix random address output of blacklist file
Tom Lendacky (3):
amd-xgbe: Add pre/post auto-negotiation phy hooks
amd-xgbe: Improve KR auto-negotiation and training
amd-xgbe: Only use the SFP supported transceiver signals
Tomas Winkler (1):
tpm: cmd_ready command can be issued only after granting locality
Toshiaki Makita (1):
vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
Ursula Braun (1):
net/smc: fix shutdown in state SMC_LISTEN
Vasundhara Volam (1):
bnxt_en: Fix memory fault in bnxt_ethtool_init()
Willem de Bruijn (1):
packet: fix bitfield update race
Winkler, Tomas (1):
tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
Wolfgang Bumiller (1):
net: fix deadlock while clearing neighbor proxy table
Xin Long (3):
bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave
sctp: do not check port in sctp_inet6_cmp_addr
team: fix netconsole setup over team
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2018-04-30 12:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-30 12:21 Greg KH [this message]
2018-04-30 12:22 ` Linux 4.16.6 Greg KH
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=20180430122153.GA7020@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.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 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.