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 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fix from Michael Ellerman:

- Allow r30 to be used in vDSO code generation of getrandom

Thanks to Jason A. Donenfeld

* tag 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
powerpc/vdso: allow r30 in vDSO code generation of getrandom

+1 -1
+1 -1
arch/powerpc/kernel/vdso/Makefile
··· 22 23 ifneq ($(c-getrandom-y),) 24 CFLAGS_vgetrandom-32.o += -include $(c-getrandom-y) 25 - CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y) $(call cc-option, -ffixed-r30) 26 endif 27 28 # Build rules
··· 22 23 ifneq ($(c-getrandom-y),) 24 CFLAGS_vgetrandom-32.o += -include $(c-getrandom-y) 25 + CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y) 26 endif 27 28 # Build rules