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 5.4.266
Date: Mon,  8 Jan 2024 12:26:29 +0100	[thread overview]
Message-ID: <2024010830-helping-boasting-1c28@gregkh> (raw)

I'm announcing the release of the 5.4.266 kernel.

All users of the 5.4 kernel series must upgrade.

The updated 5.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.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/arm/mach-omap2/id.c                                 |    5 
 arch/s390/include/asm/fpu/api.h                          |    2 
 arch/x86/kernel/alternative.c                            |    2 
 drivers/i2c/busses/i2c-aspeed.c                          |   48 +++++---
 drivers/iio/adc/ti_am335x_adc.c                          |    4 
 drivers/iio/common/ms_sensors/ms_sensors_i2c.c           |    4 
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c               |    4 
 drivers/input/keyboard/ipaq-micro-keys.c                 |    3 
 drivers/interconnect/core.c                              |    3 
 drivers/net/ethernet/atheros/atl1e/atl1e_main.c          |    5 
 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c |    4 
 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c      |   10 +
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c         |    2 
 drivers/pinctrl/pinctrl-at91-pio4.c                      |    8 +
 drivers/reset/core.c                                     |    3 
 drivers/scsi/bnx2fc/bnx2fc_fcoe.c                        |    9 -
 drivers/usb/host/fotg210-hcd.c                           |    3 
 drivers/usb/serial/ftdi_sio.c                            |    6 -
 drivers/usb/serial/ftdi_sio_ids.h                        |    6 -
 drivers/usb/serial/option.c                              |    5 
 fs/afs/cell.c                                            |    6 -
 fs/afs/dynroot.c                                         |   31 ++---
 fs/block_dev.c                                           |    9 +
 fs/btrfs/ioctl.c                                         |    9 +
 fs/cifs/misc.c                                           |    4 
 fs/cifs/smb2misc.c                                       |   26 +---
 fs/cifs/smb2pdu.h                                        |    2 
 kernel/trace/ring_buffer.c                               |    9 +
 net/8021q/vlan_core.c                                    |    9 +
 net/9p/protocol.c                                        |   17 ++
 net/bluetooth/hci_event.c                                |    3 
 net/core/dev.c                                           |    8 +
 net/ife/ife.c                                            |    1 
 net/mac80211/mesh_plink.c                                |   10 -
 net/rfkill/rfkill-gpio.c                                 |    8 +
 net/rose/af_rose.c                                       |   39 +++++-
 net/wireless/certs/wens.hex                              |   87 +++++++++++++++
 sound/pci/hda/patch_hdmi.c                               |    2 
 sound/pci/hda/patch_realtek.c                            |    1 
 40 files changed, 319 insertions(+), 100 deletions(-)

Alexis Lothoré (1):
      pinctrl: at91-pio4: use dedicated lock class for IRQ

Alper Ak (1):
      USB: serial: option: add Quectel EG912Y module support

Bin Li (1):
      ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5

Chen-Yu Tsai (1):
      wifi: cfg80211: Add my certificate

Dan Carpenter (1):
      usb: fotg210-hcd: delete an incorrect bounds test

David Howells (3):
      afs: Fix the dynamic root's d_delete to always delete unused dentries
      afs: Fix dynamic root lookup DNS check
      afs: Fix overwriting of result of DNS query

Eric Dumazet (3):
      net: sched: ife: fix potential use-after-free
      net/rose: fix races in rose_kill_by_device()
      net: check dev->gso_max_size in gso_features_check()

Fedor Pchelkin (1):
      net: 9p: avoid freeing uninit memory in p9pdu_vreadf

Geert Uytterhoeven (1):
      reset: Fix crash when freeing non-existent optional resets

Greg Kroah-Hartman (1):
      Linux 5.4.266

Haoran Liu (1):
      Input: ipaq-micro-keys - add error handling for devm_kmemdup

Heiko Carstens (1):
      s390/vx: fix save/restore of fpu kernel context

Heiner Kallweit (1):
      net: warn if gso_type isn't set for a GSO SKB

Hu Haowen (1):
      net/mlx5: improve some comments

Javier Carrasco (1):
      iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table

Johannes Berg (2):
      wifi: mac80211: mesh_plink: fix matches_local logic
      wifi: cfg80211: fix certs build to not depend on file order

Josef Bacik (1):
      btrfs: do not allow non subvolume root targets for snapshot

Kai Vehmanen (2):
      ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10
      ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB

Kunwu Chan (1):
      ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init

Liu Jian (1):
      net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by_dev()

Luiz Augusto von Dentz (1):
      Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent

Mark Glover (1):
      USB: serial: ftdi_sio: update Actisense PIDs constant names

Mike Tipton (1):
      interconnect: Treat xlate() returning NULL node as an error

Moshe Shemesh (1):
      net/mlx5: Fix fw tracer first block check

Namjae Jeon (1):
      ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE

Paulo Alcantara (2):
      smb: client: fix NULL deref in asn1_ber_decoder()
      smb: client: fix OOB in smbCalcSize()

Quan Nguyen (1):
      i2c: aspeed: Handle the coalesced stop conditions with the start conditions.

Rahul Rameshbabu (1):
      net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by representors

Reinhard Speyerer (1):
      USB: serial: option: add Quectel RM500Q R13 firmware support

Rouven Czerwinski (1):
      net: rfkill: gpio: set GPIO direction

Sarthak Kukreti (1):
      block: Don't invalidate pagecache for invalid falloc modes

Slark Xiao (1):
      USB: serial: option: add Foxconn T99W265 with new baseline

Steven Rostedt (Google) (1):
      ring-buffer: Fix wake ups when buffer_percent is set to 100

Su Hui (1):
      iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw

Thomas Gleixner (1):
      x86/alternatives: Sync core before enabling interrupts

Vlad Buslov (1):
      Revert "net/mlx5e: fix double free of encap_header"

Wadim Egorov (1):
      iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()

Wei Yongjun (1):
      scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()

Zhipeng Lu (1):
      ethernet: atheros: fix a memleak in atl1e_setup_ring_resources


             reply	other threads:[~2024-01-08 11:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-08 11:26 Greg Kroah-Hartman [this message]
2024-01-08 11:26 ` Linux 5.4.266 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=2024010830-helping-boasting-1c28@gregkh \
    --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.