summaryrefslogtreecommitdiffstats
path: root/patch-5.13.0-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-06-23 11:10:54 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-06-23 11:10:54 -0500
commita3e5988e12642b0e3c98bce30fd8bee8deb2c091 (patch)
tree423b55108cc24ba3281526e39bc7e50e8e772370 /patch-5.13.0-redhat.patch
parent1837aa591cfbdce6d70810528641bdd993bb33c6 (diff)
downloadkernel-a3e5988e12642b0e3c98bce30fd8bee8deb2c091.tar.gz
kernel-a3e5988e12642b0e3c98bce30fd8bee8deb2c091.tar.xz
kernel-a3e5988e12642b0e3c98bce30fd8bee8deb2c091.zip
kernel-5.13.0-0.rc7.20210623git0c18f29aae7c.53
* Wed Jun 23 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc7.20210623git0c18f29aae7c.53] - redhat/configs: enable CONFIG_NET_ACT_MPLS (Marcelo Ricardo Leitner) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.13.0-redhat.patch')
-rw-r--r--patch-5.13.0-redhat.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patch-5.13.0-redhat.patch b/patch-5.13.0-redhat.patch
index 2ac0140b9..83e939899 100644
--- a/patch-5.13.0-redhat.patch
+++ b/patch-5.13.0-redhat.patch
@@ -2573,10 +2573,10 @@ index 684a6061a13a..220579c0e963 100644
* if the commandline contains a ':', then that's the extended
* syntax -- if not, it must be the classic syntax
diff --git a/kernel/module.c b/kernel/module.c
-index 7e78dfabca97..5095efe4d1e1 100644
+index 927d46cb8eb9..387e08c31633 100644
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -738,6 +738,7 @@ static struct module_attribute modinfo_##field = { \
+@@ -742,6 +742,7 @@ static struct module_attribute modinfo_##field = { \
MODINFO_ATTR(version);
MODINFO_ATTR(srcversion);
@@ -2584,7 +2584,7 @@ index 7e78dfabca97..5095efe4d1e1 100644
static char last_unloaded_module[MODULE_NAME_LEN+1];
-@@ -1202,6 +1203,7 @@ static struct module_attribute *modinfo_attrs[] = {
+@@ -1206,6 +1207,7 @@ static struct module_attribute *modinfo_attrs[] = {
&module_uevent,
&modinfo_version,
&modinfo_srcversion,