summaryrefslogtreecommitdiffstats
path: root/0001-modules-add-rhelversion-MODULE_INFO-tag.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-07-27 19:41:34 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-07-27 19:41:34 +0200
commit1c236df71c72ab37b46eae8ed7a48c96866ce78d (patch)
treeb04ad8b42f349b3d0aae9952a26bbfa4f0384491 /0001-modules-add-rhelversion-MODULE_INFO-tag.patch
parent13f37e7fe398411ef06f9bc489678bca23854e93 (diff)
parent38ae8ad573eed85916454766404b352bb53c56bc (diff)
downloadkernel-1c236df71c72ab37b46eae8ed7a48c96866ce78d.tar.gz
kernel-1c236df71c72ab37b46eae8ed7a48c96866ce78d.tar.xz
kernel-1c236df71c72ab37b46eae8ed7a48c96866ce78d.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedorakernel-5.8.0-0.rc7.1.vanilla.1.fc33kernel-5.8.0-0.rc7.1.vanilla.1.fc32kernel-5.8.0-0.rc7.1.vanilla.1.fc31
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 3fd0f125c..78254541d 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 6aea65c65745..ed3c4d8a1c7f 100644
+index 45f2ab2ec2d4..3bf849a0c6ab 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -21,6 +21,7 @@
@@ -125,7 +125,7 @@ index 6aea65c65745..ed3c4d8a1c7f 100644
/* Are we using CONFIG_MODVERSIONS? */
static int modversions = 0;
-@@ -2384,6 +2385,12 @@ static void write_buf(struct buffer *b, const char *fname)
+@@ -2392,6 +2393,12 @@ static void write_buf(struct buffer *b, const char *fname)
}
}
@@ -138,7 +138,7 @@ index 6aea65c65745..ed3c4d8a1c7f 100644
static void write_if_changed(struct buffer *b, const char *fname)
{
char *tmp;
-@@ -2636,6 +2643,7 @@ int main(int argc, char **argv)
+@@ -2644,6 +2651,7 @@ int main(int argc, char **argv)
add_depends(&buf, mod);
add_moddevtable(&buf, mod);
add_srcversion(&buf, mod);