summaryrefslogtreecommitdiffstats
path: root/patch-5.10.0-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-12-14 09:02:23 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-12-14 09:02:23 -0600
commit952ed53b8dc02307ae140982548522d049e0bca5 (patch)
treedce1f55251f5deb95f6f4a53be4d5e3f11c36a9a /patch-5.10.0-redhat.patch
parent39cafd66089878f3d0d997260f1d0b1ede356e0d (diff)
downloadkernel-952ed53b8dc02307ae140982548522d049e0bca5.tar.gz
kernel-952ed53b8dc02307ae140982548522d049e0bca5.tar.xz
kernel-952ed53b8dc02307ae140982548522d049e0bca5.zip
kernel-5.10.0-98
* Mon Dec 14 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.10.0-98] - Add missing '$' sign to (GIT) in redhat/Makefile (Augusto Caringi) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.10.0-redhat.patch')
-rw-r--r--patch-5.10.0-redhat.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patch-5.10.0-redhat.patch b/patch-5.10.0-redhat.patch
index 35420ab6f..4c286290f 100644
--- a/patch-5.10.0-redhat.patch
+++ b/patch-5.10.0-redhat.patch
@@ -202,7 +202,7 @@ index 000000000000..effb81d04bfd
+
+endmenu
diff --git a/Makefile b/Makefile
-index 9ec53d947628..43dc30764eda 100644
+index e30cf02da8b8..91c8dfc1f8a7 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -1859,7 +1859,7 @@ index 8f3772480582..b2ced7ed9d8e 100644
{ 0x9005, 0x028c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 63 }, /* Adaptec PMC Series 7 (Denali) */
{ 0x9005, 0x028d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 64 }, /* Adaptec PMC Series 8 */
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c
-index 202ba925c494..094a9b551247 100644
+index 5c3513a4b450..0d59aca2cf58 100644
--- a/drivers/scsi/be2iscsi/be_main.c
+++ b/drivers/scsi/be2iscsi/be_main.c
@@ -370,11 +370,13 @@ static int beiscsi_eh_device_reset(struct scsi_cmnd *sc)
@@ -2651,7 +2651,7 @@ index 39642626a707..17d55164b892 100644
#if defined(CONFIG_SECURITY) && defined(CONFIG_WATCH_QUEUE)
diff --git a/kernel/Makefile b/kernel/Makefile
-index af601b9bda0e..eb29602a431b 100644
+index 6c9f19911be0..81a49119f668 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -12,6 +12,8 @@ obj-y = fork.o exec_domain.o panic.o \