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:   Mon, 6 Aug 2018 17:05:25 +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.17.13

I'm announcing the release of the 4.17.13 kernel.

All users of the 4.17 kernel series must upgrade.

The updated 4.17.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.17.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/x86/entry/entry_64.S                               |   18 ----
 arch/x86/kernel/apic/apic.c                             |    3 
 arch/x86/kvm/vmx.c                                      |    7 -
 arch/x86/platform/efi/efi_64.c                          |    2 
 drivers/crypto/padlock-aes.c                            |    8 +
 drivers/gpu/drm/drm_atomic_helper.c                     |    8 +
 drivers/gpu/drm/vc4/vc4_plane.c                         |    3 
 drivers/infiniband/core/uverbs_cmd.c                    |   59 ++++++++++++-
 drivers/net/bonding/bond_main.c                         |   14 ++-
 drivers/net/can/usb/ems_usb.c                           |    1 
 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c      |    2 
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c       |    4 
 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c   |    4 
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c        |   40 ++++++++-
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c |    3 
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c           |   69 ++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/iwl-config.h         |    5 +
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c           |   22 +++++
 drivers/scsi/sg.c                                       |    1 
 drivers/virtio/virtio_balloon.c                         |    2 
 fs/squashfs/block.c                                     |    2 
 fs/squashfs/fragment.c                                  |   13 ++-
 fs/squashfs/squashfs_fs_sb.h                            |    1 
 fs/squashfs/super.c                                     |    5 -
 fs/userfaultfd.c                                        |    4 
 ipc/shm.c                                               |   12 ++
 kernel/auditsc.c                                        |   13 ++-
 mm/hugetlb.c                                            |    7 +
 net/dsa/slave.c                                         |    6 +
 net/ipv4/inet_fragment.c                                |    6 -
 net/ipv4/ip_fragment.c                                  |    5 +
 net/netlink/af_netlink.c                                |    2 
 net/rxrpc/call_accept.c                                 |    4 
 net/socket.c                                            |    5 -
 35 files changed, 308 insertions(+), 54 deletions(-)

Andy Lutomirski (1):
      x86/entry/64: Remove %ebx handling from error_entry/exit

Anton Vasilyev (1):
      can: ems_usb: Fix memory leak on ems_usb_disconnect()

Boris Brezillon (3):
      drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
      drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
      drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make gcc happy

Brijesh Singh (1):
      x86/efi: Access EFI MMIO data as unencrypted when SEV is active

Eli Cohen (1):
      net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager

Emmanuel Grumbach (1):
      iwlwifi: add more card IDs for 9000 series

Eric Dumazet (3):
      bonding: avoid lockdep confusion in bond_get_stats()
      inet: frag: enforce memory limits earlier
      ipv4: frags: handle possible skb truesize change

Feras Daoud (1):
      net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flow

Florian Fainelli (1):
      net: dsa: Do not suspend/resume closed slave_dev

Greg Kroah-Hartman (1):
      Linux 4.17.13

Herbert Xu (1):
      crypto: padlock-aes - Fix Nano workaround data corruption

Jack Morgenstein (1):
      RDMA/uverbs: Expand primary and alt AV port checks

Jane Chu (1):
      ipc/shm.c add ->pagesize function to shm_vm_ops

Jeremy Cline (3):
      netlink: Fix spectre v1 gadget in netlink_create()
      net: socket: fix potential spectre v1 gadget in socketcall
      net: socket: Fix potential spectre v1 gadget in sock_is_registered

Jiang Biao (1):
      virtio_balloon: fix another race between migration and ballooning

Jose Abreu (1):
      net: stmmac: Fix WoL for PCI-based setups

Len Brown (1):
      x86/apic: Future-proof the TSC_DEADLINE quirk for SKX

Linus Torvalds (2):
      squashfs: more metadata hardening
      squashfs: more metadata hardenings

Mike Rapoport (1):
      userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails

Or Gerlitz (1):
      net/mlx5e: Set port trust mode to PCP as default

Rafał Miłecki (1):
      brcmfmac: fix regression in parsing NVRAM for multiple devices

Roman Kagan (1):
      kvm: x86: vmx: fix vpid leak

Tony Battersby (1):
      scsi: sg: fix minor memory leak in error path

Yi Wang (1):
      audit: fix potential null dereference 'context->module.name'

YueHaibing (1):
      rxrpc: Fix user call ID check in rxrpc_service_prealloc_one


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