From fa1dee0747e32fcab94c1695e980d192cc8bac51 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 2 Jun 2020 13:57:57 -0500 Subject: kernel-5.8.0-0.rc0.20200602gitf359287765c0.1 * Tue Jun 02 2020 CKI@GitLab [5.8.0-0.rc0.20200602gitf359287765c0.1] - f359287765c0 rebase - Fix update_scripts.sh unselective pattern sub (David Howells) - Updated changelog for the release based on b0c3ba31be3e ("CKI@GitLab") - Drop the static path configuration for the Sphinx docs (Jeremy Cline) - Sign off generated configuration patches (Jeremy Cline) - Use __make macro instead of make (Tom Stellard) - redhat/configs: Enable CONFIG_SMC91X and disable CONFIG_SMC911X (Prarit Bhargava) [http://bugzilla.redhat.com/1722136] Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-modules-add-rhelversion-MODULE_INFO-tag.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '0001-modules-add-rhelversion-MODULE_INFO-tag.patch') diff --git a/0001-modules-add-rhelversion-MODULE_INFO-tag.patch b/0001-modules-add-rhelversion-MODULE_INFO-tag.patch index 5fbcc61e2..cd87459ff 100644 --- a/0001-modules-add-rhelversion-MODULE_INFO-tag.patch +++ b/0001-modules-add-rhelversion-MODULE_INFO-tag.patch @@ -82,7 +82,7 @@ Acked-by: Prarit Bhargava 3 files changed, 11 insertions(+) diff --git a/include/linux/module.h b/include/linux/module.h -index 1ad393e62bef..3fb19abee033 100644 +index d849d06e4d44..15a1f464ba50 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -371,6 +371,7 @@ struct module { @@ -94,7 +94,7 @@ index 1ad393e62bef..3fb19abee033 100644 /* Exported symbols */ diff --git a/kernel/module.c b/kernel/module.c -index 646f1e2330d2..aed5b1fcadf8 100644 +index 64a2b4daaaa5..821a1d681971 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -799,6 +799,7 @@ static struct module_attribute modinfo_##field = { \ @@ -114,7 +114,7 @@ index 646f1e2330d2..aed5b1fcadf8 100644 &modinfo_coresize, &modinfo_initsize, diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c -index 5c3c50c5ec52..188eb460cede 100644 +index 0053d4fea847..a6ccaf207413 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -21,6 +21,7 @@ -- cgit