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 Dec 2018 20:47:48 +0100
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.143

I'm announcing the release of the 4.9.143 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                                       |   67 ++++++------
 arch/arm/Makefile                              |    2 
 arch/arm/boot/compressed/Makefile              |    2 
 arch/arm/firmware/trusted_foundations.c        |   14 +-
 arch/x86/events/core.c                         |   20 ---
 arch/x86/events/intel/core.c                   |   52 +++++++---
 arch/x86/events/perf_event.h                   |   13 +-
 arch/x86/kvm/mmu.c                             |   27 +----
 arch/x86/kvm/svm.c                             |   20 ++-
 arch/x86/kvm/x86.c                             |    3 
 arch/xtensa/kernel/asm-offsets.c               |   16 +--
 arch/xtensa/kernel/process.c                   |    5 
 drivers/bus/arm-cci.c                          |    2 
 drivers/dma/at_hdmac.c                         |   10 +
 drivers/firmware/efi/libstub/Makefile          |    3 
 drivers/firmware/efi/libstub/efi-stub-helper.c |   11 +-
 drivers/hv/channel.c                           |    8 +
 drivers/iio/magnetometer/st_magn_buffer.c      |   12 --
 drivers/media/usb/em28xx/em28xx-dvb.c          |    3 
 drivers/misc/mic/scif/scif_rma.c               |    2 
 drivers/net/rionet.c                           |    2 
 drivers/net/usb/ipheth.c                       |   10 -
 drivers/net/wireless/ti/wlcore/cmd.c           |    6 -
 drivers/s390/net/qeth_core_main.c              |   27 ++---
 drivers/usb/core/quirks.c                      |    3 
 drivers/usb/dwc3/gadget.c                      |    5 
 drivers/usb/storage/unusual_realtek.h          |   10 +
 fs/btrfs/super.c                               |    1 
 fs/btrfs/transaction.c                         |    6 -
 fs/direct-io.c                                 |    4 
 fs/ext2/xattr.c                                |    2 
 include/linux/workqueue.h                      |    4 
 mm/huge_memory.c                               |   79 +++++++--------
 mm/khugepaged.c                                |  129 ++++++++++++++-----------
 mm/shmem.c                                     |   97 ++++++++++--------
 net/core/skbuff.c                              |    4 
 sound/core/control.c                           |   80 ++++++++-------
 sound/isa/wss/wss_lib.c                        |    2 
 sound/pci/ac97/ac97_codec.c                    |    2 
 sound/sparc/cs4231.c                           |    8 -
 40 files changed, 423 insertions(+), 350 deletions(-)

Alistair Strachan (1):
      efi/libstub: arm: support building with clang

Ard Biesheuvel (1):
      efi/libstub: Make file I/O chunking x86-specific

Arnd Bergmann (1):
      workqueue: avoid clang warning

Bernd Eckstein (1):
      usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2

Chris Fries (1):
      kbuild: Set KBUILD_CFLAGS before incl. arch Makefile

Dexuan Cui (1):
      Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()

Felipe Balbi (1):
      Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"

Filipe Manana (1):
      Btrfs: ensure path name is null terminated at btrfs_control_ioctl

Greg Kroah-Hartman (1):
      Linux 4.9.143

Hugh Dickins (9):
      mm/huge_memory: rename freeze_page() to unmap_page()
      mm/huge_memory: splitting set mapping+index before unfreeze
      mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()
      mm/khugepaged: collapse_shmem() stop if punched or truncated
      mm/khugepaged: fix crashes due to misaccounted holes
      mm/khugepaged: collapse_shmem() remember to clear holes
      mm/khugepaged: minor reorderings in collapse_shmem()
      mm/khugepaged: collapse_shmem() without freezing new_page
      mm/khugepaged: collapse_shmem() do not crash on Compound

Jim Mattson (1):
      kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb

Jiri Olsa (2):
      perf/x86/intel: Move branch tracing setup to the Intel-specific source file
      perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()

Josef Bacik (1):
      btrfs: release metadata before running delayed refs

Julian Wiedmann (1):
      s390/qeth: fix length check in SNMP processing

Junaid Shahid (1):
      kvm: mmu: Fix race in emulated page table writes

Kai-Heng Feng (1):
      USB: usb-storage: Add new IDs to ums-realtek

Konstantin Khlebnikov (1):
      mm/huge_memory.c: reorder operations in __split_huge_page_tail()

Martin Kelly (1):
      iio:st_magn: Fix enable device after trigger

Matthias Schwarzott (1):
      media: em28xx: Fix use-after-free when disconnecting

Max Filippov (2):
      xtensa: enable coprocessors that are being flushed
      xtensa: fix coprocessor context offset definitions

Maximilian Heyne (1):
      fs: fix lost error code in dio_complete

Michael Niewöhner (1):
      usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series

Mike Rapoport (2):
      shmem: shmem_charge: verify max_block is not exceeded before inode update
      shmem: introduce shmem_inode_acct_block

Pan Bian (2):
      rapidio/rionet: do not free skb before reading its length
      ext2: fix potential use after free

Petr Machata (1):
      net: skb_scrub_packet(): Scrub offload_fwd_mark

Richard Genoud (2):
      dmaengine: at_hdmac: fix memory leak in at_dma_xlate()
      dmaengine: at_hdmac: fix module unloading

Sasha Levin (1):
      Revert "wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()"

Stefan Agner (4):
      ARM: 8766/1: drop no-thumb-interwork in EABI mode
      ARM: 8767/1: add support for building ARM kernel with clang
      bus: arm-cci: remove unnecessary unreachable()
      ARM: trusted_foundations: do not use naked function

Takashi Iwai (4):
      ALSA: wss: Fix invalid snd_free_pages() at error path
      ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control write
      ALSA: control: Fix race between adding and removing a user element
      ALSA: sparc: Fix invalid snd_free_pages() at error path

Wanpeng Li (1):
      KVM: X86: Fix scan ioapic use-before-initialization

Yu Zhao (1):
      mm: use swp_offset as key in shmem_replace_page()

YueHaibing (1):
      misc: mic/scif: fix copy-paste error in scif_create_remote_lookup


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