linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.9.143
Date: Wed, 5 Dec 2018 20:47:48 +0100	[thread overview]
Message-ID: <20181205194748.GA20738@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6738 bytes --]

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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2018-12-05 19:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 19:47 Greg KH [this message]
2018-12-05 19:47 ` Linux 4.9.143 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181205194748.GA20738@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).