Linux 4.14.115

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm announcing the release of the 4.14.115 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/admin-guide/kernel-parameters.txt      |    6 +
 Documentation/networking/ip-sysctl.txt               |    1 
 Makefile                                             |    2 
 arch/arm/boot/compressed/head.S                      |   16 ++++
 arch/mips/kernel/scall64-o32.S                       |    2 
 arch/x86/Makefile                                    |    9 ++
 drivers/android/binder_alloc.c                       |   18 ++--
 drivers/block/loop.c                                 |   58 +++++++--------
 drivers/block/loop.h                                 |    1 
 drivers/block/zram/zram_drv.c                        |    5 -
 drivers/dma/sh/rcar-dmac.c                           |    4 -
 drivers/gpu/drm/i915/intel_fbdev.c                   |   12 +--
 drivers/gpu/drm/vc4/vc4_crtc.c                       |    2 
 drivers/hwtracing/intel_th/gth.c                     |    2 
 drivers/infiniband/sw/rdmavt/mr.c                    |   17 ++--
 drivers/input/rmi4/rmi_f11.c                         |    2 
 drivers/md/dm-integrity.c                            |    6 -
 drivers/net/ethernet/intel/fm10k/fm10k_main.c        |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c |    2 
 drivers/net/ethernet/mellanox/mlx5/core/port.c       |    4 -
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c       |    4 -
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c    |    4 -
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c     |    8 +-
 drivers/net/slip/slhc.c                              |    2 
 drivers/net/team/team.c                              |    6 +
 drivers/usb/core/driver.c                            |   23 +++++-
 drivers/usb/core/hub.c                               |   16 +---
 drivers/usb/core/message.c                           |    3 
 drivers/usb/core/sysfs.c                             |    5 +
 drivers/usb/core/usb.h                               |   10 ++
 drivers/vfio/vfio_iommu_type1.c                      |   14 +++
 fs/ceph/dir.c                                        |    6 +
 fs/ceph/mds_client.c                                 |   70 ++++++++++++++++---
 fs/ceph/snap.c                                       |    7 +
 fs/cifs/inode.c                                      |    4 +
 fs/ext4/xattr.c                                      |    3 
 fs/nfs/super.c                                       |    3 
 fs/nfsd/nfs4callback.c                               |    8 +-
 fs/nfsd/state.h                                      |    1 
 fs/proc/proc_sysctl.c                                |    6 +
 fs/splice.c                                          |    4 -
 include/linux/pipe_fs_i.h                            |    1 
 kernel/sched/deadline.c                              |    3 
 kernel/sched/fair.c                                  |    4 +
 kernel/trace/ring_buffer.c                           |    2 
 kernel/trace/trace.c                                 |   33 ++++----
 lib/Kconfig.debug                                    |    1 
 mm/memory.c                                          |    9 +-
 net/bridge/netfilter/ebtables.c                      |    3 
 net/ipv4/route.c                                     |   32 ++++++--
 net/ipv4/sysctl_net_ipv4.c                           |    5 +
 net/netfilter/ipvs/ip_vs_ctl.c                       |    3 
 net/rds/ib_fmr.c                                     |   11 ++
 net/rds/ib_rdma.c                                    |    3 
 net/rose/af_rose.c                                   |   17 ++--
 net/rose/rose_link.c                                 |   16 +---
 net/rose/rose_loopback.c                             |   36 +++++----
 net/rose/rose_route.c                                |    8 +-
 net/rose/rose_timer.c                                |   30 +++-----
 net/sunrpc/cache.c                                   |    3 
 net/tipc/netlink_compat.c                            |   24 +++++-
 net/vmw_vsock/virtio_transport_common.c              |   22 ++++-
 scripts/Kbuild.include                               |    4 -
 63 files changed, 428 insertions(+), 220 deletions(-)

Adalbert Lazăr (1):
      vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock

Alex Williamson (1):
      vfio/type1: Limit DMA mappings per container

Alexander Shishkin (1):
      intel_th: gth: Fix an off-by-one in output unassigning

Amit Cohen (1):
      mlxsw: spectrum: Fix autoneg status in ethtool

Andrea Claudi (1):
      ipvs: fix warning on unused variable

Ard Biesheuvel (1):
      ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cache

Aurelien Jarno (1):
      MIPS: scall64-o32: Fix indirect syscall number load

Dan Carpenter (1):
      ext4: fix some error pointer dereferences

Daniel Borkmann (2):
      x86, retpolines: Raise limit for generating indirect calls from switch-case
      x86/retpolines: Disable switch jump tables when retpolines are enabled

Dave Airlie (1):
      Revert "drm/i915/fbdev: Actually configure untiled displays"

Diana Craciun (2):
      powerpc/fsl: Add FSL_PPC_BOOK3E as supported arch for nospectre_v2 boot arg
      Documentation: Add nospectre_v1 parameter

Dirk Behme (1):
      dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid

Erez Alfasi (1):
      net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages query

Eric Dumazet (2):
      ipv4: add sanity checks in ipv4_link_failure()
      net/rose: fix unbound loop in rose_loopback_timer()

Florian Westphal (1):
      netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON

Frank Sorenson (1):
      cifs: do not attempt cifs operation on smb2+ rename error

Greg Kroah-Hartman (2):
      Revert "block/loop: Use global lock for ioctl() operation."
      Linux 4.14.115

Hangbin Liu (1):
      team: fix possible recursive locking when add slaves

Jan Kara (1):
      mm: Fix warning in insert_pfn()

Jann Horn (1):
      tracing: Fix buffer_ref pipe ops

Jeff Layton (2):
      ceph: only use d_name directly when parent is locked
      ceph: ensure d_name stability in ceph_dentry_hash()

Josh Collier (1):
      IB/rdmavt: Fix frwr memory registration

Jérôme Glisse (1):
      zram: pass down the bvec we need to read into in the work struct

Kai-Heng Feng (2):
      USB: Add new USB LPM helpers
      USB: Consolidate LPM checks to avoid enabling LPM twice

Kees Cook (1):
      net/rose: Convert timers to use timer_setup()

Linus Torvalds (1):
      slip: make slhc_free() silently accept an error pointer

Lucas Stach (1):
      Input: synaptics-rmi4 - write config register values to the right offset

Maarten Lankhorst (2):
      drm/vc4: Fix memory leak during gpu reset.
      drm/vc4: Fix compilation error reported by kbuild test bot

Masahiro Yamada (1):
      kbuild: simplify ld-option implementation

Mikulas Patocka (1):
      dm integrity: change memcmp to strncmp in dm_integrity_ctr

NeilBrown (1):
      sunrpc: don't mark uninitialised items as VALID.

Peter Zijlstra (1):
      trace: Fix preempt_enable_no_resched() abuse

Su Bao Cheng (1):
      stmmac: pci: Adjust IOT2000 matching

Tetsuo Handa (1):
      NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.

Todd Kjos (1):
      binder: fix handling of misaligned binder object

Trond Myklebust (1):
      nfsd: Don't release the callback slot unless it was actually held

Vinod Koul (1):
      net: stmmac: move stmmac_check_ether_addr() to driver probe

Wenwen Wang (1):
      tracing: Fix a memory leak by early error exit in trace_pid_write()

Xie XiuQi (1):
      sched/numa: Fix a possible divide-by-zero

Xin Long (3):
      tipc: handle the err returned from cmd header function
      tipc: check bearer name with right length in tipc_nl_compat_bearer_enable
      tipc: check link name with right length in tipc_nl_compat_link_set

Yan, Zheng (1):
      ceph: fix ci->i_head_snapc leak

Yue Haibing (1):
      fm10k: Fix a potential NULL pointer dereference

YueHaibing (2):
      lib/Kconfig.debug: fix build error without CONFIG_BLOCK
      fs/proc/proc_sysctl.c: Fix a NULL pointer dereference

ZhangXiaoxu (1):
      ipv4: set the tcp_min_rtt_wlen range from 0 to one day

Zhu Yanjun (1):
      net: rds: exchange of 8K and 1M pool

luca abeni (1):
      sched/deadline: Correctly handle active 0-lag timers

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux