Re: [PATCH v4 2/2] livepatch: Convert timeouts to secs_to_jiffies()

2024-12-17 Thread Christophe Leroy
Le 18/12/2024 à 00:09, Easwar Hariharan a écrit : Commit b35108a51cf7 ("jiffies: Define secs_to_jiffies()") introduced secs_to_jiffies(). As the value here is a multiple of 1000, use secs_to_jiffies() instead of msecs_to_jiffies to avoid the multiplication. This is converted using scripts/coc

Re: [RFC PATCH] get_maintainer: decouple subsystem status from maintainer role

2024-12-17 Thread Kees Cook
On Fri, Dec 13, 2024 at 12:29:22PM +0100, Vlastimil Babka wrote: > The script currently uses the subystem's status (S: field) to change how > maintainers are reported. One prominent example is when the status is > Supported, the maintainers are reported as "(supporter:SUBSYSTEM)". > > This is misl

[PATCH bpf-next v4 2/2] selftests/bpf: Add testcases for BPF_MUL

2024-12-17 Thread Matan Shachnai
The previous commit improves precision of BPF_MUL. Add tests to exercise updated BPF_MUL. Signed-off-by: Matan Shachnai --- .../selftests/bpf/progs/verifier_bounds.c | 134 ++ 1 file changed, 134 insertions(+) diff --git a/tools/testing/selftests/bpf/progs/verifier_bounds.c

[PATCH bpf-next v4 1/2] bpf, verifier: Improve precision of BPF_MUL

2024-12-17 Thread Matan Shachnai
This patch improves (or maintains) the precision of register value tracking in BPF_MUL across all possible inputs. It also simplifies scalar32_min_max_mul() and scalar_min_max_mul(). As it stands, BPF_MUL is composed of three functions: case BPF_MUL: tnum_mul(); scalar32_min_max_mul(); scal

[PATCH bpf-next v4 0/2] bpf, verifier: Improve precision of BPF_MUL

2024-12-17 Thread Matan Shachnai
Hi All, This patch-set aims to improve precision of BPF_MUL and add testcases to illustrate precision gains using signed and unsigned bounds. Thanks for taking the time to review and for all the feedback! Best, Matan Changes from v1: - Fixed typo made in patch. Changes from v2: - Added sign

[PATCH v2] virtio: fix reference leak in register_virtio_device()

2024-12-17 Thread Ma Ke
Once device_add(&dev->dev) failed, call put_device() to explicitly release dev->dev. Or it could cause double free problem. As comment of device_add() says, 'if device_add() succeeds, you should call device_del() when you want to get rid of it. If device_add() has not succeeded, use only put_devic

[PATCH for-next] selftests/alsa: Fix circular dependency involving global-timer

2024-12-17 Thread Li Zhijian
The pattern rule `$(OUTPUT)/%: %.c` inadvertently included a circular dependency on the global-timer target due to its inclusion in $(TEST_GEN_PROGS_EXTENDED). This resulted in a circular dependency warning during the build process. To resolve this, the dependency on $(TEST_GEN_PROGS_EXTENDED) has

Re: [PATCH bpf-next v5 5/5] bpf: selftests: verifier: Add nullness elision tests

2024-12-17 Thread Daniel Xu
On Fri, Dec 13, 2024, at 10:17 PM, Eduard Zingerman wrote: > On Thu, 2024-12-12 at 16:22 -0700, Daniel Xu wrote: >> Test that nullness elision works for common use cases. For example, we >> want to check that both full and subreg stack slots are recognized. As >> well as when there's both const a

Re: [PATCH v3 57/57] KVM: x86: Use only local variables (no bitmask) to init kvm_cpu_caps

2024-12-17 Thread Maxim Levitsky
On Wed, 2024-11-27 at 17:34 -0800, Sean Christopherson wrote: > Refactor the kvm_cpu_cap_init() macro magic to collect supported features > in a local variable instead of passing them to the macro as a "mask". As > pointed out by Maxim, relying on macros to "return" a value and set local > variabl

Re: [PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching

2024-12-17 Thread Maxim Levitsky
On Wed, 2024-11-27 at 17:33 -0800, Sean Christopherson wrote: > The super short TL;DR: snapshot all X86_FEATURE_* flags that KVM cares > about so that all queries against guest capabilities are "fast", e.g. don't > require manual enabling or judgment calls as to where a feature needs to be > fast.

[PATCH v4 1/2] s390: kernel: Convert timeouts to use secs_to_jiffies()

2024-12-17 Thread Easwar Hariharan
Commit b35108a51cf7 ("jiffies: Define secs_to_jiffies()") introduced secs_to_jiffies(). As the values here are a multiple of 1000, use secs_to_jiffies() instead of msecs_to_jiffies to avoid the multiplication. This is converted using scripts/coccinelle/misc/secs_to_jiffies.cocci with the following

[PATCH v4 0/2] Converge on using secs_to_jiffies()

2024-12-17 Thread Easwar Hariharan
Fixups for a couple of patches that received review after the series was queued into mm. Signed-off-by: Easwar Hariharan --- Changes in v4: - Replace schedule_delayed_work() that had a 0 timeout with schedule_work() in livepatch (Christophe Leroy) - Added requested hunk in s390 (Alexander Gorde

[PATCH v4 2/2] livepatch: Convert timeouts to secs_to_jiffies()

2024-12-17 Thread Easwar Hariharan
Commit b35108a51cf7 ("jiffies: Define secs_to_jiffies()") introduced secs_to_jiffies(). As the value here is a multiple of 1000, use secs_to_jiffies() instead of msecs_to_jiffies to avoid the multiplication. This is converted using scripts/coccinelle/misc/secs_to_jiffies.cocci with the following C

[ANNOUNCE] 5.10.231-rt123

2024-12-17 Thread Luis Claudio R. Goncalves
Hello RT-list! I'm pleased to announce the 5.10.231-rt123 stable release. This release is just an update to the new stable 5.10.231 version and no RT specific changes have been made. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt

[PATCH v5 08/13] media: i2c: imx214: Implement vflip/hflip controls

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch The imx214 sensor supports horizontal and vertical flipping. Add appropriate controls to the driver. Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 69 -- 1 file changed, 61 insertions(+

[PATCH v5 11/13] media: i2c: imx214: Add test pattern control

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch This adds V4L2_CID_TEST_PATTERN control support. Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 77 -- 1 file changed, 75 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/im

[PATCH v5 07/13] media: i2c: imx214: Add vblank and hblank controls

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch Add vblank control to allow changing the framerate / higher exposure values. The vblank and hblank controls are needed for libcamera support. While at it, fix the minimal exposure time according to the datasheet. Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214

[PATCH v5 03/13] media: i2c: imx214: Convert to CCI register access helpers

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch Use the new common CCI register access helpers to replace the private register access helpers in the imx214 driver. This simplifies the driver by reducing the amount of code. Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/i2c/Kconfig | 1 + d

[PATCH v5 10/13] media: i2c: imx214: Verify chip ID

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch Check the chip ID and stop probing if it is no imx214 sensor. Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 29 + 1 file changed, 29 insertions(+) diff --git a/drivers/media/i2c/imx214.c b/drivers/med

[PATCH v5 04/13] media: i2c: imx214: Replace register addresses with macros

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch Define macros for all the known registers used in the register arrays, and use them to replace the numerical addresses. This improves readability. Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 407 ++--

[PATCH v5 12/13] media: i2c: imx214: Fix clock handling on probe error or remove

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch The driver should disable or unprepare the clock on probe error and on removing the module. Remove regulator_bulk_disable(), because it is called by imx214_power_off(). Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 4 +++- 1 file changed, 3 insertions(+),

[PATCH v5 06/13] media: i2c: imx214: Check number of lanes from device tree

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch The imx214 camera is capable of either two-lane or four-lane operation. Currently only the four-lane mode is supported, as proper pixel rates and link frequences for the two-lane mode are unknown. Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/

[PATCH v5 13/13] media: i2c: imx214: Fix link frequency validation

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch The driver defines IMX214_DEFAULT_LINK_FREQ 48000, and then IMX214_DEFAULT_PIXEL_RATE ((IMX214_DEFAULT_LINK_FREQ * 8LL) / 10), which works out as 384MPix/s. (The 8 is 4 lanes and DDR.) Parsing the PLL registers with the defined 24MHz input. We're in single PLL mode, so M

[PATCH v5 09/13] media: i2c: imx214: Add analogue/digital gain control

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch The imx214 sensor supports analogue gain up to 8x and digital gain up to 16x. Implement the corresponding controls in the driver. Default gain values are not modified by this patch. Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 5

[PATCH v5 05/13] media: i2c: imx214: Drop IMX214_REG_EXPOSURE from mode reg arrays

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch The IMX214_REG_EXPOSURE is configured twice, once with a hardcoded value in the mode_ registers arrays, and once via v4l2_ctrl_ops. The latter is enough, drop the former. Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 2 -- 1 file

[PATCH v5 00/13] media: i2c: imx214: Miscellaneous cleanups and improvements

2024-12-17 Thread André Apitzsch via B4 Relay
This patch series is a collection of miscellaneous cleanups and improvements to the imx214 driver. The series converts the driver to the CCI helpers and adds controls needed to make the driver work with libcamera. The changes are inspired by the imx219 driver. Signed-off-by: André Apitzsch ---

[PATCH v5 01/13] media: i2c: imx214: Use subdev active state

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch Port the imx214 sensor driver to use the subdev active state. Move all the format configuration to the subdevice state and simplify the format handling, locking and initialization. While at it, simplify imx214_start_streaming() by removing unneeded goto statements and the c

[PATCH v5 02/13] media: i2c: imx214: Simplify with dev_err_probe()

2024-12-17 Thread André Apitzsch via B4 Relay
From: André Apitzsch Error handling in probe() can be a bit simpler with dev_err_probe(). Acked-by: Ricardo Ribalda Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 54 +- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a

[PATCH net] selftests: openvswitch: fix tcpdump execution

2024-12-17 Thread Adrian Moreno
Fix the way tcpdump is executed by: - Using the right variable for the namespace. Currently the use of the empty "ns" makes the command fail. - Waiting until it starts to capture to ensure the interesting traffic is caught on slow systems. - Using line-buffered output to ensure logs are availab

Re: [PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable

2024-12-17 Thread Mark Brown
On Tue, Dec 17, 2024 at 10:00:44AM -0800, Oliver Upton wrote: > On Tue, Dec 17, 2024 at 03:10:28PM +, Mark Brown wrote: > > No, this isn't a new use - a Fixes: tag indicates that the referenced > > commit introduced the problem being fixed and that is exactly what's > > going on here. Like I

Re: [PATCH bpf-next v3 1/2] bpf, verifier: Improve precision of BPF_MUL

2024-12-17 Thread Matan Shachnai
On Mon, Dec 16, 2024 at 3:31 PM Alexei Starovoitov wrote: > > On Sat, Dec 14, 2024 at 11:04 AM Matan Shachnai wrote: > > > > This patch improves (or maintains) the precision of register value tracking > > in BPF_MUL across all possible inputs. It also simplifies > > scalar32_min_max_mul() and sca

[PATCH v3 3/7] KVM: x86: Unprotect & retry before unhandleable vectoring check

2024-12-17 Thread Ivan Orlov
Try to unprotect and retry the instruction execution before checking for unhandleable vectoring. If there is a write to a shadowed page table when vectoring an event, KVM should be able to unprotect the gfn and retry the instruction execution without returning an error to userspace. This ensures t

Re: [PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable

2024-12-17 Thread Oliver Upton
On Tue, Dec 17, 2024 at 03:10:28PM +, Mark Brown wrote: > On Tue, Dec 17, 2024 at 01:54:39PM +, Marc Zyngier wrote: > > Mark Brown wrote: > > > > The selftests are shipped as part of the kernel source and frequently > > > used for testing the kernel, it's all one source base and we want t

[PATCH v3 7/7] selftests: KVM: Add test case for MMIO during vectoring

2024-12-17 Thread Ivan Orlov
Extend the 'set_memory_region_test' with a test case which covers the MMIO during vectoring error handling. The test case 1) Sets an IDT descriptor base to point to an MMIO address 2) Generates a #GP in the guest 3) Verifies that we got a correct exit reason and suberror code 4) Verifies that we g

[PATCH v3 6/7] selftests: KVM: extract lidt into helper function

2024-12-17 Thread Ivan Orlov
Implement a function for setting the IDT descriptor from the guest code. Replace the existing lidt occurrences with calls to this function as `lidt` is used in multiple places. Signed-off-by: Ivan Orlov --- V1 -> V2: - This patch wasn't included in V1. V2 -> V3: - No changes tools/testing/selft

[PATCH v3 0/7] Enhance event delivery error handling

2024-12-17 Thread Ivan Orlov
Currently, the unhandleable vectoring (e.g. when guest accesses MMIO during vectoring) is handled differently on VMX and SVM: on VMX KVM returns internal error, when SVM goes into infinite loop trying to deliver an event again and again. This patch series eliminates this difference by returning a

[PATCH v3 5/7] KVM: SVM: Handle vectoring error in check_emulate_instruction

2024-12-17 Thread Ivan Orlov
Detect unhandleable vectoring in check_emulate_instruction to prevent infinite loop on SVM and eliminate the difference in how intercepted #PF during vectoring is handled on SVM and VMX. Signed-off-by: Ivan Orlov --- V1 -> V2: - Detect the unhandleable vectoring error in svm_check_emulate_instruc

[PATCH v3 2/7] KVM: x86: Add emulation status for unhandleable vectoring

2024-12-17 Thread Ivan Orlov
Add emulation status for unhandleable vectoring, i.e. when KVM can't emulate an instruction during vectoring. Such a situation can occur if guest sets the IDT descriptor base to point to MMIO region, and triggers an exception after that. Exit to userspace with event delivery error when KVM can't e

[PATCH v3 4/7] KVM: VMX: Handle vectoring error in check_emulate_instruction

2024-12-17 Thread Ivan Orlov
Move unhandleable vmexit during vectoring error detection into check_emulate_instruction. Implement the function which prohibits the emulation if EMULTYPE_PF is set when vectoring, otherwise such a situation may occur: 1. CPU executes an instruction and hits a #GP 2. While vectoring the #GP, a sha

[PATCH v3 1/7] KVM: x86: Add function for vectoring error generation

2024-12-17 Thread Ivan Orlov
Extract VMX code for unhandleable VM-Exit during vectoring into vendor-agnostic function so that boiler-plate code can be shared by SVM. Report an actual GPA for EPT misconfig or invalid GPA for any other exit code in internal.data[3]. Signed-off-by: Ivan Orlov --- V1 -> V2: - Return GPA for any

Re: [PATCH 0/3] module: Constify 'struct module_attribute'

2024-12-17 Thread Petr Pavlu
On 12/16/24 18:25, Thomas Weißschuh wrote: > These structs are never modified, move them to read-only memory. > This makes the API clearer and also prepares for the constification of > 'struct attribute' itself. > > Signed-off-by: Thomas Weißschuh > --- > Thomas Weißschuh (3): > params: Pre

Re: [PATCH v2] selftests: acct: Add ksft_exit_skip if not running as root

2024-12-17 Thread Shuah Khan
On 12/10/24 05:32, Shivam Chaudhary wrote: If the selftest is not running as root, it should skip not fail and give an appropriate warning to the user. This patch adds ksft_exit_skip() if the test is not running as root. Logs: Before change: TAP version 13 1..1 ok 1 # SKIP This test needs root

Re: [PATCH] selftests: kselftest: Fix the wrong format specifier

2024-12-17 Thread Shuah Khan
On 12/1/24 21:31, zhangjiao2 wrote: From: zhang jiao The format specifier of "unsigned int" in printf() should be "%u", not "%d". Signed-off-by: zhang jiao --- tools/testing/selftests/kselftest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/ks

Re: [PATCH 4/5] remoteproc: k3-r5: Use devm_ioremap_wc() helper

2024-12-17 Thread Andrew Davis
On 12/4/24 5:11 AM, Beleswar Padhi wrote: Use a device lifecycle managed ioremap helper function. This helps prevent mistakes like unmapping out of order in cleanup functions and forgetting to unmap on all error paths. Signed-off-by: Beleswar Padhi --- drivers/remoteproc/ti_k3_r5_remoteproc.c

Re: [PATCH 3/5] remoteproc: k3-r5: Add devm action to release tsp

2024-12-17 Thread Andrew Davis
On 12/4/24 5:11 AM, Beleswar Padhi wrote: Use a device lifecycle managed action to release tsp ti_sci_proc handle. This helps prevent mistakes like releasing out of order in cleanup functions and forgetting to release on error paths. Signed-off-by: Beleswar Padhi --- drivers/remoteproc/ti_k3_

Re: [PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable

2024-12-17 Thread Marc Zyngier
On Tue, 17 Dec 2024 15:10:28 +, Mark Brown wrote: > > [1 ] > On Tue, Dec 17, 2024 at 01:54:39PM +, Marc Zyngier wrote: > > Mark Brown wrote: > > > > The selftests are shipped as part of the kernel source and frequently > > > used for testing the kernel, it's all one source base and we

Re: [PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable

2024-12-17 Thread Mark Brown
On Tue, Dec 17, 2024 at 01:54:39PM +, Marc Zyngier wrote: > Mark Brown wrote: > > The selftests are shipped as part of the kernel source and frequently > > used for testing the kernel, it's all one source base and we want to > > ensure that for example the test fix gets backported if the rele

Re: [PATCH 1/2] fs/proc: do_task_stat: Fix ESP not readable during coredump

2024-12-17 Thread Oleg Nesterov
On 12/17, Oleg Nesterov wrote: > > On 11/06, Nam Cao wrote: > > > > @@ -534,6 +517,23 @@ static int do_task_stat(struct seq_file *m, struct > > pid_namespace *ns, > > ppid = task_tgid_nr_ns(task->real_parent, ns); > > pgid = task_pgrp_nr_ns(task, ns); > > > > + /*

Re: [PATCH 1/2] fs/proc: do_task_stat: Fix ESP not readable during coredump

2024-12-17 Thread Oleg Nesterov
On 11/06, Nam Cao wrote: > > @@ -534,6 +517,23 @@ static int do_task_stat(struct seq_file *m, struct > pid_namespace *ns, > ppid = task_tgid_nr_ns(task->real_parent, ns); > pgid = task_pgrp_nr_ns(task, ns); > > + /* > + * esp and eip are intenti

Re: [PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable

2024-12-17 Thread Marc Zyngier
On Tue, 17 Dec 2024 13:12:12 +, Mark Brown wrote: > > [1 ] > On Tue, Dec 17, 2024 at 08:30:37AM +, Marc Zyngier wrote: > > Mark Brown wrote: > > > > Fixes: 03c7527e97f7 ("KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits > > > to be overridden") > > > A patch for a test doesn't fix

Re: [PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable

2024-12-17 Thread Mark Brown
On Tue, Dec 17, 2024 at 08:30:37AM +, Marc Zyngier wrote: > Mark Brown wrote: > > Fixes: 03c7527e97f7 ("KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to > > be overridden") > A patch for a test doesn't fix anything in the kernel. The selftests are shipped as part of the kernel source

Re: [PATCH 1/2] fs/proc: do_task_stat: Fix ESP not readable during coredump

2024-12-17 Thread Thomas Gleixner
On Wed, Nov 06 2024 at 10:22, Nam Cao wrote: > Commit 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in > /proc/PID/stat") disabled stack pointer reading, because it is generally > dangerous to do so. > > Commit fd7d56270b52 ("fs/proc: Report eip/esp in /prod/PID/stat for > coredumping") made a

Re: [PATCH v4 01/13] media: i2c: imx214: Use subdev active state

2024-12-17 Thread Sakari Ailus
Hi André, On Mon, Dec 16, 2024 at 10:00:47PM +0100, André Apitzsch via B4 Relay wrote: > @@ -604,34 +568,23 @@ static int imx214_set_format(struct v4l2_subdev *sd, > struct v4l2_rect *__crop; > const struct imx214_mode *mode; > > - mutex_lock(&imx214->mutex); > - > - __crop =

Re: [PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable

2024-12-17 Thread Oliver Upton
On Mon, 16 Dec 2024 19:28:24 +, Mark Brown wrote: > In commit 03c7527e97f7 ("KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits > to be overridden") we made that bitfield in the ID registers unwritable > however the change neglected to make the corresponding update to set_id_regs > resulting in

Re: [PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable

2024-12-17 Thread Marc Zyngier
On Mon, 16 Dec 2024 19:28:24 +, Mark Brown wrote: > > In commit 03c7527e97f7 ("KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits > to be overridden") we made that bitfield in the ID registers unwritable > however the change neglected to make the corresponding update to set_id_regs > resultin

Re: Linux 6.1.120

2024-12-17 Thread Greg Kroah-Hartman
On Tue, Dec 17, 2024 at 04:11:21PM +0800, Z qiang wrote: > > > > On Sat, Dec 14, 2024 at 09:53:13PM +0100, Greg Kroah-Hartman wrote: > > > I'm announcing the release of the 6.1.120 kernel. > > > > > > All users of the 6.1 kernel series must upgrade. > > > > > > The updated 6.1.y git tree can be fou

Re: Linux 6.1.120

2024-12-17 Thread Z qiang
> > On Sat, Dec 14, 2024 at 09:53:13PM +0100, Greg Kroah-Hartman wrote: > > I'm announcing the release of the 6.1.120 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/l