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.153
Date: Sat, 26 Jan 2019 10:30:25 +0100	[thread overview]
Message-ID: <20190126093025.GA23578@kroah.com> (raw)

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

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

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

 Documentation/filesystems/proc.txt          |    4 ++-
 Makefile                                    |    2 -
 arch/arm64/kernel/perf_event.c              |    1 
 arch/mips/Kconfig                           |    3 ++
 arch/mips/sibyte/common/Makefile            |    1 
 arch/mips/sibyte/common/dma.c               |   14 +++++++++++
 arch/powerpc/xmon/xmon.c                    |   18 +++++++++++---
 drivers/base/bus.c                          |    7 ++++-
 drivers/char/ipmi/ipmi_ssif.c               |   25 +++++++++++++-------
 drivers/clk/imx/clk-imx6q.c                 |    6 ++++
 drivers/cpuidle/cpuidle-pseries.c           |    8 +++++-
 drivers/infiniband/sw/rxe/rxe_req.c         |    1 
 drivers/md/dm-kcopyd.c                      |   19 +++++++++++----
 drivers/md/dm-snap.c                        |   22 +++++++++++++++++
 drivers/media/firewire/firedtv-avc.c        |    6 +++-
 drivers/media/firewire/firedtv.h            |    6 +++-
 drivers/mmc/host/atmel-mci.c                |    3 +-
 drivers/net/ethernet/intel/e1000e/ptp.c     |   13 ++++++++--
 drivers/net/ethernet/realtek/r8169.c        |    2 +
 drivers/platform/x86/asus-wmi.c             |    3 +-
 drivers/scsi/megaraid/megaraid_sas_fp.c     |    2 -
 drivers/scsi/megaraid/megaraid_sas_fusion.c |    2 -
 drivers/scsi/smartpqi/smartpqi_init.c       |    3 ++
 drivers/target/target_core_spc.c            |   17 +++++++++----
 drivers/tty/serial/amba-pl011.c             |    2 +
 drivers/tty/serial/pic32_uart.c             |    1 
 drivers/tty/serial/serial_core.c            |   22 ++++++++++++-----
 drivers/tty/serial/xilinx_uartps.c          |    1 
 fs/jffs2/super.c                            |    3 +-
 fs/ocfs2/localalloc.c                       |    9 +++++--
 fs/pstore/ram_core.c                        |    5 ++++
 include/asm-generic/qspinlock_types.h       |    2 +
 include/linux/backing-dev-defs.h            |    8 ++++++
 mm/page-writeback.c                         |   35 ++++++++++++++++------------
 net/core/sock.c                             |    1 
 net/ipv6/af_inet6.c                         |   14 ++++++++++-
 scripts/kconfig/zconf.l                     |    4 ++-
 security/selinux/hooks.c                    |    2 -
 sound/firewire/Kconfig                      |    1 
 sound/firewire/bebob/bebob.c                |    2 -
 sound/firewire/oxfw/oxfw.c                  |    8 ++++++
 tools/lib/subcmd/Makefile                   |    2 -
 tools/perf/arch/x86/util/intel-pt.c         |   11 ++++++++
 tools/perf/util/parse-events.c              |    2 -
 tools/perf/util/svghelper.c                 |    2 -
 45 files changed, 255 insertions(+), 70 deletions(-)

Adrian Hunter (1):
      perf intel-pt: Fix error with config term "pt=0"

Anders Roxell (3):
      writeback: don't decrement wb->refcnt if !wb->bdi
      serial: set suppress_bind_attrs flag only if builtin
      arm64: perf: set suppress_bind_attrs flag to true

Arnaldo Carvalho de Melo (3):
      perf svghelper: Fix unchecked usage of strncpy()
      perf parse-events: Fix unchecked usage of strncpy()
      tools lib subcmd: Don't add the kernel sources to the include path

Breno Leitao (2):
      powerpc/xmon: Fix invocation inside lock region
      powerpc/pseries/cpuidle: Fix preempt warning

Brian Foster (1):
      mm/page-writeback.c: don't break integrity writeback on ->writepage() error

Chuck Lever (1):
      rxe: IB_WR_REG_MR does not capture MR's iova field

Corey Minyard (1):
      ipmi:ssif: Fix handling of multi-part return messages

Daniel Santos (1):
      jffs2: Fix use of uninitialized delayed_work, lockdep breakage

Daniel Vetter (1):
      sysfs: Disable lockdep for driver bind/unbind files

Dave Airlie (1):
      locking/qspinlock: Pull in asm/byteorder.h to ensure correct endianness

David Ahern (2):
      ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
      ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses

David Disseldorp (1):
      scsi: target: use consistent left-aligned ASCII INQUIRY data

Greg Kroah-Hartman (1):
      Linux 4.9.153

Joel Fernandes (Google) (1):
      pstore/ram: Do not treat empty buffers as valid

Jonas Danielsson (1):
      mmc: atmel-mci: do not assume idle after atmci_request_end

João Paulo Rechi Vita (1):
      platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey

Junxiao Bi (1):
      ocfs2: fix panic due to unrecovered local alloc

Kai-Heng Feng (1):
      r8169: Add support for new Realtek Ethernet

Kevin Barnett (1):
      scsi: smartpqi: correct lun reset issues

Lucas Stach (1):
      clk: imx6q: reset exclusive gates on init

Maciej W. Rozycki (1):
      MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSur

Masahiro Yamada (2):
      kconfig: fix file name and line number of warn_ignored_character()
      kconfig: fix memory leak when EOF is encountered in quotation

Michal Hocko (1):
      mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps

Miroslav Lichvar (1):
      e1000e: allow non-monotonic SYSTIM readings

Nathan Chancellor (1):
      media: firewire: Fix app_info parameter type in avc_ca{,_app}_info

Nikos Tsironis (2):
      dm kcopyd: Fix bug causing workqueue stalls
      dm snapshot: Fix excessive memory usage and workqueue stalls

Ondrej Mosnacek (1):
      selinux: always allow mounting submounts

Qian Cai (1):
      scsi: megaraid: fix out-of-bound array accesses

Sergey Senozhatsky (1):
      tty/serial: do not free trasnmit buffer page under port lock

Takashi Sakamoto (2):
      ALSA: oxfw: add support for APOGEE duet FireWire
      ALSA: bebob: fix model-id of unit for Apogee Ensemble

yupeng (1):
      net: call sk_dst_reset when set SO_DONTROUTE


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

             reply	other threads:[~2019-01-26  9:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-26  9:30 Greg KH [this message]
2019-01-26  9:30 ` Linux 4.9.153 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=20190126093025.GA23578@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.