[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191018110052.GA1176506@kroah.com>
Date: Fri, 18 Oct 2019 04:00:52 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc: lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.19.80
I'm announcing the release of the 4.19.80 kernel.
All users of the 4.19 kernel series must upgrade.
The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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/rio.txt | 138 -------
MAINTAINERS | 7
Makefile | 2
arch/arm/configs/badge4_defconfig | 1
arch/arm/configs/corgi_defconfig | 1
arch/arm/configs/pxa_defconfig | 1
arch/arm/configs/s3c2410_defconfig | 1
arch/arm/configs/spitz_defconfig | 1
arch/arm64/kernel/process.c | 32 -
arch/arm64/kernel/topology.c | 19 -
arch/mips/configs/mtx1_defconfig | 1
arch/mips/configs/rm200_defconfig | 1
arch/mips/include/uapi/asm/hwcap.h | 11
arch/mips/kernel/cpu-probe.c | 33 +
arch/mips/loongson64/Platform | 4
arch/mips/vdso/Makefile | 1
arch/x86/include/asm/mwait.h | 2
arch/x86/lib/delay.c | 4
block/blk-rq-qos.c | 14
block/blk-rq-qos.h | 4
block/blk-wbt.c | 6
drivers/acpi/pptt.c | 52 ++
drivers/firmware/efi/efi.c | 3
drivers/firmware/google/vpd_decode.c | 2
drivers/gpio/gpio-eic-sprd.c | 7
drivers/gpio/gpiolib.c | 27 +
drivers/iio/adc/ad799x.c | 4
drivers/iio/adc/axp288_adc.c | 32 +
drivers/iio/adc/hx711.c | 10
drivers/iio/adc/stm32-adc-core.c | 70 ++-
drivers/iio/adc/stm32-adc-core.h | 137 +++++++
drivers/iio/adc/stm32-adc.c | 109 ------
drivers/iio/light/opt3001.c | 6
drivers/media/usb/stkwebcam/stk-webcam.c | 3
drivers/misc/mei/bus-fixup.c | 14
drivers/misc/mei/hw-me-regs.h | 3
drivers/misc/mei/hw-me.c | 21 -
drivers/misc/mei/hw-me.h | 8
drivers/misc/mei/mei_dev.h | 4
drivers/misc/mei/pci-me.c | 13
drivers/pci/controller/vmd.c | 16
drivers/staging/fbtft/fbtft-core.c | 7
drivers/staging/vt6655/device_main.c | 4
drivers/tty/serial/uartlite.c | 3
drivers/usb/class/usblp.c | 8
drivers/usb/gadget/udc/dummy_hcd.c | 3
drivers/usb/host/xhci-ring.c | 4
drivers/usb/host/xhci.c | 70 +++
drivers/usb/image/microtek.c | 4
drivers/usb/misc/Kconfig | 10
drivers/usb/misc/Makefile | 1
drivers/usb/misc/adutux.c | 24 -
drivers/usb/misc/chaoskey.c | 5
drivers/usb/misc/iowarrior.c | 16
drivers/usb/misc/ldusb.c | 24 -
drivers/usb/misc/legousbtower.c | 58 +--
drivers/usb/misc/rio500.c | 561 -------------------------------
drivers/usb/misc/rio500_usb.h | 20 -
drivers/usb/misc/usblcd.c | 33 +
drivers/usb/misc/yurex.c | 18
drivers/usb/renesas_usbhs/common.h | 1
drivers/usb/renesas_usbhs/fifo.c | 2
drivers/usb/renesas_usbhs/fifo.h | 1
drivers/usb/renesas_usbhs/mod_gadget.c | 18
drivers/usb/renesas_usbhs/pipe.c | 15
drivers/usb/renesas_usbhs/pipe.h | 1
drivers/usb/serial/ftdi_sio.c | 3
drivers/usb/serial/ftdi_sio_ids.h | 9
drivers/usb/serial/keyspan.c | 4
drivers/usb/serial/option.c | 11
drivers/usb/serial/usb-serial.c | 5
drivers/usb/usb-skeleton.c | 15
fs/btrfs/ref-verify.c | 2
fs/btrfs/tree-log.c | 36 +
fs/cifs/dir.c | 8
fs/cifs/file.c | 33 -
fs/cifs/inode.c | 4
fs/f2fs/super.c | 36 -
fs/libfs.c | 134 +++----
fs/nfs/direct.c | 78 ++--
include/acpi/actbl2.h | 7
include/linux/acpi.h | 5
include/linux/hwmon.h | 2
kernel/events/hw_breakpoint.c | 4
kernel/fork.c | 4
kernel/panic.c | 1
kernel/trace/ftrace.c | 27 -
kernel/trace/trace.c | 17
kernel/trace/trace_hwlat.c | 4
mm/vmpressure.c | 20 -
tools/perf/util/jitdump.c | 6
tools/perf/util/llvm-utils.c | 6
92 files changed, 966 insertions(+), 1251 deletions(-)
Al Viro (1):
Fix the locking in dcache_readdir() and friends
Alan Stern (1):
USB: yurex: Don't retry on unexpected errors
Alexander Usyskin (1):
mei: avoid FW version request on Ibex Peak and earlier
Andreas Klinger (1):
iio: adc: hx711: fix bug in sampling of data
Ard Biesheuvel (1):
efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specified
Bartosz Golaszewski (1):
gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source
Bastien Nocera (1):
USB: rio500: Remove Rio 500 kernel driver
Beni Mahler (1):
USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20
Bill Kuzeja (1):
xhci: Prevent deadlock when xhci adapter breaks during init
Brian Norris (1):
firmware: google: increment VPD key_len properly
Bruce Chen (1):
gpio: eic: sprd: Fix the incorrect EIC offset when toggling
Dan Carpenter (1):
mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()
Daniele Palmas (1):
USB: serial: option: add Telit FN980 compositions
Dave Wysochanski (1):
cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
David Frey (1):
iio: light: opt3001: fix mutex unlock race
Erik Schmauss (1):
ACPICA: ACPI 6.3: PPTT add additional fields in Processor Structure Flags
Fabrice Gasnier (2):
iio: adc: stm32-adc: move registers definitions
iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
Greg Kroah-Hartman (1):
Linux 4.19.80
Hans de Goede (1):
iio: adc: axp288: Override TS pin bias current for some models
Harshad Shirwadkar (1):
blk-wbt: fix performance regression in wbt scale_up/scale_down
Ian Rogers (1):
perf llvm: Don't access out-of-scope array
Icenowy Zheng (1):
f2fs: use EINVAL for superblock with invalid magic
Jacky.Cao@...y.com (1):
USB: dummy-hcd: fix power budget for SuperSpeed mode
Jan Schmidt (1):
xhci: Check all endpoints for LPM timeout
Janakarajan Natarajan (1):
x86/asm: Fix MWAITX C-state hint value
Jeremy Linton (2):
ACPI/PPTT: Add support for ACPI 6.3 thread flag
arm64: topology: Use PPTT to determine if PE is a thread
Jiaxun Yang (1):
MIPS: elf_hwcap: Export userspace ASEs
Johan Hovold (22):
USB: yurex: fix NULL-derefs on disconnect
USB: usb-skeleton: fix runtime PM after driver unbind
USB: usb-skeleton: fix NULL-deref on disconnect
USB: adutux: fix use-after-free on disconnect
USB: adutux: fix NULL-derefs on disconnect
USB: adutux: fix use-after-free on release
USB: iowarrior: fix use-after-free on disconnect
USB: iowarrior: fix use-after-free on release
USB: iowarrior: fix use-after-free after driver unbind
USB: usblp: fix runtime PM after driver unbind
USB: chaoskey: fix use-after-free on release
USB: ldusb: fix NULL-derefs on driver unbind
USB: serial: keyspan: fix NULL-derefs on open() and write()
USB: serial: fix runtime PM after driver unbind
USB: usblcd: fix I/O after disconnect
USB: microtek: fix info-leak at probe
USB: legousbtower: fix slab info leak at probe
USB: legousbtower: fix deadlock on disconnect
USB: legousbtower: fix potential NULL-deref on disconnect
USB: legousbtower: fix open after failed reset request
USB: legousbtower: fix use-after-free on release
media: stkwebcam: fix runtime PM after driver unbind
Jon Derrick (1):
PCI: vmd: Fix config addressing when using bus offsets
Josef Bacik (2):
btrfs: fix incorrect updating of log root tree
btrfs: fix uninitialized ret in ref-verify
Kai-Heng Feng (1):
xhci: Increase STS_SAVE timeout in xhci_suspend()
Marco Felsch (1):
iio: adc: ad799x: fix probe error handling
Mark-PK Tsai (1):
perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization
Masayoshi Mizuma (1):
arm64/sve: Fix wrong free for task->thread.sve_state
Mathias Nyman (3):
xhci: Fix false warning message about wrong bounce buffer write length
xhci: Prevent device initiated U1/U2 link pm if exit latency is too long
xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts
Michal Hocko (1):
kernel/sysctl.c: do not override max_threads provided by userspace
Navid Emamdoost (2):
Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc
staging: vt6655: Fix memory leak in vt6655_probe
Nuno Sá (1):
hwmon: Fix HWMON_P_MIN_ALARM mask
Paul Burton (1):
MIPS: Disable Loongson MMI instructions for kernel build
Pavel Shilovsky (3):
CIFS: Gracefully handle QueryInfo errors during open
CIFS: Force revalidate inode when dentry is stale
CIFS: Force reval dentry if LOOKUP_REVAL flag is set
Randy Dunlap (1):
serial: uartlite: fix exit path null pointer
Reinhard Speyerer (1):
USB: serial: option: add support for Cinterion CLS8 devices
Rick Tseng (1):
usb: xhci: wait for CNR controller not ready bit in xhci resume
Srivatsa S. Bhat (VMware) (2):
tracing/hwlat: Report total time spent in all NMIs during the sample
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Steve MacLean (1):
perf inject jit: Fix JIT_CODE_MOVE filename
Steven Rostedt (VMware) (2):
ftrace: Get a reference counter for the trace_array on filter files
tracing: Get trace_array reference for available_tracers files
Tomas Winkler (1):
mei: me: add comet point (lake) LP device ids
Trond Myklebust (1):
NFS: Fix O_DIRECT accounting of number of bytes read/written
Will Deacon (1):
panic: ensure preemption is disabled during panic()
Yoshihiro Shimoda (2):
usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}()
usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists