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, 5 Sep 2018 16:22:55 +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.121

I'm announcing the release of the 3.18.121 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

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

 Makefile                                                  |    2 
 arch/arc/include/asm/delay.h                              |    3 
 arch/arc/mm/cache_arc700.c                                |    7 -
 arch/arm/kvm/mmu.c                                        |   42 +++++--
 arch/arm64/mm/init.c                                      |    6 -
 arch/mips/bcm47xx/setup.c                                 |    6 -
 arch/mips/include/asm/mipsregs.h                          |    3 
 arch/mips/include/asm/processor.h                         |    2 
 arch/mips/kernel/ptrace.c                                 |    2 
 arch/mips/kernel/ptrace32.c                               |    2 
 arch/s390/include/asm/qdio.h                              |    1 
 arch/s390/mm/fault.c                                      |    2 
 arch/s390/pci/pci.c                                       |    2 
 arch/x86/kernel/process_64.c                              |    1 
 drivers/cdrom/cdrom.c                                     |    2 
 drivers/gpu/drm/udl/udl_fb.c                              |    2 
 drivers/gpu/drm/udl/udl_main.c                            |   35 +++---
 drivers/net/can/mscan/mpc5xxx_can.c                       |    5 
 drivers/net/ethernet/atheros/atl1c/atl1c_main.c           |    1 
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c       |   13 +-
 drivers/net/ethernet/cisco/enic/enic_main.c               |   78 ++++----------
 drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c         |    1 
 drivers/net/wan/lmc/lmc_main.c                            |    2 
 drivers/pinctrl/freescale/pinctrl-imx1-core.c             |    2 
 drivers/s390/cio/qdio_main.c                              |    5 
 drivers/scsi/fcoe/fcoe_ctlr.c                             |    4 
 drivers/scsi/libiscsi.c                                   |   12 +-
 drivers/scsi/scsi_sysfs.c                                 |   20 +++
 drivers/scsi/vmw_pvscsi.c                                 |   11 +
 drivers/staging/imx-drm/imx-ldb.c                         |    9 +
 drivers/staging/media/omap4iss/iss_video.c                |    3 
 drivers/usb/gadget/function/f_uac2.c                      |   20 +--
 drivers/usb/gadget/udc/r8a66597-udc.c                     |    6 -
 drivers/usb/phy/phy-fsl-usb.c                             |    4 
 fs/btrfs/extent-tree.c                                    |    2 
 fs/cachefiles/namei.c                                     |    1 
 fs/cachefiles/rdwr.c                                      |   17 ++-
 fs/ext4/namei.c                                           |    1 
 fs/fscache/operation.c                                    |    6 -
 fs/fuse/dev.c                                             |    7 -
 fs/fuse/file.c                                            |    1 
 fs/sysfs/file.c                                           |   44 +++++++
 include/linux/sysfs.h                                     |   14 ++
 kernel/kprobes.c                                          |    4 
 kernel/sysctl.c                                           |    3 
 mm/memory.c                                               |    3 
 mm/zswap.c                                                |    9 +
 net/caif/caif_dev.c                                       |    4 
 net/ipv4/cipso_ipv4.c                                     |   12 +-
 net/mac80211/util.c                                       |    3 
 net/wireless/nl80211.c                                    |    1 
 net/xfrm/xfrm_policy.c                                    |    3 
 net/xfrm/xfrm_user.c                                      |   10 +
 sound/soc/sirf/sirf-usp.c                                 |    7 -
 tools/power/x86/turbostat/turbostat.c                     |    8 -
 tools/testing/selftests/ftrace/test.d/00basic/snapshot.tc |   28 +++++
 tools/usb/ffs-test.c                                      |   19 ++-
 57 files changed, 353 insertions(+), 170 deletions(-)

Andrey Ryabinin (1):
      fuse: Don't access pipe->buffers without pipe_lock()

Bart Van Assche (2):
      scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
      scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock

Bernd Edlinger (1):
      nl80211: Add a missing break in parse_station_flags

Calvin Walton (1):
      tools/power turbostat: Read extended processor family from CPUID

Claudio Imbrenda (1):
      s390/kvm: fix deadlock when killed by oom

Colin Ian King (1):
      drivers: net: lmc: fix case value for target abort error

Dan Carpenter (1):
      pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()

Eric Sandeen (1):
      ext4: reset error code in ext4_find_entry in fallback

Ethan Zhao (1):
      sched/sysctl: Check user input value of sysctl_sched_time_avg

Eugeniu Rosca (1):
      usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'

Florian Westphal (2):
      xfrm: free skb if nlsk pointer is NULL
      atl1c: reserve min skb headroom

Govindarajulu Varadarajan (1):
      enic: handle mtu change for vf properly

Greg Hackmann (1):
      arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()

Greg Kroah-Hartman (1):
      Linux 3.18.121

Guenter Roeck (1):
      media: staging: omap4iss: Include asm/cacheflush.h after generic includes

Gustavo A. R. Silva (1):
      ASoC: sirf: Fix potential NULL pointer dereference

Jia-Ju Bai (2):
      usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_controller()
      usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a66597_queue()

Jim Gill (1):
      scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATED

Johannes Thumshirn (1):
      scsi: fcoe: drop frames in ELS LOGO error path

Josef Bacik (1):
      btrfs: don't leak ret from do_chunk_alloc

Julian Wiedmann (1):
      s390/qdio: reset old sbal_state flags

Kiran Kumar Modukuri (3):
      fscache: Allow cancelled operations to be enqueued
      cachefiles: Fix refcounting bug in backing-file read monitoring
      cachefiles: Wait rather than BUG'ing on "Unexpected object collision"

Kirill Tkhai (1):
      fuse: Add missed unlock_page() to fuse_readpages_fill()

Len Brown (1):
      tools/power turbostat: fix -S on UP systems

Li Wang (1):
      zswap: re-check zswap_is_full() after do zswap_shrink()

Lucas Stach (2):
      drm/imx: imx-ldb: disable LDB on driver bind
      drm/imx: imx-ldb: check if channel is enabled before printing warning

Maciej W. Rozycki (1):
      MIPS: Correct the 64-bit DSP accumulator register size

Masami Hiramatsu (2):
      selftests/ftrace: Add snapshot and tracing_on test case
      kprobes: Make list and blacklist root user read only

Mikulas Patocka (3):
      udl-kms: change down_interruptible to down
      udl-kms: handle allocation failure
      udl-kms: fix crash due to uninitialized memory

Nicholas Mc Guire (1):
      can: mpc5xxx_can: check of_iomap return before use

Peter Senna Tschudin (1):
      tools: usb: ffs-test: Fix build on big endian systems

Punit Agrawal (2):
      KVM: arm/arm64: Skip updating PTE entry if no change
      KVM: arm/arm64: Skip updating PMD entry if no change

Rafał Miłecki (1):
      Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"

Randy Dunlap (3):
      usb/phy: fix PPC64 build errors in phy-fsl-usb.c
      arc: fix build errors in arc/include/asm/delay.h
      arc: fix type warnings in arc/mm/cache.c

Rian Hunter (1):
      x86/process: Re-export start_thread()

Scott Bauer (1):
      cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status

Sebastian Ott (1):
      s390/pci: fix out of bounds access during irq setup

Shubhrajyoti Datta (1):
      net: axienet: Fix double deregister of mdio

Sudarsana Reddy Kalluru (1):
      bnx2x: Fix invalid memory access in rss hash config path.

Tommi Rantala (1):
      xfrm: fix missing dst_release() after policy blocking lbcast and multicast

Varun Prakash (1):
      scsi: libiscsi: fix possible NULL pointer dereference in case of TMF

YueHaibing (1):
      net: caif: Add a missing rcu_read_unlock() in caif_flow_cb

jie@...njie6@...ei.com (1):
      mm/memory.c: check return value of ioremap_prot

mpubbise@...eaurora.org (1):
      mac80211: add stations tied to AP_VLANs during hw reconfig

yujuan.qi (1):
      Cipso: cipso_v4_optptr enter infinite loop


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