X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=f836936fb4d8b919f0b1692bff41b4df61dfd0ec;hb=34848c910b911838e1e83e1370cb988b578c8860;hp=f5543eef4f8227a40d6a0b5a2646ff8f38658d89;hpb=b28e6315a0b42b39351d1953c1c4b54f80855857;p=linux-block.git diff --git a/Makefile b/Makefile index f5543eef4f82..f836936fb4d8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 -PATCHLEVEL = 3 +PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc2 NAME = Hurr durr I'ma ninja sloth # *DOCUMENTATION* @@ -1113,7 +1113,8 @@ LDFLAGS_vmlinux += -X endif ifeq ($(CONFIG_RELR),y) -LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags +# ld.lld before 15 did not support -z pack-relative-relocs. +LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs) endif # We never want expected sections to be placed heuristically by the