diff --git a/patches.suse/ipmi-ssif-Add-a-timer-between-request-retries.patch b/patches.suse/ipmi-ssif-Add-a-timer-between-request-retries.patch index 4443c3c..02c62b0 100644 --- a/patches.suse/ipmi-ssif-Add-a-timer-between-request-retries.patch +++ b/patches.suse/ipmi-ssif-Add-a-timer-between-request-retries.patch @@ -1,15 +1,15 @@ From: Corey Minyard Date: Wed, 25 Jan 2023 10:34:47 -0600 Subject: [PATCH] ipmi:ssif: Add a timer between request retries -Patch-mainline: Queued -Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git -Git-commit: 1fc7ac8a9e3a4b6bf16895c67dcb9bf455d31a49 +Patch-mainline: v6.3-rc1 +Git-commit: 00bb7e763ec9f384cb382455cb6ba5588b5375cf References: bsc#1206459 The IPMI spec has a time (T6) specified between request retries. Add the handling for that. Reported by: Tony Camuso +Cc: stable@vger.kernel.org Signed-off-by: Corey Minyard Acked-by: Chester Lin --- diff --git a/patches.suse/ipmi-ssif-Remove-rtc_us_timer.patch b/patches.suse/ipmi-ssif-Remove-rtc_us_timer.patch index 8ae082d..77acaa6 100644 --- a/patches.suse/ipmi-ssif-Remove-rtc_us_timer.patch +++ b/patches.suse/ipmi-ssif-Remove-rtc_us_timer.patch @@ -1,13 +1,13 @@ From: Corey Minyard Date: Wed, 25 Jan 2023 10:41:48 -0600 Subject: [PATCH] ipmi:ssif: Remove rtc_us_timer -Patch-mainline: Queued -Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git -Git-commit: 48b4e13a3b8064ad61225ef6cb768c115c3a13c9 +Patch-mainline: v6.3-rc1 +Git-commit: 9e8b89926fb87e5625bdde6fd5de2c31fb1d83bf References: bsc#1206459 It was cruft left over from older handling of run to completion. +Cc: stable@vger.kernel.org Signed-off-by: Corey Minyard Acked-by: Chester Lin --- diff --git a/patches.suse/ipmi-ssif-resend_msg-cannot-fail.patch b/patches.suse/ipmi-ssif-resend_msg-cannot-fail.patch index b3eaabb..606af52 100644 --- a/patches.suse/ipmi-ssif-resend_msg-cannot-fail.patch +++ b/patches.suse/ipmi-ssif-resend_msg-cannot-fail.patch @@ -1,15 +1,15 @@ From: Corey Minyard Date: Wed, 25 Jan 2023 10:11:06 -0600 Subject: [PATCH] ipmi:ssif: resend_msg() cannot fail -Patch-mainline: Queued -Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git -Git-commit: 56d64b4c876fbdf70ce4881f9fbde224e749c5bc +Patch-mainline: v6.3-rc1 +Git-commit: 95767ed78a181d5404202627499f9cde56053b96 References: bsc#1206459 The resend_msg() function cannot fail, but there was error handling around using it. Rework the handling of the error, and fix the out of retries debug reporting that was wrong around this, too. +Cc: stable@vger.kernel.org Signed-off-by: Corey Minyard Acked-by: Chester Lin --- diff --git a/patches.suse/ipmi_ssif-Rename-idle-state-and-check.patch b/patches.suse/ipmi_ssif-Rename-idle-state-and-check.patch index 1784184..4553c41 100644 --- a/patches.suse/ipmi_ssif-Rename-idle-state-and-check.patch +++ b/patches.suse/ipmi_ssif-Rename-idle-state-and-check.patch @@ -1,14 +1,14 @@ From: Corey Minyard Date: Wed, 25 Jan 2023 10:13:13 -0600 Subject: [PATCH] ipmi_ssif: Rename idle state and check -Patch-mainline: Queued -Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git -Git-commit: b2aa938a4b7d2f2c21ef95c4ed779d4448bedd36 +Patch-mainline: v6.3-rc1 +Git-commit: 8230831c43a328c2be6d28c65d3f77e14c59986b References: bsc#1206459 Rename the SSIF_IDLE() to IS_SSIF_IDLE(), since that is more clear, and rename SSIF_NORMAL to SSIF_IDLE, since that's more accurate. +Cc: stable@vger.kernel.org Signed-off-by: Corey Minyard Acked-by: Chester Lin --- diff --git a/series.conf b/series.conf index 2073ab3..b6f0509 100644 --- a/series.conf +++ b/series.conf @@ -36872,6 +36872,10 @@ patches.suse/module-Don-t-wait-for-GOING-modules.patch patches.suse/Fix-page-corruption-caused-by-racy-check-in-__free_pages.patch patches.suse/ibmvnic-Toggle-between-queue-types-in-affinity-mappi.patch + patches.suse/ipmi-ssif-resend_msg-cannot-fail.patch + patches.suse/ipmi_ssif-Rename-idle-state-and-check.patch + patches.suse/ipmi-ssif-Remove-rtc_us_timer.patch + patches.suse/ipmi-ssif-Add-a-timer-between-request-retries.patch patches.suse/ibmvnic-Assign-XPS-map-to-correct-queue-index.patch # out-of-tree patches @@ -36910,10 +36914,6 @@ patches.suse/media-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.patch patches.suse/scsi-core-Add-BLIST_NO_ASK_VPD_SIZE-for-some-VDASD.patch patches.suse/char-pcmcia-synclink_cs-Fix-use-after-free-in-mgslpc.patch - patches.suse/ipmi-ssif-resend_msg-cannot-fail.patch - patches.suse/ipmi_ssif-Rename-idle-state-and-check.patch - patches.suse/ipmi-ssif-Remove-rtc_us_timer.patch - patches.suse/ipmi-ssif-Add-a-timer-between-request-retries.patch ######################################################## # kbuild/module infrastructure fixes