All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 4.9.303
Date: Wed, 23 Feb 2022 13:06:42 +0100	[thread overview]
Message-ID: <1645618002181169@kroah.com> (raw)

I'm announcing the release of the 4.9.303 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:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                                        |    2 
 arch/x86/kvm/pmu.c                              |    2 
 drivers/ata/libata-core.c                       |    1 
 drivers/edac/edac_mc.c                          |    2 
 drivers/gpu/drm/radeon/atombios_encoders.c      |    3 
 drivers/i2c/busses/i2c-brcmstb.c                |    2 
 drivers/net/ieee802154/at86rf230.c              |   13 +-
 drivers/net/usb/ax88179_178a.c                  |   68 ++++++------
 drivers/net/usb/qmi_wwan.c                      |    2 
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c |    3 
 drivers/parisc/ccio-dma.c                       |    3 
 drivers/parisc/sba_iommu.c                      |    3 
 drivers/tty/serial/8250/8250_gsc.c              |    2 
 fs/btrfs/send.c                                 |    4 
 fs/nfs/dir.c                                    |    4 
 fs/nfs/inode.c                                  |    9 -
 fs/quota/dquot.c                                |   11 +
 fs/super.c                                      |   19 ++-
 kernel/trace/trace.c                            |    4 
 kernel/tsacct.c                                 |    7 -
 lib/iov_iter.c                                  |    2 
 net/ax25/af_ax25.c                              |    9 +
 net/core/drop_monitor.c                         |   11 +
 net/ipv4/xfrm4_policy.c                         |    3 
 net/vmw_vsock/af_vsock.c                        |   39 +-----
 scripts/Makefile.extrawarn                      |    1 
 sound/pci/hda/hda_intel.c                       |    5 
 sound/soc/soc-ops.c                             |   29 +++--
 tools/lib/subcmd/subcmd-util.h                  |   11 -
 tools/testing/selftests/zram/zram.sh            |   15 --
 tools/testing/selftests/zram/zram01.sh          |   33 +----
 tools/testing/selftests/zram/zram02.sh          |    1 
 tools/testing/selftests/zram/zram_lib.sh        |  134 +++++++++++++++---------
 33 files changed, 252 insertions(+), 205 deletions(-)

Darrick J. Wong (2):
      vfs: make freeze_super abort when sync_filesystem returns error
      quota: make dquot_quota_sync return errors from ->sync_fs

Duoming Zhou (1):
      ax25: improve the incomplete fix to avoid UAF and NPD bugs

Dāvis Mosāns (1):
      btrfs: send: in case of IO error log it

Eliav Farber (1):
      EDAC: Fix calculation of returned address and next offset in edac_align_ptr()

Eric Dumazet (1):
      drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit

Eric W. Biederman (1):
      taskstats: Cleanup the use of task->exit_code

Greg Kroah-Hartman (1):
      Linux 4.9.303

Guillaume Nault (1):
      xfrm: Don't accidentally set RTO_ONLINK in decode_session4()

JaeSang Yoo (1):
      tracing: Fix tp_printk option related with tp_printk_stop_on_boot

Jann Horn (1):
      net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup

Jim Mattson (1):
      KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW

Johannes Berg (1):
      iwlwifi: pcie: fix locking when "HW not ready"

John David Anglin (2):
      parisc: Fix data TLB miss in sba_unmap_sg
      parisc: Fix sglist access in ccio-dma.c

Kees Cook (1):
      libsubcmd: Fix use-after-free for realloc(..., 0)

Mark Brown (2):
      ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()
      ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()

Max Kellermann (1):
      lib/iov_iter: initialize "flags" in new pipe_buffer

Miquel Raynal (1):
      net: ieee802154: at86rf230: Stop leaking skb's

Nathan Chancellor (1):
      Makefile.extrawarn: Move -Wunaligned-access to W=1

Nicholas Bishop (1):
      drm/radeon: Fix backlight control on iMac 12,1

Rafał Miłecki (1):
      i2c: brcmstb: fix support for DSL and CM variants

Randy Dunlap (1):
      serial: parisc: GSC: fix build when IOSAPIC is not set

Seth Forshee (1):
      vsock: remove vsock from connected table when connect is interrupted by a signal

Slark Xiao (1):
      net: usb: qmi_wwan: Add support for Dell DW5829e

Sunil Muthuswamy (1):
      vsock: correct removal of socket from the list

Takashi Iwai (2):
      ALSA: hda: Fix regression on forced probe mask option
      ALSA: hda: Fix missing codec probe on Shenker Dock 15

Trond Myklebust (2):
      NFS: LOOKUP_DIRECTORY is also ok with symlinks
      NFS: Do not report writeback errors in nfs_getattr()

Yang Xu (3):
      selftests/zram: Skip max_comp_streams interface on newer kernel
      selftests/zram01.sh: Fix compression ratio calculation
      selftests/zram: Adapt the situation that /dev/zram0 is being used

Zoltán Böszörményi (1):
      ata: libata-core: Disable TRIM on M88V29


             reply	other threads:[~2022-02-23 12:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 12:06 Greg Kroah-Hartman [this message]
2022-02-23 12:06 ` Linux 4.9.303 Greg Kroah-Hartman

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=1645618002181169@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.