From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 4.14.201
Date: Wed, 14 Oct 2020 10:30:12 +0200 [thread overview]
Message-ID: <160266421346177@kroah.com> (raw)
I'm announcing the release of the 4.14.201 kernel.
All users of the 4.14 kernel series must upgrade.
The updated 4.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2
drivers/base/dd.c | 5
drivers/clk/samsung/clk-exynos4.c | 4
drivers/gpio/gpio-tc3589x.c | 2
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1
drivers/gpu/drm/drm_syncobj.c | 1
drivers/gpu/drm/sun4i/sun8i_mixer.c | 2
drivers/i2c/busses/i2c-cpm.c | 3
drivers/i2c/busses/i2c-meson.c | 19 +
drivers/input/mouse/trackpoint.c | 2
drivers/input/serio/i8042-x86ia64io.h | 7
drivers/iommu/exynos-iommu.c | 8
drivers/mmc/core/queue.c | 2
drivers/mtd/nand/sunxi_nand.c | 2
drivers/net/bonding/bond_main.c | 1
drivers/net/ethernet/dec/tulip/de2104x.c | 2
drivers/net/ethernet/renesas/ravb_main.c | 110 +++----
drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 15 -
drivers/net/macsec.c | 4
drivers/net/phy/Kconfig | 1
drivers/net/team/team.c | 3
drivers/net/usb/ax88179_178a.c | 1
drivers/net/usb/rndis_host.c | 2
drivers/net/usb/rtl8150.c | 16 -
drivers/net/wan/hdlc_cisco.c | 1
drivers/net/wan/hdlc_fr.c | 6
drivers/net/wan/hdlc_ppp.c | 1
drivers/net/wan/lapbether.c | 4
drivers/nvme/host/fc.c | 6
drivers/pinctrl/mvebu/pinctrl-armada-xp.c | 2
drivers/platform/x86/Kconfig | 1
drivers/platform/x86/thinkpad_acpi.c | 6
drivers/spi/spi-fsl-espi.c | 5
drivers/usb/gadget/function/f_ncm.c | 30 --
drivers/vhost/vsock.c | 94 +++---
drivers/video/console/newport_con.c | 7
drivers/video/fbdev/core/fbcon.c | 12
drivers/video/fbdev/core/fbcon.h | 7
drivers/video/fbdev/core/fbcon_rotate.c | 1
drivers/video/fbdev/core/tileblit.c | 1
fs/btrfs/ctree.h | 1
fs/btrfs/disk-io.c | 1
fs/btrfs/inode.c | 25 -
fs/btrfs/ioctl.c | 16 +
fs/cifs/smb2ops.c | 2
fs/eventpoll.c | 71 ++---
fs/nfs/dir.c | 3
include/linux/font.h | 13
include/linux/khugepaged.h | 5
include/linux/virtio_vsock.h | 3
include/net/xfrm.h | 16 -
kernel/events/core.c | 5
kernel/trace/ftrace.c | 8
kernel/umh.c | 9
lib/fonts/font_10x18.c | 9
lib/fonts/font_6x10.c | 9
lib/fonts/font_6x11.c | 9
lib/fonts/font_7x14.c | 9
lib/fonts/font_8x16.c | 9
lib/fonts/font_8x8.c | 9
lib/fonts/font_acorn_8x8.c | 9
lib/fonts/font_mini_4x6.c | 8
lib/fonts/font_pearl_8x8.c | 9
lib/fonts/font_sun12x22.c | 9
lib/fonts/font_sun8x16.c | 7
lib/random32.c | 2
mm/khugepaged.c | 25 +
mm/page_alloc.c | 3
net/mac80211/vht.c | 8
net/netfilter/nf_conntrack_netlink.c | 2
net/openvswitch/conntrack.c | 22 -
net/packet/af_packet.c | 9
net/rxrpc/conn_event.c | 6
net/rxrpc/key.c | 18 -
net/sctp/auth.c | 1
net/vmw_vsock/virtio_transport.c | 265 ++++++++++++-------
net/vmw_vsock/virtio_transport_common.c | 13
net/wireless/nl80211.c | 3
net/xfrm/xfrm_state.c | 41 ++
tools/perf/builtin-top.c | 4
81 files changed, 647 insertions(+), 450 deletions(-)
Aaron Ma (1):
platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse
Al Viro (4):
epoll: do not insert into poll queues until all sanity checks are done
epoll: replace ->visited/visited_list with generation count
epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
ep_create_wakeup_source(): dentry name can change under you...
Anant Thazhemadam (3):
net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()
net: team: fix memory leak in __team_options_register
net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails
Antony Antony (3):
xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrate
xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrate
xfrm: clone whole liftime_cur structure in xfrm_do_migrate
Bryan O'Donoghue (1):
USB: gadget: f_ncm: Fix NDP16 datagram validation
Chris Packham (2):
spi: fsl-espi: Only process interrupts for expected events
pinctrl: mvebu: Fix i2c sda definition for 98DX3236
Coly Li (1):
mmc: core: don't set limits.discard_granularity as 0
David Howells (3):
rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
rxrpc: Fix some missing _bh annotations on locking conn->state_lock
rxrpc: Fix server keyring leak
Dumitru Ceara (1):
openvswitch: handle DNAT tuple collision
Eric Dumazet (4):
macsec: avoid use-after-free in macsec_handle_frame()
sctp: fix sctp_auth_init_hmacs() error path
team: set dev->needed_headroom in team_setup_by_port()
bonding: set dev->needed_headroom in bond_setup_by_slave()
Felix Fietkau (1):
mac80211: do not allow bigger VHT MPDUs than the hardware supports
Geert Uytterhoeven (1):
Revert "ravb: Fixed to be able to unload modules"
Giuliano Procida (1):
drm/syncobj: Fix drm_syncobj_handle_to_fd refcount leak
Greg Kroah-Hartman (1):
Linux 4.14.201
Herbert Xu (1):
xfrm: Use correct address family in xfrm_state_find
Hugh Dickins (1):
mm/khugepaged: fix filemap page_to_pgoff(page) != offset
James Smart (1):
nvme-fc: fail new connections to a deleted host or remote port
Jean Delvare (1):
drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config
Jeffrey Mitchell (1):
nfs: Fix security label length not being reset
Jerome Brunet (1):
i2c: meson: fix clock setting overwrite
Jiri Kosina (1):
Input: i8042 - add nopnp quirk for Acer Aspire 5 A515
Kajol Jain (1):
perf: Fix task_function_call() error handling
Linus Torvalds (1):
usermodehelper: reset umask to default before executing user process
Lucy Yan (1):
net: dec: de2104x: Increase receive ring size for Tulip
Marc Dionne (1):
rxrpc: Fix rxkad token xdr encoding
Marek Szyprowski (1):
clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED
Martin Cerveny (1):
drm/sun4i: mixer: Extend regmap max_register
Miquel Raynal (1):
mtd: rawnand: sunxi: Fix the probe error path
Necip Fazil Yildiran (1):
platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOP
Nicolas VINCENT (1):
i2c: cpm: Fix i2c_ram structure
Olympia Giannou (1):
rndis_host: increase sleep time in the query-response loop
Or Cohen (1):
net/packet: fix overflow in tpacket_rcv
Peilin Ye (3):
fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
fbcon: Fix global-out-of-bounds read in fbcon_get_font()
Philip Yang (1):
drm/amdgpu: prevent double kfree ttm->sg
Randy Dunlap (1):
mdio: fix mdio-thunder.c dependency & build error
Robbie Ko (1):
Btrfs: fix unexpected failure of nocow buffered writes after snapshotting when low on space
Sebastien Boeuf (1):
net: virtio_vsock: Enhance connection semantics
Stefano Garzarella (3):
vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
vsock/virtio: stop workers during the .remove()
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Steven Rostedt (VMware) (1):
ftrace: Move RCU is watching check after recursion check
Tetsuo Handa (1):
driver core: Fix probe_count imbalance in really_probe()
Thibaut Sautereau (1):
random32: Restore __latent_entropy attribute on net_rand_state
Tom Rix (1):
platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
Tommi Rantala (1):
perf top: Fix stdio interface input handling with glibc 2.28+
Vijay Balakrishna (1):
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
Vincent Huang (1):
Input: trackpoint - enable Synaptics trackpoints
Vladimir Zapolskiy (1):
cifs: Fix incomplete memory allocation on setxattr path
Voon Weifeng (1):
net: stmmac: removed enabling eee in EEE set callback
Wilken Gottwalt (1):
net: usb: ax88179_178a: fix missing stop entry in driver_info
Will McVicker (1):
netfilter: ctnetlink: add a range check for l3/l4 protonum
Xie He (3):
drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devices
drivers/net/wan/lapbether: Make skb->protocol consistent with the header
drivers/net/wan/hdlc: Set skb->protocol before transmitting
Yu Kuai (1):
iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()
dillon min (1):
gpio: tc35894: fix up tc35894 interrupt configuration
next reply other threads:[~2020-10-14 8:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-14 8:30 Greg Kroah-Hartman [this message]
2020-10-14 8:30 ` Linux 4.14.201 Greg Kroah-Hartman
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=160266421346177@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.