I'm announcing the release of the 4.14.150 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 ------------ 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/mips/configs/mtx1_defconfig | 1 arch/mips/configs/rm200_defconfig | 1 arch/mips/loongson64/Platform | 4 arch/mips/vdso/Makefile | 1 arch/x86/include/asm/mwait.h | 2 arch/x86/lib/delay.c | 4 drivers/firmware/efi/efi.c | 3 drivers/firmware/google/vpd_decode.c | 2 drivers/gpio/gpiolib.c | 27 + drivers/iio/adc/ad799x.c | 4 drivers/iio/adc/axp288_adc.c | 32 + drivers/iio/adc/hx711.c | 49 ++ drivers/iio/light/opt3001.c | 6 drivers/media/usb/stkwebcam/stk-webcam.c | 3 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 | 32 + drivers/usb/image/microtek.c | 4 drivers/usb/misc/Kconfig | 10 drivers/usb/misc/Makefile | 1 drivers/usb/misc/adutux.c | 26 - 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 | 574 ------------------------------- drivers/usb/misc/rio500_usb.h | 37 - 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/tree-log.c | 36 + fs/cifs/dir.c | 8 fs/cifs/file.c | 6 fs/cifs/inode.c | 4 fs/f2fs/super.c | 36 - fs/libfs.c | 134 +++---- fs/nfs/direct.c | 78 ++-- fs/xfs/xfs_super.c | 10 kernel/fork.c | 4 kernel/panic.c | 1 kernel/trace/ftrace.c | 27 - kernel/trace/trace.c | 17 kernel/trace/trace_hwlat.c | 4 tools/perf/util/jitdump.c | 6 tools/perf/util/llvm-utils.c | 6 68 files changed, 566 insertions(+), 1054 deletions(-) Al Viro (1): Fix the locking in dcache_readdir() and friends Alan Stern (1): USB: yurex: Don't retry on unexpected errors Andreas Klinger (2): iio: hx711: add delay until DOUT is ready 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 Brian Norris (1): firmware: google: increment VPD key_len properly Colin Ian King (1): USB: adutux: remove redundant variable minor Daniele Palmas (1): USB: serial: option: add Telit FN980 compositions Dave Chinner (1): xfs: clear sb->s_fs_info on mount failure David Frey (1): iio: light: opt3001: fix mutex unlock race Greg Kroah-Hartman (1): Linux 4.14.150 Hans de Goede (1): iio: adc: axp288: Override TS pin bias current for some models 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@xxxxxxxx (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 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 Josef Bacik (1): btrfs: fix incorrect updating of log root tree Kai-Heng Feng (1): xhci: Increase STS_SAVE timeout in xhci_suspend() Marco Felsch (1): iio: adc: ad799x: fix probe error handling Mathias Nyman (2): 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 Michal Hocko (1): kernel/sysctl.c: do not override max_threads provided by userspace Navid Emamdoost (2): staging: vt6655: Fix memory leak in vt6655_probe Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc 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 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
Attachment:
signature.asc
Description: PGP signature