diff --git a/0001-kbuild-AFTER_LINK.patch b/0001-kbuild-AFTER_LINK.patch index 224316b..5613bab 100644 --- a/0001-kbuild-AFTER_LINK.patch +++ b/0001-kbuild-AFTER_LINK.patch @@ -1,4 +1,4 @@ -From ca7615cf7944d9b233b7cfad8f0465b4dfc87fba Mon Sep 17 00:00:00 2001 +From 234f2726089c1b655b0efe975a988ac6fc857b2a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 6 Oct 2008 23:03:03 -0700 Subject: [PATCH] kbuild: AFTER_LINK @@ -31,7 +31,7 @@ index b215c712d897..e18cd2a3ea53 100644 cmd_vdsoas = $(CC) $(a_flags) -c -o $@ $< diff --git a/arch/x86/entry/vdso/Makefile b/arch/x86/entry/vdso/Makefile -index 141d415a8c80..771cc7e399dc 100644 +index c3d7ccd25381..7c03993ea881 100644 --- a/arch/x86/entry/vdso/Makefile +++ b/arch/x86/entry/vdso/Makefile @@ -167,8 +167,9 @@ $(obj)/vdso32.so.dbg: FORCE \ @@ -45,7 +45,7 @@ index 141d415a8c80..771cc7e399dc 100644 + sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@' VDSO_LDFLAGS = -shared $(call ld-option, --hash-style=both) \ - $(call ld-option, --build-id) -Bsymbolic + $(call ld-option, --build-id) $(call ld-option, --eh-frame-hdr) \ diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh index c8cf45362bd6..ee9c4d8e1ddf 100755 --- a/scripts/link-vmlinux.sh @@ -62,5 +62,5 @@ index c8cf45362bd6..ee9c4d8e1ddf 100755 -- -2.17.1 +2.20.1 diff --git a/kernel.spec.in b/kernel.spec.in index 2824148..37f04d0 100644 --- a/kernel.spec.in +++ b/kernel.spec.in @@ -6,7 +6,6 @@ %define plainrel @REL@ %define rel %{plainrel}.%{variant} %define version @VERSION@ -%define name_suffix -latest %define _buildshell /bin/bash %define build_xen 1 diff --git a/version b/version index aca0bf9..fc77e3b 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.19.12 +4.19.15