# SPDX-License-Identifier: GPL-2.0 # scripts/dtc makefile # *** Also keep .gitignore in sync when changing *** hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay hostprogs-always-$(CHECK_DTBS) += dtc dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \ srcpos.o checks.o util.o dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o # The upstream project builds libfdt as a separate library. We are choosing to # instead directly link the libfdt object files into fdtoverlay. libfdt-objs := fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw.o fdt_strerror.o fdt_empty_tree.o fdt_addresses.o fdt_overlay.o libfdt = $(addprefix libfdt/,$(libfdt-objs)) fdtoverlay-objs := $(libfdt) fdtoverlay.o util.o # Source files need to get at the userspace version of libfdt_env.h to compile HOST_EXTRACFLAGS += -I $(src)/libfdt HOST_EXTRACFLAGS += -DNO_YAML # Generated files need one more search path to include headers in source tree HOSTCFLAGS_dtc-lexer.lex.o := -I $(src) HOSTCFLAGS_dtc-parser.tab.o := -I $(src) # dependencies on generated files need to be listed explicitly $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h ='linux-2.6.13.y'>linux-2.6.13.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/kernel/futex_compat.c
AgeCommit message (Expand)Author
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-19futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner
2013-02-03convert futex compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro
2012-03-29futex: Mark get_robust_list as deprecatedKees Cook
2012-03-29futex: Do not leak robust list to unprivileged processKees Cook
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2010-11-10futex: Address compiler warnings in exit_robust_listDarren Hart
2010-09-18futex: Change 3rd arg of fetch_robust_entry() to unsigned int*Namhyung Kim
2009-12-09futex: Protect pid lookup in compat code with RCUThomas Gleixner
2009-08-10futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells