I'm announcing the release of the 4.9.219 kernel.
All users of the 4.9 kernel series must upgrade.
The updated 4.9.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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
arch/arm64/kernel/head.S | 2
block/blk-mq-tag.c | 9 ++-
block/blk-mq.c | 4 +
drivers/char/random.c | 10 ---
drivers/clk/qcom/clk-rcg2.c | 2
drivers/gpu/drm/bochs/bochs_hw.c | 6 --
drivers/gpu/drm/drm_dp_mst_topology.c | 1
drivers/gpu/drm/etnaviv/etnaviv_buffer.c | 10 ++-
drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 2
drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 1
drivers/gpu/drm/etnaviv/etnaviv_mmu.c | 6 +-
drivers/gpu/drm/etnaviv/etnaviv_mmu.h | 2
drivers/gpu/drm/msm/msm_gem.c | 47 ++++++++++++++--
drivers/infiniband/core/cma.c | 1
drivers/infiniband/hw/hfi1/sysfs.c | 26 ++++++---
drivers/net/can/slcan.c | 4 -
drivers/net/dsa/bcm_sf2.c | 7 ++
drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c | 2
drivers/net/phy/micrel.c | 7 ++
drivers/usb/dwc3/gadget.c | 1
fs/ceph/super.c | 54 ++++++++++++-------
fs/ceph/super.h | 2
include/uapi/linux/coresight-stm.h | 6 +-
kernel/padata.c | 4 -
mm/mempolicy.c | 6 +-
net/bluetooth/rfcomm/tty.c | 4 -
net/dsa/tag_brcm.c | 4 -
net/ipv4/fib_trie.c | 3 +
net/ipv4/ip_tunnel.c | 6 --
net/l2tp/l2tp_core.c | 6 ++
net/l2tp/l2tp_core.h | 1
net/l2tp/l2tp_ppp.c | 8 +-
net/sctp/ipv6.c | 20 ++++---
net/sctp/protocol.c | 28 ++++++---
net/sctp/socket.c | 31 ++++++++--
sound/soc/jz4740/jz4740-i2s.c | 2
tools/accounting/getdelays.c | 2
38 files changed, 232 insertions(+), 107 deletions(-)
Arun KS (1):
arm64: Fix size of __early_cpu_boot_status
Avihai Horon (1):
RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
Daniel Jordan (1):
padata: always acquire cpu_hotplug_lock before pinst->lock
David Ahern (1):
tools/accounting/getdelays.c: fix netlink attribute length
Eugene Syromiatnikov (1):
coresight: do not use the BIT() macro in the UAPI header
Florian Fainelli (2):
net: dsa: tag_brcm: Fix skb->fwd_offload_mark location
net: dsa: bcm_sf2: Ensure correct sub-node is parsed
Gerd Hoffmann (1):
drm/bochs: downgrade pci_request_region failure from error to warning
Greg Kroah-Hartman (1):
Linux 4.9.219
Guillaume Nault (2):
l2tp: ensure sessions are freed after their PPPOL2TP socket
l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()
Hans Verkuil (1):
drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()
Ilya Dryomov (1):
ceph: canonicalize server path in place
Jason A. Donenfeld (1):
random: always use batched entropy for get_random_u{32,64}
Jianchao Wang (1):
blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter
Jisheng Zhang (1):
net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting
Kaike Wan (2):
IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
IB/hfi1: Fix memory leaks in sysfs registration and unregistration
Keith Busch (1):
blk-mq: Allow blocking queue tag iter callbacks
Lucas Stach (1):
drm/etnaviv: replace MMU flush marker with flush sequence
Marcelo Ricardo Leitner (1):
sctp: fix possibly using a bad saddr with a given dst
Oleksij Rempel (1):
net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before accessing PHY registers
Paul Cercueil (1):
ASoC: jz4740-i2s: Fix divider written at incorrect offset in register
Qian Cai (1):
ipv4: fix a RCU-list lock in fib_triestat_seq_show
Qiujun Huang (2):
sctp: fix refcount bug in sctp_wfree
Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
Randy Dunlap (1):
mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
Richard Palethorpe (1):
slcan: Don't transmit uninitialized stack data in padding
Rob Clark (2):
drm/msm: stop abusing dma_map/unmap for cache
drm/msm: Use the correct dma_sync calls in msm_gem
Roger Quadros (1):
usb: dwc3: don't set gadget->is_otg flag
Taniya Das (1):
clk: qcom: rcg: Return failure for RCG update
William Dauchy (1):
net, ip_tunnel: fix interface lookup with no key
Xiubo Li (1):
ceph: remove the extra slashes in the server path
Currently when running the samples/watchdog/watchdog-simple.c
application and forcing a kernel crash by doing:
# ./watchdog-simple &
# echo c > /proc/sysrq-trigger
The system does not reboot as expected.
Fix it by calling imx_sc_wdt_set_timeout() to configure the i.MX8QXP
watchdog with a proper timeout.
Cc: <stable(a)vger.kernel.org>
Fixes: 986857acbc9a ("watchdog: imx_sc: Add i.MX system controller watchdog support")
Reported-by: Breno Lima <breno.lima(a)nxp.com>
Signed-off-by: Fabio Estevam <festevam(a)gmail.com>
---
drivers/watchdog/imx_sc_wdt.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/watchdog/imx_sc_wdt.c b/drivers/watchdog/imx_sc_wdt.c
index 60a32469f7de..e9ee22a7cb45 100644
--- a/drivers/watchdog/imx_sc_wdt.c
+++ b/drivers/watchdog/imx_sc_wdt.c
@@ -175,6 +175,11 @@ static int imx_sc_wdt_probe(struct platform_device *pdev)
wdog->timeout = DEFAULT_TIMEOUT;
watchdog_init_timeout(wdog, 0, dev);
+
+ ret = imx_sc_wdt_set_timeout(wdog, wdog->timeout);
+ if (ret)
+ return ret;
+
watchdog_stop_on_reboot(wdog);
watchdog_stop_on_unregister(wdog);
--
2.17.1
From: Samuel Neves <sneves(a)dei.uc.pt>
commit e78e5a91456fcecaa2efbb3706572fe043766f4d upstream.
In the __getcpu function, lsl is using the wrong target and destination
registers. Luckily, the compiler tends to choose %eax for both variables,
so it has been working so far.
Fixes: a582c540ac1b ("x86/vdso: Use RDPID in preference to LSL when available")
Signed-off-by: Samuel Neves <sneves(a)dei.uc.pt>
Signed-off-by: Thomas Gleixner <tglx(a)linutronix.de>
Acked-by: Andy Lutomirski <luto(a)kernel.org>
Cc: stable(a)vger.kernel.org
Link: https://lkml.kernel.org/r/20180901201452.27828-1-sneves@dei.uc.pt
Signed-off-by: Nobuhiro Iwamatsu (CIP) <nobuhiro1.iwamatsu(a)toshiba.co.jp>
---
arch/x86/include/asm/vgtod.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/include/asm/vgtod.h b/arch/x86/include/asm/vgtod.h
index 51e7533bbf79e..ef342818fcf11 100644
--- a/arch/x86/include/asm/vgtod.h
+++ b/arch/x86/include/asm/vgtod.h
@@ -86,7 +86,7 @@ static inline unsigned int __getcpu(void)
*
* If RDPID is available, use it.
*/
- alternative_io ("lsl %[p],%[seg]",
+ alternative_io ("lsl %[seg],%[p]",
".byte 0xf3,0x0f,0xc7,0xf8", /* RDPID %eax/rax */
X86_FEATURE_RDPID,
[p] "=a" (p), [seg] "r" (__PER_CPU_SEG));
--
2.26.0