I'm announcing the release of the 4.14.33 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: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/devicetree/bindings/serial/8250.txt | 1 Makefile | 2 arch/arm/boot/dts/am335x-pepper.dts | 2 arch/arm/boot/dts/dra76-evm.dts | 1 arch/arm/boot/dts/omap3-n900.dts | 4 - arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 63 ++++++++++++++++++++- arch/arm/crypto/Makefile | 2 arch/arm/plat-omap/include/plat/sram.h | 11 --- arch/arm/plat-omap/sram.c | 36 +++++++++++- arch/arm/vfp/vfpmodule.c | 2 arch/arm64/crypto/Makefile | 2 arch/powerpc/kernel/exceptions-64s.S | 2 arch/powerpc/kernel/irq.c | 8 ++ arch/x86/crypto/cast5_avx_glue.c | 3 - arch/x86/include/asm/hw_irq.h | 1 arch/x86/kernel/idt.c | 3 + arch/x86/platform/uv/tlb_uv.c | 2 block/bio.c | 4 - block/partitions/msdos.c | 4 + crypto/ahash.c | 7 +- crypto/lrw.c | 2 crypto/testmgr.h | 6 +- drivers/base/arch_topology.c | 12 ++-- drivers/char/mem.c | 6 +- drivers/cpufreq/cpufreq.c | 6 -- drivers/crypto/caam/ctrl.c | 3 - drivers/crypto/ccp/ccp-crypto-rsa.c | 7 +- drivers/crypto/inside-secure/safexcel.c | 2 drivers/i2c/busses/i2c-stm32f7.c | 5 + drivers/infiniband/core/addr.c | 25 ++++++++ drivers/infiniband/core/ucma.c | 61 +++++++++++++------- drivers/input/mouse/alps.c | 24 +++++++- drivers/input/serio/i8042-x86ia64io.h | 24 ++++++++ drivers/media/usb/usbtv/usbtv-core.c | 2 drivers/misc/mei/main.c | 1 drivers/mtd/chips/jedec_probe.c | 2 drivers/mtd/nand/atmel/pmecc.c | 2 drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 2 drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c | 2 drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c | 2 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 4 + drivers/parport/parport_pc.c | 4 + drivers/phy/qualcomm/phy-qcom-ufs.c | 5 + drivers/staging/comedi/drivers/ni_mio_common.c | 2 drivers/tty/serial/8250/8250_of.c | 1 drivers/tty/serial/8250/8250_port.c | 33 +++++++++++ drivers/tty/vt/vt.c | 6 +- drivers/usb/dwc2/hcd.c | 7 +- drivers/usb/serial/cp210x.c | 1 drivers/usb/serial/ftdi_sio.c | 2 drivers/usb/serial/ftdi_sio_ids.h | 9 +++ fs/btrfs/inode.c | 37 ++++++++++-- fs/ceph/file.c | 9 ++- include/linux/bitmap.h | 22 +++++-- include/linux/netfilter/x_tables.h | 2 include/rdma/ib_addr.h | 2 include/uapi/linux/serial_core.h | 3 + ipc/shm.c | 12 ++++ kernel/events/hw_breakpoint.c | 30 ++-------- mm/percpu-km.c | 8 +- mm/percpu-vm.c | 18 +++--- mm/percpu.c | 45 +++++++++------ net/bluetooth/smp.c | 8 ++ net/bridge/netfilter/ebt_among.c | 34 +++++++++++ net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 14 ++++ net/ipv6/ip6_vti.c | 20 ------ net/l2tp/l2tp_core.c | 38 ++++++------ net/l2tp/l2tp_core.h | 3 - net/netfilter/x_tables.c | 37 ++++++++++++ net/netfilter/xt_hashlimit.c | 16 +++-- net/netfilter/xt_recent.c | 6 +- net/xfrm/xfrm_ipcomp.c | 2 net/xfrm/xfrm_state.c | 5 + net/xfrm/xfrm_user.c | 21 ++----- sound/core/oss/pcm_oss.c | 4 - sound/core/pcm_native.c | 2 sound/usb/quirks.c | 1 77 files changed, 602 insertions(+), 227 deletions(-) Alexander Gerasiov (1): parport_pc: Add support for WCH CH382L PCI-E single parallel port card. Andrew Banman (1): x86/platform/uv/BAU: Add APIC idt entry Arnd Bergmann (1): phy: qcom-ufs: add MODULE_LICENSE tag Boris Brezillon (1): mtd: nand: atmel: Fix get_sectorsize() function Clemens Werther (1): USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator Colin Ian King (1): mei: remove dev_err message on an unsupported ioctl Conor McLoughlin (1): crypto: testmgr - Fix incorrect values in PKCS#1 test vector Dan Carpenter (1): ALSA: pcm: potential uninitialized return values Dennis Wassenberg (1): Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list Dennis Zhou (1): percpu: add __GFP_NORETRY semantics to the percpu balancing path Eric Biggers (1): crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one Fabio Estevam (1): ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[] Florian Westphal (3): xfrm_user: uncoditionally validate esn replay attribute struct netfilter: bridge: ebt_among: add more missing match size checks netfilter: x_tables: add and use xt_check_proc_name Frank Mori Hess (1): staging: comedi: ni_mio_common: ack ai fifo error interrupts. Gaku Inami (1): Revert "base: arch_topology: fix section mismatch build warnings" Greg Hackmann (1): net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms() Greg Kroah-Hartman (5): Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin" Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin" Revert "cpufreq: Fix governor module removal race" Revert "ip6_vti: adjust vti mtu according to mtu of lower device" Linux 4.14.33 Gregory CLEMENT (1): crypto: inside-secure - fix clock management Herbert Xu (2): crypto: lrw - Free rctx->ext with kzfree crypto: ahash - Fix early termination in hash walk Jason Gunthorpe (1): RDMA/rdma_cm: Fix use after free race with process_one_req Joel Stanley (1): serial: 8250: Add Nuvoton NPCM UART Johan Hovold (1): USB: serial: cp210x: add ELDAT Easywave RX09 id John Stultz (1): usb: dwc2: Improve gadget state disconnection handling Keerthy (1): ARM: dts: DRA76-EVM: Set powerhold property for tps65917 Kees Cook (1): /dev/mem: Avoid overwriting "err" in read_mem() Leon Romanovsky (5): RDMA/ucma: Check AF family prior resolving address RDMA/ucma: Fix use-after-free access in ucma_close RDMA/ucma: Ensure that CM_ID exists prior to access it RDMA/ucma: Check that device is connected prior to access it RDMA/ucma: Check that device exists prior to accessing it Leonard Crestez (1): crypto: arm,arm64 - Fix random regeneration of S_shipped Linus Torvalds (1): perf/hwbp: Simplify the perf-hwbp code, fix documentation Linus Walleij (1): mtd: jedec_probe: Fix crash in jedec_read_mfr() Liu Bo (1): Btrfs: fix unexpected cow in run_delalloc_nocow Maciej S. Szmigiero (1): crypto: ccp - return an actual key size from RSA max_size callback Major Hayden (1): USB: serial: ftdi_sio: add RT Systems VX-8 cable Masaki Ota (1): Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370 Matthias Brugger (1): net: hns: Fix ethtool private flags Michal Hocko (1): netfilter: x_tables: make allocation less aggressive Mike Frysinger (1): vt: change SGR 21 to follow the standards Mike Kravetz (1): ipc/shm.c: add split function to shm_vm_ops Mikulas Patocka (1): Fix slab name "biovec-(1<<(21-12))" Nicholas Piggin (2): powerpc/64s: Fix lost pending interrupt due to race causing lost update to irq_happened powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs Nobutaka Okabe (1): ALSA: usb-audio: Add native DSD support for TEAC UD-301 Oliver Neukum (1): media: usbtv: prevent double free in error case Omar Sandoval (1): bitmap: fix memset optimization on big-endian systems Ondrej Zary (1): Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad Paolo Abeni (2): l2tp: fix races with ipv4-mapped ipv6 addresses netfilter: drop template ct when conntrack is skipped. Philipp Rossak (2): ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties ARM: dts: sun6i: a31s: bpi-m2: add missing regulators Pierre-Yves MORDRET (1): i2c: i2c-stm32f7: fix no check on returned setup Richard Narron (1): partitions/msdos: Unable to mount UFS 44bsd partitions Roland Dreier (1): RDMA/ucma: Introduce safer rdma_addr_size() variants Rui Miguel Silva (1): crypto: caam - Fix null dereference at error path Stefan Roese (1): ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent() Steffen Klassert (1): xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems Szymon Janc (1): Bluetooth: Fix missing encryption refresh on Security Request Tony Lindgren (1): ARM: OMAP: Fix SRAM W+X mapping Yan, Zheng (1): ceph: only dirty ITER_IOVEC pages for direct read
Attachment:
signature.asc
Description: PGP signature