lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 25 Jul 2018 11:41:16 +0200
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.9.115

I'm announcing the release of the 4.9.115 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:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                                   |    2 -
 arch/arc/configs/axs101_defconfig          |    1 
 arch/arc/configs/axs103_defconfig          |    1 
 arch/arc/configs/axs103_smp_defconfig      |    1 
 arch/arc/configs/nsim_700_defconfig        |    1 
 arch/arc/configs/nsim_hs_defconfig         |    1 
 arch/arc/configs/nsim_hs_smp_defconfig     |    1 
 arch/arc/configs/nsimosci_defconfig        |    1 
 arch/arc/configs/nsimosci_hs_defconfig     |    1 
 arch/arc/configs/nsimosci_hs_smp_defconfig |    1 
 arch/arc/include/asm/page.h                |    2 -
 arch/arc/include/asm/pgtable.h             |    2 -
 arch/x86/include/asm/apm.h                 |    6 ----
 arch/x86/kernel/apm_32.c                   |    5 +++
 arch/x86/kernel/cpu/mcheck/mce.c           |    3 --
 block/blk-core.c                           |    9 ++----
 drivers/gpu/drm/i915/i915_irq.c            |   32 +++++++++++++++++++++--
 drivers/net/ethernet/broadcom/tg3.c        |    9 ++++++
 drivers/net/phy/phy_device.c               |    7 +----
 drivers/net/usb/asix_devices.c             |    4 ++
 drivers/net/usb/qmi_wwan.c                 |    1 
 drivers/ptp/ptp_chardev.c                  |    1 
 drivers/usb/host/xhci.c                    |   40 ++++++++++++++++++++++++++---
 drivers/usb/host/xhci.h                    |    4 ++
 drivers/vfio/pci/vfio_pci.c                |    4 ++
 fs/fat/inode.c                             |   20 +++++++++-----
 include/linux/skbuff.h                     |   10 +++----
 include/net/ipv6.h                         |    2 -
 lib/rhashtable.c                           |   17 +++++++-----
 mm/huge_memory.c                           |    2 +
 mm/memcontrol.c                            |    2 -
 net/core/gen_stats.c                       |   16 ++++++++++-
 net/core/skbuff.c                          |    1 
 net/ipv4/fib_frontend.c                    |    1 
 net/ipv4/sysctl_net_ipv4.c                 |    5 ++-
 net/ipv4/tcp.c                             |    3 --
 net/sunrpc/xprtrdma/rpc_rdma.c             |    2 -
 sound/core/rawmidi.c                       |   20 ++++++++++----
 virt/kvm/eventfd.c                         |    6 +++-
 39 files changed, 175 insertions(+), 72 deletions(-)

Alan Jenkins (1):
      block: do not use interruptible wait anywhere

Alexander Couzens (1):
      net: usb: asix: replace mii_nway_restart in resume path

Alexey Brodkin (2):
      ARC: Fix CONFIG_SWAP
      ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs

Chuck Lever (1):
      xprtrdma: Return -ENOBUFS when no pages are available

Colin Ian King (1):
      ipv6: fix useless rol32 call on hash

David Ahern (1):
      net/ipv4: Set oif in fib_compute_spec_dst

Davidlohr Bueso (1):
      lib/rhashtable: consider param->min_size when setting initial table size

Dewet Thibaut (1):
      x86/MCE: Remove min interval polling limitation

Greg Kroah-Hartman (1):
      Linux 4.9.115

Gustavo A. R. Silva (2):
      vfio/pci: Fix potential Spectre v1
      ptp: fix missing break in switch

Heiner Kallweit (1):
      net: phy: fix flag masking in __set_phy_supported

Hugh Dickins (1):
      mm/huge_memory.c: fix data loss when splitting a file pmd

Jing Xia (1):
      mm: memcg: fix use after free in mem_cgroup_iter()

Lan Tianyu (1):
      KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel.

Lorenzo Colitti (1):
      net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort

Matevz Vucnik (1):
      qmi_wwan: add support for Quectel EG91

Mathias Nyman (1):
      xhci: Fix perceived dead host due to runtime suspend race with event handler

OGAWA Hirofumi (1):
      fat: fix memory allocation failure handling of match_strdup()

Sanjeev Bansal (1):
      tg3: Add higher cpu clock for 5762.

Stefano Brivio (2):
      net: Don't copy pfmemalloc flag in __copy_skb_header()
      skbuff: Unconditionally copy pfmemalloc in __skb_clone()

Takashi Iwai (1):
      ALSA: rawmidi: Change resized buffers atomically

Toke Høiland-Jørgensen (1):
      gen_stats: Fix netlink stats dumping in the presence of padding

Tyler Hicks (1):
      ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns

Ville Syrjälä (2):
      x86/apm: Don't access __preempt_count with zeroed fs
      drm/i915: Fix hotplug irq ack on i965/g4x

Vineet Gupta (1):
      ARC: mm: allow mprotect to make stack mappings executable


Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ