b05d9892a42a9148e65b2d5b6d44bf6a81fdd72d

Since commit <d5470d14431e9d39e> ("kbuild: re-implement Makefile.headersinst without recursion"), the headers_install excludes Kbuild from providing information regarding uapi headers. In fact, it recursively pulls all the headers from a given path, in this case techpack/*. This isn't correct as techpack/ may have non-uapi headers as well, which shouldn't be considered. Hence, strictly look for include/uapi/$dir directory for the uapi headers. Change-Id: Ic7b3f927bc962729da1b87ed90e5f50a1e4cd5c5 Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Description
Languages
C
97.8%
Assembly
1.2%
Shell
0.3%
Makefile
0.3%
Python
0.2%
Other
0.1%