rdma-rxe-fix-the-error-caused-by-qp-sk.patch
dyndbg-fix-module.dyndbg-handling.patch
dyndbg-let-query-modname-override-actual-module-name.patch
-usb-serial-console-move-mutex_unlock-before-usb_seri.patch
ata-fix-ata_id_sense_reporting_enabled-and-ata_id_ha.patch
ata-fix-ata_id_has_devslp.patch
ata-fix-ata_id_has_ncq_autosense.patch
+++ /dev/null
-From b183aa0f146e7f34b5fae92f6f8fd77e870c6332 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 19 Sep 2022 18:48:24 +0800
-Subject: USB: serial: console: move mutex_unlock() before usb_serial_put()
-
-From: Liang He <windhl@126.com>
-
-[ Upstream commit 61dfa797c731754642d1ac500a6ac42f9b47f920 ]
-
-While in current version there is no use-after-free as USB serial
-core holds another reference when the console is registered, we
-should better unlock before dropping the reference in
-usb_console_setup().
-
-Fixes: 7bd032dc2793 ("USB serial: update the console driver")
-Signed-off-by: Liang He <windhl@126.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/usb/serial/console.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
-index 43a862a90a77..6e5dc9ffe724 100644
---- a/drivers/usb/serial/console.c
-+++ b/drivers/usb/serial/console.c
-@@ -189,8 +189,8 @@ static int usb_console_setup(struct console *co, char *options)
- info->port = NULL;
- usb_autopm_put_interface(serial->interface);
- error_get_interface:
-- usb_serial_put(serial);
- mutex_unlock(&serial->disc_mutex);
-+ usb_serial_put(serial);
- return retval;
- }
-
---
-2.35.1
-
dyndbg-fix-module.dyndbg-handling.patch
dyndbg-let-query-modname-override-actual-module-name.patch
sbitmap-avoid-leaving-waitqueue-in-invalid-state-in-.patch
-usb-serial-console-move-mutex_unlock-before-usb_seri.patch
mtd-devices-docg3-check-the-return-value-of-devm_ior.patch
ata-fix-ata_id_sense_reporting_enabled-and-ata_id_ha.patch
ata-fix-ata_id_has_devslp.patch
+++ /dev/null
-From 8018340be2eb73f413e44383b523eca8b1ce1d5d Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 19 Sep 2022 18:48:24 +0800
-Subject: USB: serial: console: move mutex_unlock() before usb_serial_put()
-
-From: Liang He <windhl@126.com>
-
-[ Upstream commit 61dfa797c731754642d1ac500a6ac42f9b47f920 ]
-
-While in current version there is no use-after-free as USB serial
-core holds another reference when the console is registered, we
-should better unlock before dropping the reference in
-usb_console_setup().
-
-Fixes: 7bd032dc2793 ("USB serial: update the console driver")
-Signed-off-by: Liang He <windhl@126.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/usb/serial/console.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
-index 7d289302ff6c..299bdb3a58fe 100644
---- a/drivers/usb/serial/console.c
-+++ b/drivers/usb/serial/console.c
-@@ -186,8 +186,8 @@ static int usb_console_setup(struct console *co, char *options)
- info->port = NULL;
- usb_autopm_put_interface(serial->interface);
- error_get_interface:
-- usb_serial_put(serial);
- mutex_unlock(&serial->disc_mutex);
-+ usb_serial_put(serial);
- return retval;
- }
-
---
-2.35.1
-
rdma-rxe-fix-the-error-caused-by-qp-sk.patch
dyndbg-fix-module.dyndbg-handling.patch
dyndbg-let-query-modname-override-actual-module-name.patch
-usb-serial-console-move-mutex_unlock-before-usb_seri.patch
ata-fix-ata_id_sense_reporting_enabled-and-ata_id_ha.patch
ata-fix-ata_id_has_devslp.patch
ata-fix-ata_id_has_ncq_autosense.patch
+++ /dev/null
-From 3dd36f21191220cf593913bc40e64d94cac6f87f Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 19 Sep 2022 18:48:24 +0800
-Subject: USB: serial: console: move mutex_unlock() before usb_serial_put()
-
-From: Liang He <windhl@126.com>
-
-[ Upstream commit 61dfa797c731754642d1ac500a6ac42f9b47f920 ]
-
-While in current version there is no use-after-free as USB serial
-core holds another reference when the console is registered, we
-should better unlock before dropping the reference in
-usb_console_setup().
-
-Fixes: 7bd032dc2793 ("USB serial: update the console driver")
-Signed-off-by: Liang He <windhl@126.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/usb/serial/console.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
-index 76062ce2d459..8b2ce8a9d97a 100644
---- a/drivers/usb/serial/console.c
-+++ b/drivers/usb/serial/console.c
-@@ -189,8 +189,8 @@ static int usb_console_setup(struct console *co, char *options)
- info->port = NULL;
- usb_autopm_put_interface(serial->interface);
- error_get_interface:
-- usb_serial_put(serial);
- mutex_unlock(&serial->disc_mutex);
-+ usb_serial_put(serial);
- return retval;
- }
-
---
-2.35.1
-
dyndbg-let-query-modname-override-actual-module-name.patch
dyndbg-drop-exported-dynamic_debug_exec_queries.patch
sbitmap-avoid-leaving-waitqueue-in-invalid-state-in-.patch
-usb-serial-console-move-mutex_unlock-before-usb_seri.patch
mtd-devices-docg3-check-the-return-value-of-devm_ior.patch
phy-qcom-qmp-create-copies-of-qmp-phy-driver.patch
phy-qcom-qmp-combo-disable-runtime-pm-on-unbind.patch
+++ /dev/null
-From 5db5401988518237efa9f3e295ec3f7b637206ca Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 19 Sep 2022 18:48:24 +0800
-Subject: USB: serial: console: move mutex_unlock() before usb_serial_put()
-
-From: Liang He <windhl@126.com>
-
-[ Upstream commit 61dfa797c731754642d1ac500a6ac42f9b47f920 ]
-
-While in current version there is no use-after-free as USB serial
-core holds another reference when the console is registered, we
-should better unlock before dropping the reference in
-usb_console_setup().
-
-Fixes: 7bd032dc2793 ("USB serial: update the console driver")
-Signed-off-by: Liang He <windhl@126.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/usb/serial/console.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
-index b97aa40ca4d1..da19a5fa414f 100644
---- a/drivers/usb/serial/console.c
-+++ b/drivers/usb/serial/console.c
-@@ -189,8 +189,8 @@ static int usb_console_setup(struct console *co, char *options)
- info->port = NULL;
- usb_autopm_put_interface(serial->interface);
- error_get_interface:
-- usb_serial_put(serial);
- mutex_unlock(&serial->disc_mutex);
-+ usb_serial_put(serial);
- return retval;
- }
-
---
-2.35.1
-
sbitmap-avoid-leaving-waitqueue-in-invalid-state-in-.patch
clk-qcom-sm6115-select-qcom_gdsc.patch
scsi-nvme-fc-add-new-routine-nvme_fc_io_getuuid.patch
-usb-serial-console-move-mutex_unlock-before-usb_seri.patch
mtd-devices-docg3-check-the-return-value-of-devm_ior.patch
phy-qcom-qmp-create-copies-of-qmp-phy-driver.patch
phy-qcom-qmp-combo-disable-runtime-pm-on-unbind.patch
+++ /dev/null
-From eba7219babbf4a33191207113d6308d6afbbe729 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 19 Sep 2022 18:48:24 +0800
-Subject: USB: serial: console: move mutex_unlock() before usb_serial_put()
-
-From: Liang He <windhl@126.com>
-
-[ Upstream commit 61dfa797c731754642d1ac500a6ac42f9b47f920 ]
-
-While in current version there is no use-after-free as USB serial
-core holds another reference when the console is registered, we
-should better unlock before dropping the reference in
-usb_console_setup().
-
-Fixes: 7bd032dc2793 ("USB serial: update the console driver")
-Signed-off-by: Liang He <windhl@126.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/usb/serial/console.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
-index b97aa40ca4d1..da19a5fa414f 100644
---- a/drivers/usb/serial/console.c
-+++ b/drivers/usb/serial/console.c
-@@ -189,8 +189,8 @@ static int usb_console_setup(struct console *co, char *options)
- info->port = NULL;
- usb_autopm_put_interface(serial->interface);
- error_get_interface:
-- usb_serial_put(serial);
- mutex_unlock(&serial->disc_mutex);
-+ usb_serial_put(serial);
- return retval;
- }
-
---
-2.35.1
-
sbitmap-avoid-leaving-waitqueue-in-invalid-state-in-.patch
clk-qcom-sm6115-select-qcom_gdsc.patch
scsi-lpfc-fix-various-issues-reported-by-tools.patch
-usb-serial-console-move-mutex_unlock-before-usb_seri.patch
mtd-devices-docg3-check-the-return-value-of-devm_ior.patch
remoteproc-harden-rproc_handle_vdev-against-integer-.patch
phy-qcom-qmp-create-copies-of-qmp-phy-driver.patch
+++ /dev/null
-From a3d6eb0e59c646e0f627088507c2074e03d08b01 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 19 Sep 2022 18:48:24 +0800
-Subject: USB: serial: console: move mutex_unlock() before usb_serial_put()
-
-From: Liang He <windhl@126.com>
-
-[ Upstream commit 61dfa797c731754642d1ac500a6ac42f9b47f920 ]
-
-While in current version there is no use-after-free as USB serial
-core holds another reference when the console is registered, we
-should better unlock before dropping the reference in
-usb_console_setup().
-
-Fixes: 7bd032dc2793 ("USB serial: update the console driver")
-Signed-off-by: Liang He <windhl@126.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/usb/serial/console.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
-index b97aa40ca4d1..da19a5fa414f 100644
---- a/drivers/usb/serial/console.c
-+++ b/drivers/usb/serial/console.c
-@@ -189,8 +189,8 @@ static int usb_console_setup(struct console *co, char *options)
- info->port = NULL;
- usb_autopm_put_interface(serial->interface);
- error_get_interface:
-- usb_serial_put(serial);
- mutex_unlock(&serial->disc_mutex);
-+ usb_serial_put(serial);
- return retval;
- }
-
---
-2.35.1
-
dyndbg-fix-module.dyndbg-handling.patch
dyndbg-let-query-modname-override-actual-module-name.patch
sbitmap-avoid-leaving-waitqueue-in-invalid-state-in-.patch
-usb-serial-console-move-mutex_unlock-before-usb_seri.patch
mtd-devices-docg3-check-the-return-value-of-devm_ior.patch
rdma-siw-always-consume-all-skbuf-data-in-sk_data_re.patch
ata-fix-ata_id_sense_reporting_enabled-and-ata_id_ha.patch
+++ /dev/null
-From ab97ffaf71223afed27527dec0496563b1304832 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 19 Sep 2022 18:48:24 +0800
-Subject: USB: serial: console: move mutex_unlock() before usb_serial_put()
-
-From: Liang He <windhl@126.com>
-
-[ Upstream commit 61dfa797c731754642d1ac500a6ac42f9b47f920 ]
-
-While in current version there is no use-after-free as USB serial
-core holds another reference when the console is registered, we
-should better unlock before dropping the reference in
-usb_console_setup().
-
-Fixes: 7bd032dc2793 ("USB serial: update the console driver")
-Signed-off-by: Liang He <windhl@126.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/usb/serial/console.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
-index 7d289302ff6c..299bdb3a58fe 100644
---- a/drivers/usb/serial/console.c
-+++ b/drivers/usb/serial/console.c
-@@ -186,8 +186,8 @@ static int usb_console_setup(struct console *co, char *options)
- info->port = NULL;
- usb_autopm_put_interface(serial->interface);
- error_get_interface:
-- usb_serial_put(serial);
- mutex_unlock(&serial->disc_mutex);
-+ usb_serial_put(serial);
- return retval;
- }
-
---
-2.35.1
-
sbitmap-avoid-leaving-waitqueue-in-invalid-state-in-.patch
clk-qcom-sm6115-select-qcom_gdsc.patch
scsi-lpfc-fix-various-issues-reported-by-tools.patch
-usb-serial-console-move-mutex_unlock-before-usb_seri.patch
mtd-devices-docg3-check-the-return-value-of-devm_ior.patch
remoteproc-harden-rproc_handle_vdev-against-integer-.patch
phy-qcom-qmp-combo-disable-runtime-pm-on-unbind.patch
+++ /dev/null
-From a6a2b086047b4f69ed056e84e9448502d96e3af7 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 19 Sep 2022 18:48:24 +0800
-Subject: USB: serial: console: move mutex_unlock() before usb_serial_put()
-
-From: Liang He <windhl@126.com>
-
-[ Upstream commit 61dfa797c731754642d1ac500a6ac42f9b47f920 ]
-
-While in current version there is no use-after-free as USB serial
-core holds another reference when the console is registered, we
-should better unlock before dropping the reference in
-usb_console_setup().
-
-Fixes: 7bd032dc2793 ("USB serial: update the console driver")
-Signed-off-by: Liang He <windhl@126.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/usb/serial/console.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
-index b97aa40ca4d1..da19a5fa414f 100644
---- a/drivers/usb/serial/console.c
-+++ b/drivers/usb/serial/console.c
-@@ -189,8 +189,8 @@ static int usb_console_setup(struct console *co, char *options)
- info->port = NULL;
- usb_autopm_put_interface(serial->interface);
- error_get_interface:
-- usb_serial_put(serial);
- mutex_unlock(&serial->disc_mutex);
-+ usb_serial_put(serial);
- return retval;
- }
-
---
-2.35.1
-