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 branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 build fix from Ingo Molnar:
"A bzImage build fix on older distros"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/vdso: Fix 'make bzImage' on older distros

+1 -1
+1 -1
arch/x86/vdso/Makefile
··· 51 51 $(obj)/vdso64.so.dbg: $(src)/vdso.lds $(vobjs) FORCE 52 52 $(call if_changed,vdso) 53 53 54 - HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi 54 + HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/x86/include/uapi 55 55 hostprogs-y += vdso2c 56 56 57 57 quiet_cmd_vdso2c = VDSO2C $@