Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm

Pull ARM fix from Russell King:
"Just one ARM fix this time around for Jason Donenfeld, fixing a
problem with the VDSO generation on big endian"

* tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm:
ARM: 8867/1: vdso: pass --be8 to linker if necessary

+3 -2
+3 -2
arch/arm/vdso/Makefile
··· 10 10 ccflags-y := -fPIC -fno-common -fno-builtin -fno-stack-protector 11 11 ccflags-y += -DDISABLE_BRANCH_PROFILING 12 12 13 - ldflags-y = -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \ 13 + ldflags-$(CONFIG_CPU_ENDIAN_BE8) := --be8 14 + ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \ 14 15 -z max-page-size=4096 -z common-page-size=4096 \ 15 - -nostdlib -shared \ 16 + -nostdlib -shared $(ldflags-y) \ 16 17 $(call ld-option, --hash-style=sysv) \ 17 18 $(call ld-option, --build-id) \ 18 19 -T