summaryrefslogtreecommitdiffstats
path: root/0001-modules-add-rhelversion-MODULE_INFO-tag.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-08-03 08:39:23 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-08-03 08:39:23 -0500
commit4403d9295a23adb83010ef08e1d4bbf481057131 (patch)
tree354c6eed069e229fafb15825f209ddbf3b43d6c8 /0001-modules-add-rhelversion-MODULE_INFO-tag.patch
parentb303d37046fa46d3601382b22ada6ab3fea12962 (diff)
downloadkernel-4403d9295a23adb83010ef08e1d4bbf481057131.tar.gz
kernel-4403d9295a23adb83010ef08e1d4bbf481057131.tar.xz
kernel-4403d9295a23adb83010ef08e1d4bbf481057131.zip
kernel-5.8.0-1
* Mon Aug 03 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.8.0-1] - v5.8 rebase - Updated changelog for the release based on ac3a0c847296 (Fedora Kernel Team) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-modules-add-rhelversion-MODULE_INFO-tag.patch')
-rw-r--r--0001-modules-add-rhelversion-MODULE_INFO-tag.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0001-modules-add-rhelversion-MODULE_INFO-tag.patch b/0001-modules-add-rhelversion-MODULE_INFO-tag.patch
index 78254541d..6990cc271 100644
--- a/0001-modules-add-rhelversion-MODULE_INFO-tag.patch
+++ b/0001-modules-add-rhelversion-MODULE_INFO-tag.patch
@@ -114,7 +114,7 @@ index aa183c9ac0a2..dc323b3f5838 100644
&modinfo_coresize,
&modinfo_initsize,
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
-index 45f2ab2ec2d4..3bf849a0c6ab 100644
+index 69341b36f271..dbc63328187c 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -21,6 +21,7 @@
@@ -125,7 +125,7 @@ index 45f2ab2ec2d4..3bf849a0c6ab 100644
/* Are we using CONFIG_MODVERSIONS? */
static int modversions = 0;
-@@ -2392,6 +2393,12 @@ static void write_buf(struct buffer *b, const char *fname)
+@@ -2393,6 +2394,12 @@ static void write_buf(struct buffer *b, const char *fname)
}
}
@@ -138,7 +138,7 @@ index 45f2ab2ec2d4..3bf849a0c6ab 100644
static void write_if_changed(struct buffer *b, const char *fname)
{
char *tmp;
-@@ -2644,6 +2651,7 @@ int main(int argc, char **argv)
+@@ -2645,6 +2652,7 @@ int main(int argc, char **argv)
add_depends(&buf, mod);
add_moddevtable(&buf, mod);
add_srcversion(&buf, mod);