+++ /dev/null
-From 7cbbe5db61e1c252555d43d17e9a8b765e37c724 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 3 May 2021 13:57:02 +0200
-Subject: ALSA: sb8: Add a comment note regarding an unused pointer
-
-From: Atul Gopinathan <atulgopinathan@gmail.com>
-
-[ Upstream commit a28591f61b60fac820c6de59826ffa710e5e314e ]
-
-The field "fm_res" of "struct snd_sb8" is never used/dereferenced
-throughout the sb8.c code. Therefore there is no need for any null value
-check after the "request_region()".
-
-Add a comment note to make developers know about this and prevent any
-"NULL check" patches on this part of code.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Atul Gopinathan <atulgopinathan@gmail.com>
-Link: https://lore.kernel.org/r/20210503115736.2104747-36-gregkh@linuxfoundation.org
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- sound/isa/sb/sb8.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c
-index d77dcba276b5..b0ef47bc6521 100644
---- a/sound/isa/sb/sb8.c
-+++ b/sound/isa/sb/sb8.c
-@@ -109,7 +109,11 @@ static int snd_sb8_probe(struct device *pdev, unsigned int dev)
- acard = card->private_data;
- card->private_free = snd_sb8_free;
-
-- /* block the 0x388 port to avoid PnP conflicts */
-+ /*
-+ * Block the 0x388 port to avoid PnP conflicts.
-+ * No need to check this value after request_region,
-+ * as we never do anything with it.
-+ */
- acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
-
- if (port[dev] != SNDRV_AUTO_PORT) {
---
-2.30.2
-
net-fujitsu-fix-potential-null-ptr-deref.patch
net-caif-remove-bug_on-dev-null-in-caif_xmit.patch
char-hpet-add-checks-after-calling-ioremap.patch
-alsa-sb8-add-a-comment-note-regarding-an-unused-poin.patch
isdn-misdninfineon-check-cleanup-ioremap-failure-cor.patch
dmaengine-qcom_hidma-comment-platform_driver_registe.patch
libertas-register-sysfs-groups-properly.patch
+++ /dev/null
-From 59ba66346609fced64cd32721c8393318774d236 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 3 May 2021 13:57:02 +0200
-Subject: ALSA: sb8: Add a comment note regarding an unused pointer
-
-From: Atul Gopinathan <atulgopinathan@gmail.com>
-
-[ Upstream commit a28591f61b60fac820c6de59826ffa710e5e314e ]
-
-The field "fm_res" of "struct snd_sb8" is never used/dereferenced
-throughout the sb8.c code. Therefore there is no need for any null value
-check after the "request_region()".
-
-Add a comment note to make developers know about this and prevent any
-"NULL check" patches on this part of code.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Atul Gopinathan <atulgopinathan@gmail.com>
-Link: https://lore.kernel.org/r/20210503115736.2104747-36-gregkh@linuxfoundation.org
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- sound/isa/sb/sb8.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c
-index d77dcba276b5..b0ef47bc6521 100644
---- a/sound/isa/sb/sb8.c
-+++ b/sound/isa/sb/sb8.c
-@@ -109,7 +109,11 @@ static int snd_sb8_probe(struct device *pdev, unsigned int dev)
- acard = card->private_data;
- card->private_free = snd_sb8_free;
-
-- /* block the 0x388 port to avoid PnP conflicts */
-+ /*
-+ * Block the 0x388 port to avoid PnP conflicts.
-+ * No need to check this value after request_region,
-+ * as we never do anything with it.
-+ */
- acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
-
- if (port[dev] != SNDRV_AUTO_PORT) {
---
-2.30.2
-
net-fujitsu-fix-potential-null-ptr-deref.patch
net-caif-remove-bug_on-dev-null-in-caif_xmit.patch
char-hpet-add-checks-after-calling-ioremap.patch
-alsa-sb8-add-a-comment-note-regarding-an-unused-poin.patch
isdn-misdninfineon-check-cleanup-ioremap-failure-cor.patch
dmaengine-qcom_hidma-comment-platform_driver_registe.patch
libertas-register-sysfs-groups-properly.patch
+++ /dev/null
-From efa61248647fc1b8a9236102c16e94984cd2d593 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 3 May 2021 13:57:02 +0200
-Subject: ALSA: sb8: Add a comment note regarding an unused pointer
-
-From: Atul Gopinathan <atulgopinathan@gmail.com>
-
-[ Upstream commit a28591f61b60fac820c6de59826ffa710e5e314e ]
-
-The field "fm_res" of "struct snd_sb8" is never used/dereferenced
-throughout the sb8.c code. Therefore there is no need for any null value
-check after the "request_region()".
-
-Add a comment note to make developers know about this and prevent any
-"NULL check" patches on this part of code.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Atul Gopinathan <atulgopinathan@gmail.com>
-Link: https://lore.kernel.org/r/20210503115736.2104747-36-gregkh@linuxfoundation.org
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- sound/isa/sb/sb8.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c
-index b8e2391c33ff..4fa3b0f2a270 100644
---- a/sound/isa/sb/sb8.c
-+++ b/sound/isa/sb/sb8.c
-@@ -109,7 +109,11 @@ static int snd_sb8_probe(struct device *pdev, unsigned int dev)
- acard = card->private_data;
- card->private_free = snd_sb8_free;
-
-- /* block the 0x388 port to avoid PnP conflicts */
-+ /*
-+ * Block the 0x388 port to avoid PnP conflicts.
-+ * No need to check this value after request_region,
-+ * as we never do anything with it.
-+ */
- acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
-
- if (port[dev] != SNDRV_AUTO_PORT) {
---
-2.30.2
-
net-fujitsu-fix-potential-null-ptr-deref.patch
net-caif-remove-bug_on-dev-null-in-caif_xmit.patch
char-hpet-add-checks-after-calling-ioremap.patch
-alsa-sb8-add-a-comment-note-regarding-an-unused-poin.patch
isdn-misdninfineon-check-cleanup-ioremap-failure-cor.patch
libertas-register-sysfs-groups-properly.patch
media-dvb-add-check-on-sp8870_readreg-return.patch
+++ /dev/null
-From 25c7a22d62833b82a91f50224e110ac29e697faf Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 3 May 2021 13:57:02 +0200
-Subject: ALSA: sb8: Add a comment note regarding an unused pointer
-
-From: Atul Gopinathan <atulgopinathan@gmail.com>
-
-[ Upstream commit a28591f61b60fac820c6de59826ffa710e5e314e ]
-
-The field "fm_res" of "struct snd_sb8" is never used/dereferenced
-throughout the sb8.c code. Therefore there is no need for any null value
-check after the "request_region()".
-
-Add a comment note to make developers know about this and prevent any
-"NULL check" patches on this part of code.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Atul Gopinathan <atulgopinathan@gmail.com>
-Link: https://lore.kernel.org/r/20210503115736.2104747-36-gregkh@linuxfoundation.org
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- sound/isa/sb/sb8.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c
-index ad42d2364199..ca4350bd24d1 100644
---- a/sound/isa/sb/sb8.c
-+++ b/sound/isa/sb/sb8.c
-@@ -109,7 +109,11 @@ static int snd_sb8_probe(struct device *pdev, unsigned int dev)
- acard = card->private_data;
- card->private_free = snd_sb8_free;
-
-- /* block the 0x388 port to avoid PnP conflicts */
-+ /*
-+ * Block the 0x388 port to avoid PnP conflicts.
-+ * No need to check this value after request_region,
-+ * as we never do anything with it.
-+ */
- acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
-
- if (port[dev] != SNDRV_AUTO_PORT) {
---
-2.30.2
-
net-fujitsu-fix-potential-null-ptr-deref.patch
net-caif-remove-bug_on-dev-null-in-caif_xmit.patch
char-hpet-add-checks-after-calling-ioremap.patch
-alsa-sb8-add-a-comment-note-regarding-an-unused-poin.patch
isdn-misdninfineon-check-cleanup-ioremap-failure-cor.patch
dmaengine-qcom_hidma-comment-platform_driver_registe.patch
libertas-register-sysfs-groups-properly.patch
+++ /dev/null
-From 0995498f9267828a1af20feabaadf857d1e9a6cb Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 3 May 2021 13:57:02 +0200
-Subject: ALSA: sb8: Add a comment note regarding an unused pointer
-
-From: Atul Gopinathan <atulgopinathan@gmail.com>
-
-[ Upstream commit a28591f61b60fac820c6de59826ffa710e5e314e ]
-
-The field "fm_res" of "struct snd_sb8" is never used/dereferenced
-throughout the sb8.c code. Therefore there is no need for any null value
-check after the "request_region()".
-
-Add a comment note to make developers know about this and prevent any
-"NULL check" patches on this part of code.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Atul Gopinathan <atulgopinathan@gmail.com>
-Link: https://lore.kernel.org/r/20210503115736.2104747-36-gregkh@linuxfoundation.org
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- sound/isa/sb/sb8.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c
-index ae93191ffdc9..8b21920be4bb 100644
---- a/sound/isa/sb/sb8.c
-+++ b/sound/isa/sb/sb8.c
-@@ -94,7 +94,11 @@ static int snd_sb8_probe(struct device *pdev, unsigned int dev)
- acard = card->private_data;
- card->private_free = snd_sb8_free;
-
-- /* block the 0x388 port to avoid PnP conflicts */
-+ /*
-+ * Block the 0x388 port to avoid PnP conflicts.
-+ * No need to check this value after request_region,
-+ * as we never do anything with it.
-+ */
- acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
-
- if (port[dev] != SNDRV_AUTO_PORT) {
---
-2.30.2
-
revert-char-hpet-fix-a-missing-check-of-ioremap.patch
char-hpet-add-checks-after-calling-ioremap.patch
revert-alsa-gus-add-a-check-of-the-status-of-snd_ctl.patch
-alsa-sb8-add-a-comment-note-regarding-an-unused-poin.patch
revert-alsa-usx2y-fix-potential-null-pointer-derefer.patch
revert-isdn-misdninfineon-fix-potential-null-pointer.patch
isdn-misdninfineon-check-cleanup-ioremap-failure-cor.patch
+++ /dev/null
-From f6cdab7be98defd043097e7b2a4e46d0597ec6bd Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 3 May 2021 13:57:02 +0200
-Subject: ALSA: sb8: Add a comment note regarding an unused pointer
-
-From: Atul Gopinathan <atulgopinathan@gmail.com>
-
-[ Upstream commit a28591f61b60fac820c6de59826ffa710e5e314e ]
-
-The field "fm_res" of "struct snd_sb8" is never used/dereferenced
-throughout the sb8.c code. Therefore there is no need for any null value
-check after the "request_region()".
-
-Add a comment note to make developers know about this and prevent any
-"NULL check" patches on this part of code.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Atul Gopinathan <atulgopinathan@gmail.com>
-Link: https://lore.kernel.org/r/20210503115736.2104747-36-gregkh@linuxfoundation.org
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- sound/isa/sb/sb8.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c
-index 95290ffe5c6e..ed3a87ebe3f4 100644
---- a/sound/isa/sb/sb8.c
-+++ b/sound/isa/sb/sb8.c
-@@ -93,7 +93,11 @@ static int snd_sb8_probe(struct device *pdev, unsigned int dev)
- acard = card->private_data;
- card->private_free = snd_sb8_free;
-
-- /* block the 0x388 port to avoid PnP conflicts */
-+ /*
-+ * Block the 0x388 port to avoid PnP conflicts.
-+ * No need to check this value after request_region,
-+ * as we never do anything with it.
-+ */
- acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
-
- if (port[dev] != SNDRV_AUTO_PORT) {
---
-2.30.2
-
revert-char-hpet-fix-a-missing-check-of-ioremap.patch
char-hpet-add-checks-after-calling-ioremap.patch
revert-alsa-gus-add-a-check-of-the-status-of-snd_ctl.patch
-alsa-sb8-add-a-comment-note-regarding-an-unused-poin.patch
revert-alsa-usx2y-fix-potential-null-pointer-derefer.patch
revert-isdn-misdninfineon-fix-potential-null-pointer.patch
isdn-misdninfineon-check-cleanup-ioremap-failure-cor.patch
+++ /dev/null
-From c5a194b883ad82be25a994bc6cc48d25ddb06ea0 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 3 May 2021 13:57:02 +0200
-Subject: ALSA: sb8: Add a comment note regarding an unused pointer
-
-From: Atul Gopinathan <atulgopinathan@gmail.com>
-
-[ Upstream commit a28591f61b60fac820c6de59826ffa710e5e314e ]
-
-The field "fm_res" of "struct snd_sb8" is never used/dereferenced
-throughout the sb8.c code. Therefore there is no need for any null value
-check after the "request_region()".
-
-Add a comment note to make developers know about this and prevent any
-"NULL check" patches on this part of code.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Atul Gopinathan <atulgopinathan@gmail.com>
-Link: https://lore.kernel.org/r/20210503115736.2104747-36-gregkh@linuxfoundation.org
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- sound/isa/sb/sb8.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c
-index 6f1fc8789676..4386c24d2dcc 100644
---- a/sound/isa/sb/sb8.c
-+++ b/sound/isa/sb/sb8.c
-@@ -94,7 +94,11 @@ static int snd_sb8_probe(struct device *pdev, unsigned int dev)
- acard = card->private_data;
- card->private_free = snd_sb8_free;
-
-- /* block the 0x388 port to avoid PnP conflicts */
-+ /*
-+ * Block the 0x388 port to avoid PnP conflicts.
-+ * No need to check this value after request_region,
-+ * as we never do anything with it.
-+ */
- acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
-
- if (port[dev] != SNDRV_AUTO_PORT) {
---
-2.30.2
-
revert-char-hpet-fix-a-missing-check-of-ioremap.patch
char-hpet-add-checks-after-calling-ioremap.patch
revert-alsa-gus-add-a-check-of-the-status-of-snd_ctl.patch
-alsa-sb8-add-a-comment-note-regarding-an-unused-poin.patch
revert-alsa-usx2y-fix-potential-null-pointer-derefer.patch
revert-isdn-misdninfineon-fix-potential-null-pointer.patch
isdn-misdninfineon-check-cleanup-ioremap-failure-cor.patch