lkml.org 
[lkml]   [2019]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.9.174
I'm announcing the release of the 4.9.174 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

------------

Documentation/usb/power-management.txt | 14 +-
Makefile | 2
arch/arm/mach-iop13xx/setup.c | 8 -
arch/arm/mach-iop13xx/tpmi.c | 10 -
arch/arm/plat-iop/adma.c | 6 -
arch/arm/plat-orion/common.c | 4
arch/arm64/include/asm/system_misc.h | 2
arch/arm64/mm/fault.c | 35 ++++--
arch/arm64/mm/kasan_init.c | 2
arch/arm64/mm/proc.S | 14 +-
arch/sh/boards/of-generic.c | 4
arch/x86/events/amd/core.c | 111 +++++++++++++++++++++-
arch/x86/include/asm/stacktrace.h | 5
arch/x86/kernel/acpi/wakeup_64.S | 9 +
arch/x86/kernel/cpu/mcheck/mce-severity.c | 5
arch/x86/kernel/unwind_frame.c | 20 +++
drivers/block/xsysace.c | 2
drivers/hid/hid-debug.c | 5
drivers/hid/hid-logitech-hidpp.c | 8 +
drivers/infiniband/ulp/srpt/ib_srpt.c | 11 ++
drivers/input/keyboard/snvs_pwrkey.c | 6 -
drivers/media/i2c/ov7670.c | 16 +--
drivers/net/bonding/bond_sysfs_slave.c | 4
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 9 +
drivers/net/ethernet/hisilicon/hns/hnae.c | 4
drivers/net/ethernet/hisilicon/hns/hns_enet.c | 12 --
drivers/net/ethernet/intel/igb/e1000_defines.h | 2
drivers/net/ethernet/intel/igb/igb_main.c | 57 +----------
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 6 -
drivers/net/ethernet/stmicro/stmmac/enh_desc.c | 12 +-
drivers/net/ethernet/stmicro/stmmac/norm_desc.c | 2
drivers/net/phy/marvell.c | 6 -
drivers/nvme/target/core.c | 20 +--
drivers/rtc/rtc-da9063.c | 7 +
drivers/rtc/rtc-sh.c | 2
drivers/scsi/scsi_devinfo.c | 1
drivers/scsi/scsi_dh.c | 1
drivers/scsi/storvsc_drv.c | 13 ++
drivers/staging/iio/addac/adt7316.c | 22 +++-
drivers/usb/core/driver.c | 13 --
drivers/usb/core/message.c | 4
drivers/usb/misc/yurex.c | 1
drivers/usb/storage/realtek_cr.c | 13 --
drivers/usb/usbip/stub_rx.c | 12 --
drivers/usb/usbip/usbip_common.h | 7 +
drivers/vfio/pci/vfio_pci.c | 4
drivers/w1/masters/ds2490.c | 6 -
fs/debugfs/inode.c | 13 +-
fs/hugetlbfs/inode.c | 20 ++-
fs/jffs2/readinode.c | 5
fs/jffs2/super.c | 5
include/linux/kasan.h | 1
include/linux/usb.h | 2
include/net/caif/cfpkt.h | 27 +++++
lib/Makefile | 1
lib/test_kasan.c | 2
mm/kasan/kasan.c | 9 +
mm/kasan/kasan_init.c | 15 +-
mm/kasan/report.c | 1
net/batman-adv/bridge_loop_avoidance.c | 16 ++-
net/batman-adv/translation-table.c | 32 ++++--
net/caif/cfctrl.c | 50 ++++-----
net/ipv4/ip_output.c | 1
net/ipv6/ip6_flowlabel.c | 22 ++--
net/packet/af_packet.c | 24 ++--
security/selinux/hooks.c | 40 ++++++-
sound/usb/line6/driver.c | 60 ++++++-----
sound/usb/line6/podhd.c | 21 ++--
sound/usb/line6/toneport.c | 24 +++-
69 files changed, 612 insertions(+), 318 deletions(-)

Aaro Koskinen (3):
net: stmmac: don't overwrite discard_frame status
net: stmmac: fix dropping of multi-descriptor RX frames
net: stmmac: don't log oversized frames

Al Viro (2):
jffs2: fix use-after-free on symlink traversal
debugfs: fix use-after-free on symlink traversal

Alan Stern (4):
USB: yurex: Fix protection fault after device removal
USB: w1 ds2490: Fix bug caused by improper use of altsetting array
USB: core: Fix unterminated string returned by usb_string()
USB: core: Fix bug caused by duplicate interface PM usage counter

Alexandre Belloni (1):
rtc: da9063: set uie_unsupported when relevant

Andrew Lunn (1):
net: phy: marvell: Fix buffer overrun with stats counters

Andrey Konovalov (1):
kasan: prevent compiler from optimizing away memset in tests

Anson Huang (1):
Input: snvs_pwrkey - initialize necessary driver data before enabling IRQ

Arnd Bergmann (4):
kasan: avoid -Wmaybe-uninitialized warning
caif: reduce stack size with KASAN
ARM: orion: don't use using 64-bit DMA masks
ARM: iop: don't use using 64-bit DMA masks

Arvind Sankar (1):
igb: Fix WARN_ONCE on runtime suspend

Bart Van Assche (1):
scsi: RDMA/srpt: Fix a credit leak for aborted commands

Colin Ian King (1):
kasan: remove redundant initialization of variable 'real_size'

Eric Dumazet (1):
ipv6/flowlabel: wait rcu grace period before put_pid()

Geert Uytterhoeven (1):
rtc: sh: Fix invalid alarm warning for non-enabled alarm

Greg Kroah-Hartman (2):
ALSA: line6: use dynamic buffers
Linux 4.9.174

Guenter Roeck (1):
xsysace: Fix error handling in ace_setup

He, Bo (1):
HID: debug: fix race condition with between rdesc_show() and device removal

Jacopo Mondi (1):
media: v4l2: i2c: ov7670: Fix PLL bypass register values

Jeremy Fertic (3):
staging: iio: adt7316: allow adt751x to use internal vref for all dacs
staging: iio: adt7316: fix the dac read calculation
staging: iio: adt7316: fix the dac write calculation

Josh Poimboeuf (2):
x86/suspend: fix false positive KASAN warning on suspend/resume
x86/unwind: Disable KASAN checks for non-current tasks

Kangjie Lu (1):
HID: logitech: check the return value of create_singlethread_workqueue

Kim Phillips (1):
perf/x86/amd: Update generic hardware cache events for Family 17h

Konstantin Khorenko (1):
bonding: show full hw address in sysfs for slave entries

Kristina Martsenko (2):
arm64: mm: print out correct page table entries
arm64: mm: don't print out page table entries on EL0 faults

Laura Abbott (1):
mm/kasan: Switch to using __pa_symbol and lm_alias

Liubin Shu (1):
net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()

Louis Taylor (1):
vfio/pci: use correct format characters

Malte Leip (1):
usb: usbip: fix isoc packet num validation in get_pipe

Mark Rutland (1):
arm64: kasan: avoid bad virt_to_pfn()

Masami Hiramatsu (1):
kasan: add a prototype of task_struct to avoid warning

Michael Chan (1):
bnxt_en: Improve multicast address setup logic.

Michael Kelley (1):
scsi: storvsc: Fix calculation of sub-channel count

Mike Kravetz (1):
hugetlbfs: fix memory leak for resv_map

Omri Kahalon (1):
net/mlx5: E-Switch, Fix esw manager vport indication for more vport commands

Ondrej Mosnacek (1):
selinux: never allow relabeling on context mounts

Randy Dunlap (1):
sh: fix multiple function definition build errors

Shmulik Ladkani (1):
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation

Sven Eckelmann (3):
batman-adv: Reduce claim hash refcnt only for removed entry
batman-adv: Reduce tt_local hash refcnt only for removed entry
batman-adv: Reduce tt_global hash refcnt only for removed entry

Tony Luck (1):
x86/mce: Improve error message when kernel cannot recover, p2

Will Deacon (1):
arm64: proc: Set PTE_NG for table entries to avoid traversing them twice

Willem de Bruijn (2):
ipv6: invert flowlabel sharing check in process and user mode
packet: validate msg_namelen in send directly

Xose Vazquez Perez (1):
scsi: core: add new RDAC LENOVO/DE_Series device

Yonglong Liu (2):
net: hns: Use NAPI_POLL_WEIGHT for hns driver
net: hns: Fix WARNING when remove HNS driver with SMMU enabled

Yufen Yu (1):
nvme-loop: init nvmet_ctrl fatal_err_work when allocate

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2019-05-08 11:22    [W:0.025 / U:0.948 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site