]> git.proxmox.com Git - pve-kernel.git/commitdiff
rebase patches
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 20 Apr 2018 09:35:55 +0000 (11:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 20 Apr 2018 12:55:21 +0000 (14:55 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
patches/kernel/0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch
patches/kernel/0007-Revert-UBUNTU-Packaging-retpoline-add-safe-usage-hin.patch

index 63bd83223e2f70c09ce19b0abfc5644547edc6db..36a59ea6f8890d71edfbaf1ce679fec7c6850a8f 100644 (file)
@@ -54,7 +54,7 @@ Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
  2 files changed, 110 insertions(+)
 
 diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
-index 2db36b52a4ff..9b7f4e3e6e30 100644
+index f49ba96f8881..133fcf975b80 100644
 --- a/Documentation/admin-guide/kernel-parameters.txt
 +++ b/Documentation/admin-guide/kernel-parameters.txt
 @@ -2968,6 +2968,15 @@
index bd7b138badb89a0698bccdae67f2a2840ec63f16..0fdf8129641afcec4b72851067548dab3f60c591 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
  1 file changed, 1 insertion(+), 9 deletions(-)
 
 diff --git a/scripts/Makefile.build b/scripts/Makefile.build
-index 9dc3f41f4ff5..36247e983f4b 100644
+index e79e11fbd22c..36247e983f4b 100644
 --- a/scripts/Makefile.build
 +++ b/scripts/Makefile.build
 @@ -297,27 +297,19 @@ objtool_dep = $(objtool_obj)                                     \
@@ -27,7 +27,7 @@ index 9dc3f41f4ff5..36247e983f4b 100644
                         include/config/stack/validation.h)
  
 -ifdef CONFIG_RETPOLINE
--cmd_ubuntu_retpoline = $(CONFIG_SHELL) $(srctree)/debian/scripts/retpoline-extract-one $(@) $(<) "$(filter -m16 %code16gcc.h,$(a_flags))";
+-cmd_ubuntu_retpoline = $(CONFIG_SHELL) $(srctree)/scripts/ubuntu-retpoline-extract-one $(@) $(<) "$(filter -m16 %code16gcc.h,$(a_flags))";
 -else
 -cmd_ubuntu_retpoline =
 -endif