forked from xen-troops/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/masahiroy/linux-kbuild Pull more Kbuild updates from Masahiro Yamada: - improve boolinit.cocci and use_after_iter.cocci semantic patches - fix alignment for kallsyms - move 'asm goto' compiler test to Kconfig and clean up jump_label CONFIG option - generate asm-generic wrappers automatically if arch does not implement mandatory UAPI headers - remove redundant generic-y defines - misc cleanups * tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kconfig: rename generated .*conf-cfg to *conf-cfg kbuild: remove unnecessary stubs for archheader and archscripts kbuild: use assignment instead of define ... endef for filechk_* rules arch: remove redundant UAPI generic-y defines kbuild: generate asm-generic wrappers if mandatory headers are missing arch: remove stale comments "UAPI Header export list" riscv: remove redundant kernel-space generic-y kbuild: change filechk to surround the given command with { } kbuild: remove redundant target cleaning on failure kbuild: clean up rule_dtc_dt_yaml kbuild: remove UIMAGE_IN and UIMAGE_OUT jump_label: move 'asm goto' support test to Kconfig kallsyms: lower alignment on ARM scripts: coccinelle: boolinit: drop warnings on named constants scripts: coccinelle: check for redeclaration kconfig: remove unused "file" field of yylval union nds32: remove redundant kernel-space generic-y nios2: remove unneeded HAS_DMA define
- Loading branch information
Showing
94 changed files
with
150 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generated-y += unistd_32.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += ipcbuf.h | ||
generic-y += msgbuf.h | ||
generic-y += poll.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,4 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += auxvec.h | ||
generic-y += bitsperlong.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += errno.h | ||
generic-y += fcntl.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += param.h | ||
generic-y += poll.h | ||
generic-y += posix_types.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += siginfo.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += stat.h | ||
generic-y += statfs.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h | ||
generic-y += ucontext.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,6 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generated-y += unistd-common.h | ||
generated-y += unistd-oabi.h | ||
generated-y += unistd-eabi.h | ||
|
||
generic-y += bitsperlong.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += errno.h | ||
generic-y += ioctl.h | ||
generic-y += ipcbuf.h | ||
generic-y += msgbuf.h | ||
generic-y += param.h | ||
generic-y += poll.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += siginfo.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += termbits.h | ||
generic-y += termios.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,4 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += errno.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += poll.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += swab.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h | ||
generic-y += siginfo.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,4 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += auxvec.h | ||
generic-y += bitsperlong.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += errno.h | ||
generic-y += fcntl.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += param.h | ||
generic-y += poll.h | ||
generic-y += posix_types.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += shmparam.h | ||
generic-y += siginfo.h | ||
generic-y += signal.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += stat.h | ||
generic-y += statfs.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h | ||
generic-y += ucontext.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,3 @@ | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += auxvec.h | ||
generic-y += param.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += errno.h | ||
generic-y += fcntl.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += shmbuf.h | ||
generic-y += bitsperlong.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += poll.h | ||
generic-y += posix_types.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += siginfo.h | ||
generic-y += signal.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += statfs.h | ||
generic-y += stat.h | ||
generic-y += setup.h | ||
generic-y += swab.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h | ||
generic-y += ucontext.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,4 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += auxvec.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += errno.h | ||
generic-y += fcntl.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += param.h | ||
generic-y += poll.h | ||
generic-y += posix_types.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += setup.h | ||
generic-y += shmbuf.h | ||
generic-y += shmparam.h | ||
generic-y += siginfo.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += stat.h | ||
generic-y += statfs.h | ||
generic-y += swab.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h | ||
generic-y += ucontext.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += auxvec.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += errno.h | ||
generic-y += fcntl.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += poll.h | ||
generic-y += posix_types.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += shmparam.h | ||
generic-y += siginfo.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += stat.h | ||
generic-y += statfs.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h | ||
generic-y += ucontext.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generated-y += unistd_64.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += msgbuf.h | ||
generic-y += poll.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,4 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generated-y += unistd_32.h | ||
generic-y += auxvec.h | ||
generic-y += bitsperlong.h | ||
generic-y += bpf_perf_event.h | ||
generic-y += errno.h | ||
generic-y += ioctl.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += shmparam.h | ||
generic-y += siginfo.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += statfs.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h |
Oops, something went wrong.