From: Greg Kroah-Hartman Date: Sat, 18 Jul 2026 14:41:25 +0000 (+0200) Subject: fuzz cleanup due to reordering X-Git-Tag: v6.12.96~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a711a8529b3db0d1a8d49154a47119f021640a31;p=thirdparty%2Fkernel%2Fstable-queue.git fuzz cleanup due to reordering --- diff --git a/queue-6.12/i2c-core-fix-adapter-probe-deferral-loop.patch b/queue-6.12/i2c-core-fix-adapter-probe-deferral-loop.patch index 1b3b6b8bbb..e421636d0c 100644 --- a/queue-6.12/i2c-core-fix-adapter-probe-deferral-loop.patch +++ b/queue-6.12/i2c-core-fix-adapter-probe-deferral-loop.patch @@ -37,7 +37,7 @@ Signed-off-by: Greg Kroah-Hartman /* * This adapter can be used as a parent immediately after device_add(), * setup runtime-pm (especially ignore-children) before hand. -@@ -1577,10 +1581,6 @@ static int i2c_register_adapter(struct i +@@ -1576,10 +1580,6 @@ static int i2c_register_adapter(struct i if (res) goto out_reg; diff --git a/queue-6.12/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch b/queue-6.12/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch index d7d407413d..d3be1d0a30 100644 --- a/queue-6.12/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch +++ b/queue-6.12/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch @@ -25,7 +25,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/drivers/i2c/i2c-core-base.c +++ b/drivers/i2c/i2c-core-base.c -@@ -1572,7 +1572,7 @@ static int i2c_register_adapter(struct i +@@ -1568,7 +1568,7 @@ static int i2c_register_adapter(struct i if (res) { pr_err("adapter '%s': can't register device (%d)\n", adap->name, res); put_device(&adap->dev); diff --git a/queue-6.12/i2c-core-fix-null-deref-on-adapter-registration-failure.patch b/queue-6.12/i2c-core-fix-null-deref-on-adapter-registration-failure.patch index cdf08838b0..0ec3cd7a98 100644 --- a/queue-6.12/i2c-core-fix-null-deref-on-adapter-registration-failure.patch +++ b/queue-6.12/i2c-core-fix-null-deref-on-adapter-registration-failure.patch @@ -26,7 +26,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/drivers/i2c/i2c-core-base.c +++ b/drivers/i2c/i2c-core-base.c -@@ -1571,8 +1571,7 @@ static int i2c_register_adapter(struct i +@@ -1567,8 +1567,7 @@ static int i2c_register_adapter(struct i res = device_add(&adap->dev); if (res) { pr_err("adapter '%s': can't register device (%d)\n", adap->name, res); diff --git a/queue-6.18/i2c-core-fix-adapter-probe-deferral-loop.patch b/queue-6.18/i2c-core-fix-adapter-probe-deferral-loop.patch index 0709e11cbb..26b6a81846 100644 --- a/queue-6.18/i2c-core-fix-adapter-probe-deferral-loop.patch +++ b/queue-6.18/i2c-core-fix-adapter-probe-deferral-loop.patch @@ -37,7 +37,7 @@ Signed-off-by: Greg Kroah-Hartman /* * This adapter can be used as a parent immediately after device_add(), * setup runtime-pm (especially ignore-children) before hand. -@@ -1588,10 +1592,6 @@ static int i2c_register_adapter(struct i +@@ -1587,10 +1591,6 @@ static int i2c_register_adapter(struct i if (res) goto out_reg; diff --git a/queue-6.18/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch b/queue-6.18/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch index 233e75c765..cd864263db 100644 --- a/queue-6.18/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch +++ b/queue-6.18/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch @@ -25,7 +25,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/drivers/i2c/i2c-core-base.c +++ b/drivers/i2c/i2c-core-base.c -@@ -1583,7 +1583,7 @@ static int i2c_register_adapter(struct i +@@ -1579,7 +1579,7 @@ static int i2c_register_adapter(struct i if (res) { pr_err("adapter '%s': can't register device (%d)\n", adap->name, res); put_device(&adap->dev); diff --git a/queue-6.18/i2c-core-fix-null-deref-on-adapter-registration-failure.patch b/queue-6.18/i2c-core-fix-null-deref-on-adapter-registration-failure.patch index c3a2f1ea01..d3d42c3f90 100644 --- a/queue-6.18/i2c-core-fix-null-deref-on-adapter-registration-failure.patch +++ b/queue-6.18/i2c-core-fix-null-deref-on-adapter-registration-failure.patch @@ -26,7 +26,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/drivers/i2c/i2c-core-base.c +++ b/drivers/i2c/i2c-core-base.c -@@ -1582,8 +1582,7 @@ static int i2c_register_adapter(struct i +@@ -1578,8 +1578,7 @@ static int i2c_register_adapter(struct i res = device_add(&adap->dev); if (res) { pr_err("adapter '%s': can't register device (%d)\n", adap->name, res); diff --git a/queue-6.18/kvm-vmx-refresh-guest_pending_dbg_exceptions.bs-on-all-injected-dbs.patch b/queue-6.18/kvm-vmx-refresh-guest_pending_dbg_exceptions.bs-on-all-injected-dbs.patch index e0669f1a67..83b92932ab 100644 --- a/queue-6.18/kvm-vmx-refresh-guest_pending_dbg_exceptions.bs-on-all-injected-dbs.patch +++ b/queue-6.18/kvm-vmx-refresh-guest_pending_dbg_exceptions.bs-on-all-injected-dbs.patch @@ -69,7 +69,7 @@ Signed-off-by: Greg Kroah-Hartman kvm_deliver_exception_payload(vcpu, ex); if (ex->has_error_code) { -@@ -5287,26 +5305,9 @@ static int handle_exception_nmi(struct k +@@ -5286,26 +5304,9 @@ static int handle_exception_nmi(struct k * avoid single-step #DB and MTF updates, as ICEBP is * higher priority. Note, skipping ICEBP still clears * STI and MOVSS blocking. diff --git a/queue-6.18/kvm-x86-add-dedicated-api-for-getting-mask-of-accelerated-x2apic-msrs.patch b/queue-6.18/kvm-x86-add-dedicated-api-for-getting-mask-of-accelerated-x2apic-msrs.patch index 986311d2fb..7d4d73fa3c 100644 --- a/queue-6.18/kvm-x86-add-dedicated-api-for-getting-mask-of-accelerated-x2apic-msrs.patch +++ b/queue-6.18/kvm-x86-add-dedicated-api-for-getting-mask-of-accelerated-x2apic-msrs.patch @@ -78,7 +78,7 @@ Signed-off-by: Greg Kroah-Hartman { --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c -@@ -4080,7 +4080,7 @@ static void vmx_update_msr_bitmap_x2apic +@@ -4062,7 +4062,7 @@ static void vmx_update_msr_bitmap_x2apic * mode, only the current timer count needs on-demand emulation by KVM. */ if (mode & MSR_BITMAP_MODE_X2APIC_APICV) @@ -87,7 +87,7 @@ Signed-off-by: Greg Kroah-Hartman else msr_bitmap[read_idx] = ~0ull; msr_bitmap[write_idx] = ~0ull; -@@ -4093,7 +4093,6 @@ static void vmx_update_msr_bitmap_x2apic +@@ -4075,7 +4075,6 @@ static void vmx_update_msr_bitmap_x2apic !(mode & MSR_BITMAP_MODE_X2APIC)); if (mode & MSR_BITMAP_MODE_X2APIC_APICV) { diff --git a/queue-6.18/kvm-x86-ensure-vendor-s-exit-handler-runs-before-fastpath-userspace-exits.patch b/queue-6.18/kvm-x86-ensure-vendor-s-exit-handler-runs-before-fastpath-userspace-exits.patch index a22a2be007..37d5415307 100644 --- a/queue-6.18/kvm-x86-ensure-vendor-s-exit-handler-runs-before-fastpath-userspace-exits.patch +++ b/queue-6.18/kvm-x86-ensure-vendor-s-exit-handler-runs-before-fastpath-userspace-exits.patch @@ -45,7 +45,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c -@@ -6499,6 +6499,9 @@ static int __vmx_handle_exit(struct kvm_ +@@ -6498,6 +6498,9 @@ static int __vmx_handle_exit(struct kvm_ if (enable_pml && !is_guest_mode(vcpu)) vmx_flush_pml_buffer(vcpu); diff --git a/queue-7.1/i2c-core-fix-adapter-probe-deferral-loop.patch b/queue-7.1/i2c-core-fix-adapter-probe-deferral-loop.patch index 775ac32310..52e6519f61 100644 --- a/queue-7.1/i2c-core-fix-adapter-probe-deferral-loop.patch +++ b/queue-7.1/i2c-core-fix-adapter-probe-deferral-loop.patch @@ -37,7 +37,7 @@ Signed-off-by: Greg Kroah-Hartman /* * This adapter can be used as a parent immediately after device_add(), * setup runtime-pm (especially ignore-children) before hand. -@@ -1587,10 +1591,6 @@ static int i2c_register_adapter(struct i +@@ -1586,10 +1590,6 @@ static int i2c_register_adapter(struct i if (res) goto out_reg; diff --git a/queue-7.1/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch b/queue-7.1/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch index b1c288ef11..ac08a5234c 100644 --- a/queue-7.1/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch +++ b/queue-7.1/i2c-core-fix-irq-domain-leak-on-adapter-registration-failure.patch @@ -25,7 +25,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/drivers/i2c/i2c-core-base.c +++ b/drivers/i2c/i2c-core-base.c -@@ -1582,7 +1582,7 @@ static int i2c_register_adapter(struct i +@@ -1578,7 +1578,7 @@ static int i2c_register_adapter(struct i if (res) { pr_err("adapter '%s': can't register device (%d)\n", adap->name, res); put_device(&adap->dev); diff --git a/queue-7.1/i2c-core-fix-null-deref-on-adapter-registration-failure.patch b/queue-7.1/i2c-core-fix-null-deref-on-adapter-registration-failure.patch index c2480be4bb..4b3309ab34 100644 --- a/queue-7.1/i2c-core-fix-null-deref-on-adapter-registration-failure.patch +++ b/queue-7.1/i2c-core-fix-null-deref-on-adapter-registration-failure.patch @@ -26,7 +26,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/drivers/i2c/i2c-core-base.c +++ b/drivers/i2c/i2c-core-base.c -@@ -1581,8 +1581,7 @@ static int i2c_register_adapter(struct i +@@ -1577,8 +1577,7 @@ static int i2c_register_adapter(struct i res = device_add(&adap->dev); if (res) { pr_err("adapter '%s': can't register device (%d)\n", adap->name, res); diff --git a/queue-7.1/kvm-vmx-refresh-guest_pending_dbg_exceptions.bs-on-all-injected-dbs.patch b/queue-7.1/kvm-vmx-refresh-guest_pending_dbg_exceptions.bs-on-all-injected-dbs.patch index 54af893256..6a1f0a1f34 100644 --- a/queue-7.1/kvm-vmx-refresh-guest_pending_dbg_exceptions.bs-on-all-injected-dbs.patch +++ b/queue-7.1/kvm-vmx-refresh-guest_pending_dbg_exceptions.bs-on-all-injected-dbs.patch @@ -69,7 +69,7 @@ Signed-off-by: Greg Kroah-Hartman kvm_deliver_exception_payload(vcpu, ex); if (ex->has_error_code) { -@@ -5477,26 +5495,9 @@ static int handle_exception_nmi(struct k +@@ -5476,26 +5494,9 @@ static int handle_exception_nmi(struct k * avoid single-step #DB and MTF updates, as ICEBP is * higher priority. Note, skipping ICEBP still clears * STI and MOVSS blocking. diff --git a/queue-7.1/kvm-x86-add-dedicated-api-for-getting-mask-of-accelerated-x2apic-msrs.patch b/queue-7.1/kvm-x86-add-dedicated-api-for-getting-mask-of-accelerated-x2apic-msrs.patch index 1829c6736c..77e081c933 100644 --- a/queue-7.1/kvm-x86-add-dedicated-api-for-getting-mask-of-accelerated-x2apic-msrs.patch +++ b/queue-7.1/kvm-x86-add-dedicated-api-for-getting-mask-of-accelerated-x2apic-msrs.patch @@ -78,7 +78,7 @@ Signed-off-by: Greg Kroah-Hartman { --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c -@@ -4159,7 +4159,7 @@ static void vmx_update_msr_bitmap_x2apic +@@ -4141,7 +4141,7 @@ static void vmx_update_msr_bitmap_x2apic * mode, only the current timer count needs on-demand emulation by KVM. */ if (mode & MSR_BITMAP_MODE_X2APIC_APICV) @@ -87,7 +87,7 @@ Signed-off-by: Greg Kroah-Hartman else msr_bitmap[read_idx] = ~0ull; msr_bitmap[write_idx] = ~0ull; -@@ -4172,7 +4172,6 @@ static void vmx_update_msr_bitmap_x2apic +@@ -4154,7 +4154,6 @@ static void vmx_update_msr_bitmap_x2apic !(mode & MSR_BITMAP_MODE_X2APIC)); if (mode & MSR_BITMAP_MODE_X2APIC_APICV) { diff --git a/queue-7.1/kvm-x86-ensure-vendor-s-exit-handler-runs-before-fastpath-userspace-exits.patch b/queue-7.1/kvm-x86-ensure-vendor-s-exit-handler-runs-before-fastpath-userspace-exits.patch index 93a7009a04..ff71af2fcb 100644 --- a/queue-7.1/kvm-x86-ensure-vendor-s-exit-handler-runs-before-fastpath-userspace-exits.patch +++ b/queue-7.1/kvm-x86-ensure-vendor-s-exit-handler-runs-before-fastpath-userspace-exits.patch @@ -45,7 +45,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c -@@ -6698,6 +6698,9 @@ static int __vmx_handle_exit(struct kvm_ +@@ -6697,6 +6697,9 @@ static int __vmx_handle_exit(struct kvm_ if (enable_pml && !is_guest_mode(vcpu)) vmx_flush_pml_buffer(vcpu);