Linux 6.9.1
From: | Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
To: | linux-kernel-AT-vger.kernel.org, akpm-AT-linux-foundation.org, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 6.9.1 | |
Date: | Fri, 17 May 2024 13:58:57 +0200 | |
Message-ID: | <2024051758-parchment-unadorned-15ed@gregkh> | |
Cc: | lwn-AT-lwn.net, jslaby-AT-suse.cz, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
Archive-link: | Article |
I'm announcing the release of the 6.9.1 kernel. All users of the 6.9 kernel series must upgrade. The updated 6.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.9.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-s... thanks, greg k-h ------------ Makefile | 2 drivers/dma/idxd/cdev.c | 77 +++++++++++++++++++++++ drivers/dma/idxd/idxd.h | 3 drivers/dma/idxd/init.c | 4 + drivers/dma/idxd/registers.h | 3 drivers/dma/idxd/sysfs.c | 27 +++++++- drivers/net/wireless/mediatek/mt76/mt7915/main.c | 4 + drivers/vfio/pci/vfio_pci.c | 2 include/linux/pci_ids.h | 2 security/keys/key.c | 3 10 files changed, 120 insertions(+), 7 deletions(-) Arjan van de Ven (2): VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist dmaengine: idxd: add a new security check to deal with a hardware erratum Ben Greear (1): wifi: mt76: mt7915: add missing chanctx ops Greg Kroah-Hartman (1): Linux 6.9.1 Nikhil Rao (1): dmaengine: idxd: add a write() method for applications to submit work Silvio Gissi (1): keys: Fix overwrite of key expiration on instantiation