Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.179.45
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.15.0-25 /
samples /
[ HOME SHELL ]
Name
Size
Permission
Action
acrn
[ DIR ]
drwxr-xr-x
auxdisplay
[ DIR ]
drwxr-xr-x
binderfs
[ DIR ]
drwxr-xr-x
bpf
[ DIR ]
drwxr-xr-x
configfs
[ DIR ]
drwxr-xr-x
connector
[ DIR ]
drwxr-xr-x
ftrace
[ DIR ]
drwxr-xr-x
hidraw
[ DIR ]
drwxr-xr-x
hw_breakpoint
[ DIR ]
drwxr-xr-x
kdb
[ DIR ]
drwxr-xr-x
kfifo
[ DIR ]
drwxr-xr-x
kmemleak
[ DIR ]
drwxr-xr-x
kobject
[ DIR ]
drwxr-xr-x
kprobes
[ DIR ]
drwxr-xr-x
landlock
[ DIR ]
drwxr-xr-x
livepatch
[ DIR ]
drwxr-xr-x
mei
[ DIR ]
drwxr-xr-x
nitro_enclaves
[ DIR ]
drwxr-xr-x
pidfd
[ DIR ]
drwxr-xr-x
pktgen
[ DIR ]
drwxr-xr-x
qmi
[ DIR ]
drwxr-xr-x
rpmsg
[ DIR ]
drwxr-xr-x
seccomp
[ DIR ]
drwxr-xr-x
timers
[ DIR ]
drwxr-xr-x
trace_events
[ DIR ]
drwxr-xr-x
trace_printk
[ DIR ]
drwxr-xr-x
uhid
[ DIR ]
drwxr-xr-x
v4l
[ DIR ]
drwxr-xr-x
vfio-mdev
[ DIR ]
drwxr-xr-x
vfs
[ DIR ]
drwxr-xr-x
watch_queue
[ DIR ]
drwxr-xr-x
watchdog
[ DIR ]
drwxr-xr-x
Kconfig
6.9
KB
-rw-r--r--
Makefile
1.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # Makefile for Linux samples code subdir-$(CONFIG_SAMPLE_AUXDISPLAY) += auxdisplay subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/ obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/ subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/ obj-$(CONFIG_SAMPLE_KDB) += kdb/ obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/ obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/ obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/ subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/ subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/ obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/ subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp subdir-$(CONFIG_SAMPLE_TIMER) += timers obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/ obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/ obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/ obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/ subdir-$(CONFIG_SAMPLE_UHID) += uhid obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/ obj-y += vfio-mdev/ subdir-$(CONFIG_SAMPLE_VFS) += vfs obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/ subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak/
Close