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 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fix from Catalin Marinas:
"Add -fasynchronous-unwind-tables to the vDSO CFLAGS"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
arm64: vdso: Add -fasynchronous-unwind-tables to cflags

+1 -1
+1 -1
arch/arm64/kernel/vdso/Makefile
··· 32 32 OBJECT_FILES_NON_STANDARD := y 33 33 KCOV_INSTRUMENT := n 34 34 35 - CFLAGS_vgettimeofday.o = -O2 -mcmodel=tiny 35 + CFLAGS_vgettimeofday.o = -O2 -mcmodel=tiny -fasynchronous-unwind-tables 36 36 37 37 ifneq ($(c-gettimeofday-y),) 38 38 CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)