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 6.1.100
Date: Thu, 18 Jul 2024 13:27:01 +0200	[thread overview]
Message-ID: <2024071802-tasty-crested-0b2d@gregkh> (raw)

I'm announcing the release of the 6.1.100 kernel.

All users of the 6.1 kernel series must upgrade.

The updated 6.1.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.1.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

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

 Documentation/admin-guide/cifs/usage.rst                     |   36 -
 Makefile                                                     |    2 
 arch/arm/mach-davinci/pm.c                                   |    2 
 arch/s390/include/asm/processor.h                            |    2 
 arch/x86/entry/entry_64.S                                    |   19 
 arch/x86/entry/entry_64_compat.S                             |   14 
 arch/x86/lib/retpoline.S                                     |    2 
 drivers/acpi/processor_idle.c                                |   37 -
 drivers/char/hpet.c                                          |   34 +
 drivers/firmware/cirrus/cs_dsp.c                             |  227 +++++++----
 drivers/i2c/busses/i2c-rcar.c                                |   67 ++-
 drivers/i2c/i2c-core-base.c                                  |    1 
 drivers/i2c/i2c-slave-testunit.c                             |    7 
 drivers/misc/fastrpc.c                                       |   14 
 drivers/net/ethernet/intel/i40e/i40e_main.c                  |    9 
 drivers/net/ethernet/lantiq_etop.c                           |    4 
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h             |   10 
 drivers/net/ethernet/marvell/octeontx2/af/npc.h              |    8 
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c              |    2 
 drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c          |   33 +
 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c          |   67 +++
 drivers/net/ethernet/mediatek/mtk_star_emac.c                |    7 
 drivers/net/ethernet/micrel/ks8851_common.c                  |   10 
 drivers/net/ethernet/micrel/ks8851_spi.c                     |    4 
 drivers/net/phy/microchip_t1.c                               |    2 
 drivers/net/ppp/ppp_generic.c                                |   15 
 drivers/net/wireguard/allowedips.c                           |    4 
 drivers/net/wireguard/queueing.h                             |    4 
 drivers/net/wireguard/send.c                                 |    2 
 drivers/nvmem/core.c                                         |    5 
 drivers/nvmem/meson-efuse.c                                  |   14 
 drivers/nvmem/rmem.c                                         |    5 
 drivers/platform/x86/toshiba_acpi.c                          |    1 
 drivers/usb/core/config.c                                    |   18 
 drivers/usb/core/quirks.c                                    |    3 
 drivers/usb/gadget/configfs.c                                |    3 
 drivers/usb/host/xhci.c                                      |   16 
 drivers/usb/serial/mos7840.c                                 |   45 ++
 drivers/usb/serial/option.c                                  |   38 +
 fs/cachefiles/daemon.c                                       |   14 
 fs/cachefiles/internal.h                                     |   15 
 fs/cachefiles/ondemand.c                                     |   52 ++
 fs/cachefiles/xattr.c                                        |    5 
 fs/dcache.c                                                  |   12 
 fs/locks.c                                                   |    2 
 fs/nilfs2/dir.c                                              |   32 +
 fs/smb/client/cifsglob.h                                     |    4 
 fs/smb/server/smb2pdu.c                                      |   13 
 fs/userfaultfd.c                                             |    7 
 include/linux/bpf.h                                          |    8 
 include/linux/bpf_local_storage.h                            |   17 
 include/linux/compiler_attributes.h                          |   12 
 include/linux/mmzone.h                                       |    3 
 kernel/bpf/bpf_inode_storage.c                               |   38 -
 kernel/bpf/bpf_local_storage.c                               |  197 +++++----
 kernel/bpf/bpf_task_storage.c                                |   38 -
 kernel/bpf/syscall.c                                         |   15 
 kernel/bpf/verifier.c                                        |   11 
 kernel/sched/core.c                                          |    7 
 kernel/sched/fair.c                                          |   12 
 kernel/sched/psi.c                                           |   21 -
 kernel/sched/sched.h                                         |    1 
 kernel/sched/stats.h                                         |   11 
 net/ceph/mon_client.c                                        |   14 
 net/core/bpf_sk_storage.c                                    |   35 -
 net/core/datagram.c                                          |    3 
 net/core/skmsg.c                                             |    3 
 net/ethtool/linkstate.c                                      |   41 +
 net/ipv4/tcp_input.c                                         |   11 
 net/ipv4/tcp_timer.c                                         |   31 +
 net/ipv4/udp.c                                               |    4 
 net/sched/act_ct.c                                           |    8 
 net/sunrpc/xprtsock.c                                        |    7 
 scripts/ld-version.sh                                        |    8 
 sound/pci/hda/patch_realtek.c                                |    4 
 tools/testing/selftests/bpf/progs/test_global_func10.c       |    9 
 tools/testing/selftests/bpf/verifier/calls.c                 |   13 
 tools/testing/selftests/bpf/verifier/helper_access_var_len.c |  104 +++--
 tools/testing/selftests/bpf/verifier/int_ptr.c               |    9 
 tools/testing/selftests/bpf/verifier/search_pruning.c        |   13 
 tools/testing/selftests/bpf/verifier/sock.c                  |   27 -
 tools/testing/selftests/bpf/verifier/spill_fill.c            |    7 
 tools/testing/selftests/bpf/verifier/var_off.c               |   52 --
 tools/testing/selftests/wireguard/qemu/Makefile              |    8 
 84 files changed, 1130 insertions(+), 621 deletions(-)

Alan Stern (1):
      USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor

Aleksander Jan Bajkowski (1):
      net: ethernet: lantiq_etop: fix double free in detach

Aleksandr Mishin (1):
      octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability()

Alexandre Chartre (1):
      x86/bhi: Avoid warning in #DB handler due to BHI mitigation

Armin Wolf (1):
      platform/x86: toshiba_acpi: Fix array out-of-bounds access

Audra Mitchell (1):
      Fix userfaultfd_api to return EINVAL as expected

Baokun Li (4):
      cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
      cachefiles: stop sending new request when dropping object
      cachefiles: cancel all requests for the object that is being dropped
      cachefiles: cyclic allocation of msg_id to avoid reuse

Bjørn Mork (1):
      USB: serial: option: add Fibocom FM350-GL

Brian Foster (1):
      vfs: don't mod negative dentry count when on shrinker list

Brian Gerst (1):
      x86/entry/64: Remove obsolete comment on tracing vs. SYSRET

Chen Ni (1):
      ARM: davinci: Convert comma to semicolon

Chengen Du (1):
      net/sched: Fix UAF when resolving a clash

Dan Carpenter (1):
      i2c: rcar: fix error code in probe()

Daniel Borkmann (1):
      net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket

Daniele Palmas (2):
      USB: serial: option: add Telit generic core-dump composition
      USB: serial: option: add Telit FN912 rmnet compositions

Dmitry Antipov (1):
      ppp: reject claimed-as-LCP but actually malformed packets

Dmitry Smirnov (1):
      USB: serial: mos7840: fix crash on resume

Edson Juliano Drosdeck (1):
      ALSA: hda/realtek: Limit mic boost on VAIO PRO PX

Eduard Zingerman (1):
      bpf: Allow reads from uninit stack

Ekansh Gupta (3):
      misc: fastrpc: Fix DSP capabilities request
      misc: fastrpc: Avoid updating PD type for capability request
      misc: fastrpc: Copy the complete capability structure to user

Eric Dumazet (2):
      tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
      tcp: avoid too many retransmit packets

Geliang Tang (1):
      skmsg: Skip zero length skb in sk_msg_recvmsg

Greg Kroah-Hartman (1):
      Linux 6.1.100

He Zhe (1):
      hpet: Support 32-bit userspace

Heiko Carstens (1):
      Compiler Attributes: Add __uninitialized macro

Helge Deller (1):
      wireguard: allowedips: avoid unaligned 64-bit memory accesses

Hobin Woo (1):
      ksmbd: discard write access to the directory open

Hou Tao (1):
      cachefiles: wait for ondemand_object_worker to finish when dropping object

Hugh Dickins (1):
      net: fix rc7's __skb_datagram_iter()

Ilya Dryomov (1):
      libceph: fix race between delayed_work() and ceph_monc_stop()

Jason A. Donenfeld (3):
      wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU
      wireguard: queueing: annotate intentional data race in cpu round robin
      wireguard: send: annotate intentional data race in checking empty queue

Jeff Layton (1):
      filelock: fix potential use-after-free in posix_lock_inode

Jia Zhu (1):
      cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode

Jian Hui Lee (1):
      net: ethernet: mtk-star-emac: set mac_managed_pm when probing

Jim Mattson (1):
      x86/retpoline: Move a NOENDBR annotation to the SRSO dummy return thunk

Jingbo Xu (1):
      cachefiles: add missing lock protection when polling

John Stultz (1):
      sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath

Josh Don (1):
      Revert "sched/fair: Make sure to try to detach at least one movable task"

Joy Chakraborty (2):
      nvmem: rmem: Fix return value of rmem_read()
      nvmem: meson-efuse: Fix return value of nvmem callbacks

Kiran Kumar K (2):
      octeontx2-af: extend RSS supported offload types
      octeontx2-af: fix issue with IPv6 ext match for RSS

Kuan-Wei Chiu (1):
      ACPI: processor_idle: Fix invalid comparison with insertion sort for latency

Kuniyuki Iwashima (1):
      udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().

Lee Jones (1):
      usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()

Mank Wang (1):
      USB: serial: option: add Netprisma LCUK54 series modules

Martin KaFai Lau (2):
      bpf: Reduce smap->elem_size
      bpf: Remove __bpf_local_storage_map_alloc

Mathias Nyman (1):
      xhci: always resume roothubs if xHC was reset during resume

Michal Kubiak (1):
      i40e: Fix XDP program unloading while removing the driver

Michal Mazur (1):
      octeontx2-af: fix detection of IP layer

Michał Kopeć (1):
      ALSA: hda/realtek: add quirk for Clevo V5[46]0TU

Mohammad Shehar Yaar Tausif (1):
      bpf: fix order of args in call to bpf_map_kvcalloc

Nathan Chancellor (1):
      kbuild: Make ld-version.sh more robust against version string changes

Nazar Bilinskyi (1):
      ALSA: hda/realtek: Enable Mute LED on HP 250 G7

Neal Cardwell (1):
      tcp: fix incorrect undo caused by DSACK of TLP retransmit

Nithin Dabilpuram (1):
      octeontx2-af: replace cpt slot with lf id on reg write

Oleksij Rempel (2):
      net: phy: microchip: lan87xx: reinit PHY after cable test
      ethtool: netlink: do not return SQI value if link is down

Richard Fitzgerald (5):
      firmware: cs_dsp: Fix overflow checking of wmfw header
      firmware: cs_dsp: Return error if block header overflows file
      firmware: cs_dsp: Validate payload length before processing block
      firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers
      firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files

Ronald Wahl (2):
      net: ks8851: Fix deadlock with the SPI chip variant
      net: ks8851: Fix potential TX stall after interface reopen

Ryusuke Konishi (1):
      nilfs2: fix kernel bug on rename operation of broken directory

Satheesh Paul (1):
      octeontx2-af: fix issue with IPv4 match for RSS

Slark Xiao (1):
      USB: serial: option: add support for Foxconn T99W651

Srujana Challa (2):
      octeontx2-af: update cpt lf alloc mailbox
      octeontx2-af: fix a issue with cpt_lf_alloc mailbox

Steve French (1):
      cifs: fix setting SecurityFlags to true

Sven Schnelle (1):
      s390: Mark psw in __load_psw_mask() as __unitialized

Thomas Weißschuh (1):
      nvmem: core: only change name to fram for current attribute

Vanillan Wang (1):
      USB: serial: option: add Rolling RW350-GL variants

Waiman Long (1):
      mm: prevent derefencing NULL ptr in pfn_section_valid()

WangYuli (1):
      USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k

Wolfram Sang (7):
      i2c: rcar: bring hardware to known state when probing
      i2c: mark HostNotify target address as used
      i2c: rcar: reset controller is mandatory for Gen3+
      i2c: rcar: introduce Gen4 devices
      i2c: rcar: ensure Gen3+ reset does not disturb local targets
      i2c: testunit: avoid re-issued work after read message
      i2c: rcar: clear NO_RXDMA flag after resetting

Yafang Shao (1):
      bpf: use bpf_map_kvcalloc in bpf_local_storage

Yonghong Song (1):
      bpf: Refactor some inode/task/sk storage functions for reuse

linke li (1):
      fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading


             reply	other threads:[~2024-07-18 11:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-18 11:27 Greg Kroah-Hartman [this message]
2024-07-18 11:27 ` Linux 6.1.100 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=2024071802-tasty-crested-0b2d@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.