All of lore.kernel.org
 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.166
Date: Wed, 27 Mar 2019 23:57:05 +0900	[thread overview]
Message-ID: <20190327145705.GA7990@kroah.com> (raw)

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

I'm announcing the release of the 4.9.166 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                               |    2 -
 arch/arm64/kernel/traps.c              |    8 +++-
 arch/mips/include/asm/jump_label.h     |    8 ++--
 arch/mips/kernel/vmlinux.lds.S         |   12 ++++--
 arch/mips/loongson64/lemote-2f/irq.c   |    2 -
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c     |   12 +-----
 drivers/iommu/amd_iommu.c              |    7 +++-
 drivers/media/usb/uvc/uvc_ctrl.c       |    2 -
 drivers/media/v4l2-core/v4l2-ctrls.c   |    2 -
 drivers/mmc/host/pxamci.c              |    2 -
 drivers/net/wireless/ath/ath10k/wmi.c  |    2 -
 drivers/power/supply/charger-manager.c |    3 -
 drivers/rtc/rtc-lib.c                  |    6 +--
 drivers/scsi/ufs/ufshcd.c              |   14 ++++----
 drivers/tty/serial/sprd_serial.c       |    6 ++-
 drivers/usb/core/config.c              |    9 +++--
 drivers/video/backlight/pwm_bl.c       |    9 ++---
 fs/dcache.c                            |   10 ++---
 fs/ext4/ext4_jbd2.h                    |    2 -
 fs/ext4/file.c                         |    2 -
 fs/ext4/indirect.c                     |   12 ++++--
 fs/udf/truncate.c                      |    3 +
 include/linux/ceph/libceph.h           |    2 +
 include/net/inet_connection_sock.h     |    5 --
 kernel/futex.c                         |    4 ++
 kernel/locking/lockdep.c               |    3 +
 lib/int_sqrt.c                         |    3 +
 net/bluetooth/hci_sock.c               |    3 -
 net/ceph/ceph_common.c                 |   18 +++++++++-
 net/ceph/mon_client.c                  |    9 +++++
 net/dccp/ipv4.c                        |    8 ----
 net/dccp/ipv6.c                        |    2 -
 net/ipv4/tcp_input.c                   |    8 ----
 sound/pci/hda/hda_codec.c              |   57 +++++++++++++++++++++++++++++++--
 tools/objtool/check.c                  |    3 +
 35 files changed, 174 insertions(+), 86 deletions(-)

Al Viro (1):
      Hang/soft lockup in d_invalidate with simultaneous calls

Andrey Konovalov (1):
      USB: core: only clean up what we allocated

Archer Yan (1):
      MIPS: Fix kernel crash for R6 in jump label branch function

Arnd Bergmann (2):
      mmc: pxamci: fix enum type confusion
      ath10k: avoid possible string overflow

Baolin Wang (2):
      rtc: Fix overflow when converting time64_t to rtc_time
      power: supply: charger-manager: Fix incorrect return value

Chen Jie (1):
      futex: Ensure that futex address is aligned in handle_futex_death()

Enric Balletbo i Serra (1):
      pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.

Eric Dumazet (1):
      tcp/dccp: drop SYN packets if accept queue is full

Greg Kroah-Hartman (1):
      Linux 4.9.166

Hans Verkuil (1):
      media: v4l2-ctrls.c/uvc: zero v4l2_event

Hui Wang (1):
      ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec

Ilya Dryomov (1):
      libceph: wait for latest osdmap in ceph_monc_blacklist_add()

Jan Kara (1):
      udf: Fix crash on IO error during truncate

Jiufei Xue (1):
      ext4: fix NULL pointer dereference while journal is aborted

Josh Poimboeuf (1):
      objtool: Move objtool_file struct off the stack

Lanqing Liu (1):
      serial: sprd: clear timeout interrupt only rather than all interrupts

Lukas Czerner (1):
      ext4: fix data corruption caused by unaligned direct AIO

Myungho Jung (1):
      Bluetooth: Fix decrementing reference count twice in releasing socket

Peter Zijlstra (1):
      lib/int_sqrt: optimize small argument

Qiao Zhou (1):
      arm64: traps: disable irq in die()

Stanislaw Gruszka (1):
      iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE

Takashi Iwai (1):
      ALSA: hda - Record the current power state before suspend/resume calls

Thomas Zimmermann (1):
      drm/vmwgfx: Don't double-free the mode stored in par->set_mode

Waiman Long (1):
      locking/lockdep: Add debug_locks check in __lock_downgrade()

Wei Qiao (1):
      serial: sprd: adjust TIMEOUT to a big value

Yasha Cherikovsky (1):
      MIPS: Ensure ELF appended dtb is relocated

Yifeng Li (1):
      mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.

kehuanlin (1):
      scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1

zhangyi (F) (1):
      ext4: brelse all indirect buffer in ext4_ind_remove_space()


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

             reply	other threads:[~2019-03-27 18:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-27 14:57 Greg KH [this message]
2019-03-27 14:57 ` Linux 4.9.166 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=20190327145705.GA7990@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.