Revision 791a9a666d1afe2603bcb2c6a4852d684e879252 authored by Linus Torvalds on 11 May 2017, 03:45:36 UTC, committed by Linus Torvalds on 11 May 2017, 03:45:36 UTC
Pull Kbuild UAPI updates from Masahiro Yamada:
 "Improvement of headers_install by Nicolas Dichtel.

  It has been long since the introduction of uapi directories, but the
  de-coupling of exported headers has not been completed. Headers listed
  in header-y are exported whether they exist in uapi directories or
  not. His work fixes this inconsistency.

  All (and only) headers under uapi directories are now exported. The
  asm-generic wrappers are still exceptions, but this is a big step
  forward"

* tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  arch/include: remove empty Kbuild files
  uapi: export all arch specifics directories
  uapi: export all headers under uapi directories
  smc_diag.h: fix include from userland
  btrfs_tree.h: fix include from userland
  uapi: includes linux/types.h before exporting files
  Makefile.headersinst: remove destination-y option
  Makefile.headersinst: cleanup input files
  x86: stop exporting msr-index.h to userland
  nios2: put setup.h in uapi
  h8300: put bitsperlong.h in uapi
2 parent s 23ea3f6 + 3e18c63
History
File Mode Size
Makefile -rw-r--r-- 363 bytes
kasan.c -rw-r--r-- 20.2 KB
kasan.h -rw-r--r-- 3.3 KB
kasan_init.c -rw-r--r-- 5.1 KB
quarantine.c -rw-r--r-- 8.7 KB
report.c -rw-r--r-- 11.5 KB

back to top