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]
Message-ID: <20171008085719.GA31132@kroah.com>
Date:   Sun, 8 Oct 2017 10:57:19 +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 3.18.74

I'm announcing the release of the 3.18.74 kernel.

All users of the 3.18 kernel series must upgrade.

The updated 3.18.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.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/display/bridge/ti,ths8135.txt |   46 ++++
 Makefile                                                        |    2 
 arch/arm/Kconfig-nommu                                          |    3 
 arch/mips/kernel/vmlinux.lds.S                                  |    2 
 arch/parisc/kernel/perf.c                                       |   94 +++++-----
 block/partitions/efi.c                                          |   17 +
 crypto/algif_skcipher.c                                         |   14 -
 drivers/ata/libata-transport.c                                  |    9 
 drivers/hwmon/gl520sm.c                                         |   25 +-
 drivers/infiniband/hw/qib/qib_iba7322.c                         |    2 
 drivers/infiniband/ulp/ipoib/ipoib_main.c                       |    8 
 drivers/infiniband/ulp/ipoib/ipoib_vlan.c                       |   10 -
 drivers/md/raid10.c                                             |   19 +-
 drivers/media/pci/ttpci/av7110_hw.c                             |    8 
 drivers/media/pci/ttpci/av7110_hw.h                             |   12 -
 drivers/media/platform/exynos-gsc/gsc-core.c                    |    2 
 drivers/mmc/core/sdio_bus.c                                     |   12 +
 drivers/net/ethernet/renesas/sh_eth.h                           |    2 
 drivers/net/team/team.c                                         |    8 
 drivers/net/usb/Kconfig                                         |    2 
 drivers/net/usb/plusb.c                                         |   15 +
 drivers/staging/nvec/nvec_ps2.c                                 |    4 
 drivers/tty/goldfish.c                                          |    2 
 drivers/usb/serial/mos7720.c                                    |    9 
 drivers/usb/serial/mos7840.c                                    |   19 +-
 fs/xfs/kmem.c                                                   |   18 -
 fs/xfs/kmem.h                                                   |    2 
 fs/xfs/xfs_itable.c                                             |    6 
 include/linux/audit.h                                           |   20 ++
 include/linux/mmc/sdio_func.h                                   |    2 
 lib/mpi/mpi-pow.c                                               |    7 
 net/compat.c                                                    |   17 +
 net/core/dev.c                                                  |    3 
 net/ipv4/netfilter/nf_nat_snmp_basic.c                          |    1 
 net/netfilter/nf_conntrack_ecache.c                             |    2 
 net/netfilter/nf_conntrack_netlink.c                            |    1 
 net/netfilter/nf_nat_core.c                                     |    2 
 net/netfilter/nfnetlink_cthelper.c                              |   20 +-
 net/netfilter/nfnetlink_cttimeout.c                             |    1 
 net/packet/af_packet.c                                          |    2 
 net/rds/ib_cm.c                                                 |   47 +++--
 net/rds/ib_send.c                                               |   25 +-
 net/rds/rdma.c                                                  |   10 +
 net/rds/rds.h                                                   |    1 
 net/rds/send.c                                                  |    4 
 sound/pci/au88x0/au88x0_core.c                                  |    3 
 46 files changed, 365 insertions(+), 175 deletions(-)

Afzal Mohammed (1):
      ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAM

Alden Tondettar (1):
      partitions/efi: Fix integer overflow in GPT size calculation

Alexander Potapenko (1):
      net/packet: check length in getsockopt() called with PACKET_HDRLEN

Andrey Ryabinin (1):
      mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]

Arnd Bergmann (3):
      IB/qib: fix false-postive maybe-uninitialized warning
      ALSA: au88x0: avoid theoretical uninitialized access
      ttpci: address stringop overflow warning

Arvind Yadav (1):
      parisc: perf: Fix potential NULL pointer dereference

Bartosz Golaszewski (1):
      drm: bridge: add DT bindings for TI ths8135

Christophe JAILLET (1):
      tty: goldfish: Fix a parameter of a call to free_irq

Darrick J. Wong (1):
      xfs: remove kmem_zalloc_greedy

Feras Daoud (3):
      IB/ipoib: Fix deadlock over vlan_mutex
      IB/ipoib: rtnl_unlock can not come after free_netdev
      IB/ipoib: Replace list_del of the neigh->list with list_del_init

Greg Kroah-Hartman (1):
      Linux 3.18.74

Guenter Roeck (1):
      hwmon: (gl520sm) Fix overflows and crash seen when writing into limit attributes

Gwendal Grignou (1):
      libata: transport: Remove circular dependency at free time

Heiner Kallweit (1):
      mmc: sdio: fix alignment issue in struct sdio_func

Herbert Xu (1):
      crypto: algif_skcipher - Load TX SG list after waiting

Johan Hovold (2):
      USB: serial: mos7720: fix control-message error handling
      USB: serial: mos7840: fix control-message error handling

Liping Zhang (2):
      netfilter: invoke synchronize_rcu after set the _hook_ to NULL
      netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max

Myungho Jung (1):
      net: core: Prevent from dereferencing null pointer when releasing SKB

Niklas Söderlund (1):
      sh_eth: use correct name for ECMR_MPDE bit

Pan Bian (1):
      team: fix memory leaks

Paul Burton (1):
      MIPS: Ensure bss section ends on a long-aligned address

Peng Fan (1):
      staging: nvec: remove duplicated const

Richard Guy Briggs (1):
      audit: log 32-bit socketcalls

Roman Spychała (1):
      usb: plusb: Add support for PL-27A1

Santosh Shilimkar (1):
      RDS: RDMA: Fix the composite message user notification

Shaohua Li (1):
      md/raid10: submit bio directly to replacement disk

Thibault Saunier (1):
      exynos-gsc: Do not swap cb/cr for semi planar formats

Zhu Yanjun (1):
      rds: ib: add error handle


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