From 6ca77aba4c66d6cd205be9009cafc63c2c07dbf5 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Mon, 11 Mar 2024 21:17:20 +0100 Subject: [PATCH] DB: Add v6.8 kernel tables for all archs --- db/arm/32/eabi/v6.8/config.txt | 9552 ++++++++++++++++++++++++ db/arm/32/eabi/v6.8/stderr.txt | 1000 +++ db/arm/32/eabi/v6.8/table.json | 7174 ++++++++++++++++++ db/arm/32/oabi/v6.8/config.txt | 9550 ++++++++++++++++++++++++ db/arm/32/oabi/v6.8/stderr.txt | 1025 +++ db/arm/32/oabi/v6.8/table.json | 7374 ++++++++++++++++++ db/arm64/64/aarch32/v6.8/config.txt | 1 + db/arm64/64/aarch32/v6.8/stderr.txt | 511 ++ db/arm64/64/aarch32/v6.8/table.json | 7297 ++++++++++++++++++ db/arm64/64/aarch64/v6.8/config.txt | 10337 ++++++++++++++++++++++++++ db/arm64/64/aarch64/v6.8/stderr.txt | 503 ++ db/arm64/64/aarch64/v6.8/table.json | 5661 ++++++++++++++ db/mips/32/o32/v6.8/config.txt | 3912 ++++++++++ db/mips/32/o32/v6.8/stderr.txt | 987 +++ db/mips/32/o32/v6.8/table.json | 7005 +++++++++++++++++ db/mips/64/n32/v6.8/config.txt | 1 + db/mips/64/n32/v6.8/stderr.txt | 919 +++ db/mips/64/n32/v6.8/table.json | 6682 +++++++++++++++++ db/mips/64/n64/v6.8/config.txt | 3014 ++++++++ db/mips/64/n64/v6.8/stderr.txt | 896 +++ db/mips/64/n64/v6.8/table.json | 6233 ++++++++++++++++ db/mips/64/o32/v6.8/config.txt | 1 + db/mips/64/o32/v6.8/stderr.txt | 947 +++ db/mips/64/o32/v6.8/table.json | 7142 ++++++++++++++++++ db/powerpc/64/ppc32/v6.8/config.txt | 1 + db/powerpc/64/ppc32/v6.8/stderr.txt | 904 +++ db/powerpc/64/ppc32/v6.8/table.json | 7375 ++++++++++++++++++ db/powerpc/64/ppc64/v6.8/config.txt | 5014 +++++++++++++ db/powerpc/64/ppc64/v6.8/stderr.txt | 866 +++ db/powerpc/64/ppc64/v6.8/table.json | 6669 +++++++++++++++++ db/powerpc/64/spu/v6.8/config.txt | 1 + db/powerpc/64/spu/v6.8/stderr.txt | 782 ++ db/powerpc/64/spu/v6.8/table.json | 5018 +++++++++++++ db/x86/32/ia32/v6.8/config.txt | 4743 ++++++++++++ db/x86/32/ia32/v6.8/stderr.txt | 524 ++ db/x86/32/ia32/v6.8/table.json | 7591 +++++++++++++++++++ db/x86/64/ia32/v6.8/config.txt | 1 + db/x86/64/ia32/v6.8/stderr.txt | 532 ++ db/x86/64/ia32/v6.8/table.json | 7628 +++++++++++++++++++ db/x86/64/x32/v6.8/config.txt | 1 + db/x86/64/x32/v6.8/stderr.txt | 605 ++ db/x86/64/x32/v6.8/table.json | 6352 ++++++++++++++++ db/x86/64/x64/v6.8/config.txt | 4854 ++++++++++++ db/x86/64/x64/v6.8/stderr.txt | 520 ++ db/x86/64/x64/v6.8/table.json | 6370 ++++++++++++++++ 45 files changed, 164075 insertions(+) create mode 100644 db/arm/32/eabi/v6.8/config.txt create mode 100644 db/arm/32/eabi/v6.8/stderr.txt create mode 100644 db/arm/32/eabi/v6.8/table.json create mode 100644 db/arm/32/oabi/v6.8/config.txt create mode 100644 db/arm/32/oabi/v6.8/stderr.txt create mode 100644 db/arm/32/oabi/v6.8/table.json create mode 120000 db/arm64/64/aarch32/v6.8/config.txt create mode 100644 db/arm64/64/aarch32/v6.8/stderr.txt create mode 100644 db/arm64/64/aarch32/v6.8/table.json create mode 100644 db/arm64/64/aarch64/v6.8/config.txt create mode 100644 db/arm64/64/aarch64/v6.8/stderr.txt create mode 100644 db/arm64/64/aarch64/v6.8/table.json create mode 100644 db/mips/32/o32/v6.8/config.txt create mode 100644 db/mips/32/o32/v6.8/stderr.txt create mode 100644 db/mips/32/o32/v6.8/table.json create mode 120000 db/mips/64/n32/v6.8/config.txt create mode 100644 db/mips/64/n32/v6.8/stderr.txt create mode 100644 db/mips/64/n32/v6.8/table.json create mode 100644 db/mips/64/n64/v6.8/config.txt create mode 100644 db/mips/64/n64/v6.8/stderr.txt create mode 100644 db/mips/64/n64/v6.8/table.json create mode 120000 db/mips/64/o32/v6.8/config.txt create mode 100644 db/mips/64/o32/v6.8/stderr.txt create mode 100644 db/mips/64/o32/v6.8/table.json create mode 120000 db/powerpc/64/ppc32/v6.8/config.txt create mode 100644 db/powerpc/64/ppc32/v6.8/stderr.txt create mode 100644 db/powerpc/64/ppc32/v6.8/table.json create mode 100644 db/powerpc/64/ppc64/v6.8/config.txt create mode 100644 db/powerpc/64/ppc64/v6.8/stderr.txt create mode 100644 db/powerpc/64/ppc64/v6.8/table.json create mode 120000 db/powerpc/64/spu/v6.8/config.txt create mode 100644 db/powerpc/64/spu/v6.8/stderr.txt create mode 100644 db/powerpc/64/spu/v6.8/table.json create mode 100644 db/x86/32/ia32/v6.8/config.txt create mode 100644 db/x86/32/ia32/v6.8/stderr.txt create mode 100644 db/x86/32/ia32/v6.8/table.json create mode 120000 db/x86/64/ia32/v6.8/config.txt create mode 100644 db/x86/64/ia32/v6.8/stderr.txt create mode 100644 db/x86/64/ia32/v6.8/table.json create mode 120000 db/x86/64/x32/v6.8/config.txt create mode 100644 db/x86/64/x32/v6.8/stderr.txt create mode 100644 db/x86/64/x32/v6.8/table.json create mode 100644 db/x86/64/x64/v6.8/config.txt create mode 100644 db/x86/64/x64/v6.8/stderr.txt create mode 100644 db/x86/64/x64/v6.8/table.json diff --git a/db/arm/32/eabi/v6.8/config.txt b/db/arm/32/eabi/v6.8/config.txt new file mode 100644 index 0000000..df8286c --- /dev/null +++ b/db/arm/32/eabi/v6.8/config.txt @@ -0,0 +1,9552 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/arm 6.8.0 Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="arm-linux-gnueabi-gcc (GCC) 12.2.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=120200 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23900 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23900 +CONFIG_LLD_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=120 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_BUILD_SALT="" +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_XZ is not set +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_LZ4 is not set +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +# CONFIG_AUDIT is not set +CONFIG_HAVE_ARCH_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS=y +CONFIG_GENERIC_IRQ_IPI=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_GENERIC_IRQ_MULTI_HANDLER=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +# CONFIG_NO_HZ is not set +CONFIG_HIGH_RES_TIMERS=y +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +# CONFIG_BPF_JIT is not set +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +# CONFIG_BPF_PRELOAD is not set +# end of BPF subsystem + +CONFIG_PREEMPT_NONE_BUILD=y +CONFIG_PREEMPT_NONE=y +# CONFIG_PREEMPT_VOLUNTARY is not set +# CONFIG_PREEMPT is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_SCHED_THERMAL_PRESSURE=y +CONFIG_BSD_PROCESS_ACCT=y +# CONFIG_BSD_PROCESS_ACCT_V3 is not set +# CONFIG_TASKSTATS is not set +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_NEED_SRCU_NMI_SAFE=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +# CONFIG_IKCONFIG is not set +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +# CONFIG_PRINTK_INDEX is not set +CONFIG_GENERIC_SCHED_CLOCK=y + +# +# Scheduler features +# +# CONFIG_UCLAMP_TASK is not set +# end of Scheduler features + +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" +CONFIG_GCC10_NO_ARRAY_BOUNDS=y +CONFIG_CC_NO_ARRAY_BOUNDS=y +CONFIG_GCC_NO_STRINGOP_OVERFLOW=y +CONFIG_CC_NO_STRINGOP_OVERFLOW=y +CONFIG_CGROUPS=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +# CONFIG_MEMCG is not set +# CONFIG_BLK_CGROUP is not set +# CONFIG_CGROUP_SCHED is not set +CONFIG_SCHED_MM_CID=y +# CONFIG_CGROUP_PIDS is not set +# CONFIG_CGROUP_RDMA is not set +# CONFIG_CGROUP_FREEZER is not set +# CONFIG_CPUSETS is not set +# CONFIG_CGROUP_DEVICE is not set +# CONFIG_CGROUP_CPUACCT is not set +# CONFIG_CGROUP_PERF is not set +# CONFIG_CGROUP_BPF is not set +# CONFIG_CGROUP_MISC is not set +# CONFIG_CGROUP_DEBUG is not set +# CONFIG_NAMESPACES is not set +CONFIG_CHECKPOINT_RESTORE=y +# CONFIG_SCHED_AUTOGROUP is not set +# CONFIG_RELAY is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="warn" +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_EXPERT=y +CONFIG_UID16=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_PC104 is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +# CONFIG_KALLSYMS_ALL is not set +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y + +# +# Kexec and crash features +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC=y +# CONFIG_CRASH_DUMP is not set +# end of Kexec and crash features +# end of General setup + +CONFIG_ARM=y +CONFIG_ARM_HAS_GROUP_RELOCS=y +CONFIG_ARM_DMA_USE_IOMMU=y +CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8 +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_HAVE_PROC_CPU=y +CONFIG_NO_IOPORT_MAP=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_ARCH_HAS_BANDGAP=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_FIQ=y +CONFIG_ARM_PATCH_PHYS_VIRT=y +CONFIG_GENERIC_BUG=y +CONFIG_PGTABLE_LEVELS=2 + +# +# System Type +# +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_BITS_MAX=16 +CONFIG_ARCH_MULTIPLATFORM=y + +# +# Platform selection +# + +# +# CPU Core family selection +# +# CONFIG_ARCH_MULTI_V6 is not set +CONFIG_ARCH_MULTI_V7=y +CONFIG_ARCH_MULTI_V6_V7=y +# end of Platform selection + +CONFIG_ARCH_VIRT=y +CONFIG_ARCH_AIROHA=y +# CONFIG_ARCH_RDA is not set +CONFIG_ARCH_SUNPLUS=y +CONFIG_SOC_SP7021=y +CONFIG_ARCH_UNIPHIER=y +CONFIG_ARCH_ACTIONS=y +CONFIG_ARCH_ALPINE=y +CONFIG_ARCH_ARTPEC=y +CONFIG_MACH_ARTPEC6=y +CONFIG_ARCH_ASPEED=y +CONFIG_MACH_ASPEED_G6=y +CONFIG_ARCH_AT91=y +CONFIG_SOC_SAMA5D2=y +CONFIG_SOC_SAMA5D3=y +CONFIG_SOC_SAMA5D4=y +CONFIG_SOC_SAMA7G5=y +CONFIG_SOC_LAN966=y + +# +# Clocksource driver selection +# +CONFIG_ATMEL_CLOCKSOURCE_PIT=y +CONFIG_ATMEL_CLOCKSOURCE_TCB=y +CONFIG_MICROCHIP_CLOCKSOURCE_PIT64B=y +CONFIG_HAVE_AT91_UTMI=y +CONFIG_HAVE_AT91_USB_CLK=y +CONFIG_COMMON_CLK_AT91=y +CONFIG_HAVE_AT91_SMD=y +CONFIG_HAVE_AT91_H32MX=y +CONFIG_HAVE_AT91_GENERATED_CLK=y +CONFIG_HAVE_AT91_AUDIO_PLL=y +CONFIG_HAVE_AT91_I2S_MUX_CLK=y +CONFIG_HAVE_AT91_SAM9X60_PLL=y +CONFIG_SOC_SAM_V7=y +CONFIG_SOC_SAMA5=y +CONFIG_ATMEL_PM=y +# CONFIG_ATMEL_SECURE_PM is not set +CONFIG_SOC_SAMA7=y +CONFIG_ARCH_BCM=y + +# +# IPROC architected SoCs +# +CONFIG_ARCH_BCM_IPROC=y +CONFIG_ARCH_BCM_CYGNUS=y +CONFIG_ARCH_BCM_HR2=y +CONFIG_ARCH_BCM_NSP=y +CONFIG_ARCH_BCM_5301X=y + +# +# KONA architected SoCs +# +CONFIG_ARCH_BCM_MOBILE=y +CONFIG_ARCH_BCM_281XX=y +CONFIG_ARCH_BCM_21664=y +CONFIG_ARCH_BCM_23550=y +CONFIG_ARCH_BCM_MOBILE_L2_CACHE=y +CONFIG_ARCH_BCM_MOBILE_SMC=y +CONFIG_ARCH_BCM_MOBILE_SMP=y + +# +# Other Architectures +# +CONFIG_ARCH_BCM2835=y +CONFIG_ARCH_BCM_53573=y +CONFIG_ARCH_BRCMSTB=y +CONFIG_ARCH_BCMBCA=y + +# +# BCMBCA sub platforms +# +CONFIG_ARCH_BCMBCA_CORTEXA7=y +CONFIG_ARCH_BCMBCA_CORTEXA9=y +CONFIG_ARCH_BCMBCA_BRAHMAB15=y +CONFIG_ARCH_BERLIN=y +CONFIG_MACH_BERLIN_BG2=y +CONFIG_MACH_BERLIN_BG2CD=y +CONFIG_MACH_BERLIN_BG2Q=y +CONFIG_ARCH_DIGICOLOR=y +# CONFIG_ARCH_DOVE is not set +CONFIG_ARCH_EXYNOS=y +CONFIG_S5P_DEV_MFC=y +CONFIG_ARCH_EXYNOS3=y +CONFIG_ARCH_EXYNOS4=y +CONFIG_ARCH_EXYNOS5=y + +# +# Exynos SoCs +# +CONFIG_SOC_EXYNOS3250=y +CONFIG_CPU_EXYNOS4210=y +CONFIG_SOC_EXYNOS4212=y +CONFIG_SOC_EXYNOS4412=y +CONFIG_SOC_EXYNOS5250=y +CONFIG_SOC_EXYNOS5260=y +CONFIG_SOC_EXYNOS5410=y +CONFIG_SOC_EXYNOS5420=y +CONFIG_SOC_EXYNOS5800=y +CONFIG_EXYNOS_MCPM=y +CONFIG_EXYNOS_CPU_SUSPEND=y +CONFIG_ARCH_HIGHBANK=y +CONFIG_ARCH_HISI=y + +# +# Hisilicon platform type +# +CONFIG_ARCH_HI3xxx=y +CONFIG_ARCH_HIP01=y +CONFIG_ARCH_HIP04=y +CONFIG_ARCH_HIX5HD2=y +# end of Hisilicon platform type + +CONFIG_ARCH_HPE=y +CONFIG_ARCH_HPE_GXP=y +CONFIG_ARCH_MXC=y +CONFIG_MXC_TZIC=y +CONFIG_HAVE_IMX_ANATOP=y +CONFIG_HAVE_IMX_GPC=y +CONFIG_HAVE_IMX_MMDC=y +CONFIG_HAVE_IMX_SRC=y + +# +# Cortex-A platforms +# +CONFIG_SOC_IMX5=y +CONFIG_SOC_IMX50=y +CONFIG_SOC_IMX51=y +CONFIG_SOC_IMX53=y +CONFIG_SOC_IMX6=y +CONFIG_SOC_IMX6Q=y +CONFIG_SOC_IMX6SL=y +CONFIG_SOC_IMX6SLL=y +CONFIG_SOC_IMX6SX=y +CONFIG_SOC_IMX6UL=y +CONFIG_SOC_LS1021A=y + +# +# Cortex-A/Cortex-M asymmetric multiprocessing platforms +# +CONFIG_SOC_IMX7D_CA7=y +CONFIG_SOC_IMX7D=y +CONFIG_SOC_IMX7ULP=y +CONFIG_SOC_VF610=y +CONFIG_VF_USE_ARM_GLOBAL_TIMER=y +# CONFIG_VF_USE_PIT_TIMER is not set +CONFIG_ARCH_KEYSTONE=y +CONFIG_ARCH_MEDIATEK=y +CONFIG_MACH_MT2701=y +CONFIG_MACH_MT6589=y +CONFIG_MACH_MT6592=y +CONFIG_MACH_MT7623=y +CONFIG_MACH_MT7629=y +CONFIG_MACH_MT8127=y +CONFIG_MACH_MT8135=y +CONFIG_ARCH_MESON=y +CONFIG_MACH_MESON6=y +CONFIG_MACH_MESON8=y +CONFIG_ARCH_MILBEAUT=y +CONFIG_ARCH_MILBEAUT_M10V=y +CONFIG_ARCH_MMP=y + +# +# Marvell PXA168/910/MMP2 Implementations +# +CONFIG_MACH_MMP2_DT=y +CONFIG_MACH_MMP3_DT=y +# end of Marvell PXA168/910/MMP2 Implementations + +# CONFIG_ARCH_MSTARV7 is not set +CONFIG_ARCH_MVEBU=y +CONFIG_MACH_MVEBU_ANY=y +CONFIG_MACH_MVEBU_V7=y +CONFIG_MACH_ARMADA_370=y +CONFIG_MACH_ARMADA_375=y +CONFIG_MACH_ARMADA_38X=y +CONFIG_MACH_ARMADA_39X=y +CONFIG_MACH_ARMADA_XP=y +CONFIG_MACH_DOVE=y +# CONFIG_ARCH_NPCM is not set +CONFIG_ARCH_OMAP=y + +# +# TI OMAP/AM/DM/DRA Family +# +CONFIG_OMAP_HWMOD=y +CONFIG_ARCH_OMAP3=y +CONFIG_ARCH_OMAP4=y +CONFIG_SOC_OMAP5=y +CONFIG_SOC_AM33XX=y +CONFIG_SOC_AM43XX=y +CONFIG_SOC_DRA7XX=y +CONFIG_ARCH_OMAP2PLUS=y +CONFIG_OMAP_INTERCONNECT_BARRIER=y + +# +# TI OMAP2/3/4 Specific Features +# +CONFIG_ARCH_OMAP2PLUS_TYPICAL=y +CONFIG_SOC_HAS_OMAP2_SDRC=y +CONFIG_SOC_HAS_REALTIME_COUNTER=y +# CONFIG_POWER_AVS_OMAP is not set +# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set +CONFIG_SOC_OMAP3430=y +CONFIG_SOC_TI81XX=y + +# +# OMAP Legacy Platform Data Board Type +# +CONFIG_MACH_OMAP_GENERIC=y +# end of TI OMAP2/3/4 Specific Features + +# CONFIG_OMAP5_ERRATA_801819 is not set +# end of TI OMAP/AM/DM/DRA Family + +CONFIG_ARCH_QCOM=y +# CONFIG_ARCH_IPQ40XX is not set +CONFIG_ARCH_MSM8X60=y +# CONFIG_ARCH_MSM8909 is not set +CONFIG_ARCH_MSM8916=y +CONFIG_ARCH_MSM8960=y +CONFIG_ARCH_MSM8974=y +# CONFIG_ARCH_MDM9615 is not set +# CONFIG_ARCH_REALTEK is not set +CONFIG_ARCH_ROCKCHIP=y +# CONFIG_ARCH_S5PV210 is not set +CONFIG_ARCH_RENESAS=y +CONFIG_ARCH_INTEL_SOCFPGA=y +# CONFIG_SOCFPGA_SUSPEND is not set +CONFIG_PLAT_SPEAR=y +CONFIG_ARCH_SPEAR13XX=y +CONFIG_MACH_SPEAR1310=y +CONFIG_MACH_SPEAR1340=y +CONFIG_ARCH_STI=y +CONFIG_SOC_STIH415=y +CONFIG_SOC_STIH416=y +CONFIG_SOC_STIH407=y +CONFIG_ARCH_STM32=y +CONFIG_MACH_STM32MP157=y +CONFIG_MACH_STM32MP13=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN4I=y +CONFIG_MACH_SUN5I=y +CONFIG_MACH_SUN6I=y +CONFIG_MACH_SUN7I=y +CONFIG_MACH_SUN8I=y +CONFIG_MACH_SUN9I=y +CONFIG_ARCH_SUNXI_MC_SMP=y +CONFIG_ARCH_TEGRA=y +CONFIG_ARCH_U8500=y +CONFIG_UX500_SOC_DB8500=y +CONFIG_UX500_DEBUG_UART=2 +# CONFIG_ARCH_REALVIEW is not set +CONFIG_ARCH_VEXPRESS=y +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y +# CONFIG_ARCH_VEXPRESS_DCSCB is not set +CONFIG_ARCH_VEXPRESS_SPC=y +CONFIG_ARCH_VEXPRESS_TC2_PM=y +CONFIG_ARCH_VT8500=y +CONFIG_ARCH_WM8850=y +CONFIG_ARCH_ZYNQ=y +CONFIG_PLAT_ORION=y +CONFIG_PLAT_VERSATILE=y + +# +# Processor Type +# +CONFIG_CPU_PJ4=y +CONFIG_CPU_PJ4B=y +CONFIG_CPU_V7=y +CONFIG_CPU_THUMB_CAPABLE=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_HAS_ASID=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y + +# +# Processor Features +# +# CONFIG_ARM_LPAE is not set +CONFIG_ARM_THUMB=y +CONFIG_ARM_THUMBEE=y +CONFIG_ARM_VIRT_EXT=y +CONFIG_SWP_EMULATE=y +CONFIG_CPU_LITTLE_ENDIAN=y +# CONFIG_CPU_BIG_ENDIAN is not set +# CONFIG_CPU_ICACHE_DISABLE is not set +# CONFIG_CPU_ICACHE_MISMATCH_WORKAROUND is not set +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_CPU_SPECTRE=y +CONFIG_HARDEN_BRANCH_PREDICTOR=y +CONFIG_HARDEN_BRANCH_HISTORY=y +CONFIG_KUSER_HELPERS=y +CONFIG_VDSO=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_CACHE_B15_RAC=y +CONFIG_CACHE_FEROCEON_L2=y +# CONFIG_CACHE_FEROCEON_L2_WRITETHROUGH is not set +CONFIG_MIGHT_HAVE_CACHE_L2X0=y +CONFIG_CACHE_L2X0=y +# CONFIG_CACHE_L2X0_PMU is not set +CONFIG_PL310_ERRATA_588369=y +CONFIG_PL310_ERRATA_727915=y +CONFIG_PL310_ERRATA_753970=y +CONFIG_PL310_ERRATA_769419=y +CONFIG_CACHE_TAUROS2=y +# CONFIG_CACHE_UNIPHIER is not set +CONFIG_ARM_L1_CACHE_SHIFT_6=y +CONFIG_ARM_L1_CACHE_SHIFT=6 +CONFIG_ARM_DMA_MEM_BUFFERABLE=y +CONFIG_ARM_HEAVY_MB=y +CONFIG_DEBUG_ALIGN_RODATA=y +CONFIG_IWMMXT=y +CONFIG_PJ4B_ERRATA_4742=y +CONFIG_ARM_ERRATA_430973=y +CONFIG_ARM_ERRATA_643719=y +CONFIG_ARM_ERRATA_720789=y +CONFIG_ARM_ERRATA_754322=y +CONFIG_ARM_ERRATA_754327=y +CONFIG_ARM_ERRATA_764369=y +# CONFIG_ARM_ERRATA_764319 is not set +CONFIG_ARM_ERRATA_775420=y +CONFIG_ARM_ERRATA_798181=y +# CONFIG_ARM_ERRATA_773022 is not set +# CONFIG_ARM_ERRATA_818325_852422 is not set +# CONFIG_ARM_ERRATA_821420 is not set +# CONFIG_ARM_ERRATA_825619 is not set +# CONFIG_ARM_ERRATA_857271 is not set +# CONFIG_ARM_ERRATA_852421 is not set +# CONFIG_ARM_ERRATA_852423 is not set +# CONFIG_ARM_ERRATA_857272 is not set +# end of System Type + +# +# Bus support +# +CONFIG_ARM_ERRATA_814220=y +# end of Bus support + +# +# Kernel Features +# +CONFIG_HAVE_SMP=y +CONFIG_SMP=y +CONFIG_SMP_ON_UP=y +CONFIG_CURRENT_POINTER_IN_TPIDRURO=y +CONFIG_IRQSTACKS=y +CONFIG_ARM_CPU_TOPOLOGY=y +# CONFIG_SCHED_MC is not set +# CONFIG_SCHED_SMT is not set +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_ARCH_TIMER=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_MCPM=y +CONFIG_MCPM_QUAD_CLUSTER=y +# CONFIG_BIG_LITTLE is not set +CONFIG_VMSPLIT_3G=y +# CONFIG_VMSPLIT_3G_OPT is not set +# CONFIG_VMSPLIT_2G is not set +# CONFIG_VMSPLIT_1G is not set +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_NR_CPUS=16 +CONFIG_HOTPLUG_CPU=y +CONFIG_ARM_PSCI=y +CONFIG_HZ_FIXED=0 +CONFIG_HZ_100=y +# CONFIG_HZ_200 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +# CONFIG_HZ_500 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ=100 +CONFIG_SCHED_HRTICK=y +# CONFIG_THUMB2_KERNEL is not set +CONFIG_ARM_PATCH_IDIV=y +CONFIG_AEABI=y +# CONFIG_OABI_COMPAT is not set +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_FLATMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_HIGHMEM=y +CONFIG_HIGHPTE=y +CONFIG_CPU_SW_DOMAIN_PAN=y +CONFIG_HW_PERF_EVENTS=y +CONFIG_ARM_MODULE_PLTS=y +CONFIG_ARCH_FORCE_MAX_ORDER=11 +CONFIG_ALIGNMENT_TRAP=y +# CONFIG_UACCESS_WITH_MEMCPY is not set +# CONFIG_PARAVIRT is not set +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +# CONFIG_XEN is not set +CONFIG_CC_HAVE_STACKPROTECTOR_TLS=y +CONFIG_STACKPROTECTOR_PER_TASK=y +# end of Kernel Features + +# +# Boot options +# +CONFIG_USE_OF=y +CONFIG_ARCH_WANT_FLAT_DTB_INSTALL=y +CONFIG_ATAGS=y +# CONFIG_DEPRECATED_PARAM_STRUCT is not set +CONFIG_ZBOOT_ROM_TEXT=0x0 +CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ATAG_DTB_COMPAT=y +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y +# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set +CONFIG_CMDLINE="" +CONFIG_ARCH_SUPPORTS_KEXEC=y +CONFIG_ATAGS_PROC=y +CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y +CONFIG_AUTO_ZRELADDR=y +CONFIG_EFI_STUB=y +CONFIG_EFI=y +CONFIG_DMI=y +# end of Boot options + +# +# CPU Power Management +# + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_STAT=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=m +CONFIG_CPU_FREQ_GOV_USERSPACE=m +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y + +# +# CPU frequency scaling drivers +# +CONFIG_CPUFREQ_DT=y +CONFIG_CPUFREQ_DT_PLATDEV=y +# CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM is not set +# CONFIG_ARM_ARMADA_37XX_CPUFREQ is not set +# CONFIG_ARM_ARMADA_8K_CPUFREQ is not set +# CONFIG_ARM_VEXPRESS_SPC_CPUFREQ is not set +CONFIG_ARM_HIGHBANK_CPUFREQ=m +CONFIG_ARM_IMX6Q_CPUFREQ=y +# CONFIG_ARM_IMX_CPUFREQ_DT is not set +# CONFIG_ARM_MEDIATEK_CPUFREQ is not set +CONFIG_ARM_MEDIATEK_CPUFREQ_HW=m +CONFIG_ARM_OMAP2PLUS_CPUFREQ=y +CONFIG_ARM_QCOM_CPUFREQ_NVMEM=y +# CONFIG_ARM_QCOM_CPUFREQ_HW is not set +CONFIG_ARM_RASPBERRYPI_CPUFREQ=y +CONFIG_ARM_SCMI_CPUFREQ=y +CONFIG_ARM_SPEAR_CPUFREQ=y +# CONFIG_ARM_STI_CPUFREQ is not set +CONFIG_ARM_TEGRA20_CPUFREQ=y +CONFIG_ARM_TEGRA124_CPUFREQ=y +CONFIG_ARM_TI_CPUFREQ=y +CONFIG_QORIQ_CPUFREQ=y +# end of CPU Frequency scaling + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +CONFIG_DT_IDLE_STATES=y +CONFIG_DT_IDLE_GENPD=y + +# +# ARM CPU Idle Drivers +# +CONFIG_ARM_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y +# CONFIG_ARM_BIG_LITTLE_CPUIDLE is not set +# CONFIG_ARM_HIGHBANK_CPUIDLE is not set +CONFIG_ARM_ZYNQ_CPUIDLE=y +# CONFIG_ARM_U8500_CPUIDLE is not set +CONFIG_ARM_AT91_CPUIDLE=y +CONFIG_ARM_EXYNOS_CPUIDLE=y +# CONFIG_ARM_MVEBU_V7_CPUIDLE is not set +CONFIG_ARM_TEGRA_CPUIDLE=y +CONFIG_ARM_QCOM_SPM_CPUIDLE=y +# end of ARM CPU Idle Drivers + +CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED=y +# end of CPU Idle +# end of CPU Power Management + +# +# Floating point emulation +# + +# +# At least one emulation must be selected +# +CONFIG_VFP=y +CONFIG_VFPv3=y +CONFIG_NEON=y +CONFIG_KERNEL_MODE_NEON=y +# end of Floating point emulation + +# +# Power management options +# +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +# CONFIG_HIBERNATION is not set +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +# CONFIG_PM_USERSPACE_AUTOSLEEP is not set +# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +# CONFIG_APM_EMULATION is not set +CONFIG_PM_CLK=y +CONFIG_PM_GENERIC_DOMAINS=y +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y +CONFIG_PM_GENERIC_DOMAINS_OF=y +CONFIG_CPU_PM=y +# CONFIG_ENERGY_MODEL is not set +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +# end of Power management options + +CONFIG_AS_VFP_VMRS_FPINST=y + +# +# General architecture-dependent options +# +CONFIG_HOTPLUG_CORE_SYNC=y +CONFIG_HOTPLUG_CORE_SYNC_DEAD=y +# CONFIG_KPROBES is not set +# CONFIG_JUMP_LABEL is not set +CONFIG_UPROBES=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_KEEPINITRD=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_32BIT_OFF_T=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_MMU_LAZY_TLB_REFCOUNT=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_LTO_NONE=y +CONFIG_HAVE_CONTEXT_TRACKING_USER=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y +CONFIG_SOFTIRQ_ON_OWN_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_ARCH_MMAP_RND_BITS=8 +CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_VMAP_STACK=y +CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y +CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_HAVE_ARCH_PFN_VALID=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +CONFIG_FUNCTION_ALIGNMENT=0 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_DEBUG is not set +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_ICQ=y +# CONFIG_BLK_DEV_BSGLIB is not set +# CONFIG_BLK_DEV_INTEGRITY is not set +CONFIG_BLK_DEV_WRITE_MOUNTED=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_WBT is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_AIX_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +# CONFIG_MAC_PARTITION is not set +CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +# CONFIG_SGI_PARTITION is not set +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +# CONFIG_KARMA_PARTITION is not set +CONFIG_EFI_PARTITION=y +# CONFIG_SYSV68_PARTITION is not set +CONFIG_CMDLINE_PARTITION=y +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +CONFIG_IOSCHED_BFQ=y +# end of IO Schedulers + +CONFIG_ASN1=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +# CONFIG_BINFMT_ELF_FDPIC is not set +CONFIG_ELFCORE=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_BINFMT_SCRIPT=y +CONFIG_ARCH_HAS_BINFMT_FLAT=y +# CONFIG_BINFMT_FLAT is not set +CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y +# CONFIG_BINFMT_MISC is not set +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SWAP=y +# CONFIG_ZSWAP is not set + +# +# Slab allocator options +# +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_RANDOM_KMALLOC_CACHES is not set +# end of Slab allocator options + +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +CONFIG_COMPAT_BRK=y +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_FLATMEM_MANUAL=y +# CONFIG_SPARSEMEM_MANUAL is not set +CONFIG_FLATMEM=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +# CONFIG_PAGE_REPORTING is not set +CONFIG_MIGRATION=y +CONFIG_CONTIG_ALLOC=y +CONFIG_PCP_BATCH_SCALE_MAX=5 +CONFIG_BOUNCE=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +CONFIG_CMA=y +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMA_DEBUGFS is not set +# CONFIG_CMA_SYSFS is not set +CONFIG_CMA_AREAS=7 +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_ZONE_DMA=y +CONFIG_VM_EVENT_COUNTERS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +# CONFIG_DMAPOOL_TEST is not set +CONFIG_KMAP_LOCAL=y +CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y +CONFIG_MEMFD_CREATE=y +# CONFIG_ANON_VMA_NAME is not set +CONFIG_USERFAULTFD=y +# CONFIG_LRU_GEN is not set +CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y +CONFIG_PER_VMA_LOCK=y +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_NET_XGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=m +# CONFIG_XFRM_USER is not set +# CONFIG_XFRM_INTERFACE is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_AH=m +CONFIG_XFRM_ESP=m +CONFIG_XFRM_IPCOMP=m +# CONFIG_NET_KEY is not set +# CONFIG_XDP_SOCKETS is not set +CONFIG_NET_HANDSHAKE=y +CONFIG_INET=y +# CONFIG_IP_MULTICAST is not set +# CONFIG_IP_ADVANCED_ROUTER is not set +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +CONFIG_IP_PNP_RARP=y +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=y +# CONFIG_SYN_COOKIES is not set +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_TUNNEL=y +CONFIG_INET_DIAG=y +CONFIG_INET_TCP_DIAG=y +# CONFIG_INET_UDP_DIAG is not set +# CONFIG_INET_RAW_DIAG is not set +# CONFIG_INET_DIAG_DESTROY is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +CONFIG_IPV6_ROUTER_PREF=y +# CONFIG_IPV6_ROUTE_INFO is not set +CONFIG_IPV6_OPTIMISTIC_DAD=y +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +# CONFIG_INET6_ESP_OFFLOAD is not set +# CONFIG_INET6_ESPINTCP is not set +CONFIG_INET6_IPCOMP=m +CONFIG_IPV6_MIP6=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET6_TUNNEL=m +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPV6_MULTIPLE_TABLES=y +# CONFIG_IPV6_SUBTREES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_NETLABEL is not set +# CONFIG_MPTCP is not set +# CONFIG_NETWORK_SECMARK is not set +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +# CONFIG_NETFILTER is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +# CONFIG_BRIDGE is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +# CONFIG_NET_SCHED is not set +# CONFIG_DCB is not set +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_L3_MASTER_DEV is not set +CONFIG_QRTR=m +CONFIG_QRTR_SMD=m +# CONFIG_QRTR_TUN is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +# CONFIG_CGROUP_NET_PRIO is not set +# CONFIG_CGROUP_NET_CLASSID is not set +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +CONFIG_CAN=y +CONFIG_CAN_RAW=y +CONFIG_CAN_BCM=y +CONFIG_CAN_GW=y +# CONFIG_CAN_J1939 is not set +# CONFIG_CAN_ISOTP is not set +CONFIG_BT=m +CONFIG_BT_BREDR=y +# CONFIG_BT_RFCOMM is not set +# CONFIG_BT_BNEP is not set +# CONFIG_BT_HIDP is not set +# CONFIG_BT_HS is not set +CONFIG_BT_LE=y +CONFIG_BT_LE_L2CAP_ECRED=y +# CONFIG_BT_LEDS is not set +# CONFIG_BT_MSFTEXT is not set +# CONFIG_BT_AOSPEXT is not set +CONFIG_BT_DEBUGFS=y +# CONFIG_BT_SELFTEST is not set +# CONFIG_BT_FEATURE_DEBUG is not set + +# +# Bluetooth device drivers +# +CONFIG_BT_BCM=m +CONFIG_BT_QCA=m +# CONFIG_BT_HCIBTUSB is not set +# CONFIG_BT_HCIBTSDIO is not set +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_SERDEV=y +CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART_NOKIA is not set +# CONFIG_BT_HCIUART_BCSP is not set +# CONFIG_BT_HCIUART_ATH3K is not set +# CONFIG_BT_HCIUART_LL is not set +# CONFIG_BT_HCIUART_3WIRE is not set +# CONFIG_BT_HCIUART_INTEL is not set +CONFIG_BT_HCIUART_BCM=y +# CONFIG_BT_HCIUART_RTL is not set +# CONFIG_BT_HCIUART_QCA is not set +# CONFIG_BT_HCIUART_AG6XX is not set +# CONFIG_BT_HCIUART_MRVL is not set +# CONFIG_BT_HCIBCM203X is not set +# CONFIG_BT_HCIBCM4377 is not set +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m +# CONFIG_BT_MTKSDIO is not set +# CONFIG_BT_MTKUART is not set +CONFIG_BT_QCOMSMD=m +# CONFIG_BT_VIRTIO is not set +# CONFIG_BT_NXPUART is not set +# end of Bluetooth device drivers + +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +CONFIG_FIB_RULES=y +# CONFIG_WIRELESS is not set +CONFIG_RFKILL=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +CONFIG_RFKILL_GPIO=y +# CONFIG_NET_9P is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +CONFIG_NFC=m +CONFIG_NFC_DIGITAL=m +CONFIG_NFC_NCI=m +CONFIG_NFC_NCI_SPI=m +CONFIG_NFC_NCI_UART=m +CONFIG_NFC_HCI=m +CONFIG_NFC_SHDLC=y + +# +# Near Field Communication (NFC) devices +# +# CONFIG_NFC_TRF7970A is not set +# CONFIG_NFC_SIM is not set +# CONFIG_NFC_PORT100 is not set +# CONFIG_NFC_VIRTUAL_NCI is not set +# CONFIG_NFC_FDP is not set +# CONFIG_NFC_PN544_I2C is not set +# CONFIG_NFC_PN533_USB is not set +# CONFIG_NFC_PN533_I2C is not set +# CONFIG_NFC_PN532_UART is not set +# CONFIG_NFC_MICROREAD_I2C is not set +# CONFIG_NFC_MRVL_USB is not set +# CONFIG_NFC_MRVL_UART is not set +# CONFIG_NFC_ST21NFCA_I2C is not set +# CONFIG_NFC_ST_NCI_I2C is not set +# CONFIG_NFC_ST_NCI_SPI is not set +# CONFIG_NFC_NXP_NCI is not set +CONFIG_NFC_S3FWRN5=m +CONFIG_NFC_S3FWRN5_I2C=m +# CONFIG_NFC_S3FWRN82_UART is not set +# CONFIG_NFC_ST95HF is not set +# end of Near Field Communication (NFC) devices + +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_PAGE_POOL=y +# CONFIG_PAGE_POOL_STATS is not set +CONFIG_FAILOVER=y +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_ARM_AMBA=y +CONFIG_TEGRA_AHB=y +CONFIG_HAVE_PCI=y +CONFIG_FORCE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_DOMAINS_GENERIC=y +CONFIG_PCI_SYSCALL=y +CONFIG_PCIEPORTBUS=y +# CONFIG_PCIEAER is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +CONFIG_PCIE_PME=y +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +CONFIG_PCI_ECAM=y +CONFIG_PCI_BRIDGE_EMUL=y +# CONFIG_PCI_IOV is not set +# CONFIG_PCI_PRI is not set +# CONFIG_PCI_PASID is not set +CONFIG_PCI_LABEL=y +# CONFIG_PCI_DYNAMIC_OF_NODES is not set +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +# CONFIG_HOTPLUG_PCI is not set + +# +# PCI controller drivers +# +# CONFIG_PCIE_ALTERA is not set +CONFIG_PCIE_BRCMSTB=y +CONFIG_PCIE_IPROC=y +CONFIG_PCIE_IPROC_PLATFORM=y +CONFIG_PCIE_IPROC_BCMA=y +CONFIG_PCIE_IPROC_MSI=y +# CONFIG_PCI_FTPCI100 is not set +CONFIG_PCI_HOST_COMMON=y +CONFIG_PCI_HOST_GENERIC=y +CONFIG_PCI_MVEBU=y +# CONFIG_PCIE_MEDIATEK is not set +# CONFIG_PCIE_MEDIATEK_GEN3 is not set +# CONFIG_PCIE_MICROCHIP_HOST is not set +CONFIG_PCI_TEGRA=y +CONFIG_PCIE_RCAR_HOST=y +# CONFIG_PCIE_RCAR_EP is not set +CONFIG_PCI_RCAR_GEN2=y +# CONFIG_PCIE_ROCKCHIP_HOST is not set +# CONFIG_PCIE_ROCKCHIP_EP is not set +# CONFIG_PCI_V3_SEMI is not set +# CONFIG_PCIE_XILINX is not set + +# +# Cadence-based PCIe controllers +# +# CONFIG_PCIE_CADENCE_PLAT_HOST is not set +# CONFIG_PCIE_CADENCE_PLAT_EP is not set +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +CONFIG_PCIE_DW=y +CONFIG_PCIE_DW_HOST=y +CONFIG_PCIE_DW_EP=y +CONFIG_PCI_MESON=m +# CONFIG_PCIE_ARTPEC6_HOST is not set +# CONFIG_PCIE_ARTPEC6_EP is not set +# CONFIG_PCI_IMX6_HOST is not set +# CONFIG_PCI_IMX6_EP is not set +CONFIG_PCI_LAYERSCAPE=y +# CONFIG_PCI_LAYERSCAPE_EP is not set +# CONFIG_PCIE_HISI_STB is not set +# CONFIG_PCIE_ARMADA_8K is not set +# CONFIG_PCIE_DW_PLAT_HOST is not set +# CONFIG_PCIE_DW_PLAT_EP is not set +# CONFIG_PCIE_QCOM is not set +# CONFIG_PCIE_QCOM_EP is not set +# CONFIG_PCIE_RCAR_GEN4_HOST is not set +# CONFIG_PCIE_RCAR_GEN4_EP is not set +# CONFIG_PCIE_ROCKCHIP_DW_HOST is not set +# CONFIG_PCI_EXYNOS is not set +# CONFIG_PCIE_UNIPHIER is not set +# CONFIG_PCIE_UNIPHIER_EP is not set +# CONFIG_PCIE_SPEAR13XX is not set +CONFIG_PCI_DRA7XX=y +CONFIG_PCI_DRA7XX_HOST=y +CONFIG_PCI_DRA7XX_EP=y +# CONFIG_PCI_KEYSTONE_HOST is not set +# CONFIG_PCI_KEYSTONE_EP is not set +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +CONFIG_PCI_ENDPOINT=y +CONFIG_PCI_ENDPOINT_CONFIGFS=y +CONFIG_PCI_EPF_TEST=m +# CONFIG_PCI_EPF_NTB is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +# CONFIG_DEVTMPFS_SAFE is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_WANT_DEV_COREDUMP=y +CONFIG_ALLOW_DEV_COREDUMP=y +CONFIG_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_SOC_BUS=y +CONFIG_REGMAP=y +CONFIG_REGMAP_AC97=m +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_SPMI=y +CONFIG_REGMAP_MMIO=y +CONFIG_REGMAP_IRQ=y +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +CONFIG_GENERIC_ARCH_TOPOLOGY=y +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +CONFIG_ARM_CCI=y +CONFIG_ARM_CCI400_COMMON=y +CONFIG_ARM_CCI400_PORT_CTRL=y +CONFIG_BRCMSTB_GISB_ARB=y +# CONFIG_MOXTET is not set +# CONFIG_IMX_WEIM is not set +CONFIG_MVEBU_MBUS=y +CONFIG_OMAP_INTERCONNECT=y +CONFIG_OMAP_OCP2SCP=y +CONFIG_QCOM_EBI2=y +# CONFIG_QCOM_SSC_BLOCK_BUS is not set +# CONFIG_SUN50I_DE2_BUS is not set +CONFIG_SUNXI_RSB=y +# CONFIG_TEGRA_GMI is not set +CONFIG_TI_SYSC=y +CONFIG_UNIPHIER_SYSTEM_BUS=y +CONFIG_VEXPRESS_CONFIG=y +# CONFIG_FSL_MC_BUS is not set +# CONFIG_MHI_BUS is not set +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# +# Cache Drivers +# +# end of Cache Drivers + +# CONFIG_CONNECTOR is not set + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +CONFIG_ARM_SCMI_PROTOCOL=y +# CONFIG_ARM_SCMI_RAW_MODE_SUPPORT is not set +CONFIG_ARM_SCMI_HAVE_TRANSPORT=y +CONFIG_ARM_SCMI_HAVE_SHMEM=y +CONFIG_ARM_SCMI_HAVE_MSG=y +CONFIG_ARM_SCMI_TRANSPORT_MAILBOX=y +CONFIG_ARM_SCMI_TRANSPORT_OPTEE=y +CONFIG_ARM_SCMI_TRANSPORT_SMC=y +# CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE is not set +# CONFIG_ARM_SCMI_TRANSPORT_VIRTIO is not set +# CONFIG_ARM_SCMI_POWER_CONTROL is not set +# end of ARM System Control and Management Interface Protocol + +# CONFIG_ARM_SCPI_PROTOCOL is not set +# CONFIG_FIRMWARE_MEMMAP is not set +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +CONFIG_RASPBERRYPI_FIRMWARE=y +CONFIG_SYSFB=y +# CONFIG_SYSFB_SIMPLEFB is not set +CONFIG_TRUSTED_FOUNDATIONS=y +# CONFIG_TURRIS_MOX_RWTM is not set +CONFIG_BCM47XX_NVRAM=y +CONFIG_BCM47XX_SPROM=y +CONFIG_TEE_BNXT_FW=y +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# EFI (Extensible Firmware Interface) Support +# +CONFIG_EFI_ESRT=y +CONFIG_EFI_VARS_PSTORE=y +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set +CONFIG_EFI_PARAMS_FROM_FDT=y +CONFIG_EFI_RUNTIME_WRAPPERS=y +CONFIG_EFI_GENERIC_STUB=y +CONFIG_EFI_ARMSTUB_DTB_LOADER=y +# CONFIG_EFI_BOOTLOADER_CONTROL is not set +CONFIG_EFI_CAPSULE_LOADER=m +# CONFIG_EFI_TEST is not set +# CONFIG_RESET_ATTACK_MITIGATION is not set +# CONFIG_EFI_DISABLE_PCI_DMA is not set +# CONFIG_EFI_DISABLE_RUNTIME is not set +# CONFIG_EFI_COCO_SECRET is not set +# end of EFI (Extensible Firmware Interface) Support + +# CONFIG_TEE_STMM_EFI is not set +CONFIG_ARM_PSCI_FW=y +# CONFIG_ARM_PSCI_CHECKER is not set + +# +# Qualcomm firmware drivers +# +CONFIG_QCOM_SCM=y +# CONFIG_QCOM_SCM_DOWNLOAD_MODE_DEFAULT is not set +# CONFIG_QCOM_QSEECOM is not set +# end of Qualcomm firmware drivers + +CONFIG_HAVE_ARM_SMCCC=y +CONFIG_HAVE_ARM_SMCCC_DISCOVERY=y +CONFIG_ARM_SMCCC_SOC_ID=y + +# +# Tegra firmware driver +# +# CONFIG_TEGRA_IVC is not set +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +CONFIG_MTD=y +# CONFIG_MTD_TESTS is not set + +# +# Partition parsers +# +# CONFIG_MTD_BCM47XX_PARTS is not set +# CONFIG_MTD_BRCM_U_BOOT is not set +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_OF_PARTS=y +CONFIG_MTD_OF_PARTS_BCM4908=y +CONFIG_MTD_OF_PARTS_LINKSYS_NS=y +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_PARSER_TPLINK_SAFELOADER is not set +# CONFIG_MTD_PARSER_TRX is not set +# CONFIG_MTD_REDBOOT_PARTS is not set +# CONFIG_MTD_QCOMSMEM_PARTS is not set +# end of Partition parsers + +# +# User Modules And Translation Layers +# +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y + +# +# Note that in some cases UBI block is preferred. See MTD_UBI_BLOCK. +# +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_SM_FTL is not set +# CONFIG_MTD_OOPS is not set +# CONFIG_MTD_SWAP is not set +# CONFIG_MTD_PARTITIONED_MASTER is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_AMDSTD is not set +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# end of RAM/ROM/Flash chip drivers + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +CONFIG_MTD_PHYSMAP=y +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_OF=y +# CONFIG_MTD_PHYSMAP_VERSATILE is not set +# CONFIG_MTD_PHYSMAP_GEMINI is not set +# CONFIG_MTD_PHYSMAP_IXP4XX is not set +# CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_PLATRAM is not set +# end of Mapping drivers for chip access + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_DATAFLASH is not set +# CONFIG_MTD_MCHP23K256 is not set +# CONFIG_MTD_MCHP48L640 is not set +CONFIG_MTD_SPEAR_SMI=y +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_BCM47XXSFLASH is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOCG3 is not set +# CONFIG_MTD_ST_SPI_FSM is not set +# end of Self-contained MTD device drivers + +# +# NAND +# +CONFIG_MTD_NAND_CORE=y +# CONFIG_MTD_ONENAND is not set +CONFIG_MTD_RAW_NAND=y + +# +# Raw/parallel NAND flash controllers +# +CONFIG_MTD_NAND_DENALI=y +# CONFIG_MTD_NAND_DENALI_PCI is not set +CONFIG_MTD_NAND_DENALI_DT=y +CONFIG_MTD_NAND_OMAP2=y +CONFIG_MTD_NAND_OMAP_BCH=y +CONFIG_MTD_NAND_OMAP_BCH_BUILD=y +# CONFIG_MTD_NAND_CAFE is not set +CONFIG_MTD_NAND_ATMEL=y +# CONFIG_MTD_NAND_ORION is not set +CONFIG_MTD_NAND_MARVELL=y +CONFIG_MTD_NAND_BRCMNAND=y +# CONFIG_MTD_NAND_BRCMNAND_BCM63XX is not set +CONFIG_MTD_NAND_BRCMNAND_BCMBCA=y +CONFIG_MTD_NAND_BRCMNAND_BRCMSTB=y +CONFIG_MTD_NAND_BRCMNAND_IPROC=y +CONFIG_MTD_NAND_GPMI_NAND=y +# CONFIG_MTD_NAND_FSL_IFC is not set +CONFIG_MTD_NAND_VF610_NFC=y +# CONFIG_MTD_NAND_MXC is not set +CONFIG_MTD_NAND_DAVINCI=y +# CONFIG_MTD_NAND_FSMC is not set +# CONFIG_MTD_NAND_SUNXI is not set +# CONFIG_MTD_NAND_HISI504 is not set +# CONFIG_MTD_NAND_QCOM is not set +# CONFIG_MTD_NAND_MXIC is not set +# CONFIG_MTD_NAND_TEGRA is not set +CONFIG_MTD_NAND_STM32_FMC2=y +# CONFIG_MTD_NAND_MESON is not set +# CONFIG_MTD_NAND_GPIO is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_CADENCE is not set +# CONFIG_MTD_NAND_ARASAN is not set +# CONFIG_MTD_NAND_INTEL_LGM is not set +# CONFIG_MTD_NAND_ROCKCHIP is not set +CONFIG_MTD_NAND_PL35X=y +# CONFIG_MTD_NAND_RENESAS is not set + +# +# Misc +# +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_RICOH is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_SPI_NAND is not set + +# +# ECC engine support +# +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_ECC_SW_HAMMING=y +# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set +# CONFIG_MTD_NAND_ECC_SW_BCH is not set +# CONFIG_MTD_NAND_ECC_MXIC is not set +# CONFIG_MTD_NAND_ECC_MEDIATEK is not set +# end of ECC engine support +# end of NAND + +# +# LPDDR & LPDDR2 PCM memory drivers +# +# CONFIG_MTD_LPDDR is not set +# CONFIG_MTD_LPDDR2_NVM is not set +# end of LPDDR & LPDDR2 PCM memory drivers + +CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y +# CONFIG_MTD_SPI_NOR_SWP_DISABLE is not set +CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE=y +# CONFIG_MTD_SPI_NOR_SWP_KEEP is not set +# CONFIG_SPI_HISI_SFC is not set +CONFIG_MTD_UBI=y +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTD_UBI_BEB_LIMIT=20 +# CONFIG_MTD_UBI_FASTMAP is not set +# CONFIG_MTD_UBI_GLUEBI is not set +# CONFIG_MTD_UBI_BLOCK is not set +# CONFIG_MTD_HYPERBUS is not set +CONFIG_DTC=y +CONFIG_OF=y +# CONFIG_OF_UNITTEST is not set +CONFIG_OF_FLATTREE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_KOBJ=y +CONFIG_OF_DYNAMIC=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_IRQ=y +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_OVERLAY is not set +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +CONFIG_CDROM=y +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +# CONFIG_ZRAM is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +CONFIG_VIRTIO_BLK=y +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_UBLK is not set + +# +# NVME Support +# +# CONFIG_BLK_DEV_NVME is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# CONFIG_NVME_TARGET is not set +# end of NVME Support + +# +# Misc devices +# +CONFIG_AD525X_DPOT=y +CONFIG_AD525X_DPOT_I2C=y +# CONFIG_AD525X_DPOT_SPI is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +CONFIG_ICS932S401=y +CONFIG_ATMEL_SSC=m +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_GEHC_ACHC is not set +# CONFIG_HI6421V600_IRQ is not set +# CONFIG_HP_ILO is not set +CONFIG_QCOM_COINCELL=m +CONFIG_QCOM_FASTRPC=m +CONFIG_APDS9802ALS=y +CONFIG_ISL29003=y +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_LATTICE_ECP3_CONFIG is not set +CONFIG_SRAM=y +CONFIG_SRAM_EXEC=y +# CONFIG_DW_XDATA_PCIE is not set +CONFIG_PCI_ENDPOINT_TEST=m +# CONFIG_XILINX_SDFEC is not set +# CONFIG_HISI_HIKEY_USB is not set +# CONFIG_OPEN_DICE is not set +# CONFIG_VCPU_STALL_DETECTOR is not set +# CONFIG_NSM is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +CONFIG_EEPROM_AT24=y +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_MAX6875 is not set +CONFIG_EEPROM_93CX6=y +# CONFIG_EEPROM_93XX46 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# CONFIG_TI_ST is not set +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_SPI is not set +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# CONFIG_GP_PCI1XXXX is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +CONFIG_BLK_DEV_SR=y +# CONFIG_CHR_DEV_SG is not set +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +# CONFIG_SCSI_MPT3SAS is not set +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_IPR is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_NSP32 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_VIRTIO is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_SATA_HOST=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATA_FORCE=y +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_AHCI_BRCM=y +CONFIG_AHCI_DM816=y +CONFIG_AHCI_DWC=m +CONFIG_AHCI_ST=y +CONFIG_AHCI_IMX=y +# CONFIG_AHCI_CEVA is not set +# CONFIG_AHCI_MTK is not set +# CONFIG_AHCI_MVEBU is not set +CONFIG_AHCI_SUNXI=y +CONFIG_AHCI_TEGRA=y +CONFIG_AHCI_QORIQ=y +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +# CONFIG_SATA_SIL24 is not set +CONFIG_ATA_SFF=y + +# +# SFF controllers with custom DMA interface +# +# CONFIG_PDC_ADMA is not set +# CONFIG_SATA_QSTOR is not set +# CONFIG_SATA_SX4 is not set +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# +# CONFIG_ATA_PIIX is not set +# CONFIG_SATA_DWC is not set +CONFIG_SATA_HIGHBANK=y +CONFIG_SATA_MV=y +# CONFIG_SATA_NV is not set +# CONFIG_SATA_PROMISE is not set +CONFIG_SATA_RCAR=y +# CONFIG_SATA_SIL is not set +# CONFIG_SATA_SIS is not set +# CONFIG_SATA_SVW is not set +# CONFIG_SATA_ULI is not set +# CONFIG_SATA_VIA is not set +# CONFIG_SATA_VITESSE is not set + +# +# PATA SFF controllers with BMDMA +# +# CONFIG_PATA_ALI is not set +# CONFIG_PATA_AMD is not set +# CONFIG_PATA_ARASAN_CF is not set +# CONFIG_PATA_ARTOP is not set +# CONFIG_PATA_ATIIXP is not set +# CONFIG_PATA_ATP867X is not set +# CONFIG_PATA_CMD64X is not set +# CONFIG_PATA_CYPRESS is not set +# CONFIG_PATA_EFAR is not set +# CONFIG_PATA_HPT366 is not set +# CONFIG_PATA_HPT37X is not set +# CONFIG_PATA_HPT3X2N is not set +# CONFIG_PATA_HPT3X3 is not set +# CONFIG_PATA_IMX is not set +# CONFIG_PATA_IT8213 is not set +# CONFIG_PATA_IT821X is not set +# CONFIG_PATA_JMICRON is not set +# CONFIG_PATA_MARVELL is not set +# CONFIG_PATA_NETCELL is not set +# CONFIG_PATA_NINJA32 is not set +# CONFIG_PATA_NS87415 is not set +# CONFIG_PATA_OLDPIIX is not set +# CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_PDC2027X is not set +# CONFIG_PATA_PDC_OLD is not set +# CONFIG_PATA_RADISYS is not set +# CONFIG_PATA_RDC is not set +# CONFIG_PATA_SCH is not set +# CONFIG_PATA_SERVERWORKS is not set +# CONFIG_PATA_SIL680 is not set +# CONFIG_PATA_SIS is not set +# CONFIG_PATA_TOSHIBA is not set +# CONFIG_PATA_TRIFLEX is not set +# CONFIG_PATA_VIA is not set +# CONFIG_PATA_WINBOND is not set + +# +# PIO-only SFF controllers +# +# CONFIG_PATA_CMD640_PCI is not set +# CONFIG_PATA_MPIIX is not set +# CONFIG_PATA_NS87410 is not set +# CONFIG_PATA_OPTI is not set +# CONFIG_PATA_OF_PLATFORM is not set +# CONFIG_PATA_RZ1000 is not set + +# +# Generic fallback / legacy drivers +# +# CONFIG_ATA_GENERIC is not set +# CONFIG_PATA_LEGACY is not set +# CONFIG_MD is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +# CONFIG_NETDEVICES is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +CONFIG_INPUT_FF_MEMLESS=m +# CONFIG_INPUT_SPARSEKMAP is not set +CONFIG_INPUT_MATRIXKMAP=y +CONFIG_INPUT_VIVALDIFMAP=y + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +CONFIG_INPUT_JOYDEV=y +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADC is not set +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +CONFIG_KEYBOARD_QT1070=m +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +CONFIG_KEYBOARD_GPIO=y +# CONFIG_KEYBOARD_GPIO_POLLED is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_SNVS_PWRKEY is not set +# CONFIG_KEYBOARD_IMX is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_NOMADIK is not set +CONFIG_KEYBOARD_TEGRA=y +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_PINEPHONE is not set +CONFIG_KEYBOARD_PXA27x=m +# CONFIG_KEYBOARD_PMIC8XXX is not set +CONFIG_KEYBOARD_SAMSUNG=m +# CONFIG_KEYBOARD_STOWAWAY is not set +CONFIG_KEYBOARD_ST_KEYSCAN=y +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_STMPE is not set +# CONFIG_KEYBOARD_SUN4I_LRADC is not set +# CONFIG_KEYBOARD_OMAP4 is not set +CONFIG_KEYBOARD_SPEAR=y +CONFIG_KEYBOARD_TM2_TOUCHKEY=m +# CONFIG_KEYBOARD_TWL4030 is not set +# CONFIG_KEYBOARD_XTKBD is not set +CONFIG_KEYBOARD_CROS_EC=m +# CONFIG_KEYBOARD_CAP11XX is not set +CONFIG_KEYBOARD_BCM=y +# CONFIG_KEYBOARD_MT6779 is not set +# CONFIG_KEYBOARD_CYPRESS_SF is not set +CONFIG_INPUT_MOUSE=y +CONFIG_MOUSE_PS2=y +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=y +CONFIG_MOUSE_PS2_SMBUS=y +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +CONFIG_MOUSE_CYAPA=m +CONFIG_MOUSE_ELAN_I2C=y +CONFIG_MOUSE_ELAN_I2C_I2C=y +# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_GPIO is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_MOUSE_SYNAPTICS_USB is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_AD7877 is not set +# CONFIG_TOUCHSCREEN_AD7879 is not set +CONFIG_TOUCHSCREEN_ADC=m +# CONFIG_TOUCHSCREEN_AR1021_I2C is not set +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +# CONFIG_TOUCHSCREEN_ATMEL_MXT_T37 is not set +# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set +# CONFIG_TOUCHSCREEN_BU21013 is not set +# CONFIG_TOUCHSCREEN_BU21029 is not set +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set +# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set +# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set +# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP5 is not set +# CONFIG_TOUCHSCREEN_DYNAPRO is not set +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_EGALAX is not set +# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set +# CONFIG_TOUCHSCREEN_EXC3000 is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +# CONFIG_TOUCHSCREEN_GOODIX is not set +# CONFIG_TOUCHSCREEN_HIDEEP is not set +# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set +# CONFIG_TOUCHSCREEN_HYNITRON_CSTXXX is not set +# CONFIG_TOUCHSCREEN_ILI210X is not set +# CONFIG_TOUCHSCREEN_ILITEK is not set +# CONFIG_TOUCHSCREEN_IPROC is not set +# CONFIG_TOUCHSCREEN_S6SY761 is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_EKTF2127 is not set +CONFIG_TOUCHSCREEN_ELAN=m +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WACOM_I2C is not set +# CONFIG_TOUCHSCREEN_MAX11801 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +CONFIG_TOUCHSCREEN_MMS114=m +# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set +# CONFIG_TOUCHSCREEN_MSG2638 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS is not set +# CONFIG_TOUCHSCREEN_IMAGIS is not set +# CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +CONFIG_TOUCHSCREEN_EDT_FT5X06=m +# CONFIG_TOUCHSCREEN_RASPBERRYPI_FW is not set +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +# CONFIG_TOUCHSCREEN_PIXCIR is not set +# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set +CONFIG_TOUCHSCREEN_WM97XX=m +CONFIG_TOUCHSCREEN_WM9705=y +CONFIG_TOUCHSCREEN_WM9712=y +CONFIG_TOUCHSCREEN_WM9713=y +# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TS4800 is not set +# CONFIG_TOUCHSCREEN_TSC_SERIO is not set +# CONFIG_TOUCHSCREEN_TSC2004 is not set +# CONFIG_TOUCHSCREEN_TSC2005 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_RM_TS is not set +# CONFIG_TOUCHSCREEN_SILEAD is not set +# CONFIG_TOUCHSCREEN_SIS_I2C is not set +CONFIG_TOUCHSCREEN_ST1232=m +# CONFIG_TOUCHSCREEN_STMFTS is not set +CONFIG_TOUCHSCREEN_STMPE=y +CONFIG_TOUCHSCREEN_SUN4I=y +# CONFIG_TOUCHSCREEN_SUR40 is not set +# CONFIG_TOUCHSCREEN_SURFACE3_SPI is not set +# CONFIG_TOUCHSCREEN_SX8654 is not set +# CONFIG_TOUCHSCREEN_TPS6507X is not set +# CONFIG_TOUCHSCREEN_ZET6223 is not set +# CONFIG_TOUCHSCREEN_ZFORCE is not set +# CONFIG_TOUCHSCREEN_COLIBRI_VF50 is not set +# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set +# CONFIG_TOUCHSCREEN_IQS5XX is not set +# CONFIG_TOUCHSCREEN_IQS7211 is not set +# CONFIG_TOUCHSCREEN_ZINITIX is not set +# CONFIG_TOUCHSCREEN_HIMAX_HX83112B is not set +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AB8500_PONKEY is not set +# CONFIG_INPUT_AD714X is not set +# CONFIG_INPUT_ARIEL_PWRBUTTON is not set +# CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BBNSM_PWRKEY is not set +# CONFIG_INPUT_BMA150 is not set +# CONFIG_INPUT_E3X0_BUTTON is not set +CONFIG_INPUT_PM8941_PWRKEY=y +# CONFIG_INPUT_PM8XXX_VIBRATOR is not set +# CONFIG_INPUT_PMIC8XXX_PWRKEY is not set +CONFIG_INPUT_MAX77693_HAPTIC=m +CONFIG_INPUT_MAX8997_HAPTIC=m +# CONFIG_INPUT_MMA8450 is not set +# CONFIG_INPUT_GPIO_BEEPER is not set +# CONFIG_INPUT_GPIO_DECODER is not set +# CONFIG_INPUT_GPIO_VIBRA is not set +CONFIG_INPUT_CPCAP_PWRBUTTON=m +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_KXTJ9 is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +# CONFIG_INPUT_REGULATOR_HAPTIC is not set +# CONFIG_INPUT_TPS65218_PWRBUTTON is not set +CONFIG_INPUT_AXP20X_PEK=m +# CONFIG_INPUT_TWL4030_PWRBUTTON is not set +# CONFIG_INPUT_TWL4030_VIBRA is not set +# CONFIG_INPUT_UINPUT is not set +# CONFIG_INPUT_PALMAS_PWRBUTTON is not set +# CONFIG_INPUT_PCF8574 is not set +# CONFIG_INPUT_PWM_BEEPER is not set +# CONFIG_INPUT_PWM_VIBRA is not set +# CONFIG_INPUT_RK805_PWRKEY is not set +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +# CONFIG_INPUT_DA7280_HAPTICS is not set +CONFIG_INPUT_DA9063_ONKEY=m +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m +# CONFIG_INPUT_IBM_PANEL is not set +# CONFIG_INPUT_IMS_PCU is not set +# CONFIG_INPUT_IQS269A is not set +# CONFIG_INPUT_IQS626A is not set +# CONFIG_INPUT_IQS7222 is not set +# CONFIG_INPUT_CMA3000 is not set +# CONFIG_INPUT_DRV260X_HAPTICS is not set +# CONFIG_INPUT_DRV2665_HAPTICS is not set +# CONFIG_INPUT_DRV2667_HAPTICS is not set +# CONFIG_INPUT_HISI_POWERKEY is not set +CONFIG_INPUT_STPMIC1_ONKEY=y +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_SERIO_SERPORT=y +CONFIG_SERIO_AMBAKMI=y +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_SERIO_APBPS2 is not set +# CONFIG_SERIO_OLPC_APSP is not set +# CONFIG_SERIO_SUN4I_PS2 is not set +# CONFIG_SERIO_GPIO_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_UNIX98_PTYS=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=256 +CONFIG_LEGACY_TIOCSTI=y +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_16550A_VARIANTS=y +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +CONFIG_SERIAL_8250_NR_UARTS=5 +CONFIG_SERIAL_8250_RUNTIME_UARTS=5 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_ASPEED_VUART=m +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_SHARE_IRQ=y +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +# CONFIG_SERIAL_8250_RSA is not set +CONFIG_SERIAL_8250_DWLIB=y +CONFIG_SERIAL_8250_BCM2835AUX=y +CONFIG_SERIAL_8250_FSL=y +CONFIG_SERIAL_8250_DW=y +CONFIG_SERIAL_8250_EM=y +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_8250_OMAP=y +CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y +CONFIG_SERIAL_8250_MT6577=y +CONFIG_SERIAL_8250_UNIPHIER=y +CONFIG_SERIAL_8250_PERICOM=y +# CONFIG_SERIAL_8250_PXA is not set +CONFIG_SERIAL_8250_TEGRA=y +CONFIG_SERIAL_8250_BCM7271=y +CONFIG_SERIAL_OF_PLATFORM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_AMBA_PL010 is not set +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set +CONFIG_SERIAL_ATMEL=y +CONFIG_SERIAL_ATMEL_CONSOLE=y +CONFIG_SERIAL_ATMEL_PDC=y +CONFIG_SERIAL_ATMEL_TTYAT=y +CONFIG_SERIAL_MESON=y +CONFIG_SERIAL_MESON_CONSOLE=y +CONFIG_SERIAL_SAMSUNG=y +CONFIG_SERIAL_SAMSUNG_UARTS=4 +CONFIG_SERIAL_SAMSUNG_CONSOLE=y +CONFIG_SERIAL_TEGRA=y +# CONFIG_SERIAL_MAX3100 is not set +# CONFIG_SERIAL_MAX310X is not set +# CONFIG_SERIAL_PXA is not set +CONFIG_SERIAL_IMX=y +CONFIG_SERIAL_IMX_CONSOLE=y +CONFIG_SERIAL_IMX_EARLYCON=y +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_SH_SCI=y +CONFIG_SERIAL_SH_SCI_NR_UARTS=20 +CONFIG_SERIAL_SH_SCI_CONSOLE=y +CONFIG_SERIAL_SH_SCI_EARLYCON=y +CONFIG_SERIAL_SH_SCI_DMA=y +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +CONFIG_SERIAL_MSM=y +CONFIG_SERIAL_MSM_CONSOLE=y +CONFIG_SERIAL_VT8500=y +CONFIG_SERIAL_VT8500_CONSOLE=y +# CONFIG_SERIAL_SIFIVE is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +CONFIG_SERIAL_BCM63XX=y +CONFIG_SERIAL_BCM63XX_CONSOLE=y +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +CONFIG_SERIAL_XILINX_PS_UART=y +CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +CONFIG_SERIAL_FSL_LPUART=y +CONFIG_SERIAL_FSL_LPUART_CONSOLE=y +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +CONFIG_SERIAL_CONEXANT_DIGICOLOR=y +CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y +CONFIG_SERIAL_ST_ASC=y +CONFIG_SERIAL_ST_ASC_CONSOLE=y +# CONFIG_SERIAL_SPRD is not set +CONFIG_SERIAL_STM32=y +CONFIG_SERIAL_STM32_CONSOLE=y +# CONFIG_SERIAL_MVEBU_UART is not set +CONFIG_SERIAL_OWL=y +CONFIG_SERIAL_OWL_CONSOLE=y +CONFIG_SERIAL_MILBEAUT_USIO=y +CONFIG_SERIAL_MILBEAUT_USIO_PORTS=4 +CONFIG_SERIAL_MILBEAUT_USIO_CONSOLE=y +CONFIG_SERIAL_SUNPLUS=y +CONFIG_SERIAL_SUNPLUS_CONSOLE=y +# end of Serial drivers + +CONFIG_SERIAL_MCTRL_GPIO=y +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +CONFIG_HVC_DRIVER=y +# CONFIG_HVC_DCC is not set +# CONFIG_RPMSG_TTY is not set +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y +# CONFIG_TTY_PRINTK is not set +CONFIG_VIRTIO_CONSOLE=y +# CONFIG_IPMI_HANDLER is not set +CONFIG_IPMI_KCS_BMC=m +CONFIG_ASPEED_KCS_IPMI_BMC=m +# CONFIG_IPMI_KCS_BMC_CDEV_IPMI is not set +# CONFIG_IPMI_KCS_BMC_SERIO is not set +CONFIG_ASPEED_BT_IPMI_BMC=m +# CONFIG_SSIF_IPMI_BMC is not set +# CONFIG_IPMB_DEVICE_INTERFACE is not set +CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +CONFIG_HW_RANDOM_ATMEL=y +# CONFIG_HW_RANDOM_BA431 is not set +CONFIG_HW_RANDOM_BCM2835=y +CONFIG_HW_RANDOM_IPROC_RNG200=y +CONFIG_HW_RANDOM_OMAP=y +CONFIG_HW_RANDOM_OMAP3_ROM=y +# CONFIG_HW_RANDOM_VIRTIO is not set +CONFIG_HW_RANDOM_IMX_RNGC=y +CONFIG_HW_RANDOM_HISI=y +CONFIG_HW_RANDOM_HISTB=y +CONFIG_HW_RANDOM_ST=y +CONFIG_HW_RANDOM_STM32=y +CONFIG_HW_RANDOM_MESON=y +CONFIG_HW_RANDOM_MTK=y +CONFIG_HW_RANDOM_EXYNOS=y +CONFIG_HW_RANDOM_OPTEE=y +CONFIG_HW_RANDOM_KEYSTONE=y +# CONFIG_HW_RANDOM_CCTRNG is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +CONFIG_HW_RANDOM_ARM_SMCCC_TRNG=y +# CONFIG_APPLICOM is not set +CONFIG_DEVMEM=y +CONFIG_DEVPORT=y +CONFIG_TCG_TPM=m +CONFIG_HW_RANDOM_TPM=y +# CONFIG_TCG_TIS is not set +# CONFIG_TCG_TIS_SPI is not set +# CONFIG_TCG_TIS_I2C is not set +# CONFIG_TCG_TIS_I2C_CR50 is not set +# CONFIG_TCG_TIS_I2C_ATMEL is not set +CONFIG_TCG_TIS_I2C_INFINEON=m +# CONFIG_TCG_TIS_I2C_NUVOTON is not set +# CONFIG_TCG_VTPM_PROXY is not set +# CONFIG_TCG_FTPM_TEE is not set +# CONFIG_TCG_TIS_ST33ZP24_I2C is not set +# CONFIG_TCG_TIS_ST33ZP24_SPI is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +CONFIG_I2C_MUX=y + +# +# Multiplexer I2C Chip support +# +CONFIG_I2C_ARB_GPIO_CHALLENGE=m +CONFIG_I2C_MUX_GPIO=y +# CONFIG_I2C_MUX_GPMUX is not set +# CONFIG_I2C_MUX_LTC4306 is not set +# CONFIG_I2C_MUX_PCA9541 is not set +CONFIG_I2C_MUX_PCA954x=y +CONFIG_I2C_MUX_PINCTRL=y +# CONFIG_I2C_MUX_REG is not set +CONFIG_I2C_DEMUX_PINCTRL=y +# CONFIG_I2C_MUX_MLXCPLD is not set +# end of Multiplexer I2C Chip support + +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=y +CONFIG_I2C_ALGOBIT=m + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_HIX5HD2 is not set +# CONFIG_I2C_I801 is not set +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_ALTERA is not set +CONFIG_I2C_ASPEED=m +CONFIG_I2C_AT91=m +# CONFIG_I2C_AT91_SLAVE_EXPERIMENTAL is not set +CONFIG_I2C_BCM2835=y +CONFIG_I2C_BCM_IPROC=y +CONFIG_I2C_BCM_KONA=y +CONFIG_I2C_BRCMSTB=y +CONFIG_I2C_CADENCE=y +# CONFIG_I2C_CBUS_GPIO is not set +CONFIG_I2C_DAVINCI=y +CONFIG_I2C_DESIGNWARE_CORE=y +# CONFIG_I2C_DESIGNWARE_SLAVE is not set +CONFIG_I2C_DESIGNWARE_PLATFORM=y +# CONFIG_I2C_DESIGNWARE_PCI is not set +CONFIG_I2C_DIGICOLOR=m +CONFIG_I2C_EMEV2=m +CONFIG_I2C_EXYNOS5=y +CONFIG_I2C_GPIO=m +# CONFIG_I2C_GPIO_FAULT_INJECTOR is not set +# CONFIG_I2C_GXP is not set +CONFIG_I2C_IMX=y +# CONFIG_I2C_IMX_LPI2C is not set +CONFIG_I2C_MESON=y +# CONFIG_I2C_MT65XX is not set +CONFIG_I2C_MV64XXX=y +CONFIG_I2C_NOMADIK=y +# CONFIG_I2C_OCORES is not set +CONFIG_I2C_OMAP=y +CONFIG_I2C_OWL=y +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_PXA is not set +CONFIG_I2C_QCOM_CCI=m +CONFIG_I2C_QUP=y +CONFIG_I2C_RIIC=y +CONFIG_I2C_RK3X=y +# CONFIG_I2C_RZV2M is not set +CONFIG_I2C_S3C2410=y +CONFIG_I2C_SH_MOBILE=y +# CONFIG_I2C_SIMTEC is not set +CONFIG_I2C_ST=y +# CONFIG_I2C_STM32F4 is not set +CONFIG_I2C_STM32F7=y +CONFIG_I2C_SUN6I_P2WI=y +CONFIG_I2C_TEGRA=y +CONFIG_I2C_UNIPHIER=y +CONFIG_I2C_UNIPHIER_F=y +# CONFIG_I2C_VERSATILE is not set +# CONFIG_I2C_WMT is not set +CONFIG_I2C_XILINX=y +CONFIG_I2C_RCAR=y + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_PCI1XXXX is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +CONFIG_I2C_CROS_EC_TUNNEL=m +# CONFIG_I2C_FSI is not set +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +CONFIG_I2C_SLAVE=y +CONFIG_I2C_SLAVE_EEPROM=y +# CONFIG_I2C_SLAVE_TESTUNIT is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y +CONFIG_SPI_MEM=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_ALTERA is not set +# CONFIG_SPI_AMLOGIC_SPIFC_A1 is not set +# CONFIG_SPI_ARMADA_3700 is not set +CONFIG_SPI_ASPEED_SMC=m +CONFIG_SPI_ATMEL=m +# CONFIG_SPI_AT91_USART is not set +CONFIG_SPI_ATMEL_QUADSPI=m +# CONFIG_SPI_AXI_SPI_ENGINE is not set +CONFIG_SPI_BCM2835=y +CONFIG_SPI_BCM2835AUX=y +# CONFIG_SPI_BCM63XX_HSSPI is not set +CONFIG_SPI_BCM_QSPI=y +# CONFIG_SPI_BCMBCA_HSSPI is not set +CONFIG_SPI_BITBANG=y +CONFIG_SPI_CADENCE=y +# CONFIG_SPI_CADENCE_QUADSPI is not set +# CONFIG_SPI_CADENCE_XSPI is not set +CONFIG_SPI_DAVINCI=y +# CONFIG_SPI_DESIGNWARE is not set +# CONFIG_SPI_FSI is not set +# CONFIG_SPI_FSL_LPSPI is not set +CONFIG_SPI_FSL_QUADSPI=m +CONFIG_SPI_GXP=m +# CONFIG_SPI_NXP_FLEXSPI is not set +CONFIG_SPI_GPIO=m +# CONFIG_SPI_IMX is not set +# CONFIG_SPI_FSL_SPI is not set +CONFIG_SPI_FSL_DSPI=m +# CONFIG_SPI_MESON_SPICC is not set +# CONFIG_SPI_MESON_SPIFC is not set +# CONFIG_SPI_MICROCHIP_CORE is not set +# CONFIG_SPI_MICROCHIP_CORE_QSPI is not set +# CONFIG_SPI_MT65XX is not set +# CONFIG_SPI_MTK_NOR is not set +# CONFIG_SPI_OC_TINY is not set +CONFIG_SPI_OMAP24XX=y +# CONFIG_SPI_TI_QSPI is not set +CONFIG_SPI_ORION=y +# CONFIG_SPI_PCI1XXXX is not set +CONFIG_SPI_PL022=y +# CONFIG_SPI_PXA2XX is not set +CONFIG_SPI_ROCKCHIP=m +# CONFIG_SPI_ROCKCHIP_SFC is not set +CONFIG_SPI_RSPI=y +# CONFIG_SPI_RZV2M_CSI is not set +# CONFIG_SPI_QCOM_QSPI is not set +CONFIG_SPI_QUP=m +CONFIG_SPI_S3C64XX=m +# CONFIG_SPI_SC18IS602 is not set +CONFIG_SPI_SH_MSIOF=m +CONFIG_SPI_SH_HSPI=y +# CONFIG_SPI_SIFIVE is not set +# CONFIG_SPI_SLAVE_MT27XX is not set +# CONFIG_SPI_SN_F_OSPI is not set +CONFIG_SPI_STM32=m +CONFIG_SPI_STM32_QSPI=y +# CONFIG_SPI_ST_SSC4 is not set +CONFIG_SPI_SUN4I=y +CONFIG_SPI_SUN6I=y +# CONFIG_SPI_SUNPLUS_SP7021 is not set +# CONFIG_SPI_MXIC is not set +# CONFIG_SPI_TEGRA210_QUAD is not set +CONFIG_SPI_TEGRA114=y +CONFIG_SPI_TEGRA20_SFLASH=y +CONFIG_SPI_TEGRA20_SLINK=y +# CONFIG_SPI_UNIPHIER is not set +# CONFIG_SPI_XCOMM is not set +CONFIG_SPI_XILINX=y +# CONFIG_SPI_ZYNQ_QSPI is not set +# CONFIG_SPI_ZYNQMP_GQSPI is not set +# CONFIG_SPI_AMD is not set + +# +# SPI Multiplexer support +# +# CONFIG_SPI_MUX is not set + +# +# SPI Protocol Masters +# +CONFIG_SPI_SPIDEV=y +# CONFIG_SPI_LOOPBACK_TEST is not set +# CONFIG_SPI_TLE62X0 is not set +CONFIG_SPI_SLAVE=y +# CONFIG_SPI_SLAVE_TIME is not set +# CONFIG_SPI_SLAVE_SYSTEM_CONTROL is not set +CONFIG_SPI_DYNAMIC=y +CONFIG_SPMI=y +# CONFIG_SPMI_HISI3670 is not set +CONFIG_SPMI_MSM_PMIC_ARB=y +# CONFIG_SPMI_MTK_PMIF is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y +CONFIG_PTP_1588_CLOCK_DTE=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +CONFIG_PTP_1588_CLOCK_KVM=y +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# CONFIG_PTP_1588_CLOCK_MOCK is not set +# CONFIG_PTP_1588_CLOCK_OCP is not set +# end of PTP clock support + +CONFIG_PINCTRL=y +CONFIG_GENERIC_PINCTRL_GROUPS=y +CONFIG_PINMUX=y +CONFIG_GENERIC_PINMUX_FUNCTIONS=y +CONFIG_PINCONF=y +CONFIG_GENERIC_PINCONF=y +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_PINCTRL_ARTPEC6 is not set +CONFIG_PINCTRL_AS3722=y +CONFIG_PINCTRL_AT91=y +CONFIG_PINCTRL_AT91PIO4=y +# CONFIG_PINCTRL_AXP209 is not set +# CONFIG_PINCTRL_CY8C95X0 is not set +CONFIG_PINCTRL_DIGICOLOR=y +# CONFIG_PINCTRL_MCP23S08 is not set +CONFIG_PINCTRL_MICROCHIP_SGPIO=y +CONFIG_PINCTRL_OCELOT=y +CONFIG_PINCTRL_PALMAS=y +# CONFIG_PINCTRL_RK805 is not set +CONFIG_PINCTRL_ROCKCHIP=y +CONFIG_PINCTRL_SINGLE=y +CONFIG_PINCTRL_ST=y +CONFIG_PINCTRL_STMFX=y +# CONFIG_PINCTRL_SX150X is not set +CONFIG_PINCTRL_ZYNQ=y +CONFIG_PINCTRL_OWL=y +CONFIG_PINCTRL_S500=y +CONFIG_PINCTRL_ASPEED=y +CONFIG_PINCTRL_ASPEED_G6=y +CONFIG_PINCTRL_BCM281XX=y +CONFIG_PINCTRL_BCM2835=y +CONFIG_PINCTRL_BCM4908=y +CONFIG_PINCTRL_IPROC_GPIO=y +CONFIG_PINCTRL_CYGNUS_MUX=y +CONFIG_PINCTRL_NS=y +CONFIG_PINCTRL_NSP_GPIO=y +# CONFIG_PINCTRL_NS2_MUX is not set +CONFIG_PINCTRL_NSP_MUX=y +CONFIG_PINCTRL_BERLIN=y +# CONFIG_PINCTRL_AS370 is not set +CONFIG_PINCTRL_BERLIN_BG2=y +CONFIG_PINCTRL_BERLIN_BG2CD=y +CONFIG_PINCTRL_BERLIN_BG2Q=y +# CONFIG_PINCTRL_BERLIN_BG4CT is not set +CONFIG_PINCTRL_IMX=y +CONFIG_PINCTRL_IMX50=y +CONFIG_PINCTRL_IMX51=y +CONFIG_PINCTRL_IMX53=y +CONFIG_PINCTRL_IMX6Q=y +CONFIG_PINCTRL_IMX6SL=y +CONFIG_PINCTRL_IMX6SLL=y +CONFIG_PINCTRL_IMX6SX=y +CONFIG_PINCTRL_IMX6UL=y +CONFIG_PINCTRL_IMX7D=y +CONFIG_PINCTRL_IMX7ULP=y +# CONFIG_PINCTRL_IMX8ULP is not set +# CONFIG_PINCTRL_IMXRT1050 is not set +# CONFIG_PINCTRL_IMX93 is not set +CONFIG_PINCTRL_VF610=y +# CONFIG_PINCTRL_IMXRT1170 is not set + +# +# MediaTek pinctrl drivers +# +CONFIG_EINT_MTK=y +CONFIG_PINCTRL_MTK=y +CONFIG_PINCTRL_MTK_V2=y +CONFIG_PINCTRL_MTK_MOORE=y +CONFIG_PINCTRL_MT2701=y +CONFIG_PINCTRL_MT7623=y +CONFIG_PINCTRL_MT7629=y +CONFIG_PINCTRL_MT8135=y +CONFIG_PINCTRL_MT8127=y +# end of MediaTek pinctrl drivers + +CONFIG_PINCTRL_MESON=y +CONFIG_PINCTRL_MESON8=y +CONFIG_PINCTRL_MESON8B=y +CONFIG_PINCTRL_MESON8_PMX=y +CONFIG_PINCTRL_MVEBU=y +CONFIG_PINCTRL_DOVE=y +CONFIG_PINCTRL_ARMADA_370=y +CONFIG_PINCTRL_ARMADA_375=y +CONFIG_PINCTRL_ARMADA_38X=y +CONFIG_PINCTRL_ARMADA_39X=y +CONFIG_PINCTRL_ARMADA_XP=y +CONFIG_PINCTRL_ABX500=y +CONFIG_PINCTRL_AB8500=y +CONFIG_PINCTRL_AB8505=y +CONFIG_PINCTRL_NOMADIK=y +CONFIG_PINCTRL_DB8500=y +CONFIG_PINCTRL_MSM=y +CONFIG_PINCTRL_APQ8064=y +CONFIG_PINCTRL_APQ8084=y +# CONFIG_PINCTRL_IPQ4019 is not set +CONFIG_PINCTRL_IPQ8064=y +# CONFIG_PINCTRL_MSM8226 is not set +CONFIG_PINCTRL_MSM8660=y +CONFIG_PINCTRL_MSM8960=y +# CONFIG_PINCTRL_MDM9607 is not set +# CONFIG_PINCTRL_MDM9615 is not set +CONFIG_PINCTRL_MSM8X74=y +# CONFIG_PINCTRL_MSM8909 is not set +CONFIG_PINCTRL_MSM8916=y +# CONFIG_PINCTRL_SDX55 is not set +# CONFIG_PINCTRL_SDX65 is not set +CONFIG_PINCTRL_QCOM_SPMI_PMIC=y +CONFIG_PINCTRL_QCOM_SSBI_PMIC=y +# CONFIG_PINCTRL_LPASS_LPI is not set + +# +# Renesas pinctrl drivers +# +CONFIG_PINCTRL_RENESAS=y +CONFIG_PINCTRL_SH_PFC=y +CONFIG_PINCTRL_SH_PFC_GPIO=y +CONFIG_PINCTRL_PFC_EMEV2=y +CONFIG_PINCTRL_PFC_R8A7794=y +CONFIG_PINCTRL_PFC_R8A7779=y +CONFIG_PINCTRL_PFC_R8A7790=y +CONFIG_PINCTRL_PFC_R8A7778=y +CONFIG_PINCTRL_PFC_R8A7793=y +CONFIG_PINCTRL_PFC_R8A7791=y +CONFIG_PINCTRL_PFC_R8A7792=y +CONFIG_PINCTRL_PFC_R8A7740=y +CONFIG_PINCTRL_PFC_R8A73A4=y +# CONFIG_PINCTRL_RZA1 is not set +CONFIG_PINCTRL_RZA2=y +CONFIG_PINCTRL_PFC_R8A77470=y +CONFIG_PINCTRL_PFC_R8A7745=y +CONFIG_PINCTRL_PFC_R8A7742=y +CONFIG_PINCTRL_PFC_R8A7743=y +CONFIG_PINCTRL_PFC_R8A7744=y +CONFIG_PINCTRL_RZN1=y +CONFIG_PINCTRL_PFC_SH73A0=y +# end of Renesas pinctrl drivers + +CONFIG_PINCTRL_SAMSUNG=y +CONFIG_PINCTRL_EXYNOS=y +CONFIG_PINCTRL_EXYNOS_ARM=y +CONFIG_PINCTRL_SPEAR=y +CONFIG_PINCTRL_SPEAR1310=y +CONFIG_PINCTRL_SPEAR1340=y +CONFIG_PINCTRL_SPEAR_PLGPIO=y +CONFIG_PINCTRL_STM32=y +CONFIG_PINCTRL_STM32MP135=y +CONFIG_PINCTRL_STM32MP157=y +CONFIG_PINCTRL_SPPCTL=y +CONFIG_PINCTRL_SUNXI=y +CONFIG_PINCTRL_SUN4I_A10=y +CONFIG_PINCTRL_SUN5I=y +CONFIG_PINCTRL_SUN6I_A31=y +CONFIG_PINCTRL_SUN6I_A31_R=y +CONFIG_PINCTRL_SUN8I_A23=y +CONFIG_PINCTRL_SUN8I_A33=y +CONFIG_PINCTRL_SUN8I_A83T=y +CONFIG_PINCTRL_SUN8I_A83T_R=y +CONFIG_PINCTRL_SUN8I_A23_R=y +CONFIG_PINCTRL_SUN8I_H3=y +CONFIG_PINCTRL_SUN8I_H3_R=y +CONFIG_PINCTRL_SUN8I_V3S=y +CONFIG_PINCTRL_SUN9I_A80=y +CONFIG_PINCTRL_SUN9I_A80_R=y +CONFIG_PINCTRL_SUN20I_D1=y +# CONFIG_PINCTRL_SUN50I_A64 is not set +# CONFIG_PINCTRL_SUN50I_A64_R is not set +# CONFIG_PINCTRL_SUN50I_A100 is not set +# CONFIG_PINCTRL_SUN50I_A100_R is not set +# CONFIG_PINCTRL_SUN50I_H5 is not set +# CONFIG_PINCTRL_SUN50I_H6 is not set +# CONFIG_PINCTRL_SUN50I_H6_R is not set +# CONFIG_PINCTRL_SUN50I_H616 is not set +# CONFIG_PINCTRL_SUN50I_H616_R is not set +CONFIG_PINCTRL_TEGRA=y +CONFIG_PINCTRL_TEGRA20=y +CONFIG_PINCTRL_TEGRA30=y +CONFIG_PINCTRL_TEGRA114=y +CONFIG_PINCTRL_TEGRA124=y +CONFIG_PINCTRL_TEGRA_XUSB=y +CONFIG_PINCTRL_TI_IODELAY=y +CONFIG_PINCTRL_UNIPHIER=y +CONFIG_PINCTRL_UNIPHIER_LD4=y +CONFIG_PINCTRL_UNIPHIER_PRO4=y +CONFIG_PINCTRL_UNIPHIER_SLD8=y +CONFIG_PINCTRL_UNIPHIER_PRO5=y +CONFIG_PINCTRL_UNIPHIER_PXS2=y +CONFIG_PINCTRL_UNIPHIER_LD6B=y +# CONFIG_PINCTRL_UNIPHIER_LD11 is not set +# CONFIG_PINCTRL_UNIPHIER_LD20 is not set +# CONFIG_PINCTRL_UNIPHIER_PXS3 is not set +# CONFIG_PINCTRL_UNIPHIER_NX1 is not set +# CONFIG_PINCTRL_WM8850 is not set +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_FASTPATH_LIMIT=512 +CONFIG_OF_GPIO=y +CONFIG_GPIOLIB_IRQCHIP=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_CDEV=y +CONFIG_GPIO_CDEV_V1=y +CONFIG_GPIO_GENERIC=y + +# +# Memory mapped GPIO drivers +# +# CONFIG_GPIO_74XX_MMIO is not set +# CONFIG_GPIO_ALTERA is not set +# CONFIG_GPIO_ASPEED is not set +CONFIG_GPIO_ASPEED_SGPIO=y +CONFIG_GPIO_RASPBERRYPI_EXP=y +CONFIG_GPIO_BCM_KONA=y +CONFIG_GPIO_BCM_XGS_IPROC=y +CONFIG_GPIO_BRCMSTB=y +# CONFIG_GPIO_CADENCE is not set +CONFIG_GPIO_DAVINCI=y +CONFIG_GPIO_DWAPB=y +CONFIG_GPIO_EM=y +CONFIG_GPIO_EN7523=y +# CONFIG_GPIO_EXAR is not set +# CONFIG_GPIO_FTGPIO010 is not set +CONFIG_GPIO_GENERIC_PLATFORM=y +# CONFIG_GPIO_GRGPIO is not set +# CONFIG_GPIO_HLWD is not set +# CONFIG_GPIO_LOGICVC is not set +# CONFIG_GPIO_MB86S7X is not set +CONFIG_GPIO_MPC8XXX=y +CONFIG_GPIO_MVEBU=y +CONFIG_GPIO_MXC=y +CONFIG_GPIO_OMAP=y +CONFIG_GPIO_PL061=y +CONFIG_GPIO_PXA=y +CONFIG_GPIO_RCAR=y +CONFIG_GPIO_ROCKCHIP=y +# CONFIG_GPIO_SAMA5D2_PIOBU is not set +# CONFIG_GPIO_SIFIVE is not set +CONFIG_GPIO_SPEAR_SPICS=y +CONFIG_GPIO_SYSCON=y +CONFIG_GPIO_TEGRA=y +# CONFIG_GPIO_TS4800 is not set +CONFIG_GPIO_UNIPHIER=y +CONFIG_GPIO_VF610=y +CONFIG_GPIO_XILINX=y +# CONFIG_GPIO_ZEVIO is not set +CONFIG_GPIO_ZYNQ=y +# CONFIG_GPIO_AMD_FCH is not set +# end of Memory mapped GPIO drivers + +# +# I2C GPIO expanders +# +# CONFIG_GPIO_ADNP is not set +# CONFIG_GPIO_FXL6408 is not set +# CONFIG_GPIO_DS4520 is not set +# CONFIG_GPIO_GW_PLD is not set +# CONFIG_GPIO_MAX7300 is not set +# CONFIG_GPIO_MAX732X is not set +CONFIG_GPIO_PCA953X=y +CONFIG_GPIO_PCA953X_IRQ=y +# CONFIG_GPIO_PCA9570 is not set +CONFIG_GPIO_PCF857X=y +# CONFIG_GPIO_TPIC2810 is not set +# CONFIG_GPIO_TS4900 is not set +# end of I2C GPIO expanders + +# +# MFD GPIO expanders +# +# CONFIG_HTC_EGPIO is not set +CONFIG_GPIO_PALMAS=y +CONFIG_GPIO_STMPE=y +# CONFIG_GPIO_TPS65218 is not set +CONFIG_GPIO_TPS6586X=y +CONFIG_GPIO_TPS65910=y +CONFIG_GPIO_TWL4030=y +# CONFIG_GPIO_WM8994 is not set +# end of MFD GPIO expanders + +# +# PCI GPIO expanders +# +# CONFIG_GPIO_BT8XX is not set +# CONFIG_GPIO_PCI_IDIO_16 is not set +# CONFIG_GPIO_PCIE_IDIO_24 is not set +# CONFIG_GPIO_RDC321X is not set +# end of PCI GPIO expanders + +# +# SPI GPIO expanders +# +# CONFIG_GPIO_74X164 is not set +# CONFIG_GPIO_MAX3191X is not set +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MC33880 is not set +# CONFIG_GPIO_PISOSR is not set +# CONFIG_GPIO_XRA1403 is not set +# end of SPI GPIO expanders + +# +# USB GPIO expanders +# +# end of USB GPIO expanders + +# +# Virtual GPIO drivers +# +# CONFIG_GPIO_AGGREGATOR is not set +# CONFIG_GPIO_LATCH is not set +# CONFIG_GPIO_MOCKUP is not set +# CONFIG_GPIO_VIRTIO is not set +# CONFIG_GPIO_SIM is not set +# end of Virtual GPIO drivers + +# CONFIG_W1 is not set +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_AS3722=y +CONFIG_POWER_RESET_AT91_POWEROFF=y +CONFIG_POWER_RESET_AT91_RESET=y +CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC=y +CONFIG_POWER_RESET_BRCMKONA=y +CONFIG_POWER_RESET_BRCMSTB=y +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_RESET_GPIO_RESTART=y +CONFIG_POWER_RESET_HISI=y +CONFIG_POWER_RESET_MSM=y +CONFIG_POWER_RESET_QCOM_PON=y +# CONFIG_POWER_RESET_ODROID_GO_ULTRA_POWEROFF is not set +# CONFIG_POWER_RESET_LTC2952 is not set +# CONFIG_POWER_RESET_QNAP is not set +# CONFIG_POWER_RESET_REGULATOR is not set +# CONFIG_POWER_RESET_RESTART is not set +CONFIG_POWER_RESET_ST=y +# CONFIG_POWER_RESET_VERSATILE is not set +CONFIG_POWER_RESET_VEXPRESS=y +CONFIG_POWER_RESET_KEYSTONE=y +CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_SYSCON_POWEROFF=y +CONFIG_POWER_RESET_RMOBILE=y +CONFIG_REBOOT_MODE=y +# CONFIG_SYSCON_REBOOT_MODE is not set +# CONFIG_NVMEM_REBOOT_MODE is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_POWER_SUPPLY_HWMON=y +# CONFIG_GENERIC_ADC_BATTERY is not set +# CONFIG_IP5XXX_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +CONFIG_BATTERY_ACT8945A=y +CONFIG_BATTERY_CPCAP=m +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SAMSUNG_SDI is not set +CONFIG_BATTERY_SBS=y +# CONFIG_CHARGER_SBS is not set +# CONFIG_MANAGER_SBS is not set +CONFIG_BATTERY_BQ27XXX=m +CONFIG_BATTERY_BQ27XXX_I2C=m +# CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM is not set +CONFIG_AXP20X_POWER=m +CONFIG_BATTERY_MAX17040=m +CONFIG_BATTERY_MAX17042=m +CONFIG_CHARGER_CPCAP=m +# CONFIG_CHARGER_ISP1704 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_TWL4030 is not set +# CONFIG_CHARGER_LP8727 is not set +CONFIG_CHARGER_GPIO=m +# CONFIG_CHARGER_MANAGER is not set +# CONFIG_CHARGER_LT3651 is not set +# CONFIG_CHARGER_LTC4162L is not set +CONFIG_CHARGER_MAX14577=m +# CONFIG_CHARGER_DETECTOR_MAX14656 is not set +CONFIG_CHARGER_MAX77693=m +# CONFIG_CHARGER_MAX77976 is not set +CONFIG_CHARGER_MAX8997=m +CONFIG_CHARGER_MAX8998=m +# CONFIG_CHARGER_QCOM_SMBB is not set +# CONFIG_BATTERY_PM8916_BMS_VM is not set +# CONFIG_CHARGER_PM8916_LBC is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_CHARGER_BQ24190 is not set +# CONFIG_CHARGER_BQ24257 is not set +# CONFIG_CHARGER_BQ24735 is not set +# CONFIG_CHARGER_BQ2515X is not set +# CONFIG_CHARGER_BQ25890 is not set +# CONFIG_CHARGER_BQ25980 is not set +# CONFIG_CHARGER_BQ256XX is not set +# CONFIG_CHARGER_RK817 is not set +CONFIG_CHARGER_SMB347=m +CONFIG_CHARGER_TPS65090=y +# CONFIG_CHARGER_TPS65217 is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_AB8500_BM is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_RT9455 is not set +# CONFIG_CHARGER_RT9467 is not set +# CONFIG_CHARGER_RT9471 is not set +# CONFIG_CHARGER_CROS_USBPD is not set +CONFIG_CHARGER_CROS_PCHG=m +# CONFIG_CHARGER_UCS1002 is not set +# CONFIG_CHARGER_BD99954 is not set +CONFIG_BATTERY_ACER_A500=m +# CONFIG_BATTERY_UG3105 is not set +# CONFIG_CHARGER_QCOM_SMB2 is not set +# CONFIG_FUEL_GAUGE_MM8013 is not set +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# +# CONFIG_SENSORS_AD7314 is not set +# CONFIG_SENSORS_AD7414 is not set +# CONFIG_SENSORS_AD7418 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1029 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ADM1177 is not set +# CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7310 is not set +# CONFIG_SENSORS_ADT7410 is not set +# CONFIG_SENSORS_ADT7411 is not set +# CONFIG_SENSORS_ADT7462 is not set +# CONFIG_SENSORS_ADT7470 is not set +# CONFIG_SENSORS_ADT7475 is not set +# CONFIG_SENSORS_AHT10 is not set +# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set +# CONFIG_SENSORS_AS370 is not set +# CONFIG_SENSORS_ASC7621 is not set +# CONFIG_SENSORS_AXI_FAN_CONTROL is not set +CONFIG_SENSORS_ARM_SCMI=y +CONFIG_SENSORS_ASPEED=m +# CONFIG_SENSORS_ATXP1 is not set +# CONFIG_SENSORS_CORSAIR_CPRO is not set +# CONFIG_SENSORS_CORSAIR_PSU is not set +# CONFIG_SENSORS_DRIVETEMP is not set +# CONFIG_SENSORS_DS620 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_I5K_AMB is not set +# CONFIG_SENSORS_F71805F is not set +# CONFIG_SENSORS_F71882FG is not set +# CONFIG_SENSORS_F75375S is not set +# CONFIG_SENSORS_FTSTEUTATES is not set +# CONFIG_SENSORS_GIGABYTE_WATERFORCE is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_G760A is not set +# CONFIG_SENSORS_G762 is not set +# CONFIG_SENSORS_GPIO_FAN is not set +CONFIG_SENSORS_GXP_FAN_CTRL=m +# CONFIG_SENSORS_HIH6130 is not set +# CONFIG_SENSORS_HS3001 is not set +CONFIG_SENSORS_IIO_HWMON=y +# CONFIG_SENSORS_IT87 is not set +# CONFIG_SENSORS_JC42 is not set +# CONFIG_SENSORS_POWERZ is not set +# CONFIG_SENSORS_POWR1220 is not set +CONFIG_SENSORS_LAN966X=m +# CONFIG_SENSORS_LINEAGE is not set +# CONFIG_SENSORS_LTC2945 is not set +# CONFIG_SENSORS_LTC2947_I2C is not set +# CONFIG_SENSORS_LTC2947_SPI is not set +# CONFIG_SENSORS_LTC2990 is not set +# CONFIG_SENSORS_LTC2991 is not set +# CONFIG_SENSORS_LTC2992 is not set +# CONFIG_SENSORS_LTC4151 is not set +# CONFIG_SENSORS_LTC4215 is not set +# CONFIG_SENSORS_LTC4222 is not set +# CONFIG_SENSORS_LTC4245 is not set +# CONFIG_SENSORS_LTC4260 is not set +# CONFIG_SENSORS_LTC4261 is not set +# CONFIG_SENSORS_MAX1111 is not set +# CONFIG_SENSORS_MAX127 is not set +# CONFIG_SENSORS_MAX16065 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX1668 is not set +# CONFIG_SENSORS_MAX197 is not set +# CONFIG_SENSORS_MAX31722 is not set +# CONFIG_SENSORS_MAX31730 is not set +# CONFIG_SENSORS_MAX31760 is not set +# CONFIG_MAX31827 is not set +# CONFIG_SENSORS_MAX6620 is not set +# CONFIG_SENSORS_MAX6621 is not set +# CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6650 is not set +# CONFIG_SENSORS_MAX6697 is not set +# CONFIG_SENSORS_MAX31790 is not set +# CONFIG_SENSORS_MC34VR500 is not set +# CONFIG_SENSORS_MCP3021 is not set +# CONFIG_SENSORS_TC654 is not set +# CONFIG_SENSORS_TPS23861 is not set +# CONFIG_SENSORS_MR75203 is not set +# CONFIG_SENSORS_ADCXX is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM70 is not set +# CONFIG_SENSORS_LM73 is not set +# CONFIG_SENSORS_LM75 is not set +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +CONFIG_SENSORS_LM90=y +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_LM95234 is not set +# CONFIG_SENSORS_LM95241 is not set +CONFIG_SENSORS_LM95245=y +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +CONFIG_SENSORS_NTC_THERMISTOR=m +# CONFIG_SENSORS_NCT6683 is not set +# CONFIG_SENSORS_NCT6775_I2C is not set +# CONFIG_SENSORS_NCT7802 is not set +# CONFIG_SENSORS_NCT7904 is not set +# CONFIG_SENSORS_NPCM7XX is not set +# CONFIG_SENSORS_NZXT_KRAKEN2 is not set +# CONFIG_SENSORS_NZXT_SMART2 is not set +# CONFIG_SENSORS_OCC_P8_I2C is not set +# CONFIG_SENSORS_OCC_P9_SBE is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_PMBUS is not set +CONFIG_SENSORS_PWM_FAN=m +CONFIG_SENSORS_RASPBERRYPI_HWMON=m +# CONFIG_SENSORS_SBTSI is not set +# CONFIG_SENSORS_SBRMI is not set +# CONFIG_SENSORS_SHT15 is not set +# CONFIG_SENSORS_SHT21 is not set +# CONFIG_SENSORS_SHT3x is not set +# CONFIG_SENSORS_SHT4x is not set +# CONFIG_SENSORS_SHTC1 is not set +# CONFIG_SENSORS_SIS5595 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC2305 is not set +# CONFIG_SENSORS_EMC6W201 is not set +# CONFIG_SENSORS_SMSC47M1 is not set +# CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47B397 is not set +# CONFIG_SENSORS_SCH5627 is not set +# CONFIG_SENSORS_SCH5636 is not set +# CONFIG_SENSORS_STTS751 is not set +# CONFIG_SENSORS_ADC128D818 is not set +# CONFIG_SENSORS_ADS7828 is not set +# CONFIG_SENSORS_ADS7871 is not set +# CONFIG_SENSORS_AMC6821 is not set +# CONFIG_SENSORS_INA209 is not set +CONFIG_SENSORS_INA2XX=m +# CONFIG_SENSORS_INA238 is not set +# CONFIG_SENSORS_INA3221 is not set +# CONFIG_SENSORS_TC74 is not set +# CONFIG_SENSORS_THMC50 is not set +# CONFIG_SENSORS_TMP102 is not set +# CONFIG_SENSORS_TMP103 is not set +# CONFIG_SENSORS_TMP108 is not set +# CONFIG_SENSORS_TMP401 is not set +# CONFIG_SENSORS_TMP421 is not set +# CONFIG_SENSORS_TMP464 is not set +# CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_VEXPRESS is not set +# CONFIG_SENSORS_VIA686A is not set +# CONFIG_SENSORS_VT1211 is not set +# CONFIG_SENSORS_VT8231 is not set +# CONFIG_SENSORS_W83773G is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83791D is not set +# CONFIG_SENSORS_W83792D is not set +# CONFIG_SENSORS_W83793 is not set +# CONFIG_SENSORS_W83795 is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83L786NG is not set +# CONFIG_SENSORS_W83627HF is not set +# CONFIG_SENSORS_W83627EHF is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +# CONFIG_THERMAL_STATISTICS is not set +# CONFIG_THERMAL_DEBUGFS is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_OF=y +# CONFIG_THERMAL_WRITABLE_TRIPS is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +# CONFIG_THERMAL_GOV_USER_SPACE is not set +CONFIG_CPU_THERMAL=y +CONFIG_CPU_FREQ_THERMAL=y +CONFIG_DEVFREQ_THERMAL=y +# CONFIG_THERMAL_EMULATION is not set +# CONFIG_THERMAL_MMIO is not set +CONFIG_HISI_THERMAL=y +CONFIG_IMX_THERMAL=y +# CONFIG_IMX8MM_THERMAL is not set +CONFIG_QORIQ_THERMAL=m +# CONFIG_SPEAR_THERMAL is not set +# CONFIG_SUN8I_THERMAL is not set +CONFIG_ROCKCHIP_THERMAL=y +CONFIG_RCAR_THERMAL=y +# CONFIG_RCAR_GEN3_THERMAL is not set +# CONFIG_RZG2L_THERMAL is not set +# CONFIG_DOVE_THERMAL is not set +CONFIG_DB8500_THERMAL=y +CONFIG_ARMADA_THERMAL=y + +# +# Mediatek thermal drivers +# +# CONFIG_MTK_THERMAL is not set +# end of Mediatek thermal drivers + +CONFIG_AMLOGIC_THERMAL=y + +# +# Broadcom thermal drivers +# +CONFIG_BCM2711_THERMAL=m +CONFIG_BCM2835_THERMAL=m +CONFIG_BRCMSTB_THERMAL=m +CONFIG_BCM_NS_THERMAL=y +CONFIG_BCM_SR_THERMAL=y +# end of Broadcom thermal drivers + +# +# Texas Instruments thermal drivers +# +CONFIG_TI_SOC_THERMAL=y +# CONFIG_TI_THERMAL is not set +# CONFIG_OMAP3_THERMAL is not set +# CONFIG_OMAP4_THERMAL is not set +# CONFIG_OMAP5_THERMAL is not set +# CONFIG_DRA752_THERMAL is not set +# end of Texas Instruments thermal drivers + +# +# Samsung thermal drivers +# +CONFIG_EXYNOS_THERMAL=y +# end of Samsung thermal drivers + +# +# STMicroelectronics thermal drivers +# +CONFIG_ST_THERMAL=y +CONFIG_ST_THERMAL_MEMMAP=y +CONFIG_STM32_THERMAL=y +# end of STMicroelectronics thermal drivers + +# +# NVIDIA Tegra thermal drivers +# +CONFIG_TEGRA_SOCTHERM=m +CONFIG_TEGRA30_TSENSOR=m +# end of NVIDIA Tegra thermal drivers + +CONFIG_GENERIC_ADC_THERMAL=m + +# +# Qualcomm thermal drivers +# +CONFIG_QCOM_TSENS=y +# CONFIG_QCOM_SPMI_ADC_TM5 is not set +# CONFIG_QCOM_SPMI_TEMP_ALARM is not set +# CONFIG_QCOM_LMH is not set +# end of Qualcomm thermal drivers + +CONFIG_UNIPHIER_THERMAL=y +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# +# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +CONFIG_DA9063_WATCHDOG=m +# CONFIG_GPIO_WATCHDOG is not set +CONFIG_XILINX_WATCHDOG=y +# CONFIG_ZIIRAVE_WATCHDOG is not set +CONFIG_ARM_SP805_WATCHDOG=y +# CONFIG_ARMADA_37XX_WATCHDOG is not set +CONFIG_AT91SAM9X_WATCHDOG=y +CONFIG_SAMA5D4_WATCHDOG=y +# CONFIG_CADENCE_WATCHDOG is not set +# CONFIG_FTWDT010_WATCHDOG is not set +CONFIG_S3C2410_WATCHDOG=m +CONFIG_DW_WATCHDOG=y +# CONFIG_OMAP_WATCHDOG is not set +CONFIG_DAVINCI_WATCHDOG=m +CONFIG_ORION_WATCHDOG=y +CONFIG_RN5T618_WATCHDOG=y +CONFIG_SUNXI_WATCHDOG=y +# CONFIG_TWL4030_WATCHDOG is not set +# CONFIG_TS4800_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +CONFIG_IMX2_WDT=y +# CONFIG_IMX7ULP_WDT is not set +CONFIG_DB500_WATCHDOG=y +CONFIG_ST_LPC_WATCHDOG=y +CONFIG_TEGRA_WATCHDOG=m +CONFIG_QCOM_WDT=m +# CONFIG_MESON_GXBB_WATCHDOG is not set +CONFIG_MESON_WATCHDOG=y +CONFIG_MEDIATEK_WATCHDOG=y +CONFIG_DIGICOLOR_WATCHDOG=y +# CONFIG_ARM_SMC_WATCHDOG is not set +CONFIG_RENESAS_WDT=m +CONFIG_RENESAS_RZAWDT=m +CONFIG_RENESAS_RZN1WDT=m +# CONFIG_RENESAS_RZG2LWDT is not set +CONFIG_ASPEED_WATCHDOG=y +CONFIG_STM32_WATCHDOG=y +CONFIG_STPMIC1_WATCHDOG=y +# CONFIG_UNIPHIER_WATCHDOG is not set +CONFIG_PM8916_WATCHDOG=m +# CONFIG_SUNPLUS_WATCHDOG is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_I6300ESB_WDT is not set +CONFIG_BCM47XX_WDT=y +CONFIG_BCM2835_WDT=y +CONFIG_BCM_KONA_WDT=y +# CONFIG_BCM_KONA_WDT_DEBUG is not set +CONFIG_BCM7038_WDT=m +CONFIG_GXP_WATCHDOG=y +# CONFIG_MEN_A21_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +CONFIG_BCMA=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_SOC=y +CONFIG_BCMA_DRIVER_PCI=y +CONFIG_BCMA_SFLASH=y +CONFIG_BCMA_DRIVER_GMAC_CMN=y +CONFIG_BCMA_DRIVER_GPIO=y +# CONFIG_BCMA_DEBUG is not set + +# +# Multifunction device drivers +# +CONFIG_MFD_CORE=y +# CONFIG_MFD_ALTERA_A10SR is not set +# CONFIG_MFD_ALTERA_SYSMGR is not set +CONFIG_MFD_ACT8945A=y +CONFIG_MFD_AS3711=y +# CONFIG_MFD_SMPRO is not set +CONFIG_MFD_AS3722=y +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_AAT2870_CORE is not set +CONFIG_MFD_AT91_USART=y +CONFIG_MFD_ATMEL_FLEXCOM=y +CONFIG_MFD_ATMEL_HLCDC=m +CONFIG_MFD_ATMEL_SMC=y +CONFIG_MFD_BCM590XX=y +# CONFIG_MFD_BD9571MWV is not set +CONFIG_MFD_AC100=y +CONFIG_MFD_AXP20X=y +CONFIG_MFD_AXP20X_I2C=y +CONFIG_MFD_AXP20X_RSB=y +CONFIG_MFD_CROS_EC_DEV=m +# CONFIG_MFD_CS42L43_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_MFD_MAX5970 is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_SPI is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +CONFIG_MFD_DA9063=m +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_ENE_KB3930 is not set +# CONFIG_MFD_EXYNOS_LPASS is not set +# CONFIG_MFD_GATEWORKS_GSC is not set +# CONFIG_MFD_MC13XXX_SPI is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_MFD_HI6421_PMIC is not set +# CONFIG_MFD_HI6421_SPMI is not set +# CONFIG_MFD_HI655X_PMIC is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +CONFIG_MFD_MAX14577=y +# CONFIG_MFD_MAX77541 is not set +# CONFIG_MFD_MAX77620 is not set +# CONFIG_MFD_MAX77650 is not set +CONFIG_MFD_MAX77686=y +CONFIG_MFD_MAX77693=m +# CONFIG_MFD_MAX77714 is not set +# CONFIG_MFD_MAX77843 is not set +CONFIG_MFD_MAX8907=y +# CONFIG_MFD_MAX8925 is not set +CONFIG_MFD_MAX8997=y +CONFIG_MFD_MAX8998=y +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6370 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_OCELOT is not set +# CONFIG_EZX_PCAP is not set +CONFIG_MFD_CPCAP=y +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_NTXEC is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +CONFIG_MFD_PM8XXX=y +CONFIG_MFD_QCOM_RPM=y +CONFIG_MFD_SPMI_PMIC=y +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_RC5T583 is not set +CONFIG_MFD_RK8XX=y +CONFIG_MFD_RK8XX_I2C=y +# CONFIG_MFD_RK8XX_SPI is not set +CONFIG_MFD_RN5T618=y +CONFIG_MFD_SEC_CORE=y +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +CONFIG_ABX500_CORE=y +CONFIG_AB8500_CORE=y +CONFIG_MFD_DB8500_PRCMU=y +CONFIG_MFD_STMPE=y + +# +# STMicroelectronics STMPE Interface Drivers +# +CONFIG_STMPE_I2C=y +# CONFIG_STMPE_SPI is not set +# end of STMicroelectronics STMPE Interface Drivers + +CONFIG_MFD_SUN6I_PRCM=y +CONFIG_MFD_SYSCON=y +# CONFIG_MFD_TI_AM335X_TSCADC is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +CONFIG_MFD_OMAP_USB_HOST=y +CONFIG_MFD_PALMAS=y +# CONFIG_TPS6105X is not set +# CONFIG_TPS65010 is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=y +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TI_LP87565 is not set +CONFIG_MFD_TPS65218=y +# CONFIG_MFD_TPS65219 is not set +CONFIG_MFD_TPS6586X=y +CONFIG_MFD_TPS65910=y +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS65912_SPI is not set +# CONFIG_MFD_TPS6594_I2C is not set +# CONFIG_MFD_TPS6594_SPI is not set +CONFIG_TWL4030_CORE=y +CONFIG_TWL4030_POWER=y +# CONFIG_MFD_TWL4030_AUDIO is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TC3589X is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_LOCHNAGAR is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_ARIZONA_SPI is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM831X_SPI is not set +# CONFIG_MFD_WM8350_I2C is not set +CONFIG_MFD_WM8994=m +# CONFIG_MFD_ROHM_BD718XX is not set +# CONFIG_MFD_ROHM_BD71828 is not set +# CONFIG_MFD_ROHM_BD957XMUF is not set +CONFIG_MFD_STM32_LPTIMER=m +CONFIG_MFD_STM32_TIMERS=m +CONFIG_MFD_STPMIC1=y +CONFIG_MFD_STMFX=y +# CONFIG_MFD_ATC260X_I2C is not set +# CONFIG_MFD_KHADAS_MCU is not set +CONFIG_MFD_ACER_A500_EC=m +# CONFIG_MFD_QCOM_PM8008 is not set +CONFIG_MFD_VEXPRESS_SYSREG=y +# CONFIG_RAVE_SP_CORE is not set +# CONFIG_MFD_INTEL_M10_BMC_SPI is not set +# CONFIG_MFD_RSMU_I2C is not set +# CONFIG_MFD_RSMU_SPI is not set +# end of Multifunction device drivers + +CONFIG_REGULATOR=y +# CONFIG_REGULATOR_DEBUG is not set +CONFIG_REGULATOR_FIXED_VOLTAGE=y +# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set +# CONFIG_REGULATOR_NETLINK_EVENTS is not set +# CONFIG_REGULATOR_88PG86X is not set +CONFIG_REGULATOR_ACT8865=y +CONFIG_REGULATOR_ACT8945A=y +# CONFIG_REGULATOR_AD5398 is not set +CONFIG_REGULATOR_ANATOP=y +CONFIG_REGULATOR_AB8500=y +CONFIG_REGULATOR_ARM_SCMI=y +CONFIG_REGULATOR_AS3711=y +CONFIG_REGULATOR_AS3722=y +# CONFIG_REGULATOR_AW37503 is not set +CONFIG_REGULATOR_AXP20X=y +CONFIG_REGULATOR_BCM590XX=y +CONFIG_REGULATOR_CPCAP=y +# CONFIG_REGULATOR_CROS_EC is not set +# CONFIG_REGULATOR_DA9063 is not set +# CONFIG_REGULATOR_DA9121 is not set +CONFIG_REGULATOR_DA9210=y +# CONFIG_REGULATOR_DA9211 is not set +CONFIG_REGULATOR_DBX500_PRCMU=y +CONFIG_REGULATOR_DB8500_PRCMU=y +CONFIG_REGULATOR_FAN53555=y +# CONFIG_REGULATOR_FAN53880 is not set +CONFIG_REGULATOR_GPIO=y +# CONFIG_REGULATOR_ISL9305 is not set +# CONFIG_REGULATOR_ISL6271A is not set +# CONFIG_REGULATOR_LP3971 is not set +# CONFIG_REGULATOR_LP3972 is not set +CONFIG_REGULATOR_LP872X=y +# CONFIG_REGULATOR_LP8755 is not set +# CONFIG_REGULATOR_LTC3589 is not set +# CONFIG_REGULATOR_LTC3676 is not set +CONFIG_REGULATOR_MAX14577=m +# CONFIG_REGULATOR_MAX1586 is not set +# CONFIG_REGULATOR_MAX77503 is not set +# CONFIG_REGULATOR_MAX77857 is not set +# CONFIG_REGULATOR_MAX8649 is not set +# CONFIG_REGULATOR_MAX8660 is not set +# CONFIG_REGULATOR_MAX8893 is not set +CONFIG_REGULATOR_MAX8907=y +CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_MAX8973=y +CONFIG_REGULATOR_MAX8997=m +CONFIG_REGULATOR_MAX8998=m +# CONFIG_REGULATOR_MAX20086 is not set +# CONFIG_REGULATOR_MAX20411 is not set +CONFIG_REGULATOR_MAX77686=y +CONFIG_REGULATOR_MAX77693=m +CONFIG_REGULATOR_MAX77802=y +# CONFIG_REGULATOR_MAX77826 is not set +# CONFIG_REGULATOR_MCP16502 is not set +# CONFIG_REGULATOR_MP5416 is not set +# CONFIG_REGULATOR_MP8859 is not set +# CONFIG_REGULATOR_MP886X is not set +# CONFIG_REGULATOR_MPQ7920 is not set +# CONFIG_REGULATOR_MT6311 is not set +# CONFIG_REGULATOR_MT6315 is not set +CONFIG_REGULATOR_PALMAS=y +CONFIG_REGULATOR_PBIAS=y +# CONFIG_REGULATOR_PCA9450 is not set +# CONFIG_REGULATOR_PF8X00 is not set +# CONFIG_REGULATOR_PFUZE100 is not set +# CONFIG_REGULATOR_PV88060 is not set +# CONFIG_REGULATOR_PV88080 is not set +# CONFIG_REGULATOR_PV88090 is not set +CONFIG_REGULATOR_PWM=y +# CONFIG_REGULATOR_QCOM_REFGEN is not set +CONFIG_REGULATOR_QCOM_RPM=y +# CONFIG_REGULATOR_QCOM_RPMH is not set +CONFIG_REGULATOR_QCOM_SMD_RPM=y +CONFIG_REGULATOR_QCOM_SPMI=y +# CONFIG_REGULATOR_QCOM_USB_VBUS is not set +# CONFIG_REGULATOR_RAA215300 is not set +# CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set +CONFIG_REGULATOR_RK808=y +CONFIG_REGULATOR_RN5T618=y +# CONFIG_REGULATOR_RT4801 is not set +# CONFIG_REGULATOR_RT4803 is not set +# CONFIG_REGULATOR_RT5190A is not set +# CONFIG_REGULATOR_RT5739 is not set +# CONFIG_REGULATOR_RT5759 is not set +# CONFIG_REGULATOR_RT6160 is not set +# CONFIG_REGULATOR_RT6190 is not set +# CONFIG_REGULATOR_RT6245 is not set +# CONFIG_REGULATOR_RTQ2134 is not set +# CONFIG_REGULATOR_RTMV20 is not set +# CONFIG_REGULATOR_RTQ6752 is not set +# CONFIG_REGULATOR_RTQ2208 is not set +CONFIG_REGULATOR_S2MPA01=m +CONFIG_REGULATOR_S2MPS11=y +CONFIG_REGULATOR_S5M8767=y +# CONFIG_REGULATOR_SLG51000 is not set +CONFIG_REGULATOR_STM32_BOOSTER=m +CONFIG_REGULATOR_STM32_VREFBUF=m +CONFIG_REGULATOR_STM32_PWR=y +CONFIG_REGULATOR_STPMIC1=y +CONFIG_REGULATOR_TI_ABB=y +# CONFIG_REGULATOR_SY8106A is not set +# CONFIG_REGULATOR_SY8824X is not set +# CONFIG_REGULATOR_SY8827N is not set +CONFIG_REGULATOR_TPS51632=y +CONFIG_REGULATOR_TPS62360=y +# CONFIG_REGULATOR_TPS6286X is not set +# CONFIG_REGULATOR_TPS6287X is not set +# CONFIG_REGULATOR_TPS65023 is not set +# CONFIG_REGULATOR_TPS6507X is not set +CONFIG_REGULATOR_TPS65090=y +# CONFIG_REGULATOR_TPS65132 is not set +CONFIG_REGULATOR_TPS65217=y +CONFIG_REGULATOR_TPS65218=y +# CONFIG_REGULATOR_TPS6524X is not set +CONFIG_REGULATOR_TPS6586X=y +CONFIG_REGULATOR_TPS65910=y +CONFIG_REGULATOR_TWL4030=y +CONFIG_REGULATOR_UNIPHIER=y +# CONFIG_REGULATOR_VCTRL is not set +CONFIG_REGULATOR_VEXPRESS=y +# CONFIG_REGULATOR_VQMMC_IPQ4019 is not set +CONFIG_REGULATOR_WM8994=m +# CONFIG_REGULATOR_QCOM_LABIBB is not set +# CONFIG_RC_CORE is not set +CONFIG_CEC_CORE=y +CONFIG_CEC_NOTIFIER=y + +# +# CEC support +# +CONFIG_MEDIA_CEC_SUPPORT=y +# CONFIG_CEC_CH7322 is not set +# CONFIG_CEC_CROS_EC is not set +# CONFIG_CEC_MESON_AO is not set +# CONFIG_CEC_MESON_G12A_AO is not set +CONFIG_CEC_SAMSUNG_S5P=m +# CONFIG_CEC_STI is not set +CONFIG_CEC_STM32=m +# CONFIG_CEC_TEGRA is not set +# CONFIG_USB_PULSE8_CEC is not set +# CONFIG_USB_RAINSHADOW_CEC is not set +# end of CEC support + +CONFIG_MEDIA_SUPPORT=m +# CONFIG_MEDIA_SUPPORT_FILTER is not set +# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set + +# +# Media device types +# +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_SDR_SUPPORT=y +CONFIG_MEDIA_PLATFORM_SUPPORT=y +CONFIG_MEDIA_TEST_SUPPORT=y +# end of Media device types + +# +# Media core support +# +CONFIG_VIDEO_DEV=m +CONFIG_MEDIA_CONTROLLER=y +CONFIG_DVB_CORE=m +# end of Media core support + +# +# Video4Linux options +# +CONFIG_VIDEO_V4L2_I2C=y +CONFIG_VIDEO_V4L2_SUBDEV_API=y +# CONFIG_VIDEO_ADV_DEBUG is not set +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_V4L2_H264=m +CONFIG_V4L2_MEM2MEM_DEV=m +# CONFIG_V4L2_FLASH_LED_CLASS is not set +CONFIG_V4L2_FWNODE=m +CONFIG_V4L2_ASYNC=m +# end of Video4Linux options + +# +# Media controller options +# +# CONFIG_MEDIA_CONTROLLER_DVB is not set +# end of Media controller options + +# +# Digital TV options +# +# CONFIG_DVB_MMAP is not set +CONFIG_DVB_NET=y +CONFIG_DVB_MAX_ADAPTERS=16 +CONFIG_DVB_DYNAMIC_MINORS=y +# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set +# CONFIG_DVB_ULE_DEBUG is not set +# end of Digital TV options + +# +# Media drivers +# + +# +# Media drivers +# +CONFIG_MEDIA_USB_SUPPORT=y + +# +# Webcam devices +# +# CONFIG_USB_GSPCA is not set +# CONFIG_USB_PWC is not set +# CONFIG_USB_S2255 is not set +# CONFIG_VIDEO_USBTV is not set +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y + +# +# Analog TV USB devices +# +# CONFIG_VIDEO_GO7007 is not set +# CONFIG_VIDEO_HDPVR is not set +# CONFIG_VIDEO_PVRUSB2 is not set +# CONFIG_VIDEO_STK1160 is not set + +# +# Analog/digital TV USB devices +# +# CONFIG_VIDEO_AU0828 is not set +# CONFIG_VIDEO_CX231XX is not set + +# +# Digital TV USB devices +# +# CONFIG_DVB_AS102 is not set +# CONFIG_DVB_B2C2_FLEXCOP_USB is not set +# CONFIG_DVB_USB_V2 is not set +# CONFIG_SMS_USB_DRV is not set +# CONFIG_DVB_TTUSB_BUDGET is not set +# CONFIG_DVB_TTUSB_DEC is not set + +# +# Webcam, TV (analog/digital) USB devices +# +# CONFIG_VIDEO_EM28XX is not set + +# +# Software defined radio USB devices +# +# CONFIG_USB_AIRSPY is not set +# CONFIG_USB_HACKRF is not set +# CONFIG_USB_MSI2500 is not set +# CONFIG_MEDIA_PCI_SUPPORT is not set +CONFIG_RADIO_ADAPTERS=m +# CONFIG_RADIO_MAXIRADIO is not set +# CONFIG_RADIO_SAA7706H is not set +# CONFIG_RADIO_SHARK is not set +# CONFIG_RADIO_SHARK2 is not set +# CONFIG_RADIO_SI4713 is not set +# CONFIG_RADIO_TEA5764 is not set +# CONFIG_RADIO_TEF6862 is not set +# CONFIG_RADIO_WL1273 is not set +# CONFIG_USB_DSBR is not set +# CONFIG_USB_KEENE is not set +# CONFIG_USB_MA901 is not set +# CONFIG_USB_MR800 is not set +# CONFIG_USB_RAREMONO is not set +# CONFIG_RADIO_SI470X is not set +CONFIG_MEDIA_PLATFORM_DRIVERS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +# CONFIG_SDR_PLATFORM_DRIVERS is not set +# CONFIG_DVB_PLATFORM_DRIVERS is not set +CONFIG_V4L_MEM2MEM_DRIVERS=y +# CONFIG_VIDEO_MEM2MEM_DEINTERLACE is not set +# CONFIG_VIDEO_MUX is not set + +# +# Allegro DVT media platform drivers +# + +# +# Amlogic media platform drivers +# +# CONFIG_VIDEO_MESON_GE2D is not set + +# +# Amphion drivers +# +# CONFIG_VIDEO_AMPHION_VPU is not set + +# +# Aspeed media platform drivers +# +CONFIG_VIDEO_ASPEED=m + +# +# Atmel media platform drivers +# +CONFIG_VIDEO_ATMEL_ISI=m + +# +# Cadence media platform drivers +# +# CONFIG_VIDEO_CADENCE_CSI2RX is not set +# CONFIG_VIDEO_CADENCE_CSI2TX is not set + +# +# Chips&Media media platform drivers +# +# CONFIG_VIDEO_CODA is not set + +# +# Intel media platform drivers +# + +# +# Marvell media platform drivers +# +# CONFIG_VIDEO_CAFE_CCIC is not set +CONFIG_VIDEO_MMP_CAMERA=m + +# +# Mediatek media platform drivers +# +# CONFIG_VIDEO_MEDIATEK_VPU is not set + +# +# Microchip Technology, Inc. media platform drivers +# +CONFIG_VIDEO_MICROCHIP_ISC=m +CONFIG_VIDEO_MICROCHIP_XISC=m +CONFIG_VIDEO_MICROCHIP_ISC_BASE=m +CONFIG_VIDEO_MICROCHIP_CSI2DC=m + +# +# Nuvoton media platform drivers +# + +# +# NVidia media platform drivers +# +CONFIG_VIDEO_TEGRA_VDE=m + +# +# NXP media platform drivers +# +# CONFIG_VIDEO_IMX7_CSI is not set +# CONFIG_VIDEO_IMX8MQ_MIPI_CSI2 is not set +# CONFIG_VIDEO_IMX_MIPI_CSIS is not set +# CONFIG_VIDEO_IMX8_ISI is not set +# CONFIG_VIDEO_IMX_PXP is not set +# CONFIG_VIDEO_DW100 is not set +# CONFIG_VIDEO_IMX8_JPEG is not set + +# +# Qualcomm media platform drivers +# + +# +# Renesas media platform drivers +# +CONFIG_VIDEO_RENESAS_CEU=m +# CONFIG_VIDEO_RCAR_ISP is not set +# CONFIG_VIDEO_RCAR_CSI2 is not set +CONFIG_VIDEO_RCAR_VIN=m +# CONFIG_VIDEO_RZG2L_CSI2 is not set +# CONFIG_VIDEO_RZG2L_CRU is not set +# CONFIG_VIDEO_RENESAS_FCP is not set +CONFIG_VIDEO_RENESAS_FDP1=m +CONFIG_VIDEO_RENESAS_JPU=m +CONFIG_VIDEO_RENESAS_VSP1=m + +# +# Rockchip media platform drivers +# +# CONFIG_VIDEO_ROCKCHIP_RGA is not set +# CONFIG_VIDEO_ROCKCHIP_ISP1 is not set + +# +# Samsung media platform drivers +# +CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m +CONFIG_VIDEO_SAMSUNG_EXYNOS4_IS=m +CONFIG_VIDEO_EXYNOS4_IS_COMMON=m +CONFIG_VIDEO_S5P_FIMC=m +CONFIG_VIDEO_S5P_MIPI_CSIS=m +CONFIG_VIDEO_EXYNOS_FIMC_LITE=m +CONFIG_VIDEO_EXYNOS4_FIMC_IS=m +CONFIG_VIDEO_EXYNOS4_ISP_DMA_CAPTURE=y +# CONFIG_VIDEO_SAMSUNG_S5P_G2D is not set +CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m +CONFIG_VIDEO_SAMSUNG_S5P_MFC=m + +# +# STMicroelectronics media platform drivers +# +CONFIG_VIDEO_STI_BDISP=m +CONFIG_VIDEO_STI_DELTA=m +CONFIG_VIDEO_STI_DELTA_MJPEG=y +CONFIG_VIDEO_STI_DELTA_DRIVER=m +CONFIG_VIDEO_STI_HVA=m +# CONFIG_VIDEO_STI_HVA_DEBUGFS is not set +CONFIG_VIDEO_STM32_DCMI=m +CONFIG_VIDEO_STM32_DCMIPP=m +# CONFIG_VIDEO_STM32_DMA2D is not set + +# +# Sunxi media platform drivers +# +# CONFIG_VIDEO_SUN4I_CSI is not set +# CONFIG_VIDEO_SUN6I_CSI is not set +# CONFIG_VIDEO_SUN6I_MIPI_CSI2 is not set +# CONFIG_VIDEO_SUN8I_A83T_MIPI_CSI2 is not set +# CONFIG_VIDEO_SUN8I_DEINTERLACE is not set +# CONFIG_VIDEO_SUN8I_ROTATE is not set + +# +# Texas Instruments drivers +# +# CONFIG_VIDEO_TI_CAL is not set +# CONFIG_VIDEO_TI_VPE is not set +# CONFIG_VIDEO_AM437X_VPFE is not set +# CONFIG_VIDEO_OMAP3 is not set + +# +# Verisilicon media platform drivers +# +# CONFIG_VIDEO_HANTRO is not set + +# +# VIA media platform drivers +# + +# +# Xilinx media platform drivers +# +# CONFIG_VIDEO_XILINX is not set + +# +# MMC/SDIO DVB adapters +# +# CONFIG_SMS_SDIO_DRV is not set +CONFIG_V4L_TEST_DRIVERS=y +# CONFIG_VIDEO_VIM2M is not set +# CONFIG_VIDEO_VICODEC is not set +# CONFIG_VIDEO_VIMC is not set +CONFIG_VIDEO_VIVID=m +# CONFIG_VIDEO_VIVID_CEC is not set +CONFIG_VIDEO_VIVID_MAX_DEVS=64 +# CONFIG_VIDEO_VISL is not set +# CONFIG_DVB_TEST_DRIVERS is not set +CONFIG_UVC_COMMON=m +CONFIG_VIDEO_V4L2_TPG=m +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_V4L2=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_VMALLOC=m +CONFIG_VIDEOBUF2_DMA_SG=m +# end of Media drivers + +# +# Media ancillary drivers +# +CONFIG_MEDIA_ATTACH=y +CONFIG_VIDEO_CAMERA_SENSOR=y +# CONFIG_VIDEO_ALVIUM_CSI2 is not set +# CONFIG_VIDEO_AR0521 is not set +# CONFIG_VIDEO_GC0308 is not set +# CONFIG_VIDEO_GC2145 is not set +# CONFIG_VIDEO_HI556 is not set +# CONFIG_VIDEO_HI846 is not set +# CONFIG_VIDEO_HI847 is not set +# CONFIG_VIDEO_IMX208 is not set +# CONFIG_VIDEO_IMX214 is not set +# CONFIG_VIDEO_IMX219 is not set +# CONFIG_VIDEO_IMX258 is not set +# CONFIG_VIDEO_IMX274 is not set +# CONFIG_VIDEO_IMX290 is not set +# CONFIG_VIDEO_IMX296 is not set +# CONFIG_VIDEO_IMX319 is not set +# CONFIG_VIDEO_IMX334 is not set +# CONFIG_VIDEO_IMX335 is not set +# CONFIG_VIDEO_IMX355 is not set +# CONFIG_VIDEO_IMX412 is not set +# CONFIG_VIDEO_IMX415 is not set +# CONFIG_VIDEO_MT9M001 is not set +# CONFIG_VIDEO_MT9M111 is not set +# CONFIG_VIDEO_MT9M114 is not set +# CONFIG_VIDEO_MT9P031 is not set +# CONFIG_VIDEO_MT9T112 is not set +# CONFIG_VIDEO_MT9V011 is not set +# CONFIG_VIDEO_MT9V032 is not set +# CONFIG_VIDEO_MT9V111 is not set +# CONFIG_VIDEO_OG01A1B is not set +# CONFIG_VIDEO_OV01A10 is not set +# CONFIG_VIDEO_OV02A10 is not set +# CONFIG_VIDEO_OV08D10 is not set +# CONFIG_VIDEO_OV08X40 is not set +# CONFIG_VIDEO_OV13858 is not set +# CONFIG_VIDEO_OV13B10 is not set +# CONFIG_VIDEO_OV2640 is not set +# CONFIG_VIDEO_OV2659 is not set +# CONFIG_VIDEO_OV2680 is not set +# CONFIG_VIDEO_OV2685 is not set +# CONFIG_VIDEO_OV4689 is not set +# CONFIG_VIDEO_OV5640 is not set +# CONFIG_VIDEO_OV5645 is not set +# CONFIG_VIDEO_OV5647 is not set +# CONFIG_VIDEO_OV5648 is not set +# CONFIG_VIDEO_OV5670 is not set +# CONFIG_VIDEO_OV5675 is not set +# CONFIG_VIDEO_OV5693 is not set +# CONFIG_VIDEO_OV5695 is not set +# CONFIG_VIDEO_OV64A40 is not set +# CONFIG_VIDEO_OV6650 is not set +# CONFIG_VIDEO_OV7251 is not set +# CONFIG_VIDEO_OV7640 is not set +# CONFIG_VIDEO_OV7670 is not set +# CONFIG_VIDEO_OV772X is not set +# CONFIG_VIDEO_OV7740 is not set +# CONFIG_VIDEO_OV8856 is not set +# CONFIG_VIDEO_OV8858 is not set +# CONFIG_VIDEO_OV8865 is not set +# CONFIG_VIDEO_OV9282 is not set +# CONFIG_VIDEO_OV9640 is not set +# CONFIG_VIDEO_OV9650 is not set +# CONFIG_VIDEO_RDACM20 is not set +# CONFIG_VIDEO_RDACM21 is not set +# CONFIG_VIDEO_RJ54N1 is not set +CONFIG_VIDEO_S5C73M3=m +# CONFIG_VIDEO_S5K5BAF is not set +CONFIG_VIDEO_S5K6A3=m +# CONFIG_VIDEO_ST_VGXY61 is not set +# CONFIG_VIDEO_CCS is not set +# CONFIG_VIDEO_ET8EK8 is not set + +# +# Camera ISPs +# +# CONFIG_VIDEO_THP7312 is not set +# end of Camera ISPs + +# +# Lens drivers +# +# CONFIG_VIDEO_AD5820 is not set +# CONFIG_VIDEO_AK7375 is not set +# CONFIG_VIDEO_DW9714 is not set +# CONFIG_VIDEO_DW9719 is not set +# CONFIG_VIDEO_DW9768 is not set +# CONFIG_VIDEO_DW9807_VCM is not set +# end of Lens drivers + +# +# Flash devices +# +# CONFIG_VIDEO_ADP1653 is not set +# CONFIG_VIDEO_LM3560 is not set +# CONFIG_VIDEO_LM3646 is not set +# end of Flash devices + +# +# Audio decoders, processors and mixers +# +# CONFIG_VIDEO_CS3308 is not set +# CONFIG_VIDEO_CS5345 is not set +# CONFIG_VIDEO_CS53L32A is not set +# CONFIG_VIDEO_MSP3400 is not set +# CONFIG_VIDEO_SONY_BTF_MPX is not set +# CONFIG_VIDEO_TDA1997X is not set +# CONFIG_VIDEO_TDA7432 is not set +# CONFIG_VIDEO_TDA9840 is not set +# CONFIG_VIDEO_TEA6415C is not set +# CONFIG_VIDEO_TEA6420 is not set +# CONFIG_VIDEO_TLV320AIC23B is not set +# CONFIG_VIDEO_TVAUDIO is not set +# CONFIG_VIDEO_UDA1342 is not set +# CONFIG_VIDEO_VP27SMPX is not set +# CONFIG_VIDEO_WM8739 is not set +# CONFIG_VIDEO_WM8775 is not set +# end of Audio decoders, processors and mixers + +# +# RDS decoders +# +# CONFIG_VIDEO_SAA6588 is not set +# end of RDS decoders + +# +# Video decoders +# +CONFIG_VIDEO_ADV7180=m +# CONFIG_VIDEO_ADV7183 is not set +# CONFIG_VIDEO_ADV748X is not set +CONFIG_VIDEO_ADV7604=m +CONFIG_VIDEO_ADV7604_CEC=y +# CONFIG_VIDEO_ADV7842 is not set +# CONFIG_VIDEO_BT819 is not set +# CONFIG_VIDEO_BT856 is not set +# CONFIG_VIDEO_BT866 is not set +# CONFIG_VIDEO_ISL7998X is not set +# CONFIG_VIDEO_KS0127 is not set +# CONFIG_VIDEO_MAX9286 is not set +CONFIG_VIDEO_ML86V7667=m +# CONFIG_VIDEO_SAA7110 is not set +# CONFIG_VIDEO_SAA711X is not set +# CONFIG_VIDEO_TC358743 is not set +# CONFIG_VIDEO_TC358746 is not set +# CONFIG_VIDEO_TVP514X is not set +# CONFIG_VIDEO_TVP5150 is not set +# CONFIG_VIDEO_TVP7002 is not set +# CONFIG_VIDEO_TW2804 is not set +# CONFIG_VIDEO_TW9900 is not set +# CONFIG_VIDEO_TW9903 is not set +# CONFIG_VIDEO_TW9906 is not set +# CONFIG_VIDEO_TW9910 is not set +# CONFIG_VIDEO_VPX3220 is not set + +# +# Video and audio decoders +# +# CONFIG_VIDEO_SAA717X is not set +# CONFIG_VIDEO_CX25840 is not set +# end of Video decoders + +# +# Video encoders +# +# CONFIG_VIDEO_ADV7170 is not set +# CONFIG_VIDEO_ADV7175 is not set +# CONFIG_VIDEO_ADV7343 is not set +# CONFIG_VIDEO_ADV7393 is not set +# CONFIG_VIDEO_AK881X is not set +# CONFIG_VIDEO_SAA7127 is not set +# CONFIG_VIDEO_SAA7185 is not set +# CONFIG_VIDEO_THS8200 is not set +# end of Video encoders + +# +# Video improvement chips +# +# CONFIG_VIDEO_UPD64031A is not set +# CONFIG_VIDEO_UPD64083 is not set +# end of Video improvement chips + +# +# Audio/Video compression chips +# +# CONFIG_VIDEO_SAA6752HS is not set +# end of Audio/Video compression chips + +# +# SDR tuner chips +# +# CONFIG_SDR_MAX2175 is not set +# end of SDR tuner chips + +# +# Miscellaneous helper chips +# +# CONFIG_VIDEO_I2C is not set +# CONFIG_VIDEO_M52790 is not set +# CONFIG_VIDEO_ST_MIPID02 is not set +# CONFIG_VIDEO_THS7303 is not set +# end of Miscellaneous helper chips + +# +# Video serializers and deserializers +# +# CONFIG_VIDEO_DS90UB913 is not set +# CONFIG_VIDEO_DS90UB953 is not set +# CONFIG_VIDEO_DS90UB960 is not set +# end of Video serializers and deserializers + +# +# Media SPI Adapters +# +CONFIG_CXD2880_SPI_DRV=m +# CONFIG_VIDEO_GS1662 is not set +# end of Media SPI Adapters + +CONFIG_MEDIA_TUNER=m + +# +# Customize TV tuners +# +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_IT913X=m +CONFIG_MEDIA_TUNER_M88RS6000T=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MSI001=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MXL301RF=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_QM1D1B0004=m +CONFIG_MEDIA_TUNER_QM1D1C0042=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_R820T=m +CONFIG_MEDIA_TUNER_SI2157=m +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18250=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_XC5000=m +# end of Customize TV tuners + +# +# Customise DVB Frontends +# + +# +# Multistandard (satellite) frontends +# +CONFIG_DVB_M88DS3103=m +CONFIG_DVB_MXL5XX=m +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV0910=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_STV6111=m + +# +# Multistandard (cable + terrestrial) frontends +# +CONFIG_DVB_DRXK=m +CONFIG_DVB_MN88472=m +CONFIG_DVB_MN88473=m +CONFIG_DVB_SI2165=m +CONFIG_DVB_TDA18271C2DD=m + +# +# DVB-S (satellite) frontends +# +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24117=m +CONFIG_DVB_CX24120=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_DS3000=m +CONFIG_DVB_MB86A16=m +CONFIG_DVB_MT312=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_TDA10071=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TS2020=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TUNER_ITD1000=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m + +# +# DVB-T (terrestrial) frontends +# +CONFIG_DVB_AF9013=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_CXD2841ER=m +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB9000=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_EC100=m +CONFIG_DVB_L64781=m +CONFIG_DVB_MT352=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_RTL2830=m +CONFIG_DVB_RTL2832=m +CONFIG_DVB_RTL2832_SDR=m +CONFIG_DVB_S5H1432=m +CONFIG_DVB_SI2168=m +CONFIG_DVB_SP887X=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_ZD1301_DEMOD=m +CONFIG_DVB_ZL10353=m +CONFIG_DVB_CXD2880=m + +# +# DVB-C (cable) frontends +# +CONFIG_DVB_STV0297=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_VES1820=m + +# +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends +# +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_BCM3510=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LGDT3306A=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_MXL692=m +CONFIG_DVB_NXT200X=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_S5H1411=m + +# +# ISDB-T (terrestrial) frontends +# +CONFIG_DVB_DIB8000=m +CONFIG_DVB_MB86A20S=m +CONFIG_DVB_S921=m + +# +# ISDB-S (satellite) & ISDB-T (terrestrial) frontends +# +CONFIG_DVB_MN88443X=m +CONFIG_DVB_TC90522=m + +# +# Digital terrestrial only tuners/PLL +# +CONFIG_DVB_PLL=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m + +# +# SEC control devices for DVB-S +# +CONFIG_DVB_A8293=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_ASCOT2E=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_HELENE=m +CONFIG_DVB_HORUS3A=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_LGS8GL5=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_LNBH25=m +CONFIG_DVB_LNBH29=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_DRX39XYJ=m + +# +# Common Interface (EN50221) controller drivers +# +CONFIG_DVB_CXD2099=m +CONFIG_DVB_SP2=m +# end of Customise DVB Frontends + +# +# Tools to develop new frontends +# +# CONFIG_DVB_DUMMY_FE is not set +# end of Media ancillary drivers + +# +# Graphics support +# +CONFIG_APERTURE_HELPERS=y +CONFIG_VIDEO_CMDLINE=y +CONFIG_VIDEO_NOMODESET=y +# CONFIG_AUXDISPLAY is not set +CONFIG_TEGRA_HOST1X_CONTEXT_BUS=y +CONFIG_TEGRA_HOST1X=y +CONFIG_TEGRA_HOST1X_FIREWALL=y +CONFIG_IMX_IPUV3_CORE=m +CONFIG_DRM=y +CONFIG_DRM_MIPI_DSI=y +# CONFIG_DRM_DEBUG_MM is not set +CONFIG_DRM_KMS_HELPER=y +# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set +CONFIG_DRM_FBDEV_EMULATION=y +CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set +# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +CONFIG_DRM_DP_AUX_BUS=y +CONFIG_DRM_DISPLAY_HELPER=y +CONFIG_DRM_DISPLAY_DP_HELPER=y +CONFIG_DRM_DISPLAY_HDMI_HELPER=y +# CONFIG_DRM_DP_AUX_CHARDEV is not set +# CONFIG_DRM_DP_CEC is not set +CONFIG_DRM_TTM=m +CONFIG_DRM_EXEC=m +CONFIG_DRM_GPUVM=m +CONFIG_DRM_TTM_HELPER=m +CONFIG_DRM_GEM_DMA_HELPER=m +CONFIG_DRM_GEM_SHMEM_HELPER=m +CONFIG_DRM_SCHED=m + +# +# I2C encoder or helper chips +# +# CONFIG_DRM_I2C_CH7006 is not set +# CONFIG_DRM_I2C_SIL164 is not set +CONFIG_DRM_I2C_NXP_TDA998X=m +# CONFIG_DRM_I2C_NXP_TDA9950 is not set +# end of I2C encoder or helper chips + +# +# ARM devices +# +# CONFIG_DRM_HDLCD is not set +# CONFIG_DRM_MALI_DISPLAY is not set +# CONFIG_DRM_KOMEDA is not set +# end of ARM devices + +# CONFIG_DRM_RADEON is not set +# CONFIG_DRM_AMDGPU is not set +CONFIG_DRM_NOUVEAU=m +CONFIG_NOUVEAU_PLATFORM_DRIVER=y +CONFIG_NOUVEAU_DEBUG=5 +CONFIG_NOUVEAU_DEBUG_DEFAULT=3 +# CONFIG_NOUVEAU_DEBUG_MMU is not set +# CONFIG_NOUVEAU_DEBUG_PUSH is not set +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +# CONFIG_DRM_NOUVEAU_GSP_DEFAULT is not set +# CONFIG_DRM_VGEM is not set +# CONFIG_DRM_VKMS is not set +CONFIG_DRM_EXYNOS=m + +# +# CRTCs +# +CONFIG_DRM_EXYNOS_FIMD=y +# CONFIG_DRM_EXYNOS5433_DECON is not set +# CONFIG_DRM_EXYNOS7_DECON is not set +CONFIG_DRM_EXYNOS_MIXER=y +# CONFIG_DRM_EXYNOS_VIDI is not set + +# +# Encoders and Bridges +# +CONFIG_DRM_EXYNOS_DPI=y +CONFIG_DRM_EXYNOS_DSI=y +CONFIG_DRM_EXYNOS_DP=y +CONFIG_DRM_EXYNOS_HDMI=y + +# +# Sub-drivers +# +# CONFIG_DRM_EXYNOS_G2D is not set +# CONFIG_DRM_EXYNOS_FIMC is not set +# CONFIG_DRM_EXYNOS_ROTATOR is not set +# CONFIG_DRM_EXYNOS_SCALER is not set +CONFIG_DRM_ROCKCHIP=m +CONFIG_ROCKCHIP_VOP=y +# CONFIG_ROCKCHIP_VOP2 is not set +CONFIG_ROCKCHIP_ANALOGIX_DP=y +# CONFIG_ROCKCHIP_CDN_DP is not set +CONFIG_ROCKCHIP_DW_HDMI=y +CONFIG_ROCKCHIP_DW_MIPI_DSI=y +CONFIG_ROCKCHIP_INNO_HDMI=y +# CONFIG_ROCKCHIP_LVDS is not set +# CONFIG_ROCKCHIP_RGB is not set +# CONFIG_ROCKCHIP_RK3066_HDMI is not set +# CONFIG_DRM_UDL is not set +# CONFIG_DRM_AST is not set +# CONFIG_DRM_MGAG200 is not set +# CONFIG_DRM_ARMADA is not set +CONFIG_DRM_ATMEL_HLCDC=m +CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_USE_CMM=y +CONFIG_DRM_RCAR_CMM=m +# CONFIG_DRM_RCAR_DW_HDMI is not set +CONFIG_DRM_RCAR_USE_LVDS=y +CONFIG_DRM_RCAR_LVDS=m +CONFIG_DRM_RCAR_USE_MIPI_DSI=y +CONFIG_DRM_RCAR_MIPI_DSI=m +# CONFIG_DRM_RZG2L_MIPI_DSI is not set +# CONFIG_DRM_RCAR_VSP is not set +# CONFIG_DRM_SHMOBILE is not set +CONFIG_DRM_SUN4I=m +CONFIG_DRM_SUN4I_HDMI=m +# CONFIG_DRM_SUN4I_HDMI_CEC is not set +CONFIG_DRM_SUN4I_BACKEND=m +CONFIG_DRM_SUN6I_DSI=m +CONFIG_DRM_SUN8I_DW_HDMI=m +CONFIG_DRM_SUN8I_MIXER=m +CONFIG_DRM_SUN8I_TCON_TOP=m +CONFIG_DRM_OMAP=m +# CONFIG_OMAP2_DSS_DEBUG is not set +# CONFIG_OMAP2_DSS_DEBUGFS is not set +CONFIG_OMAP2_DSS_DPI=y +CONFIG_OMAP2_DSS_VENC=y +CONFIG_OMAP2_DSS_HDMI_COMMON=y +CONFIG_OMAP4_DSS_HDMI=y +CONFIG_OMAP4_DSS_HDMI_CEC=y +CONFIG_OMAP5_DSS_HDMI=y +# CONFIG_OMAP2_DSS_SDI is not set +# CONFIG_OMAP2_DSS_DSI is not set +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0 +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET=y +# CONFIG_DRM_TILCDC is not set +# CONFIG_DRM_QXL is not set +# CONFIG_DRM_VIRTIO_GPU is not set +CONFIG_DRM_MSM=m +CONFIG_DRM_MSM_GPU_STATE=y +# CONFIG_DRM_MSM_GPU_SUDO is not set +CONFIG_DRM_MSM_MDSS=y +CONFIG_DRM_MSM_MDP4=y +CONFIG_DRM_MSM_MDP5=y +CONFIG_DRM_MSM_DPU=y +CONFIG_DRM_MSM_DP=y +CONFIG_DRM_MSM_DSI=y +CONFIG_DRM_MSM_DSI_28NM_PHY=y +CONFIG_DRM_MSM_DSI_20NM_PHY=y +CONFIG_DRM_MSM_DSI_28NM_8960_PHY=y +CONFIG_DRM_MSM_DSI_14NM_PHY=y +CONFIG_DRM_MSM_DSI_10NM_PHY=y +CONFIG_DRM_MSM_DSI_7NM_PHY=y +CONFIG_DRM_MSM_HDMI=y +CONFIG_DRM_MSM_HDMI_HDCP=y +CONFIG_DRM_FSL_DCU=m +CONFIG_DRM_TEGRA=y +# CONFIG_DRM_TEGRA_DEBUG is not set +# CONFIG_DRM_TEGRA_STAGING is not set +CONFIG_DRM_STM=m +CONFIG_DRM_STM_DSI=m +CONFIG_DRM_PANEL=y + +# +# Display Panels +# +# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set +# CONFIG_DRM_PANEL_ARM_VERSATILE is not set +# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set +# CONFIG_DRM_PANEL_AUO_A030JTN01 is not set +# CONFIG_DRM_PANEL_BOE_BF060Y8M_AJ0 is not set +# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set +# CONFIG_DRM_PANEL_BOE_TV101WUM_NL6 is not set +# CONFIG_DRM_PANEL_DSI_CM is not set +CONFIG_DRM_PANEL_LVDS=m +CONFIG_DRM_PANEL_SIMPLE=y +CONFIG_DRM_PANEL_EDP=y +# CONFIG_DRM_PANEL_EBBG_FT8719 is not set +# CONFIG_DRM_PANEL_ELIDA_KD35T133 is not set +# CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02 is not set +# CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D is not set +# CONFIG_DRM_PANEL_HIMAX_HX8394 is not set +# CONFIG_DRM_PANEL_ILITEK_IL9322 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9341 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9805 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9881C is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9882T is not set +# CONFIG_DRM_PANEL_INNOLUX_EJ030NA is not set +# CONFIG_DRM_PANEL_INNOLUX_P079ZCA is not set +# CONFIG_DRM_PANEL_JADARD_JD9365DA_H3 is not set +# CONFIG_DRM_PANEL_JDI_LT070ME05000 is not set +# CONFIG_DRM_PANEL_JDI_LPM102A188A is not set +# CONFIG_DRM_PANEL_JDI_R63452 is not set +# CONFIG_DRM_PANEL_KHADAS_TS050 is not set +# CONFIG_DRM_PANEL_KINGDISPLAY_KD097D04 is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK050H3146W is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK500HD1829 is not set +CONFIG_DRM_PANEL_SAMSUNG_LD9040=m +# CONFIG_DRM_PANEL_LG_LB035Q02 is not set +# CONFIG_DRM_PANEL_LG_LG4573 is not set +# CONFIG_DRM_PANEL_MAGNACHIP_D53E6EA8966 is not set +# CONFIG_DRM_PANEL_NEC_NL8048HL11 is not set +# CONFIG_DRM_PANEL_NEWVISION_NV3051D is not set +# CONFIG_DRM_PANEL_NEWVISION_NV3052C is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35510 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35560 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35950 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT36523 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT36672A is not set +# CONFIG_DRM_PANEL_NOVATEK_NT39016 is not set +# CONFIG_DRM_PANEL_MANTIX_MLAF057WE51 is not set +# CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO is not set +# CONFIG_DRM_PANEL_ORISETECH_OTA5601A is not set +CONFIG_DRM_PANEL_ORISETECH_OTM8009A=m +# CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS is not set +# CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 is not set +# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM67191 is not set +CONFIG_DRM_PANEL_RAYDIUM_RM68200=m +# CONFIG_DRM_PANEL_RAYDIUM_RM692E5 is not set +# CONFIG_DRM_PANEL_RONBO_RB070D30 is not set +# CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 is not set +# CONFIG_DRM_PANEL_SAMSUNG_DB7430 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D16D0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D27A1 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D7AA0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2 is not set +CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03=m +# CONFIG_DRM_PANEL_SAMSUNG_S6E63M0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 is not set +CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m +# CONFIG_DRM_PANEL_SAMSUNG_SOFEF00 is not set +# CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set +CONFIG_DRM_PANEL_SHARP_LQ101R1SX01=m +# CONFIG_DRM_PANEL_SHARP_LS037V7DW01 is not set +# CONFIG_DRM_PANEL_SHARP_LS043T1LE01 is not set +# CONFIG_DRM_PANEL_SHARP_LS060T1SX01 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7701 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7703 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set +# CONFIG_DRM_PANEL_SYNAPTICS_R63353 is not set +# CONFIG_DRM_PANEL_SONY_ACX565AKM is not set +# CONFIG_DRM_PANEL_SONY_TD4353_JDI is not set +# CONFIG_DRM_PANEL_SONY_TULIP_TRULY_NT35521 is not set +# CONFIG_DRM_PANEL_STARTEK_KD070FHFID015 is not set +# CONFIG_DRM_PANEL_TDO_TL070WSH30 is not set +# CONFIG_DRM_PANEL_TPO_TD028TTEC1 is not set +# CONFIG_DRM_PANEL_TPO_TD043MTEA1 is not set +# CONFIG_DRM_PANEL_TPO_TPG110 is not set +# CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA is not set +# CONFIG_DRM_PANEL_VISIONOX_RM69299 is not set +# CONFIG_DRM_PANEL_VISIONOX_VTDR6130 is not set +# CONFIG_DRM_PANEL_VISIONOX_R66451 is not set +# CONFIG_DRM_PANEL_WIDECHIPS_WS2401 is not set +# CONFIG_DRM_PANEL_XINPENG_XPP055C272 is not set +# end of Display Panels + +CONFIG_DRM_BRIDGE=y +CONFIG_DRM_PANEL_BRIDGE=y + +# +# Display Interface Bridges +# +# CONFIG_DRM_CHIPONE_ICN6211 is not set +# CONFIG_DRM_CHRONTEL_CH7033 is not set +# CONFIG_DRM_CROS_EC_ANX7688 is not set +CONFIG_DRM_DISPLAY_CONNECTOR=m +# CONFIG_DRM_FSL_LDB is not set +# CONFIG_DRM_ITE_IT6505 is not set +# CONFIG_DRM_LONTIUM_LT8912B is not set +# CONFIG_DRM_LONTIUM_LT9211 is not set +# CONFIG_DRM_LONTIUM_LT9611 is not set +# CONFIG_DRM_LONTIUM_LT9611UXC is not set +# CONFIG_DRM_ITE_IT66121 is not set +CONFIG_DRM_LVDS_CODEC=m +# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set +# CONFIG_DRM_NWL_MIPI_DSI is not set +CONFIG_DRM_NXP_PTN3460=m +CONFIG_DRM_PARADE_PS8622=m +# CONFIG_DRM_PARADE_PS8640 is not set +CONFIG_DRM_SAMSUNG_DSIM=m +# CONFIG_DRM_SIL_SII8620 is not set +CONFIG_DRM_SII902X=m +CONFIG_DRM_SII9234=m +CONFIG_DRM_SIMPLE_BRIDGE=m +# CONFIG_DRM_THINE_THC63LVD1024 is not set +# CONFIG_DRM_TOSHIBA_TC358762 is not set +CONFIG_DRM_TOSHIBA_TC358764=m +# CONFIG_DRM_TOSHIBA_TC358767 is not set +CONFIG_DRM_TOSHIBA_TC358768=m +# CONFIG_DRM_TOSHIBA_TC358775 is not set +# CONFIG_DRM_TI_DLPC3433 is not set +CONFIG_DRM_TI_TFP410=m +# CONFIG_DRM_TI_SN65DSI83 is not set +# CONFIG_DRM_TI_SN65DSI86 is not set +CONFIG_DRM_TI_TPD12S015=m +# CONFIG_DRM_ANALOGIX_ANX6345 is not set +# CONFIG_DRM_ANALOGIX_ANX78XX is not set +CONFIG_DRM_ANALOGIX_DP=m +# CONFIG_DRM_ANALOGIX_ANX7625 is not set +CONFIG_DRM_I2C_ADV7511=m +CONFIG_DRM_I2C_ADV7511_AUDIO=y +CONFIG_DRM_I2C_ADV7511_CEC=y +# CONFIG_DRM_CDNS_DSI is not set +# CONFIG_DRM_CDNS_MHDP8546 is not set +# CONFIG_DRM_IMX8QM_LDB is not set +# CONFIG_DRM_IMX8QXP_LDB is not set +# CONFIG_DRM_IMX8QXP_PIXEL_COMBINER is not set +# CONFIG_DRM_IMX8QXP_PIXEL_LINK_TO_DPI is not set +# CONFIG_DRM_IMX93_MIPI_DSI is not set +CONFIG_DRM_DW_HDMI=m +# CONFIG_DRM_DW_HDMI_AHB_AUDIO is not set +# CONFIG_DRM_DW_HDMI_I2S_AUDIO is not set +# CONFIG_DRM_DW_HDMI_GP_AUDIO is not set +# CONFIG_DRM_DW_HDMI_CEC is not set +CONFIG_DRM_DW_MIPI_DSI=m +# end of Display Interface Bridges + +CONFIG_DRM_STI=m +CONFIG_DRM_IMX=m +CONFIG_DRM_IMX_PARALLEL_DISPLAY=m +CONFIG_DRM_IMX_TVE=m +CONFIG_DRM_IMX_LDB=m +CONFIG_DRM_IMX_HDMI=m +# CONFIG_DRM_IMX_LCDC is not set +CONFIG_DRM_V3D=m +CONFIG_DRM_VC4=m +# CONFIG_DRM_VC4_HDMI_CEC is not set +CONFIG_DRM_ETNAVIV=m +CONFIG_DRM_ETNAVIV_THERMAL=y +# CONFIG_DRM_LOGICVC is not set +# CONFIG_DRM_MEDIATEK is not set +CONFIG_DRM_MXS=y +CONFIG_DRM_MXSFB=m +# CONFIG_DRM_IMX_LCDIF is not set +# CONFIG_DRM_MESON is not set +# CONFIG_DRM_ARCPGU is not set +# CONFIG_DRM_BOCHS is not set +# CONFIG_DRM_CIRRUS_QEMU is not set +# CONFIG_DRM_GM12U320 is not set +# CONFIG_DRM_PANEL_MIPI_DBI is not set +# CONFIG_DRM_SIMPLEDRM is not set +# CONFIG_TINYDRM_HX8357D is not set +# CONFIG_TINYDRM_ILI9163 is not set +# CONFIG_TINYDRM_ILI9225 is not set +# CONFIG_TINYDRM_ILI9341 is not set +# CONFIG_TINYDRM_ILI9486 is not set +# CONFIG_TINYDRM_MI0283QT is not set +# CONFIG_TINYDRM_REPAPER is not set +# CONFIG_TINYDRM_ST7586 is not set +# CONFIG_TINYDRM_ST7735R is not set +CONFIG_DRM_PL111=m +# CONFIG_DRM_TVE200 is not set +CONFIG_DRM_LIMA=m +CONFIG_DRM_PANFROST=m +CONFIG_DRM_ASPEED_GFX=m +# CONFIG_DRM_MCDE is not set +# CONFIG_DRM_TIDSS is not set +# CONFIG_DRM_GUD is not set +# CONFIG_DRM_SSD130X is not set +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y + +# +# Frame buffer Devices +# +CONFIG_FB=y +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_IMX is not set +# CONFIG_FB_CYBER2000 is not set +# CONFIG_FB_ASILIANT is not set +# CONFIG_FB_IMSTT is not set +CONFIG_FB_EFI=y +# CONFIG_FB_OPENCORES is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_I740 is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_ARK is not set +# CONFIG_FB_PM3 is not set +# CONFIG_FB_CARMINE is not set +# CONFIG_FB_VT8500 is not set +CONFIG_FB_WM8505=y +# CONFIG_FB_WMT_GE_ROPS is not set +CONFIG_FB_SH_MOBILE_LCDC=y +# CONFIG_FB_SMSCUFX is not set +# CONFIG_FB_UDL is not set +# CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB_XILINX is not set +# CONFIG_FB_DA8XX is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +CONFIG_FB_SIMPLE=y +# CONFIG_FB_SSD1307 is not set +# CONFIG_FB_SM712 is not set +CONFIG_FB_CORE=y +CONFIG_FB_NOTIFY=y +# CONFIG_FIRMWARE_EDID is not set +CONFIG_FB_DEVICE=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_SYSMEM_FOPS=y +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_DMAMEM_HELPERS=y +CONFIG_FB_IOMEM_FOPS=y +CONFIG_FB_IOMEM_HELPERS=y +CONFIG_FB_SYSMEM_HELPERS=y +CONFIG_FB_SYSMEM_HELPERS_DEFERRED=y +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_MODE_HELPERS=y +# CONFIG_FB_TILEBLITTING is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_KTD253 is not set +# CONFIG_BACKLIGHT_KTZ8866 is not set +CONFIG_BACKLIGHT_PWM=y +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3630A is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LP855X is not set +# CONFIG_BACKLIGHT_MP3309C is not set +# CONFIG_BACKLIGHT_PANDORA is not set +# CONFIG_BACKLIGHT_TPS65217 is not set +CONFIG_BACKLIGHT_AS3711=y +CONFIG_BACKLIGHT_GPIO=y +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# CONFIG_BACKLIGHT_LED is not set +# end of Backlight & LCD device support + +CONFIG_VIDEOMODE_HELPERS=y +CONFIG_HDMI=y + +# +# Console display driver support +# +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=30 +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y +# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set +# end of Console display driver support + +# CONFIG_LOGO is not set +# end of Graphics support + +# CONFIG_DRM_ACCEL is not set +CONFIG_SOUND=m +CONFIG_SND=m +CONFIG_SND_TIMER=m +CONFIG_SND_PCM=m +CONFIG_SND_PCM_ELD=y +CONFIG_SND_PCM_IEC958=y +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HWDEP=m +CONFIG_SND_RAWMIDI=m +CONFIG_SND_JACK=y +CONFIG_SND_JACK_INPUT_DEV=y +# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_PCM_TIMER=y +# CONFIG_SND_HRTIMER is not set +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_MAX_CARDS=32 +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_CTL_FAST_LOOKUP=y +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_CTL_INPUT_VALIDATION is not set +CONFIG_SND_VMASTER=y +CONFIG_SND_CTL_LED=m +# CONFIG_SND_SEQUENCER is not set +CONFIG_SND_AC97_CODEC=m +CONFIG_SND_DRIVERS=y +# CONFIG_SND_DUMMY is not set +# CONFIG_SND_ALOOP is not set +# CONFIG_SND_PCMTEST is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_SERIAL_GENERIC is not set +# CONFIG_SND_MPU401 is not set +# CONFIG_SND_AC97_POWER_SAVE is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS300 is not set +# CONFIG_SND_ALI5451 is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_AZT3328 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_EMU10K1 is not set +# CONFIG_SND_EMU10K1X is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_ES1938 is not set +# CONFIG_SND_ES1968 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1712 is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_MAESTRO3 is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_SONICVIBES is not set +# CONFIG_SND_TRIDENT is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +CONFIG_SND_HDA=m +CONFIG_SND_HDA_GENERIC_LEDS=y +# CONFIG_SND_HDA_INTEL is not set +CONFIG_SND_HDA_TEGRA=m +# CONFIG_SND_HDA_HWDEP is not set +CONFIG_SND_HDA_RECONFIG=y +CONFIG_SND_HDA_INPUT_BEEP=y +CONFIG_SND_HDA_INPUT_BEEP_MODE=1 +CONFIG_SND_HDA_PATCH_LOADER=y +CONFIG_SND_HDA_CODEC_REALTEK=m +# CONFIG_SND_HDA_CODEC_ANALOG is not set +# CONFIG_SND_HDA_CODEC_SIGMATEL is not set +# CONFIG_SND_HDA_CODEC_VIA is not set +CONFIG_SND_HDA_CODEC_HDMI=m +# CONFIG_SND_HDA_CODEC_CIRRUS is not set +# CONFIG_SND_HDA_CODEC_CS8409 is not set +# CONFIG_SND_HDA_CODEC_CONEXANT is not set +# CONFIG_SND_HDA_CODEC_CA0110 is not set +# CONFIG_SND_HDA_CODEC_CA0132 is not set +# CONFIG_SND_HDA_CODEC_CMEDIA is not set +# CONFIG_SND_HDA_CODEC_SI3054 is not set +CONFIG_SND_HDA_GENERIC=m +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +# end of HD-Audio + +CONFIG_SND_HDA_CORE=m +CONFIG_SND_HDA_ALIGNED_MMIO=y +CONFIG_SND_HDA_COMPONENT=y +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_ARM=y +# CONFIG_SND_ARMAACI is not set +CONFIG_SND_PXA2XX_LIB=m + +# +# Atmel devices (AT91) +# +# CONFIG_SND_ATMEL_AC97C is not set +# end of Atmel devices (AT91) + +CONFIG_SND_SPI=y +# CONFIG_SND_AT73C213 is not set +CONFIG_SND_USB=y +CONFIG_SND_USB_AUDIO=m +# CONFIG_SND_USB_AUDIO_MIDI_V2 is not set +CONFIG_SND_USB_AUDIO_USE_MEDIA_CONTROLLER=y +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_6FIRE is not set +# CONFIG_SND_USB_HIFACE is not set +# CONFIG_SND_BCD2000 is not set +# CONFIG_SND_USB_POD is not set +# CONFIG_SND_USB_PODHD is not set +# CONFIG_SND_USB_TONEPORT is not set +# CONFIG_SND_USB_VARIAX is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_AC97_BUS=y +CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y +# CONFIG_SND_SOC_ADI is not set +# CONFIG_SND_SOC_AMD_ACP is not set +# CONFIG_SND_AMD_ACP_CONFIG is not set +CONFIG_SND_ATMEL_SOC=m +CONFIG_SND_ATMEL_SOC_PDC=y +CONFIG_SND_ATMEL_SOC_DMA=y +CONFIG_SND_ATMEL_SOC_SSC=m +# CONFIG_SND_ATMEL_SOC_SSC_PDC is not set +CONFIG_SND_ATMEL_SOC_SSC_DMA=m +# CONFIG_SND_AT91_SOC_SAM9G20_WM8731 is not set +CONFIG_SND_ATMEL_SOC_WM8904=m +# CONFIG_SND_AT91_SOC_SAM9X5_WM8731 is not set +# CONFIG_SND_ATMEL_SOC_CLASSD is not set +CONFIG_SND_ATMEL_SOC_PDMIC=m +# CONFIG_SND_ATMEL_SOC_TSE850_PCM5142 is not set +CONFIG_SND_ATMEL_SOC_I2S=m +# CONFIG_SND_SOC_MIKROE_PROTO is not set +# CONFIG_SND_MCHP_SOC_I2S_MCC is not set +# CONFIG_SND_MCHP_SOC_SPDIFTX is not set +# CONFIG_SND_MCHP_SOC_SPDIFRX is not set +# CONFIG_SND_MCHP_SOC_PDMC is not set +CONFIG_SND_BCM2835_SOC_I2S=m +# CONFIG_SND_SOC_CYGNUS is not set +# CONFIG_SND_BCM63XX_I2S_WHISTLER is not set +# CONFIG_SND_DESIGNWARE_I2S is not set + +# +# SoC Audio for Freescale CPUs +# + +# +# Common SoC Audio options for Freescale CPUs: +# +# CONFIG_SND_SOC_FSL_ASRC is not set +CONFIG_SND_SOC_FSL_SAI=m +# CONFIG_SND_SOC_FSL_MQS is not set +# CONFIG_SND_SOC_FSL_AUDMIX is not set +CONFIG_SND_SOC_FSL_SSI=m +# CONFIG_SND_SOC_FSL_SPDIF is not set +CONFIG_SND_SOC_FSL_ESAI=m +# CONFIG_SND_SOC_FSL_MICFIL is not set +# CONFIG_SND_SOC_FSL_XCVR is not set +# CONFIG_SND_SOC_FSL_AUD2HTX is not set +CONFIG_SND_SOC_FSL_UTILS=m +# CONFIG_SND_SOC_FSL_RPMSG is not set +CONFIG_SND_SOC_IMX_PCM_DMA=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_IMX_SOC=m +CONFIG_SND_SOC_IMX_PCM_FIQ=m + +# +# SoC Audio support for Freescale i.MX boards: +# +# CONFIG_SND_SOC_EUKREA_TLV320 is not set +# CONFIG_SND_SOC_IMX_ES8328 is not set +# CONFIG_SND_SOC_IMX_SGTL5000 is not set +# CONFIG_SND_SOC_IMX_SPDIF is not set +CONFIG_SND_SOC_FSL_ASOC_CARD=m +# CONFIG_SND_SOC_IMX_AUDMIX is not set +# CONFIG_SND_SOC_IMX_HDMI is not set +# CONFIG_SND_SOC_IMX_RPMSG is not set +# CONFIG_SND_SOC_IMX_CARD is not set +# end of SoC Audio for Freescale CPUs + +# CONFIG_SND_SOC_CHV3_I2S is not set +# CONFIG_SND_I2S_HI6210_I2S is not set +# CONFIG_SND_KIRKWOOD_SOC is not set +# CONFIG_SND_SOC_IMG is not set +# CONFIG_SND_SOC_MT2701 is not set +# CONFIG_SND_SOC_MT6797 is not set +# CONFIG_SND_SOC_MT7986 is not set +# CONFIG_SND_SOC_MT8173 is not set +# CONFIG_SND_SOC_MT8183 is not set +# CONFIG_SND_SOC_MT8186 is not set +# CONFIG_SND_SOC_MTK_BTCVSD is not set +# CONFIG_SND_SOC_MT8188 is not set +# CONFIG_SND_SOC_MT8192 is not set +# CONFIG_SND_SOC_MT8195 is not set + +# +# ASoC support for Amlogic platforms +# +# CONFIG_SND_MESON_AIU is not set +# CONFIG_SND_MESON_AXG_FRDDR is not set +# CONFIG_SND_MESON_AXG_TODDR is not set +# CONFIG_SND_MESON_AXG_TDMIN is not set +# CONFIG_SND_MESON_AXG_TDMOUT is not set +# CONFIG_SND_MESON_AXG_SOUND_CARD is not set +# CONFIG_SND_MESON_AXG_SPDIFOUT is not set +# CONFIG_SND_MESON_AXG_SPDIFIN is not set +# CONFIG_SND_MESON_AXG_PDM is not set +# CONFIG_SND_MESON_GX_SOUND_CARD is not set +# CONFIG_SND_MESON_G12A_TOACODEC is not set +# CONFIG_SND_MESON_G12A_TOHDMITX is not set +# CONFIG_SND_SOC_MESON_T9015 is not set +# end of ASoC support for Amlogic platforms + +CONFIG_SND_PXA_SOC_SSP=m +CONFIG_SND_MMP_SOC_SSPA=m +CONFIG_SND_PXA910_SOC=m +CONFIG_SND_SOC_QCOM=m +CONFIG_SND_SOC_LPASS_CPU=m +CONFIG_SND_SOC_LPASS_PLATFORM=m +CONFIG_SND_SOC_LPASS_APQ8016=m +# CONFIG_SND_SOC_STORM is not set +CONFIG_SND_SOC_APQ8016_SBC=m +CONFIG_SND_SOC_QCOM_COMMON=m +# CONFIG_SND_SOC_SC7180 is not set +CONFIG_SND_SOC_ROCKCHIP=m +CONFIG_SND_SOC_ROCKCHIP_I2S=m +# CONFIG_SND_SOC_ROCKCHIP_I2S_TDM is not set +# CONFIG_SND_SOC_ROCKCHIP_PDM is not set +CONFIG_SND_SOC_ROCKCHIP_SPDIF=m +CONFIG_SND_SOC_ROCKCHIP_MAX98090=m +CONFIG_SND_SOC_ROCKCHIP_RT5645=m +# CONFIG_SND_SOC_RK3288_HDMI_ANALOG is not set +# CONFIG_SND_SOC_RK3399_GRU_SOUND is not set +CONFIG_SND_SOC_SAMSUNG=m +CONFIG_SND_SAMSUNG_PCM=m +# CONFIG_SND_SAMSUNG_SPDIF is not set +CONFIG_SND_SAMSUNG_I2S=m +CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994=m +# CONFIG_SND_SOC_SAMSUNG_SMDK_SPDIF is not set +CONFIG_SND_SOC_SMDK_WM8994_PCM=m +CONFIG_SND_SOC_SNOW=m +CONFIG_SND_SOC_ODROID=m +CONFIG_SND_SOC_ARNDALE=m +# CONFIG_SND_SOC_SAMSUNG_ARIES_WM8994 is not set +CONFIG_SND_SOC_SAMSUNG_MIDAS_WM1811=m + +# +# SoC Audio support for Renesas SoCs +# +CONFIG_SND_SOC_SH4_FSI=m +CONFIG_SND_SOC_RCAR=m +# end of SoC Audio support for Renesas SoCs + +# CONFIG_SND_SOC_SOF_TOPLEVEL is not set +CONFIG_SND_SOC_STI=m + +# +# STMicroelectronics STM32 SOC audio support +# +CONFIG_SND_SOC_STM32_SAI=m +CONFIG_SND_SOC_STM32_I2S=m +CONFIG_SND_SOC_STM32_SPDIFRX=m +CONFIG_SND_SOC_STM32_DFSDM=m +# end of STMicroelectronics STM32 SOC audio support + +# +# Allwinner SoC Audio support +# +CONFIG_SND_SUN4I_CODEC=m +# CONFIG_SND_SUN8I_CODEC is not set +# CONFIG_SND_SUN8I_CODEC_ANALOG is not set +# CONFIG_SND_SUN4I_I2S is not set +# CONFIG_SND_SUN4I_SPDIF is not set +# CONFIG_SND_SUN50I_DMIC is not set +# end of Allwinner SoC Audio support + +CONFIG_SND_SOC_TEGRA=m +CONFIG_SND_SOC_TEGRA20_AC97=m +CONFIG_SND_SOC_TEGRA20_DAS=m +CONFIG_SND_SOC_TEGRA20_I2S=m +CONFIG_SND_SOC_TEGRA20_SPDIF=m +CONFIG_SND_SOC_TEGRA30_AHUB=m +CONFIG_SND_SOC_TEGRA30_I2S=m +# CONFIG_SND_SOC_TEGRA210_AHUB is not set +# CONFIG_SND_SOC_TEGRA210_DMIC is not set +# CONFIG_SND_SOC_TEGRA210_I2S is not set +# CONFIG_SND_SOC_TEGRA210_OPE is not set +# CONFIG_SND_SOC_TEGRA186_ASRC is not set +# CONFIG_SND_SOC_TEGRA186_DSPK is not set +# CONFIG_SND_SOC_TEGRA210_ADMAIF is not set +# CONFIG_SND_SOC_TEGRA210_MVC is not set +# CONFIG_SND_SOC_TEGRA210_SFC is not set +# CONFIG_SND_SOC_TEGRA210_AMX is not set +# CONFIG_SND_SOC_TEGRA210_ADX is not set +# CONFIG_SND_SOC_TEGRA210_MIXER is not set +# CONFIG_SND_SOC_TEGRA_AUDIO_GRAPH_CARD is not set +CONFIG_SND_SOC_TEGRA_MACHINE_DRV=m +# CONFIG_SND_SOC_TEGRA_RT5631 is not set +CONFIG_SND_SOC_TEGRA_RT5640=m +CONFIG_SND_SOC_TEGRA_WM8753=m +CONFIG_SND_SOC_TEGRA_WM8903=m +CONFIG_SND_SOC_TEGRA_WM9712=m +CONFIG_SND_SOC_TEGRA_TRIMSLICE=m +CONFIG_SND_SOC_TEGRA_ALC5632=m +CONFIG_SND_SOC_TEGRA_MAX98090=m +# CONFIG_SND_SOC_TEGRA_MAX98088 is not set +# CONFIG_SND_SOC_TEGRA_RT5677 is not set +# CONFIG_SND_SOC_TEGRA_SGTL5000 is not set + +# +# Audio support for Texas Instruments SoCs +# +CONFIG_SND_SOC_TI_EDMA_PCM=m +CONFIG_SND_SOC_TI_SDMA_PCM=m +CONFIG_SND_SOC_TI_UDMA_PCM=m + +# +# Texas Instruments DAI support for: +# +CONFIG_SND_SOC_DAVINCI_MCASP=m +# CONFIG_SND_SOC_OMAP_DMIC is not set +# CONFIG_SND_SOC_OMAP_MCBSP is not set +# CONFIG_SND_SOC_OMAP_MCPDM is not set + +# +# Audio support for boards with Texas Instruments SoCs +# +# CONFIG_SND_SOC_NOKIA_RX51 is not set +# CONFIG_SND_SOC_OMAP3_PANDORA is not set +# CONFIG_SND_SOC_OMAP3_TWL4030 is not set +# CONFIG_SND_SOC_OMAP_HDMI is not set +# end of Audio support for Texas Instruments SoCs + +# CONFIG_SND_SOC_UNIPHIER is not set +# CONFIG_SND_SOC_UX500 is not set +# CONFIG_SND_SOC_XILINX_I2S is not set +# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set +# CONFIG_SND_SOC_XILINX_SPDIF is not set +# CONFIG_SND_SOC_XTFPGA_I2S is not set +CONFIG_SND_SOC_I2C_AND_SPI=m + +# +# CODEC drivers +# +CONFIG_SND_SOC_WM_HUBS=m +CONFIG_SND_SOC_AC97_CODEC=m +# CONFIG_SND_SOC_ADAU1372_I2C is not set +# CONFIG_SND_SOC_ADAU1372_SPI is not set +# CONFIG_SND_SOC_ADAU1701 is not set +# CONFIG_SND_SOC_ADAU1761_I2C is not set +# CONFIG_SND_SOC_ADAU1761_SPI is not set +# CONFIG_SND_SOC_ADAU7002 is not set +# CONFIG_SND_SOC_ADAU7118_HW is not set +# CONFIG_SND_SOC_ADAU7118_I2C is not set +# CONFIG_SND_SOC_AK4104 is not set +# CONFIG_SND_SOC_AK4118 is not set +# CONFIG_SND_SOC_AK4375 is not set +# CONFIG_SND_SOC_AK4458 is not set +# CONFIG_SND_SOC_AK4554 is not set +# CONFIG_SND_SOC_AK4613 is not set +CONFIG_SND_SOC_AK4642=m +# CONFIG_SND_SOC_AK5386 is not set +# CONFIG_SND_SOC_AK5558 is not set +# CONFIG_SND_SOC_ALC5623 is not set +CONFIG_SND_SOC_ALC5632=m +# CONFIG_SND_SOC_AUDIO_IIO_AUX is not set +# CONFIG_SND_SOC_AW8738 is not set +# CONFIG_SND_SOC_AW88395 is not set +# CONFIG_SND_SOC_AW88261 is not set +# CONFIG_SND_SOC_AW87390 is not set +# CONFIG_SND_SOC_AW88399 is not set +# CONFIG_SND_SOC_BD28623 is not set +# CONFIG_SND_SOC_BT_SCO is not set +# CONFIG_SND_SOC_CHV3_CODEC is not set +CONFIG_SND_SOC_CPCAP=m +# CONFIG_SND_SOC_CROS_EC_CODEC is not set +# CONFIG_SND_SOC_CS35L32 is not set +# CONFIG_SND_SOC_CS35L33 is not set +# CONFIG_SND_SOC_CS35L34 is not set +# CONFIG_SND_SOC_CS35L35 is not set +# CONFIG_SND_SOC_CS35L36 is not set +# CONFIG_SND_SOC_CS35L41_SPI is not set +# CONFIG_SND_SOC_CS35L41_I2C is not set +# CONFIG_SND_SOC_CS35L45_SPI is not set +# CONFIG_SND_SOC_CS35L45_I2C is not set +# CONFIG_SND_SOC_CS35L56_I2C is not set +# CONFIG_SND_SOC_CS35L56_SPI is not set +# CONFIG_SND_SOC_CS42L42 is not set +CONFIG_SND_SOC_CS42L51=m +CONFIG_SND_SOC_CS42L51_I2C=m +# CONFIG_SND_SOC_CS42L52 is not set +# CONFIG_SND_SOC_CS42L56 is not set +# CONFIG_SND_SOC_CS42L73 is not set +# CONFIG_SND_SOC_CS42L83 is not set +# CONFIG_SND_SOC_CS4234 is not set +# CONFIG_SND_SOC_CS4265 is not set +# CONFIG_SND_SOC_CS4270 is not set +# CONFIG_SND_SOC_CS4271_I2C is not set +# CONFIG_SND_SOC_CS4271_SPI is not set +# CONFIG_SND_SOC_CS42XX8_I2C is not set +# CONFIG_SND_SOC_CS43130 is not set +# CONFIG_SND_SOC_CS4341 is not set +# CONFIG_SND_SOC_CS4349 is not set +# CONFIG_SND_SOC_CS53L30 is not set +# CONFIG_SND_SOC_CX2072X is not set +# CONFIG_SND_SOC_DA7213 is not set +CONFIG_SND_SOC_DMIC=m +CONFIG_SND_SOC_HDMI_CODEC=m +# CONFIG_SND_SOC_ES7134 is not set +# CONFIG_SND_SOC_ES7241 is not set +# CONFIG_SND_SOC_ES8316 is not set +# CONFIG_SND_SOC_ES8326 is not set +# CONFIG_SND_SOC_ES8328_I2C is not set +# CONFIG_SND_SOC_ES8328_SPI is not set +# CONFIG_SND_SOC_GTM601 is not set +# CONFIG_SND_SOC_HDA is not set +# CONFIG_SND_SOC_ICS43432 is not set +# CONFIG_SND_SOC_IDT821034 is not set +# CONFIG_SND_SOC_INNO_RK3036 is not set +# CONFIG_SND_SOC_MAX98088 is not set +CONFIG_SND_SOC_MAX98090=m +CONFIG_SND_SOC_MAX98095=m +# CONFIG_SND_SOC_MAX98357A is not set +# CONFIG_SND_SOC_MAX98504 is not set +# CONFIG_SND_SOC_MAX9867 is not set +# CONFIG_SND_SOC_MAX98927 is not set +# CONFIG_SND_SOC_MAX98520 is not set +# CONFIG_SND_SOC_MAX98373_I2C is not set +# CONFIG_SND_SOC_MAX98388 is not set +# CONFIG_SND_SOC_MAX98390 is not set +# CONFIG_SND_SOC_MAX98396 is not set +# CONFIG_SND_SOC_MAX9860 is not set +CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m +CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m +# CONFIG_SND_SOC_PCM1681 is not set +# CONFIG_SND_SOC_PCM1789_I2C is not set +# CONFIG_SND_SOC_PCM179X_I2C is not set +# CONFIG_SND_SOC_PCM179X_SPI is not set +# CONFIG_SND_SOC_PCM186X_I2C is not set +# CONFIG_SND_SOC_PCM186X_SPI is not set +# CONFIG_SND_SOC_PCM3060_I2C is not set +# CONFIG_SND_SOC_PCM3060_SPI is not set +# CONFIG_SND_SOC_PCM3168A_I2C is not set +# CONFIG_SND_SOC_PCM3168A_SPI is not set +# CONFIG_SND_SOC_PCM5102A is not set +# CONFIG_SND_SOC_PCM512x_I2C is not set +# CONFIG_SND_SOC_PCM512x_SPI is not set +# CONFIG_SND_SOC_PEB2466 is not set +# CONFIG_SND_SOC_RK3328 is not set +# CONFIG_SND_SOC_RK817 is not set +CONFIG_SND_SOC_RL6231=m +# CONFIG_SND_SOC_RT5616 is not set +CONFIG_SND_SOC_RT5631=m +CONFIG_SND_SOC_RT5640=m +CONFIG_SND_SOC_RT5645=m +# CONFIG_SND_SOC_RT5659 is not set +# CONFIG_SND_SOC_RT9120 is not set +# CONFIG_SND_SOC_RTQ9128 is not set +CONFIG_SND_SOC_SGTL5000=m +# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set +# CONFIG_SND_SOC_SIMPLE_MUX is not set +# CONFIG_SND_SOC_SMA1303 is not set +CONFIG_SND_SOC_SPDIF=m +# CONFIG_SND_SOC_SRC4XXX_I2C is not set +# CONFIG_SND_SOC_SSM2305 is not set +# CONFIG_SND_SOC_SSM2518 is not set +# CONFIG_SND_SOC_SSM2602_SPI is not set +# CONFIG_SND_SOC_SSM2602_I2C is not set +# CONFIG_SND_SOC_SSM3515 is not set +# CONFIG_SND_SOC_SSM4567 is not set +# CONFIG_SND_SOC_STA32X is not set +# CONFIG_SND_SOC_STA350 is not set +CONFIG_SND_SOC_STI_SAS=m +# CONFIG_SND_SOC_TAS2552 is not set +# CONFIG_SND_SOC_TAS2562 is not set +# CONFIG_SND_SOC_TAS2764 is not set +# CONFIG_SND_SOC_TAS2770 is not set +# CONFIG_SND_SOC_TAS2780 is not set +# CONFIG_SND_SOC_TAS2781_I2C is not set +# CONFIG_SND_SOC_TAS5086 is not set +# CONFIG_SND_SOC_TAS571X is not set +# CONFIG_SND_SOC_TAS5720 is not set +# CONFIG_SND_SOC_TAS5805M is not set +# CONFIG_SND_SOC_TAS6424 is not set +# CONFIG_SND_SOC_TDA7419 is not set +# CONFIG_SND_SOC_TFA9879 is not set +# CONFIG_SND_SOC_TFA989X is not set +# CONFIG_SND_SOC_TLV320ADC3XXX is not set +CONFIG_SND_SOC_TLV320AIC23=m +CONFIG_SND_SOC_TLV320AIC23_I2C=m +# CONFIG_SND_SOC_TLV320AIC23_SPI is not set +CONFIG_SND_SOC_TLV320AIC31XX=m +CONFIG_SND_SOC_TLV320AIC32X4=m +CONFIG_SND_SOC_TLV320AIC32X4_I2C=m +# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TLV320AIC3X_I2C=m +# CONFIG_SND_SOC_TLV320AIC3X_SPI is not set +# CONFIG_SND_SOC_TLV320ADCX140 is not set +CONFIG_SND_SOC_TS3A227E=m +# CONFIG_SND_SOC_TSCS42XX is not set +# CONFIG_SND_SOC_TSCS454 is not set +# CONFIG_SND_SOC_UDA1334 is not set +# CONFIG_SND_SOC_WM8510 is not set +# CONFIG_SND_SOC_WM8523 is not set +# CONFIG_SND_SOC_WM8524 is not set +# CONFIG_SND_SOC_WM8580 is not set +# CONFIG_SND_SOC_WM8711 is not set +# CONFIG_SND_SOC_WM8728 is not set +# CONFIG_SND_SOC_WM8731_I2C is not set +# CONFIG_SND_SOC_WM8731_SPI is not set +# CONFIG_SND_SOC_WM8737 is not set +# CONFIG_SND_SOC_WM8741 is not set +# CONFIG_SND_SOC_WM8750 is not set +CONFIG_SND_SOC_WM8753=m +# CONFIG_SND_SOC_WM8770 is not set +# CONFIG_SND_SOC_WM8776 is not set +# CONFIG_SND_SOC_WM8782 is not set +# CONFIG_SND_SOC_WM8804_I2C is not set +# CONFIG_SND_SOC_WM8804_SPI is not set +CONFIG_SND_SOC_WM8903=m +CONFIG_SND_SOC_WM8904=m +# CONFIG_SND_SOC_WM8940 is not set +CONFIG_SND_SOC_WM8960=m +# CONFIG_SND_SOC_WM8961 is not set +CONFIG_SND_SOC_WM8962=m +# CONFIG_SND_SOC_WM8974 is not set +CONFIG_SND_SOC_WM8978=m +# CONFIG_SND_SOC_WM8985 is not set +CONFIG_SND_SOC_WM8994=m +CONFIG_SND_SOC_WM9712=m +# CONFIG_SND_SOC_ZL38060 is not set +# CONFIG_SND_SOC_MAX9759 is not set +# CONFIG_SND_SOC_MT6351 is not set +# CONFIG_SND_SOC_MT6358 is not set +# CONFIG_SND_SOC_MT6660 is not set +# CONFIG_SND_SOC_NAU8315 is not set +# CONFIG_SND_SOC_NAU8540 is not set +# CONFIG_SND_SOC_NAU8810 is not set +# CONFIG_SND_SOC_NAU8821 is not set +# CONFIG_SND_SOC_NAU8822 is not set +# CONFIG_SND_SOC_NAU8824 is not set +# CONFIG_SND_SOC_TPA6130A2 is not set +# CONFIG_SND_SOC_LPASS_WSA_MACRO is not set +# CONFIG_SND_SOC_LPASS_VA_MACRO is not set +# CONFIG_SND_SOC_LPASS_RX_MACRO is not set +# CONFIG_SND_SOC_LPASS_TX_MACRO is not set +# end of CODEC drivers + +CONFIG_SND_SIMPLE_CARD_UTILS=m +CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_AUDIO_GRAPH_CARD=m +# CONFIG_SND_AUDIO_GRAPH_CARD2 is not set +# CONFIG_SND_TEST_COMPONENT is not set +# CONFIG_SND_VIRTIO is not set +CONFIG_AC97_BUS=m +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EVISION is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_GOOGLE_HAMMER is not set +# CONFIG_HID_GOOGLE_STADIA_FF is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_VRC2 is not set +# CONFIG_HID_XIAOMI is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_ICADE is not set +# CONFIG_HID_ITE is not set +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LETSKETCH is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_MEGAWORLD_FF is not set +# CONFIG_HID_REDRAGON is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NINTENDO is not set +# CONFIG_HID_NTI is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_ORTEK is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PENMOUNT is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PXRC is not set +# CONFIG_HID_RAZER is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SIGMAMICRO is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_TOPRE is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2200 is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# HID-BPF support +# +# end of HID-BPF support + +# +# USB HID support +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set +# end of USB HID support + +CONFIG_I2C_HID=y +# CONFIG_I2C_HID_OF is not set +# CONFIG_I2C_HID_OF_ELAN is not set +# CONFIG_I2C_HID_OF_GOODIX is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_LED_TRIG is not set +CONFIG_USB_ULPI_BUS=y +CONFIG_USB_CONN_GPIO=y +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +# CONFIG_USB_PCI_AMD is not set +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +CONFIG_USB_OTG=y +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +# CONFIG_USB_OTG_FSM is not set +# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +# CONFIG_USB_MON is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=y +# CONFIG_USB_XHCI_PCI_RENESAS is not set +CONFIG_USB_XHCI_PLATFORM=y +# CONFIG_USB_XHCI_HISTB is not set +# CONFIG_USB_XHCI_MTK is not set +CONFIG_USB_XHCI_MVEBU=y +CONFIG_USB_XHCI_RCAR=y +CONFIG_USB_XHCI_TEGRA=m +CONFIG_USB_EHCI_BRCMSTB=m +CONFIG_USB_BRCMSTB=m +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +CONFIG_USB_EHCI_FSL=m +CONFIG_USB_EHCI_HCD_OMAP=y +CONFIG_USB_EHCI_HCD_ORION=y +CONFIG_USB_EHCI_HCD_SPEAR=y +CONFIG_USB_EHCI_HCD_STI=y +CONFIG_USB_EHCI_HCD_AT91=y +# CONFIG_USB_EHCI_TEGRA is not set +CONFIG_USB_EHCI_EXYNOS=m +CONFIG_USB_EHCI_MV=m +CONFIG_USB_EHCI_HCD_PLATFORM=y +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_MAX3421_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_SPEAR=y +CONFIG_USB_OHCI_HCD_STI=y +CONFIG_USB_OHCI_HCD_AT91=y +CONFIG_USB_OHCI_HCD_OMAP3=y +CONFIG_USB_OHCI_HCD_PCI=y +CONFIG_USB_OHCI_EXYNOS=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +# CONFIG_USB_UHCI_HCD is not set +CONFIG_USB_UHCI_SUPPORT_NON_PCI_HC=y +CONFIG_USB_UHCI_PLATFORM=y +CONFIG_USB_UHCI_ASPEED=y +# CONFIG_USB_SL811_HCD is not set +CONFIG_USB_R8A66597_HCD=m +# CONFIG_USB_RENESAS_USBHS_HCD is not set +# CONFIG_USB_HCD_BCMA is not set +# CONFIG_USB_HCD_TEST_MODE is not set +CONFIG_USB_RENESAS_USBHS=m + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +CONFIG_USB_UAS=m + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set + +# +# USB dual-mode controller drivers +# +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MTU3 is not set +CONFIG_USB_MUSB_HDRC=m +# CONFIG_USB_MUSB_HOST is not set +# CONFIG_USB_MUSB_GADGET is not set +CONFIG_USB_MUSB_DUAL_ROLE=y + +# +# Platform Glue Layer +# +CONFIG_USB_MUSB_SUNXI=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_MUSB_OMAP2PLUS=m +CONFIG_USB_MUSB_DSPS=m +CONFIG_USB_MUSB_UX500=m +# CONFIG_USB_MUSB_MEDIATEK is not set + +# +# MUSB DMA mode +# +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_USB_UX500_DMA=y +CONFIG_USB_INVENTRA_DMA=y +CONFIG_USB_TI_CPPI41_DMA=y +CONFIG_USB_TUSB_OMAP_DMA=y +CONFIG_USB_DWC3=y +# CONFIG_USB_DWC3_ULPI is not set +# CONFIG_USB_DWC3_HOST is not set +# CONFIG_USB_DWC3_GADGET is not set +CONFIG_USB_DWC3_DUAL_ROLE=y + +# +# Platform Glue Driver Support +# +CONFIG_USB_DWC3_OMAP=y +CONFIG_USB_DWC3_EXYNOS=y +CONFIG_USB_DWC3_HAPS=y +CONFIG_USB_DWC3_KEYSTONE=y +CONFIG_USB_DWC3_MESON_G12A=y +CONFIG_USB_DWC3_OF_SIMPLE=y +CONFIG_USB_DWC3_ST=y +CONFIG_USB_DWC3_QCOM=y +CONFIG_USB_DWC2=y +# CONFIG_USB_DWC2_HOST is not set + +# +# Gadget/Dual-role mode requires USB Gadget support to be enabled +# +# CONFIG_USB_DWC2_PERIPHERAL is not set +CONFIG_USB_DWC2_DUAL_ROLE=y +# CONFIG_USB_DWC2_PCI is not set +# CONFIG_USB_DWC2_DEBUG is not set +# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set +CONFIG_USB_CHIPIDEA=y +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_CHIPIDEA_PCI=y +CONFIG_USB_CHIPIDEA_MSM=y +CONFIG_USB_CHIPIDEA_NPCM=y +CONFIG_USB_CHIPIDEA_IMX=y +CONFIG_USB_CHIPIDEA_GENERIC=y +CONFIG_USB_CHIPIDEA_TEGRA=y +CONFIG_USB_ISP1760=y +CONFIG_USB_ISP1760_HCD=y +CONFIG_USB_ISP1761_UDC=y +# CONFIG_USB_ISP1760_HOST_ROLE is not set +# CONFIG_USB_ISP1760_GADGET_ROLE is not set +CONFIG_USB_ISP1760_DUAL_ROLE=y + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_USB_QCOM_EUD is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +CONFIG_USB_HSIC_USB3503=y +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set +CONFIG_BRCM_USB_PINMAP=m +CONFIG_USB_ONBOARD_HUB=m + +# +# USB Physical Layer drivers +# +CONFIG_USB_PHY=y +CONFIG_AB8500_USB=y +CONFIG_KEYSTONE_USB_PHY=m +CONFIG_NOP_USB_XCEIV=y +CONFIG_AM335X_CONTROL_USB=m +CONFIG_AM335X_PHY_USB=m +CONFIG_TWL6030_USB=m +CONFIG_USB_ISP1301=y +CONFIG_USB_MXS_PHY=y +CONFIG_USB_TEGRA_PHY=y +CONFIG_USB_ULPI=y +CONFIG_USB_ULPI_VIEWPORT=y +# end of USB Physical Layer drivers + +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +# CONFIG_U_SERIAL_CONSOLE is not set + +# +# USB Peripheral Controller +# +# CONFIG_USB_AT91 is not set +# CONFIG_USB_ATMEL_USBA is not set +# CONFIG_USB_FUSB300 is not set +# CONFIG_USB_GR_UDC is not set +# CONFIG_USB_R8A66597 is not set +CONFIG_USB_RENESAS_USBHS_UDC=m +# CONFIG_USB_RENESAS_USB3 is not set +CONFIG_USB_RENESAS_USBF=m +# CONFIG_USB_PXA27X is not set +# CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MV_U3D is not set +CONFIG_USB_SNP_CORE=y +CONFIG_USB_SNP_UDC_PLAT=y +# CONFIG_USB_M66592 is not set +CONFIG_USB_BDC_UDC=y +# CONFIG_USB_AMD5536UDC is not set +# CONFIG_USB_NET2272 is not set +# CONFIG_USB_NET2280 is not set +# CONFIG_USB_GOKU is not set +# CONFIG_USB_EG20T is not set +# CONFIG_USB_GADGET_XILINX is not set +# CONFIG_USB_MAX3420_UDC is not set +# CONFIG_USB_TEGRA_XUDC is not set +# CONFIG_USB_ASPEED_UDC is not set +CONFIG_USB_ASPEED_VHUB=m +# CONFIG_USB_DUMMY_HCD is not set +# end of USB Peripheral Controller + +CONFIG_USB_LIBCOMPOSITE=m +CONFIG_USB_F_ACM=m +CONFIG_USB_F_SS_LB=m +CONFIG_USB_U_SERIAL=m +CONFIG_USB_U_ETHER=m +CONFIG_USB_U_AUDIO=m +CONFIG_USB_F_SERIAL=m +CONFIG_USB_F_OBEX=m +CONFIG_USB_F_NCM=m +CONFIG_USB_F_ECM=m +CONFIG_USB_F_EEM=m +CONFIG_USB_F_SUBSET=m +CONFIG_USB_F_RNDIS=m +CONFIG_USB_F_MASS_STORAGE=m +CONFIG_USB_F_FS=m +CONFIG_USB_F_UAC1=m +CONFIG_USB_F_UAC1_LEGACY=m +CONFIG_USB_F_UAC2=m +CONFIG_USB_F_UVC=m +CONFIG_USB_F_MIDI=m +CONFIG_USB_F_HID=m +CONFIG_USB_F_PRINTER=m +CONFIG_USB_CONFIGFS=m +CONFIG_USB_CONFIGFS_SERIAL=y +CONFIG_USB_CONFIGFS_ACM=y +CONFIG_USB_CONFIGFS_OBEX=y +CONFIG_USB_CONFIGFS_NCM=y +CONFIG_USB_CONFIGFS_ECM=y +CONFIG_USB_CONFIGFS_ECM_SUBSET=y +CONFIG_USB_CONFIGFS_RNDIS=y +CONFIG_USB_CONFIGFS_EEM=y +CONFIG_USB_CONFIGFS_MASS_STORAGE=y +CONFIG_USB_CONFIGFS_F_LB_SS=y +CONFIG_USB_CONFIGFS_F_FS=y +CONFIG_USB_CONFIGFS_F_UAC1=y +CONFIG_USB_CONFIGFS_F_UAC1_LEGACY=y +CONFIG_USB_CONFIGFS_F_UAC2=y +CONFIG_USB_CONFIGFS_F_MIDI=y +# CONFIG_USB_CONFIGFS_F_MIDI2 is not set +CONFIG_USB_CONFIGFS_F_HID=y +CONFIG_USB_CONFIGFS_F_UVC=y +CONFIG_USB_CONFIGFS_F_PRINTER=y + +# +# USB Gadget precomposed configurations +# +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +CONFIG_USB_ETH=m +CONFIG_USB_ETH_RNDIS=y +# CONFIG_USB_ETH_EEM is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FUNCTIONFS is not set +# CONFIG_USB_MASS_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_WEBCAM is not set +# CONFIG_USB_RAW_GADGET is not set +# end of USB Gadget precomposed configurations + +CONFIG_TYPEC=m +# CONFIG_TYPEC_TCPM is not set +CONFIG_TYPEC_UCSI=m +# CONFIG_UCSI_CCG is not set +CONFIG_UCSI_STM32G0=m +# CONFIG_TYPEC_TPS6598X is not set +# CONFIG_TYPEC_ANX7411 is not set +# CONFIG_TYPEC_RT1719 is not set +# CONFIG_TYPEC_HD3SS3220 is not set +CONFIG_TYPEC_STUSB160X=m +# CONFIG_TYPEC_WUSB3801 is not set + +# +# USB Type-C Multiplexer/DeMultiplexer Switch support +# +# CONFIG_TYPEC_MUX_FSA4480 is not set +# CONFIG_TYPEC_MUX_GPIO_SBU is not set +# CONFIG_TYPEC_MUX_PI3USB30532 is not set +# CONFIG_TYPEC_MUX_NB7VPQ904M is not set +# CONFIG_TYPEC_MUX_PTN36502 is not set +# CONFIG_TYPEC_MUX_WCD939X_USBSS is not set +# end of USB Type-C Multiplexer/DeMultiplexer Switch support + +# +# USB Type-C Alternate Mode drivers +# +# CONFIG_TYPEC_DP_ALTMODE is not set +# end of USB Type-C Alternate Mode drivers + +CONFIG_USB_ROLE_SWITCH=y +CONFIG_MMC=y +CONFIG_PWRSEQ_EMMC=y +# CONFIG_PWRSEQ_SD8787 is not set +CONFIG_PWRSEQ_SIMPLE=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_MINORS=16 +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +# CONFIG_MMC_DEBUG is not set +# CONFIG_MMC_SUNPLUS is not set +CONFIG_MMC_ARMMMCI=y +CONFIG_MMC_QCOM_DML=y +CONFIG_MMC_STM32_SDMMC=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +# CONFIG_MMC_SDHCI_PCI is not set +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MMC_SDHCI_OF_ARASAN=y +# CONFIG_MMC_SDHCI_OF_ASPEED is not set +CONFIG_MMC_SDHCI_OF_AT91=y +CONFIG_MMC_SDHCI_OF_ESDHC=y +# CONFIG_MMC_SDHCI_OF_DWCMSHC is not set +# CONFIG_MMC_SDHCI_CADENCE is not set +CONFIG_MMC_SDHCI_ESDHC_IMX=y +CONFIG_MMC_SDHCI_DOVE=y +CONFIG_MMC_SDHCI_TEGRA=y +CONFIG_MMC_SDHCI_S3C=y +CONFIG_MMC_SDHCI_PXAV3=y +CONFIG_MMC_SDHCI_PXAV2=m +CONFIG_MMC_SDHCI_SPEAR=y +CONFIG_MMC_SDHCI_S3C_DMA=y +CONFIG_MMC_SDHCI_BCM_KONA=y +# CONFIG_MMC_SDHCI_F_SDH30 is not set +# CONFIG_MMC_SDHCI_MILBEAUT is not set +CONFIG_MMC_SDHCI_IPROC=y +# CONFIG_MMC_MESON_GX is not set +CONFIG_MMC_MESON_MX_SDHC=y +CONFIG_MMC_MESON_MX_SDIO=y +CONFIG_MMC_SDHCI_ST=y +CONFIG_MMC_OMAP=y +CONFIG_MMC_OMAP_HS=y +CONFIG_MMC_ATMELMCI=y +CONFIG_MMC_SDHCI_MSM=y +# CONFIG_MMC_MXC is not set +# CONFIG_MMC_TIFM_SD is not set +CONFIG_MMC_MVSDIO=y +# CONFIG_MMC_SPI is not set +CONFIG_MMC_TMIO_CORE=y +CONFIG_MMC_SDHI=y +CONFIG_MMC_SDHI_SYS_DMAC=y +CONFIG_MMC_SDHI_INTERNAL_DMAC=y +CONFIG_MMC_UNIPHIER=y +# CONFIG_MMC_CB710 is not set +# CONFIG_MMC_VIA_SDMMC is not set +CONFIG_MMC_DW=y +CONFIG_MMC_DW_PLTFM=y +# CONFIG_MMC_DW_BLUEFIELD is not set +CONFIG_MMC_DW_EXYNOS=y +# CONFIG_MMC_DW_HI3798CV200 is not set +# CONFIG_MMC_DW_K3 is not set +# CONFIG_MMC_DW_PCI is not set +CONFIG_MMC_DW_ROCKCHIP=y +CONFIG_MMC_SH_MMCIF=y +# CONFIG_MMC_VUB300 is not set +# CONFIG_MMC_USHC is not set +CONFIG_MMC_WMT=y +# CONFIG_MMC_USDHI6ROL0 is not set +CONFIG_MMC_SUNXI=y +CONFIG_MMC_CQHCI=y +# CONFIG_MMC_HSQ is not set +# CONFIG_MMC_TOSHIBA_PCI is not set +CONFIG_MMC_BCM2835=y +# CONFIG_MMC_MTK is not set +CONFIG_MMC_SDHCI_BRCMSTB=y +# CONFIG_MMC_SDHCI_XENON is not set +CONFIG_MMC_SDHCI_OMAP=y +CONFIG_MMC_OWL=y +CONFIG_MMC_SDHCI_EXTERNAL_DMA=y +# CONFIG_SCSI_UFSHCD is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_CLASS_FLASH=m +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_AN30259A is not set +# CONFIG_LEDS_AW200XX is not set +# CONFIG_LEDS_AW2013 is not set +# CONFIG_LEDS_BCM6328 is not set +# CONFIG_LEDS_BCM6358 is not set +CONFIG_LEDS_CPCAP=m +# CONFIG_LEDS_CR0014114 is not set +# CONFIG_LEDS_EL15203000 is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_LM3692X is not set +CONFIG_LEDS_PCA9532=m +CONFIG_LEDS_PCA9532_GPIO=y +CONFIG_LEDS_GPIO=y +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP3952 is not set +# CONFIG_LEDS_LP50XX is not set +# CONFIG_LEDS_LP55XX_COMMON is not set +# CONFIG_LEDS_LP8860 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PCA995X is not set +# CONFIG_LEDS_DAC124S085 is not set +CONFIG_LEDS_PWM=y +# CONFIG_LEDS_REGULATOR is not set +# CONFIG_LEDS_BD2606MVV is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_LT3593 is not set +CONFIG_LEDS_NS2=y +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +CONFIG_LEDS_MAX8997=m +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set +# CONFIG_LEDS_IS31FL32XX is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +# CONFIG_LEDS_SYSCON is not set +# CONFIG_LEDS_PM8058 is not set +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_SPI_BYTE is not set +# CONFIG_LEDS_LM3697 is not set +CONFIG_LEDS_ACER_A500=m +CONFIG_LEDS_BCM63138=y + +# +# Flash and Torch LED drivers +# +# CONFIG_LEDS_AAT1290 is not set +# CONFIG_LEDS_AS3645A is not set +# CONFIG_LEDS_KTD2692 is not set +# CONFIG_LEDS_LM3601X is not set +CONFIG_LEDS_MAX77693=m +# CONFIG_LEDS_QCOM_FLASH is not set +# CONFIG_LEDS_RT4505 is not set +# CONFIG_LEDS_RT8515 is not set +# CONFIG_LEDS_SGM3140 is not set + +# +# RGB LED drivers +# + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y +CONFIG_LEDS_TRIGGER_ONESHOT=y +# CONFIG_LEDS_TRIGGER_DISK is not set +# CONFIG_LEDS_TRIGGER_MTD is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_LEDS_TRIGGER_BACKLIGHT=y +CONFIG_LEDS_TRIGGER_CPU=y +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +CONFIG_LEDS_TRIGGER_GPIO=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + +# +# iptables trigger is under Netfilter config (LED target) +# +CONFIG_LEDS_TRIGGER_TRANSIENT=y +CONFIG_LEDS_TRIGGER_CAMERA=y +# CONFIG_LEDS_TRIGGER_PANIC is not set +# CONFIG_LEDS_TRIGGER_NETDEV is not set +# CONFIG_LEDS_TRIGGER_PATTERN is not set +CONFIG_LEDS_TRIGGER_AUDIO=m +# CONFIG_LEDS_TRIGGER_TTY is not set + +# +# Simple LED drivers +# +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_EDAC_SUPPORT=y +CONFIG_EDAC=y +CONFIG_EDAC_LEGACY_SYSFS=y +# CONFIG_EDAC_DEBUG is not set +# CONFIG_EDAC_AL_MC is not set +CONFIG_EDAC_LAYERSCAPE=y +CONFIG_EDAC_HIGHBANK_MC=y +CONFIG_EDAC_HIGHBANK_L2=y +# CONFIG_EDAC_ALTERA is not set +# CONFIG_EDAC_ARMADA_XP is not set +# CONFIG_EDAC_SYNOPSYS is not set +# CONFIG_EDAC_TI is not set +# CONFIG_EDAC_ASPEED is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +CONFIG_RTC_DRV_AC100=y +CONFIG_RTC_DRV_BRCMSTB=y +CONFIG_RTC_DRV_AS3722=y +CONFIG_RTC_DRV_DS1307=y +# CONFIG_RTC_DRV_DS1307_CENTURY is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +CONFIG_RTC_DRV_HYM8563=m +# CONFIG_RTC_DRV_MAX6900 is not set +CONFIG_RTC_DRV_MAX8907=y +CONFIG_RTC_DRV_MAX8998=m +CONFIG_RTC_DRV_MAX8997=m +# CONFIG_RTC_DRV_MAX31335 is not set +CONFIG_RTC_DRV_MAX77686=y +# CONFIG_RTC_DRV_NCT3018Y is not set +CONFIG_RTC_DRV_RK808=m +CONFIG_RTC_DRV_RS5C372=m +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_ISL12026 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +CONFIG_RTC_DRV_PCF85063=m +CONFIG_RTC_DRV_PCF85363=m +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +CONFIG_RTC_DRV_BQ32K=m +CONFIG_RTC_DRV_TWL4030=y +CONFIG_RTC_DRV_PALMAS=y +CONFIG_RTC_DRV_TPS6586X=y +CONFIG_RTC_DRV_TPS65910=y +# CONFIG_RTC_DRV_RC5T619 is not set +CONFIG_RTC_DRV_S35390A=m +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +CONFIG_RTC_DRV_RX8581=m +# CONFIG_RTC_DRV_RX8025 is not set +CONFIG_RTC_DRV_EM3027=y +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +CONFIG_RTC_DRV_S5M=m +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T93 is not set +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1302 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1343 is not set +# CONFIG_RTC_DRV_DS1347 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6916 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RX4581 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_PCF2123 is not set +# CONFIG_RTC_DRV_MCP795 is not set +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +CONFIG_RTC_DRV_DA9063=m +CONFIG_RTC_DRV_EFI=m +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +CONFIG_RTC_DRV_SPEAR=y +# CONFIG_RTC_DRV_AB8500 is not set +# CONFIG_RTC_DRV_OPTEE is not set +# CONFIG_RTC_DRV_ZYNQMP is not set +# CONFIG_RTC_DRV_CROS_EC is not set + +# +# on-CPU RTC drivers +# +CONFIG_RTC_DRV_DIGICOLOR=m +# CONFIG_RTC_DRV_IMXDI is not set +# CONFIG_RTC_DRV_FSL_FTM_ALARM is not set +# CONFIG_RTC_DRV_MESON is not set +CONFIG_RTC_DRV_MESON_VRTC=m +# CONFIG_RTC_DRV_OMAP is not set +CONFIG_RTC_DRV_S3C=m +CONFIG_RTC_DRV_SA1100=m +CONFIG_RTC_DRV_SH=m +# CONFIG_RTC_DRV_SUNPLUS is not set +# CONFIG_RTC_DRV_PL030 is not set +CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_AT91RM9200=m +CONFIG_RTC_DRV_AT91SAM9=m +CONFIG_RTC_DRV_RZN1=m +CONFIG_RTC_DRV_VT8500=y +CONFIG_RTC_DRV_SUN6I=y +CONFIG_RTC_DRV_SUNXI=y +CONFIG_RTC_DRV_MV=y +# CONFIG_RTC_DRV_ARMADA38X is not set +# CONFIG_RTC_DRV_CADENCE is not set +# CONFIG_RTC_DRV_FTRTC010 is not set +CONFIG_RTC_DRV_PM8XXX=m +CONFIG_RTC_DRV_TEGRA=y +# CONFIG_RTC_DRV_MXC is not set +# CONFIG_RTC_DRV_MXC_V2 is not set +# CONFIG_RTC_DRV_SNVS is not set +# CONFIG_RTC_DRV_BBNSM is not set +CONFIG_RTC_DRV_ST_LPC=y +# CONFIG_RTC_DRV_MT2712 is not set +# CONFIG_RTC_DRV_MT7622 is not set +# CONFIG_RTC_DRV_R7301 is not set +CONFIG_RTC_DRV_STM32=y +CONFIG_RTC_DRV_CPCAP=m +CONFIG_RTC_DRV_ASPEED=m + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=y +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_OF=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_AMBA_PL08X is not set +CONFIG_AT_HDMAC=y +CONFIG_AT_XDMAC=y +# CONFIG_AXI_DMAC is not set +CONFIG_DMA_BCM2835=y +CONFIG_DMA_SUN4I=y +CONFIG_DMA_SUN6I=y +# CONFIG_DW_AXI_DMAC is not set +CONFIG_FSL_EDMA=y +# CONFIG_FSL_QDMA is not set +# CONFIG_HISI_DMA is not set +CONFIG_IMX_DMA=y +CONFIG_IMX_SDMA=y +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_K3_DMA is not set +# CONFIG_MILBEAUT_HDMAC is not set +# CONFIG_MILBEAUT_XDMAC is not set +# CONFIG_MMP_PDMA is not set +# CONFIG_MMP_TDMA is not set +CONFIG_MV_XOR=y +CONFIG_MXS_DMA=y +# CONFIG_NBPFAXI_DMA is not set +CONFIG_OWL_DMA=y +CONFIG_PL330_DMA=y +# CONFIG_PXA_DMA is not set +# CONFIG_PLX_DMA is not set +CONFIG_STE_DMA40=y +CONFIG_ST_FDMA=m +CONFIG_STM32_DMA=y +CONFIG_STM32_DMAMUX=y +CONFIG_STM32_MDMA=y +CONFIG_TEGRA20_APB_DMA=y +CONFIG_UNIPHIER_MDMAC=y +# CONFIG_UNIPHIER_XDMAC is not set +CONFIG_XILINX_DMA=y +# CONFIG_XILINX_XDMA is not set +# CONFIG_XILINX_ZYNQMP_DMA is not set +# CONFIG_XILINX_ZYNQMP_DPDMA is not set +# CONFIG_MTK_HSDMA is not set +# CONFIG_MTK_CQDMA is not set +# CONFIG_MTK_UART_APDMA is not set +# CONFIG_QCOM_ADM is not set +CONFIG_QCOM_BAM_DMA=y +# CONFIG_QCOM_GPI_DMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +CONFIG_DW_DMAC_CORE=y +CONFIG_DW_DMAC=y +CONFIG_RZN1_DMAMUX=m +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +# CONFIG_SF_PDMA is not set +CONFIG_RENESAS_DMA=y +CONFIG_RCAR_DMAC=y +CONFIG_RENESAS_USB_DMAC=m +CONFIG_TI_CPPI41=m +CONFIG_TI_EDMA=y +CONFIG_DMA_OMAP=y +CONFIG_TI_DMA_CROSSBAR=y + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set +CONFIG_DMA_ENGINE_RAID=y + +# +# DMABUF options +# +CONFIG_SYNC_FILE=y +# CONFIG_SW_SYNC is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +# CONFIG_DMABUF_HEAPS is not set +# CONFIG_DMABUF_SYSFS_STATS is not set +# end of DMABUF options + +# CONFIG_UIO is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_ANCHOR=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_PCI_LIB=y +CONFIG_VIRTIO_PCI_LIB_LEGACY=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_PCI_LEGACY=y +# CONFIG_VIRTIO_BALLOON is not set +# CONFIG_VIRTIO_INPUT is not set +CONFIG_VIRTIO_MMIO=y +# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +CONFIG_STAGING=y +# CONFIG_RTS5208 is not set + +# +# IIO staging drivers +# + +# +# Accelerometers +# +# CONFIG_ADIS16203 is not set +# CONFIG_ADIS16240 is not set +# end of Accelerometers + +# +# Analog to digital converters +# +# CONFIG_AD7816 is not set +# end of Analog to digital converters + +# +# Analog digital bi-direction converters +# +# CONFIG_ADT7316 is not set +# end of Analog digital bi-direction converters + +# +# Direct Digital Synthesis +# +# CONFIG_AD9832 is not set +# CONFIG_AD9834 is not set +# end of Direct Digital Synthesis + +# +# Network Analyzer, Impedance Converters +# +# CONFIG_AD5933 is not set +# end of Network Analyzer, Impedance Converters +# end of IIO staging drivers + +# CONFIG_FB_SM750 is not set +# CONFIG_USB_EMXX is not set +CONFIG_MFD_NVEC=y +CONFIG_KEYBOARD_NVEC=y +CONFIG_SERIO_NVEC_PS2=y +CONFIG_NVEC_POWER=y +CONFIG_NVEC_PAZ00=y +# CONFIG_STAGING_MEDIA is not set +CONFIG_STAGING_BOARD=y +# CONFIG_LTE_GDM724X is not set +# CONFIG_FB_TFT is not set +CONFIG_BCM_VIDEOCORE=y +# CONFIG_BCM2835_VCHIQ is not set +# CONFIG_SND_BCM2835 is not set +# CONFIG_VIDEO_BCM2835 is not set +# CONFIG_PI433 is not set +# CONFIG_XIL_AXIS_FIFO is not set +# CONFIG_FIELDBUS_DEV is not set +# CONFIG_VME_BUS is not set +# CONFIG_GOLDFISH is not set +CONFIG_CHROME_PLATFORMS=y +CONFIG_CROS_EC=m +CONFIG_CROS_EC_I2C=m +# CONFIG_CROS_EC_RPMSG is not set +CONFIG_CROS_EC_SPI=m +CONFIG_CROS_EC_PROTO=y +# CONFIG_CROS_KBD_LED_BACKLIGHT is not set +CONFIG_CROS_EC_CHARDEV=m +CONFIG_CROS_EC_LIGHTBAR=m +CONFIG_CROS_EC_VBC=m +CONFIG_CROS_EC_DEBUGFS=m +CONFIG_CROS_EC_SENSORHUB=m +CONFIG_CROS_EC_SYSFS=m +CONFIG_CROS_EC_TYPEC=m +# CONFIG_CROS_HPS_I2C is not set +CONFIG_CROS_USBPD_NOTIFY=m +# CONFIG_MELLANOX_PLATFORM is not set +# CONFIG_OLPC_XO175 is not set +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_COMMON_CLK=y + +# +# Clock driver for ARM Reference designs +# +CONFIG_CLK_ICST=y +CONFIG_CLK_SP810=y +CONFIG_CLK_VEXPRESS_OSC=y +# end of Clock driver for ARM Reference designs + +# CONFIG_LMK04832 is not set +CONFIG_COMMON_CLK_MAX77686=y +# CONFIG_COMMON_CLK_MAX9485 is not set +CONFIG_COMMON_CLK_RK808=m +CONFIG_COMMON_CLK_SCMI=y +# CONFIG_COMMON_CLK_SI5341 is not set +# CONFIG_COMMON_CLK_SI5351 is not set +# CONFIG_COMMON_CLK_SI514 is not set +# CONFIG_COMMON_CLK_SI544 is not set +# CONFIG_COMMON_CLK_SI570 is not set +# CONFIG_COMMON_CLK_CDCE706 is not set +# CONFIG_COMMON_CLK_CDCE925 is not set +# CONFIG_COMMON_CLK_CS2000_CP is not set +CONFIG_COMMON_CLK_EN7523=y +CONFIG_COMMON_CLK_LAN966X=y +CONFIG_COMMON_CLK_ASPEED=y +CONFIG_COMMON_CLK_S2MPS11=m +# CONFIG_CLK_TWL is not set +# CONFIG_COMMON_CLK_AXI_CLKGEN is not set +CONFIG_CLK_QORIQ=y +# CONFIG_COMMON_CLK_PALMAS is not set +# CONFIG_COMMON_CLK_PWM is not set +# CONFIG_COMMON_CLK_RS9_PCIE is not set +# CONFIG_COMMON_CLK_SI521XX is not set +# CONFIG_COMMON_CLK_VC3 is not set +# CONFIG_COMMON_CLK_VC5 is not set +# CONFIG_COMMON_CLK_VC7 is not set +CONFIG_COMMON_CLK_MMP2=y +# CONFIG_COMMON_CLK_MMP2_AUDIO is not set +# CONFIG_COMMON_CLK_FIXED_MMIO is not set +CONFIG_COMMON_CLK_SP7021=y +CONFIG_CLK_ACTIONS=y +CONFIG_CLK_OWL_S500=y +CONFIG_CLK_BCM2711_DVP=y +CONFIG_CLK_BCM2835=y +CONFIG_CLK_BCM_63XX=y +CONFIG_CLK_BCM_KONA=y +CONFIG_COMMON_CLK_IPROC=y +CONFIG_CLK_BCM_CYGNUS=y +CONFIG_CLK_BCM_HR2=y +CONFIG_CLK_BCM_NSP=y +CONFIG_CLK_BCM_NS2=y +CONFIG_CLK_BCM_SR=y +CONFIG_CLK_RASPBERRYPI=y +CONFIG_COMMON_CLK_HI3516CV300=y +CONFIG_COMMON_CLK_HI3519=y +CONFIG_COMMON_CLK_HI3559A=y +CONFIG_COMMON_CLK_HI3660=y +CONFIG_COMMON_CLK_HI3670=y +CONFIG_COMMON_CLK_HI3798CV200=y +CONFIG_COMMON_CLK_HI6220=y +CONFIG_RESET_HISI=y +CONFIG_STUB_CLK_HI6220=y +CONFIG_STUB_CLK_HI3660=y +CONFIG_MXC_CLK=y +CONFIG_CLK_IMX5=y +CONFIG_CLK_IMX6Q=y +CONFIG_CLK_IMX6SL=y +CONFIG_CLK_IMX6SLL=y +CONFIG_CLK_IMX6SX=y +CONFIG_CLK_IMX6UL=y +CONFIG_CLK_IMX7D=y +CONFIG_CLK_IMX7ULP=y +CONFIG_CLK_VF610=y +# CONFIG_CLK_IMX8MM is not set +# CONFIG_CLK_IMX8MN is not set +# CONFIG_CLK_IMX8MP is not set +# CONFIG_CLK_IMX8MQ is not set +# CONFIG_CLK_IMX8ULP is not set +# CONFIG_CLK_IMX93 is not set +CONFIG_COMMON_CLK_KEYSTONE=y +CONFIG_TI_SYSCON_CLK=y + +# +# Clock driver for MediaTek SoC +# +CONFIG_COMMON_CLK_MEDIATEK=y +CONFIG_COMMON_CLK_MEDIATEK_FHCTL=y +CONFIG_COMMON_CLK_MT2701=y +# CONFIG_COMMON_CLK_MT2701_MMSYS is not set +# CONFIG_COMMON_CLK_MT2701_IMGSYS is not set +# CONFIG_COMMON_CLK_MT2701_VDECSYS is not set +# CONFIG_COMMON_CLK_MT2701_HIFSYS is not set +# CONFIG_COMMON_CLK_MT2701_ETHSYS is not set +# CONFIG_COMMON_CLK_MT2701_BDPSYS is not set +# CONFIG_COMMON_CLK_MT2701_AUDSYS is not set +# CONFIG_COMMON_CLK_MT2701_G3DSYS is not set +CONFIG_COMMON_CLK_MT6795=y +CONFIG_COMMON_CLK_MT6795_MFGCFG=y +CONFIG_COMMON_CLK_MT6795_MMSYS=y +CONFIG_COMMON_CLK_MT6795_VDECSYS=y +CONFIG_COMMON_CLK_MT6795_VENCSYS=y +CONFIG_COMMON_CLK_MT7622=y +# CONFIG_COMMON_CLK_MT7622_ETHSYS is not set +# CONFIG_COMMON_CLK_MT7622_HIFSYS is not set +# CONFIG_COMMON_CLK_MT7622_AUDSYS is not set +CONFIG_COMMON_CLK_MT7629=y +# CONFIG_COMMON_CLK_MT7629_ETHSYS is not set +# CONFIG_COMMON_CLK_MT7629_HIFSYS is not set +CONFIG_COMMON_CLK_MT7981=y +CONFIG_COMMON_CLK_MT7981_ETHSYS=y +CONFIG_COMMON_CLK_MT7986=y +CONFIG_COMMON_CLK_MT7986_ETHSYS=y +CONFIG_COMMON_CLK_MT7988=y +CONFIG_COMMON_CLK_MT8135=y +# CONFIG_COMMON_CLK_MT8365 is not set +CONFIG_COMMON_CLK_MT8516=y +# CONFIG_COMMON_CLK_MT8516_AUDSYS is not set +# end of Clock driver for MediaTek SoC + +# +# Clock support for Amlogic platforms +# +CONFIG_COMMON_CLK_MESON_REGMAP=y +CONFIG_COMMON_CLK_MESON_MPLL=y +CONFIG_COMMON_CLK_MESON_PLL=y +CONFIG_COMMON_CLK_MESON_CLKC_UTILS=y +CONFIG_COMMON_CLK_MESON8B=y +# end of Clock support for Amlogic platforms + +CONFIG_MVEBU_CLK_COMMON=y +CONFIG_MVEBU_CLK_CPU=y +CONFIG_MVEBU_CLK_COREDIV=y +CONFIG_ARMADA_370_CLK=y +CONFIG_ARMADA_375_CLK=y +CONFIG_ARMADA_38X_CLK=y +CONFIG_ARMADA_39X_CLK=y +CONFIG_ARMADA_XP_CLK=y +CONFIG_DOVE_CLK=y +CONFIG_QCOM_GDSC=y +CONFIG_QCOM_RPMCC=y +CONFIG_COMMON_CLK_QCOM=y +CONFIG_QCOM_A53PLL=y +# CONFIG_QCOM_A7PLL is not set +CONFIG_QCOM_CLK_APCS_MSM8916=y +# CONFIG_QCOM_CLK_APCS_SDX55 is not set +CONFIG_QCOM_CLK_RPM=y +CONFIG_QCOM_CLK_SMD_RPM=y +# CONFIG_QCOM_CLK_RPMH is not set +CONFIG_APQ_GCC_8084=y +CONFIG_APQ_MMCC_8084=y +# CONFIG_IPQ_APSS_PLL is not set +# CONFIG_IPQ_APSS_6018 is not set +# CONFIG_IPQ_GCC_4019 is not set +# CONFIG_IPQ_GCC_6018 is not set +# CONFIG_IPQ_GCC_806X is not set +# CONFIG_IPQ_LCC_806X is not set +# CONFIG_IPQ_GCC_8074 is not set +# CONFIG_IPQ_GCC_9574 is not set +CONFIG_MSM_GCC_8660=y +# CONFIG_MSM_GCC_8909 is not set +CONFIG_MSM_GCC_8916=y +# CONFIG_MSM_GCC_8939 is not set +CONFIG_MSM_GCC_8960=y +# CONFIG_MSM_LCC_8960 is not set +# CONFIG_MDM_GCC_9607 is not set +# CONFIG_MDM_GCC_9615 is not set +CONFIG_MSM_MMCC_8960=y +# CONFIG_MSM_GCC_8953 is not set +CONFIG_MSM_GCC_8974=y +CONFIG_MSM_MMCC_8974=y +# CONFIG_MSM_GCC_8976 is not set +# CONFIG_MSM_MMCC_8994 is not set +# CONFIG_MSM_GCC_8994 is not set +# CONFIG_MSM_GCC_8996 is not set +# CONFIG_MSM_MMCC_8996 is not set +# CONFIG_MSM_GCC_8998 is not set +# CONFIG_MSM_GPUCC_8998 is not set +# CONFIG_MSM_MMCC_8998 is not set +# CONFIG_QCM_GCC_2290 is not set +# CONFIG_QCM_DISPCC_2290 is not set +# CONFIG_QCS_GCC_404 is not set +# CONFIG_SC_CAMCC_8280XP is not set +# CONFIG_SA_GCC_8775P is not set +# CONFIG_SA_GPUCC_8775P is not set +# CONFIG_QCS_TURING_404 is not set +# CONFIG_QCS_Q6SSTOP_404 is not set +# CONFIG_QDU_GCC_1000 is not set +# CONFIG_SDX_GCC_55 is not set +# CONFIG_SDX_GCC_65 is not set +# CONFIG_SDX_GCC_75 is not set +# CONFIG_SM_GCC_7150 is not set +# CONFIG_SM_GPUCC_8650 is not set +# CONFIG_SPMI_PMIC_CLKDIV is not set +# CONFIG_QCOM_HFPLL is not set +# CONFIG_KPSS_XCC is not set +# CONFIG_KRAITCC is not set +CONFIG_CLK_RENESAS=y +CONFIG_CLK_EMEV2=y +CONFIG_CLK_RZA1=y +CONFIG_CLK_R7S9210=y +CONFIG_CLK_R8A73A4=y +CONFIG_CLK_R8A7740=y +CONFIG_CLK_R8A7742=y +CONFIG_CLK_R8A7743=y +CONFIG_CLK_R8A7745=y +CONFIG_CLK_R8A77470=y +CONFIG_CLK_R8A7778=y +CONFIG_CLK_R8A7779=y +CONFIG_CLK_R8A7790=y +CONFIG_CLK_R8A7791=y +CONFIG_CLK_R8A7792=y +CONFIG_CLK_R8A7794=y +CONFIG_CLK_R9A06G032=y +CONFIG_CLK_SH73A0=y +CONFIG_CLK_RCAR_GEN2_CPG=y +# CONFIG_CLK_RCAR_USB2_CLOCK_SEL is not set +CONFIG_CLK_RENESAS_CPG_MSSR=y +CONFIG_CLK_RENESAS_CPG_MSTP=y +CONFIG_CLK_RENESAS_DIV6=y +CONFIG_COMMON_CLK_ROCKCHIP=y +CONFIG_CLK_RV110X=y +CONFIG_CLK_RV1126=y +CONFIG_CLK_RK3036=y +CONFIG_CLK_RK312X=y +CONFIG_CLK_RK3188=y +CONFIG_CLK_RK322X=y +CONFIG_CLK_RK3288=y +CONFIG_COMMON_CLK_SAMSUNG=y +CONFIG_EXYNOS_3250_COMMON_CLK=y +CONFIG_EXYNOS_4_COMMON_CLK=y +CONFIG_EXYNOS_5250_COMMON_CLK=y +CONFIG_EXYNOS_5260_COMMON_CLK=y +CONFIG_EXYNOS_5410_COMMON_CLK=y +CONFIG_EXYNOS_5420_COMMON_CLK=y +CONFIG_EXYNOS_AUDSS_CLK_CON=y +CONFIG_EXYNOS_CLKOUT=y +CONFIG_CLK_INTEL_SOCFPGA=y +CONFIG_CLK_INTEL_SOCFPGA32=y +CONFIG_CLK_SUNXI=y +CONFIG_CLK_SUNXI_CLOCKS=y +CONFIG_CLK_SUNXI_PRCM_SUN6I=y +CONFIG_CLK_SUNXI_PRCM_SUN8I=y +CONFIG_CLK_SUNXI_PRCM_SUN9I=y +CONFIG_SUNXI_CCU=y +CONFIG_SUN20I_D1_CCU=y +CONFIG_SUN20I_D1_R_CCU=y +CONFIG_SUN4I_A10_CCU=y +CONFIG_SUN5I_CCU=y +CONFIG_SUN6I_A31_CCU=y +CONFIG_SUN6I_RTC_CCU=y +CONFIG_SUN8I_A23_CCU=y +CONFIG_SUN8I_A33_CCU=y +CONFIG_SUN8I_A83T_CCU=y +CONFIG_SUN8I_H3_CCU=y +CONFIG_SUN8I_V3S_CCU=y +CONFIG_SUN8I_DE2_CCU=y +CONFIG_SUN8I_R40_CCU=y +CONFIG_SUN9I_A80_CCU=y +CONFIG_SUN8I_R_CCU=y +CONFIG_TEGRA_CLK_DFLL=y +CONFIG_TEGRA124_CLK_EMC=y +CONFIG_COMMON_CLK_STM32MP=y +CONFIG_COMMON_CLK_STM32MP135=y +CONFIG_COMMON_CLK_STM32MP157=y +CONFIG_COMMON_CLK_TI_ADPLL=y +CONFIG_CLK_UNIPHIER=y +# CONFIG_XILINX_VCU is not set +# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set +CONFIG_HWSPINLOCK=y +CONFIG_HWSPINLOCK_OMAP=y +CONFIG_HWSPINLOCK_QCOM=y +# CONFIG_HWSPINLOCK_STM32 is not set +# CONFIG_HWSPINLOCK_SUN6I is not set +# CONFIG_HSEM_U8500 is not set + +# +# Clock Source drivers +# +CONFIG_TIMER_OF=y +CONFIG_TIMER_PROBE=y +CONFIG_OMAP_DM_SYSTIMER=y +CONFIG_CLKSRC_MMIO=y +CONFIG_BCM2835_TIMER=y +CONFIG_BCM_KONA_TIMER=y +CONFIG_DIGICOLOR_TIMER=y +CONFIG_OMAP_DM_TIMER=y +CONFIG_DW_APB_TIMER=y +CONFIG_DW_APB_TIMER_OF=y +CONFIG_ROCKCHIP_TIMER=y +CONFIG_ARMADA_370_XP_TIMER=y +CONFIG_MESON6_TIMER=y +CONFIG_ORION_TIMER=y +CONFIG_OWL_TIMER=y +CONFIG_SUN4I_TIMER=y +CONFIG_SUN5I_HSTIMER=y +CONFIG_TEGRA_TIMER=y +# CONFIG_TEGRA186_TIMER is not set +CONFIG_VT8500_TIMER=y +CONFIG_CADENCE_TTC_TIMER=y +CONFIG_CLKSRC_NOMADIK_MTU=y +CONFIG_CLKSRC_DBX500_PRCMU=y +CONFIG_KEYSTONE_TIMER=y +CONFIG_CLKSRC_TI_32K=y +CONFIG_CLKSRC_STM32=y +# CONFIG_CLKSRC_STM32_LP is not set +CONFIG_ARM_ARCH_TIMER=y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y +CONFIG_ARM_GLOBAL_TIMER=y +CONFIG_ARM_GT_INITIAL_PRESCALER_VAL=2 +CONFIG_ARM_TIMER_SP804=y +CONFIG_CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK=y +CONFIG_ATMEL_PIT=y +CONFIG_ATMEL_TCB_CLKSRC=y +CONFIG_CLKSRC_EXYNOS_MCT=y +CONFIG_CLKSRC_SAMSUNG_PWM=y +CONFIG_SYS_SUPPORTS_SH_CMT=y +CONFIG_MTK_TIMER=y +CONFIG_MTK_CPUX_TIMER=y +CONFIG_SYS_SUPPORTS_SH_MTU2=y +CONFIG_SYS_SUPPORTS_SH_TMU=y +CONFIG_SYS_SUPPORTS_EM_STI=y +CONFIG_SH_TIMER_CMT=y +CONFIG_SH_TIMER_MTU2=y +CONFIG_RENESAS_OSTM=y +CONFIG_SH_TIMER_TMU=y +CONFIG_EM_TIMER_STI=y +CONFIG_CLKSRC_QCOM=y +CONFIG_CLKSRC_VERSATILE=y +CONFIG_CLKSRC_IMX_GPT=y +CONFIG_CLKSRC_IMX_TPM=y +CONFIG_CLKSRC_ST_LPC=y +CONFIG_GXP_TIMER=y +CONFIG_MILBEAUT_TIMER=y +CONFIG_MICROCHIP_PIT64B=y +# end of Clock Source drivers + +CONFIG_MAILBOX=y +# CONFIG_ARM_MHU is not set +# CONFIG_ARM_MHU_V2 is not set +# CONFIG_IMX_MBOX is not set +# CONFIG_PLATFORM_MHU is not set +CONFIG_PL320_MBOX=y +# CONFIG_ARMADA_37XX_RWTM_MBOX is not set +CONFIG_OMAP2PLUS_MBOX=y +CONFIG_OMAP_MBOX_KFIFO_SIZE=256 +# CONFIG_ROCKCHIP_MBOX is not set +# CONFIG_ALTERA_MBOX is not set +CONFIG_BCM2835_MBOX=y +CONFIG_STI_MBOX=m +# CONFIG_TI_MESSAGE_MANAGER is not set +CONFIG_HI3660_MBOX=y +CONFIG_HI6220_MBOX=y +# CONFIG_MAILBOX_TEST is not set +CONFIG_QCOM_APCS_IPC=y +# CONFIG_TEGRA_HSP_MBOX is not set +# CONFIG_BCM_PDC_MBOX is not set +CONFIG_STM32_IPCC=m +# CONFIG_MTK_ADSP_MBOX is not set +# CONFIG_MTK_CMDQ_MBOX is not set +CONFIG_SUN6I_MSGBOX=y +CONFIG_QCOM_IPCC=y +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +CONFIG_IOMMU_IO_PGTABLE=y +CONFIG_IOMMU_IO_PGTABLE_LPAE=y +# CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set +# CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +CONFIG_IOMMU_DEFAULT_DMA_STRICT=y +# CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_OF_IOMMU=y +# CONFIG_MSM_IOMMU is not set +# CONFIG_IOMMUFD is not set +CONFIG_OMAP_IOMMU=y +CONFIG_OMAP_IOMMU_DEBUG=y +CONFIG_ROCKCHIP_IOMMU=y +# CONFIG_SUN50I_IOMMU is not set +CONFIG_TEGRA_IOMMU_SMMU=y +CONFIG_EXYNOS_IOMMU=y +# CONFIG_EXYNOS_IOMMU_DEBUG is not set +# CONFIG_IPMMU_VMSA is not set +# CONFIG_ARM_SMMU is not set +# CONFIG_MTK_IOMMU is not set +# CONFIG_MTK_IOMMU_V1 is not set +CONFIG_QCOM_IOMMU=y + +# +# Remoteproc drivers +# +CONFIG_REMOTEPROC=y +# CONFIG_REMOTEPROC_CDEV is not set +# CONFIG_IMX_REMOTEPROC is not set +# CONFIG_IMX_DSP_REMOTEPROC is not set +# CONFIG_MTK_SCP is not set +CONFIG_OMAP_REMOTEPROC=m +CONFIG_OMAP_REMOTEPROC_WATCHDOG=y +# CONFIG_WKUP_M3_RPROC is not set +CONFIG_KEYSTONE_REMOTEPROC=m +# CONFIG_MESON_MX_AO_ARC_REMOTEPROC is not set +CONFIG_QCOM_PIL_INFO=m +CONFIG_QCOM_RPROC_COMMON=m +CONFIG_QCOM_Q6V5_COMMON=m +# CONFIG_QCOM_Q6V5_ADSP is not set +CONFIG_QCOM_Q6V5_MSS=m +# CONFIG_QCOM_Q6V5_PAS is not set +# CONFIG_QCOM_Q6V5_WCSS is not set +CONFIG_QCOM_SYSMON=m +CONFIG_QCOM_WCNSS_PIL=m +# CONFIG_RCAR_REMOTEPROC is not set +CONFIG_ST_REMOTEPROC=m +CONFIG_ST_SLIM_REMOTEPROC=m +# CONFIG_STM32_RPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +CONFIG_RPMSG=y +CONFIG_RPMSG_CHAR=m +CONFIG_RPMSG_CTRL=m +CONFIG_RPMSG_NS=m +# CONFIG_RPMSG_QCOM_GLINK_RPM is not set +# CONFIG_RPMSG_QCOM_GLINK_SMEM is not set +CONFIG_RPMSG_QCOM_SMD=y +CONFIG_RPMSG_VIRTIO=m +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# CONFIG_MESON_CANVAS is not set +CONFIG_MESON_CLK_MEASURE=y +CONFIG_MESON_MX_SOCINFO=y +# end of Amlogic SoC drivers + +# +# ASPEED SoC drivers +# +CONFIG_ASPEED_LPC_CTRL=m +CONFIG_ASPEED_LPC_SNOOP=m +CONFIG_ASPEED_UART_ROUTING=y +CONFIG_ASPEED_P2A_CTRL=m +CONFIG_ASPEED_SOCINFO=y +# end of ASPEED SoC drivers + +CONFIG_AT91_SOC_ID=y +# CONFIG_AT91_SOC_SFR is not set + +# +# Broadcom SoC drivers +# +CONFIG_SOC_BRCMSTB=y +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# CONFIG_QUICC_ENGINE is not set +CONFIG_FSL_GUTS=y +# CONFIG_FSL_RCPM is not set +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# end of fujitsu SoC drivers + +# +# Hisilicon SoC drivers +# +# end of Hisilicon SoC drivers + +# +# i.MX SoC drivers +# +# CONFIG_SOC_IMX8M is not set +# CONFIG_SOC_IMX9 is not set +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# CONFIG_LITEX_SOC_CONTROLLER is not set +# end of Enable LiteX SoC Builder specific drivers + +# +# MediaTek SoC drivers +# +# CONFIG_MTK_CMDQ is not set +# CONFIG_MTK_DEVAPC is not set +CONFIG_MTK_INFRACFG=y +# CONFIG_MTK_PMIC_WRAP is not set +CONFIG_MTK_REGULATOR_COUPLER=y +CONFIG_MTK_MMSYS=y +# end of MediaTek SoC drivers + +# CONFIG_WPCM450_SOC is not set +CONFIG_PLAT_PXA=y +CONFIG_PXA_SSP=m + +# +# Qualcomm SoC drivers +# +# CONFIG_QCOM_AOSS_QMP is not set +CONFIG_QCOM_COMMAND_DB=m +# CONFIG_QCOM_GENI_SE is not set +CONFIG_QCOM_GSBI=y +# CONFIG_QCOM_LLCC is not set +CONFIG_QCOM_MDT_LOADER=m +CONFIG_QCOM_OCMEM=m +# CONFIG_QCOM_PMIC_PDCHARGER_ULOG is not set +# CONFIG_QCOM_PMIC_GLINK is not set +CONFIG_QCOM_QMI_HELPERS=m +# CONFIG_QCOM_RAMP_CTRL is not set +CONFIG_QCOM_RMTFS_MEM=m +# CONFIG_QCOM_RPM_MASTER_STATS is not set +CONFIG_QCOM_RPMH=m +CONFIG_QCOM_SMEM=y +CONFIG_QCOM_SMD_RPM=y +CONFIG_QCOM_SMEM_STATE=y +CONFIG_QCOM_SMP2P=y +CONFIG_QCOM_SMSM=y +CONFIG_QCOM_SOCINFO=m +CONFIG_QCOM_SPM=y +CONFIG_QCOM_STATS=m +CONFIG_QCOM_WCNSS_CTRL=m +# CONFIG_QCOM_APR is not set +# CONFIG_QCOM_ICC_BWMON is not set +# end of Qualcomm SoC drivers + +CONFIG_SOC_RENESAS=y +CONFIG_ARCH_RCAR_GEN1=y +CONFIG_ARCH_RCAR_GEN2=y +CONFIG_ARCH_RMOBILE=y +CONFIG_ARCH_RZN1=y +CONFIG_ARCH_EMEV2=y +CONFIG_ARCH_R8A7794=y +CONFIG_ARCH_R8A7779=y +CONFIG_ARCH_R8A7790=y +CONFIG_ARCH_R8A7778=y +CONFIG_ARCH_R8A7793=y +CONFIG_ARCH_R8A7791=y +CONFIG_ARCH_R8A7792=y +CONFIG_ARCH_R8A7740=y +CONFIG_ARCH_R8A73A4=y +CONFIG_ARCH_R7S72100=y +CONFIG_ARCH_R7S9210=y +CONFIG_ARCH_R8A77470=y +CONFIG_ARCH_R8A7745=y +CONFIG_ARCH_R8A7742=y +CONFIG_ARCH_R8A7743=y +CONFIG_ARCH_R8A7744=y +CONFIG_ARCH_R9A06G032=y +CONFIG_ARCH_SH73A0=y +CONFIG_RST_RCAR=y +CONFIG_ROCKCHIP_GRF=y +CONFIG_ROCKCHIP_IODOMAIN=y +CONFIG_SOC_SAMSUNG=y +CONFIG_EXYNOS_ASV_ARM=y +CONFIG_EXYNOS_CHIPID=y +# CONFIG_EXYNOS_USI is not set +CONFIG_EXYNOS_PMU=y +CONFIG_EXYNOS_PMU_ARM_DRIVERS=y +CONFIG_EXYNOS_REGULATOR_COUPLER=y +CONFIG_SUNXI_MBUS=y +CONFIG_SUNXI_SRAM=y +CONFIG_ARCH_TEGRA_2x_SOC=y +CONFIG_ARCH_TEGRA_3x_SOC=y +CONFIG_ARCH_TEGRA_114_SOC=y +CONFIG_ARCH_TEGRA_124_SOC=y +CONFIG_SOC_TEGRA_FUSE=y +CONFIG_SOC_TEGRA_FLOWCTRL=y +CONFIG_SOC_TEGRA_PMC=y +CONFIG_SOC_TEGRA20_VOLTAGE_COUPLER=y +CONFIG_SOC_TEGRA30_VOLTAGE_COUPLER=y +# CONFIG_SOC_TI is not set +CONFIG_UX500_SOC_ID=y + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# +# PM Domains +# +CONFIG_OWL_PM_DOMAINS_HELPER=y +# CONFIG_OWL_PM_DOMAINS is not set + +# +# Amlogic PM Domains +# +CONFIG_MESON_GX_PM_DOMAINS=y +CONFIG_MESON_EE_PM_DOMAINS=y +# end of Amlogic PM Domains + +CONFIG_ARM_SCMI_PERF_DOMAIN=y +CONFIG_ARM_SCMI_POWER_DOMAIN=y + +# +# Broadcom PM Domains +# +CONFIG_BCM2835_POWER=y +CONFIG_RASPBERRYPI_POWER=y +CONFIG_BCM_PMB=y +# end of Broadcom PM Domains + +# +# i.MX PM Domains +# +CONFIG_IMX_GPCV2_PM_DOMAINS=y +# end of i.MX PM Domains + +# +# MediaTek PM Domains +# +CONFIG_MTK_SCPSYS=y +CONFIG_MTK_SCPSYS_PM_DOMAINS=y +# end of MediaTek PM Domains + +# +# Qualcomm PM Domains +# +CONFIG_QCOM_CPR=y +CONFIG_QCOM_RPMHPD=m +CONFIG_QCOM_RPMPD=y +# end of Qualcomm PM Domains + +CONFIG_SYSC_RCAR=y +CONFIG_SYSC_R8A7794=y +CONFIG_SYSC_R8A7779=y +CONFIG_SYSC_R8A7790=y +CONFIG_SYSC_R8A7791=y +CONFIG_SYSC_R8A7792=y +CONFIG_SYSC_RMOBILE=y +CONFIG_SYSC_R8A77470=y +CONFIG_SYSC_R8A7745=y +CONFIG_SYSC_R8A7742=y +CONFIG_SYSC_R8A7743=y +CONFIG_ROCKCHIP_PM_DOMAINS=y +CONFIG_EXYNOS_PM_DOMAINS=y +CONFIG_UX500_PM_DOMAIN=y +# CONFIG_SUN20I_PPU is not set +CONFIG_OMAP2PLUS_PRM=y +# end of PM Domains + +CONFIG_PM_DEVFREQ=y + +# +# DEVFREQ Governors +# +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set +# CONFIG_DEVFREQ_GOV_POWERSAVE is not set +# CONFIG_DEVFREQ_GOV_USERSPACE is not set +CONFIG_DEVFREQ_GOV_PASSIVE=m + +# +# DEVFREQ Drivers +# +CONFIG_ARM_EXYNOS_BUS_DEVFREQ=m +# CONFIG_ARM_IMX_BUS_DEVFREQ is not set +# CONFIG_ARM_IMX8M_DDRC_DEVFREQ is not set +CONFIG_ARM_TEGRA_DEVFREQ=m +# CONFIG_ARM_RK3399_DMC_DEVFREQ is not set +# CONFIG_ARM_SUN8I_A33_MBUS_DEVFREQ is not set +CONFIG_PM_DEVFREQ_EVENT=y +CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP=m +CONFIG_DEVFREQ_EVENT_EXYNOS_PPMU=m +# CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI is not set +CONFIG_EXTCON=y + +# +# Extcon Device Drivers +# +# CONFIG_EXTCON_ADC_JACK is not set +# CONFIG_EXTCON_FSA9480 is not set +# CONFIG_EXTCON_GPIO is not set +CONFIG_EXTCON_MAX14577=m +# CONFIG_EXTCON_MAX3355 is not set +CONFIG_EXTCON_MAX77693=m +CONFIG_EXTCON_MAX8997=m +# CONFIG_EXTCON_PALMAS is not set +# CONFIG_EXTCON_PTN5150 is not set +# CONFIG_EXTCON_QCOM_SPMI_MISC is not set +# CONFIG_EXTCON_RT8973A is not set +# CONFIG_EXTCON_SM5502 is not set +CONFIG_EXTCON_USB_GPIO=y +# CONFIG_EXTCON_USBC_CROS_EC is not set +# CONFIG_EXTCON_USBC_TUSB320 is not set +CONFIG_MEMORY=y +CONFIG_DDR=y +# CONFIG_ARM_PL172_MPMC is not set +CONFIG_ATMEL_EBI=y +CONFIG_BRCMSTB_DPFE=y +CONFIG_BRCMSTB_MEMC=y +CONFIG_TI_AEMIF=y +# CONFIG_TI_EMIF is not set +CONFIG_OMAP_GPMC=y +# CONFIG_OMAP_GPMC_DEBUG is not set +# CONFIG_TI_EMIF_SRAM is not set +CONFIG_MVEBU_DEVBUS=y +CONFIG_PL353_SMC=y +# CONFIG_RENESAS_RPCIF is not set +CONFIG_STM32_FMC2_EBI=y +CONFIG_SAMSUNG_MC=y +CONFIG_EXYNOS5422_DMC=m +CONFIG_EXYNOS_SROM=y +CONFIG_TEGRA_MC=y +CONFIG_TEGRA20_EMC=y +CONFIG_TEGRA30_EMC=y +CONFIG_TEGRA124_EMC=y +CONFIG_IIO=y +CONFIG_IIO_BUFFER=y +CONFIG_IIO_BUFFER_CB=m +# CONFIG_IIO_BUFFER_DMA is not set +# CONFIG_IIO_BUFFER_DMAENGINE is not set +CONFIG_IIO_BUFFER_HW_CONSUMER=m +CONFIG_IIO_KFIFO_BUF=y +CONFIG_IIO_TRIGGERED_BUFFER=y +CONFIG_IIO_CONFIGFS=y +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +# CONFIG_IIO_SW_DEVICE is not set +CONFIG_IIO_SW_TRIGGER=y +# CONFIG_IIO_TRIGGERED_EVENT is not set + +# +# Accelerometers +# +# CONFIG_ADIS16201 is not set +# CONFIG_ADIS16209 is not set +# CONFIG_ADXL313_I2C is not set +# CONFIG_ADXL313_SPI is not set +# CONFIG_ADXL355_I2C is not set +# CONFIG_ADXL355_SPI is not set +# CONFIG_ADXL367_SPI is not set +# CONFIG_ADXL367_I2C is not set +# CONFIG_ADXL372_SPI is not set +# CONFIG_ADXL372_I2C is not set +# CONFIG_BMA180 is not set +# CONFIG_BMA220 is not set +# CONFIG_BMA400 is not set +# CONFIG_BMC150_ACCEL is not set +# CONFIG_BMI088_ACCEL is not set +# CONFIG_DA280 is not set +# CONFIG_DA311 is not set +# CONFIG_DMARD06 is not set +# CONFIG_DMARD09 is not set +# CONFIG_DMARD10 is not set +# CONFIG_FXLS8962AF_I2C is not set +# CONFIG_FXLS8962AF_SPI is not set +# CONFIG_IIO_CROS_EC_ACCEL_LEGACY is not set +# CONFIG_IIO_ST_ACCEL_3AXIS is not set +# CONFIG_IIO_KX022A_SPI is not set +# CONFIG_IIO_KX022A_I2C is not set +# CONFIG_KXSD9 is not set +# CONFIG_KXCJK1013 is not set +# CONFIG_MC3230 is not set +# CONFIG_MMA7455_I2C is not set +# CONFIG_MMA7455_SPI is not set +# CONFIG_MMA7660 is not set +# CONFIG_MMA8452 is not set +# CONFIG_MMA9551 is not set +# CONFIG_MMA9553 is not set +# CONFIG_MSA311 is not set +# CONFIG_MXC4005 is not set +# CONFIG_MXC6255 is not set +# CONFIG_SCA3000 is not set +# CONFIG_SCA3300 is not set +# CONFIG_STK8312 is not set +# CONFIG_STK8BA50 is not set +# end of Accelerometers + +# +# Analog to digital converters +# +CONFIG_AB8500_GPADC=y +# CONFIG_AD4130 is not set +# CONFIG_AD7091R5 is not set +# CONFIG_AD7091R8 is not set +# CONFIG_AD7124 is not set +# CONFIG_AD7192 is not set +# CONFIG_AD7266 is not set +# CONFIG_AD7280 is not set +# CONFIG_AD7291 is not set +# CONFIG_AD7292 is not set +# CONFIG_AD7298 is not set +# CONFIG_AD7476 is not set +# CONFIG_AD7606_IFACE_PARALLEL is not set +# CONFIG_AD7606_IFACE_SPI is not set +# CONFIG_AD7766 is not set +# CONFIG_AD7768_1 is not set +# CONFIG_AD7780 is not set +# CONFIG_AD7791 is not set +# CONFIG_AD7793 is not set +# CONFIG_AD7887 is not set +# CONFIG_AD7923 is not set +# CONFIG_AD7949 is not set +# CONFIG_AD799X is not set +# CONFIG_ADI_AXI_ADC is not set +CONFIG_ASPEED_ADC=m +CONFIG_AT91_ADC=m +CONFIG_AT91_SAMA5D2_ADC=m +# CONFIG_AXP20X_ADC is not set +# CONFIG_AXP288_ADC is not set +CONFIG_BCM_IPROC_ADC=y +CONFIG_BERLIN2_ADC=m +# CONFIG_CC10001_ADC is not set +CONFIG_CPCAP_ADC=m +# CONFIG_ENVELOPE_DETECTOR is not set +CONFIG_EXYNOS_ADC=m +# CONFIG_HI8435 is not set +# CONFIG_HX711 is not set +# CONFIG_INA2XX_ADC is not set +# CONFIG_IMX7D_ADC is not set +# CONFIG_IMX8QXP_ADC is not set +# CONFIG_IMX93_ADC is not set +# CONFIG_LTC2309 is not set +# CONFIG_LTC2471 is not set +# CONFIG_LTC2485 is not set +# CONFIG_LTC2496 is not set +# CONFIG_LTC2497 is not set +# CONFIG_MAX1027 is not set +# CONFIG_MAX11100 is not set +# CONFIG_MAX1118 is not set +# CONFIG_MAX11205 is not set +# CONFIG_MAX11410 is not set +# CONFIG_MAX1241 is not set +# CONFIG_MAX1363 is not set +# CONFIG_MAX34408 is not set +# CONFIG_MAX9611 is not set +# CONFIG_MCP320X is not set +# CONFIG_MCP3422 is not set +# CONFIG_MCP3564 is not set +# CONFIG_MCP3911 is not set +# CONFIG_MEDIATEK_MT6577_AUXADC is not set +CONFIG_MESON_SARADC=m +# CONFIG_NAU7802 is not set +# CONFIG_PALMAS_GPADC is not set +CONFIG_QCOM_VADC_COMMON=m +# CONFIG_QCOM_PM8XXX_XOADC is not set +# CONFIG_QCOM_SPMI_RRADC is not set +# CONFIG_QCOM_SPMI_IADC is not set +CONFIG_QCOM_SPMI_VADC=m +# CONFIG_QCOM_SPMI_ADC5 is not set +# CONFIG_RCAR_GYRO_ADC is not set +# CONFIG_RN5T618_ADC is not set +CONFIG_ROCKCHIP_SARADC=m +# CONFIG_RICHTEK_RTQ6056 is not set +# CONFIG_SPEAR_ADC is not set +# CONFIG_SD_ADC_MODULATOR is not set +CONFIG_STM32_ADC_CORE=m +CONFIG_STM32_ADC=m +CONFIG_STM32_DFSDM_CORE=m +CONFIG_STM32_DFSDM_ADC=m +CONFIG_STMPE_ADC=m +# CONFIG_SUN4I_GPADC is not set +# CONFIG_SUN20I_GPADC is not set +# CONFIG_TI_ADC081C is not set +# CONFIG_TI_ADC0832 is not set +# CONFIG_TI_ADC084S021 is not set +# CONFIG_TI_ADC12138 is not set +# CONFIG_TI_ADC108S102 is not set +# CONFIG_TI_ADC128S052 is not set +# CONFIG_TI_ADC161S626 is not set +# CONFIG_TI_ADS1015 is not set +# CONFIG_TI_ADS7924 is not set +# CONFIG_TI_ADS1100 is not set +# CONFIG_TI_ADS7950 is not set +# CONFIG_TI_ADS8344 is not set +# CONFIG_TI_ADS8688 is not set +# CONFIG_TI_ADS124S08 is not set +# CONFIG_TI_ADS131E08 is not set +# CONFIG_TI_LMP92064 is not set +# CONFIG_TI_TLC4541 is not set +# CONFIG_TI_TSC2046 is not set +# CONFIG_TWL4030_MADC is not set +# CONFIG_TWL6030_GPADC is not set +CONFIG_VF610_ADC=m +CONFIG_XILINX_XADC=y +# end of Analog to digital converters + +# +# Analog to digital and digital to analog converters +# +# CONFIG_AD74115 is not set +# CONFIG_AD74413R is not set +# end of Analog to digital and digital to analog converters + +# +# Analog Front Ends +# +# CONFIG_IIO_RESCALE is not set +# end of Analog Front Ends + +# +# Amplifiers +# +# CONFIG_AD8366 is not set +# CONFIG_ADA4250 is not set +# CONFIG_HMC425 is not set +# end of Amplifiers + +# +# Capacitance to digital converters +# +# CONFIG_AD7150 is not set +# CONFIG_AD7746 is not set +# end of Capacitance to digital converters + +# +# Chemical Sensors +# +# CONFIG_AOSONG_AGS02MA is not set +# CONFIG_ATLAS_PH_SENSOR is not set +# CONFIG_ATLAS_EZO_SENSOR is not set +# CONFIG_BME680 is not set +# CONFIG_CCS811 is not set +# CONFIG_IAQCORE is not set +# CONFIG_PMS7003 is not set +# CONFIG_SCD30_CORE is not set +# CONFIG_SCD4X is not set +# CONFIG_SENSIRION_SGP30 is not set +# CONFIG_SENSIRION_SGP40 is not set +# CONFIG_SPS30_I2C is not set +# CONFIG_SPS30_SERIAL is not set +# CONFIG_SENSEAIR_SUNRISE_CO2 is not set +# CONFIG_VZ89X is not set +# end of Chemical Sensors + +CONFIG_IIO_CROS_EC_SENSORS_CORE=m +CONFIG_IIO_CROS_EC_SENSORS=m +# CONFIG_IIO_CROS_EC_SENSORS_LID_ANGLE is not set + +# +# Hid Sensor IIO Common +# +# end of Hid Sensor IIO Common + +# +# IIO SCMI Sensors +# +# CONFIG_IIO_SCMI is not set +# end of IIO SCMI Sensors + +# +# SSP Sensor Common +# +# CONFIG_IIO_SSP_SENSORHUB is not set +# end of SSP Sensor Common + +# +# Digital to analog converters +# +# CONFIG_AD3552R is not set +# CONFIG_AD5064 is not set +# CONFIG_AD5360 is not set +# CONFIG_AD5380 is not set +# CONFIG_AD5421 is not set +# CONFIG_AD5446 is not set +# CONFIG_AD5449 is not set +# CONFIG_AD5592R is not set +# CONFIG_AD5593R is not set +# CONFIG_AD5504 is not set +# CONFIG_AD5624R_SPI is not set +# CONFIG_LTC2688 is not set +# CONFIG_AD5686_SPI is not set +# CONFIG_AD5696_I2C is not set +# CONFIG_AD5755 is not set +# CONFIG_AD5758 is not set +# CONFIG_AD5761 is not set +# CONFIG_AD5764 is not set +# CONFIG_AD5766 is not set +# CONFIG_AD5770R is not set +# CONFIG_AD5791 is not set +# CONFIG_AD7293 is not set +# CONFIG_AD7303 is not set +# CONFIG_AD8801 is not set +# CONFIG_DPOT_DAC is not set +# CONFIG_DS4424 is not set +# CONFIG_LTC1660 is not set +# CONFIG_LTC2632 is not set +# CONFIG_M62332 is not set +# CONFIG_MAX517 is not set +# CONFIG_MAX5522 is not set +# CONFIG_MAX5821 is not set +# CONFIG_MCP4725 is not set +# CONFIG_MCP4728 is not set +# CONFIG_MCP4821 is not set +# CONFIG_MCP4922 is not set +CONFIG_STM32_DAC=m +CONFIG_STM32_DAC_CORE=m +# CONFIG_TI_DAC082S085 is not set +# CONFIG_TI_DAC5571 is not set +# CONFIG_TI_DAC7311 is not set +# CONFIG_TI_DAC7612 is not set +# CONFIG_VF610_DAC is not set +# end of Digital to analog converters + +# +# IIO dummy driver +# +# end of IIO dummy driver + +# +# Filters +# +# end of Filters + +# +# Frequency Synthesizers DDS/PLL +# + +# +# Clock Generator/Distribution +# +# CONFIG_AD9523 is not set +# end of Clock Generator/Distribution + +# +# Phase-Locked Loop (PLL) frequency synthesizers +# +# CONFIG_ADF4350 is not set +# CONFIG_ADF4371 is not set +# CONFIG_ADF4377 is not set +# CONFIG_ADMV1013 is not set +# CONFIG_ADMV4420 is not set +# CONFIG_ADRF6780 is not set +# end of Phase-Locked Loop (PLL) frequency synthesizers +# end of Frequency Synthesizers DDS/PLL + +# +# Digital gyroscope sensors +# +# CONFIG_ADIS16080 is not set +# CONFIG_ADIS16130 is not set +# CONFIG_ADIS16136 is not set +# CONFIG_ADIS16260 is not set +# CONFIG_ADXRS290 is not set +# CONFIG_ADXRS450 is not set +# CONFIG_BMG160 is not set +# CONFIG_FXAS21002C is not set +CONFIG_MPU3050=y +CONFIG_MPU3050_I2C=y +# CONFIG_IIO_ST_GYRO_3AXIS is not set +# CONFIG_ITG3200 is not set +# end of Digital gyroscope sensors + +# +# Health Sensors +# + +# +# Heart Rate Monitors +# +# CONFIG_AFE4403 is not set +# CONFIG_AFE4404 is not set +# CONFIG_MAX30100 is not set +# CONFIG_MAX30102 is not set +# end of Heart Rate Monitors +# end of Health Sensors + +# +# Humidity sensors +# +# CONFIG_AM2315 is not set +# CONFIG_DHT11 is not set +# CONFIG_HDC100X is not set +# CONFIG_HDC2010 is not set +# CONFIG_HDC3020 is not set +# CONFIG_HTS221 is not set +# CONFIG_HTU21 is not set +# CONFIG_SI7005 is not set +# CONFIG_SI7020 is not set +# end of Humidity sensors + +# +# Inertial measurement units +# +# CONFIG_ADIS16400 is not set +# CONFIG_ADIS16460 is not set +# CONFIG_ADIS16475 is not set +# CONFIG_ADIS16480 is not set +# CONFIG_BMI160_I2C is not set +# CONFIG_BMI160_SPI is not set +# CONFIG_BMI323_I2C is not set +# CONFIG_BMI323_SPI is not set +# CONFIG_BOSCH_BNO055_SERIAL is not set +# CONFIG_BOSCH_BNO055_I2C is not set +# CONFIG_FXOS8700_I2C is not set +# CONFIG_FXOS8700_SPI is not set +# CONFIG_KMX61 is not set +# CONFIG_INV_ICM42600_I2C is not set +# CONFIG_INV_ICM42600_SPI is not set +# CONFIG_INV_MPU6050_I2C is not set +# CONFIG_INV_MPU6050_SPI is not set +# CONFIG_IIO_ST_LSM6DSX is not set +# CONFIG_IIO_ST_LSM9DS0 is not set +# end of Inertial measurement units + +# +# Light sensors +# +# CONFIG_ADJD_S311 is not set +# CONFIG_ADUX1020 is not set +# CONFIG_AL3010 is not set +# CONFIG_AL3320A is not set +# CONFIG_APDS9300 is not set +# CONFIG_APDS9960 is not set +# CONFIG_AS73211 is not set +# CONFIG_BH1750 is not set +# CONFIG_BH1780 is not set +# CONFIG_CM32181 is not set +# CONFIG_CM3232 is not set +# CONFIG_CM3323 is not set +# CONFIG_CM3605 is not set +CONFIG_CM36651=m +CONFIG_IIO_CROS_EC_LIGHT_PROX=m +# CONFIG_GP2AP002 is not set +# CONFIG_GP2AP020A00F is not set +CONFIG_SENSORS_ISL29018=y +CONFIG_SENSORS_ISL29028=y +# CONFIG_ISL29125 is not set +# CONFIG_ISL76682 is not set +# CONFIG_JSA1212 is not set +# CONFIG_ROHM_BU27008 is not set +# CONFIG_ROHM_BU27034 is not set +# CONFIG_RPR0521 is not set +# CONFIG_LTR390 is not set +# CONFIG_LTR501 is not set +# CONFIG_LTRF216A is not set +# CONFIG_LV0104CS is not set +# CONFIG_MAX44000 is not set +# CONFIG_MAX44009 is not set +# CONFIG_NOA1305 is not set +# CONFIG_OPT3001 is not set +# CONFIG_OPT4001 is not set +# CONFIG_PA12203001 is not set +# CONFIG_SI1133 is not set +# CONFIG_SI1145 is not set +# CONFIG_STK3310 is not set +# CONFIG_ST_UVIS25 is not set +# CONFIG_TCS3414 is not set +# CONFIG_TCS3472 is not set +# CONFIG_SENSORS_TSL2563 is not set +# CONFIG_TSL2583 is not set +# CONFIG_TSL2591 is not set +# CONFIG_TSL2772 is not set +# CONFIG_TSL4531 is not set +# CONFIG_US5182D is not set +# CONFIG_VCNL4000 is not set +# CONFIG_VCNL4035 is not set +# CONFIG_VEML6030 is not set +# CONFIG_VEML6070 is not set +# CONFIG_VEML6075 is not set +# CONFIG_VL6180 is not set +# CONFIG_ZOPT2201 is not set +# end of Light sensors + +# +# Magnetometer sensors +# +# CONFIG_AK8974 is not set +CONFIG_AK8975=y +# CONFIG_AK09911 is not set +# CONFIG_BMC150_MAGN_I2C is not set +# CONFIG_BMC150_MAGN_SPI is not set +# CONFIG_MAG3110 is not set +# CONFIG_MMC35240 is not set +# CONFIG_IIO_ST_MAGN_3AXIS is not set +# CONFIG_SENSORS_HMC5843_I2C is not set +# CONFIG_SENSORS_HMC5843_SPI is not set +# CONFIG_SENSORS_RM3100_I2C is not set +# CONFIG_SENSORS_RM3100_SPI is not set +# CONFIG_TI_TMAG5273 is not set +# CONFIG_YAMAHA_YAS530 is not set +# end of Magnetometer sensors + +# +# Multiplexers +# +# CONFIG_IIO_MUX is not set +# end of Multiplexers + +# +# Inclinometer sensors +# +# end of Inclinometer sensors + +# +# Triggers - standalone +# +CONFIG_IIO_HRTIMER_TRIGGER=y +# CONFIG_IIO_INTERRUPT_TRIGGER is not set +CONFIG_IIO_STM32_LPTIMER_TRIGGER=m +CONFIG_IIO_STM32_TIMER_TRIGGER=m +# CONFIG_IIO_TIGHTLOOP_TRIGGER is not set +# CONFIG_IIO_SYSFS_TRIGGER is not set +# end of Triggers - standalone + +# +# Linear and angular position sensors +# +# end of Linear and angular position sensors + +# +# Digital potentiometers +# +# CONFIG_AD5110 is not set +# CONFIG_AD5272 is not set +# CONFIG_DS1803 is not set +# CONFIG_MAX5432 is not set +# CONFIG_MAX5481 is not set +# CONFIG_MAX5487 is not set +# CONFIG_MCP4018 is not set +# CONFIG_MCP4131 is not set +# CONFIG_MCP4531 is not set +# CONFIG_MCP41010 is not set +# CONFIG_TPL0102 is not set +# CONFIG_X9250 is not set +# end of Digital potentiometers + +# +# Digital potentiostats +# +# CONFIG_LMP91000 is not set +# end of Digital potentiostats + +# +# Pressure sensors +# +# CONFIG_ABP060MG is not set +# CONFIG_ROHM_BM1390 is not set +# CONFIG_BMP280 is not set +# CONFIG_IIO_CROS_EC_BARO is not set +# CONFIG_DLHL60D is not set +# CONFIG_DPS310 is not set +# CONFIG_HP03 is not set +# CONFIG_HSC030PA is not set +# CONFIG_ICP10100 is not set +# CONFIG_MPL115_I2C is not set +# CONFIG_MPL115_SPI is not set +# CONFIG_MPL3115 is not set +# CONFIG_MPRLS0025PA is not set +# CONFIG_MS5611 is not set +# CONFIG_MS5637 is not set +# CONFIG_IIO_ST_PRESS is not set +# CONFIG_T5403 is not set +# CONFIG_HP206C is not set +# CONFIG_ZPA2326 is not set +# end of Pressure sensors + +# +# Lightning sensors +# +# CONFIG_AS3935 is not set +# end of Lightning sensors + +# +# Proximity and distance sensors +# +# CONFIG_CROS_EC_MKBP_PROXIMITY is not set +# CONFIG_IRSD200 is not set +# CONFIG_ISL29501 is not set +# CONFIG_LIDAR_LITE_V2 is not set +# CONFIG_MB1232 is not set +# CONFIG_PING is not set +# CONFIG_RFD77402 is not set +# CONFIG_SRF04 is not set +# CONFIG_SX9310 is not set +# CONFIG_SX9324 is not set +# CONFIG_SX9360 is not set +# CONFIG_SX9500 is not set +# CONFIG_SRF08 is not set +# CONFIG_VCNL3020 is not set +# CONFIG_VL53L0X_I2C is not set +# end of Proximity and distance sensors + +# +# Resolver to digital converters +# +# CONFIG_AD2S90 is not set +# CONFIG_AD2S1200 is not set +# CONFIG_AD2S1210 is not set +# end of Resolver to digital converters + +# +# Temperature sensors +# +# CONFIG_LTC2983 is not set +# CONFIG_MAXIM_THERMOCOUPLE is not set +# CONFIG_MLX90614 is not set +# CONFIG_MLX90632 is not set +# CONFIG_MLX90635 is not set +# CONFIG_TMP006 is not set +# CONFIG_TMP007 is not set +# CONFIG_TMP117 is not set +# CONFIG_TSYS01 is not set +# CONFIG_TSYS02D is not set +# CONFIG_MAX30208 is not set +# CONFIG_MAX31856 is not set +# CONFIG_MAX31865 is not set +# CONFIG_MCP9600 is not set +# end of Temperature sensors + +# CONFIG_NTB is not set +CONFIG_PWM=y +CONFIG_PWM_SYSFS=y +# CONFIG_PWM_DEBUG is not set +# CONFIG_PWM_AB8500 is not set +CONFIG_PWM_ATMEL=m +CONFIG_PWM_ATMEL_HLCDC_PWM=m +CONFIG_PWM_ATMEL_TCB=m +CONFIG_PWM_BCM_IPROC=y +CONFIG_PWM_BCM_KONA=y +CONFIG_PWM_BCM2835=y +# CONFIG_PWM_BERLIN is not set +CONFIG_PWM_BRCMSTB=m +# CONFIG_PWM_CLK is not set +# CONFIG_PWM_CROS_EC is not set +# CONFIG_PWM_DWC is not set +CONFIG_PWM_FSL_FTM=m +# CONFIG_PWM_HIBVT is not set +# CONFIG_PWM_IMX1 is not set +# CONFIG_PWM_IMX27 is not set +# CONFIG_PWM_IMX_TPM is not set +CONFIG_PWM_MESON=m +# CONFIG_PWM_MTK_DISP is not set +# CONFIG_PWM_MEDIATEK is not set +# CONFIG_PWM_OMAP_DMTIMER is not set +# CONFIG_PWM_PCA9685 is not set +# CONFIG_PWM_PXA is not set +# CONFIG_PWM_RASPBERRYPI_POE is not set +CONFIG_PWM_RCAR=m +CONFIG_PWM_RENESAS_TPU=y +CONFIG_PWM_ROCKCHIP=m +CONFIG_PWM_SAMSUNG=m +# CONFIG_PWM_SPEAR is not set +CONFIG_PWM_STI=y +CONFIG_PWM_STM32=m +CONFIG_PWM_STM32_LP=m +# CONFIG_PWM_STMPE is not set +CONFIG_PWM_SUN4I=y +# CONFIG_PWM_SUNPLUS is not set +CONFIG_PWM_TEGRA=y +# CONFIG_PWM_TIECAP is not set +# CONFIG_PWM_TIEHRPWM is not set +# CONFIG_PWM_TWL is not set +# CONFIG_PWM_TWL_LED is not set +CONFIG_PWM_VT8500=y +# CONFIG_PWM_XILINX is not set + +# +# IRQ chip support +# +CONFIG_IRQCHIP=y +CONFIG_ARM_GIC=y +CONFIG_ARM_GIC_MAX_NR=1 +CONFIG_ARM_GIC_V2M=y +CONFIG_GIC_NON_BANKED=y +CONFIG_ARM_GIC_V3=y +CONFIG_ARM_GIC_V3_ITS=y +CONFIG_ARM_GIC_V3_ITS_PCI=y +CONFIG_ARM_VIC=y +CONFIG_ARM_VIC_NR=2 +CONFIG_ARMADA_370_XP_IRQ=y +CONFIG_ALPINE_MSI=y +# CONFIG_AL_FIC is not set +CONFIG_ATMEL_AIC5_IRQ=y +CONFIG_BCM7038_L1_IRQ=y +CONFIG_BCM7120_L2_IRQ=y +CONFIG_BRCMSTB_L2_IRQ=y +CONFIG_DW_APB_ICTL=y +CONFIG_OMAP_IRQCHIP=y +CONFIG_ORION_IRQCHIP=y +CONFIG_RENESAS_INTC_IRQPIN=y +CONFIG_RENESAS_IRQC=y +CONFIG_RENESAS_RZA1_IRQC=y +CONFIG_ST_IRQCHIP=y +CONFIG_SUN4I_INTC=y +CONFIG_SUN6I_R_INTC=y +CONFIG_SUNXI_NMI_INTC=y +# CONFIG_TS4800_IRQ is not set +# CONFIG_XILINX_INTC is not set +CONFIG_IRQ_CROSSBAR=y +CONFIG_KEYSTONE_IRQ=y +CONFIG_IMX_GPCV2=y +CONFIG_LS_EXTIRQ=y +CONFIG_LS_SCFG_MSI=y +CONFIG_PARTITION_PERCPU=y +CONFIG_STM32_EXTI=y +CONFIG_IRQ_UNIPHIER_AIDET=y +CONFIG_MESON_IRQ_GPIO=y +# CONFIG_QCOM_PDC is not set +# CONFIG_QCOM_MPM is not set +CONFIG_IMX_IRQSTEER=y +CONFIG_IMX_INTMUX=y +CONFIG_IMX_MU_MSI=m +CONFIG_EXYNOS_IRQ_COMBINER=y +CONFIG_MST_IRQ=y +# CONFIG_MCHP_EIC is not set +CONFIG_SUNPLUS_SP7021_INTC=y +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +CONFIG_ARCH_HAS_RESET_CONTROLLER=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_BERLIN=m +CONFIG_RESET_BRCMSTB=y +CONFIG_RESET_BRCMSTB_RESCAL=y +CONFIG_RESET_IMX7=y +CONFIG_RESET_MCHP_SPARX5=y +CONFIG_RESET_MESON=y +# CONFIG_RESET_MESON_AUDIO_ARB is not set +# CONFIG_RESET_QCOM_AOSS is not set +# CONFIG_RESET_QCOM_PDC is not set +CONFIG_RESET_RASPBERRYPI=y +CONFIG_RESET_SCMI=y +CONFIG_RESET_SIMPLE=y +CONFIG_RESET_SOCFPGA=y +CONFIG_RESET_SUNPLUS=y +CONFIG_RESET_SUNXI=y +# CONFIG_RESET_TI_SYSCON is not set +# CONFIG_RESET_TI_TPS380X is not set +CONFIG_RESET_UNIPHIER=y +CONFIG_RESET_UNIPHIER_GLUE=y +CONFIG_RESET_ZYNQ=y +CONFIG_STIH407_RESET=y +CONFIG_COMMON_RESET_HI3660=y +CONFIG_COMMON_RESET_HI6220=y + +# +# PHY Subsystem +# +CONFIG_GENERIC_PHY=y +CONFIG_GENERIC_PHY_MIPI_DPHY=y +# CONFIG_PHY_CAN_TRANSCEIVER is not set +CONFIG_PHY_SUN4I_USB=y +CONFIG_PHY_SUN6I_MIPI_DPHY=m +CONFIG_PHY_SUN9I_USB=y +# CONFIG_PHY_SUN50I_USB3 is not set +# CONFIG_PHY_MESON8_HDMI_TX is not set +CONFIG_PHY_MESON8B_USB2=y +CONFIG_PHY_MESON_GXL_USB2=y +CONFIG_PHY_MESON_G12A_MIPI_DPHY_ANALOG=y +CONFIG_PHY_MESON_G12A_USB2=y +CONFIG_PHY_MESON_G12A_USB3_PCIE=y +CONFIG_PHY_MESON_AXG_PCIE=y +CONFIG_PHY_MESON_AXG_MIPI_PCIE_ANALOG=y +CONFIG_PHY_MESON_AXG_MIPI_DPHY=y + +# +# PHY drivers for Broadcom platforms +# +CONFIG_PHY_CYGNUS_PCIE=y +CONFIG_PHY_BCM_SR_USB=y +# CONFIG_BCM_KONA_USB2_PHY is not set +# CONFIG_PHY_BCM_NS_USB2 is not set +CONFIG_PHY_NS2_USB_DRD=y +CONFIG_PHY_BRCM_SATA=y +CONFIG_PHY_BRCM_USB=m +CONFIG_PHY_BCM_SR_PCIE=y +# end of PHY drivers for Broadcom platforms + +# CONFIG_PHY_CADENCE_TORRENT is not set +# CONFIG_PHY_CADENCE_DPHY is not set +# CONFIG_PHY_CADENCE_DPHY_RX is not set +# CONFIG_PHY_CADENCE_SIERRA is not set +# CONFIG_PHY_CADENCE_SALVO is not set +# CONFIG_PHY_HISI_INNO_USB2 is not set +CONFIG_PHY_HIX5HD2_SATA=y +CONFIG_ARMADA375_USBCLUSTER_PHY=y +CONFIG_PHY_BERLIN_SATA=y +CONFIG_PHY_BERLIN_USB=y +CONFIG_PHY_MVEBU_A3700_COMPHY=y +CONFIG_PHY_MVEBU_A3700_UTMI=y +# CONFIG_PHY_MVEBU_A38X_COMPHY is not set +# CONFIG_PHY_MVEBU_CP110_COMPHY is not set +# CONFIG_PHY_MVEBU_CP110_UTMI is not set +CONFIG_PHY_MVEBU_SATA=y +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_PXA_USB is not set +CONFIG_PHY_MMP3_USB=m +# CONFIG_PHY_MMP3_HSIC is not set +# CONFIG_PHY_MTK_PCIE is not set +# CONFIG_PHY_MTK_TPHY is not set +# CONFIG_PHY_MTK_UFS is not set +# CONFIG_PHY_MTK_XSPHY is not set +# CONFIG_PHY_MTK_HDMI is not set +# CONFIG_PHY_MTK_MIPI_DSI is not set +# CONFIG_PHY_MTK_DP is not set +CONFIG_PHY_LAN966X_SERDES=m +CONFIG_PHY_CPCAP_USB=m +# CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_OCELOT_SERDES is not set +CONFIG_PHY_QCOM_APQ8064_SATA=m +# CONFIG_PHY_QCOM_EDP is not set +# CONFIG_PHY_QCOM_IPQ4019_USB is not set +# CONFIG_PHY_QCOM_IPQ806X_SATA is not set +# CONFIG_PHY_QCOM_PCIE2 is not set +# CONFIG_PHY_QCOM_QMP is not set +# CONFIG_PHY_QCOM_QUSB2 is not set +# CONFIG_PHY_QCOM_SNPS_EUSB2 is not set +# CONFIG_PHY_QCOM_EUSB2_REPEATER is not set +# CONFIG_PHY_QCOM_M31_USB is not set +CONFIG_PHY_QCOM_USB_HS=y +# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set +# CONFIG_PHY_QCOM_USB_HSIC is not set +# CONFIG_PHY_QCOM_USB_HS_28NM is not set +# CONFIG_PHY_QCOM_USB_SS is not set +# CONFIG_PHY_QCOM_IPQ806X_USB is not set +# CONFIG_PHY_QCOM_SGMII_ETH is not set +# CONFIG_PHY_R8A779F0_ETHERNET_SERDES is not set +CONFIG_PHY_RCAR_GEN2=m +# CONFIG_PHY_RCAR_GEN3_PCIE is not set +# CONFIG_PHY_RCAR_GEN3_USB2 is not set +# CONFIG_PHY_RCAR_GEN3_USB3 is not set +CONFIG_PHY_ROCKCHIP_DP=m +# CONFIG_PHY_ROCKCHIP_DPHY_RX0 is not set +# CONFIG_PHY_ROCKCHIP_EMMC is not set +# CONFIG_PHY_ROCKCHIP_INNO_HDMI is not set +# CONFIG_PHY_ROCKCHIP_INNO_USB2 is not set +# CONFIG_PHY_ROCKCHIP_INNO_CSIDPHY is not set +# CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY is not set +# CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY is not set +# CONFIG_PHY_ROCKCHIP_PCIE is not set +# CONFIG_PHY_ROCKCHIP_SNPS_PCIE3 is not set +# CONFIG_PHY_ROCKCHIP_TYPEC is not set +CONFIG_PHY_ROCKCHIP_USB=y +CONFIG_PHY_EXYNOS_DP_VIDEO=m +CONFIG_PHY_EXYNOS_MIPI_VIDEO=m +# CONFIG_PHY_EXYNOS_PCIE is not set +# CONFIG_PHY_SAMSUNG_UFS is not set +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PHY_EXYNOS4210_USB2=y +CONFIG_PHY_EXYNOS4X12_USB2=y +CONFIG_PHY_EXYNOS5250_USB2=y +CONFIG_PHY_EXYNOS5_USBDRD=y +CONFIG_PHY_EXYNOS5250_SATA=m +CONFIG_PHY_UNIPHIER_USB2=y +CONFIG_PHY_UNIPHIER_USB3=y +# CONFIG_PHY_UNIPHIER_PCIE is not set +CONFIG_PHY_UNIPHIER_AHCI=y +CONFIG_PHY_MIPHY28LP=y +CONFIG_PHY_ST_SPEAR1310_MIPHY=y +CONFIG_PHY_ST_SPEAR1340_MIPHY=y +CONFIG_PHY_STIH407_USB=y +CONFIG_PHY_STM32_USBPHYC=y +# CONFIG_PHY_SUNPLUS_USB is not set +CONFIG_PHY_TEGRA_XUSB=y +CONFIG_PHY_DM816X_USB=m +CONFIG_OMAP_CONTROL_PHY=y +CONFIG_OMAP_USB2=y +CONFIG_TI_PIPE3=y +# CONFIG_PHY_TUSB1210 is not set +CONFIG_TWL4030_USB=m +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_ARM_CCI_PMU is not set +# CONFIG_ARM_CCN is not set +CONFIG_ARM_PMU=y +# CONFIG_ARM_PMUV3 is not set +# CONFIG_FSL_IMX8_DDR_PMU is not set +# CONFIG_FSL_IMX9_DDR_PMU is not set +# CONFIG_DWC_PCIE_PMU is not set +# CONFIG_MESON_DDR_PMU is not set +# end of Performance monitor support + +CONFIG_RAS=y +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +CONFIG_NVMEM_LAYOUTS=y + +# +# Layout Types +# +# CONFIG_NVMEM_LAYOUT_SL28_VPD is not set +# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set +# end of Layout Types + +CONFIG_NVMEM_BCM_OCOTP=y +# CONFIG_NVMEM_BRCM_NVRAM is not set +# CONFIG_NVMEM_IMX_IIM is not set +CONFIG_NVMEM_IMX_OCOTP=y +# CONFIG_NVMEM_IMX_OCOTP_ELE is not set +# CONFIG_NVMEM_LAN9662_OTPC is not set +CONFIG_NVMEM_MESON_MX_EFUSE=m +# CONFIG_NVMEM_MICROCHIP_OTPC is not set +# CONFIG_NVMEM_MTK_EFUSE is not set +CONFIG_NVMEM_QCOM_QFPROM=y +# CONFIG_NVMEM_QCOM_SEC_QFPROM is not set +CONFIG_NVMEM_RMEM=m +CONFIG_NVMEM_ROCKCHIP_EFUSE=m +# CONFIG_NVMEM_ROCKCHIP_OTP is not set +# CONFIG_NVMEM_SNVS_LPGPR is not set +# CONFIG_NVMEM_SPMI_SDAM is not set +CONFIG_NVMEM_STM32_BSEC_OPTEE_TA=y +CONFIG_NVMEM_STM32_ROMEM=m +# CONFIG_NVMEM_SUNPLUS_OCOTP is not set +CONFIG_NVMEM_SUNXI_SID=y +# CONFIG_NVMEM_U_BOOT_ENV is not set +# CONFIG_NVMEM_UNIPHIER_EFUSE is not set +CONFIG_NVMEM_VF610_OCOTP=y + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +CONFIG_FSI=m +# CONFIG_FSI_NEW_DEV_NODE is not set +CONFIG_FSI_MASTER_GPIO=m +CONFIG_FSI_MASTER_HUB=m +CONFIG_FSI_MASTER_ASPEED=m +# CONFIG_FSI_MASTER_I2CR is not set +CONFIG_FSI_SCOM=m +CONFIG_FSI_SBEFIFO=m +CONFIG_FSI_OCC=m +CONFIG_TEE=y +CONFIG_OPTEE=y +CONFIG_PM_OPP=y +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +CONFIG_INTERCONNECT=y +# CONFIG_INTERCONNECT_IMX is not set +CONFIG_INTERCONNECT_QCOM=y +CONFIG_INTERCONNECT_QCOM_MSM8916=y +# CONFIG_INTERCONNECT_QCOM_MSM8939 is not set +# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set +# CONFIG_INTERCONNECT_QCOM_MSM8996 is not set +# CONFIG_INTERCONNECT_QCOM_OSM_L3 is not set +# CONFIG_INTERCONNECT_QCOM_QCM2290 is not set +# CONFIG_INTERCONNECT_QCOM_QCS404 is not set +# CONFIG_INTERCONNECT_QCOM_QDU1000 is not set +CONFIG_INTERCONNECT_QCOM_RPMH_POSSIBLE=m +# CONFIG_INTERCONNECT_QCOM_SA8775P is not set +# CONFIG_INTERCONNECT_QCOM_SC7180 is not set +# CONFIG_INTERCONNECT_QCOM_SC7280 is not set +# CONFIG_INTERCONNECT_QCOM_SC8180X is not set +# CONFIG_INTERCONNECT_QCOM_SC8280XP is not set +# CONFIG_INTERCONNECT_QCOM_SDM660 is not set +# CONFIG_INTERCONNECT_QCOM_SDM670 is not set +# CONFIG_INTERCONNECT_QCOM_SDM845 is not set +# CONFIG_INTERCONNECT_QCOM_SDX55 is not set +# CONFIG_INTERCONNECT_QCOM_SDX65 is not set +# CONFIG_INTERCONNECT_QCOM_SDX75 is not set +# CONFIG_INTERCONNECT_QCOM_SM6115 is not set +# CONFIG_INTERCONNECT_QCOM_SM6350 is not set +# CONFIG_INTERCONNECT_QCOM_SM8150 is not set +# CONFIG_INTERCONNECT_QCOM_SM8250 is not set +# CONFIG_INTERCONNECT_QCOM_SM8350 is not set +# CONFIG_INTERCONNECT_QCOM_SM8450 is not set +# CONFIG_INTERCONNECT_QCOM_SM8550 is not set +# CONFIG_INTERCONNECT_QCOM_SM8650 is not set +# CONFIG_INTERCONNECT_QCOM_X1E80100 is not set +CONFIG_INTERCONNECT_QCOM_SMD_RPM=y +# CONFIG_INTERCONNECT_SAMSUNG is not set +CONFIG_COUNTER=m +# CONFIG_FTM_QUADDEC is not set +# CONFIG_INTERRUPT_CNT is not set +# CONFIG_MICROCHIP_TCB_CAPTURE is not set +CONFIG_STM32_LPTIMER_CNT=m +CONFIG_STM32_TIMER_CNT=m +# CONFIG_TI_ECAP_CAPTURE is not set +# CONFIG_TI_EQEP is not set +# CONFIG_MOST is not set +# CONFIG_PECI is not set +# CONFIG_HTE is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +CONFIG_BUFFER_HEAD=y +CONFIG_LEGACY_DIRECT_IO=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +# CONFIG_EXT4_FS_POSIX_ACL is not set +# CONFIG_EXT4_FS_SECURITY is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_BCACHEFS_FS is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set +CONFIG_QUOTA=y +# CONFIG_QUOTA_NETLINK_INTERFACE is not set +# CONFIG_QUOTA_DEBUG is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set +CONFIG_QUOTACTL=y +CONFIG_AUTOFS_FS=y +# CONFIG_FUSE_FS is not set +# CONFIG_OVERLAY_FS is not set + +# +# Caches +# +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +CONFIG_NTFS_FS=y +# CONFIG_NTFS_DEBUG is not set +# CONFIG_NTFS_RW is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_CHILDREN=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_QUOTA is not set +CONFIG_CONFIGFS_FS=y +CONFIG_EFIVAR_FS=m +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_JFFS2_FS is not set +CONFIG_UBIFS_FS=y +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UBIFS_FS_ZSTD=y +# CONFIG_UBIFS_ATIME_SUPPORT is not set +CONFIG_UBIFS_FS_XATTR=y +CONFIG_UBIFS_FS_SECURITY=y +# CONFIG_UBIFS_FS_AUTHENTICATION is not set +# CONFIG_CRAMFS is not set +CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_FILE_CACHE=y +# CONFIG_SQUASHFS_FILE_DIRECT is not set +CONFIG_SQUASHFS_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set +CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU is not set +# CONFIG_SQUASHFS_XATTR is not set +CONFIG_SQUASHFS_ZLIB=y +# CONFIG_SQUASHFS_LZ4 is not set +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XZ=y +# CONFIG_SQUASHFS_ZSTD is not set +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +CONFIG_PSTORE=y +CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240 +CONFIG_PSTORE_COMPRESS=y +CONFIG_PSTORE_CONSOLE=y +CONFIG_PSTORE_PMSG=y +CONFIG_PSTORE_RAM=y +# CONFIG_PSTORE_BLK is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +CONFIG_NFS_V2=y +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +# CONFIG_NFS_SWAP is not set +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_2=y +CONFIG_PNFS_FILE_LAYOUT=y +CONFIG_PNFS_FLEXFILE_LAYOUT=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +# CONFIG_NFS_V4_1_MIGRATION is not set +CONFIG_NFS_V4_SECURITY_LABEL=y +CONFIG_ROOT_NFS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +CONFIG_NFS_V4_2_READ_PLUS=y +CONFIG_NFSD=y +# CONFIG_NFSD_V2 is not set +# CONFIG_NFSD_V3_ACL is not set +# CONFIG_NFSD_V4 is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=y +CONFIG_NFS_COMMON=y +CONFIG_NFS_V4_2_SSC_HELPER=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_SUNRPC_BACKCHANNEL=y +CONFIG_RPCSEC_GSS_KRB5=y +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +CONFIG_NLS_UTF8=y +# CONFIG_DLM is not set +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +CONFIG_SECURITY_LANDLOCK=y +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +# CONFIG_IMA is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y +# CONFIG_INIT_STACK_NONE is not set +# CONFIG_INIT_STACK_ALL_PATTERN is not set +CONFIG_INIT_STACK_ALL_ZERO=y +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization + +# +# Hardening of kernel data structures +# +# CONFIG_LIST_HARDENED is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Hardening of kernel data structures + +CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_FULL is not set +# CONFIG_RANDSTRUCT_PERFORMANCE is not set +# end of Kernel hardening options +# end of Security options + +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=m +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SIG2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=m +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=m +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_KPP=m +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_USER=m +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_NULL2=m +# CONFIG_CRYPTO_PCRYPT is not set +CONFIG_CRYPTO_CRYPTD=m +CONFIG_CRYPTO_AUTHENC=m +# CONFIG_CRYPTO_TEST is not set +CONFIG_CRYPTO_SIMD=m +CONFIG_CRYPTO_ENGINE=m +# end of Crypto core or helper + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +CONFIG_CRYPTO_ECC=m +CONFIG_CRYPTO_ECDH=m +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=m +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ANUBIS is not set +# CONFIG_CRYPTO_ARIA is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +CONFIG_CRYPTO_DES=m +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_SM4_GENERIC is not set +# CONFIG_CRYPTO_TEA is not set +# CONFIG_CRYPTO_TWOFISH is not set +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_ARC4 is not set +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=m +CONFIG_CRYPTO_CTR=m +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +CONFIG_CRYPTO_XTS=m +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GENIV=m +CONFIG_CRYPTO_SEQIV=m +CONFIG_CRYPTO_ECHAINIV=m +# CONFIG_CRYPTO_ESSIV is not set +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +# CONFIG_CRYPTO_BLAKE2B is not set +CONFIG_CRYPTO_CMAC=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_HMAC=m +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=m +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=m +CONFIG_CRYPTO_SHA3=m +# CONFIG_CRYPTO_SM3_GENERIC is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_VMAC is not set +# CONFIG_CRYPTO_WP512 is not set +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_XXHASH is not set +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +# CONFIG_CRYPTO_CRCT10DIF is not set +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=y +CONFIG_CRYPTO_LZO=y +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +CONFIG_CRYPTO_ZSTD=y +# end of Compression + +# +# Random number generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=m +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=m +CONFIG_CRYPTO_JITTERENTROPY=m +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKS=64 +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKSIZE=32 +CONFIG_CRYPTO_JITTERENTROPY_OSR=1 +# end of Random number generation + +# +# Userspace interface +# +CONFIG_CRYPTO_USER_API=m +CONFIG_CRYPTO_USER_API_HASH=m +CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_CRYPTO_USER_API_RNG=m +# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set +CONFIG_CRYPTO_USER_API_AEAD=m +CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y +# CONFIG_CRYPTO_STATS is not set +# end of Userspace interface + +CONFIG_CRYPTO_HASH_INFO=y + +# +# Accelerated Cryptographic Algorithms for CPU (arm) +# +# CONFIG_CRYPTO_CURVE25519_NEON is not set +CONFIG_CRYPTO_GHASH_ARM_CE=m +# CONFIG_CRYPTO_NHPOLY1305_NEON is not set +# CONFIG_CRYPTO_POLY1305_ARM is not set +# CONFIG_CRYPTO_BLAKE2S_ARM is not set +# CONFIG_CRYPTO_BLAKE2B_NEON is not set +CONFIG_CRYPTO_SHA1_ARM=m +CONFIG_CRYPTO_SHA1_ARM_NEON=m +CONFIG_CRYPTO_SHA1_ARM_CE=m +CONFIG_CRYPTO_SHA2_ARM_CE=m +CONFIG_CRYPTO_SHA256_ARM=m +CONFIG_CRYPTO_SHA512_ARM=m +CONFIG_CRYPTO_AES_ARM=m +CONFIG_CRYPTO_AES_ARM_BS=m +CONFIG_CRYPTO_AES_ARM_CE=m +CONFIG_CRYPTO_CHACHA20_NEON=m +CONFIG_CRYPTO_CRC32_ARM_CE=m +# end of Accelerated Cryptographic Algorithms for CPU (arm) + +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_DEV_ALLWINNER=y +CONFIG_CRYPTO_DEV_SUN4I_SS=m +# CONFIG_CRYPTO_DEV_SUN4I_SS_PRNG is not set +# CONFIG_CRYPTO_DEV_SUN4I_SS_DEBUG is not set +# CONFIG_CRYPTO_DEV_SUN8I_CE is not set +# CONFIG_CRYPTO_DEV_SUN8I_SS is not set +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_COMMON=m +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC=m +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC=m +CONFIG_CRYPTO_DEV_FSL_CAAM=m +# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_JR=m +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9 +# CONFIG_CRYPTO_DEV_FSL_CAAM_INTC is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_PKC_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_PRNG_API=y +# CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_TEST is not set +# CONFIG_CRYPTO_DEV_OMAP is not set +# CONFIG_CRYPTO_DEV_SAHARA is not set +CONFIG_CRYPTO_DEV_EXYNOS_RNG=m +CONFIG_CRYPTO_DEV_S5P=m +# CONFIG_CRYPTO_DEV_ATMEL_AUTHENC is not set +CONFIG_CRYPTO_DEV_ATMEL_AES=m +CONFIG_CRYPTO_DEV_ATMEL_TDES=m +CONFIG_CRYPTO_DEV_ATMEL_SHA=m +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_MXS_DCP is not set +CONFIG_CRYPTO_DEV_MARVELL=m +CONFIG_CRYPTO_DEV_MARVELL_CESA=m +# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_4XXX is not set +# CONFIG_CRYPTO_DEV_QAT_420XX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +CONFIG_CRYPTO_DEV_QCE=m +CONFIG_CRYPTO_DEV_QCE_SKCIPHER=y +CONFIG_CRYPTO_DEV_QCE_SHA=y +CONFIG_CRYPTO_DEV_QCE_AEAD=y +CONFIG_CRYPTO_DEV_QCE_ENABLE_ALL=y +# CONFIG_CRYPTO_DEV_QCE_ENABLE_SKCIPHER is not set +# CONFIG_CRYPTO_DEV_QCE_ENABLE_SHA is not set +# CONFIG_CRYPTO_DEV_QCE_ENABLE_AEAD is not set +CONFIG_CRYPTO_DEV_QCE_SW_MAX_LEN=512 +CONFIG_CRYPTO_DEV_QCOM_RNG=m +CONFIG_CRYPTO_DEV_ROCKCHIP=m +# CONFIG_CRYPTO_DEV_ROCKCHIP_DEBUG is not set +# CONFIG_CRYPTO_DEV_VIRTIO is not set +CONFIG_CRYPTO_DEV_BCM_SPU=m +CONFIG_CRYPTO_DEV_STM32_CRC=m +CONFIG_CRYPTO_DEV_STM32_HASH=m +CONFIG_CRYPTO_DEV_STM32_CRYP=m +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_ARTPEC6 is not set +# CONFIG_CRYPTO_DEV_CCREE is not set +CONFIG_CRYPTO_DEV_AMLOGIC_GXL=m +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL_DEBUG is not set +# CONFIG_CRYPTO_DEV_ASPEED is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_FIPS_SIGNATURE_SELFTEST is not set + +# +# Certificates for signature checking +# +# CONFIG_SYSTEM_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_LINEAR_RANGES=y +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_HAVE_ARCH_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_STMP_DEVICE=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=m +CONFIG_CRYPTO_LIB_GF128MUL=m +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=m +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_DES=m +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=9 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_CRC_CCITT=m +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC64_ROCKSOFT is not set +CONFIG_CRC_ITU_T=m +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +CONFIG_CRC4=m +# CONFIG_CRC7 is not set +# CONFIG_LIBCRC32C is not set +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_COMPRESS=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_REED_SOLOMON=y +CONFIG_REED_SOLOMON_ENC8=y +CONFIG_REED_SOLOMON_DEC8=y +CONFIG_BCH=y +CONFIG_XARRAY_MULTI=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_DMA_DECLARE_COHERENT=y +CONFIG_ARCH_HAS_SETUP_DMA_OPS=y +CONFIG_ARCH_HAS_TEARDOWN_DMA_OPS=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU=y +CONFIG_DMA_NONCOHERENT_MMAP=y +CONFIG_ARCH_HAS_DMA_ALLOC=y +CONFIG_DMA_CMA=y + +# +# Default contiguous memory area size: +# +CONFIG_CMA_SIZE_MBYTES=64 +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_ALIGNMENT=8 +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +# CONFIG_IRQ_POLL is not set +CONFIG_MPILIB=y +CONFIG_LIBFDT=y +CONFIG_OID_REGISTRY=y +CONFIG_UCS2_STRING=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_32=y +CONFIG_FONT_SUPPORT=y +# CONFIG_FONTS is not set +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +CONFIG_SG_SPLIT=y +CONFIG_SG_POOL=y +CONFIG_ARCH_STACKWALK=y +CONFIG_STACKDEPOT=y +CONFIG_STACKDEPOT_MAX_FRAMES=64 +CONFIG_SBITMAP=y +# CONFIG_LWQ_TEST is not set +# end of Library routines + +CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y +CONFIG_POLYNOMIAL=m + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_ULEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=1024 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_KCSAN_COMPILER=y +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_PAGE_REF is not set +# CONFIG_DEBUG_RODATA_TEST is not set +# CONFIG_DEBUG_WX is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_PER_VMA_LOCK_STATS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SHRINKER_DEBUG is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_SCHED_STACK_END_CHECK is not set +# CONFIG_DEBUG_VM is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_KMAP_LOCAL is not set +# CONFIG_DEBUG_HIGHMEM is not set +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y +# CONFIG_HARDLOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +CONFIG_SCHED_DEBUG=y +# CONFIG_SCHEDSTATS is not set +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +# CONFIG_RCU_CPU_STALL_CPUTIME is not set +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_BUILDTIME_MCOUNT_SORT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_BLK_DEV_IO_TRACE is not set +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_HIST_TRIGGERS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_RV is not set +# CONFIG_SAMPLES is not set +# CONFIG_STRICT_DEVMEM is not set + +# +# arm Debugging +# +# CONFIG_ARM_PTDUMP_DEBUGFS is not set +# CONFIG_UNWINDER_FRAME_POINTER is not set +CONFIG_UNWINDER_ARM=y +CONFIG_ARM_UNWIND=y +# CONFIG_BACKTRACE_VERBOSE is not set +# CONFIG_DEBUG_USER is not set +# CONFIG_DEBUG_LL is not set +CONFIG_DEBUG_VF_UART_PORT=1 +CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" +CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" +# CONFIG_PID_IN_CONTEXTIDR is not set +# CONFIG_CORESIGHT is not set +# end of arm Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_TEST_REF_TRACKER is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_MAPLE_TREE is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_OBJPOOL is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/db/arm/32/eabi/v6.8/stderr.txt b/db/arm/32/eabi/v6.8/stderr.txt new file mode 100644 index 0000000..24d6e27 --- /dev/null +++ b/db/arm/32/eabi/v6.8/stderr.txt @@ -0,0 +1,1000 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchArm(name='arm', abi='eabi', compat=False, ...) +[D] Syscall table: Symbol("sys_call_table" at 0xc0300324, type=OBJECT, size=0x740) +[I] Syscall table (sys_call_table) is 1856 bytes, 464 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] Discarding compat_sys_epoll_pwait as alias for sys_ni_syscall +[D] Discarding compat_sys_epoll_pwait2 as alias for sys_ni_syscall +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_fanotify_mark as alias for sys_ni_syscall +[D] Discarding compat_sys_get_robust_list as alias for sys_ni_syscall +[D] Discarding compat_sys_getitimer as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_io_setup as alias for sys_ni_syscall +[D] Discarding compat_sys_io_submit as alias for sys_ni_syscall +[D] Discarding compat_sys_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_kexec_load as alias for sys_ni_syscall +[D] Discarding compat_sys_keyctl as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_getsetattr as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_notify as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_open as alias for sys_ni_syscall +[D] Discarding compat_sys_msgctl as alias for sys_ni_syscall +[D] Discarding compat_sys_msgrcv as alias for sys_ni_syscall +[D] Discarding compat_sys_msgsnd as alias for sys_ni_syscall +[D] Discarding compat_sys_old_msgctl as alias for sys_ni_syscall +[D] Discarding compat_sys_old_semctl as alias for sys_ni_syscall +[D] Discarding compat_sys_old_shmctl as alias for sys_ni_syscall +[D] Discarding compat_sys_open_by_handle_at as alias for sys_ni_syscall +[D] Discarding compat_sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_recv as alias for sys_ni_syscall +[D] Discarding compat_sys_recvfrom as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmmsg_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmmsg_time64 as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_rt_sigtimedwait_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_semctl as alias for sys_ni_syscall +[D] Discarding compat_sys_sendmmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_sendmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_set_robust_list as alias for sys_ni_syscall +[D] Discarding compat_sys_setitimer as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_shmat as alias for sys_ni_syscall +[D] Discarding compat_sys_shmctl as alias for sys_ni_syscall +[D] Discarding compat_sys_signalfd as alias for sys_ni_syscall +[D] Discarding compat_sys_signalfd4 as alias for sys_ni_syscall +[D] Discarding compat_sys_socketcall as alias for sys_ni_syscall +[D] Discarding compat_sys_timer_create as alias for sys_ni_syscall +[D] Discarding sys_alarm as alias for sys_ni_syscall +[D] Discarding sys_fadvise64 as alias for sys_ni_syscall +[D] Discarding sys_get_mempolicy as alias for sys_ni_syscall +[D] Discarding sys_io_getevents as alias for sys_ni_syscall +[D] Discarding sys_ipc as alias for sys_ni_syscall +[D] Discarding sys_kexec_file_load as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_mbind as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_migrate_pages as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_move_pages as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_iobase as alias for sys_ni_syscall +[D] Discarding sys_pkey_alloc as alias for sys_ni_syscall +[D] Discarding sys_pkey_free as alias for sys_ni_syscall +[D] Discarding sys_pkey_mprotect as alias for sys_ni_syscall +[D] Discarding sys_rtas as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_set_mempolicy as alias for sys_ni_syscall +[D] Discarding sys_set_mempolicy_home_node as alias for sys_ni_syscall +[D] Discarding sys_socketcall as alias for sys_ni_syscall +[D] Discarding sys_spu_create as alias for sys_ni_syscall +[D] Discarding sys_spu_run as alias for sys_ni_syscall +[D] Discarding sys_stime32 as alias for sys_ni_syscall +[D] Discarding sys_subpage_prot as alias for sys_ni_syscall +[D] Discarding sys_time32 as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_acct over __se_sys_acct +[D] Preferring sys_add_key over __se_sys_add_key +[D] Preferring sys_adjtimex_time32 over __se_sys_adjtimex_time32 +[D] Preferring sys_bind over __se_sys_bind +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chown16 over __se_sys_chown16 +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_adjtime32 over __se_sys_clock_adjtime32 +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_getres_time32 over __se_sys_clock_getres_time32 +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_gettime32 over __se_sys_clock_gettime32 +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_nanosleep_time32 over __se_sys_clock_nanosleep_time32 +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_clock_settime32 over __se_sys_clock_settime32 +[D] Preferring sys_clone over __se_sys_clone +[D] Preferring sys_clone3 over __se_sys_clone3 +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_connect over __se_sys_connect +[D] Preferring sys_copy_file_range over __se_sys_copy_file_range +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_delete_module over __se_sys_delete_module +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_ctl over __se_sys_epoll_ctl +[D] Preferring sys_epoll_pwait over __se_sys_epoll_pwait +[D] Preferring sys_epoll_pwait2 over __se_sys_epoll_pwait2 +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_execve over __se_sys_execve +[D] Preferring sys_execveat over __se_sys_execveat +[D] Preferring sys_exit over __se_sys_exit +[D] Preferring sys_exit_group over __se_sys_exit_group +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fallocate over __se_sys_fallocate +[D] Preferring sys_fanotify_init over __se_sys_fanotify_init +[D] Preferring sys_fanotify_mark over __se_sys_fanotify_mark +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchown16 over __se_sys_fchown16 +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fcntl over __se_sys_fcntl +[D] Preferring sys_fcntl64 over __se_sys_fcntl64 +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_finit_module over __se_sys_finit_module +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fstat64 over __se_sys_fstat64 +[D] Preferring sys_fstatat64 over __se_sys_fstatat64 +[D] Preferring sys_fstatfs over __se_sys_fstatfs +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_ftruncate over __se_sys_ftruncate +[D] Preferring sys_ftruncate64 over __se_sys_ftruncate64 +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_time32 over __se_sys_futex_time32 +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat_time32 over __se_sys_futimesat_time32 +[D] Preferring sys_get_robust_list over __se_sys_get_robust_list +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents over __se_sys_getdents +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getgroups16 over __se_sys_getgroups16 +[D] Preferring sys_getitimer over __se_sys_getitimer +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresgid16 over __se_sys_getresgid16 +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getresuid16 over __se_sys_getresuid16 +[D] Preferring sys_getrlimit over __se_sys_getrlimit +[D] Preferring sys_getrusage over __se_sys_getrusage +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_gettimeofday over __se_sys_gettimeofday +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_init_module over __se_sys_init_module +[D] Preferring sys_inotify_add_watch over __se_sys_inotify_add_watch +[D] Preferring sys_inotify_init1 over __se_sys_inotify_init1 +[D] Preferring sys_inotify_rm_watch over __se_sys_inotify_rm_watch +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents_time32 over __se_sys_io_getevents_time32 +[D] Preferring sys_io_pgetevents over __se_sys_io_pgetevents +[D] Preferring sys_io_pgetevents_time32 over __se_sys_io_pgetevents_time32 +[D] Preferring sys_io_setup over __se_sys_io_setup +[D] Preferring sys_io_submit over __se_sys_io_submit +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioctl over __se_sys_ioctl +[D] Preferring sys_ioprio_get over __se_sys_ioprio_get +[D] Preferring sys_ioprio_set over __se_sys_ioprio_set +[D] Preferring sys_kcmp over __se_sys_kcmp +[D] Preferring sys_kexec_load over __se_sys_kexec_load +[D] Preferring sys_keyctl over __se_sys_keyctl +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lchown16 over __se_sys_lchown16 +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_llseek over __se_sys_llseek +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lseek over __se_sys_lseek +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_lstat64 over __se_sys_lstat64 +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlock2 over __se_sys_mlock2 +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mount over __se_sys_mount +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mq_getsetattr over __se_sys_mq_getsetattr +[D] Preferring sys_mq_notify over __se_sys_mq_notify +[D] Preferring sys_mq_open over __se_sys_mq_open +[D] Preferring sys_mq_timedreceive over __se_sys_mq_timedreceive +[D] Preferring sys_mq_timedreceive_time32 over __se_sys_mq_timedreceive_time32 +[D] Preferring sys_mq_timedsend over __se_sys_mq_timedsend +[D] Preferring sys_mq_timedsend_time32 over __se_sys_mq_timedsend_time32 +[D] Preferring sys_mq_unlink over __se_sys_mq_unlink +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msgrcv over __se_sys_msgrcv +[D] Preferring sys_msgsnd over __se_sys_msgsnd +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep_time32 over __se_sys_nanosleep_time32 +[D] Preferring sys_newfstat over __se_sys_newfstat +[D] Preferring sys_newlstat over __se_sys_newlstat +[D] Preferring sys_newstat over __se_sys_newstat +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_nice over __se_sys_nice +[D] Preferring sys_old_msgctl over __se_sys_old_msgctl +[D] Preferring sys_old_semctl over __se_sys_old_semctl +[D] Preferring sys_old_shmctl over __se_sys_old_shmctl +[D] Preferring sys_open over __se_sys_open +[D] Preferring sys_open_by_handle_at over __se_sys_open_by_handle_at +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat over __se_sys_openat +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_pciconfig_read over __se_sys_pciconfig_read +[D] Preferring sys_pciconfig_write over __se_sys_pciconfig_write +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_personality over __se_sys_personality +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe over __se_sys_pipe +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_ppoll over __se_sys_ppoll +[D] Preferring sys_ppoll_time32 over __se_sys_ppoll_time32 +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_pread64 over __se_sys_pread64 +[D] Preferring sys_preadv over __se_sys_preadv +[D] Preferring sys_preadv2 over __se_sys_preadv2 +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_process_vm_readv over __se_sys_process_vm_readv +[D] Preferring sys_process_vm_writev over __se_sys_process_vm_writev +[D] Preferring sys_pselect6 over __se_sys_pselect6 +[D] Preferring sys_pselect6_time32 over __se_sys_pselect6_time32 +[D] Preferring sys_ptrace over __se_sys_ptrace +[D] Preferring sys_pwrite64 over __se_sys_pwrite64 +[D] Preferring sys_pwritev over __se_sys_pwritev +[D] Preferring sys_pwritev2 over __se_sys_pwritev2 +[D] Preferring sys_quotactl over __se_sys_quotactl +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readahead over __se_sys_readahead +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_reboot over __se_sys_reboot +[D] Preferring sys_recv over __se_sys_recv +[D] Preferring sys_recvfrom over __se_sys_recvfrom +[D] Preferring sys_recvmmsg over __se_sys_recvmmsg +[D] Preferring sys_recvmmsg_time32 over __se_sys_recvmmsg_time32 +[D] Preferring sys_recvmsg over __se_sys_recvmsg +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_request_key over __se_sys_request_key +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rseq over __se_sys_rseq +[D] Preferring sys_rt_sigaction over __se_sys_rt_sigaction +[D] Preferring sys_rt_sigpending over __se_sys_rt_sigpending +[D] Preferring sys_rt_sigprocmask over __se_sys_rt_sigprocmask +[D] Preferring sys_rt_sigqueueinfo over __se_sys_rt_sigqueueinfo +[D] Preferring sys_rt_sigsuspend over __se_sys_rt_sigsuspend +[D] Preferring sys_rt_sigtimedwait over __se_sys_rt_sigtimedwait +[D] Preferring sys_rt_sigtimedwait_time32 over __se_sys_rt_sigtimedwait_time32 +[D] Preferring sys_rt_tgsigqueueinfo over __se_sys_rt_tgsigqueueinfo +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getaffinity over __se_sys_sched_getaffinity +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_rr_get_interval_time32 over __se_sys_sched_rr_get_interval_time32 +[D] Preferring sys_sched_setaffinity over __se_sys_sched_setaffinity +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_select over __se_sys_select +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_semop over __se_sys_semop +[D] Preferring sys_semtimedop over __se_sys_semtimedop +[D] Preferring sys_semtimedop_time32 over __se_sys_semtimedop_time32 +[D] Preferring sys_send over __se_sys_send +[D] Preferring sys_sendfile over __se_sys_sendfile +[D] Preferring sys_sendfile64 over __se_sys_sendfile64 +[D] Preferring sys_sendmmsg over __se_sys_sendmmsg +[D] Preferring sys_sendmsg over __se_sys_sendmsg +[D] Preferring sys_sendto over __se_sys_sendto +[D] Preferring sys_set_robust_list over __se_sys_set_robust_list +[D] Preferring sys_set_tid_address over __se_sys_set_tid_address +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsgid16 over __se_sys_setfsgid16 +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setfsuid16 over __se_sys_setfsuid16 +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgid16 over __se_sys_setgid16 +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_setgroups16 over __se_sys_setgroups16 +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setitimer over __se_sys_setitimer +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setregid16 over __se_sys_setregid16 +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresgid16 over __se_sys_setresgid16 +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setresuid16 over __se_sys_setresuid16 +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setreuid16 over __se_sys_setreuid16 +[D] Preferring sys_setrlimit over __se_sys_setrlimit +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_settimeofday over __se_sys_settimeofday +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setuid16 over __se_sys_setuid16 +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmat over __se_sys_shmat +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_sigaction over __se_sys_sigaction +[D] Preferring sys_sigaltstack over __se_sys_sigaltstack +[D] Preferring sys_signalfd over __se_sys_signalfd +[D] Preferring sys_signalfd4 over __se_sys_signalfd4 +[D] Preferring sys_sigpending over __se_sys_sigpending +[D] Preferring sys_sigprocmask over __se_sys_sigprocmask +[D] Preferring sys_sigsuspend over __se_sys_sigsuspend +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_stat64 over __se_sys_stat64 +[D] Preferring sys_statfs over __se_sys_statfs +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_statx over __se_sys_statx +[D] Preferring sys_swapoff over __se_sys_swapoff +[D] Preferring sys_swapon over __se_sys_swapon +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_sync_file_range2 over __se_sys_sync_file_range2 +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_sysinfo over __se_sys_sysinfo +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_timer_create over __se_sys_timer_create +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_gettime32 over __se_sys_timer_gettime32 +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timer_settime32 over __se_sys_timer_settime32 +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_gettime32 over __se_sys_timerfd_gettime32 +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_timerfd_settime32 over __se_sys_timerfd_settime32 +[D] Preferring sys_times over __se_sys_times +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_truncate over __se_sys_truncate +[D] Preferring sys_truncate64 over __se_sys_truncate64 +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_umount over __se_sys_umount +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_uselib over __se_sys_uselib +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_ustat over __se_sys_ustat +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimensat_time32 over __se_sys_utimensat_time32 +[D] Preferring sys_utimes_time32 over __se_sys_utimes_time32 +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_wait4 over __se_sys_wait4 +[D] Preferring sys_waitid over __se_sys_waitid +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] sys_call_table[0]: Symbol("sys_restart_syscall" at 0xc0355548, type=FUNC, size=0x14) +[D] sys_call_table[1]: Symbol("sys_exit" at 0xc0349854, type=FUNC, size=0x10) +[D] sys_call_table[2]: Symbol("sys_fork" at 0xc034304c, type=FUNC, size=0x5c) +[D] sys_call_table[3]: Symbol("sys_read" at 0xc05433d4, type=FUNC, size=0x4) +[D] sys_call_table[4]: Symbol("sys_write" at 0xc05434c8, type=FUNC, size=0x4) +[D] sys_call_table[5]: Symbol("sys_open" at 0xc0540664, type=FUNC, size=0xc8) +[D] sys_call_table[6]: Symbol("sys_close" at 0xc0540970, type=FUNC, size=0x5c) +[D] sys_call_table[7]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[8]: Symbol("sys_creat" at 0xc05408e8, type=FUNC, size=0x88) +[D] sys_call_table[9]: Symbol("sys_link" at 0xc055795c, type=FUNC, size=0x50) +[D] sys_call_table[10]: Symbol("sys_unlink" at 0xc055745c, type=FUNC, size=0x20) +[D] sys_call_table[11]: Symbol("sys_execve" at 0xc054d2ec, type=FUNC, size=0x38) +[D] sys_call_table[12]: Symbol("sys_chdir" at 0xc053f560, type=FUNC, size=0xd4) +[D] sys_call_table[13]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[14]: Symbol("sys_mknod" at 0xc0556db8, type=FUNC, size=0x30) +[D] sys_call_table[15]: Symbol("sys_chmod" at 0xc053fb08, type=FUNC, size=0xac) +[D] sys_call_table[16]: Symbol("sys_lchown16" at 0xc03f5ad0, type=FUNC, size=0x50) +[D] sys_call_table[17]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[18]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[19]: Symbol("sys_lseek" at 0xc0542224, type=FUNC, size=0xbc) +[D] sys_call_table[20]: Symbol("sys_getpid" at 0xc035b904, type=FUNC, size=0x10) +[D] sys_call_table[21]: Symbol("sys_mount" at 0xc056efd8, type=FUNC, size=0x230) +[D] sys_call_table[22]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[23]: Symbol("sys_setuid16" at 0xc03f5bc4, type=FUNC, size=0x18) +[D] sys_call_table[24]: Symbol("sys_getuid16" at 0xc03f60bc, type=FUNC, size=0x30) +[D] sys_call_table[25]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[26]: Symbol("sys_ptrace" at 0xc035127c, type=FUNC, size=0x570) +[D] sys_call_table[27]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[28]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[29]: Symbol("sys_pause" at 0xc0359450, type=FUNC, size=0x3c) +[D] sys_call_table[30]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[31]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[32]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[33]: Symbol("sys_access" at 0xc053f54c, type=FUNC, size=0x14) +[D] sys_call_table[34]: Symbol("sys_nice" at 0xc0378e60, type=FUNC, size=0x9c) +[D] sys_call_table[35]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[36]: Symbol("sys_sync" at 0xc0581b50, type=FUNC, size=0x10) +[D] sys_call_table[37]: Symbol("sys_kill" at 0xc03582a0, type=FUNC, size=0x204) +[D] sys_call_table[38]: Symbol("sys_rename" at 0xc0557ff0, type=FUNC, size=0x50) +[D] sys_call_table[39]: Symbol("sys_mkdir" at 0xc0556f60, type=FUNC, size=0x28) +[D] sys_call_table[40]: Symbol("sys_rmdir" at 0xc0557124, type=FUNC, size=0x20) +[D] sys_call_table[41]: Symbol("sys_dup" at 0xc0568108, type=FUNC, size=0xe0) +[D] sys_call_table[42]: Symbol("sys_pipe" at 0xc054f0a8, type=FUNC, size=0x8) +[D] sys_call_table[43]: Symbol("sys_times" at 0xc035b9c0, type=FUNC, size=0x110) +[D] sys_call_table[44]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[45]: Symbol("sys_brk" at 0xc05095a8, type=FUNC, size=0x354) +[D] sys_call_table[46]: Symbol("sys_setgid16" at 0xc03f5b80, type=FUNC, size=0x18) +[D] sys_call_table[47]: Symbol("sys_getgid16" at 0xc03f611c, type=FUNC, size=0x30) +[D] sys_call_table[48]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[49]: Symbol("sys_geteuid16" at 0xc03f60ec, type=FUNC, size=0x30) +[D] sys_call_table[50]: Symbol("sys_getegid16" at 0xc03f614c, type=FUNC, size=0x30) +[D] sys_call_table[51]: Symbol("sys_acct" at 0xc03f7b6c, type=FUNC, size=0x2b8) +[D] sys_call_table[52]: Symbol("sys_umount" at 0xc056c960, type=FUNC, size=0x90) +[D] sys_call_table[53]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[54]: Symbol("sys_ioctl" at 0xc0559fbc, type=FUNC, size=0xc80) +[D] sys_call_table[55]: Symbol("sys_fcntl" at 0xc0558dd0, type=FUNC, size=0xb4) +[D] sys_call_table[56]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[57]: Symbol("sys_setpgid" at 0xc035bad0, type=FUNC, size=0x170) +[D] sys_call_table[58]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[59]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[60]: Symbol("sys_umask" at 0xc035ca68, type=FUNC, size=0x30) +[D] sys_call_table[61]: Symbol("sys_chroot" at 0xc053f6c4, type=FUNC, size=0x108) +[D] sys_call_table[62]: Symbol("sys_ustat" at 0xc05842f4, type=FUNC, size=0x4) +[D] sys_call_table[63]: Symbol("sys_dup2" at 0xc0568050, type=FUNC, size=0xb8) +[D] sys_call_table[64]: Symbol("sys_getppid" at 0xc035b924, type=FUNC, size=0x1c) +[D] sys_call_table[65]: Symbol("sys_getpgrp" at 0xc035bc98, type=FUNC, size=0x18) +[D] sys_call_table[66]: Symbol("sys_setsid" at 0xc035bddc, type=FUNC, size=0x4) +[D] sys_call_table[67]: Symbol("sys_sigaction" at 0xc0359184, type=FUNC, size=0x260) +[D] sys_call_table[68]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[69]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[70]: Symbol("sys_setreuid16" at 0xc03f5b98, type=FUNC, size=0x2c) +[D] sys_call_table[71]: Symbol("sys_setregid16" at 0xc03f5b54, type=FUNC, size=0x2c) +[D] sys_call_table[72]: Symbol("sys_sigsuspend" at 0xc0359534, type=FUNC, size=0x4c) +[D] sys_call_table[73]: Symbol("sys_sigpending" at 0xc0358e48, type=FUNC, size=0x9c) +[D] sys_call_table[74]: Symbol("sys_sethostname" at 0xc035bde4, type=FUNC, size=0x138) +[D] sys_call_table[75]: Symbol("sys_setrlimit" at 0xc035c54c, type=FUNC, size=0xa4) +[D] sys_call_table[76]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[77]: Symbol("sys_getrusage" at 0xc035c9a0, type=FUNC, size=0xc8) +[D] sys_call_table[78]: Symbol("sys_gettimeofday" at 0xc03d5958, type=FUNC, size=0x134) +[D] sys_call_table[79]: Symbol("sys_settimeofday" at 0xc03d5b74, type=FUNC, size=0x16c) +[D] sys_call_table[80]: Symbol("sys_getgroups16" at 0xc03f5ec4, type=FUNC, size=0xb8) +[D] sys_call_table[81]: Symbol("sys_setgroups16" at 0xc03f5f7c, type=FUNC, size=0x140) +[D] sys_call_table[82]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[83]: Symbol("sys_symlink" at 0xc05575e4, type=FUNC, size=0x3c) +[D] sys_call_table[84]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[85]: Symbol("sys_readlink" at 0xc054a420, type=FUNC, size=0x18) +[D] sys_call_table[86]: Symbol("sys_uselib" at 0xc054c3f0, type=FUNC, size=0x1ac) +[D] sys_call_table[87]: Symbol("sys_swapon" at 0xc05337c8, type=FUNC, size=0x11cc) +[D] sys_call_table[88]: Symbol("sys_reboot" at 0xc036d8b8, type=FUNC, size=0x4) +[D] sys_call_table[89]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[90]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[91]: Symbol("sys_munmap" at 0xc050858c, type=FUNC, size=0x8) +[D] sys_call_table[92]: Symbol("sys_truncate" at 0xc053f0cc, type=FUNC, size=0xc8) +[D] sys_call_table[93]: Symbol("sys_ftruncate" at 0xc053f348, type=FUNC, size=0x24) +[D] sys_call_table[94]: Symbol("sys_fchmod" at 0xc053f938, type=FUNC, size=0x54) +[D] sys_call_table[95]: Symbol("sys_fchown16" at 0xc03f5b20, type=FUNC, size=0x34) +[D] sys_call_table[96]: Symbol("sys_getpriority" at 0xc035a7a4, type=FUNC, size=0x280) +[D] sys_call_table[97]: Symbol("sys_setpriority" at 0xc035a4f4, type=FUNC, size=0x2b0) +[D] sys_call_table[98]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[99]: Symbol("sys_statfs" at 0xc05840f4, type=FUNC, size=0x74) +[D] sys_call_table[100]: Symbol("sys_fstatfs" at 0xc05841f4, type=FUNC, size=0x74) +[D] sys_call_table[101]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[102]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[103]: Symbol("sys_syslog" at 0xc03a388c, type=FUNC, size=0x8) +[D] sys_call_table[104]: Symbol("sys_setitimer" at 0xc03e9e4c, type=FUNC, size=0x430) +[D] sys_call_table[105]: Symbol("sys_getitimer" at 0xc03e9c7c, type=FUNC, size=0x14c) +[D] sys_call_table[106]: Symbol("sys_newstat" at 0xc054a410, type=FUNC, size=0x4) +[D] sys_call_table[107]: Symbol("sys_newlstat" at 0xc054a414, type=FUNC, size=0x4) +[D] sys_call_table[108]: Symbol("sys_newfstat" at 0xc054a418, type=FUNC, size=0x4) +[D] sys_call_table[109]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[110]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[111]: Symbol("sys_vhangup" at 0xc05409d0, type=FUNC, size=0x28) +[D] sys_call_table[112]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[113]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[114]: Symbol("sys_wait4" at 0xc034a2d4, type=FUNC, size=0xec) +[D] sys_call_table[115]: Symbol("sys_swapoff" at 0xc05327a8, type=FUNC, size=0x1010) +[D] sys_call_table[116]: Symbol("sys_sysinfo" at 0xc035d2a0, type=FUNC, size=0x1a4) +[D] sys_call_table[117]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[118]: Symbol("sys_fsync" at 0xc0581c38, type=FUNC, size=0x8) +[D] sys_call_table[119]: Symbol("sys_sigreturn_wrapper" at 0xc0300a94, type=FUNC, size=0xc) +[D] sys_call_table[120]: Symbol("sys_clone" at 0xc0343110, type=FUNC, size=0x94) +[D] sys_call_table[121]: Symbol("sys_setdomainname" at 0xc035c02c, type=FUNC, size=0x13c) +[D] sys_call_table[122]: Symbol("sys_newuname" at 0xc035bde0, type=FUNC, size=0x4) +[D] sys_call_table[123]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[124]: Symbol("sys_adjtimex_time32" at 0xc03d6080, type=FUNC, size=0x4) +[D] sys_call_table[125]: Symbol("sys_mprotect" at 0xc050c734, type=FUNC, size=0x4) +[D] sys_call_table[126]: Symbol("sys_sigprocmask" at 0xc0358ee4, type=FUNC, size=0x150) +[D] sys_call_table[127]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[128]: Symbol("sys_init_module" at 0xc03d1014, type=FUNC, size=0x1c0) +[D] sys_call_table[129]: Symbol("sys_delete_module" at 0xc03d1558, type=FUNC, size=0x250) +[D] sys_call_table[130]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[131]: Symbol("sys_quotactl" at 0xc05c5774, type=FUNC, size=0x3f4) +[D] sys_call_table[132]: Symbol("sys_getpgid" at 0xc035bc40, type=FUNC, size=0x58) +[D] sys_call_table[133]: Symbol("sys_fchdir" at 0xc053f634, type=FUNC, size=0x90) +[D] sys_call_table[134]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[135]: Symbol("sys_sysfs" at 0xc0568628, type=FUNC, size=0x258) +[D] sys_call_table[136]: Symbol("sys_personality" at 0xc0343858, type=FUNC, size=0x18) +[D] sys_call_table[137]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[138]: Symbol("sys_setfsuid16" at 0xc03f5e94, type=FUNC, size=0x18) +[D] sys_call_table[139]: Symbol("sys_setfsgid16" at 0xc03f5eac, type=FUNC, size=0x18) +[D] sys_call_table[140]: Symbol("sys_llseek" at 0xc05422e0, type=FUNC, size=0x154) +[D] sys_call_table[141]: Symbol("sys_getdents" at 0xc055b220, type=FUNC, size=0x120) +[D] sys_call_table[142]: Symbol("sys_select" at 0xc055ce04, type=FUNC, size=0x4) +[D] sys_call_table[143]: Symbol("sys_flock" at 0xc05ac424, type=FUNC, size=0x4) +[D] sys_call_table[144]: Symbol("sys_msync" at 0xc050da84, type=FUNC, size=0x34c) +[D] sys_call_table[145]: Symbol("sys_readv" at 0xc0543774, type=FUNC, size=0x8) +[D] sys_call_table[146]: Symbol("sys_writev" at 0xc054377c, type=FUNC, size=0x8) +[D] sys_call_table[147]: Symbol("sys_getsid" at 0xc035bcb0, type=FUNC, size=0x58) +[D] sys_call_table[148]: Symbol("sys_fdatasync" at 0xc0581c40, type=FUNC, size=0x8) +[D] sys_call_table[149]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[150]: Symbol("sys_mlock" at 0xc0504214, type=FUNC, size=0x8) +[D] sys_call_table[151]: Symbol("sys_munlock" at 0xc050423c, type=FUNC, size=0xf4) +[D] sys_call_table[152]: Symbol("sys_mlockall" at 0xc0504330, type=FUNC, size=0x180) +[D] sys_call_table[153]: Symbol("sys_munlockall" at 0xc05044b0, type=FUNC, size=0xcc) +[D] sys_call_table[154]: Symbol("sys_sched_setparam" at 0xc03792e0, type=FUNC, size=0x1c) +[D] sys_call_table[155]: Symbol("sys_sched_getparam" at 0xc03796ac, type=FUNC, size=0xf8) +[D] sys_call_table[156]: Symbol("sys_sched_setscheduler" at 0xc03792b4, type=FUNC, size=0x2c) +[D] sys_call_table[157]: Symbol("sys_sched_getscheduler" at 0xc0379650, type=FUNC, size=0x5c) +[D] sys_call_table[158]: Symbol("sys_sched_yield" at 0xc0379b18, type=FUNC, size=0x14) +[D] sys_call_table[159]: Symbol("sys_sched_get_priority_max" at 0xc0379b88, type=FUNC, size=0x60) +[D] sys_call_table[160]: Symbol("sys_sched_get_priority_min" at 0xc0379be8, type=FUNC, size=0x60) +[D] sys_call_table[161]: Symbol("sys_sched_rr_get_interval_time32" at 0xc0379ccc, type=FUNC, size=0x84) +[D] sys_call_table[162]: Symbol("sys_nanosleep_time32" at 0xc03dbedc, type=FUNC, size=0xfc) +[D] sys_call_table[163]: Symbol("sys_mremap" at 0xc050d3a8, type=FUNC, size=0x6dc) +[D] sys_call_table[164]: Symbol("sys_setresuid16" at 0xc03f5bdc, type=FUNC, size=0x48) +[D] sys_call_table[165]: Symbol("sys_getresuid16" at 0xc03f5c24, type=FUNC, size=0x114) +[D] sys_call_table[166]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[167]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[168]: Symbol("sys_poll" at 0xc055d10c, type=FUNC, size=0x110) +[D] sys_call_table[169]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[170]: Symbol("sys_setresgid16" at 0xc03f5d38, type=FUNC, size=0x48) +[D] sys_call_table[171]: Symbol("sys_getresgid16" at 0xc03f5d80, type=FUNC, size=0x114) +[D] sys_call_table[172]: Symbol("sys_prctl" at 0xc035caa8, type=FUNC, size=0x75c) +[D] sys_call_table[173]: Symbol("sys_rt_sigreturn_wrapper" at 0xc0300aa0, type=FUNC, size=0xc) +[D] sys_call_table[174]: Symbol("sys_rt_sigaction" at 0xc0359034, type=FUNC, size=0x150) +[D] sys_call_table[175]: Symbol("sys_rt_sigprocmask" at 0xc0355820, type=FUNC, size=0x13c) +[D] sys_call_table[176]: Symbol("sys_rt_sigpending" at 0xc035595c, type=FUNC, size=0xb0) +[D] sys_call_table[177]: Symbol("sys_rt_sigtimedwait_time32" at 0xc0358168, type=FUNC, size=0x138) +[D] sys_call_table[178]: Symbol("sys_rt_sigqueueinfo" at 0xc035871c, type=FUNC, size=0x108) +[D] sys_call_table[179]: Symbol("sys_rt_sigsuspend" at 0xc035948c, type=FUNC, size=0xa8) +[D] sys_call_table[180]: Symbol("sys_pread64" at 0xc0543558, type=FUNC, size=0xc8) +[D] sys_call_table[181]: Symbol("sys_pwrite64" at 0xc05436ac, type=FUNC, size=0xc8) +[D] sys_call_table[182]: Symbol("sys_chown16" at 0xc03f5a80, type=FUNC, size=0x50) +[D] sys_call_table[183]: Symbol("sys_getcwd" at 0xc0583188, type=FUNC, size=0x1dc) +[D] sys_call_table[184]: Symbol("sys_capget" at 0xc03503e4, type=FUNC, size=0x1ec) +[D] sys_call_table[185]: Symbol("sys_capset" at 0xc03505d0, type=FUNC, size=0x1cc) +[D] sys_call_table[186]: Symbol("sys_sigaltstack" at 0xc0358bc8, type=FUNC, size=0x130) +[D] sys_call_table[187]: Symbol("sys_sendfile" at 0xc0543afc, type=FUNC, size=0x104) +[D] sys_call_table[188]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[189]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[190]: Symbol("sys_vfork" at 0xc03430a8, type=FUNC, size=0x68) +[D] sys_call_table[191]: Symbol("sys_getrlimit" at 0xc035c168, type=FUNC, size=0xb0) +[D] sys_call_table[192]: Symbol("sys_mmap2" at 0xc0300ac4, type=FUNC, size=0x8) +[D] sys_call_table[193]: Symbol("sys_truncate64" at 0xc053f36c, type=FUNC, size=0xc8) +[D] sys_call_table[194]: Symbol("sys_ftruncate64" at 0xc053f434, type=FUNC, size=0x1c) +[D] sys_call_table[195]: Symbol("sys_stat64" at 0xc054a438, type=FUNC, size=0x4) +[D] sys_call_table[196]: Symbol("sys_lstat64" at 0xc054a43c, type=FUNC, size=0x4) +[D] sys_call_table[197]: Symbol("sys_fstat64" at 0xc054a440, type=FUNC, size=0x4) +[D] sys_call_table[198]: Symbol("sys_lchown" at 0xc053ff50, type=FUNC, size=0xd0) +[D] sys_call_table[199]: Symbol("sys_getuid" at 0xc035b940, type=FUNC, size=0x20) +[D] sys_call_table[200]: Symbol("sys_getgid" at 0xc035b980, type=FUNC, size=0x20) +[D] sys_call_table[201]: Symbol("sys_geteuid" at 0xc035b960, type=FUNC, size=0x20) +[D] sys_call_table[202]: Symbol("sys_getegid" at 0xc035b9a0, type=FUNC, size=0x20) +[D] sys_call_table[203]: Symbol("sys_setreuid" at 0xc035ae60, type=FUNC, size=0x4) +[D] sys_call_table[204]: Symbol("sys_setregid" at 0xc035ab60, type=FUNC, size=0x4) +[D] sys_call_table[205]: Symbol("sys_getgroups" at 0xc036f988, type=FUNC, size=0xb0) +[D] sys_call_table[206]: Symbol("sys_setgroups" at 0xc036fa48, type=FUNC, size=0x184) +[D] sys_call_table[207]: Symbol("sys_fchown" at 0xc05400dc, type=FUNC, size=0x4) +[D] sys_call_table[208]: Symbol("sys_setresuid" at 0xc035b2ac, type=FUNC, size=0x4) +[D] sys_call_table[209]: Symbol("sys_getresuid" at 0xc035b2b0, type=FUNC, size=0xd8) +[D] sys_call_table[210]: Symbol("sys_setresgid" at 0xc035b698, type=FUNC, size=0x4) +[D] sys_call_table[211]: Symbol("sys_getresgid" at 0xc035b69c, type=FUNC, size=0xd8) +[D] sys_call_table[212]: Symbol("sys_chown" at 0xc053fe80, type=FUNC, size=0xd0) +[D] sys_call_table[213]: Symbol("sys_setuid" at 0xc035af54, type=FUNC, size=0x4) +[D] sys_call_table[214]: Symbol("sys_setgid" at 0xc035ac18, type=FUNC, size=0x4) +[D] sys_call_table[215]: Symbol("sys_setfsuid" at 0xc035b838, type=FUNC, size=0x4) +[D] sys_call_table[216]: Symbol("sys_setfsgid" at 0xc035b900, type=FUNC, size=0x4) +[D] sys_call_table[217]: Symbol("sys_getdents64" at 0xc055b340, type=FUNC, size=0x120) +[D] sys_call_table[218]: Symbol("sys_pivot_root" at 0xc056f888, type=FUNC, size=0x4dc) +[D] sys_call_table[219]: Symbol("sys_mincore" at 0xc0502794, type=FUNC, size=0x300) +[D] sys_call_table[220]: Symbol("sys_madvise" at 0xc052d578, type=FUNC, size=0x24) +[D] sys_call_table[221]: Symbol("sys_fcntl64" at 0xc0558e84, type=FUNC, size=0x2a0) +[D] sys_call_table[222]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[223]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[224]: Symbol("sys_gettid" at 0xc035b914, type=FUNC, size=0x10) +[D] sys_call_table[225]: Symbol("sys_readahead" at 0xc04d0fa4, type=FUNC, size=0x4) +[D] sys_call_table[226]: Symbol("sys_setxattr" at 0xc0573f14, type=FUNC, size=0x24) +[D] sys_call_table[227]: Symbol("sys_lsetxattr" at 0xc0573f38, type=FUNC, size=0x24) +[D] sys_call_table[228]: Symbol("sys_fsetxattr" at 0xc0573f5c, type=FUNC, size=0xa4) +[D] sys_call_table[229]: Symbol("sys_getxattr" at 0xc05742fc, type=FUNC, size=0x1c) +[D] sys_call_table[230]: Symbol("sys_lgetxattr" at 0xc0574318, type=FUNC, size=0x1c) +[D] sys_call_table[231]: Symbol("sys_fgetxattr" at 0xc0574334, type=FUNC, size=0x7c) +[D] sys_call_table[232]: Symbol("sys_listxattr" at 0xc05743b0, type=FUNC, size=0x8) +[D] sys_call_table[233]: Symbol("sys_llistxattr" at 0xc05743b8, type=FUNC, size=0x8) +[D] sys_call_table[234]: Symbol("sys_flistxattr" at 0xc05743c0, type=FUNC, size=0x5c) +[D] sys_call_table[235]: Symbol("sys_removexattr" at 0xc057441c, type=FUNC, size=0x8) +[D] sys_call_table[236]: Symbol("sys_lremovexattr" at 0xc0574424, type=FUNC, size=0x8) +[D] sys_call_table[237]: Symbol("sys_fremovexattr" at 0xc057442c, type=FUNC, size=0x80) +[D] sys_call_table[238]: Symbol("sys_tkill" at 0xc0358700, type=FUNC, size=0x1c) +[D] sys_call_table[239]: Symbol("sys_sendfile64" at 0xc0543c00, type=FUNC, size=0x114) +[D] sys_call_table[240]: Symbol("sys_futex_time32" at 0xc03f0b1c, type=FUNC, size=0x164) +[D] sys_call_table[241]: Symbol("sys_sched_setaffinity" at 0xc037b8d8, type=FUNC, size=0xc4) +[D] sys_call_table[242]: Symbol("sys_sched_getaffinity" at 0xc0379a44, type=FUNC, size=0xd4) +[D] sys_call_table[243]: Symbol("sys_io_setup" at 0xc05a5a94, type=FUNC, size=0x884) +[D] sys_call_table[244]: Symbol("sys_io_destroy" at 0xc05a6318, type=FUNC, size=0x11c) +[D] sys_call_table[245]: Symbol("sys_io_getevents_time32" at 0xc05a6918, type=FUNC, size=0xd4) +[D] sys_call_table[246]: Symbol("sys_io_submit" at 0xc05a6434, type=FUNC, size=0x4) +[D] sys_call_table[247]: Symbol("sys_io_cancel" at 0xc05a6438, type=FUNC, size=0x180) +[D] sys_call_table[248]: Symbol("sys_exit_group" at 0xc03498e8, type=FUNC, size=0x10) +[D] sys_call_table[249]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[250]: Symbol("sys_epoll_create" at 0xc059b478, type=FUNC, size=0x18) +[D] sys_call_table[251]: Symbol("sys_epoll_ctl" at 0xc059c174, type=FUNC, size=0xc8) +[D] sys_call_table[252]: Symbol("sys_epoll_wait" at 0xc059c23c, type=FUNC, size=0x11c) +[D] sys_call_table[253]: Symbol("sys_remap_file_pages" at 0xc050ad44, type=FUNC, size=0x2c8) +[D] sys_call_table[254]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[255]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[256]: Symbol("sys_set_tid_address" at 0xc0340ca0, type=FUNC, size=0x1c) +[D] sys_call_table[257]: Symbol("sys_timer_create" at 0xc03e630c, type=FUNC, size=0xdc) +[D] sys_call_table[258]: Symbol("sys_timer_settime32" at 0xc03e664c, type=FUNC, size=0xe8) +[D] sys_call_table[259]: Symbol("sys_timer_gettime32" at 0xc03e6464, type=FUNC, size=0x7c) +[D] sys_call_table[260]: Symbol("sys_timer_getoverrun" at 0xc03e64e0, type=FUNC, size=0x84) +[D] sys_call_table[261]: Symbol("sys_timer_delete" at 0xc03e6734, type=FUNC, size=0x128) +[D] sys_call_table[262]: Symbol("sys_clock_settime32" at 0xc03e6d3c, type=FUNC, size=0xe4) +[D] sys_call_table[263]: Symbol("sys_clock_gettime32" at 0xc03e6e20, type=FUNC, size=0xe0) +[D] sys_call_table[264]: Symbol("sys_clock_getres_time32" at 0xc03e6f04, type=FUNC, size=0xf0) +[D] sys_call_table[265]: Symbol("sys_clock_nanosleep_time32" at 0xc03e7138, type=FUNC, size=0x14c) +[D] sys_call_table[266]: Symbol("sys_statfs64_wrapper" at 0xc0300aac, type=FUNC, size=0xc) +[D] sys_call_table[267]: Symbol("sys_fstatfs64_wrapper" at 0xc0300ab8, type=FUNC, size=0xc) +[D] sys_call_table[268]: Symbol("sys_tgkill" at 0xc03586e8, type=FUNC, size=0x18) +[D] sys_call_table[269]: Symbol("sys_utimes_time32" at 0xc0582678, type=FUNC, size=0x10) +[D] sys_call_table[270]: Symbol("sys_arm_fadvise64_64" at 0xc030b394, type=FUNC, size=0x20) +[D] sys_call_table[271]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[272]: Symbol("sys_pciconfig_read" at 0xc0967aa4, type=FUNC, size=0x248) +[D] sys_call_table[273]: Symbol("sys_pciconfig_write" at 0xc0967cec, type=FUNC, size=0x184) +[D] sys_call_table[274]: Symbol("sys_mq_open" at 0xc077f418, type=FUNC, size=0x288) +[D] sys_call_table[275]: Symbol("sys_mq_unlink" at 0xc077f6a0, type=FUNC, size=0xec) +[D] sys_call_table[276]: Symbol("sys_mq_timedsend_time32" at 0xc077fc3c, type=FUNC, size=0xd0) +[D] sys_call_table[277]: Symbol("sys_mq_timedreceive_time32" at 0xc077fd0c, type=FUNC, size=0xd0) +[D] sys_call_table[278]: Symbol("sys_mq_notify" at 0xc077f92c, type=FUNC, size=0xbc) +[D] sys_call_table[279]: Symbol("sys_mq_getsetattr" at 0xc077f9e8, type=FUNC, size=0x254) +[D] sys_call_table[280]: Symbol("sys_waitid" at 0xc0349ea8, type=FUNC, size=0x24c) +[D] sys_call_table[281]: Symbol("sys_socket" at 0xc0f163a8, type=FUNC, size=0x4) +[D] sys_call_table[282]: Symbol("sys_bind" at 0xc0f16718, type=FUNC, size=0x4) +[D] sys_call_table[283]: Symbol("sys_connect" at 0xc0f16b2c, type=FUNC, size=0x4) +[D] sys_call_table[284]: Symbol("sys_listen" at 0xc0f167d0, type=FUNC, size=0x4) +[D] sys_call_table[285]: Symbol("sys_accept" at 0xc0f169f0, type=FUNC, size=0x8) +[D] sys_call_table[286]: Symbol("sys_getsockname" at 0xc0f16c14, type=FUNC, size=0x4) +[D] sys_call_table[287]: Symbol("sys_getpeername" at 0xc0f16d08, type=FUNC, size=0x4) +[D] sys_call_table[288]: Symbol("sys_socketpair" at 0xc0f16624, type=FUNC, size=0x4) +[D] sys_call_table[289]: Symbol("sys_send" at 0xc0f16e54, type=FUNC, size=0x20) +[D] sys_call_table[290]: Symbol("sys_sendto" at 0xc0f16e50, type=FUNC, size=0x4) +[D] sys_call_table[291]: Symbol("sys_recv" at 0xc0f16fb8, type=FUNC, size=0x20) +[D] sys_call_table[292]: Symbol("sys_recvfrom" at 0xc0f16fb4, type=FUNC, size=0x4) +[D] sys_call_table[293]: Symbol("sys_shutdown" at 0xc0f173a8, type=FUNC, size=0x4) +[D] sys_call_table[294]: Symbol("sys_setsockopt" at 0xc0f1708c, type=FUNC, size=0xb4) +[D] sys_call_table[295]: Symbol("sys_getsockopt" at 0xc0f1720c, type=FUNC, size=0xcc) +[D] sys_call_table[296]: Symbol("sys_sendmsg" at 0xc0f17ac8, type=FUNC, size=0xb4) +[D] sys_call_table[297]: Symbol("sys_recvmsg" at 0xc0f17e3c, type=FUNC, size=0xb0) +[D] sys_call_table[298]: Symbol("sys_semop" at 0xc077ae78, type=FUNC, size=0x8) +[D] sys_call_table[299]: Symbol("sys_semget" at 0xc0779a0c, type=FUNC, size=0x94) +[D] sys_call_table[300]: Symbol("sys_old_semctl" at 0xc0779b00, type=FUNC, size=0x70) +[D] sys_call_table[301]: Symbol("sys_msgsnd" at 0xc0777104, type=FUNC, size=0x4) +[D] sys_call_table[302]: Symbol("sys_msgrcv" at 0xc077710c, type=FUNC, size=0x4) +[D] sys_call_table[303]: Symbol("sys_msgget" at 0xc0776af0, type=FUNC, size=0x64) +[D] sys_call_table[304]: Symbol("sys_old_msgctl" at 0xc0776b94, type=FUNC, size=0x64) +[D] sys_call_table[305]: Symbol("sys_shmat" at 0xc077d1b0, type=FUNC, size=0x58) +[D] sys_call_table[306]: Symbol("sys_shmdt" at 0xc077d498, type=FUNC, size=0x4) +[D] sys_call_table[307]: Symbol("sys_shmget" at 0xc077cbdc, type=FUNC, size=0x6c) +[D] sys_call_table[308]: Symbol("sys_old_shmctl" at 0xc077cc88, type=FUNC, size=0x64) +[D] sys_call_table[309]: Symbol("sys_add_key" at 0xc0783ff8, type=FUNC, size=0x238) +[D] sys_call_table[310]: Symbol("sys_request_key" at 0xc0784230, type=FUNC, size=0x1a4) +[D] sys_call_table[311]: Symbol("sys_keyctl" at 0xc07859a8, type=FUNC, size=0x284) +[D] sys_call_table[312]: Symbol("sys_semtimedop_time32" at 0xc077adc4, type=FUNC, size=0xb4) +[D] sys_call_table[313]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[314]: Symbol("sys_ioprio_set" at 0xc07c3efc, type=FUNC, size=0x27c) +[D] sys_call_table[315]: Symbol("sys_ioprio_get" at 0xc07c4178, type=FUNC, size=0x300) +[D] sys_call_table[316]: Symbol("sys_inotify_init" at 0xc05956c4, type=FUNC, size=0x8) +[D] sys_call_table[317]: Symbol("sys_inotify_add_watch" at 0xc05956cc, type=FUNC, size=0x3e8) +[D] sys_call_table[318]: Symbol("sys_inotify_rm_watch" at 0xc0595ab4, type=FUNC, size=0xb4) +[D] sys_call_table[319]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[320]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[321]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[322]: Symbol("sys_openat" at 0xc054072c, type=FUNC, size=0xcc) +[D] sys_call_table[323]: Symbol("sys_mkdirat" at 0xc0556f2c, type=FUNC, size=0x34) +[D] sys_call_table[324]: Symbol("sys_mknodat" at 0xc0556d80, type=FUNC, size=0x38) +[D] sys_call_table[325]: Symbol("sys_fchownat" at 0xc053fe7c, type=FUNC, size=0x4) +[D] sys_call_table[326]: Symbol("sys_futimesat_time32" at 0xc0582674, type=FUNC, size=0x4) +[D] sys_call_table[327]: Symbol("sys_fstatat64" at 0xc054a444, type=FUNC, size=0x4) +[D] sys_call_table[328]: Symbol("sys_unlinkat" at 0xc0557408, type=FUNC, size=0x54) +[D] sys_call_table[329]: Symbol("sys_renameat" at 0xc0557f94, type=FUNC, size=0x5c) +[D] sys_call_table[330]: Symbol("sys_linkat" at 0xc0557904, type=FUNC, size=0x58) +[D] sys_call_table[331]: Symbol("sys_symlinkat" at 0xc05575a4, type=FUNC, size=0x40) +[D] sys_call_table[332]: Symbol("sys_readlinkat" at 0xc054a41c, type=FUNC, size=0x4) +[D] sys_call_table[333]: Symbol("sys_fchmodat" at 0xc053fa58, type=FUNC, size=0xb0) +[D] sys_call_table[334]: Symbol("sys_faccessat" at 0xc053f540, type=FUNC, size=0x8) +[D] sys_call_table[335]: Symbol("sys_pselect6_time32" at 0xc055cf30, type=FUNC, size=0x128) +[D] sys_call_table[336]: Symbol("sys_ppoll_time32" at 0xc055d310, type=FUNC, size=0xf4) +[D] sys_call_table[337]: Symbol("sys_unshare" at 0xc03436ac, type=FUNC, size=0x4) +[D] sys_call_table[338]: Symbol("sys_set_robust_list" at 0xc03f0254, type=FUNC, size=0x1c) +[D] sys_call_table[339]: Symbol("sys_get_robust_list" at 0xc03f0270, type=FUNC, size=0xb8) +[D] sys_call_table[340]: Symbol("sys_splice" at 0xc0580fe0, type=FUNC, size=0x344) +[D] sys_call_table[341]: Symbol("sys_sync_file_range2" at 0xc0581e90, type=FUNC, size=0x78) +[D] sys_call_table[342]: Symbol("sys_tee" at 0xc05816dc, type=FUNC, size=0xb0) +[D] sys_call_table[343]: Symbol("sys_vmsplice" at 0xc0580fdc, type=FUNC, size=0x4) +[D] sys_call_table[344]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[345]: Symbol("sys_getcpu" at 0xc035d204, type=FUNC, size=0x9c) +[D] sys_call_table[346]: Symbol("sys_epoll_pwait" at 0xc059c358, type=FUNC, size=0x12c) +[D] sys_call_table[347]: Symbol("sys_kexec_load" at 0xc03fa308, type=FUNC, size=0x398) +[D] sys_call_table[348]: Symbol("sys_utimensat_time32" at 0xc05825a8, type=FUNC, size=0xcc) +[D] sys_call_table[349]: Symbol("sys_signalfd" at 0xc059d068, type=FUNC, size=0xac) +[D] sys_call_table[350]: Symbol("sys_timerfd_create" at 0xc059e00c, type=FUNC, size=0x178) +[D] sys_call_table[351]: Symbol("sys_eventfd" at 0xc059ee78, type=FUNC, size=0x8) +[D] sys_call_table[352]: Symbol("sys_fallocate" at 0xc053f4c8, type=FUNC, size=0x78) +[D] sys_call_table[353]: Symbol("sys_timerfd_settime32" at 0xc059e2c0, type=FUNC, size=0xc4) +[D] sys_call_table[354]: Symbol("sys_timerfd_gettime32" at 0xc059e384, type=FUNC, size=0x78) +[D] sys_call_table[355]: Symbol("sys_signalfd4" at 0xc059cfb4, type=FUNC, size=0xb4) +[D] sys_call_table[356]: Symbol("sys_eventfd2" at 0xc059ee74, type=FUNC, size=0x4) +[D] sys_call_table[357]: Symbol("sys_epoll_create1" at 0xc059b474, type=FUNC, size=0x4) +[D] sys_call_table[358]: Symbol("sys_dup3" at 0xc056804c, type=FUNC, size=0x4) +[D] sys_call_table[359]: Symbol("sys_pipe2" at 0xc054f0a4, type=FUNC, size=0x4) +[D] sys_call_table[360]: Symbol("sys_inotify_init1" at 0xc05956c0, type=FUNC, size=0x4) +[D] sys_call_table[361]: Symbol("sys_preadv" at 0xc0543784, type=FUNC, size=0xc4) +[D] sys_call_table[362]: Symbol("sys_pwritev" at 0xc0543940, type=FUNC, size=0xc4) +[D] sys_call_table[363]: Symbol("sys_rt_tgsigqueueinfo" at 0xc0358824, type=FUNC, size=0x118) +[D] sys_call_table[364]: Symbol("sys_perf_event_open" at 0xc04b8088, type=FUNC, size=0x4) +[D] sys_call_table[365]: Symbol("sys_recvmmsg_time32" at 0xc0f18114, type=FUNC, size=0xd0) +[D] sys_call_table[366]: Symbol("sys_accept4" at 0xc0f169ec, type=FUNC, size=0x4) +[D] sys_call_table[367]: Symbol("sys_fanotify_init" at 0xc0599124, type=FUNC, size=0x2b4) +[D] sys_call_table[368]: Symbol("sys_fanotify_mark" at 0xc05993d8, type=FUNC, size=0x830) +[D] sys_call_table[369]: Symbol("sys_prlimit64" at 0xc035c218, type=FUNC, size=0x334) +[D] sys_call_table[370]: Symbol("sys_name_to_handle_at" at 0xc05b544c, type=FUNC, size=0x2cc) +[D] sys_call_table[371]: Symbol("sys_open_by_handle_at" at 0xc05b5718, type=FUNC, size=0x2d4) +[D] sys_call_table[372]: Symbol("sys_clock_adjtime32" at 0xc03e6f00, type=FUNC, size=0x4) +[D] sys_call_table[373]: Symbol("sys_syncfs" at 0xc0581bbc, type=FUNC, size=0x7c) +[D] sys_call_table[374]: Symbol("sys_sendmmsg" at 0xc0f17d34, type=FUNC, size=0x1c) +[D] sys_call_table[375]: Symbol("sys_setns" at 0xc036aa2c, type=FUNC, size=0x374) +[D] sys_call_table[376]: Symbol("sys_process_vm_readv" at 0xc0519644, type=FUNC, size=0x2c) +[D] sys_call_table[377]: Symbol("sys_process_vm_writev" at 0xc0519670, type=FUNC, size=0x2c) +[D] sys_call_table[378]: Symbol("sys_kcmp" at 0xc03d3810, type=FUNC, size=0x50c) +[D] sys_call_table[379]: Symbol("sys_finit_module" at 0xc03d11d4, type=FUNC, size=0x288) +[D] sys_call_table[380]: Symbol("sys_sched_setattr" at 0xc03792fc, type=FUNC, size=0x354) +[D] sys_call_table[381]: Symbol("sys_sched_getattr" at 0xc03797a4, type=FUNC, size=0x18c) +[D] sys_call_table[382]: Symbol("sys_renameat2" at 0xc0557f40, type=FUNC, size=0x54) +[D] sys_call_table[383]: Symbol("sys_seccomp" at 0xc0409c04, type=FUNC, size=0x4) +[D] sys_call_table[384]: Symbol("sys_getrandom" at 0xc0af2b14, type=FUNC, size=0xf4) +[D] sys_call_table[385]: Symbol("sys_memfd_create" at 0xc053d964, type=FUNC, size=0x278) +[D] sys_call_table[386]: Symbol("sys_bpf" at 0xc044f324, type=FUNC, size=0x20) +[D] sys_call_table[387]: Symbol("sys_execveat" at 0xc054d324, type=FUNC, size=0x3c) +[D] sys_call_table[388]: Symbol("sys_userfaultfd" at 0xc05a2d98, type=FUNC, size=0x48) +[D] sys_call_table[389]: Symbol("sys_membarrier" at 0xc039cb90, type=FUNC, size=0x3bc) +[D] sys_call_table[390]: Symbol("sys_mlock2" at 0xc050421c, type=FUNC, size=0x20) +[D] sys_call_table[391]: Symbol("sys_copy_file_range" at 0xc054457c, type=FUNC, size=0x2d4) +[D] sys_call_table[392]: Symbol("sys_preadv2" at 0xc0543848, type=FUNC, size=0xf8) +[D] sys_call_table[393]: Symbol("sys_pwritev2" at 0xc0543a04, type=FUNC, size=0xf8) +[D] sys_call_table[394]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[395]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[396]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[397]: Symbol("sys_statx" at 0xc054a4f4, type=FUNC, size=0x74) +[D] sys_call_table[398]: Symbol("sys_rseq" at 0xc04c0ad0, type=FUNC, size=0x1dc) +[D] sys_call_table[399]: Symbol("sys_io_pgetevents_time32" at 0xc05a6768, type=FUNC, size=0x1b0) +[D] sys_call_table[400]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[401]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[402]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[403]: Symbol("sys_clock_gettime" at 0xc03e6af0, type=FUNC, size=0xe0) +[D] sys_call_table[404]: Symbol("sys_clock_settime" at 0xc03e6a0c, type=FUNC, size=0xe4) +[D] sys_call_table[405]: Symbol("sys_clock_adjtime" at 0xc03e6c48, type=FUNC, size=0x4) +[D] sys_call_table[406]: Symbol("sys_clock_getres" at 0xc03e6c4c, type=FUNC, size=0xf0) +[D] sys_call_table[407]: Symbol("sys_clock_nanosleep" at 0xc03e6ff4, type=FUNC, size=0x144) +[D] sys_call_table[408]: Symbol("sys_timer_gettime" at 0xc03e63e8, type=FUNC, size=0x7c) +[D] sys_call_table[409]: Symbol("sys_timer_settime" at 0xc03e6564, type=FUNC, size=0xe8) +[D] sys_call_table[410]: Symbol("sys_timerfd_gettime" at 0xc059e248, type=FUNC, size=0x78) +[D] sys_call_table[411]: Symbol("sys_timerfd_settime" at 0xc059e184, type=FUNC, size=0xc4) +[D] sys_call_table[412]: Symbol("sys_utimensat" at 0xc05823e0, type=FUNC, size=0xcc) +[D] sys_call_table[413]: Symbol("sys_pselect6" at 0xc055ce08, type=FUNC, size=0x128) +[D] sys_call_table[414]: Symbol("sys_ppoll" at 0xc055d21c, type=FUNC, size=0xf4) +[D] sys_call_table[415]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[416]: Symbol("sys_io_pgetevents" at 0xc05a65b8, type=FUNC, size=0x1b0) +[D] sys_call_table[417]: Symbol("sys_recvmmsg" at 0xc0f18044, type=FUNC, size=0xd0) +[D] sys_call_table[418]: Symbol("sys_mq_timedsend" at 0xc077f78c, type=FUNC, size=0xd0) +[D] sys_call_table[419]: Symbol("sys_mq_timedreceive" at 0xc077f85c, type=FUNC, size=0xd0) +[D] sys_call_table[420]: Symbol("sys_semtimedop" at 0xc077ac5c, type=FUNC, size=0xb4) +[D] sys_call_table[421]: Symbol("sys_rt_sigtimedwait" at 0xc0358030, type=FUNC, size=0x138) +[D] sys_call_table[422]: Symbol("sys_futex" at 0xc03f04ac, type=FUNC, size=0x164) +[D] sys_call_table[423]: Symbol("sys_sched_rr_get_interval" at 0xc0379c48, type=FUNC, size=0x84) +[D] sys_call_table[424]: Symbol("sys_pidfd_send_signal" at 0xc03584a4, type=FUNC, size=0x244) +[D] sys_call_table[425]: Symbol("sys_io_uring_setup" at 0xc07e19dc, type=FUNC, size=0x68) +[D] sys_call_table[426]: Symbol("sys_io_uring_enter" at 0xc07e0d5c, type=FUNC, size=0xc64) +[D] sys_call_table[427]: Symbol("sys_io_uring_register" at 0xc07f16e0, type=FUNC, size=0xbb8) +[D] sys_call_table[428]: Symbol("sys_open_tree" at 0xc056dc74, type=FUNC, size=0x340) +[D] sys_call_table[429]: Symbol("sys_move_mount" at 0xc056f4d8, type=FUNC, size=0x354) +[D] sys_call_table[430]: Symbol("sys_fsopen" at 0xc05864c0, type=FUNC, size=0x120) +[D] sys_call_table[431]: Symbol("sys_fsconfig" at 0xc0586760, type=FUNC, size=0x4f0) +[D] sys_call_table[432]: Symbol("sys_fsmount" at 0xc056f208, type=FUNC, size=0x2d0) +[D] sys_call_table[433]: Symbol("sys_fspick" at 0xc05865e0, type=FUNC, size=0x180) +[D] sys_call_table[434]: Symbol("sys_pidfd_open" at 0xc0366c20, type=FUNC, size=0x104) +[D] sys_call_table[435]: Symbol("sys_clone3" at 0xc03431a4, type=FUNC, size=0x4) +[D] sys_call_table[436]: Symbol("sys_close_range" at 0xc05409cc, type=FUNC, size=0x4) +[D] sys_call_table[437]: Symbol("sys_openat2" at 0xc05407f8, type=FUNC, size=0xf0) +[D] sys_call_table[438]: Symbol("sys_pidfd_getfd" at 0xc0366d24, type=FUNC, size=0x16c) +[D] sys_call_table[439]: Symbol("sys_faccessat2" at 0xc053f548, type=FUNC, size=0x4) +[D] sys_call_table[440]: Symbol("sys_process_madvise" at 0xc052d59c, type=FUNC, size=0x234) +[D] sys_call_table[441]: Symbol("sys_epoll_pwait2" at 0xc059c484, type=FUNC, size=0xcc) +[D] sys_call_table[442]: Symbol("sys_mount_setattr" at 0xc056fd64, type=FUNC, size=0x7f8) +[D] sys_call_table[443]: Symbol("sys_quotactl_fd" at 0xc05c5b68, type=FUNC, size=0x1cc) +[D] sys_call_table[444]: Symbol("sys_landlock_create_ruleset" at 0xc0790740, type=FUNC, size=0x1c0) +[D] sys_call_table[445]: Symbol("sys_landlock_add_rule" at 0xc0790900, type=FUNC, size=0x2f8) +[D] sys_call_table[446]: Symbol("sys_landlock_restrict_self" at 0xc0790bf8, type=FUNC, size=0xf8) +[D] sys_call_table[447]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[448]: Symbol("sys_process_mrelease" at 0xc04cc230, type=FUNC, size=0x21c) +[D] sys_call_table[449]: Symbol("sys_futex_waitv" at 0xc03f0850, type=FUNC, size=0x178) +[D] sys_call_table[450]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[451]: Symbol("sys_cachestat" at 0xc04c8a80, type=FUNC, size=0x45c) +[D] sys_call_table[452]: Symbol("sys_fchmodat2" at 0xc053f98c, type=FUNC, size=0xcc) +[D] sys_call_table[453]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[454]: Symbol("sys_futex_wake" at 0xc03f09c8, type=FUNC, size=0x4c) +[D] sys_call_table[455]: Symbol("sys_futex_wait" at 0xc03f0a14, type=FUNC, size=0x104) +[D] sys_call_table[456]: Symbol("sys_futex_requeue" at 0xc03f0b18, type=FUNC, size=0x4) +[D] sys_call_table[457]: Symbol("sys_statmount" at 0xc0570594, type=FUNC, size=0x4) +[D] sys_call_table[458]: Symbol("sys_listmount" at 0xc0570598, type=FUNC, size=0x3f8) +[D] sys_call_table[459]: Symbol("sys_lsm_get_self_attr" at 0xc078a868, type=FUNC, size=0x4) +[D] sys_call_table[460]: Symbol("sys_lsm_set_self_attr" at 0xc078a864, type=FUNC, size=0x4) +[D] sys_call_table[461]: Symbol("sys_lsm_list_modules" at 0xc078a86c, type=FUNC, size=0x124) +[D] sys_call_table[462]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[D] sys_call_table[463]: Symbol("sys_ni_syscall" at 0xc036a4e0, type=FUNC, size=0x8) +[I] Common syscall symbol prefixes: sys_ +[I] 67 syscall table entries point to sys_ni_syscall +[I] Found 6 esoteric syscalls: breakpoint, cacheflush, usr26, usr32, set_tls, get_tls +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc0355548', '0xc0349854', '0xc034304c', '0xc05433d4', '0xc05434c8', '0xc0540664', '0xc0540970', '0xc05408e8', '0xc055795c', '0xc055745c', '0xc054d2ec', '0xc053f560', '0xc0556db8', '0xc053fb08', '0xc03f5ad0', '0xc0542224', '0xc035b904', '0xc056efd8', '0xc03f5bc4', '0xc03f60bc', '0xc035127c', '0xc0359450', '0xc053f54c', '0xc0378e60', '0xc0581b50', '0xc03582a0', '0xc0557ff0', '0xc0556f60', '0xc0557124', '0xc0568108', '0xc054f0a8', '0xc035b9c0', '0xc05095a8', '0xc03f5b80', '0xc03f611c', '0xc03f60ec', '0xc03f614c', '0xc03f7b6c', '0xc056c960', '0xc0559fbc', '0xc0558dd0', '0xc035bad0', '0xc035ca68', '0xc053f6c4', '0xc05842f4', '0xc0568050', '0xc035b924', '0xc035bc98', '0xc035bddc', '0xc0359184', '0xc03f5b98', '0xc03f5b54', '0xc0359534', '0xc0358e48', '0xc035bde4', '0xc035c54c', '0xc035c9a0', '0xc03d5958', '0xc03d5b74', '0xc03f5ec4', '0xc03f5f7c', '0xc05575e4', '0xc054a420', '0xc054c3f0', '0xc05337c8', '0xc036d8b8', '0xc050858c', '0xc053f0cc', '0xc053f348', '0xc053f938', '0xc03f5b20', '0xc035a7a4', '0xc035a4f4', '0xc05840f4', '0xc05841f4', '0xc03a388c', '0xc03e9e4c', '0xc03e9c7c', '0xc054a410', '0xc054a414', '0xc054a418', '0xc05409d0', '0xc034a2d4', '0xc05327a8', '0xc035d2a0', '0xc0581c38', '0xc0300a94', '0xc0343110', '0xc035c02c', '0xc035bde0', '0xc03d6080', '0xc050c734', '0xc0358ee4', '0xc03d1014', '0xc03d1558', '0xc05c5774', '0xc035bc40', '0xc053f634', '0xc0568628', '0xc0343858', '0xc03f5e94', '0xc03f5eac', '0xc05422e0', '0xc055b220', '0xc055ce04', '0xc05ac424', '0xc050da84', '0xc0543774', '0xc054377c', '0xc035bcb0', '0xc0581c40', '0xc0504214', '0xc050423c', '0xc0504330', '0xc05044b0', '0xc03792e0', '0xc03796ac', '0xc03792b4', '0xc0379650', '0xc0379b18', '0xc0379b88', '0xc0379be8', '0xc0379ccc', '0xc03dbedc', '0xc050d3a8', '0xc03f5bdc', '0xc03f5c24', '0xc055d10c', '0xc03f5d38', '0xc03f5d80', '0xc035caa8', '0xc0300aa0', '0xc0359034', '0xc0355820', '0xc035595c', '0xc0358168', '0xc035871c', '0xc035948c', '0xc0543558', '0xc05436ac', '0xc03f5a80', '0xc0583188', '0xc03503e4', '0xc03505d0', '0xc0358bc8', '0xc0543afc', '0xc03430a8', '0xc035c168', '0xc0300ac4', '0xc053f36c', '0xc053f434', '0xc054a438', '0xc054a43c', '0xc054a440', '0xc053ff50', '0xc035b940', '0xc035b980', '0xc035b960', '0xc035b9a0', '0xc035ae60', '0xc035ab60', '0xc036f988', '0xc036fa48', '0xc05400dc', '0xc035b2ac', '0xc035b2b0', '0xc035b698', '0xc035b69c', '0xc053fe80', '0xc035af54', '0xc035ac18', '0xc035b838', '0xc035b900', '0xc055b340', '0xc056f888', '0xc0502794', '0xc052d578', '0xc0558e84', '0xc035b914', '0xc04d0fa4', '0xc0573f14', '0xc0573f38', '0xc0573f5c', '0xc05742fc', '0xc0574318', '0xc0574334', '0xc05743b0', '0xc05743b8', '0xc05743c0', '0xc057441c', '0xc0574424', '0xc057442c', '0xc0358700', '0xc0543c00', '0xc03f0b1c', '0xc037b8d8', '0xc0379a44', '0xc05a5a94', '0xc05a6318', '0xc05a6918', '0xc05a6434', '0xc05a6438', '0xc03498e8', '0xc059b478', '0xc059c174', '0xc059c23c', '0xc050ad44', '0xc0340ca0', '0xc03e630c', '0xc03e664c', '0xc03e6464', '0xc03e64e0', '0xc03e6734', '0xc03e6d3c', '0xc03e6e20', '0xc03e6f04', '0xc03e7138', '0xc0300aac', '0xc0300ab8', '0xc03586e8', '0xc0582678', '0xc030b394', '0xc0967aa4', '0xc0967cec', '0xc077f418', '0xc077f6a0', '0xc077fc3c', '0xc077fd0c', '0xc077f92c', '0xc077f9e8', '0xc0349ea8', '0xc0f163a8', '0xc0f16718', '0xc0f16b2c', '0xc0f167d0', '0xc0f169f0', '0xc0f16c14', '0xc0f16d08', '0xc0f16624', '0xc0f16e54', '0xc0f16e50', '0xc0f16fb8', '0xc0f16fb4', '0xc0f173a8', '0xc0f1708c', '0xc0f1720c', '0xc0f17ac8', '0xc0f17e3c', '0xc077ae78', '0xc0779a0c', '0xc0779b00', '0xc0777104', '0xc077710c', '0xc0776af0', '0xc0776b94', '0xc077d1b0', '0xc077d498', '0xc077cbdc', '0xc077cc88', '0xc0783ff8', '0xc0784230', '0xc07859a8', '0xc077adc4', '0xc07c3efc', '0xc07c4178', '0xc05956c4', '0xc05956cc', '0xc0595ab4', '0xc054072c', '0xc0556f2c', '0xc0556d80', '0xc053fe7c', '0xc0582674', '0xc054a444', '0xc0557408', '0xc0557f94', '0xc0557904', '0xc05575a4', '0xc054a41c', '0xc053fa58', '0xc053f540', '0xc055cf30', '0xc055d310', '0xc03436ac', '0xc03f0254', '0xc03f0270', '0xc0580fe0', '0xc0581e90', '0xc05816dc', '0xc0580fdc', '0xc035d204', '0xc059c358', '0xc03fa308', '0xc05825a8', '0xc059d068', '0xc059e00c', '0xc059ee78', '0xc053f4c8', '0xc059e2c0', '0xc059e384', '0xc059cfb4', '0xc059ee74', '0xc059b474', '0xc056804c', '0xc054f0a4', '0xc05956c0', '0xc0543784', '0xc0543940', '0xc0358824', '0xc04b8088', '0xc0f18114', '0xc0f169ec', '0xc0599124', '0xc05993d8', '0xc035c218', '0xc05b544c', '0xc05b5718', '0xc03e6f00', '0xc0581bbc', '0xc0f17d34', '0xc036aa2c', '0xc0519644', '0xc0519670', '0xc03d3810', '0xc03d11d4', '0xc03792fc', '0xc03797a4', '0xc0557f40', '0xc0409c04', '0xc0af2b14', '0xc053d964', '0xc044f324', '0xc054d324', '0xc05a2d98', '0xc039cb90', '0xc050421c', '0xc054457c', '0xc0543848', '0xc0543a04', '0xc054a4f4', '0xc04c0ad0', '0xc05a6768', '0xc03e6af0', '0xc03e6a0c', '0xc03e6c48', '0xc03e6c4c', '0xc03e6ff4', '0xc03e63e8', '0xc03e6564', '0xc059e248', '0xc059e184', '0xc05823e0', '0xc055ce08', '0xc055d21c', '0xc05a65b8', '0xc0f18044', '0xc077f78c', '0xc077f85c', '0xc077ac5c', '0xc0358030', '0xc03f04ac', '0xc0379c48', '0xc03584a4', '0xc07e19dc', '0xc07e0d5c', '0xc07f16e0', '0xc056dc74', '0xc056f4d8', '0xc05864c0', '0xc0586760', '0xc056f208', '0xc05865e0', '0xc0366c20', '0xc03431a4', '0xc05409cc', '0xc05407f8', '0xc0366d24', '0xc053f548', '0xc052d59c', '0xc059c484', '0xc056fd64', '0xc05c5b68', '0xc0790740', '0xc0790900', '0xc0790bf8', '0xc04cc230', '0xc03f0850', '0xc04c8a80', '0xc053f98c', '0xc03f09c8', '0xc03f0a14', '0xc03f0b18', '0xc0570594', '0xc0570598', '0xc078a868', '0xc078a864', '0xc078a86c', '0xc030bd8c', '0xc030bd8c', '0xc030bd8c', '0xc030bd8c', '0xc030bd8c', '0xc030bd8c'] +[D] Location needs adjustment (bad): restart_syscall (sys_restart_syscall) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getpid (sys_getpid) -> include/linux/pid.h:290 +[D] Location needs adjustment (bad): getuid16 (sys_getuid16) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getgid16 (sys_getgid16) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): geteuid16 (sys_geteuid16) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getegid16 (sys_getegid16) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): setpgid (sys_setpgid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): umask (sys_umask) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getpriority (sys_getpriority) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): setpriority (sys_setpriority) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): sigreturn (sys_sigreturn_wrapper) -> arch/arm/kernel/entry-common.S:383 +[D] Location needs adjustment (bad): personality (sys_personality) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): munlock (sys_munlock) -> include/linux/atomic/atomic-arch-fallback.h:455 +[D] Location needs adjustment (bad): munlockall (sys_munlockall) -> include/linux/atomic/atomic-arch-fallback.h:455 +[D] Location needs adjustment (bad): rt_sigreturn (sys_rt_sigreturn_wrapper) -> arch/arm/kernel/entry-common.S:389 +[D] Location needs adjustment (bad): mmap2 (sys_mmap2) -> arch/arm/kernel/entry-common.S:411 +[D] Location needs adjustment (bad): getuid (sys_getuid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getgid (sys_getgid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): geteuid (sys_geteuid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getegid (sys_getegid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): madvise (sys_madvise) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): gettid (sys_gettid) -> include/linux/pid.h:238 +[D] Location needs adjustment (bad): set_tid_address (sys_set_tid_address) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): statfs64 (sys_statfs64_wrapper) -> arch/arm/kernel/entry-common.S:395 +[D] Location needs adjustment (bad): fstatfs64 (sys_fstatfs64_wrapper) -> arch/arm/kernel/entry-common.S:401 +[D] Location needs adjustment (bad): mq_unlink (sys_mq_unlink) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): msgrcv (sys_msgrcv) -> ipc/msg.c:1264 +[D] Location needs adjustment (bad): statx (sys_statx) -> fs/stat.c:203 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc0300ac3', '0xc035b9bf', '0xc03f617b', '0xc035b97f', '0xc03f611b', '0xc035b99f', '0xc03f614b', '0xc035b913', '0xc035aa23', '0xc035b923', '0xc035b95f', '0xc03f60eb', '0xc052d59b', '0xc0300acb', '0xc077f78b', '0xc077710f', '0xc050432f', '0xc050457b', '0xc034386f', '0xc035555b', '0xc0300aab', '0xc0340cbb', '0xc035bc3f', '0xc035a7a3', '0xc0300a9f', '0xc0300ab7', '0xc054a567', '0xc035ca97'] +[D] Location needs full-range adjustment (bad): fstatfs64 (sys_fstatfs64_wrapper+0xb) -> arch/arm/kernel/entry-common.S:403 +[D] Location needs full-range adjustment (bad): getpid (sys_getpid+0xf) -> include/linux/pid.h:290 +[D] Location needs full-range adjustment (bad): gettid (sys_gettid+0xf) -> include/linux/pid.h:238 +[D] Location needs full-range adjustment (bad): mmap2 (sys_mmap2+0x7) -> arch/arm/kernel/entry-common.S:412 +[D] Location needs full-range adjustment (bad): msgrcv (sys_msgrcv+0x3) -> ipc/msg.c:1264 +[D] Location needs full-range adjustment (bad): rt_sigreturn (sys_rt_sigreturn_wrapper+0xb) -> arch/arm/kernel/entry-common.S:391 +[D] Location needs full-range adjustment (bad): set_tid_address (sys_set_tid_address+0x1b) -> include/linux/pid.h:238 +[D] Location needs full-range adjustment (bad): sigreturn (sys_sigreturn_wrapper+0xb) -> arch/arm/kernel/entry-common.S:385 +[D] Location needs full-range adjustment (bad): statfs64 (sys_statfs64_wrapper+0xb) -> arch/arm/kernel/entry-common.S:397 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc0300ab9', '0xc0300aba', '0xc0300abb', '0xc0300abc', '0xc0300abd', '0xc0300abe', '0xc0300abf', '0xc0300ac0', '0xc0300ac1'] +[D] Location needs grepping (bad): fstatfs64 (sys_fstatfs64_wrapper) -> arch/arm/kernel/entry-common.S:403 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc035b905', '0xc035b906', '0xc035b907', '0xc035b908', '0xc035b909', '0xc035b90a', '0xc035b90b', '0xc035b90c', '0xc035b90d', '0xc035b90e', '0xc035b90f', '0xc035b910', '0xc035b911'] +[D] Location needs grepping (bad): getpid (sys_getpid) -> include/linux/pid.h:290 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc035b915', '0xc035b916', '0xc035b917', '0xc035b918', '0xc035b919', '0xc035b91a', '0xc035b91b', '0xc035b91c', '0xc035b91d', '0xc035b91e', '0xc035b91f', '0xc035b920', '0xc035b921'] +[D] Location needs grepping (bad): gettid (sys_gettid) -> include/linux/pid.h:238 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc0300ac5', '0xc0300ac6', '0xc0300ac7', '0xc0300ac8', '0xc0300ac9'] +[D] Location needs grepping (bad): mmap2 (sys_mmap2) -> arch/arm/kernel/entry-common.S:412 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc077710d'] +[D] Location needs grepping (bad): msgrcv (sys_msgrcv) -> ipc/msg.c:1264 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc0300aa1', '0xc0300aa2', '0xc0300aa3', '0xc0300aa4', '0xc0300aa5', '0xc0300aa6', '0xc0300aa7', '0xc0300aa8', '0xc0300aa9'] +[D] Location needs grepping (bad): rt_sigreturn (sys_rt_sigreturn_wrapper) -> arch/arm/kernel/entry-common.S:391 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc0340ca1', '0xc0340ca2', '0xc0340ca3', '0xc0340ca4', '0xc0340ca5', '0xc0340ca6', '0xc0340ca7', '0xc0340ca8', '0xc0340ca9', '0xc0340caa', '0xc0340cab', '0xc0340cac', '0xc0340cad', '0xc0340cae', '0xc0340caf', '0xc0340cb0', '0xc0340cb1', '0xc0340cb2', '0xc0340cb3', '0xc0340cb4', '0xc0340cb5', '0xc0340cb6', '0xc0340cb7', '0xc0340cb8', '0xc0340cb9'] +[D] Location found through full-range adjustment: set_tid_address (sys_set_tid_address+0x4) -> kernel/fork.c:1933 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc0300a95', '0xc0300a96', '0xc0300a97', '0xc0300a98', '0xc0300a99', '0xc0300a9a', '0xc0300a9b', '0xc0300a9c', '0xc0300a9d'] +[D] Location needs grepping (bad): sigreturn (sys_sigreturn_wrapper) -> arch/arm/kernel/entry-common.S:385 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-eabi-v6.8'), '0xc0300aad', '0xc0300aae', '0xc0300aaf', '0xc0300ab0', '0xc0300ab1', '0xc0300ab2', '0xc0300ab3', '0xc0300ab4', '0xc0300ab5'] +[D] Location needs grepping (bad): statfs64 (sys_statfs64_wrapper) -> arch/arm/kernel/entry-common.S:397 +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/arm', '--glob', '*.c', '\\bSYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Location could not be found through grepping: mmap2 (orig name mmap2) +[I] Location could not be found through grepping: rt_sigreturn (orig name rt_sigreturn) +[I] Location could not be found through grepping: sigreturn (orig name sigreturn) +[W] Location found through grepping: fstatfs64 -> fs/statfs.c:222 +[W] Location found through grepping: getpid -> kernel/sys.c:958 +[W] Location found through grepping: gettid -> kernel/sys.c:964 +[W] Location found through grepping: msgrcv -> ipc/msg.c:1270 +[W] Location found through grepping: statfs64 -> fs/statfs.c:201 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +[D] Signature NOT found in ftrace metadata: sigreturn +[D] Signature NOT found in ftrace metadata: rt_sigreturn +[D] Signature NOT found in ftrace metadata: mmap2 +[W] Potentially bad location for sigreturn (sys_sigreturn_wrapper): arch/arm/kernel/entry-common.S:385 (implemented in asm?) +[W] Potentially bad location for rt_sigreturn (sys_rt_sigreturn_wrapper): arch/arm/kernel/entry-common.S:391 (implemented in asm?) +[W] Potentially bad location for mmap2 (sys_mmap2): arch/arm/kernel/entry-common.S:412 (implemented in asm?) +[E] Unable to extract signature for sigreturn (sys_sigreturn_wrapper) +[E] Unable to extract signature for rt_sigreturn (sys_rt_sigreturn_wrapper) +[E] Unable to extract signature for mmap2 (sys_mmap2) +Found 403 implemented syscalls +Found 5 definition locations through grepping +Could not extract signature for 3 syscalls + diff --git a/db/arm/32/eabi/v6.8/table.json b/db/arm/32/eabi/v6.8/table.json new file mode 100644 index 0000000..43e2525 --- /dev/null +++ b/db/arm/32/eabi/v6.8/table.json @@ -0,0 +1,7174 @@ +{ + "kernel": { + "abi": { + "bits": 32, + "calling_convention": { + "parameters": [ + "r0", + "r1", + "r2", + "r3", + "r4", + "r5", + "r6" + ], + "syscall_nr": "r7" + }, + "compat": false, + "name": "eabi" + }, + "architecture": { + "bits": 32, + "name": "arm" + }, + "syscall_table_symbol": "sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 0, + "origname": "restart_syscall", + "signature": [], + "symbol": "sys_restart_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 1, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 2, + "origname": "fork", + "signature": [], + "symbol": "sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 3, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 5, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 6, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 8, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 9, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 10, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2129, + "name": "execve", + "number": 11, + "origname": "execve", + "signature": [ + "const char *filename", + "const char *const *argv", + "const char *const *envp" + ], + "symbol": "sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 12, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 14, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 15, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": "UID16", + "line": 28, + "name": "lchown16", + "number": 16, + "origname": "lchown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "sys_lchown16" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 19, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": true, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 20, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 21, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "sys_mount" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "UID16", + "line": 53, + "name": "setuid16", + "number": 23, + "origname": "setuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "sys_setuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": "UID16", + "line": 203, + "name": "getuid16", + "number": 24, + "origname": "getuid16", + "signature": [], + "symbol": "sys_getuid16" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1261, + "name": "ptrace", + "number": 26, + "origname": "ptrace", + "signature": [ + "long request", + "long pid", + "unsigned long addr", + "unsigned long data" + ], + "symbol": "sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 29, + "origname": "pause", + "signature": [], + "symbol": "sys_pause" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 33, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 34, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 36, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 37, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 38, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 39, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 40, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 41, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 42, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "sys_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 43, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 45, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "UID16", + "line": 43, + "name": "setgid16", + "number": 46, + "origname": "setgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "sys_setgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": "UID16", + "line": 213, + "name": "getgid16", + "number": 47, + "origname": "getgid16", + "signature": [], + "symbol": "sys_getgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "UID16", + "line": 208, + "name": "geteuid16", + "number": 49, + "origname": "geteuid16", + "signature": [], + "symbol": "sys_geteuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "UID16", + "line": 218, + "name": "getegid16", + "number": 50, + "origname": "getegid16", + "signature": [], + "symbol": "sys_getegid16" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 51, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 52, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 54, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 55, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 57, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 60, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 61, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 248, + "name": "ustat", + "number": 62, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct ustat *ubuf" + ], + "symbol": "sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 63, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 64, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 65, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 66, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 4518, + "name": "sigaction", + "number": 67, + "origname": "sigaction", + "signature": [ + "int sig", + "const struct old_sigaction *act", + "struct old_sigaction *oact" + ], + "symbol": "sys_sigaction" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "UID16", + "line": 48, + "name": "setreuid16", + "number": 70, + "origname": "setreuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid" + ], + "symbol": "sys_setreuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "UID16", + "line": 38, + "name": "setregid16", + "number": 71, + "origname": "setregid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid" + ], + "symbol": "sys_setregid16" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 4706, + "name": "sigsuspend", + "number": 72, + "origname": "sigsuspend", + "signature": [ + "int unused1", + "int unused2", + "old_sigset_t mask" + ], + "symbol": "sys_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 4359, + "name": "sigpending", + "number": 73, + "origname": "sigpending", + "signature": [ + "old_sigset_t *uset" + ], + "symbol": "sys_sigpending" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 74, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 75, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 77, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 78, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 79, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "UID16", + "line": 154, + "name": "getgroups16", + "number": 80, + "origname": "getgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "sys_getgroups16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "UID16", + "line": 177, + "name": "setgroups16", + "number": 81, + "origname": "setgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "sys_setgroups16" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 83, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 85, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 86, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 87, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 88, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "sys_reboot" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 91, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 92, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 93, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 94, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": "UID16", + "line": 33, + "name": "fchown16", + "number": 95, + "origname": "fchown16", + "signature": [ + "unsigned int fd", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "sys_fchown16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 96, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 97, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 99, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 100, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "sys_fstatfs" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 104, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 105, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 111, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 114, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 115, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 116, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "sys_sysinfo" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 385, + "name": "sigreturn", + "number": 119, + "origname": "sigreturn", + "signature": null, + "symbol": "sys_sigreturn_wrapper" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 120, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "sys_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 124, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 4398, + "name": "sigprocmask", + "number": 126, + "origname": "sigprocmask", + "signature": [ + "int how", + "old_sigset_t *nset", + "old_sigset_t *oset" + ], + "symbol": "sys_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 128, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 129, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 131, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 136, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "sys_personality" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "UID16", + "line": 104, + "name": "setfsuid16", + "number": 138, + "origname": "setfsuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "sys_setfsuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "UID16", + "line": 109, + "name": "setfsgid16", + "number": 139, + "origname": "setfsgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "sys_setfsgid16" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 140, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 726, + "name": "select", + "number": 142, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 147, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 148, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 150, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 151, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 152, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 153, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 154, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 155, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 156, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 157, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 158, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 159, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 160, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 161, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 162, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 163, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": "UID16", + "line": 58, + "name": "setresuid16", + "number": 164, + "origname": "setresuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid", + "old_uid_t suid" + ], + "symbol": "sys_setresuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": "UID16", + "line": 64, + "name": "getresuid16", + "number": 165, + "origname": "getresuid16", + "signature": [ + "old_uid_t *ruidp", + "old_uid_t *euidp", + "old_uid_t *suidp" + ], + "symbol": "sys_getresuid16" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 168, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "UID16", + "line": 81, + "name": "setresgid16", + "number": 170, + "origname": "setresgid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid", + "old_gid_t sgid" + ], + "symbol": "sys_setresgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": "UID16", + "line": 87, + "name": "getresgid16", + "number": 171, + "origname": "getresgid16", + "signature": [ + "old_gid_t *rgidp", + "old_gid_t *egidp", + "old_gid_t *sgidp" + ], + "symbol": "sys_getresgid16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 172, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 173, + "kconfig": null, + "line": 391, + "name": "rt_sigreturn", + "number": 173, + "origname": "rt_sigreturn", + "signature": null, + "symbol": "sys_rt_sigreturn_wrapper" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": null, + "line": 4446, + "name": "rt_sigaction", + "number": 174, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 175, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": null, + "line": 3249, + "name": "rt_sigpending", + "number": 176, + "origname": "rt_sigpending", + "signature": [ + "sigset_t *uset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": null, + "line": 3696, + "name": "rt_sigtimedwait", + "number": 177, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct old_timespec32 *uts", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 4032, + "name": "rt_sigqueueinfo", + "number": 178, + "origname": "rt_sigqueueinfo", + "signature": [ + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 179, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 678, + "name": "pread64", + "number": 180, + "origname": "pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pread64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 712, + "name": "pwrite64", + "number": 181, + "origname": "pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pwrite64" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": "UID16", + "line": 23, + "name": "chown16", + "number": 182, + "origname": "chown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "sys_chown16" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 183, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 184, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 185, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 4263, + "name": "sigaltstack", + "number": 186, + "origname": "sigaltstack", + "signature": [ + "const stack_t *uss", + "stack_t *uoss" + ], + "symbol": "sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 1329, + "name": "sendfile", + "number": 187, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "off_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 190, + "origname": "vfork", + "signature": [], + "symbol": "sys_vfork" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 191, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_getrlimit" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 412, + "name": "mmap2", + "number": 192, + "origname": "mmap2", + "signature": null, + "symbol": "sys_mmap2" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 217, + "name": "truncate64", + "number": 193, + "origname": "truncate64", + "signature": [ + "const char *path", + "loff_t length" + ], + "symbol": "sys_truncate64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 222, + "name": "ftruncate64", + "number": 194, + "origname": "ftruncate64", + "signature": [ + "unsigned int fd", + "loff_t length" + ], + "symbol": "sys_ftruncate64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 578, + "name": "stat64", + "number": 195, + "origname": "stat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "sys_stat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 590, + "name": "lstat64", + "number": 196, + "origname": "lstat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "sys_lstat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 602, + "name": "fstat64", + "number": 197, + "origname": "fstat64", + "signature": [ + "unsigned long fd", + "struct stat64 *statbuf" + ], + "symbol": "sys_fstat64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 198, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 199, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 200, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 201, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 202, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 203, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 204, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 205, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 206, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 207, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 208, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 209, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 210, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 211, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 212, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 213, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 214, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 215, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 216, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 217, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 218, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 219, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 220, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": null, + "line": 465, + "name": "fcntl64", + "number": 221, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": true, + "index": 224, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 224, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "mm/readahead.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 746, + "name": "readahead", + "number": 225, + "origname": "readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "sys_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 226, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 227, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 228, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 229, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 230, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 231, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 232, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 233, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 234, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 235, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 236, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 237, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 238, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 239, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 240, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex_time32" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 241, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 242, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 243, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 244, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 245, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 246, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 247, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 248, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 250, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 251, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 252, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 253, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 256, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 257, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 258, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 259, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 260, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 261, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 262, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 263, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 264, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 265, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": true, + "index": 266, + "kconfig": null, + "line": 201, + "name": "statfs64", + "number": 266, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "sys_statfs64_wrapper" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": true, + "index": 267, + "kconfig": null, + "line": 222, + "name": "fstatfs64", + "number": 267, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "sys_fstatfs64_wrapper" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 268, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 269, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_utimes_time32" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_arm.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": "ADVISE_SYSCALLS", + "line": 33, + "name": "fadvise64_64", + "number": 270, + "origname": "arm_fadvise64_64", + "signature": [ + "int fd", + "int advice", + "loff_t offset", + "loff_t len" + ], + "symbol": "sys_arm_fadvise64_64" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "PCI_SYSCALL", + "line": 15, + "name": "pciconfig_read", + "number": 272, + "origname": "pciconfig_read", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "sys_pciconfig_read" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "PCI_SYSCALL", + "line": 86, + "name": "pciconfig_write", + "number": 273, + "origname": "pciconfig_write", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "sys_pciconfig_write" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 274, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 275, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 276, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 277, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": "POSIX_MQUEUE", + "line": 1440, + "name": "mq_notify", + "number": 278, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct sigevent *u_notification" + ], + "symbol": "sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 279, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": null, + "line": 1715, + "name": "waitid", + "number": 280, + "origname": "waitid", + "signature": [ + "int which", + "pid_t upid", + "struct siginfo *infop", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_waitid" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 281, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 282, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 283, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 284, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 285, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 286, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 287, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 288, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": "NET", + "line": 2210, + "name": "send", + "number": 289, + "origname": "send", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_send" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 290, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": "NET", + "line": 2267, + "name": "recv", + "number": 291, + "origname": "recv", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags" + ], + "symbol": "sys_recv" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 292, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 293, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 294, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 295, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": "NET", + "line": 2674, + "name": "sendmsg", + "number": 296, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 297, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_recvmsg" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": "SYSVIPC", + "line": 2296, + "name": "semop", + "number": 298, + "origname": "semop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned nsops" + ], + "symbol": "sys_semop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 299, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "SYSVIPC", + "line": 1718, + "name": "semctl", + "number": 300, + "origname": "old_semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "sys_old_semctl" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 301, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": true, + "index": 302, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 302, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 303, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": "SYSVIPC", + "line": 653, + "name": "msgctl", + "number": 304, + "origname": "old_msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "sys_old_msgctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 305, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 306, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 307, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": "SYSVIPC", + "line": 1308, + "name": "shmctl", + "number": 308, + "origname": "old_shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "sys_old_shmctl" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 309, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 310, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 311, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_keyctl" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "SYSVIPC", + "line": 2288, + "name": "semtimedop", + "number": 312, + "origname": "semtimedop_time32", + "signature": [ + "int semid", + "struct sembuf *tsems", + "unsigned int nsops", + "const struct old_timespec32 *timeout" + ], + "symbol": "sys_semtimedop_time32" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 314, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 315, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 316, + "origname": "inotify_init", + "signature": [], + "symbol": "sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 317, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 318, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 322, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 323, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 324, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 325, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 326, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": null, + "line": 613, + "name": "fstatat64", + "number": 327, + "origname": "fstatat64", + "signature": [ + "int dfd", + "const char *filename", + "struct stat64 *statbuf", + "int flag" + ], + "symbol": "sys_fstatat64" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 328, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 329, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 330, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 331, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 332, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 333, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 334, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": null, + "line": 809, + "name": "pselect6", + "number": 335, + "origname": "pselect6_time32", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": null, + "line": 1127, + "name": "ppoll", + "number": 336, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 337, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 338, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 339, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "sys_get_robust_list" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 340, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": null, + "line": 387, + "name": "sync_file_range2", + "number": 341, + "origname": "sync_file_range2", + "signature": [ + "int fd", + "unsigned int flags", + "loff_t offset", + "loff_t nbytes" + ], + "symbol": "sys_sync_file_range2" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 342, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 343, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 345, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 346, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": "KEXEC", + "line": 235, + "name": "kexec_load", + "number": 347, + "origname": "kexec_load", + "signature": [ + "unsigned long entry", + "unsigned long nr_segments", + "struct kexec_segment *segments", + "unsigned long flags" + ], + "symbol": "sys_kexec_load" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 348, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 349, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 350, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 351, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 352, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "sys_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 353, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 354, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 355, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 356, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 357, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 358, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 359, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 360, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 361, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 362, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 363, + "kconfig": null, + "line": 4072, + "name": "rt_tgsigqueueinfo", + "number": 363, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 364, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 364, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 365, + "kconfig": "NET", + "line": 3045, + "name": "recvmmsg", + "number": 365, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 366, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 366, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 367, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 367, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 368, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 368, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 369, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 369, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 370, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 370, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 371, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 371, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 372, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 372, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 373, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 373, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 374, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 374, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 375, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 375, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 376, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 376, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 377, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 377, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 378, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 378, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 379, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 379, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 380, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 380, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 381, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 381, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 382, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 382, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 383, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 383, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 384, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 384, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 385, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 385, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 386, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 386, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 387, + "kconfig": null, + "line": 2137, + "name": "execveat", + "number": 387, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const char *const *argv", + "const char *const *envp", + "int flags" + ], + "symbol": "sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 388, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 388, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 389, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 389, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 390, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 390, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 391, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 391, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 392, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 392, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 393, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_pwritev2" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 397, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "sys_statx" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 398, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "AIO", + "line": 2317, + "name": "io_pgetevents", + "number": 399, + "origname": "io_pgetevents_time32", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 403, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 404, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 405, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 406, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 407, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 408, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 409, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 410, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 411, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 412, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 413, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 414, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_ppoll" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 416, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 417, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_recvmmsg" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 418, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 419, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 420, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3663, + "name": "rt_sigtimedwait", + "number": 421, + "origname": "rt_sigtimedwait", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct __kernel_timespec *uts", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigtimedwait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 422, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 423, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "breakpoint", + "number": 983041, + "origname": "breakpoint", + "signature": [], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "cacheflush", + "number": 983042, + "origname": "cacheflush", + "signature": [ + "unsigned long start", + "unsigned long end", + "int flags" + ], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "usr26", + "number": 983043, + "origname": "usr26", + "signature": [], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "usr32", + "number": 983044, + "origname": "usr32", + "signature": [], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "set_tls", + "number": 983045, + "origname": "set_tls", + "signature": [ + "unsigned long val" + ], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "get_tls", + "number": 983046, + "origname": "get_tls", + "signature": [], + "symbol": "arm_syscall" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/arm/32/oabi/v6.8/config.txt b/db/arm/32/oabi/v6.8/config.txt new file mode 100644 index 0000000..d8c0a01 --- /dev/null +++ b/db/arm/32/oabi/v6.8/config.txt @@ -0,0 +1,9550 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/arm 6.8.0 Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="arm-linux-gnueabi-gcc (GCC) 12.2.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=120200 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23900 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23900 +CONFIG_LLD_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=120 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_BUILD_SALT="" +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_XZ is not set +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_LZ4 is not set +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +# CONFIG_AUDIT is not set + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS=y +CONFIG_GENERIC_IRQ_IPI=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_GENERIC_IRQ_MULTI_HANDLER=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +# CONFIG_NO_HZ is not set +CONFIG_HIGH_RES_TIMERS=y +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +# CONFIG_BPF_JIT is not set +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +# CONFIG_BPF_PRELOAD is not set +# end of BPF subsystem + +CONFIG_PREEMPT_NONE_BUILD=y +CONFIG_PREEMPT_NONE=y +# CONFIG_PREEMPT_VOLUNTARY is not set +# CONFIG_PREEMPT is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_SCHED_THERMAL_PRESSURE=y +CONFIG_BSD_PROCESS_ACCT=y +# CONFIG_BSD_PROCESS_ACCT_V3 is not set +# CONFIG_TASKSTATS is not set +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_NEED_SRCU_NMI_SAFE=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +# CONFIG_IKCONFIG is not set +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +# CONFIG_PRINTK_INDEX is not set +CONFIG_GENERIC_SCHED_CLOCK=y + +# +# Scheduler features +# +# CONFIG_UCLAMP_TASK is not set +# end of Scheduler features + +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" +CONFIG_GCC10_NO_ARRAY_BOUNDS=y +CONFIG_CC_NO_ARRAY_BOUNDS=y +CONFIG_GCC_NO_STRINGOP_OVERFLOW=y +CONFIG_CC_NO_STRINGOP_OVERFLOW=y +CONFIG_CGROUPS=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +# CONFIG_MEMCG is not set +# CONFIG_BLK_CGROUP is not set +# CONFIG_CGROUP_SCHED is not set +CONFIG_SCHED_MM_CID=y +# CONFIG_CGROUP_PIDS is not set +# CONFIG_CGROUP_RDMA is not set +# CONFIG_CGROUP_FREEZER is not set +# CONFIG_CPUSETS is not set +# CONFIG_CGROUP_DEVICE is not set +# CONFIG_CGROUP_CPUACCT is not set +# CONFIG_CGROUP_PERF is not set +# CONFIG_CGROUP_BPF is not set +# CONFIG_CGROUP_MISC is not set +# CONFIG_CGROUP_DEBUG is not set +# CONFIG_NAMESPACES is not set +CONFIG_CHECKPOINT_RESTORE=y +# CONFIG_SCHED_AUTOGROUP is not set +# CONFIG_RELAY is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="warn" +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_EXPERT=y +CONFIG_UID16=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_PC104 is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +# CONFIG_KALLSYMS_ALL is not set +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y + +# +# Kexec and crash features +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC=y +# CONFIG_CRASH_DUMP is not set +# end of Kexec and crash features +# end of General setup + +CONFIG_ARM=y +CONFIG_ARM_HAS_GROUP_RELOCS=y +CONFIG_ARM_DMA_USE_IOMMU=y +CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8 +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_HAVE_PROC_CPU=y +CONFIG_NO_IOPORT_MAP=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_ARCH_HAS_BANDGAP=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_FIQ=y +CONFIG_ARM_PATCH_PHYS_VIRT=y +CONFIG_GENERIC_BUG=y +CONFIG_PGTABLE_LEVELS=2 + +# +# System Type +# +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_BITS_MAX=16 +CONFIG_ARCH_MULTIPLATFORM=y + +# +# Platform selection +# + +# +# CPU Core family selection +# +# CONFIG_ARCH_MULTI_V6 is not set +CONFIG_ARCH_MULTI_V7=y +CONFIG_ARCH_MULTI_V6_V7=y +# end of Platform selection + +CONFIG_ARCH_VIRT=y +CONFIG_ARCH_AIROHA=y +# CONFIG_ARCH_RDA is not set +CONFIG_ARCH_SUNPLUS=y +CONFIG_SOC_SP7021=y +CONFIG_ARCH_UNIPHIER=y +CONFIG_ARCH_ACTIONS=y +CONFIG_ARCH_ALPINE=y +CONFIG_ARCH_ARTPEC=y +CONFIG_MACH_ARTPEC6=y +CONFIG_ARCH_ASPEED=y +CONFIG_MACH_ASPEED_G6=y +CONFIG_ARCH_AT91=y +CONFIG_SOC_SAMA5D2=y +CONFIG_SOC_SAMA5D3=y +CONFIG_SOC_SAMA5D4=y +CONFIG_SOC_SAMA7G5=y +CONFIG_SOC_LAN966=y + +# +# Clocksource driver selection +# +CONFIG_ATMEL_CLOCKSOURCE_PIT=y +CONFIG_ATMEL_CLOCKSOURCE_TCB=y +CONFIG_MICROCHIP_CLOCKSOURCE_PIT64B=y +CONFIG_HAVE_AT91_UTMI=y +CONFIG_HAVE_AT91_USB_CLK=y +CONFIG_COMMON_CLK_AT91=y +CONFIG_HAVE_AT91_SMD=y +CONFIG_HAVE_AT91_H32MX=y +CONFIG_HAVE_AT91_GENERATED_CLK=y +CONFIG_HAVE_AT91_AUDIO_PLL=y +CONFIG_HAVE_AT91_I2S_MUX_CLK=y +CONFIG_HAVE_AT91_SAM9X60_PLL=y +CONFIG_SOC_SAM_V7=y +CONFIG_SOC_SAMA5=y +CONFIG_ATMEL_PM=y +# CONFIG_ATMEL_SECURE_PM is not set +CONFIG_SOC_SAMA7=y +CONFIG_ARCH_BCM=y + +# +# IPROC architected SoCs +# +CONFIG_ARCH_BCM_IPROC=y +CONFIG_ARCH_BCM_CYGNUS=y +CONFIG_ARCH_BCM_HR2=y +CONFIG_ARCH_BCM_NSP=y +CONFIG_ARCH_BCM_5301X=y + +# +# KONA architected SoCs +# +CONFIG_ARCH_BCM_MOBILE=y +CONFIG_ARCH_BCM_281XX=y +CONFIG_ARCH_BCM_21664=y +CONFIG_ARCH_BCM_23550=y +CONFIG_ARCH_BCM_MOBILE_L2_CACHE=y +CONFIG_ARCH_BCM_MOBILE_SMC=y +CONFIG_ARCH_BCM_MOBILE_SMP=y + +# +# Other Architectures +# +CONFIG_ARCH_BCM2835=y +CONFIG_ARCH_BCM_53573=y +CONFIG_ARCH_BRCMSTB=y +CONFIG_ARCH_BCMBCA=y + +# +# BCMBCA sub platforms +# +CONFIG_ARCH_BCMBCA_CORTEXA7=y +CONFIG_ARCH_BCMBCA_CORTEXA9=y +CONFIG_ARCH_BCMBCA_BRAHMAB15=y +CONFIG_ARCH_BERLIN=y +CONFIG_MACH_BERLIN_BG2=y +CONFIG_MACH_BERLIN_BG2CD=y +CONFIG_MACH_BERLIN_BG2Q=y +CONFIG_ARCH_DIGICOLOR=y +# CONFIG_ARCH_DOVE is not set +CONFIG_ARCH_EXYNOS=y +CONFIG_S5P_DEV_MFC=y +CONFIG_ARCH_EXYNOS3=y +CONFIG_ARCH_EXYNOS4=y +CONFIG_ARCH_EXYNOS5=y + +# +# Exynos SoCs +# +CONFIG_SOC_EXYNOS3250=y +CONFIG_CPU_EXYNOS4210=y +CONFIG_SOC_EXYNOS4212=y +CONFIG_SOC_EXYNOS4412=y +CONFIG_SOC_EXYNOS5250=y +CONFIG_SOC_EXYNOS5260=y +CONFIG_SOC_EXYNOS5410=y +CONFIG_SOC_EXYNOS5420=y +CONFIG_SOC_EXYNOS5800=y +CONFIG_EXYNOS_MCPM=y +CONFIG_EXYNOS_CPU_SUSPEND=y +CONFIG_ARCH_HIGHBANK=y +CONFIG_ARCH_HISI=y + +# +# Hisilicon platform type +# +CONFIG_ARCH_HI3xxx=y +CONFIG_ARCH_HIP01=y +CONFIG_ARCH_HIP04=y +CONFIG_ARCH_HIX5HD2=y +# end of Hisilicon platform type + +CONFIG_ARCH_HPE=y +CONFIG_ARCH_HPE_GXP=y +CONFIG_ARCH_MXC=y +CONFIG_MXC_TZIC=y +CONFIG_HAVE_IMX_ANATOP=y +CONFIG_HAVE_IMX_GPC=y +CONFIG_HAVE_IMX_MMDC=y +CONFIG_HAVE_IMX_SRC=y + +# +# Cortex-A platforms +# +CONFIG_SOC_IMX5=y +CONFIG_SOC_IMX50=y +CONFIG_SOC_IMX51=y +CONFIG_SOC_IMX53=y +CONFIG_SOC_IMX6=y +CONFIG_SOC_IMX6Q=y +CONFIG_SOC_IMX6SL=y +CONFIG_SOC_IMX6SLL=y +CONFIG_SOC_IMX6SX=y +CONFIG_SOC_IMX6UL=y +CONFIG_SOC_LS1021A=y + +# +# Cortex-A/Cortex-M asymmetric multiprocessing platforms +# +CONFIG_SOC_IMX7D_CA7=y +CONFIG_SOC_IMX7D=y +CONFIG_SOC_IMX7ULP=y +CONFIG_SOC_VF610=y +CONFIG_VF_USE_ARM_GLOBAL_TIMER=y +# CONFIG_VF_USE_PIT_TIMER is not set +CONFIG_ARCH_KEYSTONE=y +CONFIG_ARCH_MEDIATEK=y +CONFIG_MACH_MT2701=y +CONFIG_MACH_MT6589=y +CONFIG_MACH_MT6592=y +CONFIG_MACH_MT7623=y +CONFIG_MACH_MT7629=y +CONFIG_MACH_MT8127=y +CONFIG_MACH_MT8135=y +CONFIG_ARCH_MESON=y +CONFIG_MACH_MESON6=y +CONFIG_MACH_MESON8=y +CONFIG_ARCH_MILBEAUT=y +CONFIG_ARCH_MILBEAUT_M10V=y +CONFIG_ARCH_MMP=y + +# +# Marvell PXA168/910/MMP2 Implementations +# +CONFIG_MACH_MMP2_DT=y +CONFIG_MACH_MMP3_DT=y +# end of Marvell PXA168/910/MMP2 Implementations + +# CONFIG_ARCH_MSTARV7 is not set +CONFIG_ARCH_MVEBU=y +CONFIG_MACH_MVEBU_ANY=y +CONFIG_MACH_MVEBU_V7=y +CONFIG_MACH_ARMADA_370=y +CONFIG_MACH_ARMADA_375=y +CONFIG_MACH_ARMADA_38X=y +CONFIG_MACH_ARMADA_39X=y +CONFIG_MACH_ARMADA_XP=y +CONFIG_MACH_DOVE=y +# CONFIG_ARCH_NPCM is not set +CONFIG_ARCH_OMAP=y + +# +# TI OMAP/AM/DM/DRA Family +# +CONFIG_OMAP_HWMOD=y +CONFIG_ARCH_OMAP3=y +CONFIG_ARCH_OMAP4=y +CONFIG_SOC_OMAP5=y +CONFIG_SOC_AM33XX=y +CONFIG_SOC_AM43XX=y +CONFIG_SOC_DRA7XX=y +CONFIG_ARCH_OMAP2PLUS=y +CONFIG_OMAP_INTERCONNECT_BARRIER=y + +# +# TI OMAP2/3/4 Specific Features +# +CONFIG_ARCH_OMAP2PLUS_TYPICAL=y +CONFIG_SOC_HAS_OMAP2_SDRC=y +CONFIG_SOC_HAS_REALTIME_COUNTER=y +# CONFIG_POWER_AVS_OMAP is not set +# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set +CONFIG_SOC_OMAP3430=y +CONFIG_SOC_TI81XX=y + +# +# OMAP Legacy Platform Data Board Type +# +CONFIG_MACH_OMAP_GENERIC=y +# end of TI OMAP2/3/4 Specific Features + +# CONFIG_OMAP5_ERRATA_801819 is not set +# end of TI OMAP/AM/DM/DRA Family + +CONFIG_ARCH_QCOM=y +# CONFIG_ARCH_IPQ40XX is not set +CONFIG_ARCH_MSM8X60=y +# CONFIG_ARCH_MSM8909 is not set +CONFIG_ARCH_MSM8916=y +CONFIG_ARCH_MSM8960=y +CONFIG_ARCH_MSM8974=y +# CONFIG_ARCH_MDM9615 is not set +# CONFIG_ARCH_REALTEK is not set +CONFIG_ARCH_ROCKCHIP=y +# CONFIG_ARCH_S5PV210 is not set +CONFIG_ARCH_RENESAS=y +CONFIG_ARCH_INTEL_SOCFPGA=y +# CONFIG_SOCFPGA_SUSPEND is not set +CONFIG_PLAT_SPEAR=y +CONFIG_ARCH_SPEAR13XX=y +CONFIG_MACH_SPEAR1310=y +CONFIG_MACH_SPEAR1340=y +CONFIG_ARCH_STI=y +CONFIG_SOC_STIH415=y +CONFIG_SOC_STIH416=y +CONFIG_SOC_STIH407=y +CONFIG_ARCH_STM32=y +CONFIG_MACH_STM32MP157=y +CONFIG_MACH_STM32MP13=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN4I=y +CONFIG_MACH_SUN5I=y +CONFIG_MACH_SUN6I=y +CONFIG_MACH_SUN7I=y +CONFIG_MACH_SUN8I=y +CONFIG_MACH_SUN9I=y +CONFIG_ARCH_SUNXI_MC_SMP=y +CONFIG_ARCH_TEGRA=y +CONFIG_ARCH_U8500=y +CONFIG_UX500_SOC_DB8500=y +CONFIG_UX500_DEBUG_UART=2 +# CONFIG_ARCH_REALVIEW is not set +CONFIG_ARCH_VEXPRESS=y +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y +# CONFIG_ARCH_VEXPRESS_DCSCB is not set +CONFIG_ARCH_VEXPRESS_SPC=y +CONFIG_ARCH_VEXPRESS_TC2_PM=y +CONFIG_ARCH_VT8500=y +CONFIG_ARCH_WM8850=y +CONFIG_ARCH_ZYNQ=y +CONFIG_PLAT_ORION=y +CONFIG_PLAT_VERSATILE=y + +# +# Processor Type +# +CONFIG_CPU_PJ4=y +CONFIG_CPU_PJ4B=y +CONFIG_CPU_V7=y +CONFIG_CPU_THUMB_CAPABLE=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_HAS_ASID=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y + +# +# Processor Features +# +# CONFIG_ARM_LPAE is not set +CONFIG_ARM_THUMB=y +CONFIG_ARM_THUMBEE=y +CONFIG_ARM_VIRT_EXT=y +CONFIG_SWP_EMULATE=y +CONFIG_CPU_LITTLE_ENDIAN=y +# CONFIG_CPU_BIG_ENDIAN is not set +# CONFIG_CPU_ICACHE_DISABLE is not set +# CONFIG_CPU_ICACHE_MISMATCH_WORKAROUND is not set +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_CPU_SPECTRE=y +CONFIG_HARDEN_BRANCH_PREDICTOR=y +CONFIG_HARDEN_BRANCH_HISTORY=y +CONFIG_KUSER_HELPERS=y +CONFIG_VDSO=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_CACHE_B15_RAC=y +CONFIG_CACHE_FEROCEON_L2=y +# CONFIG_CACHE_FEROCEON_L2_WRITETHROUGH is not set +CONFIG_MIGHT_HAVE_CACHE_L2X0=y +CONFIG_CACHE_L2X0=y +# CONFIG_CACHE_L2X0_PMU is not set +CONFIG_PL310_ERRATA_588369=y +CONFIG_PL310_ERRATA_727915=y +CONFIG_PL310_ERRATA_753970=y +CONFIG_PL310_ERRATA_769419=y +CONFIG_CACHE_TAUROS2=y +# CONFIG_CACHE_UNIPHIER is not set +CONFIG_ARM_L1_CACHE_SHIFT_6=y +CONFIG_ARM_L1_CACHE_SHIFT=6 +CONFIG_ARM_DMA_MEM_BUFFERABLE=y +CONFIG_ARM_HEAVY_MB=y +CONFIG_DEBUG_ALIGN_RODATA=y +CONFIG_IWMMXT=y +CONFIG_PJ4B_ERRATA_4742=y +CONFIG_ARM_ERRATA_430973=y +CONFIG_ARM_ERRATA_643719=y +CONFIG_ARM_ERRATA_720789=y +CONFIG_ARM_ERRATA_754322=y +CONFIG_ARM_ERRATA_754327=y +CONFIG_ARM_ERRATA_764369=y +# CONFIG_ARM_ERRATA_764319 is not set +CONFIG_ARM_ERRATA_775420=y +CONFIG_ARM_ERRATA_798181=y +# CONFIG_ARM_ERRATA_773022 is not set +# CONFIG_ARM_ERRATA_818325_852422 is not set +# CONFIG_ARM_ERRATA_821420 is not set +# CONFIG_ARM_ERRATA_825619 is not set +# CONFIG_ARM_ERRATA_857271 is not set +# CONFIG_ARM_ERRATA_852421 is not set +# CONFIG_ARM_ERRATA_852423 is not set +# CONFIG_ARM_ERRATA_857272 is not set +# end of System Type + +# +# Bus support +# +CONFIG_ARM_ERRATA_814220=y +# end of Bus support + +# +# Kernel Features +# +CONFIG_HAVE_SMP=y +CONFIG_SMP=y +CONFIG_SMP_ON_UP=y +CONFIG_CURRENT_POINTER_IN_TPIDRURO=y +CONFIG_IRQSTACKS=y +CONFIG_ARM_CPU_TOPOLOGY=y +# CONFIG_SCHED_MC is not set +# CONFIG_SCHED_SMT is not set +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_ARCH_TIMER=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_MCPM=y +CONFIG_MCPM_QUAD_CLUSTER=y +# CONFIG_BIG_LITTLE is not set +CONFIG_VMSPLIT_3G=y +# CONFIG_VMSPLIT_3G_OPT is not set +# CONFIG_VMSPLIT_2G is not set +# CONFIG_VMSPLIT_1G is not set +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_NR_CPUS=16 +CONFIG_HOTPLUG_CPU=y +CONFIG_ARM_PSCI=y +CONFIG_HZ_FIXED=0 +CONFIG_HZ_100=y +# CONFIG_HZ_200 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +# CONFIG_HZ_500 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ=100 +CONFIG_SCHED_HRTICK=y +# CONFIG_THUMB2_KERNEL is not set +CONFIG_ARM_PATCH_IDIV=y +CONFIG_AEABI=y +CONFIG_OABI_COMPAT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_FLATMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_HIGHMEM=y +CONFIG_HIGHPTE=y +CONFIG_CPU_SW_DOMAIN_PAN=y +CONFIG_HW_PERF_EVENTS=y +CONFIG_ARM_MODULE_PLTS=y +CONFIG_ARCH_FORCE_MAX_ORDER=11 +CONFIG_ALIGNMENT_TRAP=y +# CONFIG_UACCESS_WITH_MEMCPY is not set +# CONFIG_PARAVIRT is not set +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +# CONFIG_XEN is not set +CONFIG_CC_HAVE_STACKPROTECTOR_TLS=y +CONFIG_STACKPROTECTOR_PER_TASK=y +# end of Kernel Features + +# +# Boot options +# +CONFIG_USE_OF=y +CONFIG_ARCH_WANT_FLAT_DTB_INSTALL=y +CONFIG_ATAGS=y +# CONFIG_DEPRECATED_PARAM_STRUCT is not set +CONFIG_ZBOOT_ROM_TEXT=0x0 +CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ATAG_DTB_COMPAT=y +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y +# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set +CONFIG_CMDLINE="" +CONFIG_ARCH_SUPPORTS_KEXEC=y +CONFIG_ATAGS_PROC=y +CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y +CONFIG_AUTO_ZRELADDR=y +CONFIG_EFI_STUB=y +CONFIG_EFI=y +CONFIG_DMI=y +# end of Boot options + +# +# CPU Power Management +# + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_STAT=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=m +CONFIG_CPU_FREQ_GOV_USERSPACE=m +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y + +# +# CPU frequency scaling drivers +# +CONFIG_CPUFREQ_DT=y +CONFIG_CPUFREQ_DT_PLATDEV=y +# CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM is not set +# CONFIG_ARM_ARMADA_37XX_CPUFREQ is not set +# CONFIG_ARM_ARMADA_8K_CPUFREQ is not set +# CONFIG_ARM_VEXPRESS_SPC_CPUFREQ is not set +CONFIG_ARM_HIGHBANK_CPUFREQ=m +CONFIG_ARM_IMX6Q_CPUFREQ=y +# CONFIG_ARM_IMX_CPUFREQ_DT is not set +# CONFIG_ARM_MEDIATEK_CPUFREQ is not set +CONFIG_ARM_MEDIATEK_CPUFREQ_HW=m +CONFIG_ARM_OMAP2PLUS_CPUFREQ=y +CONFIG_ARM_QCOM_CPUFREQ_NVMEM=y +# CONFIG_ARM_QCOM_CPUFREQ_HW is not set +CONFIG_ARM_RASPBERRYPI_CPUFREQ=y +CONFIG_ARM_SCMI_CPUFREQ=y +CONFIG_ARM_SPEAR_CPUFREQ=y +# CONFIG_ARM_STI_CPUFREQ is not set +CONFIG_ARM_TEGRA20_CPUFREQ=y +CONFIG_ARM_TEGRA124_CPUFREQ=y +CONFIG_ARM_TI_CPUFREQ=y +CONFIG_QORIQ_CPUFREQ=y +# end of CPU Frequency scaling + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +CONFIG_DT_IDLE_STATES=y +CONFIG_DT_IDLE_GENPD=y + +# +# ARM CPU Idle Drivers +# +CONFIG_ARM_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y +# CONFIG_ARM_BIG_LITTLE_CPUIDLE is not set +# CONFIG_ARM_HIGHBANK_CPUIDLE is not set +CONFIG_ARM_ZYNQ_CPUIDLE=y +# CONFIG_ARM_U8500_CPUIDLE is not set +CONFIG_ARM_AT91_CPUIDLE=y +CONFIG_ARM_EXYNOS_CPUIDLE=y +# CONFIG_ARM_MVEBU_V7_CPUIDLE is not set +CONFIG_ARM_TEGRA_CPUIDLE=y +CONFIG_ARM_QCOM_SPM_CPUIDLE=y +# end of ARM CPU Idle Drivers + +CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED=y +# end of CPU Idle +# end of CPU Power Management + +# +# Floating point emulation +# + +# +# At least one emulation must be selected +# +# CONFIG_FPE_NWFPE is not set +# CONFIG_FPE_FASTFPE is not set +CONFIG_VFP=y +CONFIG_VFPv3=y +CONFIG_NEON=y +CONFIG_KERNEL_MODE_NEON=y +# end of Floating point emulation + +# +# Power management options +# +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +# CONFIG_HIBERNATION is not set +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +# CONFIG_PM_USERSPACE_AUTOSLEEP is not set +# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +# CONFIG_APM_EMULATION is not set +CONFIG_PM_CLK=y +CONFIG_PM_GENERIC_DOMAINS=y +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y +CONFIG_PM_GENERIC_DOMAINS_OF=y +CONFIG_CPU_PM=y +# CONFIG_ENERGY_MODEL is not set +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +# end of Power management options + +CONFIG_AS_VFP_VMRS_FPINST=y + +# +# General architecture-dependent options +# +CONFIG_HOTPLUG_CORE_SYNC=y +CONFIG_HOTPLUG_CORE_SYNC_DEAD=y +# CONFIG_KPROBES is not set +# CONFIG_JUMP_LABEL is not set +CONFIG_UPROBES=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_KEEPINITRD=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_32BIT_OFF_T=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_MMU_LAZY_TLB_REFCOUNT=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_SECCOMP=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_LTO_NONE=y +CONFIG_HAVE_CONTEXT_TRACKING_USER=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y +CONFIG_SOFTIRQ_ON_OWN_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_ARCH_MMAP_RND_BITS=8 +CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_VMAP_STACK=y +CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y +CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_HAVE_ARCH_PFN_VALID=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +CONFIG_FUNCTION_ALIGNMENT=0 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_DEBUG is not set +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_ICQ=y +# CONFIG_BLK_DEV_BSGLIB is not set +# CONFIG_BLK_DEV_INTEGRITY is not set +CONFIG_BLK_DEV_WRITE_MOUNTED=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_WBT is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_AIX_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +# CONFIG_MAC_PARTITION is not set +CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +# CONFIG_SGI_PARTITION is not set +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +# CONFIG_KARMA_PARTITION is not set +CONFIG_EFI_PARTITION=y +# CONFIG_SYSV68_PARTITION is not set +CONFIG_CMDLINE_PARTITION=y +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +CONFIG_IOSCHED_BFQ=y +# end of IO Schedulers + +CONFIG_ASN1=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +# CONFIG_BINFMT_ELF_FDPIC is not set +CONFIG_ELFCORE=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_BINFMT_SCRIPT=y +CONFIG_ARCH_HAS_BINFMT_FLAT=y +# CONFIG_BINFMT_FLAT is not set +CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y +# CONFIG_BINFMT_MISC is not set +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SWAP=y +# CONFIG_ZSWAP is not set + +# +# Slab allocator options +# +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_RANDOM_KMALLOC_CACHES is not set +# end of Slab allocator options + +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +CONFIG_COMPAT_BRK=y +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_FLATMEM_MANUAL=y +# CONFIG_SPARSEMEM_MANUAL is not set +CONFIG_FLATMEM=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +# CONFIG_PAGE_REPORTING is not set +CONFIG_MIGRATION=y +CONFIG_CONTIG_ALLOC=y +CONFIG_PCP_BATCH_SCALE_MAX=5 +CONFIG_BOUNCE=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +CONFIG_CMA=y +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMA_DEBUGFS is not set +# CONFIG_CMA_SYSFS is not set +CONFIG_CMA_AREAS=7 +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_ZONE_DMA=y +CONFIG_VM_EVENT_COUNTERS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +# CONFIG_DMAPOOL_TEST is not set +CONFIG_KMAP_LOCAL=y +CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y +CONFIG_MEMFD_CREATE=y +# CONFIG_ANON_VMA_NAME is not set +CONFIG_USERFAULTFD=y +# CONFIG_LRU_GEN is not set +CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y +CONFIG_PER_VMA_LOCK=y +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_NET_XGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=m +# CONFIG_XFRM_USER is not set +# CONFIG_XFRM_INTERFACE is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_AH=m +CONFIG_XFRM_ESP=m +CONFIG_XFRM_IPCOMP=m +# CONFIG_NET_KEY is not set +# CONFIG_XDP_SOCKETS is not set +CONFIG_NET_HANDSHAKE=y +CONFIG_INET=y +# CONFIG_IP_MULTICAST is not set +# CONFIG_IP_ADVANCED_ROUTER is not set +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +CONFIG_IP_PNP_RARP=y +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=y +# CONFIG_SYN_COOKIES is not set +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_TUNNEL=y +CONFIG_INET_DIAG=y +CONFIG_INET_TCP_DIAG=y +# CONFIG_INET_UDP_DIAG is not set +# CONFIG_INET_RAW_DIAG is not set +# CONFIG_INET_DIAG_DESTROY is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +CONFIG_IPV6_ROUTER_PREF=y +# CONFIG_IPV6_ROUTE_INFO is not set +CONFIG_IPV6_OPTIMISTIC_DAD=y +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +# CONFIG_INET6_ESP_OFFLOAD is not set +# CONFIG_INET6_ESPINTCP is not set +CONFIG_INET6_IPCOMP=m +CONFIG_IPV6_MIP6=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET6_TUNNEL=m +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPV6_MULTIPLE_TABLES=y +# CONFIG_IPV6_SUBTREES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_NETLABEL is not set +# CONFIG_MPTCP is not set +# CONFIG_NETWORK_SECMARK is not set +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +# CONFIG_NETFILTER is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +# CONFIG_BRIDGE is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +# CONFIG_NET_SCHED is not set +# CONFIG_DCB is not set +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_L3_MASTER_DEV is not set +CONFIG_QRTR=m +CONFIG_QRTR_SMD=m +# CONFIG_QRTR_TUN is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +# CONFIG_CGROUP_NET_PRIO is not set +# CONFIG_CGROUP_NET_CLASSID is not set +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +CONFIG_CAN=y +CONFIG_CAN_RAW=y +CONFIG_CAN_BCM=y +CONFIG_CAN_GW=y +# CONFIG_CAN_J1939 is not set +# CONFIG_CAN_ISOTP is not set +CONFIG_BT=m +CONFIG_BT_BREDR=y +# CONFIG_BT_RFCOMM is not set +# CONFIG_BT_BNEP is not set +# CONFIG_BT_HIDP is not set +# CONFIG_BT_HS is not set +CONFIG_BT_LE=y +CONFIG_BT_LE_L2CAP_ECRED=y +# CONFIG_BT_LEDS is not set +# CONFIG_BT_MSFTEXT is not set +# CONFIG_BT_AOSPEXT is not set +CONFIG_BT_DEBUGFS=y +# CONFIG_BT_SELFTEST is not set +# CONFIG_BT_FEATURE_DEBUG is not set + +# +# Bluetooth device drivers +# +CONFIG_BT_BCM=m +CONFIG_BT_QCA=m +# CONFIG_BT_HCIBTUSB is not set +# CONFIG_BT_HCIBTSDIO is not set +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_SERDEV=y +CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART_NOKIA is not set +# CONFIG_BT_HCIUART_BCSP is not set +# CONFIG_BT_HCIUART_ATH3K is not set +# CONFIG_BT_HCIUART_LL is not set +# CONFIG_BT_HCIUART_3WIRE is not set +# CONFIG_BT_HCIUART_INTEL is not set +CONFIG_BT_HCIUART_BCM=y +# CONFIG_BT_HCIUART_RTL is not set +# CONFIG_BT_HCIUART_QCA is not set +# CONFIG_BT_HCIUART_AG6XX is not set +# CONFIG_BT_HCIUART_MRVL is not set +# CONFIG_BT_HCIBCM203X is not set +# CONFIG_BT_HCIBCM4377 is not set +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m +# CONFIG_BT_MTKSDIO is not set +# CONFIG_BT_MTKUART is not set +CONFIG_BT_QCOMSMD=m +# CONFIG_BT_VIRTIO is not set +# CONFIG_BT_NXPUART is not set +# end of Bluetooth device drivers + +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +CONFIG_FIB_RULES=y +# CONFIG_WIRELESS is not set +CONFIG_RFKILL=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +CONFIG_RFKILL_GPIO=y +# CONFIG_NET_9P is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +CONFIG_NFC=m +CONFIG_NFC_DIGITAL=m +CONFIG_NFC_NCI=m +CONFIG_NFC_NCI_SPI=m +CONFIG_NFC_NCI_UART=m +CONFIG_NFC_HCI=m +CONFIG_NFC_SHDLC=y + +# +# Near Field Communication (NFC) devices +# +# CONFIG_NFC_TRF7970A is not set +# CONFIG_NFC_SIM is not set +# CONFIG_NFC_PORT100 is not set +# CONFIG_NFC_VIRTUAL_NCI is not set +# CONFIG_NFC_FDP is not set +# CONFIG_NFC_PN544_I2C is not set +# CONFIG_NFC_PN533_USB is not set +# CONFIG_NFC_PN533_I2C is not set +# CONFIG_NFC_PN532_UART is not set +# CONFIG_NFC_MICROREAD_I2C is not set +# CONFIG_NFC_MRVL_USB is not set +# CONFIG_NFC_MRVL_UART is not set +# CONFIG_NFC_ST21NFCA_I2C is not set +# CONFIG_NFC_ST_NCI_I2C is not set +# CONFIG_NFC_ST_NCI_SPI is not set +# CONFIG_NFC_NXP_NCI is not set +CONFIG_NFC_S3FWRN5=m +CONFIG_NFC_S3FWRN5_I2C=m +# CONFIG_NFC_S3FWRN82_UART is not set +# CONFIG_NFC_ST95HF is not set +# end of Near Field Communication (NFC) devices + +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_PAGE_POOL=y +# CONFIG_PAGE_POOL_STATS is not set +CONFIG_FAILOVER=y +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_ARM_AMBA=y +CONFIG_TEGRA_AHB=y +CONFIG_HAVE_PCI=y +CONFIG_FORCE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_DOMAINS_GENERIC=y +CONFIG_PCI_SYSCALL=y +CONFIG_PCIEPORTBUS=y +# CONFIG_PCIEAER is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +CONFIG_PCIE_PME=y +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +CONFIG_PCI_ECAM=y +CONFIG_PCI_BRIDGE_EMUL=y +# CONFIG_PCI_IOV is not set +# CONFIG_PCI_PRI is not set +# CONFIG_PCI_PASID is not set +CONFIG_PCI_LABEL=y +# CONFIG_PCI_DYNAMIC_OF_NODES is not set +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +# CONFIG_HOTPLUG_PCI is not set + +# +# PCI controller drivers +# +# CONFIG_PCIE_ALTERA is not set +CONFIG_PCIE_BRCMSTB=y +CONFIG_PCIE_IPROC=y +CONFIG_PCIE_IPROC_PLATFORM=y +CONFIG_PCIE_IPROC_BCMA=y +CONFIG_PCIE_IPROC_MSI=y +# CONFIG_PCI_FTPCI100 is not set +CONFIG_PCI_HOST_COMMON=y +CONFIG_PCI_HOST_GENERIC=y +CONFIG_PCI_MVEBU=y +# CONFIG_PCIE_MEDIATEK is not set +# CONFIG_PCIE_MEDIATEK_GEN3 is not set +# CONFIG_PCIE_MICROCHIP_HOST is not set +CONFIG_PCI_TEGRA=y +CONFIG_PCIE_RCAR_HOST=y +# CONFIG_PCIE_RCAR_EP is not set +CONFIG_PCI_RCAR_GEN2=y +# CONFIG_PCIE_ROCKCHIP_HOST is not set +# CONFIG_PCIE_ROCKCHIP_EP is not set +# CONFIG_PCI_V3_SEMI is not set +# CONFIG_PCIE_XILINX is not set + +# +# Cadence-based PCIe controllers +# +# CONFIG_PCIE_CADENCE_PLAT_HOST is not set +# CONFIG_PCIE_CADENCE_PLAT_EP is not set +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +CONFIG_PCIE_DW=y +CONFIG_PCIE_DW_HOST=y +CONFIG_PCIE_DW_EP=y +CONFIG_PCI_MESON=m +# CONFIG_PCIE_ARTPEC6_HOST is not set +# CONFIG_PCIE_ARTPEC6_EP is not set +# CONFIG_PCI_IMX6_HOST is not set +# CONFIG_PCI_IMX6_EP is not set +CONFIG_PCI_LAYERSCAPE=y +# CONFIG_PCI_LAYERSCAPE_EP is not set +# CONFIG_PCIE_HISI_STB is not set +# CONFIG_PCIE_ARMADA_8K is not set +# CONFIG_PCIE_DW_PLAT_HOST is not set +# CONFIG_PCIE_DW_PLAT_EP is not set +# CONFIG_PCIE_QCOM is not set +# CONFIG_PCIE_QCOM_EP is not set +# CONFIG_PCIE_RCAR_GEN4_HOST is not set +# CONFIG_PCIE_RCAR_GEN4_EP is not set +# CONFIG_PCIE_ROCKCHIP_DW_HOST is not set +# CONFIG_PCI_EXYNOS is not set +# CONFIG_PCIE_UNIPHIER is not set +# CONFIG_PCIE_UNIPHIER_EP is not set +# CONFIG_PCIE_SPEAR13XX is not set +CONFIG_PCI_DRA7XX=y +CONFIG_PCI_DRA7XX_HOST=y +CONFIG_PCI_DRA7XX_EP=y +# CONFIG_PCI_KEYSTONE_HOST is not set +# CONFIG_PCI_KEYSTONE_EP is not set +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +CONFIG_PCI_ENDPOINT=y +CONFIG_PCI_ENDPOINT_CONFIGFS=y +CONFIG_PCI_EPF_TEST=m +# CONFIG_PCI_EPF_NTB is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +# CONFIG_DEVTMPFS_SAFE is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_WANT_DEV_COREDUMP=y +CONFIG_ALLOW_DEV_COREDUMP=y +CONFIG_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_SOC_BUS=y +CONFIG_REGMAP=y +CONFIG_REGMAP_AC97=m +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_SPMI=y +CONFIG_REGMAP_MMIO=y +CONFIG_REGMAP_IRQ=y +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +CONFIG_GENERIC_ARCH_TOPOLOGY=y +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +CONFIG_ARM_CCI=y +CONFIG_ARM_CCI400_COMMON=y +CONFIG_ARM_CCI400_PORT_CTRL=y +CONFIG_BRCMSTB_GISB_ARB=y +# CONFIG_MOXTET is not set +# CONFIG_IMX_WEIM is not set +CONFIG_MVEBU_MBUS=y +CONFIG_OMAP_INTERCONNECT=y +CONFIG_OMAP_OCP2SCP=y +CONFIG_QCOM_EBI2=y +# CONFIG_QCOM_SSC_BLOCK_BUS is not set +# CONFIG_SUN50I_DE2_BUS is not set +CONFIG_SUNXI_RSB=y +# CONFIG_TEGRA_GMI is not set +CONFIG_TI_SYSC=y +CONFIG_UNIPHIER_SYSTEM_BUS=y +CONFIG_VEXPRESS_CONFIG=y +# CONFIG_FSL_MC_BUS is not set +# CONFIG_MHI_BUS is not set +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# +# Cache Drivers +# +# end of Cache Drivers + +# CONFIG_CONNECTOR is not set + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +CONFIG_ARM_SCMI_PROTOCOL=y +# CONFIG_ARM_SCMI_RAW_MODE_SUPPORT is not set +CONFIG_ARM_SCMI_HAVE_TRANSPORT=y +CONFIG_ARM_SCMI_HAVE_SHMEM=y +CONFIG_ARM_SCMI_HAVE_MSG=y +CONFIG_ARM_SCMI_TRANSPORT_MAILBOX=y +CONFIG_ARM_SCMI_TRANSPORT_OPTEE=y +CONFIG_ARM_SCMI_TRANSPORT_SMC=y +# CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE is not set +# CONFIG_ARM_SCMI_TRANSPORT_VIRTIO is not set +# CONFIG_ARM_SCMI_POWER_CONTROL is not set +# end of ARM System Control and Management Interface Protocol + +# CONFIG_ARM_SCPI_PROTOCOL is not set +# CONFIG_FIRMWARE_MEMMAP is not set +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +CONFIG_RASPBERRYPI_FIRMWARE=y +CONFIG_SYSFB=y +# CONFIG_SYSFB_SIMPLEFB is not set +CONFIG_TRUSTED_FOUNDATIONS=y +# CONFIG_TURRIS_MOX_RWTM is not set +CONFIG_BCM47XX_NVRAM=y +CONFIG_BCM47XX_SPROM=y +CONFIG_TEE_BNXT_FW=y +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# EFI (Extensible Firmware Interface) Support +# +CONFIG_EFI_ESRT=y +CONFIG_EFI_VARS_PSTORE=y +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set +CONFIG_EFI_PARAMS_FROM_FDT=y +CONFIG_EFI_RUNTIME_WRAPPERS=y +CONFIG_EFI_GENERIC_STUB=y +CONFIG_EFI_ARMSTUB_DTB_LOADER=y +# CONFIG_EFI_BOOTLOADER_CONTROL is not set +CONFIG_EFI_CAPSULE_LOADER=m +# CONFIG_EFI_TEST is not set +# CONFIG_RESET_ATTACK_MITIGATION is not set +# CONFIG_EFI_DISABLE_PCI_DMA is not set +# CONFIG_EFI_DISABLE_RUNTIME is not set +# CONFIG_EFI_COCO_SECRET is not set +# end of EFI (Extensible Firmware Interface) Support + +# CONFIG_TEE_STMM_EFI is not set +CONFIG_ARM_PSCI_FW=y +# CONFIG_ARM_PSCI_CHECKER is not set + +# +# Qualcomm firmware drivers +# +CONFIG_QCOM_SCM=y +# CONFIG_QCOM_SCM_DOWNLOAD_MODE_DEFAULT is not set +# CONFIG_QCOM_QSEECOM is not set +# end of Qualcomm firmware drivers + +CONFIG_HAVE_ARM_SMCCC=y +CONFIG_HAVE_ARM_SMCCC_DISCOVERY=y +CONFIG_ARM_SMCCC_SOC_ID=y + +# +# Tegra firmware driver +# +# CONFIG_TEGRA_IVC is not set +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +CONFIG_MTD=y +# CONFIG_MTD_TESTS is not set + +# +# Partition parsers +# +# CONFIG_MTD_BCM47XX_PARTS is not set +# CONFIG_MTD_BRCM_U_BOOT is not set +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_OF_PARTS=y +CONFIG_MTD_OF_PARTS_BCM4908=y +CONFIG_MTD_OF_PARTS_LINKSYS_NS=y +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_PARSER_TPLINK_SAFELOADER is not set +# CONFIG_MTD_PARSER_TRX is not set +# CONFIG_MTD_REDBOOT_PARTS is not set +# CONFIG_MTD_QCOMSMEM_PARTS is not set +# end of Partition parsers + +# +# User Modules And Translation Layers +# +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y + +# +# Note that in some cases UBI block is preferred. See MTD_UBI_BLOCK. +# +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_SM_FTL is not set +# CONFIG_MTD_OOPS is not set +# CONFIG_MTD_SWAP is not set +# CONFIG_MTD_PARTITIONED_MASTER is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_AMDSTD is not set +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# end of RAM/ROM/Flash chip drivers + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +CONFIG_MTD_PHYSMAP=y +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_OF=y +# CONFIG_MTD_PHYSMAP_VERSATILE is not set +# CONFIG_MTD_PHYSMAP_GEMINI is not set +# CONFIG_MTD_PHYSMAP_IXP4XX is not set +# CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_PLATRAM is not set +# end of Mapping drivers for chip access + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_DATAFLASH is not set +# CONFIG_MTD_MCHP23K256 is not set +# CONFIG_MTD_MCHP48L640 is not set +CONFIG_MTD_SPEAR_SMI=y +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_BCM47XXSFLASH is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOCG3 is not set +# CONFIG_MTD_ST_SPI_FSM is not set +# end of Self-contained MTD device drivers + +# +# NAND +# +CONFIG_MTD_NAND_CORE=y +# CONFIG_MTD_ONENAND is not set +CONFIG_MTD_RAW_NAND=y + +# +# Raw/parallel NAND flash controllers +# +CONFIG_MTD_NAND_DENALI=y +# CONFIG_MTD_NAND_DENALI_PCI is not set +CONFIG_MTD_NAND_DENALI_DT=y +CONFIG_MTD_NAND_OMAP2=y +CONFIG_MTD_NAND_OMAP_BCH=y +CONFIG_MTD_NAND_OMAP_BCH_BUILD=y +# CONFIG_MTD_NAND_CAFE is not set +CONFIG_MTD_NAND_ATMEL=y +# CONFIG_MTD_NAND_ORION is not set +CONFIG_MTD_NAND_MARVELL=y +CONFIG_MTD_NAND_BRCMNAND=y +# CONFIG_MTD_NAND_BRCMNAND_BCM63XX is not set +CONFIG_MTD_NAND_BRCMNAND_BCMBCA=y +CONFIG_MTD_NAND_BRCMNAND_BRCMSTB=y +CONFIG_MTD_NAND_BRCMNAND_IPROC=y +CONFIG_MTD_NAND_GPMI_NAND=y +# CONFIG_MTD_NAND_FSL_IFC is not set +CONFIG_MTD_NAND_VF610_NFC=y +# CONFIG_MTD_NAND_MXC is not set +CONFIG_MTD_NAND_DAVINCI=y +# CONFIG_MTD_NAND_FSMC is not set +# CONFIG_MTD_NAND_SUNXI is not set +# CONFIG_MTD_NAND_HISI504 is not set +# CONFIG_MTD_NAND_QCOM is not set +# CONFIG_MTD_NAND_MXIC is not set +# CONFIG_MTD_NAND_TEGRA is not set +CONFIG_MTD_NAND_STM32_FMC2=y +# CONFIG_MTD_NAND_MESON is not set +# CONFIG_MTD_NAND_GPIO is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_CADENCE is not set +# CONFIG_MTD_NAND_ARASAN is not set +# CONFIG_MTD_NAND_INTEL_LGM is not set +# CONFIG_MTD_NAND_ROCKCHIP is not set +CONFIG_MTD_NAND_PL35X=y +# CONFIG_MTD_NAND_RENESAS is not set + +# +# Misc +# +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_RICOH is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_SPI_NAND is not set + +# +# ECC engine support +# +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_ECC_SW_HAMMING=y +# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set +# CONFIG_MTD_NAND_ECC_SW_BCH is not set +# CONFIG_MTD_NAND_ECC_MXIC is not set +# CONFIG_MTD_NAND_ECC_MEDIATEK is not set +# end of ECC engine support +# end of NAND + +# +# LPDDR & LPDDR2 PCM memory drivers +# +# CONFIG_MTD_LPDDR is not set +# CONFIG_MTD_LPDDR2_NVM is not set +# end of LPDDR & LPDDR2 PCM memory drivers + +CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y +# CONFIG_MTD_SPI_NOR_SWP_DISABLE is not set +CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE=y +# CONFIG_MTD_SPI_NOR_SWP_KEEP is not set +# CONFIG_SPI_HISI_SFC is not set +CONFIG_MTD_UBI=y +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTD_UBI_BEB_LIMIT=20 +# CONFIG_MTD_UBI_FASTMAP is not set +# CONFIG_MTD_UBI_GLUEBI is not set +# CONFIG_MTD_UBI_BLOCK is not set +# CONFIG_MTD_HYPERBUS is not set +CONFIG_DTC=y +CONFIG_OF=y +# CONFIG_OF_UNITTEST is not set +CONFIG_OF_FLATTREE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_KOBJ=y +CONFIG_OF_DYNAMIC=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_IRQ=y +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_OVERLAY is not set +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +CONFIG_CDROM=y +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +# CONFIG_ZRAM is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +CONFIG_VIRTIO_BLK=y +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_UBLK is not set + +# +# NVME Support +# +# CONFIG_BLK_DEV_NVME is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# CONFIG_NVME_TARGET is not set +# end of NVME Support + +# +# Misc devices +# +CONFIG_AD525X_DPOT=y +CONFIG_AD525X_DPOT_I2C=y +# CONFIG_AD525X_DPOT_SPI is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +CONFIG_ICS932S401=y +CONFIG_ATMEL_SSC=m +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_GEHC_ACHC is not set +# CONFIG_HI6421V600_IRQ is not set +# CONFIG_HP_ILO is not set +CONFIG_QCOM_COINCELL=m +CONFIG_QCOM_FASTRPC=m +CONFIG_APDS9802ALS=y +CONFIG_ISL29003=y +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_LATTICE_ECP3_CONFIG is not set +CONFIG_SRAM=y +CONFIG_SRAM_EXEC=y +# CONFIG_DW_XDATA_PCIE is not set +CONFIG_PCI_ENDPOINT_TEST=m +# CONFIG_XILINX_SDFEC is not set +# CONFIG_HISI_HIKEY_USB is not set +# CONFIG_OPEN_DICE is not set +# CONFIG_VCPU_STALL_DETECTOR is not set +# CONFIG_NSM is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +CONFIG_EEPROM_AT24=y +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_MAX6875 is not set +CONFIG_EEPROM_93CX6=y +# CONFIG_EEPROM_93XX46 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# CONFIG_TI_ST is not set +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_SPI is not set +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# CONFIG_GP_PCI1XXXX is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +CONFIG_BLK_DEV_SR=y +# CONFIG_CHR_DEV_SG is not set +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +# CONFIG_SCSI_MPT3SAS is not set +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_IPR is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_NSP32 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_VIRTIO is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_SATA_HOST=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATA_FORCE=y +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_AHCI_BRCM=y +CONFIG_AHCI_DM816=y +CONFIG_AHCI_DWC=m +CONFIG_AHCI_ST=y +CONFIG_AHCI_IMX=y +# CONFIG_AHCI_CEVA is not set +# CONFIG_AHCI_MTK is not set +# CONFIG_AHCI_MVEBU is not set +CONFIG_AHCI_SUNXI=y +CONFIG_AHCI_TEGRA=y +CONFIG_AHCI_QORIQ=y +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +# CONFIG_SATA_SIL24 is not set +CONFIG_ATA_SFF=y + +# +# SFF controllers with custom DMA interface +# +# CONFIG_PDC_ADMA is not set +# CONFIG_SATA_QSTOR is not set +# CONFIG_SATA_SX4 is not set +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# +# CONFIG_ATA_PIIX is not set +# CONFIG_SATA_DWC is not set +CONFIG_SATA_HIGHBANK=y +CONFIG_SATA_MV=y +# CONFIG_SATA_NV is not set +# CONFIG_SATA_PROMISE is not set +CONFIG_SATA_RCAR=y +# CONFIG_SATA_SIL is not set +# CONFIG_SATA_SIS is not set +# CONFIG_SATA_SVW is not set +# CONFIG_SATA_ULI is not set +# CONFIG_SATA_VIA is not set +# CONFIG_SATA_VITESSE is not set + +# +# PATA SFF controllers with BMDMA +# +# CONFIG_PATA_ALI is not set +# CONFIG_PATA_AMD is not set +# CONFIG_PATA_ARASAN_CF is not set +# CONFIG_PATA_ARTOP is not set +# CONFIG_PATA_ATIIXP is not set +# CONFIG_PATA_ATP867X is not set +# CONFIG_PATA_CMD64X is not set +# CONFIG_PATA_CYPRESS is not set +# CONFIG_PATA_EFAR is not set +# CONFIG_PATA_HPT366 is not set +# CONFIG_PATA_HPT37X is not set +# CONFIG_PATA_HPT3X2N is not set +# CONFIG_PATA_HPT3X3 is not set +# CONFIG_PATA_IMX is not set +# CONFIG_PATA_IT8213 is not set +# CONFIG_PATA_IT821X is not set +# CONFIG_PATA_JMICRON is not set +# CONFIG_PATA_MARVELL is not set +# CONFIG_PATA_NETCELL is not set +# CONFIG_PATA_NINJA32 is not set +# CONFIG_PATA_NS87415 is not set +# CONFIG_PATA_OLDPIIX is not set +# CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_PDC2027X is not set +# CONFIG_PATA_PDC_OLD is not set +# CONFIG_PATA_RADISYS is not set +# CONFIG_PATA_RDC is not set +# CONFIG_PATA_SCH is not set +# CONFIG_PATA_SERVERWORKS is not set +# CONFIG_PATA_SIL680 is not set +# CONFIG_PATA_SIS is not set +# CONFIG_PATA_TOSHIBA is not set +# CONFIG_PATA_TRIFLEX is not set +# CONFIG_PATA_VIA is not set +# CONFIG_PATA_WINBOND is not set + +# +# PIO-only SFF controllers +# +# CONFIG_PATA_CMD640_PCI is not set +# CONFIG_PATA_MPIIX is not set +# CONFIG_PATA_NS87410 is not set +# CONFIG_PATA_OPTI is not set +# CONFIG_PATA_OF_PLATFORM is not set +# CONFIG_PATA_RZ1000 is not set + +# +# Generic fallback / legacy drivers +# +# CONFIG_ATA_GENERIC is not set +# CONFIG_PATA_LEGACY is not set +# CONFIG_MD is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +# CONFIG_NETDEVICES is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +CONFIG_INPUT_FF_MEMLESS=m +# CONFIG_INPUT_SPARSEKMAP is not set +CONFIG_INPUT_MATRIXKMAP=y +CONFIG_INPUT_VIVALDIFMAP=y + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +CONFIG_INPUT_JOYDEV=y +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADC is not set +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +CONFIG_KEYBOARD_QT1070=m +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +CONFIG_KEYBOARD_GPIO=y +# CONFIG_KEYBOARD_GPIO_POLLED is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_SNVS_PWRKEY is not set +# CONFIG_KEYBOARD_IMX is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_NOMADIK is not set +CONFIG_KEYBOARD_TEGRA=y +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_PINEPHONE is not set +CONFIG_KEYBOARD_PXA27x=m +# CONFIG_KEYBOARD_PMIC8XXX is not set +CONFIG_KEYBOARD_SAMSUNG=m +# CONFIG_KEYBOARD_STOWAWAY is not set +CONFIG_KEYBOARD_ST_KEYSCAN=y +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_STMPE is not set +# CONFIG_KEYBOARD_SUN4I_LRADC is not set +# CONFIG_KEYBOARD_OMAP4 is not set +CONFIG_KEYBOARD_SPEAR=y +CONFIG_KEYBOARD_TM2_TOUCHKEY=m +# CONFIG_KEYBOARD_TWL4030 is not set +# CONFIG_KEYBOARD_XTKBD is not set +CONFIG_KEYBOARD_CROS_EC=m +# CONFIG_KEYBOARD_CAP11XX is not set +CONFIG_KEYBOARD_BCM=y +# CONFIG_KEYBOARD_MT6779 is not set +# CONFIG_KEYBOARD_CYPRESS_SF is not set +CONFIG_INPUT_MOUSE=y +CONFIG_MOUSE_PS2=y +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=y +CONFIG_MOUSE_PS2_SMBUS=y +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +CONFIG_MOUSE_CYAPA=m +CONFIG_MOUSE_ELAN_I2C=y +CONFIG_MOUSE_ELAN_I2C_I2C=y +# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_GPIO is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_MOUSE_SYNAPTICS_USB is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_AD7877 is not set +# CONFIG_TOUCHSCREEN_AD7879 is not set +CONFIG_TOUCHSCREEN_ADC=m +# CONFIG_TOUCHSCREEN_AR1021_I2C is not set +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +# CONFIG_TOUCHSCREEN_ATMEL_MXT_T37 is not set +# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set +# CONFIG_TOUCHSCREEN_BU21013 is not set +# CONFIG_TOUCHSCREEN_BU21029 is not set +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set +# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set +# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set +# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP5 is not set +# CONFIG_TOUCHSCREEN_DYNAPRO is not set +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_EGALAX is not set +# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set +# CONFIG_TOUCHSCREEN_EXC3000 is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +# CONFIG_TOUCHSCREEN_GOODIX is not set +# CONFIG_TOUCHSCREEN_HIDEEP is not set +# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set +# CONFIG_TOUCHSCREEN_HYNITRON_CSTXXX is not set +# CONFIG_TOUCHSCREEN_ILI210X is not set +# CONFIG_TOUCHSCREEN_ILITEK is not set +# CONFIG_TOUCHSCREEN_IPROC is not set +# CONFIG_TOUCHSCREEN_S6SY761 is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_EKTF2127 is not set +CONFIG_TOUCHSCREEN_ELAN=m +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WACOM_I2C is not set +# CONFIG_TOUCHSCREEN_MAX11801 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +CONFIG_TOUCHSCREEN_MMS114=m +# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set +# CONFIG_TOUCHSCREEN_MSG2638 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS is not set +# CONFIG_TOUCHSCREEN_IMAGIS is not set +# CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +CONFIG_TOUCHSCREEN_EDT_FT5X06=m +# CONFIG_TOUCHSCREEN_RASPBERRYPI_FW is not set +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +# CONFIG_TOUCHSCREEN_PIXCIR is not set +# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set +CONFIG_TOUCHSCREEN_WM97XX=m +CONFIG_TOUCHSCREEN_WM9705=y +CONFIG_TOUCHSCREEN_WM9712=y +CONFIG_TOUCHSCREEN_WM9713=y +# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TS4800 is not set +# CONFIG_TOUCHSCREEN_TSC_SERIO is not set +# CONFIG_TOUCHSCREEN_TSC2004 is not set +# CONFIG_TOUCHSCREEN_TSC2005 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_RM_TS is not set +# CONFIG_TOUCHSCREEN_SILEAD is not set +# CONFIG_TOUCHSCREEN_SIS_I2C is not set +CONFIG_TOUCHSCREEN_ST1232=m +# CONFIG_TOUCHSCREEN_STMFTS is not set +CONFIG_TOUCHSCREEN_STMPE=y +CONFIG_TOUCHSCREEN_SUN4I=y +# CONFIG_TOUCHSCREEN_SUR40 is not set +# CONFIG_TOUCHSCREEN_SURFACE3_SPI is not set +# CONFIG_TOUCHSCREEN_SX8654 is not set +# CONFIG_TOUCHSCREEN_TPS6507X is not set +# CONFIG_TOUCHSCREEN_ZET6223 is not set +# CONFIG_TOUCHSCREEN_ZFORCE is not set +# CONFIG_TOUCHSCREEN_COLIBRI_VF50 is not set +# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set +# CONFIG_TOUCHSCREEN_IQS5XX is not set +# CONFIG_TOUCHSCREEN_IQS7211 is not set +# CONFIG_TOUCHSCREEN_ZINITIX is not set +# CONFIG_TOUCHSCREEN_HIMAX_HX83112B is not set +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AB8500_PONKEY is not set +# CONFIG_INPUT_AD714X is not set +# CONFIG_INPUT_ARIEL_PWRBUTTON is not set +# CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BBNSM_PWRKEY is not set +# CONFIG_INPUT_BMA150 is not set +# CONFIG_INPUT_E3X0_BUTTON is not set +CONFIG_INPUT_PM8941_PWRKEY=y +# CONFIG_INPUT_PM8XXX_VIBRATOR is not set +# CONFIG_INPUT_PMIC8XXX_PWRKEY is not set +CONFIG_INPUT_MAX77693_HAPTIC=m +CONFIG_INPUT_MAX8997_HAPTIC=m +# CONFIG_INPUT_MMA8450 is not set +# CONFIG_INPUT_GPIO_BEEPER is not set +# CONFIG_INPUT_GPIO_DECODER is not set +# CONFIG_INPUT_GPIO_VIBRA is not set +CONFIG_INPUT_CPCAP_PWRBUTTON=m +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_KXTJ9 is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +# CONFIG_INPUT_REGULATOR_HAPTIC is not set +# CONFIG_INPUT_TPS65218_PWRBUTTON is not set +CONFIG_INPUT_AXP20X_PEK=m +# CONFIG_INPUT_TWL4030_PWRBUTTON is not set +# CONFIG_INPUT_TWL4030_VIBRA is not set +# CONFIG_INPUT_UINPUT is not set +# CONFIG_INPUT_PALMAS_PWRBUTTON is not set +# CONFIG_INPUT_PCF8574 is not set +# CONFIG_INPUT_PWM_BEEPER is not set +# CONFIG_INPUT_PWM_VIBRA is not set +# CONFIG_INPUT_RK805_PWRKEY is not set +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +# CONFIG_INPUT_DA7280_HAPTICS is not set +CONFIG_INPUT_DA9063_ONKEY=m +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m +# CONFIG_INPUT_IBM_PANEL is not set +# CONFIG_INPUT_IMS_PCU is not set +# CONFIG_INPUT_IQS269A is not set +# CONFIG_INPUT_IQS626A is not set +# CONFIG_INPUT_IQS7222 is not set +# CONFIG_INPUT_CMA3000 is not set +# CONFIG_INPUT_DRV260X_HAPTICS is not set +# CONFIG_INPUT_DRV2665_HAPTICS is not set +# CONFIG_INPUT_DRV2667_HAPTICS is not set +# CONFIG_INPUT_HISI_POWERKEY is not set +CONFIG_INPUT_STPMIC1_ONKEY=y +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_SERIO_SERPORT=y +CONFIG_SERIO_AMBAKMI=y +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_SERIO_APBPS2 is not set +# CONFIG_SERIO_OLPC_APSP is not set +# CONFIG_SERIO_SUN4I_PS2 is not set +# CONFIG_SERIO_GPIO_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_UNIX98_PTYS=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=256 +CONFIG_LEGACY_TIOCSTI=y +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_16550A_VARIANTS=y +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +CONFIG_SERIAL_8250_NR_UARTS=5 +CONFIG_SERIAL_8250_RUNTIME_UARTS=5 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_ASPEED_VUART=m +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_SHARE_IRQ=y +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +# CONFIG_SERIAL_8250_RSA is not set +CONFIG_SERIAL_8250_DWLIB=y +CONFIG_SERIAL_8250_BCM2835AUX=y +CONFIG_SERIAL_8250_FSL=y +CONFIG_SERIAL_8250_DW=y +CONFIG_SERIAL_8250_EM=y +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_8250_OMAP=y +CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y +CONFIG_SERIAL_8250_MT6577=y +CONFIG_SERIAL_8250_UNIPHIER=y +CONFIG_SERIAL_8250_PERICOM=y +# CONFIG_SERIAL_8250_PXA is not set +CONFIG_SERIAL_8250_TEGRA=y +CONFIG_SERIAL_8250_BCM7271=y +CONFIG_SERIAL_OF_PLATFORM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_AMBA_PL010 is not set +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set +CONFIG_SERIAL_ATMEL=y +CONFIG_SERIAL_ATMEL_CONSOLE=y +CONFIG_SERIAL_ATMEL_PDC=y +CONFIG_SERIAL_ATMEL_TTYAT=y +CONFIG_SERIAL_MESON=y +CONFIG_SERIAL_MESON_CONSOLE=y +CONFIG_SERIAL_SAMSUNG=y +CONFIG_SERIAL_SAMSUNG_UARTS=4 +CONFIG_SERIAL_SAMSUNG_CONSOLE=y +CONFIG_SERIAL_TEGRA=y +# CONFIG_SERIAL_MAX3100 is not set +# CONFIG_SERIAL_MAX310X is not set +# CONFIG_SERIAL_PXA is not set +CONFIG_SERIAL_IMX=y +CONFIG_SERIAL_IMX_CONSOLE=y +CONFIG_SERIAL_IMX_EARLYCON=y +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_SH_SCI=y +CONFIG_SERIAL_SH_SCI_NR_UARTS=20 +CONFIG_SERIAL_SH_SCI_CONSOLE=y +CONFIG_SERIAL_SH_SCI_EARLYCON=y +CONFIG_SERIAL_SH_SCI_DMA=y +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +CONFIG_SERIAL_MSM=y +CONFIG_SERIAL_MSM_CONSOLE=y +CONFIG_SERIAL_VT8500=y +CONFIG_SERIAL_VT8500_CONSOLE=y +# CONFIG_SERIAL_SIFIVE is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +CONFIG_SERIAL_BCM63XX=y +CONFIG_SERIAL_BCM63XX_CONSOLE=y +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +CONFIG_SERIAL_XILINX_PS_UART=y +CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +CONFIG_SERIAL_FSL_LPUART=y +CONFIG_SERIAL_FSL_LPUART_CONSOLE=y +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +CONFIG_SERIAL_CONEXANT_DIGICOLOR=y +CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE=y +CONFIG_SERIAL_ST_ASC=y +CONFIG_SERIAL_ST_ASC_CONSOLE=y +# CONFIG_SERIAL_SPRD is not set +CONFIG_SERIAL_STM32=y +CONFIG_SERIAL_STM32_CONSOLE=y +# CONFIG_SERIAL_MVEBU_UART is not set +CONFIG_SERIAL_OWL=y +CONFIG_SERIAL_OWL_CONSOLE=y +CONFIG_SERIAL_MILBEAUT_USIO=y +CONFIG_SERIAL_MILBEAUT_USIO_PORTS=4 +CONFIG_SERIAL_MILBEAUT_USIO_CONSOLE=y +CONFIG_SERIAL_SUNPLUS=y +CONFIG_SERIAL_SUNPLUS_CONSOLE=y +# end of Serial drivers + +CONFIG_SERIAL_MCTRL_GPIO=y +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +CONFIG_HVC_DRIVER=y +# CONFIG_HVC_DCC is not set +# CONFIG_RPMSG_TTY is not set +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y +# CONFIG_TTY_PRINTK is not set +CONFIG_VIRTIO_CONSOLE=y +# CONFIG_IPMI_HANDLER is not set +CONFIG_IPMI_KCS_BMC=m +CONFIG_ASPEED_KCS_IPMI_BMC=m +# CONFIG_IPMI_KCS_BMC_CDEV_IPMI is not set +# CONFIG_IPMI_KCS_BMC_SERIO is not set +CONFIG_ASPEED_BT_IPMI_BMC=m +# CONFIG_SSIF_IPMI_BMC is not set +# CONFIG_IPMB_DEVICE_INTERFACE is not set +CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +CONFIG_HW_RANDOM_ATMEL=y +# CONFIG_HW_RANDOM_BA431 is not set +CONFIG_HW_RANDOM_BCM2835=y +CONFIG_HW_RANDOM_IPROC_RNG200=y +CONFIG_HW_RANDOM_OMAP=y +CONFIG_HW_RANDOM_OMAP3_ROM=y +# CONFIG_HW_RANDOM_VIRTIO is not set +CONFIG_HW_RANDOM_IMX_RNGC=y +CONFIG_HW_RANDOM_HISI=y +CONFIG_HW_RANDOM_HISTB=y +CONFIG_HW_RANDOM_ST=y +CONFIG_HW_RANDOM_STM32=y +CONFIG_HW_RANDOM_MESON=y +CONFIG_HW_RANDOM_MTK=y +CONFIG_HW_RANDOM_EXYNOS=y +CONFIG_HW_RANDOM_OPTEE=y +CONFIG_HW_RANDOM_KEYSTONE=y +# CONFIG_HW_RANDOM_CCTRNG is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +CONFIG_HW_RANDOM_ARM_SMCCC_TRNG=y +# CONFIG_APPLICOM is not set +CONFIG_DEVMEM=y +CONFIG_DEVPORT=y +CONFIG_TCG_TPM=m +CONFIG_HW_RANDOM_TPM=y +# CONFIG_TCG_TIS is not set +# CONFIG_TCG_TIS_SPI is not set +# CONFIG_TCG_TIS_I2C is not set +# CONFIG_TCG_TIS_I2C_CR50 is not set +# CONFIG_TCG_TIS_I2C_ATMEL is not set +CONFIG_TCG_TIS_I2C_INFINEON=m +# CONFIG_TCG_TIS_I2C_NUVOTON is not set +# CONFIG_TCG_VTPM_PROXY is not set +# CONFIG_TCG_FTPM_TEE is not set +# CONFIG_TCG_TIS_ST33ZP24_I2C is not set +# CONFIG_TCG_TIS_ST33ZP24_SPI is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +CONFIG_I2C_MUX=y + +# +# Multiplexer I2C Chip support +# +CONFIG_I2C_ARB_GPIO_CHALLENGE=m +CONFIG_I2C_MUX_GPIO=y +# CONFIG_I2C_MUX_GPMUX is not set +# CONFIG_I2C_MUX_LTC4306 is not set +# CONFIG_I2C_MUX_PCA9541 is not set +CONFIG_I2C_MUX_PCA954x=y +CONFIG_I2C_MUX_PINCTRL=y +# CONFIG_I2C_MUX_REG is not set +CONFIG_I2C_DEMUX_PINCTRL=y +# CONFIG_I2C_MUX_MLXCPLD is not set +# end of Multiplexer I2C Chip support + +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=y +CONFIG_I2C_ALGOBIT=m + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_HIX5HD2 is not set +# CONFIG_I2C_I801 is not set +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_ALTERA is not set +CONFIG_I2C_ASPEED=m +CONFIG_I2C_AT91=m +# CONFIG_I2C_AT91_SLAVE_EXPERIMENTAL is not set +CONFIG_I2C_BCM2835=y +CONFIG_I2C_BCM_IPROC=y +CONFIG_I2C_BCM_KONA=y +CONFIG_I2C_BRCMSTB=y +CONFIG_I2C_CADENCE=y +# CONFIG_I2C_CBUS_GPIO is not set +CONFIG_I2C_DAVINCI=y +CONFIG_I2C_DESIGNWARE_CORE=y +# CONFIG_I2C_DESIGNWARE_SLAVE is not set +CONFIG_I2C_DESIGNWARE_PLATFORM=y +# CONFIG_I2C_DESIGNWARE_PCI is not set +CONFIG_I2C_DIGICOLOR=m +CONFIG_I2C_EMEV2=m +CONFIG_I2C_EXYNOS5=y +CONFIG_I2C_GPIO=m +# CONFIG_I2C_GPIO_FAULT_INJECTOR is not set +# CONFIG_I2C_GXP is not set +CONFIG_I2C_IMX=y +# CONFIG_I2C_IMX_LPI2C is not set +CONFIG_I2C_MESON=y +# CONFIG_I2C_MT65XX is not set +CONFIG_I2C_MV64XXX=y +CONFIG_I2C_NOMADIK=y +# CONFIG_I2C_OCORES is not set +CONFIG_I2C_OMAP=y +CONFIG_I2C_OWL=y +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_PXA is not set +CONFIG_I2C_QCOM_CCI=m +CONFIG_I2C_QUP=y +CONFIG_I2C_RIIC=y +CONFIG_I2C_RK3X=y +# CONFIG_I2C_RZV2M is not set +CONFIG_I2C_S3C2410=y +CONFIG_I2C_SH_MOBILE=y +# CONFIG_I2C_SIMTEC is not set +CONFIG_I2C_ST=y +# CONFIG_I2C_STM32F4 is not set +CONFIG_I2C_STM32F7=y +CONFIG_I2C_SUN6I_P2WI=y +CONFIG_I2C_TEGRA=y +CONFIG_I2C_UNIPHIER=y +CONFIG_I2C_UNIPHIER_F=y +# CONFIG_I2C_VERSATILE is not set +# CONFIG_I2C_WMT is not set +CONFIG_I2C_XILINX=y +CONFIG_I2C_RCAR=y + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_PCI1XXXX is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +CONFIG_I2C_CROS_EC_TUNNEL=m +# CONFIG_I2C_FSI is not set +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +CONFIG_I2C_SLAVE=y +CONFIG_I2C_SLAVE_EEPROM=y +# CONFIG_I2C_SLAVE_TESTUNIT is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y +CONFIG_SPI_MEM=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_ALTERA is not set +# CONFIG_SPI_AMLOGIC_SPIFC_A1 is not set +# CONFIG_SPI_ARMADA_3700 is not set +CONFIG_SPI_ASPEED_SMC=m +CONFIG_SPI_ATMEL=m +# CONFIG_SPI_AT91_USART is not set +CONFIG_SPI_ATMEL_QUADSPI=m +# CONFIG_SPI_AXI_SPI_ENGINE is not set +CONFIG_SPI_BCM2835=y +CONFIG_SPI_BCM2835AUX=y +# CONFIG_SPI_BCM63XX_HSSPI is not set +CONFIG_SPI_BCM_QSPI=y +# CONFIG_SPI_BCMBCA_HSSPI is not set +CONFIG_SPI_BITBANG=y +CONFIG_SPI_CADENCE=y +# CONFIG_SPI_CADENCE_QUADSPI is not set +# CONFIG_SPI_CADENCE_XSPI is not set +CONFIG_SPI_DAVINCI=y +# CONFIG_SPI_DESIGNWARE is not set +# CONFIG_SPI_FSI is not set +# CONFIG_SPI_FSL_LPSPI is not set +CONFIG_SPI_FSL_QUADSPI=m +CONFIG_SPI_GXP=m +# CONFIG_SPI_NXP_FLEXSPI is not set +CONFIG_SPI_GPIO=m +# CONFIG_SPI_IMX is not set +# CONFIG_SPI_FSL_SPI is not set +CONFIG_SPI_FSL_DSPI=m +# CONFIG_SPI_MESON_SPICC is not set +# CONFIG_SPI_MESON_SPIFC is not set +# CONFIG_SPI_MICROCHIP_CORE is not set +# CONFIG_SPI_MICROCHIP_CORE_QSPI is not set +# CONFIG_SPI_MT65XX is not set +# CONFIG_SPI_MTK_NOR is not set +# CONFIG_SPI_OC_TINY is not set +CONFIG_SPI_OMAP24XX=y +# CONFIG_SPI_TI_QSPI is not set +CONFIG_SPI_ORION=y +# CONFIG_SPI_PCI1XXXX is not set +CONFIG_SPI_PL022=y +# CONFIG_SPI_PXA2XX is not set +CONFIG_SPI_ROCKCHIP=m +# CONFIG_SPI_ROCKCHIP_SFC is not set +CONFIG_SPI_RSPI=y +# CONFIG_SPI_RZV2M_CSI is not set +# CONFIG_SPI_QCOM_QSPI is not set +CONFIG_SPI_QUP=m +CONFIG_SPI_S3C64XX=m +# CONFIG_SPI_SC18IS602 is not set +CONFIG_SPI_SH_MSIOF=m +CONFIG_SPI_SH_HSPI=y +# CONFIG_SPI_SIFIVE is not set +# CONFIG_SPI_SLAVE_MT27XX is not set +# CONFIG_SPI_SN_F_OSPI is not set +CONFIG_SPI_STM32=m +CONFIG_SPI_STM32_QSPI=y +# CONFIG_SPI_ST_SSC4 is not set +CONFIG_SPI_SUN4I=y +CONFIG_SPI_SUN6I=y +# CONFIG_SPI_SUNPLUS_SP7021 is not set +# CONFIG_SPI_MXIC is not set +# CONFIG_SPI_TEGRA210_QUAD is not set +CONFIG_SPI_TEGRA114=y +CONFIG_SPI_TEGRA20_SFLASH=y +CONFIG_SPI_TEGRA20_SLINK=y +# CONFIG_SPI_UNIPHIER is not set +# CONFIG_SPI_XCOMM is not set +CONFIG_SPI_XILINX=y +# CONFIG_SPI_ZYNQ_QSPI is not set +# CONFIG_SPI_ZYNQMP_GQSPI is not set +# CONFIG_SPI_AMD is not set + +# +# SPI Multiplexer support +# +# CONFIG_SPI_MUX is not set + +# +# SPI Protocol Masters +# +CONFIG_SPI_SPIDEV=y +# CONFIG_SPI_LOOPBACK_TEST is not set +# CONFIG_SPI_TLE62X0 is not set +CONFIG_SPI_SLAVE=y +# CONFIG_SPI_SLAVE_TIME is not set +# CONFIG_SPI_SLAVE_SYSTEM_CONTROL is not set +CONFIG_SPI_DYNAMIC=y +CONFIG_SPMI=y +# CONFIG_SPMI_HISI3670 is not set +CONFIG_SPMI_MSM_PMIC_ARB=y +# CONFIG_SPMI_MTK_PMIF is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y +CONFIG_PTP_1588_CLOCK_DTE=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +CONFIG_PTP_1588_CLOCK_KVM=y +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# CONFIG_PTP_1588_CLOCK_MOCK is not set +# CONFIG_PTP_1588_CLOCK_OCP is not set +# end of PTP clock support + +CONFIG_PINCTRL=y +CONFIG_GENERIC_PINCTRL_GROUPS=y +CONFIG_PINMUX=y +CONFIG_GENERIC_PINMUX_FUNCTIONS=y +CONFIG_PINCONF=y +CONFIG_GENERIC_PINCONF=y +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_PINCTRL_ARTPEC6 is not set +CONFIG_PINCTRL_AS3722=y +CONFIG_PINCTRL_AT91=y +CONFIG_PINCTRL_AT91PIO4=y +# CONFIG_PINCTRL_AXP209 is not set +# CONFIG_PINCTRL_CY8C95X0 is not set +CONFIG_PINCTRL_DIGICOLOR=y +# CONFIG_PINCTRL_MCP23S08 is not set +CONFIG_PINCTRL_MICROCHIP_SGPIO=y +CONFIG_PINCTRL_OCELOT=y +CONFIG_PINCTRL_PALMAS=y +# CONFIG_PINCTRL_RK805 is not set +CONFIG_PINCTRL_ROCKCHIP=y +CONFIG_PINCTRL_SINGLE=y +CONFIG_PINCTRL_ST=y +CONFIG_PINCTRL_STMFX=y +# CONFIG_PINCTRL_SX150X is not set +CONFIG_PINCTRL_ZYNQ=y +CONFIG_PINCTRL_OWL=y +CONFIG_PINCTRL_S500=y +CONFIG_PINCTRL_ASPEED=y +CONFIG_PINCTRL_ASPEED_G6=y +CONFIG_PINCTRL_BCM281XX=y +CONFIG_PINCTRL_BCM2835=y +CONFIG_PINCTRL_BCM4908=y +CONFIG_PINCTRL_IPROC_GPIO=y +CONFIG_PINCTRL_CYGNUS_MUX=y +CONFIG_PINCTRL_NS=y +CONFIG_PINCTRL_NSP_GPIO=y +# CONFIG_PINCTRL_NS2_MUX is not set +CONFIG_PINCTRL_NSP_MUX=y +CONFIG_PINCTRL_BERLIN=y +# CONFIG_PINCTRL_AS370 is not set +CONFIG_PINCTRL_BERLIN_BG2=y +CONFIG_PINCTRL_BERLIN_BG2CD=y +CONFIG_PINCTRL_BERLIN_BG2Q=y +# CONFIG_PINCTRL_BERLIN_BG4CT is not set +CONFIG_PINCTRL_IMX=y +CONFIG_PINCTRL_IMX50=y +CONFIG_PINCTRL_IMX51=y +CONFIG_PINCTRL_IMX53=y +CONFIG_PINCTRL_IMX6Q=y +CONFIG_PINCTRL_IMX6SL=y +CONFIG_PINCTRL_IMX6SLL=y +CONFIG_PINCTRL_IMX6SX=y +CONFIG_PINCTRL_IMX6UL=y +CONFIG_PINCTRL_IMX7D=y +CONFIG_PINCTRL_IMX7ULP=y +# CONFIG_PINCTRL_IMX8ULP is not set +# CONFIG_PINCTRL_IMXRT1050 is not set +# CONFIG_PINCTRL_IMX93 is not set +CONFIG_PINCTRL_VF610=y +# CONFIG_PINCTRL_IMXRT1170 is not set + +# +# MediaTek pinctrl drivers +# +CONFIG_EINT_MTK=y +CONFIG_PINCTRL_MTK=y +CONFIG_PINCTRL_MTK_V2=y +CONFIG_PINCTRL_MTK_MOORE=y +CONFIG_PINCTRL_MT2701=y +CONFIG_PINCTRL_MT7623=y +CONFIG_PINCTRL_MT7629=y +CONFIG_PINCTRL_MT8135=y +CONFIG_PINCTRL_MT8127=y +# end of MediaTek pinctrl drivers + +CONFIG_PINCTRL_MESON=y +CONFIG_PINCTRL_MESON8=y +CONFIG_PINCTRL_MESON8B=y +CONFIG_PINCTRL_MESON8_PMX=y +CONFIG_PINCTRL_MVEBU=y +CONFIG_PINCTRL_DOVE=y +CONFIG_PINCTRL_ARMADA_370=y +CONFIG_PINCTRL_ARMADA_375=y +CONFIG_PINCTRL_ARMADA_38X=y +CONFIG_PINCTRL_ARMADA_39X=y +CONFIG_PINCTRL_ARMADA_XP=y +CONFIG_PINCTRL_ABX500=y +CONFIG_PINCTRL_AB8500=y +CONFIG_PINCTRL_AB8505=y +CONFIG_PINCTRL_NOMADIK=y +CONFIG_PINCTRL_DB8500=y +CONFIG_PINCTRL_MSM=y +CONFIG_PINCTRL_APQ8064=y +CONFIG_PINCTRL_APQ8084=y +# CONFIG_PINCTRL_IPQ4019 is not set +CONFIG_PINCTRL_IPQ8064=y +# CONFIG_PINCTRL_MSM8226 is not set +CONFIG_PINCTRL_MSM8660=y +CONFIG_PINCTRL_MSM8960=y +# CONFIG_PINCTRL_MDM9607 is not set +# CONFIG_PINCTRL_MDM9615 is not set +CONFIG_PINCTRL_MSM8X74=y +# CONFIG_PINCTRL_MSM8909 is not set +CONFIG_PINCTRL_MSM8916=y +# CONFIG_PINCTRL_SDX55 is not set +# CONFIG_PINCTRL_SDX65 is not set +CONFIG_PINCTRL_QCOM_SPMI_PMIC=y +CONFIG_PINCTRL_QCOM_SSBI_PMIC=y +# CONFIG_PINCTRL_LPASS_LPI is not set + +# +# Renesas pinctrl drivers +# +CONFIG_PINCTRL_RENESAS=y +CONFIG_PINCTRL_SH_PFC=y +CONFIG_PINCTRL_SH_PFC_GPIO=y +CONFIG_PINCTRL_PFC_EMEV2=y +CONFIG_PINCTRL_PFC_R8A7794=y +CONFIG_PINCTRL_PFC_R8A7779=y +CONFIG_PINCTRL_PFC_R8A7790=y +CONFIG_PINCTRL_PFC_R8A7778=y +CONFIG_PINCTRL_PFC_R8A7793=y +CONFIG_PINCTRL_PFC_R8A7791=y +CONFIG_PINCTRL_PFC_R8A7792=y +CONFIG_PINCTRL_PFC_R8A7740=y +CONFIG_PINCTRL_PFC_R8A73A4=y +# CONFIG_PINCTRL_RZA1 is not set +CONFIG_PINCTRL_RZA2=y +CONFIG_PINCTRL_PFC_R8A77470=y +CONFIG_PINCTRL_PFC_R8A7745=y +CONFIG_PINCTRL_PFC_R8A7742=y +CONFIG_PINCTRL_PFC_R8A7743=y +CONFIG_PINCTRL_PFC_R8A7744=y +CONFIG_PINCTRL_RZN1=y +CONFIG_PINCTRL_PFC_SH73A0=y +# end of Renesas pinctrl drivers + +CONFIG_PINCTRL_SAMSUNG=y +CONFIG_PINCTRL_EXYNOS=y +CONFIG_PINCTRL_EXYNOS_ARM=y +CONFIG_PINCTRL_SPEAR=y +CONFIG_PINCTRL_SPEAR1310=y +CONFIG_PINCTRL_SPEAR1340=y +CONFIG_PINCTRL_SPEAR_PLGPIO=y +CONFIG_PINCTRL_STM32=y +CONFIG_PINCTRL_STM32MP135=y +CONFIG_PINCTRL_STM32MP157=y +CONFIG_PINCTRL_SPPCTL=y +CONFIG_PINCTRL_SUNXI=y +CONFIG_PINCTRL_SUN4I_A10=y +CONFIG_PINCTRL_SUN5I=y +CONFIG_PINCTRL_SUN6I_A31=y +CONFIG_PINCTRL_SUN6I_A31_R=y +CONFIG_PINCTRL_SUN8I_A23=y +CONFIG_PINCTRL_SUN8I_A33=y +CONFIG_PINCTRL_SUN8I_A83T=y +CONFIG_PINCTRL_SUN8I_A83T_R=y +CONFIG_PINCTRL_SUN8I_A23_R=y +CONFIG_PINCTRL_SUN8I_H3=y +CONFIG_PINCTRL_SUN8I_H3_R=y +CONFIG_PINCTRL_SUN8I_V3S=y +CONFIG_PINCTRL_SUN9I_A80=y +CONFIG_PINCTRL_SUN9I_A80_R=y +CONFIG_PINCTRL_SUN20I_D1=y +# CONFIG_PINCTRL_SUN50I_A64 is not set +# CONFIG_PINCTRL_SUN50I_A64_R is not set +# CONFIG_PINCTRL_SUN50I_A100 is not set +# CONFIG_PINCTRL_SUN50I_A100_R is not set +# CONFIG_PINCTRL_SUN50I_H5 is not set +# CONFIG_PINCTRL_SUN50I_H6 is not set +# CONFIG_PINCTRL_SUN50I_H6_R is not set +# CONFIG_PINCTRL_SUN50I_H616 is not set +# CONFIG_PINCTRL_SUN50I_H616_R is not set +CONFIG_PINCTRL_TEGRA=y +CONFIG_PINCTRL_TEGRA20=y +CONFIG_PINCTRL_TEGRA30=y +CONFIG_PINCTRL_TEGRA114=y +CONFIG_PINCTRL_TEGRA124=y +CONFIG_PINCTRL_TEGRA_XUSB=y +CONFIG_PINCTRL_TI_IODELAY=y +CONFIG_PINCTRL_UNIPHIER=y +CONFIG_PINCTRL_UNIPHIER_LD4=y +CONFIG_PINCTRL_UNIPHIER_PRO4=y +CONFIG_PINCTRL_UNIPHIER_SLD8=y +CONFIG_PINCTRL_UNIPHIER_PRO5=y +CONFIG_PINCTRL_UNIPHIER_PXS2=y +CONFIG_PINCTRL_UNIPHIER_LD6B=y +# CONFIG_PINCTRL_UNIPHIER_LD11 is not set +# CONFIG_PINCTRL_UNIPHIER_LD20 is not set +# CONFIG_PINCTRL_UNIPHIER_PXS3 is not set +# CONFIG_PINCTRL_UNIPHIER_NX1 is not set +# CONFIG_PINCTRL_WM8850 is not set +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_FASTPATH_LIMIT=512 +CONFIG_OF_GPIO=y +CONFIG_GPIOLIB_IRQCHIP=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_CDEV=y +CONFIG_GPIO_CDEV_V1=y +CONFIG_GPIO_GENERIC=y + +# +# Memory mapped GPIO drivers +# +# CONFIG_GPIO_74XX_MMIO is not set +# CONFIG_GPIO_ALTERA is not set +# CONFIG_GPIO_ASPEED is not set +CONFIG_GPIO_ASPEED_SGPIO=y +CONFIG_GPIO_RASPBERRYPI_EXP=y +CONFIG_GPIO_BCM_KONA=y +CONFIG_GPIO_BCM_XGS_IPROC=y +CONFIG_GPIO_BRCMSTB=y +# CONFIG_GPIO_CADENCE is not set +CONFIG_GPIO_DAVINCI=y +CONFIG_GPIO_DWAPB=y +CONFIG_GPIO_EM=y +CONFIG_GPIO_EN7523=y +# CONFIG_GPIO_EXAR is not set +# CONFIG_GPIO_FTGPIO010 is not set +CONFIG_GPIO_GENERIC_PLATFORM=y +# CONFIG_GPIO_GRGPIO is not set +# CONFIG_GPIO_HLWD is not set +# CONFIG_GPIO_LOGICVC is not set +# CONFIG_GPIO_MB86S7X is not set +CONFIG_GPIO_MPC8XXX=y +CONFIG_GPIO_MVEBU=y +CONFIG_GPIO_MXC=y +CONFIG_GPIO_OMAP=y +CONFIG_GPIO_PL061=y +CONFIG_GPIO_PXA=y +CONFIG_GPIO_RCAR=y +CONFIG_GPIO_ROCKCHIP=y +# CONFIG_GPIO_SAMA5D2_PIOBU is not set +# CONFIG_GPIO_SIFIVE is not set +CONFIG_GPIO_SPEAR_SPICS=y +CONFIG_GPIO_SYSCON=y +CONFIG_GPIO_TEGRA=y +# CONFIG_GPIO_TS4800 is not set +CONFIG_GPIO_UNIPHIER=y +CONFIG_GPIO_VF610=y +CONFIG_GPIO_XILINX=y +# CONFIG_GPIO_ZEVIO is not set +CONFIG_GPIO_ZYNQ=y +# CONFIG_GPIO_AMD_FCH is not set +# end of Memory mapped GPIO drivers + +# +# I2C GPIO expanders +# +# CONFIG_GPIO_ADNP is not set +# CONFIG_GPIO_FXL6408 is not set +# CONFIG_GPIO_DS4520 is not set +# CONFIG_GPIO_GW_PLD is not set +# CONFIG_GPIO_MAX7300 is not set +# CONFIG_GPIO_MAX732X is not set +CONFIG_GPIO_PCA953X=y +CONFIG_GPIO_PCA953X_IRQ=y +# CONFIG_GPIO_PCA9570 is not set +CONFIG_GPIO_PCF857X=y +# CONFIG_GPIO_TPIC2810 is not set +# CONFIG_GPIO_TS4900 is not set +# end of I2C GPIO expanders + +# +# MFD GPIO expanders +# +# CONFIG_HTC_EGPIO is not set +CONFIG_GPIO_PALMAS=y +CONFIG_GPIO_STMPE=y +# CONFIG_GPIO_TPS65218 is not set +CONFIG_GPIO_TPS6586X=y +CONFIG_GPIO_TPS65910=y +CONFIG_GPIO_TWL4030=y +# CONFIG_GPIO_WM8994 is not set +# end of MFD GPIO expanders + +# +# PCI GPIO expanders +# +# CONFIG_GPIO_BT8XX is not set +# CONFIG_GPIO_PCI_IDIO_16 is not set +# CONFIG_GPIO_PCIE_IDIO_24 is not set +# CONFIG_GPIO_RDC321X is not set +# end of PCI GPIO expanders + +# +# SPI GPIO expanders +# +# CONFIG_GPIO_74X164 is not set +# CONFIG_GPIO_MAX3191X is not set +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MC33880 is not set +# CONFIG_GPIO_PISOSR is not set +# CONFIG_GPIO_XRA1403 is not set +# end of SPI GPIO expanders + +# +# USB GPIO expanders +# +# end of USB GPIO expanders + +# +# Virtual GPIO drivers +# +# CONFIG_GPIO_AGGREGATOR is not set +# CONFIG_GPIO_LATCH is not set +# CONFIG_GPIO_MOCKUP is not set +# CONFIG_GPIO_VIRTIO is not set +# CONFIG_GPIO_SIM is not set +# end of Virtual GPIO drivers + +# CONFIG_W1 is not set +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_AS3722=y +CONFIG_POWER_RESET_AT91_POWEROFF=y +CONFIG_POWER_RESET_AT91_RESET=y +CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC=y +CONFIG_POWER_RESET_BRCMKONA=y +CONFIG_POWER_RESET_BRCMSTB=y +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_RESET_GPIO_RESTART=y +CONFIG_POWER_RESET_HISI=y +CONFIG_POWER_RESET_MSM=y +CONFIG_POWER_RESET_QCOM_PON=y +# CONFIG_POWER_RESET_ODROID_GO_ULTRA_POWEROFF is not set +# CONFIG_POWER_RESET_LTC2952 is not set +# CONFIG_POWER_RESET_QNAP is not set +# CONFIG_POWER_RESET_REGULATOR is not set +# CONFIG_POWER_RESET_RESTART is not set +CONFIG_POWER_RESET_ST=y +# CONFIG_POWER_RESET_VERSATILE is not set +CONFIG_POWER_RESET_VEXPRESS=y +CONFIG_POWER_RESET_KEYSTONE=y +CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_SYSCON_POWEROFF=y +CONFIG_POWER_RESET_RMOBILE=y +CONFIG_REBOOT_MODE=y +# CONFIG_SYSCON_REBOOT_MODE is not set +# CONFIG_NVMEM_REBOOT_MODE is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_POWER_SUPPLY_HWMON=y +# CONFIG_GENERIC_ADC_BATTERY is not set +# CONFIG_IP5XXX_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +CONFIG_BATTERY_ACT8945A=y +CONFIG_BATTERY_CPCAP=m +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SAMSUNG_SDI is not set +CONFIG_BATTERY_SBS=y +# CONFIG_CHARGER_SBS is not set +# CONFIG_MANAGER_SBS is not set +CONFIG_BATTERY_BQ27XXX=m +CONFIG_BATTERY_BQ27XXX_I2C=m +# CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM is not set +CONFIG_AXP20X_POWER=m +CONFIG_BATTERY_MAX17040=m +CONFIG_BATTERY_MAX17042=m +CONFIG_CHARGER_CPCAP=m +# CONFIG_CHARGER_ISP1704 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_TWL4030 is not set +# CONFIG_CHARGER_LP8727 is not set +CONFIG_CHARGER_GPIO=m +# CONFIG_CHARGER_MANAGER is not set +# CONFIG_CHARGER_LT3651 is not set +# CONFIG_CHARGER_LTC4162L is not set +CONFIG_CHARGER_MAX14577=m +# CONFIG_CHARGER_DETECTOR_MAX14656 is not set +CONFIG_CHARGER_MAX77693=m +# CONFIG_CHARGER_MAX77976 is not set +CONFIG_CHARGER_MAX8997=m +CONFIG_CHARGER_MAX8998=m +# CONFIG_CHARGER_QCOM_SMBB is not set +# CONFIG_BATTERY_PM8916_BMS_VM is not set +# CONFIG_CHARGER_PM8916_LBC is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_CHARGER_BQ24190 is not set +# CONFIG_CHARGER_BQ24257 is not set +# CONFIG_CHARGER_BQ24735 is not set +# CONFIG_CHARGER_BQ2515X is not set +# CONFIG_CHARGER_BQ25890 is not set +# CONFIG_CHARGER_BQ25980 is not set +# CONFIG_CHARGER_BQ256XX is not set +# CONFIG_CHARGER_RK817 is not set +CONFIG_CHARGER_SMB347=m +CONFIG_CHARGER_TPS65090=y +# CONFIG_CHARGER_TPS65217 is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_AB8500_BM is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_RT9455 is not set +# CONFIG_CHARGER_RT9467 is not set +# CONFIG_CHARGER_RT9471 is not set +# CONFIG_CHARGER_CROS_USBPD is not set +CONFIG_CHARGER_CROS_PCHG=m +# CONFIG_CHARGER_UCS1002 is not set +# CONFIG_CHARGER_BD99954 is not set +CONFIG_BATTERY_ACER_A500=m +# CONFIG_BATTERY_UG3105 is not set +# CONFIG_CHARGER_QCOM_SMB2 is not set +# CONFIG_FUEL_GAUGE_MM8013 is not set +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# +# CONFIG_SENSORS_AD7314 is not set +# CONFIG_SENSORS_AD7414 is not set +# CONFIG_SENSORS_AD7418 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1029 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ADM1177 is not set +# CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7310 is not set +# CONFIG_SENSORS_ADT7410 is not set +# CONFIG_SENSORS_ADT7411 is not set +# CONFIG_SENSORS_ADT7462 is not set +# CONFIG_SENSORS_ADT7470 is not set +# CONFIG_SENSORS_ADT7475 is not set +# CONFIG_SENSORS_AHT10 is not set +# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set +# CONFIG_SENSORS_AS370 is not set +# CONFIG_SENSORS_ASC7621 is not set +# CONFIG_SENSORS_AXI_FAN_CONTROL is not set +CONFIG_SENSORS_ARM_SCMI=y +CONFIG_SENSORS_ASPEED=m +# CONFIG_SENSORS_ATXP1 is not set +# CONFIG_SENSORS_CORSAIR_CPRO is not set +# CONFIG_SENSORS_CORSAIR_PSU is not set +# CONFIG_SENSORS_DRIVETEMP is not set +# CONFIG_SENSORS_DS620 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_I5K_AMB is not set +# CONFIG_SENSORS_F71805F is not set +# CONFIG_SENSORS_F71882FG is not set +# CONFIG_SENSORS_F75375S is not set +# CONFIG_SENSORS_FTSTEUTATES is not set +# CONFIG_SENSORS_GIGABYTE_WATERFORCE is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_G760A is not set +# CONFIG_SENSORS_G762 is not set +# CONFIG_SENSORS_GPIO_FAN is not set +CONFIG_SENSORS_GXP_FAN_CTRL=m +# CONFIG_SENSORS_HIH6130 is not set +# CONFIG_SENSORS_HS3001 is not set +CONFIG_SENSORS_IIO_HWMON=y +# CONFIG_SENSORS_IT87 is not set +# CONFIG_SENSORS_JC42 is not set +# CONFIG_SENSORS_POWERZ is not set +# CONFIG_SENSORS_POWR1220 is not set +CONFIG_SENSORS_LAN966X=m +# CONFIG_SENSORS_LINEAGE is not set +# CONFIG_SENSORS_LTC2945 is not set +# CONFIG_SENSORS_LTC2947_I2C is not set +# CONFIG_SENSORS_LTC2947_SPI is not set +# CONFIG_SENSORS_LTC2990 is not set +# CONFIG_SENSORS_LTC2991 is not set +# CONFIG_SENSORS_LTC2992 is not set +# CONFIG_SENSORS_LTC4151 is not set +# CONFIG_SENSORS_LTC4215 is not set +# CONFIG_SENSORS_LTC4222 is not set +# CONFIG_SENSORS_LTC4245 is not set +# CONFIG_SENSORS_LTC4260 is not set +# CONFIG_SENSORS_LTC4261 is not set +# CONFIG_SENSORS_MAX1111 is not set +# CONFIG_SENSORS_MAX127 is not set +# CONFIG_SENSORS_MAX16065 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX1668 is not set +# CONFIG_SENSORS_MAX197 is not set +# CONFIG_SENSORS_MAX31722 is not set +# CONFIG_SENSORS_MAX31730 is not set +# CONFIG_SENSORS_MAX31760 is not set +# CONFIG_MAX31827 is not set +# CONFIG_SENSORS_MAX6620 is not set +# CONFIG_SENSORS_MAX6621 is not set +# CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6650 is not set +# CONFIG_SENSORS_MAX6697 is not set +# CONFIG_SENSORS_MAX31790 is not set +# CONFIG_SENSORS_MC34VR500 is not set +# CONFIG_SENSORS_MCP3021 is not set +# CONFIG_SENSORS_TC654 is not set +# CONFIG_SENSORS_TPS23861 is not set +# CONFIG_SENSORS_MR75203 is not set +# CONFIG_SENSORS_ADCXX is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM70 is not set +# CONFIG_SENSORS_LM73 is not set +# CONFIG_SENSORS_LM75 is not set +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +CONFIG_SENSORS_LM90=y +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_LM95234 is not set +# CONFIG_SENSORS_LM95241 is not set +CONFIG_SENSORS_LM95245=y +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +CONFIG_SENSORS_NTC_THERMISTOR=m +# CONFIG_SENSORS_NCT6683 is not set +# CONFIG_SENSORS_NCT6775_I2C is not set +# CONFIG_SENSORS_NCT7802 is not set +# CONFIG_SENSORS_NCT7904 is not set +# CONFIG_SENSORS_NPCM7XX is not set +# CONFIG_SENSORS_NZXT_KRAKEN2 is not set +# CONFIG_SENSORS_NZXT_SMART2 is not set +# CONFIG_SENSORS_OCC_P8_I2C is not set +# CONFIG_SENSORS_OCC_P9_SBE is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_PMBUS is not set +CONFIG_SENSORS_PWM_FAN=m +CONFIG_SENSORS_RASPBERRYPI_HWMON=m +# CONFIG_SENSORS_SBTSI is not set +# CONFIG_SENSORS_SBRMI is not set +# CONFIG_SENSORS_SHT15 is not set +# CONFIG_SENSORS_SHT21 is not set +# CONFIG_SENSORS_SHT3x is not set +# CONFIG_SENSORS_SHT4x is not set +# CONFIG_SENSORS_SHTC1 is not set +# CONFIG_SENSORS_SIS5595 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC2305 is not set +# CONFIG_SENSORS_EMC6W201 is not set +# CONFIG_SENSORS_SMSC47M1 is not set +# CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47B397 is not set +# CONFIG_SENSORS_SCH5627 is not set +# CONFIG_SENSORS_SCH5636 is not set +# CONFIG_SENSORS_STTS751 is not set +# CONFIG_SENSORS_ADC128D818 is not set +# CONFIG_SENSORS_ADS7828 is not set +# CONFIG_SENSORS_ADS7871 is not set +# CONFIG_SENSORS_AMC6821 is not set +# CONFIG_SENSORS_INA209 is not set +CONFIG_SENSORS_INA2XX=m +# CONFIG_SENSORS_INA238 is not set +# CONFIG_SENSORS_INA3221 is not set +# CONFIG_SENSORS_TC74 is not set +# CONFIG_SENSORS_THMC50 is not set +# CONFIG_SENSORS_TMP102 is not set +# CONFIG_SENSORS_TMP103 is not set +# CONFIG_SENSORS_TMP108 is not set +# CONFIG_SENSORS_TMP401 is not set +# CONFIG_SENSORS_TMP421 is not set +# CONFIG_SENSORS_TMP464 is not set +# CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_VEXPRESS is not set +# CONFIG_SENSORS_VIA686A is not set +# CONFIG_SENSORS_VT1211 is not set +# CONFIG_SENSORS_VT8231 is not set +# CONFIG_SENSORS_W83773G is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83791D is not set +# CONFIG_SENSORS_W83792D is not set +# CONFIG_SENSORS_W83793 is not set +# CONFIG_SENSORS_W83795 is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83L786NG is not set +# CONFIG_SENSORS_W83627HF is not set +# CONFIG_SENSORS_W83627EHF is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +# CONFIG_THERMAL_STATISTICS is not set +# CONFIG_THERMAL_DEBUGFS is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_OF=y +# CONFIG_THERMAL_WRITABLE_TRIPS is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +# CONFIG_THERMAL_GOV_USER_SPACE is not set +CONFIG_CPU_THERMAL=y +CONFIG_CPU_FREQ_THERMAL=y +CONFIG_DEVFREQ_THERMAL=y +# CONFIG_THERMAL_EMULATION is not set +# CONFIG_THERMAL_MMIO is not set +CONFIG_HISI_THERMAL=y +CONFIG_IMX_THERMAL=y +# CONFIG_IMX8MM_THERMAL is not set +CONFIG_QORIQ_THERMAL=m +# CONFIG_SPEAR_THERMAL is not set +# CONFIG_SUN8I_THERMAL is not set +CONFIG_ROCKCHIP_THERMAL=y +CONFIG_RCAR_THERMAL=y +# CONFIG_RCAR_GEN3_THERMAL is not set +# CONFIG_RZG2L_THERMAL is not set +# CONFIG_DOVE_THERMAL is not set +CONFIG_DB8500_THERMAL=y +CONFIG_ARMADA_THERMAL=y + +# +# Mediatek thermal drivers +# +# CONFIG_MTK_THERMAL is not set +# end of Mediatek thermal drivers + +CONFIG_AMLOGIC_THERMAL=y + +# +# Broadcom thermal drivers +# +CONFIG_BCM2711_THERMAL=m +CONFIG_BCM2835_THERMAL=m +CONFIG_BRCMSTB_THERMAL=m +CONFIG_BCM_NS_THERMAL=y +CONFIG_BCM_SR_THERMAL=y +# end of Broadcom thermal drivers + +# +# Texas Instruments thermal drivers +# +CONFIG_TI_SOC_THERMAL=y +# CONFIG_TI_THERMAL is not set +# CONFIG_OMAP3_THERMAL is not set +# CONFIG_OMAP4_THERMAL is not set +# CONFIG_OMAP5_THERMAL is not set +# CONFIG_DRA752_THERMAL is not set +# end of Texas Instruments thermal drivers + +# +# Samsung thermal drivers +# +CONFIG_EXYNOS_THERMAL=y +# end of Samsung thermal drivers + +# +# STMicroelectronics thermal drivers +# +CONFIG_ST_THERMAL=y +CONFIG_ST_THERMAL_MEMMAP=y +CONFIG_STM32_THERMAL=y +# end of STMicroelectronics thermal drivers + +# +# NVIDIA Tegra thermal drivers +# +CONFIG_TEGRA_SOCTHERM=m +CONFIG_TEGRA30_TSENSOR=m +# end of NVIDIA Tegra thermal drivers + +CONFIG_GENERIC_ADC_THERMAL=m + +# +# Qualcomm thermal drivers +# +CONFIG_QCOM_TSENS=y +# CONFIG_QCOM_SPMI_ADC_TM5 is not set +# CONFIG_QCOM_SPMI_TEMP_ALARM is not set +# CONFIG_QCOM_LMH is not set +# end of Qualcomm thermal drivers + +CONFIG_UNIPHIER_THERMAL=y +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# +# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +CONFIG_DA9063_WATCHDOG=m +# CONFIG_GPIO_WATCHDOG is not set +CONFIG_XILINX_WATCHDOG=y +# CONFIG_ZIIRAVE_WATCHDOG is not set +CONFIG_ARM_SP805_WATCHDOG=y +# CONFIG_ARMADA_37XX_WATCHDOG is not set +CONFIG_AT91SAM9X_WATCHDOG=y +CONFIG_SAMA5D4_WATCHDOG=y +# CONFIG_CADENCE_WATCHDOG is not set +# CONFIG_FTWDT010_WATCHDOG is not set +CONFIG_S3C2410_WATCHDOG=m +CONFIG_DW_WATCHDOG=y +# CONFIG_OMAP_WATCHDOG is not set +CONFIG_DAVINCI_WATCHDOG=m +CONFIG_ORION_WATCHDOG=y +CONFIG_RN5T618_WATCHDOG=y +CONFIG_SUNXI_WATCHDOG=y +# CONFIG_TWL4030_WATCHDOG is not set +# CONFIG_TS4800_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +CONFIG_IMX2_WDT=y +# CONFIG_IMX7ULP_WDT is not set +CONFIG_DB500_WATCHDOG=y +CONFIG_ST_LPC_WATCHDOG=y +CONFIG_TEGRA_WATCHDOG=m +CONFIG_QCOM_WDT=m +# CONFIG_MESON_GXBB_WATCHDOG is not set +CONFIG_MESON_WATCHDOG=y +CONFIG_MEDIATEK_WATCHDOG=y +CONFIG_DIGICOLOR_WATCHDOG=y +# CONFIG_ARM_SMC_WATCHDOG is not set +CONFIG_RENESAS_WDT=m +CONFIG_RENESAS_RZAWDT=m +CONFIG_RENESAS_RZN1WDT=m +# CONFIG_RENESAS_RZG2LWDT is not set +CONFIG_ASPEED_WATCHDOG=y +CONFIG_STM32_WATCHDOG=y +CONFIG_STPMIC1_WATCHDOG=y +# CONFIG_UNIPHIER_WATCHDOG is not set +CONFIG_PM8916_WATCHDOG=m +# CONFIG_SUNPLUS_WATCHDOG is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_I6300ESB_WDT is not set +CONFIG_BCM47XX_WDT=y +CONFIG_BCM2835_WDT=y +CONFIG_BCM_KONA_WDT=y +# CONFIG_BCM_KONA_WDT_DEBUG is not set +CONFIG_BCM7038_WDT=m +CONFIG_GXP_WATCHDOG=y +# CONFIG_MEN_A21_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +CONFIG_BCMA=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_SOC=y +CONFIG_BCMA_DRIVER_PCI=y +CONFIG_BCMA_SFLASH=y +CONFIG_BCMA_DRIVER_GMAC_CMN=y +CONFIG_BCMA_DRIVER_GPIO=y +# CONFIG_BCMA_DEBUG is not set + +# +# Multifunction device drivers +# +CONFIG_MFD_CORE=y +# CONFIG_MFD_ALTERA_A10SR is not set +# CONFIG_MFD_ALTERA_SYSMGR is not set +CONFIG_MFD_ACT8945A=y +CONFIG_MFD_AS3711=y +# CONFIG_MFD_SMPRO is not set +CONFIG_MFD_AS3722=y +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_AAT2870_CORE is not set +CONFIG_MFD_AT91_USART=y +CONFIG_MFD_ATMEL_FLEXCOM=y +CONFIG_MFD_ATMEL_HLCDC=m +CONFIG_MFD_ATMEL_SMC=y +CONFIG_MFD_BCM590XX=y +# CONFIG_MFD_BD9571MWV is not set +CONFIG_MFD_AC100=y +CONFIG_MFD_AXP20X=y +CONFIG_MFD_AXP20X_I2C=y +CONFIG_MFD_AXP20X_RSB=y +CONFIG_MFD_CROS_EC_DEV=m +# CONFIG_MFD_CS42L43_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_MFD_MAX5970 is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_SPI is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +CONFIG_MFD_DA9063=m +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_ENE_KB3930 is not set +# CONFIG_MFD_EXYNOS_LPASS is not set +# CONFIG_MFD_GATEWORKS_GSC is not set +# CONFIG_MFD_MC13XXX_SPI is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_MFD_HI6421_PMIC is not set +# CONFIG_MFD_HI6421_SPMI is not set +# CONFIG_MFD_HI655X_PMIC is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +CONFIG_MFD_MAX14577=y +# CONFIG_MFD_MAX77541 is not set +# CONFIG_MFD_MAX77620 is not set +# CONFIG_MFD_MAX77650 is not set +CONFIG_MFD_MAX77686=y +CONFIG_MFD_MAX77693=m +# CONFIG_MFD_MAX77714 is not set +# CONFIG_MFD_MAX77843 is not set +CONFIG_MFD_MAX8907=y +# CONFIG_MFD_MAX8925 is not set +CONFIG_MFD_MAX8997=y +CONFIG_MFD_MAX8998=y +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6370 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_OCELOT is not set +# CONFIG_EZX_PCAP is not set +CONFIG_MFD_CPCAP=y +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_NTXEC is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +CONFIG_MFD_PM8XXX=y +CONFIG_MFD_QCOM_RPM=y +CONFIG_MFD_SPMI_PMIC=y +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_RC5T583 is not set +CONFIG_MFD_RK8XX=y +CONFIG_MFD_RK8XX_I2C=y +# CONFIG_MFD_RK8XX_SPI is not set +CONFIG_MFD_RN5T618=y +CONFIG_MFD_SEC_CORE=y +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +CONFIG_ABX500_CORE=y +CONFIG_AB8500_CORE=y +CONFIG_MFD_DB8500_PRCMU=y +CONFIG_MFD_STMPE=y + +# +# STMicroelectronics STMPE Interface Drivers +# +CONFIG_STMPE_I2C=y +# CONFIG_STMPE_SPI is not set +# end of STMicroelectronics STMPE Interface Drivers + +CONFIG_MFD_SUN6I_PRCM=y +CONFIG_MFD_SYSCON=y +# CONFIG_MFD_TI_AM335X_TSCADC is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +CONFIG_MFD_OMAP_USB_HOST=y +CONFIG_MFD_PALMAS=y +# CONFIG_TPS6105X is not set +# CONFIG_TPS65010 is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=y +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TI_LP87565 is not set +CONFIG_MFD_TPS65218=y +# CONFIG_MFD_TPS65219 is not set +CONFIG_MFD_TPS6586X=y +CONFIG_MFD_TPS65910=y +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS65912_SPI is not set +# CONFIG_MFD_TPS6594_I2C is not set +# CONFIG_MFD_TPS6594_SPI is not set +CONFIG_TWL4030_CORE=y +CONFIG_TWL4030_POWER=y +# CONFIG_MFD_TWL4030_AUDIO is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TC3589X is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_LOCHNAGAR is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_ARIZONA_SPI is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM831X_SPI is not set +# CONFIG_MFD_WM8350_I2C is not set +CONFIG_MFD_WM8994=m +# CONFIG_MFD_ROHM_BD718XX is not set +# CONFIG_MFD_ROHM_BD71828 is not set +# CONFIG_MFD_ROHM_BD957XMUF is not set +CONFIG_MFD_STM32_LPTIMER=m +CONFIG_MFD_STM32_TIMERS=m +CONFIG_MFD_STPMIC1=y +CONFIG_MFD_STMFX=y +# CONFIG_MFD_ATC260X_I2C is not set +# CONFIG_MFD_KHADAS_MCU is not set +CONFIG_MFD_ACER_A500_EC=m +# CONFIG_MFD_QCOM_PM8008 is not set +CONFIG_MFD_VEXPRESS_SYSREG=y +# CONFIG_RAVE_SP_CORE is not set +# CONFIG_MFD_INTEL_M10_BMC_SPI is not set +# CONFIG_MFD_RSMU_I2C is not set +# CONFIG_MFD_RSMU_SPI is not set +# end of Multifunction device drivers + +CONFIG_REGULATOR=y +# CONFIG_REGULATOR_DEBUG is not set +CONFIG_REGULATOR_FIXED_VOLTAGE=y +# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set +# CONFIG_REGULATOR_NETLINK_EVENTS is not set +# CONFIG_REGULATOR_88PG86X is not set +CONFIG_REGULATOR_ACT8865=y +CONFIG_REGULATOR_ACT8945A=y +# CONFIG_REGULATOR_AD5398 is not set +CONFIG_REGULATOR_ANATOP=y +CONFIG_REGULATOR_AB8500=y +CONFIG_REGULATOR_ARM_SCMI=y +CONFIG_REGULATOR_AS3711=y +CONFIG_REGULATOR_AS3722=y +# CONFIG_REGULATOR_AW37503 is not set +CONFIG_REGULATOR_AXP20X=y +CONFIG_REGULATOR_BCM590XX=y +CONFIG_REGULATOR_CPCAP=y +# CONFIG_REGULATOR_CROS_EC is not set +# CONFIG_REGULATOR_DA9063 is not set +# CONFIG_REGULATOR_DA9121 is not set +CONFIG_REGULATOR_DA9210=y +# CONFIG_REGULATOR_DA9211 is not set +CONFIG_REGULATOR_DBX500_PRCMU=y +CONFIG_REGULATOR_DB8500_PRCMU=y +CONFIG_REGULATOR_FAN53555=y +# CONFIG_REGULATOR_FAN53880 is not set +CONFIG_REGULATOR_GPIO=y +# CONFIG_REGULATOR_ISL9305 is not set +# CONFIG_REGULATOR_ISL6271A is not set +# CONFIG_REGULATOR_LP3971 is not set +# CONFIG_REGULATOR_LP3972 is not set +CONFIG_REGULATOR_LP872X=y +# CONFIG_REGULATOR_LP8755 is not set +# CONFIG_REGULATOR_LTC3589 is not set +# CONFIG_REGULATOR_LTC3676 is not set +CONFIG_REGULATOR_MAX14577=m +# CONFIG_REGULATOR_MAX1586 is not set +# CONFIG_REGULATOR_MAX77503 is not set +# CONFIG_REGULATOR_MAX77857 is not set +# CONFIG_REGULATOR_MAX8649 is not set +# CONFIG_REGULATOR_MAX8660 is not set +# CONFIG_REGULATOR_MAX8893 is not set +CONFIG_REGULATOR_MAX8907=y +CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_MAX8973=y +CONFIG_REGULATOR_MAX8997=m +CONFIG_REGULATOR_MAX8998=m +# CONFIG_REGULATOR_MAX20086 is not set +# CONFIG_REGULATOR_MAX20411 is not set +CONFIG_REGULATOR_MAX77686=y +CONFIG_REGULATOR_MAX77693=m +CONFIG_REGULATOR_MAX77802=y +# CONFIG_REGULATOR_MAX77826 is not set +# CONFIG_REGULATOR_MCP16502 is not set +# CONFIG_REGULATOR_MP5416 is not set +# CONFIG_REGULATOR_MP8859 is not set +# CONFIG_REGULATOR_MP886X is not set +# CONFIG_REGULATOR_MPQ7920 is not set +# CONFIG_REGULATOR_MT6311 is not set +# CONFIG_REGULATOR_MT6315 is not set +CONFIG_REGULATOR_PALMAS=y +CONFIG_REGULATOR_PBIAS=y +# CONFIG_REGULATOR_PCA9450 is not set +# CONFIG_REGULATOR_PF8X00 is not set +# CONFIG_REGULATOR_PFUZE100 is not set +# CONFIG_REGULATOR_PV88060 is not set +# CONFIG_REGULATOR_PV88080 is not set +# CONFIG_REGULATOR_PV88090 is not set +CONFIG_REGULATOR_PWM=y +# CONFIG_REGULATOR_QCOM_REFGEN is not set +CONFIG_REGULATOR_QCOM_RPM=y +# CONFIG_REGULATOR_QCOM_RPMH is not set +CONFIG_REGULATOR_QCOM_SMD_RPM=y +CONFIG_REGULATOR_QCOM_SPMI=y +# CONFIG_REGULATOR_QCOM_USB_VBUS is not set +# CONFIG_REGULATOR_RAA215300 is not set +# CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set +CONFIG_REGULATOR_RK808=y +CONFIG_REGULATOR_RN5T618=y +# CONFIG_REGULATOR_RT4801 is not set +# CONFIG_REGULATOR_RT4803 is not set +# CONFIG_REGULATOR_RT5190A is not set +# CONFIG_REGULATOR_RT5739 is not set +# CONFIG_REGULATOR_RT5759 is not set +# CONFIG_REGULATOR_RT6160 is not set +# CONFIG_REGULATOR_RT6190 is not set +# CONFIG_REGULATOR_RT6245 is not set +# CONFIG_REGULATOR_RTQ2134 is not set +# CONFIG_REGULATOR_RTMV20 is not set +# CONFIG_REGULATOR_RTQ6752 is not set +# CONFIG_REGULATOR_RTQ2208 is not set +CONFIG_REGULATOR_S2MPA01=m +CONFIG_REGULATOR_S2MPS11=y +CONFIG_REGULATOR_S5M8767=y +# CONFIG_REGULATOR_SLG51000 is not set +CONFIG_REGULATOR_STM32_BOOSTER=m +CONFIG_REGULATOR_STM32_VREFBUF=m +CONFIG_REGULATOR_STM32_PWR=y +CONFIG_REGULATOR_STPMIC1=y +CONFIG_REGULATOR_TI_ABB=y +# CONFIG_REGULATOR_SY8106A is not set +# CONFIG_REGULATOR_SY8824X is not set +# CONFIG_REGULATOR_SY8827N is not set +CONFIG_REGULATOR_TPS51632=y +CONFIG_REGULATOR_TPS62360=y +# CONFIG_REGULATOR_TPS6286X is not set +# CONFIG_REGULATOR_TPS6287X is not set +# CONFIG_REGULATOR_TPS65023 is not set +# CONFIG_REGULATOR_TPS6507X is not set +CONFIG_REGULATOR_TPS65090=y +# CONFIG_REGULATOR_TPS65132 is not set +CONFIG_REGULATOR_TPS65217=y +CONFIG_REGULATOR_TPS65218=y +# CONFIG_REGULATOR_TPS6524X is not set +CONFIG_REGULATOR_TPS6586X=y +CONFIG_REGULATOR_TPS65910=y +CONFIG_REGULATOR_TWL4030=y +CONFIG_REGULATOR_UNIPHIER=y +# CONFIG_REGULATOR_VCTRL is not set +CONFIG_REGULATOR_VEXPRESS=y +# CONFIG_REGULATOR_VQMMC_IPQ4019 is not set +CONFIG_REGULATOR_WM8994=m +# CONFIG_REGULATOR_QCOM_LABIBB is not set +# CONFIG_RC_CORE is not set +CONFIG_CEC_CORE=y +CONFIG_CEC_NOTIFIER=y + +# +# CEC support +# +CONFIG_MEDIA_CEC_SUPPORT=y +# CONFIG_CEC_CH7322 is not set +# CONFIG_CEC_CROS_EC is not set +# CONFIG_CEC_MESON_AO is not set +# CONFIG_CEC_MESON_G12A_AO is not set +CONFIG_CEC_SAMSUNG_S5P=m +# CONFIG_CEC_STI is not set +CONFIG_CEC_STM32=m +# CONFIG_CEC_TEGRA is not set +# CONFIG_USB_PULSE8_CEC is not set +# CONFIG_USB_RAINSHADOW_CEC is not set +# end of CEC support + +CONFIG_MEDIA_SUPPORT=m +# CONFIG_MEDIA_SUPPORT_FILTER is not set +# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set + +# +# Media device types +# +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_SDR_SUPPORT=y +CONFIG_MEDIA_PLATFORM_SUPPORT=y +CONFIG_MEDIA_TEST_SUPPORT=y +# end of Media device types + +# +# Media core support +# +CONFIG_VIDEO_DEV=m +CONFIG_MEDIA_CONTROLLER=y +CONFIG_DVB_CORE=m +# end of Media core support + +# +# Video4Linux options +# +CONFIG_VIDEO_V4L2_I2C=y +CONFIG_VIDEO_V4L2_SUBDEV_API=y +# CONFIG_VIDEO_ADV_DEBUG is not set +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_V4L2_H264=m +CONFIG_V4L2_MEM2MEM_DEV=m +# CONFIG_V4L2_FLASH_LED_CLASS is not set +CONFIG_V4L2_FWNODE=m +CONFIG_V4L2_ASYNC=m +# end of Video4Linux options + +# +# Media controller options +# +# CONFIG_MEDIA_CONTROLLER_DVB is not set +# end of Media controller options + +# +# Digital TV options +# +# CONFIG_DVB_MMAP is not set +CONFIG_DVB_NET=y +CONFIG_DVB_MAX_ADAPTERS=16 +CONFIG_DVB_DYNAMIC_MINORS=y +# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set +# CONFIG_DVB_ULE_DEBUG is not set +# end of Digital TV options + +# +# Media drivers +# + +# +# Media drivers +# +CONFIG_MEDIA_USB_SUPPORT=y + +# +# Webcam devices +# +# CONFIG_USB_GSPCA is not set +# CONFIG_USB_PWC is not set +# CONFIG_USB_S2255 is not set +# CONFIG_VIDEO_USBTV is not set +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y + +# +# Analog TV USB devices +# +# CONFIG_VIDEO_GO7007 is not set +# CONFIG_VIDEO_HDPVR is not set +# CONFIG_VIDEO_PVRUSB2 is not set +# CONFIG_VIDEO_STK1160 is not set + +# +# Analog/digital TV USB devices +# +# CONFIG_VIDEO_AU0828 is not set +# CONFIG_VIDEO_CX231XX is not set + +# +# Digital TV USB devices +# +# CONFIG_DVB_AS102 is not set +# CONFIG_DVB_B2C2_FLEXCOP_USB is not set +# CONFIG_DVB_USB_V2 is not set +# CONFIG_SMS_USB_DRV is not set +# CONFIG_DVB_TTUSB_BUDGET is not set +# CONFIG_DVB_TTUSB_DEC is not set + +# +# Webcam, TV (analog/digital) USB devices +# +# CONFIG_VIDEO_EM28XX is not set + +# +# Software defined radio USB devices +# +# CONFIG_USB_AIRSPY is not set +# CONFIG_USB_HACKRF is not set +# CONFIG_USB_MSI2500 is not set +# CONFIG_MEDIA_PCI_SUPPORT is not set +CONFIG_RADIO_ADAPTERS=m +# CONFIG_RADIO_MAXIRADIO is not set +# CONFIG_RADIO_SAA7706H is not set +# CONFIG_RADIO_SHARK is not set +# CONFIG_RADIO_SHARK2 is not set +# CONFIG_RADIO_SI4713 is not set +# CONFIG_RADIO_TEA5764 is not set +# CONFIG_RADIO_TEF6862 is not set +# CONFIG_RADIO_WL1273 is not set +# CONFIG_USB_DSBR is not set +# CONFIG_USB_KEENE is not set +# CONFIG_USB_MA901 is not set +# CONFIG_USB_MR800 is not set +# CONFIG_USB_RAREMONO is not set +# CONFIG_RADIO_SI470X is not set +CONFIG_MEDIA_PLATFORM_DRIVERS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +# CONFIG_SDR_PLATFORM_DRIVERS is not set +# CONFIG_DVB_PLATFORM_DRIVERS is not set +CONFIG_V4L_MEM2MEM_DRIVERS=y +# CONFIG_VIDEO_MEM2MEM_DEINTERLACE is not set +# CONFIG_VIDEO_MUX is not set + +# +# Allegro DVT media platform drivers +# + +# +# Amlogic media platform drivers +# +# CONFIG_VIDEO_MESON_GE2D is not set + +# +# Amphion drivers +# +# CONFIG_VIDEO_AMPHION_VPU is not set + +# +# Aspeed media platform drivers +# +CONFIG_VIDEO_ASPEED=m + +# +# Atmel media platform drivers +# +CONFIG_VIDEO_ATMEL_ISI=m + +# +# Cadence media platform drivers +# +# CONFIG_VIDEO_CADENCE_CSI2RX is not set +# CONFIG_VIDEO_CADENCE_CSI2TX is not set + +# +# Chips&Media media platform drivers +# +# CONFIG_VIDEO_CODA is not set + +# +# Intel media platform drivers +# + +# +# Marvell media platform drivers +# +# CONFIG_VIDEO_CAFE_CCIC is not set +CONFIG_VIDEO_MMP_CAMERA=m + +# +# Mediatek media platform drivers +# +# CONFIG_VIDEO_MEDIATEK_VPU is not set + +# +# Microchip Technology, Inc. media platform drivers +# +CONFIG_VIDEO_MICROCHIP_ISC=m +CONFIG_VIDEO_MICROCHIP_XISC=m +CONFIG_VIDEO_MICROCHIP_ISC_BASE=m +CONFIG_VIDEO_MICROCHIP_CSI2DC=m + +# +# Nuvoton media platform drivers +# + +# +# NVidia media platform drivers +# +CONFIG_VIDEO_TEGRA_VDE=m + +# +# NXP media platform drivers +# +# CONFIG_VIDEO_IMX7_CSI is not set +# CONFIG_VIDEO_IMX8MQ_MIPI_CSI2 is not set +# CONFIG_VIDEO_IMX_MIPI_CSIS is not set +# CONFIG_VIDEO_IMX8_ISI is not set +# CONFIG_VIDEO_IMX_PXP is not set +# CONFIG_VIDEO_DW100 is not set +# CONFIG_VIDEO_IMX8_JPEG is not set + +# +# Qualcomm media platform drivers +# + +# +# Renesas media platform drivers +# +CONFIG_VIDEO_RENESAS_CEU=m +# CONFIG_VIDEO_RCAR_ISP is not set +# CONFIG_VIDEO_RCAR_CSI2 is not set +CONFIG_VIDEO_RCAR_VIN=m +# CONFIG_VIDEO_RZG2L_CSI2 is not set +# CONFIG_VIDEO_RZG2L_CRU is not set +# CONFIG_VIDEO_RENESAS_FCP is not set +CONFIG_VIDEO_RENESAS_FDP1=m +CONFIG_VIDEO_RENESAS_JPU=m +CONFIG_VIDEO_RENESAS_VSP1=m + +# +# Rockchip media platform drivers +# +# CONFIG_VIDEO_ROCKCHIP_RGA is not set +# CONFIG_VIDEO_ROCKCHIP_ISP1 is not set + +# +# Samsung media platform drivers +# +CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m +CONFIG_VIDEO_SAMSUNG_EXYNOS4_IS=m +CONFIG_VIDEO_EXYNOS4_IS_COMMON=m +CONFIG_VIDEO_S5P_FIMC=m +CONFIG_VIDEO_S5P_MIPI_CSIS=m +CONFIG_VIDEO_EXYNOS_FIMC_LITE=m +CONFIG_VIDEO_EXYNOS4_FIMC_IS=m +CONFIG_VIDEO_EXYNOS4_ISP_DMA_CAPTURE=y +# CONFIG_VIDEO_SAMSUNG_S5P_G2D is not set +CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m +CONFIG_VIDEO_SAMSUNG_S5P_MFC=m + +# +# STMicroelectronics media platform drivers +# +CONFIG_VIDEO_STI_BDISP=m +CONFIG_VIDEO_STI_DELTA=m +CONFIG_VIDEO_STI_DELTA_MJPEG=y +CONFIG_VIDEO_STI_DELTA_DRIVER=m +CONFIG_VIDEO_STI_HVA=m +# CONFIG_VIDEO_STI_HVA_DEBUGFS is not set +CONFIG_VIDEO_STM32_DCMI=m +CONFIG_VIDEO_STM32_DCMIPP=m +# CONFIG_VIDEO_STM32_DMA2D is not set + +# +# Sunxi media platform drivers +# +# CONFIG_VIDEO_SUN4I_CSI is not set +# CONFIG_VIDEO_SUN6I_CSI is not set +# CONFIG_VIDEO_SUN6I_MIPI_CSI2 is not set +# CONFIG_VIDEO_SUN8I_A83T_MIPI_CSI2 is not set +# CONFIG_VIDEO_SUN8I_DEINTERLACE is not set +# CONFIG_VIDEO_SUN8I_ROTATE is not set + +# +# Texas Instruments drivers +# +# CONFIG_VIDEO_TI_CAL is not set +# CONFIG_VIDEO_TI_VPE is not set +# CONFIG_VIDEO_AM437X_VPFE is not set +# CONFIG_VIDEO_OMAP3 is not set + +# +# Verisilicon media platform drivers +# +# CONFIG_VIDEO_HANTRO is not set + +# +# VIA media platform drivers +# + +# +# Xilinx media platform drivers +# +# CONFIG_VIDEO_XILINX is not set + +# +# MMC/SDIO DVB adapters +# +# CONFIG_SMS_SDIO_DRV is not set +CONFIG_V4L_TEST_DRIVERS=y +# CONFIG_VIDEO_VIM2M is not set +# CONFIG_VIDEO_VICODEC is not set +# CONFIG_VIDEO_VIMC is not set +CONFIG_VIDEO_VIVID=m +# CONFIG_VIDEO_VIVID_CEC is not set +CONFIG_VIDEO_VIVID_MAX_DEVS=64 +# CONFIG_VIDEO_VISL is not set +# CONFIG_DVB_TEST_DRIVERS is not set +CONFIG_UVC_COMMON=m +CONFIG_VIDEO_V4L2_TPG=m +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_V4L2=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_VMALLOC=m +CONFIG_VIDEOBUF2_DMA_SG=m +# end of Media drivers + +# +# Media ancillary drivers +# +CONFIG_MEDIA_ATTACH=y +CONFIG_VIDEO_CAMERA_SENSOR=y +# CONFIG_VIDEO_ALVIUM_CSI2 is not set +# CONFIG_VIDEO_AR0521 is not set +# CONFIG_VIDEO_GC0308 is not set +# CONFIG_VIDEO_GC2145 is not set +# CONFIG_VIDEO_HI556 is not set +# CONFIG_VIDEO_HI846 is not set +# CONFIG_VIDEO_HI847 is not set +# CONFIG_VIDEO_IMX208 is not set +# CONFIG_VIDEO_IMX214 is not set +# CONFIG_VIDEO_IMX219 is not set +# CONFIG_VIDEO_IMX258 is not set +# CONFIG_VIDEO_IMX274 is not set +# CONFIG_VIDEO_IMX290 is not set +# CONFIG_VIDEO_IMX296 is not set +# CONFIG_VIDEO_IMX319 is not set +# CONFIG_VIDEO_IMX334 is not set +# CONFIG_VIDEO_IMX335 is not set +# CONFIG_VIDEO_IMX355 is not set +# CONFIG_VIDEO_IMX412 is not set +# CONFIG_VIDEO_IMX415 is not set +# CONFIG_VIDEO_MT9M001 is not set +# CONFIG_VIDEO_MT9M111 is not set +# CONFIG_VIDEO_MT9M114 is not set +# CONFIG_VIDEO_MT9P031 is not set +# CONFIG_VIDEO_MT9T112 is not set +# CONFIG_VIDEO_MT9V011 is not set +# CONFIG_VIDEO_MT9V032 is not set +# CONFIG_VIDEO_MT9V111 is not set +# CONFIG_VIDEO_OG01A1B is not set +# CONFIG_VIDEO_OV01A10 is not set +# CONFIG_VIDEO_OV02A10 is not set +# CONFIG_VIDEO_OV08D10 is not set +# CONFIG_VIDEO_OV08X40 is not set +# CONFIG_VIDEO_OV13858 is not set +# CONFIG_VIDEO_OV13B10 is not set +# CONFIG_VIDEO_OV2640 is not set +# CONFIG_VIDEO_OV2659 is not set +# CONFIG_VIDEO_OV2680 is not set +# CONFIG_VIDEO_OV2685 is not set +# CONFIG_VIDEO_OV4689 is not set +# CONFIG_VIDEO_OV5640 is not set +# CONFIG_VIDEO_OV5645 is not set +# CONFIG_VIDEO_OV5647 is not set +# CONFIG_VIDEO_OV5648 is not set +# CONFIG_VIDEO_OV5670 is not set +# CONFIG_VIDEO_OV5675 is not set +# CONFIG_VIDEO_OV5693 is not set +# CONFIG_VIDEO_OV5695 is not set +# CONFIG_VIDEO_OV64A40 is not set +# CONFIG_VIDEO_OV6650 is not set +# CONFIG_VIDEO_OV7251 is not set +# CONFIG_VIDEO_OV7640 is not set +# CONFIG_VIDEO_OV7670 is not set +# CONFIG_VIDEO_OV772X is not set +# CONFIG_VIDEO_OV7740 is not set +# CONFIG_VIDEO_OV8856 is not set +# CONFIG_VIDEO_OV8858 is not set +# CONFIG_VIDEO_OV8865 is not set +# CONFIG_VIDEO_OV9282 is not set +# CONFIG_VIDEO_OV9640 is not set +# CONFIG_VIDEO_OV9650 is not set +# CONFIG_VIDEO_RDACM20 is not set +# CONFIG_VIDEO_RDACM21 is not set +# CONFIG_VIDEO_RJ54N1 is not set +CONFIG_VIDEO_S5C73M3=m +# CONFIG_VIDEO_S5K5BAF is not set +CONFIG_VIDEO_S5K6A3=m +# CONFIG_VIDEO_ST_VGXY61 is not set +# CONFIG_VIDEO_CCS is not set +# CONFIG_VIDEO_ET8EK8 is not set + +# +# Camera ISPs +# +# CONFIG_VIDEO_THP7312 is not set +# end of Camera ISPs + +# +# Lens drivers +# +# CONFIG_VIDEO_AD5820 is not set +# CONFIG_VIDEO_AK7375 is not set +# CONFIG_VIDEO_DW9714 is not set +# CONFIG_VIDEO_DW9719 is not set +# CONFIG_VIDEO_DW9768 is not set +# CONFIG_VIDEO_DW9807_VCM is not set +# end of Lens drivers + +# +# Flash devices +# +# CONFIG_VIDEO_ADP1653 is not set +# CONFIG_VIDEO_LM3560 is not set +# CONFIG_VIDEO_LM3646 is not set +# end of Flash devices + +# +# Audio decoders, processors and mixers +# +# CONFIG_VIDEO_CS3308 is not set +# CONFIG_VIDEO_CS5345 is not set +# CONFIG_VIDEO_CS53L32A is not set +# CONFIG_VIDEO_MSP3400 is not set +# CONFIG_VIDEO_SONY_BTF_MPX is not set +# CONFIG_VIDEO_TDA1997X is not set +# CONFIG_VIDEO_TDA7432 is not set +# CONFIG_VIDEO_TDA9840 is not set +# CONFIG_VIDEO_TEA6415C is not set +# CONFIG_VIDEO_TEA6420 is not set +# CONFIG_VIDEO_TLV320AIC23B is not set +# CONFIG_VIDEO_TVAUDIO is not set +# CONFIG_VIDEO_UDA1342 is not set +# CONFIG_VIDEO_VP27SMPX is not set +# CONFIG_VIDEO_WM8739 is not set +# CONFIG_VIDEO_WM8775 is not set +# end of Audio decoders, processors and mixers + +# +# RDS decoders +# +# CONFIG_VIDEO_SAA6588 is not set +# end of RDS decoders + +# +# Video decoders +# +CONFIG_VIDEO_ADV7180=m +# CONFIG_VIDEO_ADV7183 is not set +# CONFIG_VIDEO_ADV748X is not set +CONFIG_VIDEO_ADV7604=m +CONFIG_VIDEO_ADV7604_CEC=y +# CONFIG_VIDEO_ADV7842 is not set +# CONFIG_VIDEO_BT819 is not set +# CONFIG_VIDEO_BT856 is not set +# CONFIG_VIDEO_BT866 is not set +# CONFIG_VIDEO_ISL7998X is not set +# CONFIG_VIDEO_KS0127 is not set +# CONFIG_VIDEO_MAX9286 is not set +CONFIG_VIDEO_ML86V7667=m +# CONFIG_VIDEO_SAA7110 is not set +# CONFIG_VIDEO_SAA711X is not set +# CONFIG_VIDEO_TC358743 is not set +# CONFIG_VIDEO_TC358746 is not set +# CONFIG_VIDEO_TVP514X is not set +# CONFIG_VIDEO_TVP5150 is not set +# CONFIG_VIDEO_TVP7002 is not set +# CONFIG_VIDEO_TW2804 is not set +# CONFIG_VIDEO_TW9900 is not set +# CONFIG_VIDEO_TW9903 is not set +# CONFIG_VIDEO_TW9906 is not set +# CONFIG_VIDEO_TW9910 is not set +# CONFIG_VIDEO_VPX3220 is not set + +# +# Video and audio decoders +# +# CONFIG_VIDEO_SAA717X is not set +# CONFIG_VIDEO_CX25840 is not set +# end of Video decoders + +# +# Video encoders +# +# CONFIG_VIDEO_ADV7170 is not set +# CONFIG_VIDEO_ADV7175 is not set +# CONFIG_VIDEO_ADV7343 is not set +# CONFIG_VIDEO_ADV7393 is not set +# CONFIG_VIDEO_AK881X is not set +# CONFIG_VIDEO_SAA7127 is not set +# CONFIG_VIDEO_SAA7185 is not set +# CONFIG_VIDEO_THS8200 is not set +# end of Video encoders + +# +# Video improvement chips +# +# CONFIG_VIDEO_UPD64031A is not set +# CONFIG_VIDEO_UPD64083 is not set +# end of Video improvement chips + +# +# Audio/Video compression chips +# +# CONFIG_VIDEO_SAA6752HS is not set +# end of Audio/Video compression chips + +# +# SDR tuner chips +# +# CONFIG_SDR_MAX2175 is not set +# end of SDR tuner chips + +# +# Miscellaneous helper chips +# +# CONFIG_VIDEO_I2C is not set +# CONFIG_VIDEO_M52790 is not set +# CONFIG_VIDEO_ST_MIPID02 is not set +# CONFIG_VIDEO_THS7303 is not set +# end of Miscellaneous helper chips + +# +# Video serializers and deserializers +# +# CONFIG_VIDEO_DS90UB913 is not set +# CONFIG_VIDEO_DS90UB953 is not set +# CONFIG_VIDEO_DS90UB960 is not set +# end of Video serializers and deserializers + +# +# Media SPI Adapters +# +CONFIG_CXD2880_SPI_DRV=m +# CONFIG_VIDEO_GS1662 is not set +# end of Media SPI Adapters + +CONFIG_MEDIA_TUNER=m + +# +# Customize TV tuners +# +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_IT913X=m +CONFIG_MEDIA_TUNER_M88RS6000T=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MSI001=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MXL301RF=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_QM1D1B0004=m +CONFIG_MEDIA_TUNER_QM1D1C0042=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_R820T=m +CONFIG_MEDIA_TUNER_SI2157=m +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18250=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_XC5000=m +# end of Customize TV tuners + +# +# Customise DVB Frontends +# + +# +# Multistandard (satellite) frontends +# +CONFIG_DVB_M88DS3103=m +CONFIG_DVB_MXL5XX=m +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV0910=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_STV6111=m + +# +# Multistandard (cable + terrestrial) frontends +# +CONFIG_DVB_DRXK=m +CONFIG_DVB_MN88472=m +CONFIG_DVB_MN88473=m +CONFIG_DVB_SI2165=m +CONFIG_DVB_TDA18271C2DD=m + +# +# DVB-S (satellite) frontends +# +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24117=m +CONFIG_DVB_CX24120=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_DS3000=m +CONFIG_DVB_MB86A16=m +CONFIG_DVB_MT312=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_TDA10071=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TS2020=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TUNER_ITD1000=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m + +# +# DVB-T (terrestrial) frontends +# +CONFIG_DVB_AF9013=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_CXD2841ER=m +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB9000=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_EC100=m +CONFIG_DVB_L64781=m +CONFIG_DVB_MT352=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_RTL2830=m +CONFIG_DVB_RTL2832=m +CONFIG_DVB_RTL2832_SDR=m +CONFIG_DVB_S5H1432=m +CONFIG_DVB_SI2168=m +CONFIG_DVB_SP887X=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_ZD1301_DEMOD=m +CONFIG_DVB_ZL10353=m +CONFIG_DVB_CXD2880=m + +# +# DVB-C (cable) frontends +# +CONFIG_DVB_STV0297=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_VES1820=m + +# +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends +# +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_BCM3510=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LGDT3306A=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_MXL692=m +CONFIG_DVB_NXT200X=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_S5H1411=m + +# +# ISDB-T (terrestrial) frontends +# +CONFIG_DVB_DIB8000=m +CONFIG_DVB_MB86A20S=m +CONFIG_DVB_S921=m + +# +# ISDB-S (satellite) & ISDB-T (terrestrial) frontends +# +CONFIG_DVB_MN88443X=m +CONFIG_DVB_TC90522=m + +# +# Digital terrestrial only tuners/PLL +# +CONFIG_DVB_PLL=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m + +# +# SEC control devices for DVB-S +# +CONFIG_DVB_A8293=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_ASCOT2E=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_HELENE=m +CONFIG_DVB_HORUS3A=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_LGS8GL5=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_LNBH25=m +CONFIG_DVB_LNBH29=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_DRX39XYJ=m + +# +# Common Interface (EN50221) controller drivers +# +CONFIG_DVB_CXD2099=m +CONFIG_DVB_SP2=m +# end of Customise DVB Frontends + +# +# Tools to develop new frontends +# +# CONFIG_DVB_DUMMY_FE is not set +# end of Media ancillary drivers + +# +# Graphics support +# +CONFIG_APERTURE_HELPERS=y +CONFIG_VIDEO_CMDLINE=y +CONFIG_VIDEO_NOMODESET=y +# CONFIG_AUXDISPLAY is not set +CONFIG_TEGRA_HOST1X_CONTEXT_BUS=y +CONFIG_TEGRA_HOST1X=y +CONFIG_TEGRA_HOST1X_FIREWALL=y +CONFIG_IMX_IPUV3_CORE=m +CONFIG_DRM=y +CONFIG_DRM_MIPI_DSI=y +# CONFIG_DRM_DEBUG_MM is not set +CONFIG_DRM_KMS_HELPER=y +# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set +CONFIG_DRM_FBDEV_EMULATION=y +CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set +# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +CONFIG_DRM_DP_AUX_BUS=y +CONFIG_DRM_DISPLAY_HELPER=y +CONFIG_DRM_DISPLAY_DP_HELPER=y +CONFIG_DRM_DISPLAY_HDMI_HELPER=y +# CONFIG_DRM_DP_AUX_CHARDEV is not set +# CONFIG_DRM_DP_CEC is not set +CONFIG_DRM_TTM=m +CONFIG_DRM_EXEC=m +CONFIG_DRM_GPUVM=m +CONFIG_DRM_TTM_HELPER=m +CONFIG_DRM_GEM_DMA_HELPER=m +CONFIG_DRM_GEM_SHMEM_HELPER=m +CONFIG_DRM_SCHED=m + +# +# I2C encoder or helper chips +# +# CONFIG_DRM_I2C_CH7006 is not set +# CONFIG_DRM_I2C_SIL164 is not set +CONFIG_DRM_I2C_NXP_TDA998X=m +# CONFIG_DRM_I2C_NXP_TDA9950 is not set +# end of I2C encoder or helper chips + +# +# ARM devices +# +# CONFIG_DRM_HDLCD is not set +# CONFIG_DRM_MALI_DISPLAY is not set +# CONFIG_DRM_KOMEDA is not set +# end of ARM devices + +# CONFIG_DRM_RADEON is not set +# CONFIG_DRM_AMDGPU is not set +CONFIG_DRM_NOUVEAU=m +CONFIG_NOUVEAU_PLATFORM_DRIVER=y +CONFIG_NOUVEAU_DEBUG=5 +CONFIG_NOUVEAU_DEBUG_DEFAULT=3 +# CONFIG_NOUVEAU_DEBUG_MMU is not set +# CONFIG_NOUVEAU_DEBUG_PUSH is not set +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +# CONFIG_DRM_NOUVEAU_GSP_DEFAULT is not set +# CONFIG_DRM_VGEM is not set +# CONFIG_DRM_VKMS is not set +CONFIG_DRM_EXYNOS=m + +# +# CRTCs +# +CONFIG_DRM_EXYNOS_FIMD=y +# CONFIG_DRM_EXYNOS5433_DECON is not set +# CONFIG_DRM_EXYNOS7_DECON is not set +CONFIG_DRM_EXYNOS_MIXER=y +# CONFIG_DRM_EXYNOS_VIDI is not set + +# +# Encoders and Bridges +# +CONFIG_DRM_EXYNOS_DPI=y +CONFIG_DRM_EXYNOS_DSI=y +CONFIG_DRM_EXYNOS_DP=y +CONFIG_DRM_EXYNOS_HDMI=y + +# +# Sub-drivers +# +# CONFIG_DRM_EXYNOS_G2D is not set +# CONFIG_DRM_EXYNOS_FIMC is not set +# CONFIG_DRM_EXYNOS_ROTATOR is not set +# CONFIG_DRM_EXYNOS_SCALER is not set +CONFIG_DRM_ROCKCHIP=m +CONFIG_ROCKCHIP_VOP=y +# CONFIG_ROCKCHIP_VOP2 is not set +CONFIG_ROCKCHIP_ANALOGIX_DP=y +# CONFIG_ROCKCHIP_CDN_DP is not set +CONFIG_ROCKCHIP_DW_HDMI=y +CONFIG_ROCKCHIP_DW_MIPI_DSI=y +CONFIG_ROCKCHIP_INNO_HDMI=y +# CONFIG_ROCKCHIP_LVDS is not set +# CONFIG_ROCKCHIP_RGB is not set +# CONFIG_ROCKCHIP_RK3066_HDMI is not set +# CONFIG_DRM_UDL is not set +# CONFIG_DRM_AST is not set +# CONFIG_DRM_MGAG200 is not set +# CONFIG_DRM_ARMADA is not set +CONFIG_DRM_ATMEL_HLCDC=m +CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_USE_CMM=y +CONFIG_DRM_RCAR_CMM=m +# CONFIG_DRM_RCAR_DW_HDMI is not set +CONFIG_DRM_RCAR_USE_LVDS=y +CONFIG_DRM_RCAR_LVDS=m +CONFIG_DRM_RCAR_USE_MIPI_DSI=y +CONFIG_DRM_RCAR_MIPI_DSI=m +# CONFIG_DRM_RZG2L_MIPI_DSI is not set +# CONFIG_DRM_RCAR_VSP is not set +# CONFIG_DRM_SHMOBILE is not set +CONFIG_DRM_SUN4I=m +CONFIG_DRM_SUN4I_HDMI=m +# CONFIG_DRM_SUN4I_HDMI_CEC is not set +CONFIG_DRM_SUN4I_BACKEND=m +CONFIG_DRM_SUN6I_DSI=m +CONFIG_DRM_SUN8I_DW_HDMI=m +CONFIG_DRM_SUN8I_MIXER=m +CONFIG_DRM_SUN8I_TCON_TOP=m +CONFIG_DRM_OMAP=m +# CONFIG_OMAP2_DSS_DEBUG is not set +# CONFIG_OMAP2_DSS_DEBUGFS is not set +CONFIG_OMAP2_DSS_DPI=y +CONFIG_OMAP2_DSS_VENC=y +CONFIG_OMAP2_DSS_HDMI_COMMON=y +CONFIG_OMAP4_DSS_HDMI=y +CONFIG_OMAP4_DSS_HDMI_CEC=y +CONFIG_OMAP5_DSS_HDMI=y +# CONFIG_OMAP2_DSS_SDI is not set +# CONFIG_OMAP2_DSS_DSI is not set +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0 +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET=y +# CONFIG_DRM_TILCDC is not set +# CONFIG_DRM_QXL is not set +# CONFIG_DRM_VIRTIO_GPU is not set +CONFIG_DRM_MSM=m +CONFIG_DRM_MSM_GPU_STATE=y +# CONFIG_DRM_MSM_GPU_SUDO is not set +CONFIG_DRM_MSM_MDSS=y +CONFIG_DRM_MSM_MDP4=y +CONFIG_DRM_MSM_MDP5=y +CONFIG_DRM_MSM_DPU=y +CONFIG_DRM_MSM_DP=y +CONFIG_DRM_MSM_DSI=y +CONFIG_DRM_MSM_DSI_28NM_PHY=y +CONFIG_DRM_MSM_DSI_20NM_PHY=y +CONFIG_DRM_MSM_DSI_28NM_8960_PHY=y +CONFIG_DRM_MSM_DSI_14NM_PHY=y +CONFIG_DRM_MSM_DSI_10NM_PHY=y +CONFIG_DRM_MSM_DSI_7NM_PHY=y +CONFIG_DRM_MSM_HDMI=y +CONFIG_DRM_MSM_HDMI_HDCP=y +CONFIG_DRM_FSL_DCU=m +CONFIG_DRM_TEGRA=y +# CONFIG_DRM_TEGRA_DEBUG is not set +# CONFIG_DRM_TEGRA_STAGING is not set +CONFIG_DRM_STM=m +CONFIG_DRM_STM_DSI=m +CONFIG_DRM_PANEL=y + +# +# Display Panels +# +# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set +# CONFIG_DRM_PANEL_ARM_VERSATILE is not set +# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set +# CONFIG_DRM_PANEL_AUO_A030JTN01 is not set +# CONFIG_DRM_PANEL_BOE_BF060Y8M_AJ0 is not set +# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set +# CONFIG_DRM_PANEL_BOE_TV101WUM_NL6 is not set +# CONFIG_DRM_PANEL_DSI_CM is not set +CONFIG_DRM_PANEL_LVDS=m +CONFIG_DRM_PANEL_SIMPLE=y +CONFIG_DRM_PANEL_EDP=y +# CONFIG_DRM_PANEL_EBBG_FT8719 is not set +# CONFIG_DRM_PANEL_ELIDA_KD35T133 is not set +# CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02 is not set +# CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D is not set +# CONFIG_DRM_PANEL_HIMAX_HX8394 is not set +# CONFIG_DRM_PANEL_ILITEK_IL9322 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9341 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9805 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9881C is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9882T is not set +# CONFIG_DRM_PANEL_INNOLUX_EJ030NA is not set +# CONFIG_DRM_PANEL_INNOLUX_P079ZCA is not set +# CONFIG_DRM_PANEL_JADARD_JD9365DA_H3 is not set +# CONFIG_DRM_PANEL_JDI_LT070ME05000 is not set +# CONFIG_DRM_PANEL_JDI_LPM102A188A is not set +# CONFIG_DRM_PANEL_JDI_R63452 is not set +# CONFIG_DRM_PANEL_KHADAS_TS050 is not set +# CONFIG_DRM_PANEL_KINGDISPLAY_KD097D04 is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK050H3146W is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK500HD1829 is not set +CONFIG_DRM_PANEL_SAMSUNG_LD9040=m +# CONFIG_DRM_PANEL_LG_LB035Q02 is not set +# CONFIG_DRM_PANEL_LG_LG4573 is not set +# CONFIG_DRM_PANEL_MAGNACHIP_D53E6EA8966 is not set +# CONFIG_DRM_PANEL_NEC_NL8048HL11 is not set +# CONFIG_DRM_PANEL_NEWVISION_NV3051D is not set +# CONFIG_DRM_PANEL_NEWVISION_NV3052C is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35510 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35560 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35950 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT36523 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT36672A is not set +# CONFIG_DRM_PANEL_NOVATEK_NT39016 is not set +# CONFIG_DRM_PANEL_MANTIX_MLAF057WE51 is not set +# CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO is not set +# CONFIG_DRM_PANEL_ORISETECH_OTA5601A is not set +CONFIG_DRM_PANEL_ORISETECH_OTM8009A=m +# CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS is not set +# CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 is not set +# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM67191 is not set +CONFIG_DRM_PANEL_RAYDIUM_RM68200=m +# CONFIG_DRM_PANEL_RAYDIUM_RM692E5 is not set +# CONFIG_DRM_PANEL_RONBO_RB070D30 is not set +# CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 is not set +# CONFIG_DRM_PANEL_SAMSUNG_DB7430 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D16D0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D27A1 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D7AA0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2 is not set +CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03=m +# CONFIG_DRM_PANEL_SAMSUNG_S6E63M0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 is not set +CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m +# CONFIG_DRM_PANEL_SAMSUNG_SOFEF00 is not set +# CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set +CONFIG_DRM_PANEL_SHARP_LQ101R1SX01=m +# CONFIG_DRM_PANEL_SHARP_LS037V7DW01 is not set +# CONFIG_DRM_PANEL_SHARP_LS043T1LE01 is not set +# CONFIG_DRM_PANEL_SHARP_LS060T1SX01 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7701 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7703 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set +# CONFIG_DRM_PANEL_SYNAPTICS_R63353 is not set +# CONFIG_DRM_PANEL_SONY_ACX565AKM is not set +# CONFIG_DRM_PANEL_SONY_TD4353_JDI is not set +# CONFIG_DRM_PANEL_SONY_TULIP_TRULY_NT35521 is not set +# CONFIG_DRM_PANEL_STARTEK_KD070FHFID015 is not set +# CONFIG_DRM_PANEL_TDO_TL070WSH30 is not set +# CONFIG_DRM_PANEL_TPO_TD028TTEC1 is not set +# CONFIG_DRM_PANEL_TPO_TD043MTEA1 is not set +# CONFIG_DRM_PANEL_TPO_TPG110 is not set +# CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA is not set +# CONFIG_DRM_PANEL_VISIONOX_RM69299 is not set +# CONFIG_DRM_PANEL_VISIONOX_VTDR6130 is not set +# CONFIG_DRM_PANEL_VISIONOX_R66451 is not set +# CONFIG_DRM_PANEL_WIDECHIPS_WS2401 is not set +# CONFIG_DRM_PANEL_XINPENG_XPP055C272 is not set +# end of Display Panels + +CONFIG_DRM_BRIDGE=y +CONFIG_DRM_PANEL_BRIDGE=y + +# +# Display Interface Bridges +# +# CONFIG_DRM_CHIPONE_ICN6211 is not set +# CONFIG_DRM_CHRONTEL_CH7033 is not set +# CONFIG_DRM_CROS_EC_ANX7688 is not set +CONFIG_DRM_DISPLAY_CONNECTOR=m +# CONFIG_DRM_FSL_LDB is not set +# CONFIG_DRM_ITE_IT6505 is not set +# CONFIG_DRM_LONTIUM_LT8912B is not set +# CONFIG_DRM_LONTIUM_LT9211 is not set +# CONFIG_DRM_LONTIUM_LT9611 is not set +# CONFIG_DRM_LONTIUM_LT9611UXC is not set +# CONFIG_DRM_ITE_IT66121 is not set +CONFIG_DRM_LVDS_CODEC=m +# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set +# CONFIG_DRM_NWL_MIPI_DSI is not set +CONFIG_DRM_NXP_PTN3460=m +CONFIG_DRM_PARADE_PS8622=m +# CONFIG_DRM_PARADE_PS8640 is not set +CONFIG_DRM_SAMSUNG_DSIM=m +# CONFIG_DRM_SIL_SII8620 is not set +CONFIG_DRM_SII902X=m +CONFIG_DRM_SII9234=m +CONFIG_DRM_SIMPLE_BRIDGE=m +# CONFIG_DRM_THINE_THC63LVD1024 is not set +# CONFIG_DRM_TOSHIBA_TC358762 is not set +CONFIG_DRM_TOSHIBA_TC358764=m +# CONFIG_DRM_TOSHIBA_TC358767 is not set +CONFIG_DRM_TOSHIBA_TC358768=m +# CONFIG_DRM_TOSHIBA_TC358775 is not set +# CONFIG_DRM_TI_DLPC3433 is not set +CONFIG_DRM_TI_TFP410=m +# CONFIG_DRM_TI_SN65DSI83 is not set +# CONFIG_DRM_TI_SN65DSI86 is not set +CONFIG_DRM_TI_TPD12S015=m +# CONFIG_DRM_ANALOGIX_ANX6345 is not set +# CONFIG_DRM_ANALOGIX_ANX78XX is not set +CONFIG_DRM_ANALOGIX_DP=m +# CONFIG_DRM_ANALOGIX_ANX7625 is not set +CONFIG_DRM_I2C_ADV7511=m +CONFIG_DRM_I2C_ADV7511_AUDIO=y +CONFIG_DRM_I2C_ADV7511_CEC=y +# CONFIG_DRM_CDNS_DSI is not set +# CONFIG_DRM_CDNS_MHDP8546 is not set +# CONFIG_DRM_IMX8QM_LDB is not set +# CONFIG_DRM_IMX8QXP_LDB is not set +# CONFIG_DRM_IMX8QXP_PIXEL_COMBINER is not set +# CONFIG_DRM_IMX8QXP_PIXEL_LINK_TO_DPI is not set +# CONFIG_DRM_IMX93_MIPI_DSI is not set +CONFIG_DRM_DW_HDMI=m +# CONFIG_DRM_DW_HDMI_AHB_AUDIO is not set +# CONFIG_DRM_DW_HDMI_I2S_AUDIO is not set +# CONFIG_DRM_DW_HDMI_GP_AUDIO is not set +# CONFIG_DRM_DW_HDMI_CEC is not set +CONFIG_DRM_DW_MIPI_DSI=m +# end of Display Interface Bridges + +CONFIG_DRM_STI=m +CONFIG_DRM_IMX=m +CONFIG_DRM_IMX_PARALLEL_DISPLAY=m +CONFIG_DRM_IMX_TVE=m +CONFIG_DRM_IMX_LDB=m +CONFIG_DRM_IMX_HDMI=m +# CONFIG_DRM_IMX_LCDC is not set +CONFIG_DRM_V3D=m +CONFIG_DRM_VC4=m +# CONFIG_DRM_VC4_HDMI_CEC is not set +CONFIG_DRM_ETNAVIV=m +CONFIG_DRM_ETNAVIV_THERMAL=y +# CONFIG_DRM_LOGICVC is not set +# CONFIG_DRM_MEDIATEK is not set +CONFIG_DRM_MXS=y +CONFIG_DRM_MXSFB=m +# CONFIG_DRM_IMX_LCDIF is not set +# CONFIG_DRM_MESON is not set +# CONFIG_DRM_ARCPGU is not set +# CONFIG_DRM_BOCHS is not set +# CONFIG_DRM_CIRRUS_QEMU is not set +# CONFIG_DRM_GM12U320 is not set +# CONFIG_DRM_PANEL_MIPI_DBI is not set +# CONFIG_DRM_SIMPLEDRM is not set +# CONFIG_TINYDRM_HX8357D is not set +# CONFIG_TINYDRM_ILI9163 is not set +# CONFIG_TINYDRM_ILI9225 is not set +# CONFIG_TINYDRM_ILI9341 is not set +# CONFIG_TINYDRM_ILI9486 is not set +# CONFIG_TINYDRM_MI0283QT is not set +# CONFIG_TINYDRM_REPAPER is not set +# CONFIG_TINYDRM_ST7586 is not set +# CONFIG_TINYDRM_ST7735R is not set +CONFIG_DRM_PL111=m +# CONFIG_DRM_TVE200 is not set +CONFIG_DRM_LIMA=m +CONFIG_DRM_PANFROST=m +CONFIG_DRM_ASPEED_GFX=m +# CONFIG_DRM_MCDE is not set +# CONFIG_DRM_TIDSS is not set +# CONFIG_DRM_GUD is not set +# CONFIG_DRM_SSD130X is not set +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y + +# +# Frame buffer Devices +# +CONFIG_FB=y +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_IMX is not set +# CONFIG_FB_CYBER2000 is not set +# CONFIG_FB_ASILIANT is not set +# CONFIG_FB_IMSTT is not set +CONFIG_FB_EFI=y +# CONFIG_FB_OPENCORES is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_I740 is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_ARK is not set +# CONFIG_FB_PM3 is not set +# CONFIG_FB_CARMINE is not set +# CONFIG_FB_VT8500 is not set +CONFIG_FB_WM8505=y +# CONFIG_FB_WMT_GE_ROPS is not set +CONFIG_FB_SH_MOBILE_LCDC=y +# CONFIG_FB_SMSCUFX is not set +# CONFIG_FB_UDL is not set +# CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB_XILINX is not set +# CONFIG_FB_DA8XX is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +CONFIG_FB_SIMPLE=y +# CONFIG_FB_SSD1307 is not set +# CONFIG_FB_SM712 is not set +CONFIG_FB_CORE=y +CONFIG_FB_NOTIFY=y +# CONFIG_FIRMWARE_EDID is not set +CONFIG_FB_DEVICE=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_SYSMEM_FOPS=y +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_DMAMEM_HELPERS=y +CONFIG_FB_IOMEM_FOPS=y +CONFIG_FB_IOMEM_HELPERS=y +CONFIG_FB_SYSMEM_HELPERS=y +CONFIG_FB_SYSMEM_HELPERS_DEFERRED=y +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_MODE_HELPERS=y +# CONFIG_FB_TILEBLITTING is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_KTD253 is not set +# CONFIG_BACKLIGHT_KTZ8866 is not set +CONFIG_BACKLIGHT_PWM=y +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3630A is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LP855X is not set +# CONFIG_BACKLIGHT_MP3309C is not set +# CONFIG_BACKLIGHT_PANDORA is not set +# CONFIG_BACKLIGHT_TPS65217 is not set +CONFIG_BACKLIGHT_AS3711=y +CONFIG_BACKLIGHT_GPIO=y +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# CONFIG_BACKLIGHT_LED is not set +# end of Backlight & LCD device support + +CONFIG_VIDEOMODE_HELPERS=y +CONFIG_HDMI=y + +# +# Console display driver support +# +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=30 +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y +# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set +# end of Console display driver support + +# CONFIG_LOGO is not set +# end of Graphics support + +# CONFIG_DRM_ACCEL is not set +CONFIG_SOUND=m +CONFIG_SND=m +CONFIG_SND_TIMER=m +CONFIG_SND_PCM=m +CONFIG_SND_PCM_ELD=y +CONFIG_SND_PCM_IEC958=y +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HWDEP=m +CONFIG_SND_RAWMIDI=m +CONFIG_SND_JACK=y +CONFIG_SND_JACK_INPUT_DEV=y +# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_PCM_TIMER=y +# CONFIG_SND_HRTIMER is not set +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_MAX_CARDS=32 +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_CTL_FAST_LOOKUP=y +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_CTL_INPUT_VALIDATION is not set +CONFIG_SND_VMASTER=y +CONFIG_SND_CTL_LED=m +# CONFIG_SND_SEQUENCER is not set +CONFIG_SND_AC97_CODEC=m +CONFIG_SND_DRIVERS=y +# CONFIG_SND_DUMMY is not set +# CONFIG_SND_ALOOP is not set +# CONFIG_SND_PCMTEST is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_SERIAL_GENERIC is not set +# CONFIG_SND_MPU401 is not set +# CONFIG_SND_AC97_POWER_SAVE is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS300 is not set +# CONFIG_SND_ALI5451 is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_AZT3328 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_EMU10K1 is not set +# CONFIG_SND_EMU10K1X is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_ES1938 is not set +# CONFIG_SND_ES1968 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1712 is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_MAESTRO3 is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_SONICVIBES is not set +# CONFIG_SND_TRIDENT is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +CONFIG_SND_HDA=m +CONFIG_SND_HDA_GENERIC_LEDS=y +# CONFIG_SND_HDA_INTEL is not set +CONFIG_SND_HDA_TEGRA=m +# CONFIG_SND_HDA_HWDEP is not set +CONFIG_SND_HDA_RECONFIG=y +CONFIG_SND_HDA_INPUT_BEEP=y +CONFIG_SND_HDA_INPUT_BEEP_MODE=1 +CONFIG_SND_HDA_PATCH_LOADER=y +CONFIG_SND_HDA_CODEC_REALTEK=m +# CONFIG_SND_HDA_CODEC_ANALOG is not set +# CONFIG_SND_HDA_CODEC_SIGMATEL is not set +# CONFIG_SND_HDA_CODEC_VIA is not set +CONFIG_SND_HDA_CODEC_HDMI=m +# CONFIG_SND_HDA_CODEC_CIRRUS is not set +# CONFIG_SND_HDA_CODEC_CS8409 is not set +# CONFIG_SND_HDA_CODEC_CONEXANT is not set +# CONFIG_SND_HDA_CODEC_CA0110 is not set +# CONFIG_SND_HDA_CODEC_CA0132 is not set +# CONFIG_SND_HDA_CODEC_CMEDIA is not set +# CONFIG_SND_HDA_CODEC_SI3054 is not set +CONFIG_SND_HDA_GENERIC=m +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +# end of HD-Audio + +CONFIG_SND_HDA_CORE=m +CONFIG_SND_HDA_ALIGNED_MMIO=y +CONFIG_SND_HDA_COMPONENT=y +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_ARM=y +# CONFIG_SND_ARMAACI is not set +CONFIG_SND_PXA2XX_LIB=m + +# +# Atmel devices (AT91) +# +# CONFIG_SND_ATMEL_AC97C is not set +# end of Atmel devices (AT91) + +CONFIG_SND_SPI=y +# CONFIG_SND_AT73C213 is not set +CONFIG_SND_USB=y +CONFIG_SND_USB_AUDIO=m +# CONFIG_SND_USB_AUDIO_MIDI_V2 is not set +CONFIG_SND_USB_AUDIO_USE_MEDIA_CONTROLLER=y +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_6FIRE is not set +# CONFIG_SND_USB_HIFACE is not set +# CONFIG_SND_BCD2000 is not set +# CONFIG_SND_USB_POD is not set +# CONFIG_SND_USB_PODHD is not set +# CONFIG_SND_USB_TONEPORT is not set +# CONFIG_SND_USB_VARIAX is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_AC97_BUS=y +CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y +# CONFIG_SND_SOC_ADI is not set +# CONFIG_SND_SOC_AMD_ACP is not set +# CONFIG_SND_AMD_ACP_CONFIG is not set +CONFIG_SND_ATMEL_SOC=m +CONFIG_SND_ATMEL_SOC_PDC=y +CONFIG_SND_ATMEL_SOC_DMA=y +CONFIG_SND_ATMEL_SOC_SSC=m +# CONFIG_SND_ATMEL_SOC_SSC_PDC is not set +CONFIG_SND_ATMEL_SOC_SSC_DMA=m +# CONFIG_SND_AT91_SOC_SAM9G20_WM8731 is not set +CONFIG_SND_ATMEL_SOC_WM8904=m +# CONFIG_SND_AT91_SOC_SAM9X5_WM8731 is not set +# CONFIG_SND_ATMEL_SOC_CLASSD is not set +CONFIG_SND_ATMEL_SOC_PDMIC=m +# CONFIG_SND_ATMEL_SOC_TSE850_PCM5142 is not set +CONFIG_SND_ATMEL_SOC_I2S=m +# CONFIG_SND_SOC_MIKROE_PROTO is not set +# CONFIG_SND_MCHP_SOC_I2S_MCC is not set +# CONFIG_SND_MCHP_SOC_SPDIFTX is not set +# CONFIG_SND_MCHP_SOC_SPDIFRX is not set +# CONFIG_SND_MCHP_SOC_PDMC is not set +CONFIG_SND_BCM2835_SOC_I2S=m +# CONFIG_SND_SOC_CYGNUS is not set +# CONFIG_SND_BCM63XX_I2S_WHISTLER is not set +# CONFIG_SND_DESIGNWARE_I2S is not set + +# +# SoC Audio for Freescale CPUs +# + +# +# Common SoC Audio options for Freescale CPUs: +# +# CONFIG_SND_SOC_FSL_ASRC is not set +CONFIG_SND_SOC_FSL_SAI=m +# CONFIG_SND_SOC_FSL_MQS is not set +# CONFIG_SND_SOC_FSL_AUDMIX is not set +CONFIG_SND_SOC_FSL_SSI=m +# CONFIG_SND_SOC_FSL_SPDIF is not set +CONFIG_SND_SOC_FSL_ESAI=m +# CONFIG_SND_SOC_FSL_MICFIL is not set +# CONFIG_SND_SOC_FSL_XCVR is not set +# CONFIG_SND_SOC_FSL_AUD2HTX is not set +CONFIG_SND_SOC_FSL_UTILS=m +# CONFIG_SND_SOC_FSL_RPMSG is not set +CONFIG_SND_SOC_IMX_PCM_DMA=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_IMX_SOC=m +CONFIG_SND_SOC_IMX_PCM_FIQ=m + +# +# SoC Audio support for Freescale i.MX boards: +# +# CONFIG_SND_SOC_EUKREA_TLV320 is not set +# CONFIG_SND_SOC_IMX_ES8328 is not set +# CONFIG_SND_SOC_IMX_SGTL5000 is not set +# CONFIG_SND_SOC_IMX_SPDIF is not set +CONFIG_SND_SOC_FSL_ASOC_CARD=m +# CONFIG_SND_SOC_IMX_AUDMIX is not set +# CONFIG_SND_SOC_IMX_HDMI is not set +# CONFIG_SND_SOC_IMX_RPMSG is not set +# CONFIG_SND_SOC_IMX_CARD is not set +# end of SoC Audio for Freescale CPUs + +# CONFIG_SND_SOC_CHV3_I2S is not set +# CONFIG_SND_I2S_HI6210_I2S is not set +# CONFIG_SND_KIRKWOOD_SOC is not set +# CONFIG_SND_SOC_IMG is not set +# CONFIG_SND_SOC_MT2701 is not set +# CONFIG_SND_SOC_MT6797 is not set +# CONFIG_SND_SOC_MT7986 is not set +# CONFIG_SND_SOC_MT8173 is not set +# CONFIG_SND_SOC_MT8183 is not set +# CONFIG_SND_SOC_MT8186 is not set +# CONFIG_SND_SOC_MTK_BTCVSD is not set +# CONFIG_SND_SOC_MT8188 is not set +# CONFIG_SND_SOC_MT8192 is not set +# CONFIG_SND_SOC_MT8195 is not set + +# +# ASoC support for Amlogic platforms +# +# CONFIG_SND_MESON_AIU is not set +# CONFIG_SND_MESON_AXG_FRDDR is not set +# CONFIG_SND_MESON_AXG_TODDR is not set +# CONFIG_SND_MESON_AXG_TDMIN is not set +# CONFIG_SND_MESON_AXG_TDMOUT is not set +# CONFIG_SND_MESON_AXG_SOUND_CARD is not set +# CONFIG_SND_MESON_AXG_SPDIFOUT is not set +# CONFIG_SND_MESON_AXG_SPDIFIN is not set +# CONFIG_SND_MESON_AXG_PDM is not set +# CONFIG_SND_MESON_GX_SOUND_CARD is not set +# CONFIG_SND_MESON_G12A_TOACODEC is not set +# CONFIG_SND_MESON_G12A_TOHDMITX is not set +# CONFIG_SND_SOC_MESON_T9015 is not set +# end of ASoC support for Amlogic platforms + +CONFIG_SND_PXA_SOC_SSP=m +CONFIG_SND_MMP_SOC_SSPA=m +CONFIG_SND_PXA910_SOC=m +CONFIG_SND_SOC_QCOM=m +CONFIG_SND_SOC_LPASS_CPU=m +CONFIG_SND_SOC_LPASS_PLATFORM=m +CONFIG_SND_SOC_LPASS_APQ8016=m +# CONFIG_SND_SOC_STORM is not set +CONFIG_SND_SOC_APQ8016_SBC=m +CONFIG_SND_SOC_QCOM_COMMON=m +# CONFIG_SND_SOC_SC7180 is not set +CONFIG_SND_SOC_ROCKCHIP=m +CONFIG_SND_SOC_ROCKCHIP_I2S=m +# CONFIG_SND_SOC_ROCKCHIP_I2S_TDM is not set +# CONFIG_SND_SOC_ROCKCHIP_PDM is not set +CONFIG_SND_SOC_ROCKCHIP_SPDIF=m +CONFIG_SND_SOC_ROCKCHIP_MAX98090=m +CONFIG_SND_SOC_ROCKCHIP_RT5645=m +# CONFIG_SND_SOC_RK3288_HDMI_ANALOG is not set +# CONFIG_SND_SOC_RK3399_GRU_SOUND is not set +CONFIG_SND_SOC_SAMSUNG=m +CONFIG_SND_SAMSUNG_PCM=m +# CONFIG_SND_SAMSUNG_SPDIF is not set +CONFIG_SND_SAMSUNG_I2S=m +CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994=m +# CONFIG_SND_SOC_SAMSUNG_SMDK_SPDIF is not set +CONFIG_SND_SOC_SMDK_WM8994_PCM=m +CONFIG_SND_SOC_SNOW=m +CONFIG_SND_SOC_ODROID=m +CONFIG_SND_SOC_ARNDALE=m +# CONFIG_SND_SOC_SAMSUNG_ARIES_WM8994 is not set +CONFIG_SND_SOC_SAMSUNG_MIDAS_WM1811=m + +# +# SoC Audio support for Renesas SoCs +# +CONFIG_SND_SOC_SH4_FSI=m +CONFIG_SND_SOC_RCAR=m +# end of SoC Audio support for Renesas SoCs + +# CONFIG_SND_SOC_SOF_TOPLEVEL is not set +CONFIG_SND_SOC_STI=m + +# +# STMicroelectronics STM32 SOC audio support +# +CONFIG_SND_SOC_STM32_SAI=m +CONFIG_SND_SOC_STM32_I2S=m +CONFIG_SND_SOC_STM32_SPDIFRX=m +CONFIG_SND_SOC_STM32_DFSDM=m +# end of STMicroelectronics STM32 SOC audio support + +# +# Allwinner SoC Audio support +# +CONFIG_SND_SUN4I_CODEC=m +# CONFIG_SND_SUN8I_CODEC is not set +# CONFIG_SND_SUN8I_CODEC_ANALOG is not set +# CONFIG_SND_SUN4I_I2S is not set +# CONFIG_SND_SUN4I_SPDIF is not set +# CONFIG_SND_SUN50I_DMIC is not set +# end of Allwinner SoC Audio support + +CONFIG_SND_SOC_TEGRA=m +CONFIG_SND_SOC_TEGRA20_AC97=m +CONFIG_SND_SOC_TEGRA20_DAS=m +CONFIG_SND_SOC_TEGRA20_I2S=m +CONFIG_SND_SOC_TEGRA20_SPDIF=m +CONFIG_SND_SOC_TEGRA30_AHUB=m +CONFIG_SND_SOC_TEGRA30_I2S=m +# CONFIG_SND_SOC_TEGRA210_AHUB is not set +# CONFIG_SND_SOC_TEGRA210_DMIC is not set +# CONFIG_SND_SOC_TEGRA210_I2S is not set +# CONFIG_SND_SOC_TEGRA210_OPE is not set +# CONFIG_SND_SOC_TEGRA186_ASRC is not set +# CONFIG_SND_SOC_TEGRA186_DSPK is not set +# CONFIG_SND_SOC_TEGRA210_ADMAIF is not set +# CONFIG_SND_SOC_TEGRA210_MVC is not set +# CONFIG_SND_SOC_TEGRA210_SFC is not set +# CONFIG_SND_SOC_TEGRA210_AMX is not set +# CONFIG_SND_SOC_TEGRA210_ADX is not set +# CONFIG_SND_SOC_TEGRA210_MIXER is not set +# CONFIG_SND_SOC_TEGRA_AUDIO_GRAPH_CARD is not set +CONFIG_SND_SOC_TEGRA_MACHINE_DRV=m +# CONFIG_SND_SOC_TEGRA_RT5631 is not set +CONFIG_SND_SOC_TEGRA_RT5640=m +CONFIG_SND_SOC_TEGRA_WM8753=m +CONFIG_SND_SOC_TEGRA_WM8903=m +CONFIG_SND_SOC_TEGRA_WM9712=m +CONFIG_SND_SOC_TEGRA_TRIMSLICE=m +CONFIG_SND_SOC_TEGRA_ALC5632=m +CONFIG_SND_SOC_TEGRA_MAX98090=m +# CONFIG_SND_SOC_TEGRA_MAX98088 is not set +# CONFIG_SND_SOC_TEGRA_RT5677 is not set +# CONFIG_SND_SOC_TEGRA_SGTL5000 is not set + +# +# Audio support for Texas Instruments SoCs +# +CONFIG_SND_SOC_TI_EDMA_PCM=m +CONFIG_SND_SOC_TI_SDMA_PCM=m +CONFIG_SND_SOC_TI_UDMA_PCM=m + +# +# Texas Instruments DAI support for: +# +CONFIG_SND_SOC_DAVINCI_MCASP=m +# CONFIG_SND_SOC_OMAP_DMIC is not set +# CONFIG_SND_SOC_OMAP_MCBSP is not set +# CONFIG_SND_SOC_OMAP_MCPDM is not set + +# +# Audio support for boards with Texas Instruments SoCs +# +# CONFIG_SND_SOC_NOKIA_RX51 is not set +# CONFIG_SND_SOC_OMAP3_PANDORA is not set +# CONFIG_SND_SOC_OMAP3_TWL4030 is not set +# CONFIG_SND_SOC_OMAP_HDMI is not set +# end of Audio support for Texas Instruments SoCs + +# CONFIG_SND_SOC_UNIPHIER is not set +# CONFIG_SND_SOC_UX500 is not set +# CONFIG_SND_SOC_XILINX_I2S is not set +# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set +# CONFIG_SND_SOC_XILINX_SPDIF is not set +# CONFIG_SND_SOC_XTFPGA_I2S is not set +CONFIG_SND_SOC_I2C_AND_SPI=m + +# +# CODEC drivers +# +CONFIG_SND_SOC_WM_HUBS=m +CONFIG_SND_SOC_AC97_CODEC=m +# CONFIG_SND_SOC_ADAU1372_I2C is not set +# CONFIG_SND_SOC_ADAU1372_SPI is not set +# CONFIG_SND_SOC_ADAU1701 is not set +# CONFIG_SND_SOC_ADAU1761_I2C is not set +# CONFIG_SND_SOC_ADAU1761_SPI is not set +# CONFIG_SND_SOC_ADAU7002 is not set +# CONFIG_SND_SOC_ADAU7118_HW is not set +# CONFIG_SND_SOC_ADAU7118_I2C is not set +# CONFIG_SND_SOC_AK4104 is not set +# CONFIG_SND_SOC_AK4118 is not set +# CONFIG_SND_SOC_AK4375 is not set +# CONFIG_SND_SOC_AK4458 is not set +# CONFIG_SND_SOC_AK4554 is not set +# CONFIG_SND_SOC_AK4613 is not set +CONFIG_SND_SOC_AK4642=m +# CONFIG_SND_SOC_AK5386 is not set +# CONFIG_SND_SOC_AK5558 is not set +# CONFIG_SND_SOC_ALC5623 is not set +CONFIG_SND_SOC_ALC5632=m +# CONFIG_SND_SOC_AUDIO_IIO_AUX is not set +# CONFIG_SND_SOC_AW8738 is not set +# CONFIG_SND_SOC_AW88395 is not set +# CONFIG_SND_SOC_AW88261 is not set +# CONFIG_SND_SOC_AW87390 is not set +# CONFIG_SND_SOC_AW88399 is not set +# CONFIG_SND_SOC_BD28623 is not set +# CONFIG_SND_SOC_BT_SCO is not set +# CONFIG_SND_SOC_CHV3_CODEC is not set +CONFIG_SND_SOC_CPCAP=m +# CONFIG_SND_SOC_CROS_EC_CODEC is not set +# CONFIG_SND_SOC_CS35L32 is not set +# CONFIG_SND_SOC_CS35L33 is not set +# CONFIG_SND_SOC_CS35L34 is not set +# CONFIG_SND_SOC_CS35L35 is not set +# CONFIG_SND_SOC_CS35L36 is not set +# CONFIG_SND_SOC_CS35L41_SPI is not set +# CONFIG_SND_SOC_CS35L41_I2C is not set +# CONFIG_SND_SOC_CS35L45_SPI is not set +# CONFIG_SND_SOC_CS35L45_I2C is not set +# CONFIG_SND_SOC_CS35L56_I2C is not set +# CONFIG_SND_SOC_CS35L56_SPI is not set +# CONFIG_SND_SOC_CS42L42 is not set +CONFIG_SND_SOC_CS42L51=m +CONFIG_SND_SOC_CS42L51_I2C=m +# CONFIG_SND_SOC_CS42L52 is not set +# CONFIG_SND_SOC_CS42L56 is not set +# CONFIG_SND_SOC_CS42L73 is not set +# CONFIG_SND_SOC_CS42L83 is not set +# CONFIG_SND_SOC_CS4234 is not set +# CONFIG_SND_SOC_CS4265 is not set +# CONFIG_SND_SOC_CS4270 is not set +# CONFIG_SND_SOC_CS4271_I2C is not set +# CONFIG_SND_SOC_CS4271_SPI is not set +# CONFIG_SND_SOC_CS42XX8_I2C is not set +# CONFIG_SND_SOC_CS43130 is not set +# CONFIG_SND_SOC_CS4341 is not set +# CONFIG_SND_SOC_CS4349 is not set +# CONFIG_SND_SOC_CS53L30 is not set +# CONFIG_SND_SOC_CX2072X is not set +# CONFIG_SND_SOC_DA7213 is not set +CONFIG_SND_SOC_DMIC=m +CONFIG_SND_SOC_HDMI_CODEC=m +# CONFIG_SND_SOC_ES7134 is not set +# CONFIG_SND_SOC_ES7241 is not set +# CONFIG_SND_SOC_ES8316 is not set +# CONFIG_SND_SOC_ES8326 is not set +# CONFIG_SND_SOC_ES8328_I2C is not set +# CONFIG_SND_SOC_ES8328_SPI is not set +# CONFIG_SND_SOC_GTM601 is not set +# CONFIG_SND_SOC_HDA is not set +# CONFIG_SND_SOC_ICS43432 is not set +# CONFIG_SND_SOC_IDT821034 is not set +# CONFIG_SND_SOC_INNO_RK3036 is not set +# CONFIG_SND_SOC_MAX98088 is not set +CONFIG_SND_SOC_MAX98090=m +CONFIG_SND_SOC_MAX98095=m +# CONFIG_SND_SOC_MAX98357A is not set +# CONFIG_SND_SOC_MAX98504 is not set +# CONFIG_SND_SOC_MAX9867 is not set +# CONFIG_SND_SOC_MAX98927 is not set +# CONFIG_SND_SOC_MAX98520 is not set +# CONFIG_SND_SOC_MAX98373_I2C is not set +# CONFIG_SND_SOC_MAX98388 is not set +# CONFIG_SND_SOC_MAX98390 is not set +# CONFIG_SND_SOC_MAX98396 is not set +# CONFIG_SND_SOC_MAX9860 is not set +CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m +CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m +# CONFIG_SND_SOC_PCM1681 is not set +# CONFIG_SND_SOC_PCM1789_I2C is not set +# CONFIG_SND_SOC_PCM179X_I2C is not set +# CONFIG_SND_SOC_PCM179X_SPI is not set +# CONFIG_SND_SOC_PCM186X_I2C is not set +# CONFIG_SND_SOC_PCM186X_SPI is not set +# CONFIG_SND_SOC_PCM3060_I2C is not set +# CONFIG_SND_SOC_PCM3060_SPI is not set +# CONFIG_SND_SOC_PCM3168A_I2C is not set +# CONFIG_SND_SOC_PCM3168A_SPI is not set +# CONFIG_SND_SOC_PCM5102A is not set +# CONFIG_SND_SOC_PCM512x_I2C is not set +# CONFIG_SND_SOC_PCM512x_SPI is not set +# CONFIG_SND_SOC_PEB2466 is not set +# CONFIG_SND_SOC_RK3328 is not set +# CONFIG_SND_SOC_RK817 is not set +CONFIG_SND_SOC_RL6231=m +# CONFIG_SND_SOC_RT5616 is not set +CONFIG_SND_SOC_RT5631=m +CONFIG_SND_SOC_RT5640=m +CONFIG_SND_SOC_RT5645=m +# CONFIG_SND_SOC_RT5659 is not set +# CONFIG_SND_SOC_RT9120 is not set +# CONFIG_SND_SOC_RTQ9128 is not set +CONFIG_SND_SOC_SGTL5000=m +# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set +# CONFIG_SND_SOC_SIMPLE_MUX is not set +# CONFIG_SND_SOC_SMA1303 is not set +CONFIG_SND_SOC_SPDIF=m +# CONFIG_SND_SOC_SRC4XXX_I2C is not set +# CONFIG_SND_SOC_SSM2305 is not set +# CONFIG_SND_SOC_SSM2518 is not set +# CONFIG_SND_SOC_SSM2602_SPI is not set +# CONFIG_SND_SOC_SSM2602_I2C is not set +# CONFIG_SND_SOC_SSM3515 is not set +# CONFIG_SND_SOC_SSM4567 is not set +# CONFIG_SND_SOC_STA32X is not set +# CONFIG_SND_SOC_STA350 is not set +CONFIG_SND_SOC_STI_SAS=m +# CONFIG_SND_SOC_TAS2552 is not set +# CONFIG_SND_SOC_TAS2562 is not set +# CONFIG_SND_SOC_TAS2764 is not set +# CONFIG_SND_SOC_TAS2770 is not set +# CONFIG_SND_SOC_TAS2780 is not set +# CONFIG_SND_SOC_TAS2781_I2C is not set +# CONFIG_SND_SOC_TAS5086 is not set +# CONFIG_SND_SOC_TAS571X is not set +# CONFIG_SND_SOC_TAS5720 is not set +# CONFIG_SND_SOC_TAS5805M is not set +# CONFIG_SND_SOC_TAS6424 is not set +# CONFIG_SND_SOC_TDA7419 is not set +# CONFIG_SND_SOC_TFA9879 is not set +# CONFIG_SND_SOC_TFA989X is not set +# CONFIG_SND_SOC_TLV320ADC3XXX is not set +CONFIG_SND_SOC_TLV320AIC23=m +CONFIG_SND_SOC_TLV320AIC23_I2C=m +# CONFIG_SND_SOC_TLV320AIC23_SPI is not set +CONFIG_SND_SOC_TLV320AIC31XX=m +CONFIG_SND_SOC_TLV320AIC32X4=m +CONFIG_SND_SOC_TLV320AIC32X4_I2C=m +# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TLV320AIC3X_I2C=m +# CONFIG_SND_SOC_TLV320AIC3X_SPI is not set +# CONFIG_SND_SOC_TLV320ADCX140 is not set +CONFIG_SND_SOC_TS3A227E=m +# CONFIG_SND_SOC_TSCS42XX is not set +# CONFIG_SND_SOC_TSCS454 is not set +# CONFIG_SND_SOC_UDA1334 is not set +# CONFIG_SND_SOC_WM8510 is not set +# CONFIG_SND_SOC_WM8523 is not set +# CONFIG_SND_SOC_WM8524 is not set +# CONFIG_SND_SOC_WM8580 is not set +# CONFIG_SND_SOC_WM8711 is not set +# CONFIG_SND_SOC_WM8728 is not set +# CONFIG_SND_SOC_WM8731_I2C is not set +# CONFIG_SND_SOC_WM8731_SPI is not set +# CONFIG_SND_SOC_WM8737 is not set +# CONFIG_SND_SOC_WM8741 is not set +# CONFIG_SND_SOC_WM8750 is not set +CONFIG_SND_SOC_WM8753=m +# CONFIG_SND_SOC_WM8770 is not set +# CONFIG_SND_SOC_WM8776 is not set +# CONFIG_SND_SOC_WM8782 is not set +# CONFIG_SND_SOC_WM8804_I2C is not set +# CONFIG_SND_SOC_WM8804_SPI is not set +CONFIG_SND_SOC_WM8903=m +CONFIG_SND_SOC_WM8904=m +# CONFIG_SND_SOC_WM8940 is not set +CONFIG_SND_SOC_WM8960=m +# CONFIG_SND_SOC_WM8961 is not set +CONFIG_SND_SOC_WM8962=m +# CONFIG_SND_SOC_WM8974 is not set +CONFIG_SND_SOC_WM8978=m +# CONFIG_SND_SOC_WM8985 is not set +CONFIG_SND_SOC_WM8994=m +CONFIG_SND_SOC_WM9712=m +# CONFIG_SND_SOC_ZL38060 is not set +# CONFIG_SND_SOC_MAX9759 is not set +# CONFIG_SND_SOC_MT6351 is not set +# CONFIG_SND_SOC_MT6358 is not set +# CONFIG_SND_SOC_MT6660 is not set +# CONFIG_SND_SOC_NAU8315 is not set +# CONFIG_SND_SOC_NAU8540 is not set +# CONFIG_SND_SOC_NAU8810 is not set +# CONFIG_SND_SOC_NAU8821 is not set +# CONFIG_SND_SOC_NAU8822 is not set +# CONFIG_SND_SOC_NAU8824 is not set +# CONFIG_SND_SOC_TPA6130A2 is not set +# CONFIG_SND_SOC_LPASS_WSA_MACRO is not set +# CONFIG_SND_SOC_LPASS_VA_MACRO is not set +# CONFIG_SND_SOC_LPASS_RX_MACRO is not set +# CONFIG_SND_SOC_LPASS_TX_MACRO is not set +# end of CODEC drivers + +CONFIG_SND_SIMPLE_CARD_UTILS=m +CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_AUDIO_GRAPH_CARD=m +# CONFIG_SND_AUDIO_GRAPH_CARD2 is not set +# CONFIG_SND_TEST_COMPONENT is not set +# CONFIG_SND_VIRTIO is not set +CONFIG_AC97_BUS=m +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EVISION is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_GOOGLE_HAMMER is not set +# CONFIG_HID_GOOGLE_STADIA_FF is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_VRC2 is not set +# CONFIG_HID_XIAOMI is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_ICADE is not set +# CONFIG_HID_ITE is not set +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LETSKETCH is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_MEGAWORLD_FF is not set +# CONFIG_HID_REDRAGON is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NINTENDO is not set +# CONFIG_HID_NTI is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_ORTEK is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PENMOUNT is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PXRC is not set +# CONFIG_HID_RAZER is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SIGMAMICRO is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_TOPRE is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2200 is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# HID-BPF support +# +# end of HID-BPF support + +# +# USB HID support +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set +# end of USB HID support + +CONFIG_I2C_HID=y +# CONFIG_I2C_HID_OF is not set +# CONFIG_I2C_HID_OF_ELAN is not set +# CONFIG_I2C_HID_OF_GOODIX is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_LED_TRIG is not set +CONFIG_USB_ULPI_BUS=y +CONFIG_USB_CONN_GPIO=y +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +# CONFIG_USB_PCI_AMD is not set +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +CONFIG_USB_OTG=y +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +# CONFIG_USB_OTG_FSM is not set +# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +# CONFIG_USB_MON is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=y +# CONFIG_USB_XHCI_PCI_RENESAS is not set +CONFIG_USB_XHCI_PLATFORM=y +# CONFIG_USB_XHCI_HISTB is not set +# CONFIG_USB_XHCI_MTK is not set +CONFIG_USB_XHCI_MVEBU=y +CONFIG_USB_XHCI_RCAR=y +CONFIG_USB_XHCI_TEGRA=m +CONFIG_USB_EHCI_BRCMSTB=m +CONFIG_USB_BRCMSTB=m +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +CONFIG_USB_EHCI_FSL=m +CONFIG_USB_EHCI_HCD_OMAP=y +CONFIG_USB_EHCI_HCD_ORION=y +CONFIG_USB_EHCI_HCD_SPEAR=y +CONFIG_USB_EHCI_HCD_STI=y +CONFIG_USB_EHCI_HCD_AT91=y +# CONFIG_USB_EHCI_TEGRA is not set +CONFIG_USB_EHCI_EXYNOS=m +CONFIG_USB_EHCI_MV=m +CONFIG_USB_EHCI_HCD_PLATFORM=y +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_MAX3421_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_SPEAR=y +CONFIG_USB_OHCI_HCD_STI=y +CONFIG_USB_OHCI_HCD_AT91=y +CONFIG_USB_OHCI_HCD_OMAP3=y +CONFIG_USB_OHCI_HCD_PCI=y +CONFIG_USB_OHCI_EXYNOS=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +# CONFIG_USB_UHCI_HCD is not set +CONFIG_USB_UHCI_SUPPORT_NON_PCI_HC=y +CONFIG_USB_UHCI_PLATFORM=y +CONFIG_USB_UHCI_ASPEED=y +# CONFIG_USB_SL811_HCD is not set +CONFIG_USB_R8A66597_HCD=m +# CONFIG_USB_RENESAS_USBHS_HCD is not set +# CONFIG_USB_HCD_BCMA is not set +# CONFIG_USB_HCD_TEST_MODE is not set +CONFIG_USB_RENESAS_USBHS=m + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +CONFIG_USB_UAS=m + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set + +# +# USB dual-mode controller drivers +# +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MTU3 is not set +CONFIG_USB_MUSB_HDRC=m +# CONFIG_USB_MUSB_HOST is not set +# CONFIG_USB_MUSB_GADGET is not set +CONFIG_USB_MUSB_DUAL_ROLE=y + +# +# Platform Glue Layer +# +CONFIG_USB_MUSB_SUNXI=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_MUSB_OMAP2PLUS=m +CONFIG_USB_MUSB_DSPS=m +CONFIG_USB_MUSB_UX500=m +# CONFIG_USB_MUSB_MEDIATEK is not set + +# +# MUSB DMA mode +# +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_USB_UX500_DMA=y +CONFIG_USB_INVENTRA_DMA=y +CONFIG_USB_TI_CPPI41_DMA=y +CONFIG_USB_TUSB_OMAP_DMA=y +CONFIG_USB_DWC3=y +# CONFIG_USB_DWC3_ULPI is not set +# CONFIG_USB_DWC3_HOST is not set +# CONFIG_USB_DWC3_GADGET is not set +CONFIG_USB_DWC3_DUAL_ROLE=y + +# +# Platform Glue Driver Support +# +CONFIG_USB_DWC3_OMAP=y +CONFIG_USB_DWC3_EXYNOS=y +CONFIG_USB_DWC3_HAPS=y +CONFIG_USB_DWC3_KEYSTONE=y +CONFIG_USB_DWC3_MESON_G12A=y +CONFIG_USB_DWC3_OF_SIMPLE=y +CONFIG_USB_DWC3_ST=y +CONFIG_USB_DWC3_QCOM=y +CONFIG_USB_DWC2=y +# CONFIG_USB_DWC2_HOST is not set + +# +# Gadget/Dual-role mode requires USB Gadget support to be enabled +# +# CONFIG_USB_DWC2_PERIPHERAL is not set +CONFIG_USB_DWC2_DUAL_ROLE=y +# CONFIG_USB_DWC2_PCI is not set +# CONFIG_USB_DWC2_DEBUG is not set +# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set +CONFIG_USB_CHIPIDEA=y +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_CHIPIDEA_PCI=y +CONFIG_USB_CHIPIDEA_MSM=y +CONFIG_USB_CHIPIDEA_NPCM=y +CONFIG_USB_CHIPIDEA_IMX=y +CONFIG_USB_CHIPIDEA_GENERIC=y +CONFIG_USB_CHIPIDEA_TEGRA=y +CONFIG_USB_ISP1760=y +CONFIG_USB_ISP1760_HCD=y +CONFIG_USB_ISP1761_UDC=y +# CONFIG_USB_ISP1760_HOST_ROLE is not set +# CONFIG_USB_ISP1760_GADGET_ROLE is not set +CONFIG_USB_ISP1760_DUAL_ROLE=y + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_USB_QCOM_EUD is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +CONFIG_USB_HSIC_USB3503=y +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set +CONFIG_BRCM_USB_PINMAP=m +CONFIG_USB_ONBOARD_HUB=m + +# +# USB Physical Layer drivers +# +CONFIG_USB_PHY=y +CONFIG_AB8500_USB=y +CONFIG_KEYSTONE_USB_PHY=m +CONFIG_NOP_USB_XCEIV=y +CONFIG_AM335X_CONTROL_USB=m +CONFIG_AM335X_PHY_USB=m +CONFIG_TWL6030_USB=m +CONFIG_USB_ISP1301=y +CONFIG_USB_MXS_PHY=y +CONFIG_USB_TEGRA_PHY=y +CONFIG_USB_ULPI=y +CONFIG_USB_ULPI_VIEWPORT=y +# end of USB Physical Layer drivers + +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +# CONFIG_U_SERIAL_CONSOLE is not set + +# +# USB Peripheral Controller +# +# CONFIG_USB_AT91 is not set +# CONFIG_USB_ATMEL_USBA is not set +# CONFIG_USB_FUSB300 is not set +# CONFIG_USB_GR_UDC is not set +# CONFIG_USB_R8A66597 is not set +CONFIG_USB_RENESAS_USBHS_UDC=m +# CONFIG_USB_RENESAS_USB3 is not set +CONFIG_USB_RENESAS_USBF=m +# CONFIG_USB_PXA27X is not set +# CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MV_U3D is not set +CONFIG_USB_SNP_CORE=y +CONFIG_USB_SNP_UDC_PLAT=y +# CONFIG_USB_M66592 is not set +CONFIG_USB_BDC_UDC=y +# CONFIG_USB_AMD5536UDC is not set +# CONFIG_USB_NET2272 is not set +# CONFIG_USB_NET2280 is not set +# CONFIG_USB_GOKU is not set +# CONFIG_USB_EG20T is not set +# CONFIG_USB_GADGET_XILINX is not set +# CONFIG_USB_MAX3420_UDC is not set +# CONFIG_USB_TEGRA_XUDC is not set +# CONFIG_USB_ASPEED_UDC is not set +CONFIG_USB_ASPEED_VHUB=m +# CONFIG_USB_DUMMY_HCD is not set +# end of USB Peripheral Controller + +CONFIG_USB_LIBCOMPOSITE=m +CONFIG_USB_F_ACM=m +CONFIG_USB_F_SS_LB=m +CONFIG_USB_U_SERIAL=m +CONFIG_USB_U_ETHER=m +CONFIG_USB_U_AUDIO=m +CONFIG_USB_F_SERIAL=m +CONFIG_USB_F_OBEX=m +CONFIG_USB_F_NCM=m +CONFIG_USB_F_ECM=m +CONFIG_USB_F_EEM=m +CONFIG_USB_F_SUBSET=m +CONFIG_USB_F_RNDIS=m +CONFIG_USB_F_MASS_STORAGE=m +CONFIG_USB_F_FS=m +CONFIG_USB_F_UAC1=m +CONFIG_USB_F_UAC1_LEGACY=m +CONFIG_USB_F_UAC2=m +CONFIG_USB_F_UVC=m +CONFIG_USB_F_MIDI=m +CONFIG_USB_F_HID=m +CONFIG_USB_F_PRINTER=m +CONFIG_USB_CONFIGFS=m +CONFIG_USB_CONFIGFS_SERIAL=y +CONFIG_USB_CONFIGFS_ACM=y +CONFIG_USB_CONFIGFS_OBEX=y +CONFIG_USB_CONFIGFS_NCM=y +CONFIG_USB_CONFIGFS_ECM=y +CONFIG_USB_CONFIGFS_ECM_SUBSET=y +CONFIG_USB_CONFIGFS_RNDIS=y +CONFIG_USB_CONFIGFS_EEM=y +CONFIG_USB_CONFIGFS_MASS_STORAGE=y +CONFIG_USB_CONFIGFS_F_LB_SS=y +CONFIG_USB_CONFIGFS_F_FS=y +CONFIG_USB_CONFIGFS_F_UAC1=y +CONFIG_USB_CONFIGFS_F_UAC1_LEGACY=y +CONFIG_USB_CONFIGFS_F_UAC2=y +CONFIG_USB_CONFIGFS_F_MIDI=y +# CONFIG_USB_CONFIGFS_F_MIDI2 is not set +CONFIG_USB_CONFIGFS_F_HID=y +CONFIG_USB_CONFIGFS_F_UVC=y +CONFIG_USB_CONFIGFS_F_PRINTER=y + +# +# USB Gadget precomposed configurations +# +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +CONFIG_USB_ETH=m +CONFIG_USB_ETH_RNDIS=y +# CONFIG_USB_ETH_EEM is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FUNCTIONFS is not set +# CONFIG_USB_MASS_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_WEBCAM is not set +# CONFIG_USB_RAW_GADGET is not set +# end of USB Gadget precomposed configurations + +CONFIG_TYPEC=m +# CONFIG_TYPEC_TCPM is not set +CONFIG_TYPEC_UCSI=m +# CONFIG_UCSI_CCG is not set +CONFIG_UCSI_STM32G0=m +# CONFIG_TYPEC_TPS6598X is not set +# CONFIG_TYPEC_ANX7411 is not set +# CONFIG_TYPEC_RT1719 is not set +# CONFIG_TYPEC_HD3SS3220 is not set +CONFIG_TYPEC_STUSB160X=m +# CONFIG_TYPEC_WUSB3801 is not set + +# +# USB Type-C Multiplexer/DeMultiplexer Switch support +# +# CONFIG_TYPEC_MUX_FSA4480 is not set +# CONFIG_TYPEC_MUX_GPIO_SBU is not set +# CONFIG_TYPEC_MUX_PI3USB30532 is not set +# CONFIG_TYPEC_MUX_NB7VPQ904M is not set +# CONFIG_TYPEC_MUX_PTN36502 is not set +# CONFIG_TYPEC_MUX_WCD939X_USBSS is not set +# end of USB Type-C Multiplexer/DeMultiplexer Switch support + +# +# USB Type-C Alternate Mode drivers +# +# CONFIG_TYPEC_DP_ALTMODE is not set +# end of USB Type-C Alternate Mode drivers + +CONFIG_USB_ROLE_SWITCH=y +CONFIG_MMC=y +CONFIG_PWRSEQ_EMMC=y +# CONFIG_PWRSEQ_SD8787 is not set +CONFIG_PWRSEQ_SIMPLE=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_MINORS=16 +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +# CONFIG_MMC_DEBUG is not set +# CONFIG_MMC_SUNPLUS is not set +CONFIG_MMC_ARMMMCI=y +CONFIG_MMC_QCOM_DML=y +CONFIG_MMC_STM32_SDMMC=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +# CONFIG_MMC_SDHCI_PCI is not set +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MMC_SDHCI_OF_ARASAN=y +# CONFIG_MMC_SDHCI_OF_ASPEED is not set +CONFIG_MMC_SDHCI_OF_AT91=y +CONFIG_MMC_SDHCI_OF_ESDHC=y +# CONFIG_MMC_SDHCI_OF_DWCMSHC is not set +# CONFIG_MMC_SDHCI_CADENCE is not set +CONFIG_MMC_SDHCI_ESDHC_IMX=y +CONFIG_MMC_SDHCI_DOVE=y +CONFIG_MMC_SDHCI_TEGRA=y +CONFIG_MMC_SDHCI_S3C=y +CONFIG_MMC_SDHCI_PXAV3=y +CONFIG_MMC_SDHCI_PXAV2=m +CONFIG_MMC_SDHCI_SPEAR=y +CONFIG_MMC_SDHCI_S3C_DMA=y +CONFIG_MMC_SDHCI_BCM_KONA=y +# CONFIG_MMC_SDHCI_F_SDH30 is not set +# CONFIG_MMC_SDHCI_MILBEAUT is not set +CONFIG_MMC_SDHCI_IPROC=y +# CONFIG_MMC_MESON_GX is not set +CONFIG_MMC_MESON_MX_SDHC=y +CONFIG_MMC_MESON_MX_SDIO=y +CONFIG_MMC_SDHCI_ST=y +CONFIG_MMC_OMAP=y +CONFIG_MMC_OMAP_HS=y +CONFIG_MMC_ATMELMCI=y +CONFIG_MMC_SDHCI_MSM=y +# CONFIG_MMC_MXC is not set +# CONFIG_MMC_TIFM_SD is not set +CONFIG_MMC_MVSDIO=y +# CONFIG_MMC_SPI is not set +CONFIG_MMC_TMIO_CORE=y +CONFIG_MMC_SDHI=y +CONFIG_MMC_SDHI_SYS_DMAC=y +CONFIG_MMC_SDHI_INTERNAL_DMAC=y +CONFIG_MMC_UNIPHIER=y +# CONFIG_MMC_CB710 is not set +# CONFIG_MMC_VIA_SDMMC is not set +CONFIG_MMC_DW=y +CONFIG_MMC_DW_PLTFM=y +# CONFIG_MMC_DW_BLUEFIELD is not set +CONFIG_MMC_DW_EXYNOS=y +# CONFIG_MMC_DW_HI3798CV200 is not set +# CONFIG_MMC_DW_K3 is not set +# CONFIG_MMC_DW_PCI is not set +CONFIG_MMC_DW_ROCKCHIP=y +CONFIG_MMC_SH_MMCIF=y +# CONFIG_MMC_VUB300 is not set +# CONFIG_MMC_USHC is not set +CONFIG_MMC_WMT=y +# CONFIG_MMC_USDHI6ROL0 is not set +CONFIG_MMC_SUNXI=y +CONFIG_MMC_CQHCI=y +# CONFIG_MMC_HSQ is not set +# CONFIG_MMC_TOSHIBA_PCI is not set +CONFIG_MMC_BCM2835=y +# CONFIG_MMC_MTK is not set +CONFIG_MMC_SDHCI_BRCMSTB=y +# CONFIG_MMC_SDHCI_XENON is not set +CONFIG_MMC_SDHCI_OMAP=y +CONFIG_MMC_OWL=y +CONFIG_MMC_SDHCI_EXTERNAL_DMA=y +# CONFIG_SCSI_UFSHCD is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_CLASS_FLASH=m +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_AN30259A is not set +# CONFIG_LEDS_AW200XX is not set +# CONFIG_LEDS_AW2013 is not set +# CONFIG_LEDS_BCM6328 is not set +# CONFIG_LEDS_BCM6358 is not set +CONFIG_LEDS_CPCAP=m +# CONFIG_LEDS_CR0014114 is not set +# CONFIG_LEDS_EL15203000 is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_LM3692X is not set +CONFIG_LEDS_PCA9532=m +CONFIG_LEDS_PCA9532_GPIO=y +CONFIG_LEDS_GPIO=y +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP3952 is not set +# CONFIG_LEDS_LP50XX is not set +# CONFIG_LEDS_LP55XX_COMMON is not set +# CONFIG_LEDS_LP8860 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PCA995X is not set +# CONFIG_LEDS_DAC124S085 is not set +CONFIG_LEDS_PWM=y +# CONFIG_LEDS_REGULATOR is not set +# CONFIG_LEDS_BD2606MVV is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_LT3593 is not set +CONFIG_LEDS_NS2=y +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +CONFIG_LEDS_MAX8997=m +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set +# CONFIG_LEDS_IS31FL32XX is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +# CONFIG_LEDS_SYSCON is not set +# CONFIG_LEDS_PM8058 is not set +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_SPI_BYTE is not set +# CONFIG_LEDS_LM3697 is not set +CONFIG_LEDS_ACER_A500=m +CONFIG_LEDS_BCM63138=y + +# +# Flash and Torch LED drivers +# +# CONFIG_LEDS_AAT1290 is not set +# CONFIG_LEDS_AS3645A is not set +# CONFIG_LEDS_KTD2692 is not set +# CONFIG_LEDS_LM3601X is not set +CONFIG_LEDS_MAX77693=m +# CONFIG_LEDS_QCOM_FLASH is not set +# CONFIG_LEDS_RT4505 is not set +# CONFIG_LEDS_RT8515 is not set +# CONFIG_LEDS_SGM3140 is not set + +# +# RGB LED drivers +# + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y +CONFIG_LEDS_TRIGGER_ONESHOT=y +# CONFIG_LEDS_TRIGGER_DISK is not set +# CONFIG_LEDS_TRIGGER_MTD is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_LEDS_TRIGGER_BACKLIGHT=y +CONFIG_LEDS_TRIGGER_CPU=y +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +CONFIG_LEDS_TRIGGER_GPIO=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + +# +# iptables trigger is under Netfilter config (LED target) +# +CONFIG_LEDS_TRIGGER_TRANSIENT=y +CONFIG_LEDS_TRIGGER_CAMERA=y +# CONFIG_LEDS_TRIGGER_PANIC is not set +# CONFIG_LEDS_TRIGGER_NETDEV is not set +# CONFIG_LEDS_TRIGGER_PATTERN is not set +CONFIG_LEDS_TRIGGER_AUDIO=m +# CONFIG_LEDS_TRIGGER_TTY is not set + +# +# Simple LED drivers +# +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_EDAC_SUPPORT=y +CONFIG_EDAC=y +CONFIG_EDAC_LEGACY_SYSFS=y +# CONFIG_EDAC_DEBUG is not set +# CONFIG_EDAC_AL_MC is not set +CONFIG_EDAC_LAYERSCAPE=y +CONFIG_EDAC_HIGHBANK_MC=y +CONFIG_EDAC_HIGHBANK_L2=y +# CONFIG_EDAC_ALTERA is not set +# CONFIG_EDAC_ARMADA_XP is not set +# CONFIG_EDAC_SYNOPSYS is not set +# CONFIG_EDAC_TI is not set +# CONFIG_EDAC_ASPEED is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +CONFIG_RTC_DRV_AC100=y +CONFIG_RTC_DRV_BRCMSTB=y +CONFIG_RTC_DRV_AS3722=y +CONFIG_RTC_DRV_DS1307=y +# CONFIG_RTC_DRV_DS1307_CENTURY is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +CONFIG_RTC_DRV_HYM8563=m +# CONFIG_RTC_DRV_MAX6900 is not set +CONFIG_RTC_DRV_MAX8907=y +CONFIG_RTC_DRV_MAX8998=m +CONFIG_RTC_DRV_MAX8997=m +# CONFIG_RTC_DRV_MAX31335 is not set +CONFIG_RTC_DRV_MAX77686=y +# CONFIG_RTC_DRV_NCT3018Y is not set +CONFIG_RTC_DRV_RK808=m +CONFIG_RTC_DRV_RS5C372=m +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_ISL12026 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +CONFIG_RTC_DRV_PCF85063=m +CONFIG_RTC_DRV_PCF85363=m +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +CONFIG_RTC_DRV_BQ32K=m +CONFIG_RTC_DRV_TWL4030=y +CONFIG_RTC_DRV_PALMAS=y +CONFIG_RTC_DRV_TPS6586X=y +CONFIG_RTC_DRV_TPS65910=y +# CONFIG_RTC_DRV_RC5T619 is not set +CONFIG_RTC_DRV_S35390A=m +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +CONFIG_RTC_DRV_RX8581=m +# CONFIG_RTC_DRV_RX8025 is not set +CONFIG_RTC_DRV_EM3027=y +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +CONFIG_RTC_DRV_S5M=m +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T93 is not set +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1302 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1343 is not set +# CONFIG_RTC_DRV_DS1347 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6916 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RX4581 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_PCF2123 is not set +# CONFIG_RTC_DRV_MCP795 is not set +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +CONFIG_RTC_DRV_DA9063=m +CONFIG_RTC_DRV_EFI=m +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +CONFIG_RTC_DRV_SPEAR=y +# CONFIG_RTC_DRV_AB8500 is not set +# CONFIG_RTC_DRV_OPTEE is not set +# CONFIG_RTC_DRV_ZYNQMP is not set +# CONFIG_RTC_DRV_CROS_EC is not set + +# +# on-CPU RTC drivers +# +CONFIG_RTC_DRV_DIGICOLOR=m +# CONFIG_RTC_DRV_IMXDI is not set +# CONFIG_RTC_DRV_FSL_FTM_ALARM is not set +# CONFIG_RTC_DRV_MESON is not set +CONFIG_RTC_DRV_MESON_VRTC=m +# CONFIG_RTC_DRV_OMAP is not set +CONFIG_RTC_DRV_S3C=m +CONFIG_RTC_DRV_SA1100=m +CONFIG_RTC_DRV_SH=m +# CONFIG_RTC_DRV_SUNPLUS is not set +# CONFIG_RTC_DRV_PL030 is not set +CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_AT91RM9200=m +CONFIG_RTC_DRV_AT91SAM9=m +CONFIG_RTC_DRV_RZN1=m +CONFIG_RTC_DRV_VT8500=y +CONFIG_RTC_DRV_SUN6I=y +CONFIG_RTC_DRV_SUNXI=y +CONFIG_RTC_DRV_MV=y +# CONFIG_RTC_DRV_ARMADA38X is not set +# CONFIG_RTC_DRV_CADENCE is not set +# CONFIG_RTC_DRV_FTRTC010 is not set +CONFIG_RTC_DRV_PM8XXX=m +CONFIG_RTC_DRV_TEGRA=y +# CONFIG_RTC_DRV_MXC is not set +# CONFIG_RTC_DRV_MXC_V2 is not set +# CONFIG_RTC_DRV_SNVS is not set +# CONFIG_RTC_DRV_BBNSM is not set +CONFIG_RTC_DRV_ST_LPC=y +# CONFIG_RTC_DRV_MT2712 is not set +# CONFIG_RTC_DRV_MT7622 is not set +# CONFIG_RTC_DRV_R7301 is not set +CONFIG_RTC_DRV_STM32=y +CONFIG_RTC_DRV_CPCAP=m +CONFIG_RTC_DRV_ASPEED=m + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=y +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_OF=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_AMBA_PL08X is not set +CONFIG_AT_HDMAC=y +CONFIG_AT_XDMAC=y +# CONFIG_AXI_DMAC is not set +CONFIG_DMA_BCM2835=y +CONFIG_DMA_SUN4I=y +CONFIG_DMA_SUN6I=y +# CONFIG_DW_AXI_DMAC is not set +CONFIG_FSL_EDMA=y +# CONFIG_FSL_QDMA is not set +# CONFIG_HISI_DMA is not set +CONFIG_IMX_DMA=y +CONFIG_IMX_SDMA=y +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_K3_DMA is not set +# CONFIG_MILBEAUT_HDMAC is not set +# CONFIG_MILBEAUT_XDMAC is not set +# CONFIG_MMP_PDMA is not set +# CONFIG_MMP_TDMA is not set +CONFIG_MV_XOR=y +CONFIG_MXS_DMA=y +# CONFIG_NBPFAXI_DMA is not set +CONFIG_OWL_DMA=y +CONFIG_PL330_DMA=y +# CONFIG_PXA_DMA is not set +# CONFIG_PLX_DMA is not set +CONFIG_STE_DMA40=y +CONFIG_ST_FDMA=m +CONFIG_STM32_DMA=y +CONFIG_STM32_DMAMUX=y +CONFIG_STM32_MDMA=y +CONFIG_TEGRA20_APB_DMA=y +CONFIG_UNIPHIER_MDMAC=y +# CONFIG_UNIPHIER_XDMAC is not set +CONFIG_XILINX_DMA=y +# CONFIG_XILINX_XDMA is not set +# CONFIG_XILINX_ZYNQMP_DMA is not set +# CONFIG_XILINX_ZYNQMP_DPDMA is not set +# CONFIG_MTK_HSDMA is not set +# CONFIG_MTK_CQDMA is not set +# CONFIG_MTK_UART_APDMA is not set +# CONFIG_QCOM_ADM is not set +CONFIG_QCOM_BAM_DMA=y +# CONFIG_QCOM_GPI_DMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +CONFIG_DW_DMAC_CORE=y +CONFIG_DW_DMAC=y +CONFIG_RZN1_DMAMUX=m +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +# CONFIG_SF_PDMA is not set +CONFIG_RENESAS_DMA=y +CONFIG_RCAR_DMAC=y +CONFIG_RENESAS_USB_DMAC=m +CONFIG_TI_CPPI41=m +CONFIG_TI_EDMA=y +CONFIG_DMA_OMAP=y +CONFIG_TI_DMA_CROSSBAR=y + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set +CONFIG_DMA_ENGINE_RAID=y + +# +# DMABUF options +# +CONFIG_SYNC_FILE=y +# CONFIG_SW_SYNC is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +# CONFIG_DMABUF_HEAPS is not set +# CONFIG_DMABUF_SYSFS_STATS is not set +# end of DMABUF options + +# CONFIG_UIO is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_ANCHOR=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_PCI_LIB=y +CONFIG_VIRTIO_PCI_LIB_LEGACY=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_PCI_LEGACY=y +# CONFIG_VIRTIO_BALLOON is not set +# CONFIG_VIRTIO_INPUT is not set +CONFIG_VIRTIO_MMIO=y +# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +CONFIG_STAGING=y +# CONFIG_RTS5208 is not set + +# +# IIO staging drivers +# + +# +# Accelerometers +# +# CONFIG_ADIS16203 is not set +# CONFIG_ADIS16240 is not set +# end of Accelerometers + +# +# Analog to digital converters +# +# CONFIG_AD7816 is not set +# end of Analog to digital converters + +# +# Analog digital bi-direction converters +# +# CONFIG_ADT7316 is not set +# end of Analog digital bi-direction converters + +# +# Direct Digital Synthesis +# +# CONFIG_AD9832 is not set +# CONFIG_AD9834 is not set +# end of Direct Digital Synthesis + +# +# Network Analyzer, Impedance Converters +# +# CONFIG_AD5933 is not set +# end of Network Analyzer, Impedance Converters +# end of IIO staging drivers + +# CONFIG_FB_SM750 is not set +# CONFIG_USB_EMXX is not set +CONFIG_MFD_NVEC=y +CONFIG_KEYBOARD_NVEC=y +CONFIG_SERIO_NVEC_PS2=y +CONFIG_NVEC_POWER=y +CONFIG_NVEC_PAZ00=y +# CONFIG_STAGING_MEDIA is not set +CONFIG_STAGING_BOARD=y +# CONFIG_LTE_GDM724X is not set +# CONFIG_FB_TFT is not set +CONFIG_BCM_VIDEOCORE=y +# CONFIG_BCM2835_VCHIQ is not set +# CONFIG_SND_BCM2835 is not set +# CONFIG_VIDEO_BCM2835 is not set +# CONFIG_PI433 is not set +# CONFIG_XIL_AXIS_FIFO is not set +# CONFIG_FIELDBUS_DEV is not set +# CONFIG_VME_BUS is not set +# CONFIG_GOLDFISH is not set +CONFIG_CHROME_PLATFORMS=y +CONFIG_CROS_EC=m +CONFIG_CROS_EC_I2C=m +# CONFIG_CROS_EC_RPMSG is not set +CONFIG_CROS_EC_SPI=m +CONFIG_CROS_EC_PROTO=y +# CONFIG_CROS_KBD_LED_BACKLIGHT is not set +CONFIG_CROS_EC_CHARDEV=m +CONFIG_CROS_EC_LIGHTBAR=m +CONFIG_CROS_EC_VBC=m +CONFIG_CROS_EC_DEBUGFS=m +CONFIG_CROS_EC_SENSORHUB=m +CONFIG_CROS_EC_SYSFS=m +CONFIG_CROS_EC_TYPEC=m +# CONFIG_CROS_HPS_I2C is not set +CONFIG_CROS_USBPD_NOTIFY=m +# CONFIG_MELLANOX_PLATFORM is not set +# CONFIG_OLPC_XO175 is not set +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_COMMON_CLK=y + +# +# Clock driver for ARM Reference designs +# +CONFIG_CLK_ICST=y +CONFIG_CLK_SP810=y +CONFIG_CLK_VEXPRESS_OSC=y +# end of Clock driver for ARM Reference designs + +# CONFIG_LMK04832 is not set +CONFIG_COMMON_CLK_MAX77686=y +# CONFIG_COMMON_CLK_MAX9485 is not set +CONFIG_COMMON_CLK_RK808=m +CONFIG_COMMON_CLK_SCMI=y +# CONFIG_COMMON_CLK_SI5341 is not set +# CONFIG_COMMON_CLK_SI5351 is not set +# CONFIG_COMMON_CLK_SI514 is not set +# CONFIG_COMMON_CLK_SI544 is not set +# CONFIG_COMMON_CLK_SI570 is not set +# CONFIG_COMMON_CLK_CDCE706 is not set +# CONFIG_COMMON_CLK_CDCE925 is not set +# CONFIG_COMMON_CLK_CS2000_CP is not set +CONFIG_COMMON_CLK_EN7523=y +CONFIG_COMMON_CLK_LAN966X=y +CONFIG_COMMON_CLK_ASPEED=y +CONFIG_COMMON_CLK_S2MPS11=m +# CONFIG_CLK_TWL is not set +# CONFIG_COMMON_CLK_AXI_CLKGEN is not set +CONFIG_CLK_QORIQ=y +# CONFIG_COMMON_CLK_PALMAS is not set +# CONFIG_COMMON_CLK_PWM is not set +# CONFIG_COMMON_CLK_RS9_PCIE is not set +# CONFIG_COMMON_CLK_SI521XX is not set +# CONFIG_COMMON_CLK_VC3 is not set +# CONFIG_COMMON_CLK_VC5 is not set +# CONFIG_COMMON_CLK_VC7 is not set +CONFIG_COMMON_CLK_MMP2=y +# CONFIG_COMMON_CLK_MMP2_AUDIO is not set +# CONFIG_COMMON_CLK_FIXED_MMIO is not set +CONFIG_COMMON_CLK_SP7021=y +CONFIG_CLK_ACTIONS=y +CONFIG_CLK_OWL_S500=y +CONFIG_CLK_BCM2711_DVP=y +CONFIG_CLK_BCM2835=y +CONFIG_CLK_BCM_63XX=y +CONFIG_CLK_BCM_KONA=y +CONFIG_COMMON_CLK_IPROC=y +CONFIG_CLK_BCM_CYGNUS=y +CONFIG_CLK_BCM_HR2=y +CONFIG_CLK_BCM_NSP=y +CONFIG_CLK_BCM_NS2=y +CONFIG_CLK_BCM_SR=y +CONFIG_CLK_RASPBERRYPI=y +CONFIG_COMMON_CLK_HI3516CV300=y +CONFIG_COMMON_CLK_HI3519=y +CONFIG_COMMON_CLK_HI3559A=y +CONFIG_COMMON_CLK_HI3660=y +CONFIG_COMMON_CLK_HI3670=y +CONFIG_COMMON_CLK_HI3798CV200=y +CONFIG_COMMON_CLK_HI6220=y +CONFIG_RESET_HISI=y +CONFIG_STUB_CLK_HI6220=y +CONFIG_STUB_CLK_HI3660=y +CONFIG_MXC_CLK=y +CONFIG_CLK_IMX5=y +CONFIG_CLK_IMX6Q=y +CONFIG_CLK_IMX6SL=y +CONFIG_CLK_IMX6SLL=y +CONFIG_CLK_IMX6SX=y +CONFIG_CLK_IMX6UL=y +CONFIG_CLK_IMX7D=y +CONFIG_CLK_IMX7ULP=y +CONFIG_CLK_VF610=y +# CONFIG_CLK_IMX8MM is not set +# CONFIG_CLK_IMX8MN is not set +# CONFIG_CLK_IMX8MP is not set +# CONFIG_CLK_IMX8MQ is not set +# CONFIG_CLK_IMX8ULP is not set +# CONFIG_CLK_IMX93 is not set +CONFIG_COMMON_CLK_KEYSTONE=y +CONFIG_TI_SYSCON_CLK=y + +# +# Clock driver for MediaTek SoC +# +CONFIG_COMMON_CLK_MEDIATEK=y +CONFIG_COMMON_CLK_MEDIATEK_FHCTL=y +CONFIG_COMMON_CLK_MT2701=y +# CONFIG_COMMON_CLK_MT2701_MMSYS is not set +# CONFIG_COMMON_CLK_MT2701_IMGSYS is not set +# CONFIG_COMMON_CLK_MT2701_VDECSYS is not set +# CONFIG_COMMON_CLK_MT2701_HIFSYS is not set +# CONFIG_COMMON_CLK_MT2701_ETHSYS is not set +# CONFIG_COMMON_CLK_MT2701_BDPSYS is not set +# CONFIG_COMMON_CLK_MT2701_AUDSYS is not set +# CONFIG_COMMON_CLK_MT2701_G3DSYS is not set +CONFIG_COMMON_CLK_MT6795=y +CONFIG_COMMON_CLK_MT6795_MFGCFG=y +CONFIG_COMMON_CLK_MT6795_MMSYS=y +CONFIG_COMMON_CLK_MT6795_VDECSYS=y +CONFIG_COMMON_CLK_MT6795_VENCSYS=y +CONFIG_COMMON_CLK_MT7622=y +# CONFIG_COMMON_CLK_MT7622_ETHSYS is not set +# CONFIG_COMMON_CLK_MT7622_HIFSYS is not set +# CONFIG_COMMON_CLK_MT7622_AUDSYS is not set +CONFIG_COMMON_CLK_MT7629=y +# CONFIG_COMMON_CLK_MT7629_ETHSYS is not set +# CONFIG_COMMON_CLK_MT7629_HIFSYS is not set +CONFIG_COMMON_CLK_MT7981=y +CONFIG_COMMON_CLK_MT7981_ETHSYS=y +CONFIG_COMMON_CLK_MT7986=y +CONFIG_COMMON_CLK_MT7986_ETHSYS=y +CONFIG_COMMON_CLK_MT7988=y +CONFIG_COMMON_CLK_MT8135=y +# CONFIG_COMMON_CLK_MT8365 is not set +CONFIG_COMMON_CLK_MT8516=y +# CONFIG_COMMON_CLK_MT8516_AUDSYS is not set +# end of Clock driver for MediaTek SoC + +# +# Clock support for Amlogic platforms +# +CONFIG_COMMON_CLK_MESON_REGMAP=y +CONFIG_COMMON_CLK_MESON_MPLL=y +CONFIG_COMMON_CLK_MESON_PLL=y +CONFIG_COMMON_CLK_MESON_CLKC_UTILS=y +CONFIG_COMMON_CLK_MESON8B=y +# end of Clock support for Amlogic platforms + +CONFIG_MVEBU_CLK_COMMON=y +CONFIG_MVEBU_CLK_CPU=y +CONFIG_MVEBU_CLK_COREDIV=y +CONFIG_ARMADA_370_CLK=y +CONFIG_ARMADA_375_CLK=y +CONFIG_ARMADA_38X_CLK=y +CONFIG_ARMADA_39X_CLK=y +CONFIG_ARMADA_XP_CLK=y +CONFIG_DOVE_CLK=y +CONFIG_QCOM_GDSC=y +CONFIG_QCOM_RPMCC=y +CONFIG_COMMON_CLK_QCOM=y +CONFIG_QCOM_A53PLL=y +# CONFIG_QCOM_A7PLL is not set +CONFIG_QCOM_CLK_APCS_MSM8916=y +# CONFIG_QCOM_CLK_APCS_SDX55 is not set +CONFIG_QCOM_CLK_RPM=y +CONFIG_QCOM_CLK_SMD_RPM=y +# CONFIG_QCOM_CLK_RPMH is not set +CONFIG_APQ_GCC_8084=y +CONFIG_APQ_MMCC_8084=y +# CONFIG_IPQ_APSS_PLL is not set +# CONFIG_IPQ_APSS_6018 is not set +# CONFIG_IPQ_GCC_4019 is not set +# CONFIG_IPQ_GCC_6018 is not set +# CONFIG_IPQ_GCC_806X is not set +# CONFIG_IPQ_LCC_806X is not set +# CONFIG_IPQ_GCC_8074 is not set +# CONFIG_IPQ_GCC_9574 is not set +CONFIG_MSM_GCC_8660=y +# CONFIG_MSM_GCC_8909 is not set +CONFIG_MSM_GCC_8916=y +# CONFIG_MSM_GCC_8939 is not set +CONFIG_MSM_GCC_8960=y +# CONFIG_MSM_LCC_8960 is not set +# CONFIG_MDM_GCC_9607 is not set +# CONFIG_MDM_GCC_9615 is not set +CONFIG_MSM_MMCC_8960=y +# CONFIG_MSM_GCC_8953 is not set +CONFIG_MSM_GCC_8974=y +CONFIG_MSM_MMCC_8974=y +# CONFIG_MSM_GCC_8976 is not set +# CONFIG_MSM_MMCC_8994 is not set +# CONFIG_MSM_GCC_8994 is not set +# CONFIG_MSM_GCC_8996 is not set +# CONFIG_MSM_MMCC_8996 is not set +# CONFIG_MSM_GCC_8998 is not set +# CONFIG_MSM_GPUCC_8998 is not set +# CONFIG_MSM_MMCC_8998 is not set +# CONFIG_QCM_GCC_2290 is not set +# CONFIG_QCM_DISPCC_2290 is not set +# CONFIG_QCS_GCC_404 is not set +# CONFIG_SC_CAMCC_8280XP is not set +# CONFIG_SA_GCC_8775P is not set +# CONFIG_SA_GPUCC_8775P is not set +# CONFIG_QCS_TURING_404 is not set +# CONFIG_QCS_Q6SSTOP_404 is not set +# CONFIG_QDU_GCC_1000 is not set +# CONFIG_SDX_GCC_55 is not set +# CONFIG_SDX_GCC_65 is not set +# CONFIG_SDX_GCC_75 is not set +# CONFIG_SM_GCC_7150 is not set +# CONFIG_SM_GPUCC_8650 is not set +# CONFIG_SPMI_PMIC_CLKDIV is not set +# CONFIG_QCOM_HFPLL is not set +# CONFIG_KPSS_XCC is not set +# CONFIG_KRAITCC is not set +CONFIG_CLK_RENESAS=y +CONFIG_CLK_EMEV2=y +CONFIG_CLK_RZA1=y +CONFIG_CLK_R7S9210=y +CONFIG_CLK_R8A73A4=y +CONFIG_CLK_R8A7740=y +CONFIG_CLK_R8A7742=y +CONFIG_CLK_R8A7743=y +CONFIG_CLK_R8A7745=y +CONFIG_CLK_R8A77470=y +CONFIG_CLK_R8A7778=y +CONFIG_CLK_R8A7779=y +CONFIG_CLK_R8A7790=y +CONFIG_CLK_R8A7791=y +CONFIG_CLK_R8A7792=y +CONFIG_CLK_R8A7794=y +CONFIG_CLK_R9A06G032=y +CONFIG_CLK_SH73A0=y +CONFIG_CLK_RCAR_GEN2_CPG=y +# CONFIG_CLK_RCAR_USB2_CLOCK_SEL is not set +CONFIG_CLK_RENESAS_CPG_MSSR=y +CONFIG_CLK_RENESAS_CPG_MSTP=y +CONFIG_CLK_RENESAS_DIV6=y +CONFIG_COMMON_CLK_ROCKCHIP=y +CONFIG_CLK_RV110X=y +CONFIG_CLK_RV1126=y +CONFIG_CLK_RK3036=y +CONFIG_CLK_RK312X=y +CONFIG_CLK_RK3188=y +CONFIG_CLK_RK322X=y +CONFIG_CLK_RK3288=y +CONFIG_COMMON_CLK_SAMSUNG=y +CONFIG_EXYNOS_3250_COMMON_CLK=y +CONFIG_EXYNOS_4_COMMON_CLK=y +CONFIG_EXYNOS_5250_COMMON_CLK=y +CONFIG_EXYNOS_5260_COMMON_CLK=y +CONFIG_EXYNOS_5410_COMMON_CLK=y +CONFIG_EXYNOS_5420_COMMON_CLK=y +CONFIG_EXYNOS_AUDSS_CLK_CON=y +CONFIG_EXYNOS_CLKOUT=y +CONFIG_CLK_INTEL_SOCFPGA=y +CONFIG_CLK_INTEL_SOCFPGA32=y +CONFIG_CLK_SUNXI=y +CONFIG_CLK_SUNXI_CLOCKS=y +CONFIG_CLK_SUNXI_PRCM_SUN6I=y +CONFIG_CLK_SUNXI_PRCM_SUN8I=y +CONFIG_CLK_SUNXI_PRCM_SUN9I=y +CONFIG_SUNXI_CCU=y +CONFIG_SUN20I_D1_CCU=y +CONFIG_SUN20I_D1_R_CCU=y +CONFIG_SUN4I_A10_CCU=y +CONFIG_SUN5I_CCU=y +CONFIG_SUN6I_A31_CCU=y +CONFIG_SUN6I_RTC_CCU=y +CONFIG_SUN8I_A23_CCU=y +CONFIG_SUN8I_A33_CCU=y +CONFIG_SUN8I_A83T_CCU=y +CONFIG_SUN8I_H3_CCU=y +CONFIG_SUN8I_V3S_CCU=y +CONFIG_SUN8I_DE2_CCU=y +CONFIG_SUN8I_R40_CCU=y +CONFIG_SUN9I_A80_CCU=y +CONFIG_SUN8I_R_CCU=y +CONFIG_TEGRA_CLK_DFLL=y +CONFIG_TEGRA124_CLK_EMC=y +CONFIG_COMMON_CLK_STM32MP=y +CONFIG_COMMON_CLK_STM32MP135=y +CONFIG_COMMON_CLK_STM32MP157=y +CONFIG_COMMON_CLK_TI_ADPLL=y +CONFIG_CLK_UNIPHIER=y +# CONFIG_XILINX_VCU is not set +# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set +CONFIG_HWSPINLOCK=y +CONFIG_HWSPINLOCK_OMAP=y +CONFIG_HWSPINLOCK_QCOM=y +# CONFIG_HWSPINLOCK_STM32 is not set +# CONFIG_HWSPINLOCK_SUN6I is not set +# CONFIG_HSEM_U8500 is not set + +# +# Clock Source drivers +# +CONFIG_TIMER_OF=y +CONFIG_TIMER_PROBE=y +CONFIG_OMAP_DM_SYSTIMER=y +CONFIG_CLKSRC_MMIO=y +CONFIG_BCM2835_TIMER=y +CONFIG_BCM_KONA_TIMER=y +CONFIG_DIGICOLOR_TIMER=y +CONFIG_OMAP_DM_TIMER=y +CONFIG_DW_APB_TIMER=y +CONFIG_DW_APB_TIMER_OF=y +CONFIG_ROCKCHIP_TIMER=y +CONFIG_ARMADA_370_XP_TIMER=y +CONFIG_MESON6_TIMER=y +CONFIG_ORION_TIMER=y +CONFIG_OWL_TIMER=y +CONFIG_SUN4I_TIMER=y +CONFIG_SUN5I_HSTIMER=y +CONFIG_TEGRA_TIMER=y +# CONFIG_TEGRA186_TIMER is not set +CONFIG_VT8500_TIMER=y +CONFIG_CADENCE_TTC_TIMER=y +CONFIG_CLKSRC_NOMADIK_MTU=y +CONFIG_CLKSRC_DBX500_PRCMU=y +CONFIG_KEYSTONE_TIMER=y +CONFIG_CLKSRC_TI_32K=y +CONFIG_CLKSRC_STM32=y +# CONFIG_CLKSRC_STM32_LP is not set +CONFIG_ARM_ARCH_TIMER=y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y +CONFIG_ARM_GLOBAL_TIMER=y +CONFIG_ARM_GT_INITIAL_PRESCALER_VAL=2 +CONFIG_ARM_TIMER_SP804=y +CONFIG_CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK=y +CONFIG_ATMEL_PIT=y +CONFIG_ATMEL_TCB_CLKSRC=y +CONFIG_CLKSRC_EXYNOS_MCT=y +CONFIG_CLKSRC_SAMSUNG_PWM=y +CONFIG_SYS_SUPPORTS_SH_CMT=y +CONFIG_MTK_TIMER=y +CONFIG_MTK_CPUX_TIMER=y +CONFIG_SYS_SUPPORTS_SH_MTU2=y +CONFIG_SYS_SUPPORTS_SH_TMU=y +CONFIG_SYS_SUPPORTS_EM_STI=y +CONFIG_SH_TIMER_CMT=y +CONFIG_SH_TIMER_MTU2=y +CONFIG_RENESAS_OSTM=y +CONFIG_SH_TIMER_TMU=y +CONFIG_EM_TIMER_STI=y +CONFIG_CLKSRC_QCOM=y +CONFIG_CLKSRC_VERSATILE=y +CONFIG_CLKSRC_IMX_GPT=y +CONFIG_CLKSRC_IMX_TPM=y +CONFIG_CLKSRC_ST_LPC=y +CONFIG_GXP_TIMER=y +CONFIG_MILBEAUT_TIMER=y +CONFIG_MICROCHIP_PIT64B=y +# end of Clock Source drivers + +CONFIG_MAILBOX=y +# CONFIG_ARM_MHU is not set +# CONFIG_ARM_MHU_V2 is not set +# CONFIG_IMX_MBOX is not set +# CONFIG_PLATFORM_MHU is not set +CONFIG_PL320_MBOX=y +# CONFIG_ARMADA_37XX_RWTM_MBOX is not set +CONFIG_OMAP2PLUS_MBOX=y +CONFIG_OMAP_MBOX_KFIFO_SIZE=256 +# CONFIG_ROCKCHIP_MBOX is not set +# CONFIG_ALTERA_MBOX is not set +CONFIG_BCM2835_MBOX=y +CONFIG_STI_MBOX=m +# CONFIG_TI_MESSAGE_MANAGER is not set +CONFIG_HI3660_MBOX=y +CONFIG_HI6220_MBOX=y +# CONFIG_MAILBOX_TEST is not set +CONFIG_QCOM_APCS_IPC=y +# CONFIG_TEGRA_HSP_MBOX is not set +# CONFIG_BCM_PDC_MBOX is not set +CONFIG_STM32_IPCC=m +# CONFIG_MTK_ADSP_MBOX is not set +# CONFIG_MTK_CMDQ_MBOX is not set +CONFIG_SUN6I_MSGBOX=y +CONFIG_QCOM_IPCC=y +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +CONFIG_IOMMU_IO_PGTABLE=y +CONFIG_IOMMU_IO_PGTABLE_LPAE=y +# CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set +# CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +CONFIG_IOMMU_DEFAULT_DMA_STRICT=y +# CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_OF_IOMMU=y +# CONFIG_MSM_IOMMU is not set +# CONFIG_IOMMUFD is not set +CONFIG_OMAP_IOMMU=y +CONFIG_OMAP_IOMMU_DEBUG=y +CONFIG_ROCKCHIP_IOMMU=y +# CONFIG_SUN50I_IOMMU is not set +CONFIG_TEGRA_IOMMU_SMMU=y +CONFIG_EXYNOS_IOMMU=y +# CONFIG_EXYNOS_IOMMU_DEBUG is not set +# CONFIG_IPMMU_VMSA is not set +# CONFIG_ARM_SMMU is not set +# CONFIG_MTK_IOMMU is not set +# CONFIG_MTK_IOMMU_V1 is not set +CONFIG_QCOM_IOMMU=y + +# +# Remoteproc drivers +# +CONFIG_REMOTEPROC=y +# CONFIG_REMOTEPROC_CDEV is not set +# CONFIG_IMX_REMOTEPROC is not set +# CONFIG_IMX_DSP_REMOTEPROC is not set +# CONFIG_MTK_SCP is not set +CONFIG_OMAP_REMOTEPROC=m +CONFIG_OMAP_REMOTEPROC_WATCHDOG=y +# CONFIG_WKUP_M3_RPROC is not set +CONFIG_KEYSTONE_REMOTEPROC=m +# CONFIG_MESON_MX_AO_ARC_REMOTEPROC is not set +CONFIG_QCOM_PIL_INFO=m +CONFIG_QCOM_RPROC_COMMON=m +CONFIG_QCOM_Q6V5_COMMON=m +# CONFIG_QCOM_Q6V5_ADSP is not set +CONFIG_QCOM_Q6V5_MSS=m +# CONFIG_QCOM_Q6V5_PAS is not set +# CONFIG_QCOM_Q6V5_WCSS is not set +CONFIG_QCOM_SYSMON=m +CONFIG_QCOM_WCNSS_PIL=m +# CONFIG_RCAR_REMOTEPROC is not set +CONFIG_ST_REMOTEPROC=m +CONFIG_ST_SLIM_REMOTEPROC=m +# CONFIG_STM32_RPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +CONFIG_RPMSG=y +CONFIG_RPMSG_CHAR=m +CONFIG_RPMSG_CTRL=m +CONFIG_RPMSG_NS=m +# CONFIG_RPMSG_QCOM_GLINK_RPM is not set +# CONFIG_RPMSG_QCOM_GLINK_SMEM is not set +CONFIG_RPMSG_QCOM_SMD=y +CONFIG_RPMSG_VIRTIO=m +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# CONFIG_MESON_CANVAS is not set +CONFIG_MESON_CLK_MEASURE=y +CONFIG_MESON_MX_SOCINFO=y +# end of Amlogic SoC drivers + +# +# ASPEED SoC drivers +# +CONFIG_ASPEED_LPC_CTRL=m +CONFIG_ASPEED_LPC_SNOOP=m +CONFIG_ASPEED_UART_ROUTING=y +CONFIG_ASPEED_P2A_CTRL=m +CONFIG_ASPEED_SOCINFO=y +# end of ASPEED SoC drivers + +CONFIG_AT91_SOC_ID=y +# CONFIG_AT91_SOC_SFR is not set + +# +# Broadcom SoC drivers +# +CONFIG_SOC_BRCMSTB=y +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# CONFIG_QUICC_ENGINE is not set +CONFIG_FSL_GUTS=y +# CONFIG_FSL_RCPM is not set +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# end of fujitsu SoC drivers + +# +# Hisilicon SoC drivers +# +# end of Hisilicon SoC drivers + +# +# i.MX SoC drivers +# +# CONFIG_SOC_IMX8M is not set +# CONFIG_SOC_IMX9 is not set +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# CONFIG_LITEX_SOC_CONTROLLER is not set +# end of Enable LiteX SoC Builder specific drivers + +# +# MediaTek SoC drivers +# +# CONFIG_MTK_CMDQ is not set +# CONFIG_MTK_DEVAPC is not set +CONFIG_MTK_INFRACFG=y +# CONFIG_MTK_PMIC_WRAP is not set +CONFIG_MTK_REGULATOR_COUPLER=y +CONFIG_MTK_MMSYS=y +# end of MediaTek SoC drivers + +# CONFIG_WPCM450_SOC is not set +CONFIG_PLAT_PXA=y +CONFIG_PXA_SSP=m + +# +# Qualcomm SoC drivers +# +# CONFIG_QCOM_AOSS_QMP is not set +CONFIG_QCOM_COMMAND_DB=m +# CONFIG_QCOM_GENI_SE is not set +CONFIG_QCOM_GSBI=y +# CONFIG_QCOM_LLCC is not set +CONFIG_QCOM_MDT_LOADER=m +CONFIG_QCOM_OCMEM=m +# CONFIG_QCOM_PMIC_PDCHARGER_ULOG is not set +# CONFIG_QCOM_PMIC_GLINK is not set +CONFIG_QCOM_QMI_HELPERS=m +# CONFIG_QCOM_RAMP_CTRL is not set +CONFIG_QCOM_RMTFS_MEM=m +# CONFIG_QCOM_RPM_MASTER_STATS is not set +CONFIG_QCOM_RPMH=m +CONFIG_QCOM_SMEM=y +CONFIG_QCOM_SMD_RPM=y +CONFIG_QCOM_SMEM_STATE=y +CONFIG_QCOM_SMP2P=y +CONFIG_QCOM_SMSM=y +CONFIG_QCOM_SOCINFO=m +CONFIG_QCOM_SPM=y +CONFIG_QCOM_STATS=m +CONFIG_QCOM_WCNSS_CTRL=m +# CONFIG_QCOM_APR is not set +# CONFIG_QCOM_ICC_BWMON is not set +# end of Qualcomm SoC drivers + +CONFIG_SOC_RENESAS=y +CONFIG_ARCH_RCAR_GEN1=y +CONFIG_ARCH_RCAR_GEN2=y +CONFIG_ARCH_RMOBILE=y +CONFIG_ARCH_RZN1=y +CONFIG_ARCH_EMEV2=y +CONFIG_ARCH_R8A7794=y +CONFIG_ARCH_R8A7779=y +CONFIG_ARCH_R8A7790=y +CONFIG_ARCH_R8A7778=y +CONFIG_ARCH_R8A7793=y +CONFIG_ARCH_R8A7791=y +CONFIG_ARCH_R8A7792=y +CONFIG_ARCH_R8A7740=y +CONFIG_ARCH_R8A73A4=y +CONFIG_ARCH_R7S72100=y +CONFIG_ARCH_R7S9210=y +CONFIG_ARCH_R8A77470=y +CONFIG_ARCH_R8A7745=y +CONFIG_ARCH_R8A7742=y +CONFIG_ARCH_R8A7743=y +CONFIG_ARCH_R8A7744=y +CONFIG_ARCH_R9A06G032=y +CONFIG_ARCH_SH73A0=y +CONFIG_RST_RCAR=y +CONFIG_ROCKCHIP_GRF=y +CONFIG_ROCKCHIP_IODOMAIN=y +CONFIG_SOC_SAMSUNG=y +CONFIG_EXYNOS_ASV_ARM=y +CONFIG_EXYNOS_CHIPID=y +# CONFIG_EXYNOS_USI is not set +CONFIG_EXYNOS_PMU=y +CONFIG_EXYNOS_PMU_ARM_DRIVERS=y +CONFIG_EXYNOS_REGULATOR_COUPLER=y +CONFIG_SUNXI_MBUS=y +CONFIG_SUNXI_SRAM=y +CONFIG_ARCH_TEGRA_2x_SOC=y +CONFIG_ARCH_TEGRA_3x_SOC=y +CONFIG_ARCH_TEGRA_114_SOC=y +CONFIG_ARCH_TEGRA_124_SOC=y +CONFIG_SOC_TEGRA_FUSE=y +CONFIG_SOC_TEGRA_FLOWCTRL=y +CONFIG_SOC_TEGRA_PMC=y +CONFIG_SOC_TEGRA20_VOLTAGE_COUPLER=y +CONFIG_SOC_TEGRA30_VOLTAGE_COUPLER=y +# CONFIG_SOC_TI is not set +CONFIG_UX500_SOC_ID=y + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# +# PM Domains +# +CONFIG_OWL_PM_DOMAINS_HELPER=y +# CONFIG_OWL_PM_DOMAINS is not set + +# +# Amlogic PM Domains +# +CONFIG_MESON_GX_PM_DOMAINS=y +CONFIG_MESON_EE_PM_DOMAINS=y +# end of Amlogic PM Domains + +CONFIG_ARM_SCMI_PERF_DOMAIN=y +CONFIG_ARM_SCMI_POWER_DOMAIN=y + +# +# Broadcom PM Domains +# +CONFIG_BCM2835_POWER=y +CONFIG_RASPBERRYPI_POWER=y +CONFIG_BCM_PMB=y +# end of Broadcom PM Domains + +# +# i.MX PM Domains +# +CONFIG_IMX_GPCV2_PM_DOMAINS=y +# end of i.MX PM Domains + +# +# MediaTek PM Domains +# +CONFIG_MTK_SCPSYS=y +CONFIG_MTK_SCPSYS_PM_DOMAINS=y +# end of MediaTek PM Domains + +# +# Qualcomm PM Domains +# +CONFIG_QCOM_CPR=y +CONFIG_QCOM_RPMHPD=m +CONFIG_QCOM_RPMPD=y +# end of Qualcomm PM Domains + +CONFIG_SYSC_RCAR=y +CONFIG_SYSC_R8A7794=y +CONFIG_SYSC_R8A7779=y +CONFIG_SYSC_R8A7790=y +CONFIG_SYSC_R8A7791=y +CONFIG_SYSC_R8A7792=y +CONFIG_SYSC_RMOBILE=y +CONFIG_SYSC_R8A77470=y +CONFIG_SYSC_R8A7745=y +CONFIG_SYSC_R8A7742=y +CONFIG_SYSC_R8A7743=y +CONFIG_ROCKCHIP_PM_DOMAINS=y +CONFIG_EXYNOS_PM_DOMAINS=y +CONFIG_UX500_PM_DOMAIN=y +# CONFIG_SUN20I_PPU is not set +CONFIG_OMAP2PLUS_PRM=y +# end of PM Domains + +CONFIG_PM_DEVFREQ=y + +# +# DEVFREQ Governors +# +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set +# CONFIG_DEVFREQ_GOV_POWERSAVE is not set +# CONFIG_DEVFREQ_GOV_USERSPACE is not set +CONFIG_DEVFREQ_GOV_PASSIVE=m + +# +# DEVFREQ Drivers +# +CONFIG_ARM_EXYNOS_BUS_DEVFREQ=m +# CONFIG_ARM_IMX_BUS_DEVFREQ is not set +# CONFIG_ARM_IMX8M_DDRC_DEVFREQ is not set +CONFIG_ARM_TEGRA_DEVFREQ=m +# CONFIG_ARM_RK3399_DMC_DEVFREQ is not set +# CONFIG_ARM_SUN8I_A33_MBUS_DEVFREQ is not set +CONFIG_PM_DEVFREQ_EVENT=y +CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP=m +CONFIG_DEVFREQ_EVENT_EXYNOS_PPMU=m +# CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI is not set +CONFIG_EXTCON=y + +# +# Extcon Device Drivers +# +# CONFIG_EXTCON_ADC_JACK is not set +# CONFIG_EXTCON_FSA9480 is not set +# CONFIG_EXTCON_GPIO is not set +CONFIG_EXTCON_MAX14577=m +# CONFIG_EXTCON_MAX3355 is not set +CONFIG_EXTCON_MAX77693=m +CONFIG_EXTCON_MAX8997=m +# CONFIG_EXTCON_PALMAS is not set +# CONFIG_EXTCON_PTN5150 is not set +# CONFIG_EXTCON_QCOM_SPMI_MISC is not set +# CONFIG_EXTCON_RT8973A is not set +# CONFIG_EXTCON_SM5502 is not set +CONFIG_EXTCON_USB_GPIO=y +# CONFIG_EXTCON_USBC_CROS_EC is not set +# CONFIG_EXTCON_USBC_TUSB320 is not set +CONFIG_MEMORY=y +CONFIG_DDR=y +# CONFIG_ARM_PL172_MPMC is not set +CONFIG_ATMEL_EBI=y +CONFIG_BRCMSTB_DPFE=y +CONFIG_BRCMSTB_MEMC=y +CONFIG_TI_AEMIF=y +# CONFIG_TI_EMIF is not set +CONFIG_OMAP_GPMC=y +# CONFIG_OMAP_GPMC_DEBUG is not set +# CONFIG_TI_EMIF_SRAM is not set +CONFIG_MVEBU_DEVBUS=y +CONFIG_PL353_SMC=y +# CONFIG_RENESAS_RPCIF is not set +CONFIG_STM32_FMC2_EBI=y +CONFIG_SAMSUNG_MC=y +CONFIG_EXYNOS5422_DMC=m +CONFIG_EXYNOS_SROM=y +CONFIG_TEGRA_MC=y +CONFIG_TEGRA20_EMC=y +CONFIG_TEGRA30_EMC=y +CONFIG_TEGRA124_EMC=y +CONFIG_IIO=y +CONFIG_IIO_BUFFER=y +CONFIG_IIO_BUFFER_CB=m +# CONFIG_IIO_BUFFER_DMA is not set +# CONFIG_IIO_BUFFER_DMAENGINE is not set +CONFIG_IIO_BUFFER_HW_CONSUMER=m +CONFIG_IIO_KFIFO_BUF=y +CONFIG_IIO_TRIGGERED_BUFFER=y +CONFIG_IIO_CONFIGFS=y +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +# CONFIG_IIO_SW_DEVICE is not set +CONFIG_IIO_SW_TRIGGER=y +# CONFIG_IIO_TRIGGERED_EVENT is not set + +# +# Accelerometers +# +# CONFIG_ADIS16201 is not set +# CONFIG_ADIS16209 is not set +# CONFIG_ADXL313_I2C is not set +# CONFIG_ADXL313_SPI is not set +# CONFIG_ADXL355_I2C is not set +# CONFIG_ADXL355_SPI is not set +# CONFIG_ADXL367_SPI is not set +# CONFIG_ADXL367_I2C is not set +# CONFIG_ADXL372_SPI is not set +# CONFIG_ADXL372_I2C is not set +# CONFIG_BMA180 is not set +# CONFIG_BMA220 is not set +# CONFIG_BMA400 is not set +# CONFIG_BMC150_ACCEL is not set +# CONFIG_BMI088_ACCEL is not set +# CONFIG_DA280 is not set +# CONFIG_DA311 is not set +# CONFIG_DMARD06 is not set +# CONFIG_DMARD09 is not set +# CONFIG_DMARD10 is not set +# CONFIG_FXLS8962AF_I2C is not set +# CONFIG_FXLS8962AF_SPI is not set +# CONFIG_IIO_CROS_EC_ACCEL_LEGACY is not set +# CONFIG_IIO_ST_ACCEL_3AXIS is not set +# CONFIG_IIO_KX022A_SPI is not set +# CONFIG_IIO_KX022A_I2C is not set +# CONFIG_KXSD9 is not set +# CONFIG_KXCJK1013 is not set +# CONFIG_MC3230 is not set +# CONFIG_MMA7455_I2C is not set +# CONFIG_MMA7455_SPI is not set +# CONFIG_MMA7660 is not set +# CONFIG_MMA8452 is not set +# CONFIG_MMA9551 is not set +# CONFIG_MMA9553 is not set +# CONFIG_MSA311 is not set +# CONFIG_MXC4005 is not set +# CONFIG_MXC6255 is not set +# CONFIG_SCA3000 is not set +# CONFIG_SCA3300 is not set +# CONFIG_STK8312 is not set +# CONFIG_STK8BA50 is not set +# end of Accelerometers + +# +# Analog to digital converters +# +CONFIG_AB8500_GPADC=y +# CONFIG_AD4130 is not set +# CONFIG_AD7091R5 is not set +# CONFIG_AD7091R8 is not set +# CONFIG_AD7124 is not set +# CONFIG_AD7192 is not set +# CONFIG_AD7266 is not set +# CONFIG_AD7280 is not set +# CONFIG_AD7291 is not set +# CONFIG_AD7292 is not set +# CONFIG_AD7298 is not set +# CONFIG_AD7476 is not set +# CONFIG_AD7606_IFACE_PARALLEL is not set +# CONFIG_AD7606_IFACE_SPI is not set +# CONFIG_AD7766 is not set +# CONFIG_AD7768_1 is not set +# CONFIG_AD7780 is not set +# CONFIG_AD7791 is not set +# CONFIG_AD7793 is not set +# CONFIG_AD7887 is not set +# CONFIG_AD7923 is not set +# CONFIG_AD7949 is not set +# CONFIG_AD799X is not set +# CONFIG_ADI_AXI_ADC is not set +CONFIG_ASPEED_ADC=m +CONFIG_AT91_ADC=m +CONFIG_AT91_SAMA5D2_ADC=m +# CONFIG_AXP20X_ADC is not set +# CONFIG_AXP288_ADC is not set +CONFIG_BCM_IPROC_ADC=y +CONFIG_BERLIN2_ADC=m +# CONFIG_CC10001_ADC is not set +CONFIG_CPCAP_ADC=m +# CONFIG_ENVELOPE_DETECTOR is not set +CONFIG_EXYNOS_ADC=m +# CONFIG_HI8435 is not set +# CONFIG_HX711 is not set +# CONFIG_INA2XX_ADC is not set +# CONFIG_IMX7D_ADC is not set +# CONFIG_IMX8QXP_ADC is not set +# CONFIG_IMX93_ADC is not set +# CONFIG_LTC2309 is not set +# CONFIG_LTC2471 is not set +# CONFIG_LTC2485 is not set +# CONFIG_LTC2496 is not set +# CONFIG_LTC2497 is not set +# CONFIG_MAX1027 is not set +# CONFIG_MAX11100 is not set +# CONFIG_MAX1118 is not set +# CONFIG_MAX11205 is not set +# CONFIG_MAX11410 is not set +# CONFIG_MAX1241 is not set +# CONFIG_MAX1363 is not set +# CONFIG_MAX34408 is not set +# CONFIG_MAX9611 is not set +# CONFIG_MCP320X is not set +# CONFIG_MCP3422 is not set +# CONFIG_MCP3564 is not set +# CONFIG_MCP3911 is not set +# CONFIG_MEDIATEK_MT6577_AUXADC is not set +CONFIG_MESON_SARADC=m +# CONFIG_NAU7802 is not set +# CONFIG_PALMAS_GPADC is not set +CONFIG_QCOM_VADC_COMMON=m +# CONFIG_QCOM_PM8XXX_XOADC is not set +# CONFIG_QCOM_SPMI_RRADC is not set +# CONFIG_QCOM_SPMI_IADC is not set +CONFIG_QCOM_SPMI_VADC=m +# CONFIG_QCOM_SPMI_ADC5 is not set +# CONFIG_RCAR_GYRO_ADC is not set +# CONFIG_RN5T618_ADC is not set +CONFIG_ROCKCHIP_SARADC=m +# CONFIG_RICHTEK_RTQ6056 is not set +# CONFIG_SPEAR_ADC is not set +# CONFIG_SD_ADC_MODULATOR is not set +CONFIG_STM32_ADC_CORE=m +CONFIG_STM32_ADC=m +CONFIG_STM32_DFSDM_CORE=m +CONFIG_STM32_DFSDM_ADC=m +CONFIG_STMPE_ADC=m +# CONFIG_SUN4I_GPADC is not set +# CONFIG_SUN20I_GPADC is not set +# CONFIG_TI_ADC081C is not set +# CONFIG_TI_ADC0832 is not set +# CONFIG_TI_ADC084S021 is not set +# CONFIG_TI_ADC12138 is not set +# CONFIG_TI_ADC108S102 is not set +# CONFIG_TI_ADC128S052 is not set +# CONFIG_TI_ADC161S626 is not set +# CONFIG_TI_ADS1015 is not set +# CONFIG_TI_ADS7924 is not set +# CONFIG_TI_ADS1100 is not set +# CONFIG_TI_ADS7950 is not set +# CONFIG_TI_ADS8344 is not set +# CONFIG_TI_ADS8688 is not set +# CONFIG_TI_ADS124S08 is not set +# CONFIG_TI_ADS131E08 is not set +# CONFIG_TI_LMP92064 is not set +# CONFIG_TI_TLC4541 is not set +# CONFIG_TI_TSC2046 is not set +# CONFIG_TWL4030_MADC is not set +# CONFIG_TWL6030_GPADC is not set +CONFIG_VF610_ADC=m +CONFIG_XILINX_XADC=y +# end of Analog to digital converters + +# +# Analog to digital and digital to analog converters +# +# CONFIG_AD74115 is not set +# CONFIG_AD74413R is not set +# end of Analog to digital and digital to analog converters + +# +# Analog Front Ends +# +# CONFIG_IIO_RESCALE is not set +# end of Analog Front Ends + +# +# Amplifiers +# +# CONFIG_AD8366 is not set +# CONFIG_ADA4250 is not set +# CONFIG_HMC425 is not set +# end of Amplifiers + +# +# Capacitance to digital converters +# +# CONFIG_AD7150 is not set +# CONFIG_AD7746 is not set +# end of Capacitance to digital converters + +# +# Chemical Sensors +# +# CONFIG_AOSONG_AGS02MA is not set +# CONFIG_ATLAS_PH_SENSOR is not set +# CONFIG_ATLAS_EZO_SENSOR is not set +# CONFIG_BME680 is not set +# CONFIG_CCS811 is not set +# CONFIG_IAQCORE is not set +# CONFIG_PMS7003 is not set +# CONFIG_SCD30_CORE is not set +# CONFIG_SCD4X is not set +# CONFIG_SENSIRION_SGP30 is not set +# CONFIG_SENSIRION_SGP40 is not set +# CONFIG_SPS30_I2C is not set +# CONFIG_SPS30_SERIAL is not set +# CONFIG_SENSEAIR_SUNRISE_CO2 is not set +# CONFIG_VZ89X is not set +# end of Chemical Sensors + +CONFIG_IIO_CROS_EC_SENSORS_CORE=m +CONFIG_IIO_CROS_EC_SENSORS=m +# CONFIG_IIO_CROS_EC_SENSORS_LID_ANGLE is not set + +# +# Hid Sensor IIO Common +# +# end of Hid Sensor IIO Common + +# +# IIO SCMI Sensors +# +# CONFIG_IIO_SCMI is not set +# end of IIO SCMI Sensors + +# +# SSP Sensor Common +# +# CONFIG_IIO_SSP_SENSORHUB is not set +# end of SSP Sensor Common + +# +# Digital to analog converters +# +# CONFIG_AD3552R is not set +# CONFIG_AD5064 is not set +# CONFIG_AD5360 is not set +# CONFIG_AD5380 is not set +# CONFIG_AD5421 is not set +# CONFIG_AD5446 is not set +# CONFIG_AD5449 is not set +# CONFIG_AD5592R is not set +# CONFIG_AD5593R is not set +# CONFIG_AD5504 is not set +# CONFIG_AD5624R_SPI is not set +# CONFIG_LTC2688 is not set +# CONFIG_AD5686_SPI is not set +# CONFIG_AD5696_I2C is not set +# CONFIG_AD5755 is not set +# CONFIG_AD5758 is not set +# CONFIG_AD5761 is not set +# CONFIG_AD5764 is not set +# CONFIG_AD5766 is not set +# CONFIG_AD5770R is not set +# CONFIG_AD5791 is not set +# CONFIG_AD7293 is not set +# CONFIG_AD7303 is not set +# CONFIG_AD8801 is not set +# CONFIG_DPOT_DAC is not set +# CONFIG_DS4424 is not set +# CONFIG_LTC1660 is not set +# CONFIG_LTC2632 is not set +# CONFIG_M62332 is not set +# CONFIG_MAX517 is not set +# CONFIG_MAX5522 is not set +# CONFIG_MAX5821 is not set +# CONFIG_MCP4725 is not set +# CONFIG_MCP4728 is not set +# CONFIG_MCP4821 is not set +# CONFIG_MCP4922 is not set +CONFIG_STM32_DAC=m +CONFIG_STM32_DAC_CORE=m +# CONFIG_TI_DAC082S085 is not set +# CONFIG_TI_DAC5571 is not set +# CONFIG_TI_DAC7311 is not set +# CONFIG_TI_DAC7612 is not set +# CONFIG_VF610_DAC is not set +# end of Digital to analog converters + +# +# IIO dummy driver +# +# end of IIO dummy driver + +# +# Filters +# +# end of Filters + +# +# Frequency Synthesizers DDS/PLL +# + +# +# Clock Generator/Distribution +# +# CONFIG_AD9523 is not set +# end of Clock Generator/Distribution + +# +# Phase-Locked Loop (PLL) frequency synthesizers +# +# CONFIG_ADF4350 is not set +# CONFIG_ADF4371 is not set +# CONFIG_ADF4377 is not set +# CONFIG_ADMV1013 is not set +# CONFIG_ADMV4420 is not set +# CONFIG_ADRF6780 is not set +# end of Phase-Locked Loop (PLL) frequency synthesizers +# end of Frequency Synthesizers DDS/PLL + +# +# Digital gyroscope sensors +# +# CONFIG_ADIS16080 is not set +# CONFIG_ADIS16130 is not set +# CONFIG_ADIS16136 is not set +# CONFIG_ADIS16260 is not set +# CONFIG_ADXRS290 is not set +# CONFIG_ADXRS450 is not set +# CONFIG_BMG160 is not set +# CONFIG_FXAS21002C is not set +CONFIG_MPU3050=y +CONFIG_MPU3050_I2C=y +# CONFIG_IIO_ST_GYRO_3AXIS is not set +# CONFIG_ITG3200 is not set +# end of Digital gyroscope sensors + +# +# Health Sensors +# + +# +# Heart Rate Monitors +# +# CONFIG_AFE4403 is not set +# CONFIG_AFE4404 is not set +# CONFIG_MAX30100 is not set +# CONFIG_MAX30102 is not set +# end of Heart Rate Monitors +# end of Health Sensors + +# +# Humidity sensors +# +# CONFIG_AM2315 is not set +# CONFIG_DHT11 is not set +# CONFIG_HDC100X is not set +# CONFIG_HDC2010 is not set +# CONFIG_HDC3020 is not set +# CONFIG_HTS221 is not set +# CONFIG_HTU21 is not set +# CONFIG_SI7005 is not set +# CONFIG_SI7020 is not set +# end of Humidity sensors + +# +# Inertial measurement units +# +# CONFIG_ADIS16400 is not set +# CONFIG_ADIS16460 is not set +# CONFIG_ADIS16475 is not set +# CONFIG_ADIS16480 is not set +# CONFIG_BMI160_I2C is not set +# CONFIG_BMI160_SPI is not set +# CONFIG_BMI323_I2C is not set +# CONFIG_BMI323_SPI is not set +# CONFIG_BOSCH_BNO055_SERIAL is not set +# CONFIG_BOSCH_BNO055_I2C is not set +# CONFIG_FXOS8700_I2C is not set +# CONFIG_FXOS8700_SPI is not set +# CONFIG_KMX61 is not set +# CONFIG_INV_ICM42600_I2C is not set +# CONFIG_INV_ICM42600_SPI is not set +# CONFIG_INV_MPU6050_I2C is not set +# CONFIG_INV_MPU6050_SPI is not set +# CONFIG_IIO_ST_LSM6DSX is not set +# CONFIG_IIO_ST_LSM9DS0 is not set +# end of Inertial measurement units + +# +# Light sensors +# +# CONFIG_ADJD_S311 is not set +# CONFIG_ADUX1020 is not set +# CONFIG_AL3010 is not set +# CONFIG_AL3320A is not set +# CONFIG_APDS9300 is not set +# CONFIG_APDS9960 is not set +# CONFIG_AS73211 is not set +# CONFIG_BH1750 is not set +# CONFIG_BH1780 is not set +# CONFIG_CM32181 is not set +# CONFIG_CM3232 is not set +# CONFIG_CM3323 is not set +# CONFIG_CM3605 is not set +CONFIG_CM36651=m +CONFIG_IIO_CROS_EC_LIGHT_PROX=m +# CONFIG_GP2AP002 is not set +# CONFIG_GP2AP020A00F is not set +CONFIG_SENSORS_ISL29018=y +CONFIG_SENSORS_ISL29028=y +# CONFIG_ISL29125 is not set +# CONFIG_ISL76682 is not set +# CONFIG_JSA1212 is not set +# CONFIG_ROHM_BU27008 is not set +# CONFIG_ROHM_BU27034 is not set +# CONFIG_RPR0521 is not set +# CONFIG_LTR390 is not set +# CONFIG_LTR501 is not set +# CONFIG_LTRF216A is not set +# CONFIG_LV0104CS is not set +# CONFIG_MAX44000 is not set +# CONFIG_MAX44009 is not set +# CONFIG_NOA1305 is not set +# CONFIG_OPT3001 is not set +# CONFIG_OPT4001 is not set +# CONFIG_PA12203001 is not set +# CONFIG_SI1133 is not set +# CONFIG_SI1145 is not set +# CONFIG_STK3310 is not set +# CONFIG_ST_UVIS25 is not set +# CONFIG_TCS3414 is not set +# CONFIG_TCS3472 is not set +# CONFIG_SENSORS_TSL2563 is not set +# CONFIG_TSL2583 is not set +# CONFIG_TSL2591 is not set +# CONFIG_TSL2772 is not set +# CONFIG_TSL4531 is not set +# CONFIG_US5182D is not set +# CONFIG_VCNL4000 is not set +# CONFIG_VCNL4035 is not set +# CONFIG_VEML6030 is not set +# CONFIG_VEML6070 is not set +# CONFIG_VEML6075 is not set +# CONFIG_VL6180 is not set +# CONFIG_ZOPT2201 is not set +# end of Light sensors + +# +# Magnetometer sensors +# +# CONFIG_AK8974 is not set +CONFIG_AK8975=y +# CONFIG_AK09911 is not set +# CONFIG_BMC150_MAGN_I2C is not set +# CONFIG_BMC150_MAGN_SPI is not set +# CONFIG_MAG3110 is not set +# CONFIG_MMC35240 is not set +# CONFIG_IIO_ST_MAGN_3AXIS is not set +# CONFIG_SENSORS_HMC5843_I2C is not set +# CONFIG_SENSORS_HMC5843_SPI is not set +# CONFIG_SENSORS_RM3100_I2C is not set +# CONFIG_SENSORS_RM3100_SPI is not set +# CONFIG_TI_TMAG5273 is not set +# CONFIG_YAMAHA_YAS530 is not set +# end of Magnetometer sensors + +# +# Multiplexers +# +# CONFIG_IIO_MUX is not set +# end of Multiplexers + +# +# Inclinometer sensors +# +# end of Inclinometer sensors + +# +# Triggers - standalone +# +CONFIG_IIO_HRTIMER_TRIGGER=y +# CONFIG_IIO_INTERRUPT_TRIGGER is not set +CONFIG_IIO_STM32_LPTIMER_TRIGGER=m +CONFIG_IIO_STM32_TIMER_TRIGGER=m +# CONFIG_IIO_TIGHTLOOP_TRIGGER is not set +# CONFIG_IIO_SYSFS_TRIGGER is not set +# end of Triggers - standalone + +# +# Linear and angular position sensors +# +# end of Linear and angular position sensors + +# +# Digital potentiometers +# +# CONFIG_AD5110 is not set +# CONFIG_AD5272 is not set +# CONFIG_DS1803 is not set +# CONFIG_MAX5432 is not set +# CONFIG_MAX5481 is not set +# CONFIG_MAX5487 is not set +# CONFIG_MCP4018 is not set +# CONFIG_MCP4131 is not set +# CONFIG_MCP4531 is not set +# CONFIG_MCP41010 is not set +# CONFIG_TPL0102 is not set +# CONFIG_X9250 is not set +# end of Digital potentiometers + +# +# Digital potentiostats +# +# CONFIG_LMP91000 is not set +# end of Digital potentiostats + +# +# Pressure sensors +# +# CONFIG_ABP060MG is not set +# CONFIG_ROHM_BM1390 is not set +# CONFIG_BMP280 is not set +# CONFIG_IIO_CROS_EC_BARO is not set +# CONFIG_DLHL60D is not set +# CONFIG_DPS310 is not set +# CONFIG_HP03 is not set +# CONFIG_HSC030PA is not set +# CONFIG_ICP10100 is not set +# CONFIG_MPL115_I2C is not set +# CONFIG_MPL115_SPI is not set +# CONFIG_MPL3115 is not set +# CONFIG_MPRLS0025PA is not set +# CONFIG_MS5611 is not set +# CONFIG_MS5637 is not set +# CONFIG_IIO_ST_PRESS is not set +# CONFIG_T5403 is not set +# CONFIG_HP206C is not set +# CONFIG_ZPA2326 is not set +# end of Pressure sensors + +# +# Lightning sensors +# +# CONFIG_AS3935 is not set +# end of Lightning sensors + +# +# Proximity and distance sensors +# +# CONFIG_CROS_EC_MKBP_PROXIMITY is not set +# CONFIG_IRSD200 is not set +# CONFIG_ISL29501 is not set +# CONFIG_LIDAR_LITE_V2 is not set +# CONFIG_MB1232 is not set +# CONFIG_PING is not set +# CONFIG_RFD77402 is not set +# CONFIG_SRF04 is not set +# CONFIG_SX9310 is not set +# CONFIG_SX9324 is not set +# CONFIG_SX9360 is not set +# CONFIG_SX9500 is not set +# CONFIG_SRF08 is not set +# CONFIG_VCNL3020 is not set +# CONFIG_VL53L0X_I2C is not set +# end of Proximity and distance sensors + +# +# Resolver to digital converters +# +# CONFIG_AD2S90 is not set +# CONFIG_AD2S1200 is not set +# CONFIG_AD2S1210 is not set +# end of Resolver to digital converters + +# +# Temperature sensors +# +# CONFIG_LTC2983 is not set +# CONFIG_MAXIM_THERMOCOUPLE is not set +# CONFIG_MLX90614 is not set +# CONFIG_MLX90632 is not set +# CONFIG_MLX90635 is not set +# CONFIG_TMP006 is not set +# CONFIG_TMP007 is not set +# CONFIG_TMP117 is not set +# CONFIG_TSYS01 is not set +# CONFIG_TSYS02D is not set +# CONFIG_MAX30208 is not set +# CONFIG_MAX31856 is not set +# CONFIG_MAX31865 is not set +# CONFIG_MCP9600 is not set +# end of Temperature sensors + +# CONFIG_NTB is not set +CONFIG_PWM=y +CONFIG_PWM_SYSFS=y +# CONFIG_PWM_DEBUG is not set +# CONFIG_PWM_AB8500 is not set +CONFIG_PWM_ATMEL=m +CONFIG_PWM_ATMEL_HLCDC_PWM=m +CONFIG_PWM_ATMEL_TCB=m +CONFIG_PWM_BCM_IPROC=y +CONFIG_PWM_BCM_KONA=y +CONFIG_PWM_BCM2835=y +# CONFIG_PWM_BERLIN is not set +CONFIG_PWM_BRCMSTB=m +# CONFIG_PWM_CLK is not set +# CONFIG_PWM_CROS_EC is not set +# CONFIG_PWM_DWC is not set +CONFIG_PWM_FSL_FTM=m +# CONFIG_PWM_HIBVT is not set +# CONFIG_PWM_IMX1 is not set +# CONFIG_PWM_IMX27 is not set +# CONFIG_PWM_IMX_TPM is not set +CONFIG_PWM_MESON=m +# CONFIG_PWM_MTK_DISP is not set +# CONFIG_PWM_MEDIATEK is not set +# CONFIG_PWM_OMAP_DMTIMER is not set +# CONFIG_PWM_PCA9685 is not set +# CONFIG_PWM_PXA is not set +# CONFIG_PWM_RASPBERRYPI_POE is not set +CONFIG_PWM_RCAR=m +CONFIG_PWM_RENESAS_TPU=y +CONFIG_PWM_ROCKCHIP=m +CONFIG_PWM_SAMSUNG=m +# CONFIG_PWM_SPEAR is not set +CONFIG_PWM_STI=y +CONFIG_PWM_STM32=m +CONFIG_PWM_STM32_LP=m +# CONFIG_PWM_STMPE is not set +CONFIG_PWM_SUN4I=y +# CONFIG_PWM_SUNPLUS is not set +CONFIG_PWM_TEGRA=y +# CONFIG_PWM_TIECAP is not set +# CONFIG_PWM_TIEHRPWM is not set +# CONFIG_PWM_TWL is not set +# CONFIG_PWM_TWL_LED is not set +CONFIG_PWM_VT8500=y +# CONFIG_PWM_XILINX is not set + +# +# IRQ chip support +# +CONFIG_IRQCHIP=y +CONFIG_ARM_GIC=y +CONFIG_ARM_GIC_MAX_NR=1 +CONFIG_ARM_GIC_V2M=y +CONFIG_GIC_NON_BANKED=y +CONFIG_ARM_GIC_V3=y +CONFIG_ARM_GIC_V3_ITS=y +CONFIG_ARM_GIC_V3_ITS_PCI=y +CONFIG_ARM_VIC=y +CONFIG_ARM_VIC_NR=2 +CONFIG_ARMADA_370_XP_IRQ=y +CONFIG_ALPINE_MSI=y +# CONFIG_AL_FIC is not set +CONFIG_ATMEL_AIC5_IRQ=y +CONFIG_BCM7038_L1_IRQ=y +CONFIG_BCM7120_L2_IRQ=y +CONFIG_BRCMSTB_L2_IRQ=y +CONFIG_DW_APB_ICTL=y +CONFIG_OMAP_IRQCHIP=y +CONFIG_ORION_IRQCHIP=y +CONFIG_RENESAS_INTC_IRQPIN=y +CONFIG_RENESAS_IRQC=y +CONFIG_RENESAS_RZA1_IRQC=y +CONFIG_ST_IRQCHIP=y +CONFIG_SUN4I_INTC=y +CONFIG_SUN6I_R_INTC=y +CONFIG_SUNXI_NMI_INTC=y +# CONFIG_TS4800_IRQ is not set +# CONFIG_XILINX_INTC is not set +CONFIG_IRQ_CROSSBAR=y +CONFIG_KEYSTONE_IRQ=y +CONFIG_IMX_GPCV2=y +CONFIG_LS_EXTIRQ=y +CONFIG_LS_SCFG_MSI=y +CONFIG_PARTITION_PERCPU=y +CONFIG_STM32_EXTI=y +CONFIG_IRQ_UNIPHIER_AIDET=y +CONFIG_MESON_IRQ_GPIO=y +# CONFIG_QCOM_PDC is not set +# CONFIG_QCOM_MPM is not set +CONFIG_IMX_IRQSTEER=y +CONFIG_IMX_INTMUX=y +CONFIG_IMX_MU_MSI=m +CONFIG_EXYNOS_IRQ_COMBINER=y +CONFIG_MST_IRQ=y +# CONFIG_MCHP_EIC is not set +CONFIG_SUNPLUS_SP7021_INTC=y +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +CONFIG_ARCH_HAS_RESET_CONTROLLER=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_BERLIN=m +CONFIG_RESET_BRCMSTB=y +CONFIG_RESET_BRCMSTB_RESCAL=y +CONFIG_RESET_IMX7=y +CONFIG_RESET_MCHP_SPARX5=y +CONFIG_RESET_MESON=y +# CONFIG_RESET_MESON_AUDIO_ARB is not set +# CONFIG_RESET_QCOM_AOSS is not set +# CONFIG_RESET_QCOM_PDC is not set +CONFIG_RESET_RASPBERRYPI=y +CONFIG_RESET_SCMI=y +CONFIG_RESET_SIMPLE=y +CONFIG_RESET_SOCFPGA=y +CONFIG_RESET_SUNPLUS=y +CONFIG_RESET_SUNXI=y +# CONFIG_RESET_TI_SYSCON is not set +# CONFIG_RESET_TI_TPS380X is not set +CONFIG_RESET_UNIPHIER=y +CONFIG_RESET_UNIPHIER_GLUE=y +CONFIG_RESET_ZYNQ=y +CONFIG_STIH407_RESET=y +CONFIG_COMMON_RESET_HI3660=y +CONFIG_COMMON_RESET_HI6220=y + +# +# PHY Subsystem +# +CONFIG_GENERIC_PHY=y +CONFIG_GENERIC_PHY_MIPI_DPHY=y +# CONFIG_PHY_CAN_TRANSCEIVER is not set +CONFIG_PHY_SUN4I_USB=y +CONFIG_PHY_SUN6I_MIPI_DPHY=m +CONFIG_PHY_SUN9I_USB=y +# CONFIG_PHY_SUN50I_USB3 is not set +# CONFIG_PHY_MESON8_HDMI_TX is not set +CONFIG_PHY_MESON8B_USB2=y +CONFIG_PHY_MESON_GXL_USB2=y +CONFIG_PHY_MESON_G12A_MIPI_DPHY_ANALOG=y +CONFIG_PHY_MESON_G12A_USB2=y +CONFIG_PHY_MESON_G12A_USB3_PCIE=y +CONFIG_PHY_MESON_AXG_PCIE=y +CONFIG_PHY_MESON_AXG_MIPI_PCIE_ANALOG=y +CONFIG_PHY_MESON_AXG_MIPI_DPHY=y + +# +# PHY drivers for Broadcom platforms +# +CONFIG_PHY_CYGNUS_PCIE=y +CONFIG_PHY_BCM_SR_USB=y +# CONFIG_BCM_KONA_USB2_PHY is not set +# CONFIG_PHY_BCM_NS_USB2 is not set +CONFIG_PHY_NS2_USB_DRD=y +CONFIG_PHY_BRCM_SATA=y +CONFIG_PHY_BRCM_USB=m +CONFIG_PHY_BCM_SR_PCIE=y +# end of PHY drivers for Broadcom platforms + +# CONFIG_PHY_CADENCE_TORRENT is not set +# CONFIG_PHY_CADENCE_DPHY is not set +# CONFIG_PHY_CADENCE_DPHY_RX is not set +# CONFIG_PHY_CADENCE_SIERRA is not set +# CONFIG_PHY_CADENCE_SALVO is not set +# CONFIG_PHY_HISI_INNO_USB2 is not set +CONFIG_PHY_HIX5HD2_SATA=y +CONFIG_ARMADA375_USBCLUSTER_PHY=y +CONFIG_PHY_BERLIN_SATA=y +CONFIG_PHY_BERLIN_USB=y +CONFIG_PHY_MVEBU_A3700_COMPHY=y +CONFIG_PHY_MVEBU_A3700_UTMI=y +# CONFIG_PHY_MVEBU_A38X_COMPHY is not set +# CONFIG_PHY_MVEBU_CP110_COMPHY is not set +# CONFIG_PHY_MVEBU_CP110_UTMI is not set +CONFIG_PHY_MVEBU_SATA=y +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_PXA_USB is not set +CONFIG_PHY_MMP3_USB=m +# CONFIG_PHY_MMP3_HSIC is not set +# CONFIG_PHY_MTK_PCIE is not set +# CONFIG_PHY_MTK_TPHY is not set +# CONFIG_PHY_MTK_UFS is not set +# CONFIG_PHY_MTK_XSPHY is not set +# CONFIG_PHY_MTK_HDMI is not set +# CONFIG_PHY_MTK_MIPI_DSI is not set +# CONFIG_PHY_MTK_DP is not set +CONFIG_PHY_LAN966X_SERDES=m +CONFIG_PHY_CPCAP_USB=m +# CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_OCELOT_SERDES is not set +CONFIG_PHY_QCOM_APQ8064_SATA=m +# CONFIG_PHY_QCOM_EDP is not set +# CONFIG_PHY_QCOM_IPQ4019_USB is not set +# CONFIG_PHY_QCOM_IPQ806X_SATA is not set +# CONFIG_PHY_QCOM_PCIE2 is not set +# CONFIG_PHY_QCOM_QMP is not set +# CONFIG_PHY_QCOM_QUSB2 is not set +# CONFIG_PHY_QCOM_SNPS_EUSB2 is not set +# CONFIG_PHY_QCOM_EUSB2_REPEATER is not set +# CONFIG_PHY_QCOM_M31_USB is not set +CONFIG_PHY_QCOM_USB_HS=y +# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set +# CONFIG_PHY_QCOM_USB_HSIC is not set +# CONFIG_PHY_QCOM_USB_HS_28NM is not set +# CONFIG_PHY_QCOM_USB_SS is not set +# CONFIG_PHY_QCOM_IPQ806X_USB is not set +# CONFIG_PHY_QCOM_SGMII_ETH is not set +# CONFIG_PHY_R8A779F0_ETHERNET_SERDES is not set +CONFIG_PHY_RCAR_GEN2=m +# CONFIG_PHY_RCAR_GEN3_PCIE is not set +# CONFIG_PHY_RCAR_GEN3_USB2 is not set +# CONFIG_PHY_RCAR_GEN3_USB3 is not set +CONFIG_PHY_ROCKCHIP_DP=m +# CONFIG_PHY_ROCKCHIP_DPHY_RX0 is not set +# CONFIG_PHY_ROCKCHIP_EMMC is not set +# CONFIG_PHY_ROCKCHIP_INNO_HDMI is not set +# CONFIG_PHY_ROCKCHIP_INNO_USB2 is not set +# CONFIG_PHY_ROCKCHIP_INNO_CSIDPHY is not set +# CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY is not set +# CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY is not set +# CONFIG_PHY_ROCKCHIP_PCIE is not set +# CONFIG_PHY_ROCKCHIP_SNPS_PCIE3 is not set +# CONFIG_PHY_ROCKCHIP_TYPEC is not set +CONFIG_PHY_ROCKCHIP_USB=y +CONFIG_PHY_EXYNOS_DP_VIDEO=m +CONFIG_PHY_EXYNOS_MIPI_VIDEO=m +# CONFIG_PHY_EXYNOS_PCIE is not set +# CONFIG_PHY_SAMSUNG_UFS is not set +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PHY_EXYNOS4210_USB2=y +CONFIG_PHY_EXYNOS4X12_USB2=y +CONFIG_PHY_EXYNOS5250_USB2=y +CONFIG_PHY_EXYNOS5_USBDRD=y +CONFIG_PHY_EXYNOS5250_SATA=m +CONFIG_PHY_UNIPHIER_USB2=y +CONFIG_PHY_UNIPHIER_USB3=y +# CONFIG_PHY_UNIPHIER_PCIE is not set +CONFIG_PHY_UNIPHIER_AHCI=y +CONFIG_PHY_MIPHY28LP=y +CONFIG_PHY_ST_SPEAR1310_MIPHY=y +CONFIG_PHY_ST_SPEAR1340_MIPHY=y +CONFIG_PHY_STIH407_USB=y +CONFIG_PHY_STM32_USBPHYC=y +# CONFIG_PHY_SUNPLUS_USB is not set +CONFIG_PHY_TEGRA_XUSB=y +CONFIG_PHY_DM816X_USB=m +CONFIG_OMAP_CONTROL_PHY=y +CONFIG_OMAP_USB2=y +CONFIG_TI_PIPE3=y +# CONFIG_PHY_TUSB1210 is not set +CONFIG_TWL4030_USB=m +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_ARM_CCI_PMU is not set +# CONFIG_ARM_CCN is not set +CONFIG_ARM_PMU=y +# CONFIG_ARM_PMUV3 is not set +# CONFIG_FSL_IMX8_DDR_PMU is not set +# CONFIG_FSL_IMX9_DDR_PMU is not set +# CONFIG_DWC_PCIE_PMU is not set +# CONFIG_MESON_DDR_PMU is not set +# end of Performance monitor support + +CONFIG_RAS=y +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +CONFIG_NVMEM_LAYOUTS=y + +# +# Layout Types +# +# CONFIG_NVMEM_LAYOUT_SL28_VPD is not set +# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set +# end of Layout Types + +CONFIG_NVMEM_BCM_OCOTP=y +# CONFIG_NVMEM_BRCM_NVRAM is not set +# CONFIG_NVMEM_IMX_IIM is not set +CONFIG_NVMEM_IMX_OCOTP=y +# CONFIG_NVMEM_IMX_OCOTP_ELE is not set +# CONFIG_NVMEM_LAN9662_OTPC is not set +CONFIG_NVMEM_MESON_MX_EFUSE=m +# CONFIG_NVMEM_MICROCHIP_OTPC is not set +# CONFIG_NVMEM_MTK_EFUSE is not set +CONFIG_NVMEM_QCOM_QFPROM=y +# CONFIG_NVMEM_QCOM_SEC_QFPROM is not set +CONFIG_NVMEM_RMEM=m +CONFIG_NVMEM_ROCKCHIP_EFUSE=m +# CONFIG_NVMEM_ROCKCHIP_OTP is not set +# CONFIG_NVMEM_SNVS_LPGPR is not set +# CONFIG_NVMEM_SPMI_SDAM is not set +CONFIG_NVMEM_STM32_BSEC_OPTEE_TA=y +CONFIG_NVMEM_STM32_ROMEM=m +# CONFIG_NVMEM_SUNPLUS_OCOTP is not set +CONFIG_NVMEM_SUNXI_SID=y +# CONFIG_NVMEM_U_BOOT_ENV is not set +# CONFIG_NVMEM_UNIPHIER_EFUSE is not set +CONFIG_NVMEM_VF610_OCOTP=y + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +CONFIG_FSI=m +# CONFIG_FSI_NEW_DEV_NODE is not set +CONFIG_FSI_MASTER_GPIO=m +CONFIG_FSI_MASTER_HUB=m +CONFIG_FSI_MASTER_ASPEED=m +# CONFIG_FSI_MASTER_I2CR is not set +CONFIG_FSI_SCOM=m +CONFIG_FSI_SBEFIFO=m +CONFIG_FSI_OCC=m +CONFIG_TEE=y +CONFIG_OPTEE=y +CONFIG_PM_OPP=y +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +CONFIG_INTERCONNECT=y +# CONFIG_INTERCONNECT_IMX is not set +CONFIG_INTERCONNECT_QCOM=y +CONFIG_INTERCONNECT_QCOM_MSM8916=y +# CONFIG_INTERCONNECT_QCOM_MSM8939 is not set +# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set +# CONFIG_INTERCONNECT_QCOM_MSM8996 is not set +# CONFIG_INTERCONNECT_QCOM_OSM_L3 is not set +# CONFIG_INTERCONNECT_QCOM_QCM2290 is not set +# CONFIG_INTERCONNECT_QCOM_QCS404 is not set +# CONFIG_INTERCONNECT_QCOM_QDU1000 is not set +CONFIG_INTERCONNECT_QCOM_RPMH_POSSIBLE=m +# CONFIG_INTERCONNECT_QCOM_SA8775P is not set +# CONFIG_INTERCONNECT_QCOM_SC7180 is not set +# CONFIG_INTERCONNECT_QCOM_SC7280 is not set +# CONFIG_INTERCONNECT_QCOM_SC8180X is not set +# CONFIG_INTERCONNECT_QCOM_SC8280XP is not set +# CONFIG_INTERCONNECT_QCOM_SDM660 is not set +# CONFIG_INTERCONNECT_QCOM_SDM670 is not set +# CONFIG_INTERCONNECT_QCOM_SDM845 is not set +# CONFIG_INTERCONNECT_QCOM_SDX55 is not set +# CONFIG_INTERCONNECT_QCOM_SDX65 is not set +# CONFIG_INTERCONNECT_QCOM_SDX75 is not set +# CONFIG_INTERCONNECT_QCOM_SM6115 is not set +# CONFIG_INTERCONNECT_QCOM_SM6350 is not set +# CONFIG_INTERCONNECT_QCOM_SM8150 is not set +# CONFIG_INTERCONNECT_QCOM_SM8250 is not set +# CONFIG_INTERCONNECT_QCOM_SM8350 is not set +# CONFIG_INTERCONNECT_QCOM_SM8450 is not set +# CONFIG_INTERCONNECT_QCOM_SM8550 is not set +# CONFIG_INTERCONNECT_QCOM_SM8650 is not set +# CONFIG_INTERCONNECT_QCOM_X1E80100 is not set +CONFIG_INTERCONNECT_QCOM_SMD_RPM=y +# CONFIG_INTERCONNECT_SAMSUNG is not set +CONFIG_COUNTER=m +# CONFIG_FTM_QUADDEC is not set +# CONFIG_INTERRUPT_CNT is not set +# CONFIG_MICROCHIP_TCB_CAPTURE is not set +CONFIG_STM32_LPTIMER_CNT=m +CONFIG_STM32_TIMER_CNT=m +# CONFIG_TI_ECAP_CAPTURE is not set +# CONFIG_TI_EQEP is not set +# CONFIG_MOST is not set +# CONFIG_PECI is not set +# CONFIG_HTE is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +CONFIG_BUFFER_HEAD=y +CONFIG_LEGACY_DIRECT_IO=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +# CONFIG_EXT4_FS_POSIX_ACL is not set +# CONFIG_EXT4_FS_SECURITY is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_BCACHEFS_FS is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set +CONFIG_QUOTA=y +# CONFIG_QUOTA_NETLINK_INTERFACE is not set +# CONFIG_QUOTA_DEBUG is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set +CONFIG_QUOTACTL=y +CONFIG_AUTOFS_FS=y +# CONFIG_FUSE_FS is not set +# CONFIG_OVERLAY_FS is not set + +# +# Caches +# +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +CONFIG_NTFS_FS=y +# CONFIG_NTFS_DEBUG is not set +# CONFIG_NTFS_RW is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_CHILDREN=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_QUOTA is not set +CONFIG_CONFIGFS_FS=y +CONFIG_EFIVAR_FS=m +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_JFFS2_FS is not set +CONFIG_UBIFS_FS=y +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UBIFS_FS_ZSTD=y +# CONFIG_UBIFS_ATIME_SUPPORT is not set +CONFIG_UBIFS_FS_XATTR=y +CONFIG_UBIFS_FS_SECURITY=y +# CONFIG_UBIFS_FS_AUTHENTICATION is not set +# CONFIG_CRAMFS is not set +CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_FILE_CACHE=y +# CONFIG_SQUASHFS_FILE_DIRECT is not set +CONFIG_SQUASHFS_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set +CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU is not set +# CONFIG_SQUASHFS_XATTR is not set +CONFIG_SQUASHFS_ZLIB=y +# CONFIG_SQUASHFS_LZ4 is not set +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XZ=y +# CONFIG_SQUASHFS_ZSTD is not set +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +CONFIG_PSTORE=y +CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240 +CONFIG_PSTORE_COMPRESS=y +CONFIG_PSTORE_CONSOLE=y +CONFIG_PSTORE_PMSG=y +CONFIG_PSTORE_RAM=y +# CONFIG_PSTORE_BLK is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +CONFIG_NFS_V2=y +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +# CONFIG_NFS_SWAP is not set +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_2=y +CONFIG_PNFS_FILE_LAYOUT=y +CONFIG_PNFS_FLEXFILE_LAYOUT=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +# CONFIG_NFS_V4_1_MIGRATION is not set +CONFIG_NFS_V4_SECURITY_LABEL=y +CONFIG_ROOT_NFS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +CONFIG_NFS_V4_2_READ_PLUS=y +CONFIG_NFSD=y +# CONFIG_NFSD_V2 is not set +# CONFIG_NFSD_V3_ACL is not set +# CONFIG_NFSD_V4 is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=y +CONFIG_NFS_COMMON=y +CONFIG_NFS_V4_2_SSC_HELPER=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_SUNRPC_BACKCHANNEL=y +CONFIG_RPCSEC_GSS_KRB5=y +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +CONFIG_NLS_UTF8=y +# CONFIG_DLM is not set +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +CONFIG_SECURITY_LANDLOCK=y +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +# CONFIG_IMA is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y +# CONFIG_INIT_STACK_NONE is not set +# CONFIG_INIT_STACK_ALL_PATTERN is not set +CONFIG_INIT_STACK_ALL_ZERO=y +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization + +# +# Hardening of kernel data structures +# +# CONFIG_LIST_HARDENED is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Hardening of kernel data structures + +CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_FULL is not set +# CONFIG_RANDSTRUCT_PERFORMANCE is not set +# end of Kernel hardening options +# end of Security options + +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=m +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SIG2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=m +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=m +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_KPP=m +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_USER=m +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_NULL2=m +# CONFIG_CRYPTO_PCRYPT is not set +CONFIG_CRYPTO_CRYPTD=m +CONFIG_CRYPTO_AUTHENC=m +# CONFIG_CRYPTO_TEST is not set +CONFIG_CRYPTO_SIMD=m +CONFIG_CRYPTO_ENGINE=m +# end of Crypto core or helper + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +CONFIG_CRYPTO_ECC=m +CONFIG_CRYPTO_ECDH=m +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=m +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ANUBIS is not set +# CONFIG_CRYPTO_ARIA is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +CONFIG_CRYPTO_DES=m +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_SM4_GENERIC is not set +# CONFIG_CRYPTO_TEA is not set +# CONFIG_CRYPTO_TWOFISH is not set +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_ARC4 is not set +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=m +CONFIG_CRYPTO_CTR=m +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +CONFIG_CRYPTO_XTS=m +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GENIV=m +CONFIG_CRYPTO_SEQIV=m +CONFIG_CRYPTO_ECHAINIV=m +# CONFIG_CRYPTO_ESSIV is not set +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +# CONFIG_CRYPTO_BLAKE2B is not set +CONFIG_CRYPTO_CMAC=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_HMAC=m +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=m +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=m +CONFIG_CRYPTO_SHA3=m +# CONFIG_CRYPTO_SM3_GENERIC is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_VMAC is not set +# CONFIG_CRYPTO_WP512 is not set +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_XXHASH is not set +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +# CONFIG_CRYPTO_CRCT10DIF is not set +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=y +CONFIG_CRYPTO_LZO=y +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +CONFIG_CRYPTO_ZSTD=y +# end of Compression + +# +# Random number generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=m +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=m +CONFIG_CRYPTO_JITTERENTROPY=m +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKS=64 +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKSIZE=32 +CONFIG_CRYPTO_JITTERENTROPY_OSR=1 +# end of Random number generation + +# +# Userspace interface +# +CONFIG_CRYPTO_USER_API=m +CONFIG_CRYPTO_USER_API_HASH=m +CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_CRYPTO_USER_API_RNG=m +# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set +CONFIG_CRYPTO_USER_API_AEAD=m +CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y +# CONFIG_CRYPTO_STATS is not set +# end of Userspace interface + +CONFIG_CRYPTO_HASH_INFO=y + +# +# Accelerated Cryptographic Algorithms for CPU (arm) +# +# CONFIG_CRYPTO_CURVE25519_NEON is not set +CONFIG_CRYPTO_GHASH_ARM_CE=m +# CONFIG_CRYPTO_NHPOLY1305_NEON is not set +# CONFIG_CRYPTO_POLY1305_ARM is not set +# CONFIG_CRYPTO_BLAKE2S_ARM is not set +# CONFIG_CRYPTO_BLAKE2B_NEON is not set +CONFIG_CRYPTO_SHA1_ARM=m +CONFIG_CRYPTO_SHA1_ARM_NEON=m +CONFIG_CRYPTO_SHA1_ARM_CE=m +CONFIG_CRYPTO_SHA2_ARM_CE=m +CONFIG_CRYPTO_SHA256_ARM=m +CONFIG_CRYPTO_SHA512_ARM=m +CONFIG_CRYPTO_AES_ARM=m +CONFIG_CRYPTO_AES_ARM_BS=m +CONFIG_CRYPTO_AES_ARM_CE=m +CONFIG_CRYPTO_CHACHA20_NEON=m +CONFIG_CRYPTO_CRC32_ARM_CE=m +# end of Accelerated Cryptographic Algorithms for CPU (arm) + +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_DEV_ALLWINNER=y +CONFIG_CRYPTO_DEV_SUN4I_SS=m +# CONFIG_CRYPTO_DEV_SUN4I_SS_PRNG is not set +# CONFIG_CRYPTO_DEV_SUN4I_SS_DEBUG is not set +# CONFIG_CRYPTO_DEV_SUN8I_CE is not set +# CONFIG_CRYPTO_DEV_SUN8I_SS is not set +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_COMMON=m +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC=m +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC=m +CONFIG_CRYPTO_DEV_FSL_CAAM=m +# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_JR=m +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9 +# CONFIG_CRYPTO_DEV_FSL_CAAM_INTC is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_PKC_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_PRNG_API=y +# CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_TEST is not set +# CONFIG_CRYPTO_DEV_OMAP is not set +# CONFIG_CRYPTO_DEV_SAHARA is not set +CONFIG_CRYPTO_DEV_EXYNOS_RNG=m +CONFIG_CRYPTO_DEV_S5P=m +# CONFIG_CRYPTO_DEV_ATMEL_AUTHENC is not set +CONFIG_CRYPTO_DEV_ATMEL_AES=m +CONFIG_CRYPTO_DEV_ATMEL_TDES=m +CONFIG_CRYPTO_DEV_ATMEL_SHA=m +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_MXS_DCP is not set +CONFIG_CRYPTO_DEV_MARVELL=m +CONFIG_CRYPTO_DEV_MARVELL_CESA=m +# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_4XXX is not set +# CONFIG_CRYPTO_DEV_QAT_420XX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +CONFIG_CRYPTO_DEV_QCE=m +CONFIG_CRYPTO_DEV_QCE_SKCIPHER=y +CONFIG_CRYPTO_DEV_QCE_SHA=y +CONFIG_CRYPTO_DEV_QCE_AEAD=y +CONFIG_CRYPTO_DEV_QCE_ENABLE_ALL=y +# CONFIG_CRYPTO_DEV_QCE_ENABLE_SKCIPHER is not set +# CONFIG_CRYPTO_DEV_QCE_ENABLE_SHA is not set +# CONFIG_CRYPTO_DEV_QCE_ENABLE_AEAD is not set +CONFIG_CRYPTO_DEV_QCE_SW_MAX_LEN=512 +CONFIG_CRYPTO_DEV_QCOM_RNG=m +CONFIG_CRYPTO_DEV_ROCKCHIP=m +# CONFIG_CRYPTO_DEV_ROCKCHIP_DEBUG is not set +# CONFIG_CRYPTO_DEV_VIRTIO is not set +CONFIG_CRYPTO_DEV_BCM_SPU=m +CONFIG_CRYPTO_DEV_STM32_CRC=m +CONFIG_CRYPTO_DEV_STM32_HASH=m +CONFIG_CRYPTO_DEV_STM32_CRYP=m +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_ARTPEC6 is not set +# CONFIG_CRYPTO_DEV_CCREE is not set +CONFIG_CRYPTO_DEV_AMLOGIC_GXL=m +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL_DEBUG is not set +# CONFIG_CRYPTO_DEV_ASPEED is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_FIPS_SIGNATURE_SELFTEST is not set + +# +# Certificates for signature checking +# +# CONFIG_SYSTEM_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_LINEAR_RANGES=y +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_HAVE_ARCH_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_STMP_DEVICE=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=m +CONFIG_CRYPTO_LIB_GF128MUL=m +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=m +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_DES=m +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=9 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_CRC_CCITT=m +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC64_ROCKSOFT is not set +CONFIG_CRC_ITU_T=m +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +CONFIG_CRC4=m +# CONFIG_CRC7 is not set +# CONFIG_LIBCRC32C is not set +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_COMPRESS=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_REED_SOLOMON=y +CONFIG_REED_SOLOMON_ENC8=y +CONFIG_REED_SOLOMON_DEC8=y +CONFIG_BCH=y +CONFIG_XARRAY_MULTI=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_DMA_DECLARE_COHERENT=y +CONFIG_ARCH_HAS_SETUP_DMA_OPS=y +CONFIG_ARCH_HAS_TEARDOWN_DMA_OPS=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU=y +CONFIG_DMA_NONCOHERENT_MMAP=y +CONFIG_ARCH_HAS_DMA_ALLOC=y +CONFIG_DMA_CMA=y + +# +# Default contiguous memory area size: +# +CONFIG_CMA_SIZE_MBYTES=64 +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_ALIGNMENT=8 +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +# CONFIG_IRQ_POLL is not set +CONFIG_MPILIB=y +CONFIG_LIBFDT=y +CONFIG_OID_REGISTRY=y +CONFIG_UCS2_STRING=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_32=y +CONFIG_FONT_SUPPORT=y +# CONFIG_FONTS is not set +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +CONFIG_SG_SPLIT=y +CONFIG_SG_POOL=y +CONFIG_ARCH_STACKWALK=y +CONFIG_STACKDEPOT=y +CONFIG_STACKDEPOT_MAX_FRAMES=64 +CONFIG_SBITMAP=y +# CONFIG_LWQ_TEST is not set +# end of Library routines + +CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y +CONFIG_POLYNOMIAL=m + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_ULEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=1024 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_KCSAN_COMPILER=y +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_PAGE_REF is not set +# CONFIG_DEBUG_RODATA_TEST is not set +# CONFIG_DEBUG_WX is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_PER_VMA_LOCK_STATS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SHRINKER_DEBUG is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_SCHED_STACK_END_CHECK is not set +# CONFIG_DEBUG_VM is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_KMAP_LOCAL is not set +# CONFIG_DEBUG_HIGHMEM is not set +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y +# CONFIG_HARDLOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +CONFIG_SCHED_DEBUG=y +# CONFIG_SCHEDSTATS is not set +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +# CONFIG_RCU_CPU_STALL_CPUTIME is not set +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_BUILDTIME_MCOUNT_SORT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_BLK_DEV_IO_TRACE is not set +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_HIST_TRIGGERS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_RV is not set +# CONFIG_SAMPLES is not set +# CONFIG_STRICT_DEVMEM is not set + +# +# arm Debugging +# +# CONFIG_ARM_PTDUMP_DEBUGFS is not set +# CONFIG_UNWINDER_FRAME_POINTER is not set +CONFIG_UNWINDER_ARM=y +CONFIG_ARM_UNWIND=y +# CONFIG_BACKTRACE_VERBOSE is not set +# CONFIG_DEBUG_USER is not set +# CONFIG_DEBUG_LL is not set +CONFIG_DEBUG_VF_UART_PORT=1 +CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" +CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" +# CONFIG_PID_IN_CONTEXTIDR is not set +# CONFIG_CORESIGHT is not set +# end of arm Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_TEST_REF_TRACKER is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_MAPLE_TREE is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_OBJPOOL is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/db/arm/32/oabi/v6.8/stderr.txt b/db/arm/32/oabi/v6.8/stderr.txt new file mode 100644 index 0000000..f126726 --- /dev/null +++ b/db/arm/32/oabi/v6.8/stderr.txt @@ -0,0 +1,1025 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchArm(name='arm', abi='oabi', compat=True, ...) +[D] Syscall table: Symbol("sys_oabi_call_table" at 0xc0300b34, type=OBJECT, size=0x740) +[I] Syscall table (sys_oabi_call_table) is 1856 bytes, 464 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] Discarding compat_sys_epoll_pwait as alias for sys_ni_syscall +[D] Discarding compat_sys_epoll_pwait2 as alias for sys_ni_syscall +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_fanotify_mark as alias for sys_ni_syscall +[D] Discarding compat_sys_get_robust_list as alias for sys_ni_syscall +[D] Discarding compat_sys_getitimer as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_io_setup as alias for sys_ni_syscall +[D] Discarding compat_sys_io_submit as alias for sys_ni_syscall +[D] Discarding compat_sys_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_kexec_load as alias for sys_ni_syscall +[D] Discarding compat_sys_keyctl as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_getsetattr as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_notify as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_open as alias for sys_ni_syscall +[D] Discarding compat_sys_msgctl as alias for sys_ni_syscall +[D] Discarding compat_sys_msgrcv as alias for sys_ni_syscall +[D] Discarding compat_sys_msgsnd as alias for sys_ni_syscall +[D] Discarding compat_sys_old_msgctl as alias for sys_ni_syscall +[D] Discarding compat_sys_old_semctl as alias for sys_ni_syscall +[D] Discarding compat_sys_old_shmctl as alias for sys_ni_syscall +[D] Discarding compat_sys_open_by_handle_at as alias for sys_ni_syscall +[D] Discarding compat_sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_recv as alias for sys_ni_syscall +[D] Discarding compat_sys_recvfrom as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmmsg_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmmsg_time64 as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_rt_sigtimedwait_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_semctl as alias for sys_ni_syscall +[D] Discarding compat_sys_sendmmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_sendmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_set_robust_list as alias for sys_ni_syscall +[D] Discarding compat_sys_setitimer as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_shmat as alias for sys_ni_syscall +[D] Discarding compat_sys_shmctl as alias for sys_ni_syscall +[D] Discarding compat_sys_signalfd as alias for sys_ni_syscall +[D] Discarding compat_sys_signalfd4 as alias for sys_ni_syscall +[D] Discarding compat_sys_socketcall as alias for sys_ni_syscall +[D] Discarding compat_sys_timer_create as alias for sys_ni_syscall +[D] Discarding sys_fadvise64 as alias for sys_ni_syscall +[D] Discarding sys_get_mempolicy as alias for sys_ni_syscall +[D] Discarding sys_io_getevents as alias for sys_ni_syscall +[D] Discarding sys_kexec_file_load as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_mbind as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_migrate_pages as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_move_pages as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_iobase as alias for sys_ni_syscall +[D] Discarding sys_pkey_alloc as alias for sys_ni_syscall +[D] Discarding sys_pkey_free as alias for sys_ni_syscall +[D] Discarding sys_pkey_mprotect as alias for sys_ni_syscall +[D] Discarding sys_rtas as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_set_mempolicy as alias for sys_ni_syscall +[D] Discarding sys_set_mempolicy_home_node as alias for sys_ni_syscall +[D] Discarding sys_spu_create as alias for sys_ni_syscall +[D] Discarding sys_spu_run as alias for sys_ni_syscall +[D] Discarding sys_subpage_prot as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_acct over __se_sys_acct +[D] Preferring sys_add_key over __se_sys_add_key +[D] Preferring sys_adjtimex_time32 over __se_sys_adjtimex_time32 +[D] Preferring sys_alarm over __se_sys_alarm +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chown16 over __se_sys_chown16 +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_adjtime32 over __se_sys_clock_adjtime32 +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_getres_time32 over __se_sys_clock_getres_time32 +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_gettime32 over __se_sys_clock_gettime32 +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_nanosleep_time32 over __se_sys_clock_nanosleep_time32 +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_clock_settime32 over __se_sys_clock_settime32 +[D] Preferring sys_clone over __se_sys_clone +[D] Preferring sys_clone3 over __se_sys_clone3 +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_copy_file_range over __se_sys_copy_file_range +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_delete_module over __se_sys_delete_module +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_pwait over __se_sys_epoll_pwait +[D] Preferring sys_epoll_pwait2 over __se_sys_epoll_pwait2 +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_execve over __se_sys_execve +[D] Preferring sys_execveat over __se_sys_execveat +[D] Preferring sys_exit over __se_sys_exit +[D] Preferring sys_exit_group over __se_sys_exit_group +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fallocate over __se_sys_fallocate +[D] Preferring sys_fanotify_init over __se_sys_fanotify_init +[D] Preferring sys_fanotify_mark over __se_sys_fanotify_mark +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchown16 over __se_sys_fchown16 +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fcntl over __se_sys_fcntl +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_finit_module over __se_sys_finit_module +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fstatfs over __se_sys_fstatfs +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_ftruncate over __se_sys_ftruncate +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_time32 over __se_sys_futex_time32 +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat_time32 over __se_sys_futimesat_time32 +[D] Preferring sys_get_robust_list over __se_sys_get_robust_list +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents over __se_sys_getdents +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getgroups16 over __se_sys_getgroups16 +[D] Preferring sys_getitimer over __se_sys_getitimer +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresgid16 over __se_sys_getresgid16 +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getresuid16 over __se_sys_getresuid16 +[D] Preferring sys_getrlimit over __se_sys_getrlimit +[D] Preferring sys_getrusage over __se_sys_getrusage +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_gettimeofday over __se_sys_gettimeofday +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_init_module over __se_sys_init_module +[D] Preferring sys_inotify_add_watch over __se_sys_inotify_add_watch +[D] Preferring sys_inotify_init1 over __se_sys_inotify_init1 +[D] Preferring sys_inotify_rm_watch over __se_sys_inotify_rm_watch +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents_time32 over __se_sys_io_getevents_time32 +[D] Preferring sys_io_pgetevents over __se_sys_io_pgetevents +[D] Preferring sys_io_pgetevents_time32 over __se_sys_io_pgetevents_time32 +[D] Preferring sys_io_setup over __se_sys_io_setup +[D] Preferring sys_io_submit over __se_sys_io_submit +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioctl over __se_sys_ioctl +[D] Preferring sys_ioprio_get over __se_sys_ioprio_get +[D] Preferring sys_ioprio_set over __se_sys_ioprio_set +[D] Preferring sys_kcmp over __se_sys_kcmp +[D] Preferring sys_kexec_load over __se_sys_kexec_load +[D] Preferring sys_keyctl over __se_sys_keyctl +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lchown16 over __se_sys_lchown16 +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_llseek over __se_sys_llseek +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lseek over __se_sys_lseek +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlock2 over __se_sys_mlock2 +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mount over __se_sys_mount +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mq_getsetattr over __se_sys_mq_getsetattr +[D] Preferring sys_mq_notify over __se_sys_mq_notify +[D] Preferring sys_mq_open over __se_sys_mq_open +[D] Preferring sys_mq_timedreceive over __se_sys_mq_timedreceive +[D] Preferring sys_mq_timedreceive_time32 over __se_sys_mq_timedreceive_time32 +[D] Preferring sys_mq_timedsend over __se_sys_mq_timedsend +[D] Preferring sys_mq_timedsend_time32 over __se_sys_mq_timedsend_time32 +[D] Preferring sys_mq_unlink over __se_sys_mq_unlink +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msgrcv over __se_sys_msgrcv +[D] Preferring sys_msgsnd over __se_sys_msgsnd +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep_time32 over __se_sys_nanosleep_time32 +[D] Preferring sys_newfstat over __se_sys_newfstat +[D] Preferring sys_newlstat over __se_sys_newlstat +[D] Preferring sys_newstat over __se_sys_newstat +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_nice over __se_sys_nice +[D] Preferring sys_old_getrlimit over __se_sys_old_getrlimit +[D] Preferring sys_old_mmap over __se_sys_old_mmap +[D] Preferring sys_old_msgctl over __se_sys_old_msgctl +[D] Preferring sys_old_readdir over __se_sys_old_readdir +[D] Preferring sys_old_select over __se_sys_old_select +[D] Preferring sys_old_semctl over __se_sys_old_semctl +[D] Preferring sys_old_shmctl over __se_sys_old_shmctl +[D] Preferring sys_oldumount over __se_sys_oldumount +[D] Preferring sys_open over __se_sys_open +[D] Preferring sys_open_by_handle_at over __se_sys_open_by_handle_at +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat over __se_sys_openat +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_pciconfig_read over __se_sys_pciconfig_read +[D] Preferring sys_pciconfig_write over __se_sys_pciconfig_write +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_personality over __se_sys_personality +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe over __se_sys_pipe +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_ppoll over __se_sys_ppoll +[D] Preferring sys_ppoll_time32 over __se_sys_ppoll_time32 +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_preadv over __se_sys_preadv +[D] Preferring sys_preadv2 over __se_sys_preadv2 +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_process_vm_readv over __se_sys_process_vm_readv +[D] Preferring sys_process_vm_writev over __se_sys_process_vm_writev +[D] Preferring sys_pselect6 over __se_sys_pselect6 +[D] Preferring sys_pselect6_time32 over __se_sys_pselect6_time32 +[D] Preferring sys_ptrace over __se_sys_ptrace +[D] Preferring sys_pwritev over __se_sys_pwritev +[D] Preferring sys_pwritev2 over __se_sys_pwritev2 +[D] Preferring sys_quotactl over __se_sys_quotactl +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_reboot over __se_sys_reboot +[D] Preferring sys_recv over __se_sys_recv +[D] Preferring sys_recvfrom over __se_sys_recvfrom +[D] Preferring sys_recvmmsg over __se_sys_recvmmsg +[D] Preferring sys_recvmmsg_time32 over __se_sys_recvmmsg_time32 +[D] Preferring sys_recvmsg over __se_sys_recvmsg +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_request_key over __se_sys_request_key +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rseq over __se_sys_rseq +[D] Preferring sys_rt_sigaction over __se_sys_rt_sigaction +[D] Preferring sys_rt_sigpending over __se_sys_rt_sigpending +[D] Preferring sys_rt_sigprocmask over __se_sys_rt_sigprocmask +[D] Preferring sys_rt_sigqueueinfo over __se_sys_rt_sigqueueinfo +[D] Preferring sys_rt_sigsuspend over __se_sys_rt_sigsuspend +[D] Preferring sys_rt_sigtimedwait over __se_sys_rt_sigtimedwait +[D] Preferring sys_rt_sigtimedwait_time32 over __se_sys_rt_sigtimedwait_time32 +[D] Preferring sys_rt_tgsigqueueinfo over __se_sys_rt_tgsigqueueinfo +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getaffinity over __se_sys_sched_getaffinity +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_rr_get_interval_time32 over __se_sys_sched_rr_get_interval_time32 +[D] Preferring sys_sched_setaffinity over __se_sys_sched_setaffinity +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_select over __se_sys_select +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_semtimedop over __se_sys_semtimedop +[D] Preferring sys_send over __se_sys_send +[D] Preferring sys_sendfile over __se_sys_sendfile +[D] Preferring sys_sendfile64 over __se_sys_sendfile64 +[D] Preferring sys_sendmmsg over __se_sys_sendmmsg +[D] Preferring sys_set_robust_list over __se_sys_set_robust_list +[D] Preferring sys_set_tid_address over __se_sys_set_tid_address +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsgid16 over __se_sys_setfsgid16 +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setfsuid16 over __se_sys_setfsuid16 +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgid16 over __se_sys_setgid16 +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_setgroups16 over __se_sys_setgroups16 +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setitimer over __se_sys_setitimer +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setregid16 over __se_sys_setregid16 +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresgid16 over __se_sys_setresgid16 +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setresuid16 over __se_sys_setresuid16 +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setreuid16 over __se_sys_setreuid16 +[D] Preferring sys_setrlimit over __se_sys_setrlimit +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_settimeofday over __se_sys_settimeofday +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setuid16 over __se_sys_setuid16 +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmat over __se_sys_shmat +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_sigaction over __se_sys_sigaction +[D] Preferring sys_sigaltstack over __se_sys_sigaltstack +[D] Preferring sys_signalfd over __se_sys_signalfd +[D] Preferring sys_signalfd4 over __se_sys_signalfd4 +[D] Preferring sys_sigpending over __se_sys_sigpending +[D] Preferring sys_sigprocmask over __se_sys_sigprocmask +[D] Preferring sys_sigsuspend over __se_sys_sigsuspend +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_statfs over __se_sys_statfs +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_statx over __se_sys_statx +[D] Preferring sys_stime32 over __se_sys_stime32 +[D] Preferring sys_swapoff over __se_sys_swapoff +[D] Preferring sys_swapon over __se_sys_swapon +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_sync_file_range2 over __se_sys_sync_file_range2 +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_sysinfo over __se_sys_sysinfo +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_time32 over __se_sys_time32 +[D] Preferring sys_timer_create over __se_sys_timer_create +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_gettime32 over __se_sys_timer_gettime32 +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timer_settime32 over __se_sys_timer_settime32 +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_gettime32 over __se_sys_timerfd_gettime32 +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_timerfd_settime32 over __se_sys_timerfd_settime32 +[D] Preferring sys_times over __se_sys_times +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_truncate over __se_sys_truncate +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_umount over __se_sys_umount +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_uselib over __se_sys_uselib +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_ustat over __se_sys_ustat +[D] Preferring sys_utime32 over __se_sys_utime32 +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimensat_time32 over __se_sys_utimensat_time32 +[D] Preferring sys_utimes_time32 over __se_sys_utimes_time32 +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_wait4 over __se_sys_wait4 +[D] Preferring sys_waitid over __se_sys_waitid +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] sys_oabi_call_table[0]: Symbol("sys_restart_syscall" at 0xc0357528, type=FUNC, size=0x14) +[D] sys_oabi_call_table[1]: Symbol("sys_exit" at 0xc034b844, type=FUNC, size=0x10) +[D] sys_oabi_call_table[2]: Symbol("sys_fork" at 0xc0345044, type=FUNC, size=0x5c) +[D] sys_oabi_call_table[3]: Symbol("sys_read" at 0xc054333c, type=FUNC, size=0x4) +[D] sys_oabi_call_table[4]: Symbol("sys_write" at 0xc0543430, type=FUNC, size=0x4) +[D] sys_oabi_call_table[5]: Symbol("sys_open" at 0xc05405cc, type=FUNC, size=0xc8) +[D] sys_oabi_call_table[6]: Symbol("sys_close" at 0xc05408d8, type=FUNC, size=0x5c) +[D] sys_oabi_call_table[7]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[8]: Symbol("sys_creat" at 0xc0540850, type=FUNC, size=0x88) +[D] sys_oabi_call_table[9]: Symbol("sys_link" at 0xc05578c4, type=FUNC, size=0x50) +[D] sys_oabi_call_table[10]: Symbol("sys_unlink" at 0xc05573c4, type=FUNC, size=0x20) +[D] sys_oabi_call_table[11]: Symbol("sys_execve" at 0xc054d254, type=FUNC, size=0x38) +[D] sys_oabi_call_table[12]: Symbol("sys_chdir" at 0xc053f4c8, type=FUNC, size=0xd4) +[D] sys_oabi_call_table[13]: Symbol("sys_time32" at 0xc03d7a50, type=FUNC, size=0x54) +[D] sys_oabi_call_table[14]: Symbol("sys_mknod" at 0xc0556d20, type=FUNC, size=0x30) +[D] sys_oabi_call_table[15]: Symbol("sys_chmod" at 0xc053fa70, type=FUNC, size=0xac) +[D] sys_oabi_call_table[16]: Symbol("sys_lchown16" at 0xc03f7de8, type=FUNC, size=0x50) +[D] sys_oabi_call_table[17]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[18]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[19]: Symbol("sys_lseek" at 0xc054218c, type=FUNC, size=0xbc) +[D] sys_oabi_call_table[20]: Symbol("sys_getpid" at 0xc035d8e4, type=FUNC, size=0x10) +[D] sys_oabi_call_table[21]: Symbol("sys_mount" at 0xc056f238, type=FUNC, size=0x230) +[D] sys_oabi_call_table[22]: Symbol("sys_oldumount" at 0xc056cbdc, type=FUNC, size=0x74) +[D] sys_oabi_call_table[23]: Symbol("sys_setuid16" at 0xc03f7edc, type=FUNC, size=0x18) +[D] sys_oabi_call_table[24]: Symbol("sys_getuid16" at 0xc03f83d4, type=FUNC, size=0x30) +[D] sys_oabi_call_table[25]: Symbol("sys_stime32" at 0xc03d7aa4, type=FUNC, size=0xb8) +[D] sys_oabi_call_table[26]: Symbol("sys_ptrace" at 0xc0353284, type=FUNC, size=0x570) +[D] sys_oabi_call_table[27]: Symbol("sys_alarm" at 0xc03ec31c, type=FUNC, size=0xb8) +[D] sys_oabi_call_table[28]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[29]: Symbol("sys_pause" at 0xc035b430, type=FUNC, size=0x3c) +[D] sys_oabi_call_table[30]: Symbol("sys_utime32" at 0xc058270c, type=FUNC, size=0xfc) +[D] sys_oabi_call_table[31]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[32]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[33]: Symbol("sys_access" at 0xc053f4b4, type=FUNC, size=0x14) +[D] sys_oabi_call_table[34]: Symbol("sys_nice" at 0xc037af58, type=FUNC, size=0x9c) +[D] sys_oabi_call_table[35]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[36]: Symbol("sys_sync" at 0xc0581db0, type=FUNC, size=0x10) +[D] sys_oabi_call_table[37]: Symbol("sys_kill" at 0xc035a280, type=FUNC, size=0x204) +[D] sys_oabi_call_table[38]: Symbol("sys_rename" at 0xc0557f58, type=FUNC, size=0x50) +[D] sys_oabi_call_table[39]: Symbol("sys_mkdir" at 0xc0556ec8, type=FUNC, size=0x28) +[D] sys_oabi_call_table[40]: Symbol("sys_rmdir" at 0xc055708c, type=FUNC, size=0x20) +[D] sys_oabi_call_table[41]: Symbol("sys_dup" at 0xc05682f4, type=FUNC, size=0xe0) +[D] sys_oabi_call_table[42]: Symbol("sys_pipe" at 0xc054f010, type=FUNC, size=0x8) +[D] sys_oabi_call_table[43]: Symbol("sys_times" at 0xc035d9a0, type=FUNC, size=0x110) +[D] sys_oabi_call_table[44]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[45]: Symbol("sys_brk" at 0xc0509510, type=FUNC, size=0x354) +[D] sys_oabi_call_table[46]: Symbol("sys_setgid16" at 0xc03f7e98, type=FUNC, size=0x18) +[D] sys_oabi_call_table[47]: Symbol("sys_getgid16" at 0xc03f8434, type=FUNC, size=0x30) +[D] sys_oabi_call_table[48]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[49]: Symbol("sys_geteuid16" at 0xc03f8404, type=FUNC, size=0x30) +[D] sys_oabi_call_table[50]: Symbol("sys_getegid16" at 0xc03f8464, type=FUNC, size=0x30) +[D] sys_oabi_call_table[51]: Symbol("sys_acct" at 0xc03f9e84, type=FUNC, size=0x2b8) +[D] sys_oabi_call_table[52]: Symbol("sys_umount" at 0xc056cb4c, type=FUNC, size=0x90) +[D] sys_oabi_call_table[53]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[54]: Symbol("sys_ioctl" at 0xc0559f24, type=FUNC, size=0xc80) +[D] sys_oabi_call_table[55]: Symbol("sys_fcntl" at 0xc0558d38, type=FUNC, size=0xb4) +[D] sys_oabi_call_table[56]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[57]: Symbol("sys_setpgid" at 0xc035dab0, type=FUNC, size=0x170) +[D] sys_oabi_call_table[58]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[59]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[60]: Symbol("sys_umask" at 0xc035eb60, type=FUNC, size=0x30) +[D] sys_oabi_call_table[61]: Symbol("sys_chroot" at 0xc053f62c, type=FUNC, size=0x108) +[D] sys_oabi_call_table[62]: Symbol("sys_ustat" at 0xc0584554, type=FUNC, size=0x4) +[D] sys_oabi_call_table[63]: Symbol("sys_dup2" at 0xc056823c, type=FUNC, size=0xb8) +[D] sys_oabi_call_table[64]: Symbol("sys_getppid" at 0xc035d904, type=FUNC, size=0x1c) +[D] sys_oabi_call_table[65]: Symbol("sys_getpgrp" at 0xc035dc78, type=FUNC, size=0x18) +[D] sys_oabi_call_table[66]: Symbol("sys_setsid" at 0xc035ddbc, type=FUNC, size=0x4) +[D] sys_oabi_call_table[67]: Symbol("sys_sigaction" at 0xc035b164, type=FUNC, size=0x260) +[D] sys_oabi_call_table[68]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[69]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[70]: Symbol("sys_setreuid16" at 0xc03f7eb0, type=FUNC, size=0x2c) +[D] sys_oabi_call_table[71]: Symbol("sys_setregid16" at 0xc03f7e6c, type=FUNC, size=0x2c) +[D] sys_oabi_call_table[72]: Symbol("sys_sigsuspend" at 0xc035b514, type=FUNC, size=0x4c) +[D] sys_oabi_call_table[73]: Symbol("sys_sigpending" at 0xc035ae28, type=FUNC, size=0x9c) +[D] sys_oabi_call_table[74]: Symbol("sys_sethostname" at 0xc035ddc4, type=FUNC, size=0x138) +[D] sys_oabi_call_table[75]: Symbol("sys_setrlimit" at 0xc035e644, type=FUNC, size=0xa4) +[D] sys_oabi_call_table[76]: Symbol("sys_old_getrlimit" at 0xc035e1f8, type=FUNC, size=0x118) +[D] sys_oabi_call_table[77]: Symbol("sys_getrusage" at 0xc035ea98, type=FUNC, size=0xc8) +[D] sys_oabi_call_table[78]: Symbol("sys_gettimeofday" at 0xc03d7b5c, type=FUNC, size=0x134) +[D] sys_oabi_call_table[79]: Symbol("sys_settimeofday" at 0xc03d7d78, type=FUNC, size=0x16c) +[D] sys_oabi_call_table[80]: Symbol("sys_getgroups16" at 0xc03f81dc, type=FUNC, size=0xb8) +[D] sys_oabi_call_table[81]: Symbol("sys_setgroups16" at 0xc03f8294, type=FUNC, size=0x140) +[D] sys_oabi_call_table[82]: Symbol("sys_old_select" at 0xc055d244, type=FUNC, size=0xb4) +[D] sys_oabi_call_table[83]: Symbol("sys_symlink" at 0xc055754c, type=FUNC, size=0x3c) +[D] sys_oabi_call_table[84]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[85]: Symbol("sys_readlink" at 0xc054a388, type=FUNC, size=0x18) +[D] sys_oabi_call_table[86]: Symbol("sys_uselib" at 0xc054c358, type=FUNC, size=0x1ac) +[D] sys_oabi_call_table[87]: Symbol("sys_swapon" at 0xc0533730, type=FUNC, size=0x11cc) +[D] sys_oabi_call_table[88]: Symbol("sys_reboot" at 0xc036f9b0, type=FUNC, size=0x4) +[D] sys_oabi_call_table[89]: Symbol("sys_old_readdir" at 0xc055b340, type=FUNC, size=0xcc) +[D] sys_oabi_call_table[90]: Symbol("sys_old_mmap" at 0xc05077f0, type=FUNC, size=0xdc) +[D] sys_oabi_call_table[91]: Symbol("sys_munmap" at 0xc05084f4, type=FUNC, size=0x8) +[D] sys_oabi_call_table[92]: Symbol("sys_truncate" at 0xc053f034, type=FUNC, size=0xc8) +[D] sys_oabi_call_table[93]: Symbol("sys_ftruncate" at 0xc053f2b0, type=FUNC, size=0x24) +[D] sys_oabi_call_table[94]: Symbol("sys_fchmod" at 0xc053f8a0, type=FUNC, size=0x54) +[D] sys_oabi_call_table[95]: Symbol("sys_fchown16" at 0xc03f7e38, type=FUNC, size=0x34) +[D] sys_oabi_call_table[96]: Symbol("sys_getpriority" at 0xc035c784, type=FUNC, size=0x280) +[D] sys_oabi_call_table[97]: Symbol("sys_setpriority" at 0xc035c4d4, type=FUNC, size=0x2b0) +[D] sys_oabi_call_table[98]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[99]: Symbol("sys_statfs" at 0xc0584354, type=FUNC, size=0x74) +[D] sys_oabi_call_table[100]: Symbol("sys_fstatfs" at 0xc0584454, type=FUNC, size=0x74) +[D] sys_oabi_call_table[101]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[102]: Symbol("sys_oabi_socketcall" at 0xc0311c9c, type=FUNC, size=0x1fc) +[D] sys_oabi_call_table[103]: Symbol("sys_syslog" at 0xc03a5984, type=FUNC, size=0x8) +[D] sys_oabi_call_table[104]: Symbol("sys_setitimer" at 0xc03ec3d4, type=FUNC, size=0x1c4) +[D] sys_oabi_call_table[105]: Symbol("sys_getitimer" at 0xc03ec14c, type=FUNC, size=0x14c) +[D] sys_oabi_call_table[106]: Symbol("sys_newstat" at 0xc054a378, type=FUNC, size=0x4) +[D] sys_oabi_call_table[107]: Symbol("sys_newlstat" at 0xc054a37c, type=FUNC, size=0x4) +[D] sys_oabi_call_table[108]: Symbol("sys_newfstat" at 0xc054a380, type=FUNC, size=0x4) +[D] sys_oabi_call_table[109]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[110]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[111]: Symbol("sys_vhangup" at 0xc0540938, type=FUNC, size=0x28) +[D] sys_oabi_call_table[112]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[113]: Symbol("sys_syscall" at 0xc0300a94, type=FUNC, size=0x30) +[D] sys_oabi_call_table[114]: Symbol("sys_wait4" at 0xc034c2c4, type=FUNC, size=0xec) +[D] sys_oabi_call_table[115]: Symbol("sys_swapoff" at 0xc0532710, type=FUNC, size=0x1010) +[D] sys_oabi_call_table[116]: Symbol("sys_sysinfo" at 0xc035f398, type=FUNC, size=0x1a4) +[D] sys_oabi_call_table[117]: Symbol("sys_oabi_ipc" at 0xc0311a14, type=FUNC, size=0x50) +[D] sys_oabi_call_table[118]: Symbol("sys_fsync" at 0xc0581e98, type=FUNC, size=0x8) +[D] sys_oabi_call_table[119]: Symbol("sys_sigreturn_wrapper" at 0xc0300ac4, type=FUNC, size=0xc) +[D] sys_oabi_call_table[120]: Symbol("sys_clone" at 0xc0345108, type=FUNC, size=0x94) +[D] sys_oabi_call_table[121]: Symbol("sys_setdomainname" at 0xc035e00c, type=FUNC, size=0x13c) +[D] sys_oabi_call_table[122]: Symbol("sys_newuname" at 0xc035ddc0, type=FUNC, size=0x4) +[D] sys_oabi_call_table[123]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[124]: Symbol("sys_adjtimex_time32" at 0xc03d8284, type=FUNC, size=0x4) +[D] sys_oabi_call_table[125]: Symbol("sys_mprotect" at 0xc050c69c, type=FUNC, size=0x4) +[D] sys_oabi_call_table[126]: Symbol("sys_sigprocmask" at 0xc035aec4, type=FUNC, size=0x150) +[D] sys_oabi_call_table[127]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[128]: Symbol("sys_init_module" at 0xc03d310c, type=FUNC, size=0x1c0) +[D] sys_oabi_call_table[129]: Symbol("sys_delete_module" at 0xc03d3650, type=FUNC, size=0x250) +[D] sys_oabi_call_table[130]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[131]: Symbol("sys_quotactl" at 0xc05c5974, type=FUNC, size=0x3f4) +[D] sys_oabi_call_table[132]: Symbol("sys_getpgid" at 0xc035dc20, type=FUNC, size=0x58) +[D] sys_oabi_call_table[133]: Symbol("sys_fchdir" at 0xc053f59c, type=FUNC, size=0x90) +[D] sys_oabi_call_table[134]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[135]: Symbol("sys_sysfs" at 0xc0568814, type=FUNC, size=0x258) +[D] sys_oabi_call_table[136]: Symbol("sys_personality" at 0xc0345850, type=FUNC, size=0x18) +[D] sys_oabi_call_table[137]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[138]: Symbol("sys_setfsuid16" at 0xc03f81ac, type=FUNC, size=0x18) +[D] sys_oabi_call_table[139]: Symbol("sys_setfsgid16" at 0xc03f81c4, type=FUNC, size=0x18) +[D] sys_oabi_call_table[140]: Symbol("sys_llseek" at 0xc0542248, type=FUNC, size=0x154) +[D] sys_oabi_call_table[141]: Symbol("sys_getdents" at 0xc055b40c, type=FUNC, size=0x120) +[D] sys_oabi_call_table[142]: Symbol("sys_select" at 0xc055cff0, type=FUNC, size=0x4) +[D] sys_oabi_call_table[143]: Symbol("sys_flock" at 0xc05ac624, type=FUNC, size=0x4) +[D] sys_oabi_call_table[144]: Symbol("sys_msync" at 0xc050d9ec, type=FUNC, size=0x34c) +[D] sys_oabi_call_table[145]: Symbol("sys_readv" at 0xc05436dc, type=FUNC, size=0x8) +[D] sys_oabi_call_table[146]: Symbol("sys_writev" at 0xc05436e4, type=FUNC, size=0x8) +[D] sys_oabi_call_table[147]: Symbol("sys_getsid" at 0xc035dc90, type=FUNC, size=0x58) +[D] sys_oabi_call_table[148]: Symbol("sys_fdatasync" at 0xc0581ea0, type=FUNC, size=0x8) +[D] sys_oabi_call_table[149]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[150]: Symbol("sys_mlock" at 0xc050417c, type=FUNC, size=0x8) +[D] sys_oabi_call_table[151]: Symbol("sys_munlock" at 0xc05041a4, type=FUNC, size=0xf4) +[D] sys_oabi_call_table[152]: Symbol("sys_mlockall" at 0xc0504298, type=FUNC, size=0x180) +[D] sys_oabi_call_table[153]: Symbol("sys_munlockall" at 0xc0504418, type=FUNC, size=0xcc) +[D] sys_oabi_call_table[154]: Symbol("sys_sched_setparam" at 0xc037b3d8, type=FUNC, size=0x1c) +[D] sys_oabi_call_table[155]: Symbol("sys_sched_getparam" at 0xc037b7a4, type=FUNC, size=0xf8) +[D] sys_oabi_call_table[156]: Symbol("sys_sched_setscheduler" at 0xc037b3ac, type=FUNC, size=0x2c) +[D] sys_oabi_call_table[157]: Symbol("sys_sched_getscheduler" at 0xc037b748, type=FUNC, size=0x5c) +[D] sys_oabi_call_table[158]: Symbol("sys_sched_yield" at 0xc037bc10, type=FUNC, size=0x14) +[D] sys_oabi_call_table[159]: Symbol("sys_sched_get_priority_max" at 0xc037bc80, type=FUNC, size=0x60) +[D] sys_oabi_call_table[160]: Symbol("sys_sched_get_priority_min" at 0xc037bce0, type=FUNC, size=0x60) +[D] sys_oabi_call_table[161]: Symbol("sys_sched_rr_get_interval_time32" at 0xc037bdc4, type=FUNC, size=0x84) +[D] sys_oabi_call_table[162]: Symbol("sys_nanosleep_time32" at 0xc03de0dc, type=FUNC, size=0xfc) +[D] sys_oabi_call_table[163]: Symbol("sys_mremap" at 0xc050d310, type=FUNC, size=0x6dc) +[D] sys_oabi_call_table[164]: Symbol("sys_setresuid16" at 0xc03f7ef4, type=FUNC, size=0x48) +[D] sys_oabi_call_table[165]: Symbol("sys_getresuid16" at 0xc03f7f3c, type=FUNC, size=0x114) +[D] sys_oabi_call_table[166]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[167]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[168]: Symbol("sys_poll" at 0xc055d2f8, type=FUNC, size=0x110) +[D] sys_oabi_call_table[169]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[170]: Symbol("sys_setresgid16" at 0xc03f8050, type=FUNC, size=0x48) +[D] sys_oabi_call_table[171]: Symbol("sys_getresgid16" at 0xc03f8098, type=FUNC, size=0x114) +[D] sys_oabi_call_table[172]: Symbol("sys_prctl" at 0xc035eba0, type=FUNC, size=0x75c) +[D] sys_oabi_call_table[173]: Symbol("sys_rt_sigreturn_wrapper" at 0xc0300ad0, type=FUNC, size=0xc) +[D] sys_oabi_call_table[174]: Symbol("sys_rt_sigaction" at 0xc035b014, type=FUNC, size=0x150) +[D] sys_oabi_call_table[175]: Symbol("sys_rt_sigprocmask" at 0xc0357800, type=FUNC, size=0x13c) +[D] sys_oabi_call_table[176]: Symbol("sys_rt_sigpending" at 0xc035793c, type=FUNC, size=0xb0) +[D] sys_oabi_call_table[177]: Symbol("sys_rt_sigtimedwait_time32" at 0xc035a148, type=FUNC, size=0x138) +[D] sys_oabi_call_table[178]: Symbol("sys_rt_sigqueueinfo" at 0xc035a6fc, type=FUNC, size=0x108) +[D] sys_oabi_call_table[179]: Symbol("sys_rt_sigsuspend" at 0xc035b46c, type=FUNC, size=0xa8) +[D] sys_oabi_call_table[180]: Symbol("sys_oabi_pread64" at 0xc0300afc, type=FUNC, size=0x8) +[D] sys_oabi_call_table[181]: Symbol("sys_oabi_pwrite64" at 0xc0300b04, type=FUNC, size=0x8) +[D] sys_oabi_call_table[182]: Symbol("sys_chown16" at 0xc03f7d98, type=FUNC, size=0x50) +[D] sys_oabi_call_table[183]: Symbol("sys_getcwd" at 0xc05833e8, type=FUNC, size=0x1dc) +[D] sys_oabi_call_table[184]: Symbol("sys_capget" at 0xc03523d4, type=FUNC, size=0x1ec) +[D] sys_oabi_call_table[185]: Symbol("sys_capset" at 0xc03525c0, type=FUNC, size=0x1cc) +[D] sys_oabi_call_table[186]: Symbol("sys_sigaltstack" at 0xc035aba8, type=FUNC, size=0x130) +[D] sys_oabi_call_table[187]: Symbol("sys_sendfile" at 0xc0543a64, type=FUNC, size=0x104) +[D] sys_oabi_call_table[188]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[189]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[190]: Symbol("sys_vfork" at 0xc03450a0, type=FUNC, size=0x68) +[D] sys_oabi_call_table[191]: Symbol("sys_getrlimit" at 0xc035e148, type=FUNC, size=0xb0) +[D] sys_oabi_call_table[192]: Symbol("sys_mmap2" at 0xc0300af4, type=FUNC, size=0x8) +[D] sys_oabi_call_table[193]: Symbol("sys_oabi_truncate64" at 0xc0300b0c, type=FUNC, size=0xc) +[D] sys_oabi_call_table[194]: Symbol("sys_oabi_ftruncate64" at 0xc0300b18, type=FUNC, size=0xc) +[D] sys_oabi_call_table[195]: Symbol("sys_oabi_stat64" at 0xc0311148, type=FUNC, size=0x7c) +[D] sys_oabi_call_table[196]: Symbol("sys_oabi_lstat64" at 0xc03111c4, type=FUNC, size=0x7c) +[D] sys_oabi_call_table[197]: Symbol("sys_oabi_fstat64" at 0xc0311240, type=FUNC, size=0x74) +[D] sys_oabi_call_table[198]: Symbol("sys_lchown" at 0xc053feb8, type=FUNC, size=0xd0) +[D] sys_oabi_call_table[199]: Symbol("sys_getuid" at 0xc035d920, type=FUNC, size=0x20) +[D] sys_oabi_call_table[200]: Symbol("sys_getgid" at 0xc035d960, type=FUNC, size=0x20) +[D] sys_oabi_call_table[201]: Symbol("sys_geteuid" at 0xc035d940, type=FUNC, size=0x20) +[D] sys_oabi_call_table[202]: Symbol("sys_getegid" at 0xc035d980, type=FUNC, size=0x20) +[D] sys_oabi_call_table[203]: Symbol("sys_setreuid" at 0xc035ce40, type=FUNC, size=0x4) +[D] sys_oabi_call_table[204]: Symbol("sys_setregid" at 0xc035cb40, type=FUNC, size=0x4) +[D] sys_oabi_call_table[205]: Symbol("sys_getgroups" at 0xc0371a80, type=FUNC, size=0xb0) +[D] sys_oabi_call_table[206]: Symbol("sys_setgroups" at 0xc0371b40, type=FUNC, size=0x184) +[D] sys_oabi_call_table[207]: Symbol("sys_fchown" at 0xc0540044, type=FUNC, size=0x4) +[D] sys_oabi_call_table[208]: Symbol("sys_setresuid" at 0xc035d28c, type=FUNC, size=0x4) +[D] sys_oabi_call_table[209]: Symbol("sys_getresuid" at 0xc035d290, type=FUNC, size=0xd8) +[D] sys_oabi_call_table[210]: Symbol("sys_setresgid" at 0xc035d678, type=FUNC, size=0x4) +[D] sys_oabi_call_table[211]: Symbol("sys_getresgid" at 0xc035d67c, type=FUNC, size=0xd8) +[D] sys_oabi_call_table[212]: Symbol("sys_chown" at 0xc053fde8, type=FUNC, size=0xd0) +[D] sys_oabi_call_table[213]: Symbol("sys_setuid" at 0xc035cf34, type=FUNC, size=0x4) +[D] sys_oabi_call_table[214]: Symbol("sys_setgid" at 0xc035cbf8, type=FUNC, size=0x4) +[D] sys_oabi_call_table[215]: Symbol("sys_setfsuid" at 0xc035d818, type=FUNC, size=0x4) +[D] sys_oabi_call_table[216]: Symbol("sys_setfsgid" at 0xc035d8e0, type=FUNC, size=0x4) +[D] sys_oabi_call_table[217]: Symbol("sys_getdents64" at 0xc055b52c, type=FUNC, size=0x120) +[D] sys_oabi_call_table[218]: Symbol("sys_pivot_root" at 0xc056fae8, type=FUNC, size=0x4dc) +[D] sys_oabi_call_table[219]: Symbol("sys_mincore" at 0xc05026fc, type=FUNC, size=0x300) +[D] sys_oabi_call_table[220]: Symbol("sys_madvise" at 0xc052d4e0, type=FUNC, size=0x24) +[D] sys_oabi_call_table[221]: Symbol("sys_oabi_fcntl64" at 0xc0311338, type=FUNC, size=0x320) +[D] sys_oabi_call_table[222]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[223]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[224]: Symbol("sys_gettid" at 0xc035d8f4, type=FUNC, size=0x10) +[D] sys_oabi_call_table[225]: Symbol("sys_oabi_readahead" at 0xc0300b24, type=FUNC, size=0x10) +[D] sys_oabi_call_table[226]: Symbol("sys_setxattr" at 0xc0574174, type=FUNC, size=0x24) +[D] sys_oabi_call_table[227]: Symbol("sys_lsetxattr" at 0xc0574198, type=FUNC, size=0x24) +[D] sys_oabi_call_table[228]: Symbol("sys_fsetxattr" at 0xc05741bc, type=FUNC, size=0xa4) +[D] sys_oabi_call_table[229]: Symbol("sys_getxattr" at 0xc057455c, type=FUNC, size=0x1c) +[D] sys_oabi_call_table[230]: Symbol("sys_lgetxattr" at 0xc0574578, type=FUNC, size=0x1c) +[D] sys_oabi_call_table[231]: Symbol("sys_fgetxattr" at 0xc0574594, type=FUNC, size=0x7c) +[D] sys_oabi_call_table[232]: Symbol("sys_listxattr" at 0xc0574610, type=FUNC, size=0x8) +[D] sys_oabi_call_table[233]: Symbol("sys_llistxattr" at 0xc0574618, type=FUNC, size=0x8) +[D] sys_oabi_call_table[234]: Symbol("sys_flistxattr" at 0xc0574620, type=FUNC, size=0x5c) +[D] sys_oabi_call_table[235]: Symbol("sys_removexattr" at 0xc057467c, type=FUNC, size=0x8) +[D] sys_oabi_call_table[236]: Symbol("sys_lremovexattr" at 0xc0574684, type=FUNC, size=0x8) +[D] sys_oabi_call_table[237]: Symbol("sys_fremovexattr" at 0xc057468c, type=FUNC, size=0x80) +[D] sys_oabi_call_table[238]: Symbol("sys_tkill" at 0xc035a6e0, type=FUNC, size=0x1c) +[D] sys_oabi_call_table[239]: Symbol("sys_sendfile64" at 0xc0543b68, type=FUNC, size=0x114) +[D] sys_oabi_call_table[240]: Symbol("sys_futex_time32" at 0xc03f2e34, type=FUNC, size=0x164) +[D] sys_oabi_call_table[241]: Symbol("sys_sched_setaffinity" at 0xc037d9d0, type=FUNC, size=0xc4) +[D] sys_oabi_call_table[242]: Symbol("sys_sched_getaffinity" at 0xc037bb3c, type=FUNC, size=0xd4) +[D] sys_oabi_call_table[243]: Symbol("sys_io_setup" at 0xc05a5c94, type=FUNC, size=0x884) +[D] sys_oabi_call_table[244]: Symbol("sys_io_destroy" at 0xc05a6518, type=FUNC, size=0x11c) +[D] sys_oabi_call_table[245]: Symbol("sys_io_getevents_time32" at 0xc05a6b18, type=FUNC, size=0xd4) +[D] sys_oabi_call_table[246]: Symbol("sys_io_submit" at 0xc05a6634, type=FUNC, size=0x4) +[D] sys_oabi_call_table[247]: Symbol("sys_io_cancel" at 0xc05a6638, type=FUNC, size=0x180) +[D] sys_oabi_call_table[248]: Symbol("sys_exit_group" at 0xc034b8d8, type=FUNC, size=0x10) +[D] sys_oabi_call_table[249]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[250]: Symbol("sys_epoll_create" at 0xc059b674, type=FUNC, size=0x18) +[D] sys_oabi_call_table[251]: Symbol("sys_oabi_epoll_ctl" at 0xc0311658, type=FUNC, size=0xec) +[D] sys_oabi_call_table[252]: Symbol("sys_epoll_wait" at 0xc059c438, type=FUNC, size=0x11c) +[D] sys_oabi_call_table[253]: Symbol("sys_remap_file_pages" at 0xc050acac, type=FUNC, size=0x2c8) +[D] sys_oabi_call_table[254]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[255]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[256]: Symbol("sys_set_tid_address" at 0xc0342ca0, type=FUNC, size=0x1c) +[D] sys_oabi_call_table[257]: Symbol("sys_timer_create" at 0xc03e850c, type=FUNC, size=0xdc) +[D] sys_oabi_call_table[258]: Symbol("sys_timer_settime32" at 0xc03e884c, type=FUNC, size=0xe8) +[D] sys_oabi_call_table[259]: Symbol("sys_timer_gettime32" at 0xc03e8664, type=FUNC, size=0x7c) +[D] sys_oabi_call_table[260]: Symbol("sys_timer_getoverrun" at 0xc03e86e0, type=FUNC, size=0x84) +[D] sys_oabi_call_table[261]: Symbol("sys_timer_delete" at 0xc03e8934, type=FUNC, size=0x128) +[D] sys_oabi_call_table[262]: Symbol("sys_clock_settime32" at 0xc03e8f3c, type=FUNC, size=0xe4) +[D] sys_oabi_call_table[263]: Symbol("sys_clock_gettime32" at 0xc03e9020, type=FUNC, size=0xe0) +[D] sys_oabi_call_table[264]: Symbol("sys_clock_getres_time32" at 0xc03e9104, type=FUNC, size=0xf0) +[D] sys_oabi_call_table[265]: Symbol("sys_clock_nanosleep_time32" at 0xc03e9338, type=FUNC, size=0x14c) +[D] sys_oabi_call_table[266]: Symbol("sys_statfs64_wrapper" at 0xc0300adc, type=FUNC, size=0xc) +[D] sys_oabi_call_table[267]: Symbol("sys_fstatfs64_wrapper" at 0xc0300ae8, type=FUNC, size=0xc) +[D] sys_oabi_call_table[268]: Symbol("sys_tgkill" at 0xc035a6c8, type=FUNC, size=0x18) +[D] sys_oabi_call_table[269]: Symbol("sys_utimes_time32" at 0xc05828d8, type=FUNC, size=0x10) +[D] sys_oabi_call_table[270]: Symbol("sys_arm_fadvise64_64" at 0xc030bb34, type=FUNC, size=0x20) +[D] sys_oabi_call_table[271]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[272]: Symbol("sys_pciconfig_read" at 0xc0968094, type=FUNC, size=0x248) +[D] sys_oabi_call_table[273]: Symbol("sys_pciconfig_write" at 0xc09682dc, type=FUNC, size=0x184) +[D] sys_oabi_call_table[274]: Symbol("sys_mq_open" at 0xc077fa04, type=FUNC, size=0x288) +[D] sys_oabi_call_table[275]: Symbol("sys_mq_unlink" at 0xc077fc8c, type=FUNC, size=0xec) +[D] sys_oabi_call_table[276]: Symbol("sys_mq_timedsend_time32" at 0xc0780228, type=FUNC, size=0xd0) +[D] sys_oabi_call_table[277]: Symbol("sys_mq_timedreceive_time32" at 0xc07802f8, type=FUNC, size=0xd0) +[D] sys_oabi_call_table[278]: Symbol("sys_mq_notify" at 0xc077ff18, type=FUNC, size=0xbc) +[D] sys_oabi_call_table[279]: Symbol("sys_mq_getsetattr" at 0xc077ffd4, type=FUNC, size=0x254) +[D] sys_oabi_call_table[280]: Symbol("sys_waitid" at 0xc034be98, type=FUNC, size=0x24c) +[D] sys_oabi_call_table[281]: Symbol("sys_socket" at 0xc0f16988, type=FUNC, size=0x4) +[D] sys_oabi_call_table[282]: Symbol("sys_oabi_bind" at 0xc0311a64, type=FUNC, size=0x68) +[D] sys_oabi_call_table[283]: Symbol("sys_oabi_connect" at 0xc0311acc, type=FUNC, size=0x68) +[D] sys_oabi_call_table[284]: Symbol("sys_listen" at 0xc0f16db0, type=FUNC, size=0x4) +[D] sys_oabi_call_table[285]: Symbol("sys_accept" at 0xc0f16fd0, type=FUNC, size=0x8) +[D] sys_oabi_call_table[286]: Symbol("sys_getsockname" at 0xc0f171f4, type=FUNC, size=0x4) +[D] sys_oabi_call_table[287]: Symbol("sys_getpeername" at 0xc0f172e8, type=FUNC, size=0x4) +[D] sys_oabi_call_table[288]: Symbol("sys_socketpair" at 0xc0f16c04, type=FUNC, size=0x4) +[D] sys_oabi_call_table[289]: Symbol("sys_send" at 0xc0f17434, type=FUNC, size=0x20) +[D] sys_oabi_call_table[290]: Symbol("sys_oabi_sendto" at 0xc0311b34, type=FUNC, size=0x78) +[D] sys_oabi_call_table[291]: Symbol("sys_recv" at 0xc0f17598, type=FUNC, size=0x20) +[D] sys_oabi_call_table[292]: Symbol("sys_recvfrom" at 0xc0f17594, type=FUNC, size=0x4) +[D] sys_oabi_call_table[293]: Symbol("sys_shutdown" at 0xc0f17988, type=FUNC, size=0x4) +[D] sys_oabi_call_table[294]: Symbol("sys_setsockopt" at 0xc0f1766c, type=FUNC, size=0xb4) +[D] sys_oabi_call_table[295]: Symbol("sys_getsockopt" at 0xc0f177ec, type=FUNC, size=0xcc) +[D] sys_oabi_call_table[296]: Symbol("sys_oabi_sendmsg" at 0xc0311bac, type=FUNC, size=0xf0) +[D] sys_oabi_call_table[297]: Symbol("sys_recvmsg" at 0xc0f1841c, type=FUNC, size=0xb0) +[D] sys_oabi_call_table[298]: Symbol("sys_oabi_semop" at 0xc0311a0c, type=FUNC, size=0x8) +[D] sys_oabi_call_table[299]: Symbol("sys_semget" at 0xc0779bf4, type=FUNC, size=0x94) +[D] sys_oabi_call_table[300]: Symbol("sys_old_semctl" at 0xc0779ce8, type=FUNC, size=0x70) +[D] sys_oabi_call_table[301]: Symbol("sys_msgsnd" at 0xc07772ec, type=FUNC, size=0x4) +[D] sys_oabi_call_table[302]: Symbol("sys_msgrcv" at 0xc07772f4, type=FUNC, size=0x4) +[D] sys_oabi_call_table[303]: Symbol("sys_msgget" at 0xc0776cd8, type=FUNC, size=0x64) +[D] sys_oabi_call_table[304]: Symbol("sys_old_msgctl" at 0xc0776d7c, type=FUNC, size=0x64) +[D] sys_oabi_call_table[305]: Symbol("sys_shmat" at 0xc077d398, type=FUNC, size=0x58) +[D] sys_oabi_call_table[306]: Symbol("sys_shmdt" at 0xc077d680, type=FUNC, size=0x4) +[D] sys_oabi_call_table[307]: Symbol("sys_shmget" at 0xc077cdc4, type=FUNC, size=0x6c) +[D] sys_oabi_call_table[308]: Symbol("sys_old_shmctl" at 0xc077ce70, type=FUNC, size=0x64) +[D] sys_oabi_call_table[309]: Symbol("sys_add_key" at 0xc07845e4, type=FUNC, size=0x238) +[D] sys_oabi_call_table[310]: Symbol("sys_request_key" at 0xc078481c, type=FUNC, size=0x1a4) +[D] sys_oabi_call_table[311]: Symbol("sys_keyctl" at 0xc0785f94, type=FUNC, size=0x284) +[D] sys_oabi_call_table[312]: Symbol("sys_oabi_semtimedop" at 0xc0311834, type=FUNC, size=0x1d8) +[D] sys_oabi_call_table[313]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[314]: Symbol("sys_ioprio_set" at 0xc07c44e4, type=FUNC, size=0x27c) +[D] sys_oabi_call_table[315]: Symbol("sys_ioprio_get" at 0xc07c4760, type=FUNC, size=0x300) +[D] sys_oabi_call_table[316]: Symbol("sys_inotify_init" at 0xc0595924, type=FUNC, size=0x8) +[D] sys_oabi_call_table[317]: Symbol("sys_inotify_add_watch" at 0xc059592c, type=FUNC, size=0x3e8) +[D] sys_oabi_call_table[318]: Symbol("sys_inotify_rm_watch" at 0xc0595d14, type=FUNC, size=0xb4) +[D] sys_oabi_call_table[319]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[320]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[321]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[322]: Symbol("sys_openat" at 0xc0540694, type=FUNC, size=0xcc) +[D] sys_oabi_call_table[323]: Symbol("sys_mkdirat" at 0xc0556e94, type=FUNC, size=0x34) +[D] sys_oabi_call_table[324]: Symbol("sys_mknodat" at 0xc0556ce8, type=FUNC, size=0x38) +[D] sys_oabi_call_table[325]: Symbol("sys_fchownat" at 0xc053fde4, type=FUNC, size=0x4) +[D] sys_oabi_call_table[326]: Symbol("sys_futimesat_time32" at 0xc05828d4, type=FUNC, size=0x4) +[D] sys_oabi_call_table[327]: Symbol("sys_oabi_fstatat64" at 0xc03112b4, type=FUNC, size=0x84) +[D] sys_oabi_call_table[328]: Symbol("sys_unlinkat" at 0xc0557370, type=FUNC, size=0x54) +[D] sys_oabi_call_table[329]: Symbol("sys_renameat" at 0xc0557efc, type=FUNC, size=0x5c) +[D] sys_oabi_call_table[330]: Symbol("sys_linkat" at 0xc055786c, type=FUNC, size=0x58) +[D] sys_oabi_call_table[331]: Symbol("sys_symlinkat" at 0xc055750c, type=FUNC, size=0x40) +[D] sys_oabi_call_table[332]: Symbol("sys_readlinkat" at 0xc054a384, type=FUNC, size=0x4) +[D] sys_oabi_call_table[333]: Symbol("sys_fchmodat" at 0xc053f9c0, type=FUNC, size=0xb0) +[D] sys_oabi_call_table[334]: Symbol("sys_faccessat" at 0xc053f4a8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[335]: Symbol("sys_pselect6_time32" at 0xc055d11c, type=FUNC, size=0x128) +[D] sys_oabi_call_table[336]: Symbol("sys_ppoll_time32" at 0xc055d4fc, type=FUNC, size=0xf4) +[D] sys_oabi_call_table[337]: Symbol("sys_unshare" at 0xc03456a4, type=FUNC, size=0x4) +[D] sys_oabi_call_table[338]: Symbol("sys_set_robust_list" at 0xc03f256c, type=FUNC, size=0x1c) +[D] sys_oabi_call_table[339]: Symbol("sys_get_robust_list" at 0xc03f2588, type=FUNC, size=0xb8) +[D] sys_oabi_call_table[340]: Symbol("sys_splice" at 0xc0581240, type=FUNC, size=0x344) +[D] sys_oabi_call_table[341]: Symbol("sys_sync_file_range2" at 0xc05820f0, type=FUNC, size=0x78) +[D] sys_oabi_call_table[342]: Symbol("sys_tee" at 0xc058193c, type=FUNC, size=0xb0) +[D] sys_oabi_call_table[343]: Symbol("sys_vmsplice" at 0xc058123c, type=FUNC, size=0x4) +[D] sys_oabi_call_table[344]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[345]: Symbol("sys_getcpu" at 0xc035f2fc, type=FUNC, size=0x9c) +[D] sys_oabi_call_table[346]: Symbol("sys_epoll_pwait" at 0xc059c554, type=FUNC, size=0x12c) +[D] sys_oabi_call_table[347]: Symbol("sys_kexec_load" at 0xc03fc620, type=FUNC, size=0x398) +[D] sys_oabi_call_table[348]: Symbol("sys_utimensat_time32" at 0xc0582808, type=FUNC, size=0xcc) +[D] sys_oabi_call_table[349]: Symbol("sys_signalfd" at 0xc059d264, type=FUNC, size=0xac) +[D] sys_oabi_call_table[350]: Symbol("sys_timerfd_create" at 0xc059e208, type=FUNC, size=0x178) +[D] sys_oabi_call_table[351]: Symbol("sys_eventfd" at 0xc059f074, type=FUNC, size=0x8) +[D] sys_oabi_call_table[352]: Symbol("sys_fallocate" at 0xc053f430, type=FUNC, size=0x78) +[D] sys_oabi_call_table[353]: Symbol("sys_timerfd_settime32" at 0xc059e4bc, type=FUNC, size=0xc4) +[D] sys_oabi_call_table[354]: Symbol("sys_timerfd_gettime32" at 0xc059e580, type=FUNC, size=0x78) +[D] sys_oabi_call_table[355]: Symbol("sys_signalfd4" at 0xc059d1b0, type=FUNC, size=0xb4) +[D] sys_oabi_call_table[356]: Symbol("sys_eventfd2" at 0xc059f070, type=FUNC, size=0x4) +[D] sys_oabi_call_table[357]: Symbol("sys_epoll_create1" at 0xc059b670, type=FUNC, size=0x4) +[D] sys_oabi_call_table[358]: Symbol("sys_dup3" at 0xc0568238, type=FUNC, size=0x4) +[D] sys_oabi_call_table[359]: Symbol("sys_pipe2" at 0xc054f00c, type=FUNC, size=0x4) +[D] sys_oabi_call_table[360]: Symbol("sys_inotify_init1" at 0xc0595920, type=FUNC, size=0x4) +[D] sys_oabi_call_table[361]: Symbol("sys_preadv" at 0xc05436ec, type=FUNC, size=0xc4) +[D] sys_oabi_call_table[362]: Symbol("sys_pwritev" at 0xc05438a8, type=FUNC, size=0xc4) +[D] sys_oabi_call_table[363]: Symbol("sys_rt_tgsigqueueinfo" at 0xc035a804, type=FUNC, size=0x118) +[D] sys_oabi_call_table[364]: Symbol("sys_perf_event_open" at 0xc04b7ff0, type=FUNC, size=0x4) +[D] sys_oabi_call_table[365]: Symbol("sys_recvmmsg_time32" at 0xc0f186f4, type=FUNC, size=0xd0) +[D] sys_oabi_call_table[366]: Symbol("sys_accept4" at 0xc0f16fcc, type=FUNC, size=0x4) +[D] sys_oabi_call_table[367]: Symbol("sys_fanotify_init" at 0xc0599384, type=FUNC, size=0x2b4) +[D] sys_oabi_call_table[368]: Symbol("sys_fanotify_mark" at 0xc0599638, type=FUNC, size=0x830) +[D] sys_oabi_call_table[369]: Symbol("sys_prlimit64" at 0xc035e310, type=FUNC, size=0x334) +[D] sys_oabi_call_table[370]: Symbol("sys_name_to_handle_at" at 0xc05b564c, type=FUNC, size=0x2cc) +[D] sys_oabi_call_table[371]: Symbol("sys_open_by_handle_at" at 0xc05b5918, type=FUNC, size=0x2d4) +[D] sys_oabi_call_table[372]: Symbol("sys_clock_adjtime32" at 0xc03e9100, type=FUNC, size=0x4) +[D] sys_oabi_call_table[373]: Symbol("sys_syncfs" at 0xc0581e1c, type=FUNC, size=0x7c) +[D] sys_oabi_call_table[374]: Symbol("sys_sendmmsg" at 0xc0f18314, type=FUNC, size=0x1c) +[D] sys_oabi_call_table[375]: Symbol("sys_setns" at 0xc036cb24, type=FUNC, size=0x374) +[D] sys_oabi_call_table[376]: Symbol("sys_process_vm_readv" at 0xc05195ac, type=FUNC, size=0x2c) +[D] sys_oabi_call_table[377]: Symbol("sys_process_vm_writev" at 0xc05195d8, type=FUNC, size=0x2c) +[D] sys_oabi_call_table[378]: Symbol("sys_kcmp" at 0xc03d5908, type=FUNC, size=0x50c) +[D] sys_oabi_call_table[379]: Symbol("sys_finit_module" at 0xc03d32cc, type=FUNC, size=0x288) +[D] sys_oabi_call_table[380]: Symbol("sys_sched_setattr" at 0xc037b3f4, type=FUNC, size=0x354) +[D] sys_oabi_call_table[381]: Symbol("sys_sched_getattr" at 0xc037b89c, type=FUNC, size=0x18c) +[D] sys_oabi_call_table[382]: Symbol("sys_renameat2" at 0xc0557ea8, type=FUNC, size=0x54) +[D] sys_oabi_call_table[383]: Symbol("sys_seccomp" at 0xc0409c40, type=FUNC, size=0x1cc) +[D] sys_oabi_call_table[384]: Symbol("sys_getrandom" at 0xc0af3104, type=FUNC, size=0xf4) +[D] sys_oabi_call_table[385]: Symbol("sys_memfd_create" at 0xc053d8cc, type=FUNC, size=0x278) +[D] sys_oabi_call_table[386]: Symbol("sys_bpf" at 0xc044f28c, type=FUNC, size=0x20) +[D] sys_oabi_call_table[387]: Symbol("sys_execveat" at 0xc054d28c, type=FUNC, size=0x3c) +[D] sys_oabi_call_table[388]: Symbol("sys_userfaultfd" at 0xc05a2f98, type=FUNC, size=0x48) +[D] sys_oabi_call_table[389]: Symbol("sys_membarrier" at 0xc039ec88, type=FUNC, size=0x3bc) +[D] sys_oabi_call_table[390]: Symbol("sys_mlock2" at 0xc0504184, type=FUNC, size=0x20) +[D] sys_oabi_call_table[391]: Symbol("sys_copy_file_range" at 0xc05444e4, type=FUNC, size=0x2d4) +[D] sys_oabi_call_table[392]: Symbol("sys_preadv2" at 0xc05437b0, type=FUNC, size=0xf8) +[D] sys_oabi_call_table[393]: Symbol("sys_pwritev2" at 0xc054396c, type=FUNC, size=0xf8) +[D] sys_oabi_call_table[394]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[395]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[396]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[397]: Symbol("sys_statx" at 0xc054a45c, type=FUNC, size=0x74) +[D] sys_oabi_call_table[398]: Symbol("sys_rseq" at 0xc04c0a38, type=FUNC, size=0x1dc) +[D] sys_oabi_call_table[399]: Symbol("sys_io_pgetevents_time32" at 0xc05a6968, type=FUNC, size=0x1b0) +[D] sys_oabi_call_table[400]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[401]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[402]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[403]: Symbol("sys_clock_gettime" at 0xc03e8cf0, type=FUNC, size=0xe0) +[D] sys_oabi_call_table[404]: Symbol("sys_clock_settime" at 0xc03e8c0c, type=FUNC, size=0xe4) +[D] sys_oabi_call_table[405]: Symbol("sys_clock_adjtime" at 0xc03e8e48, type=FUNC, size=0x4) +[D] sys_oabi_call_table[406]: Symbol("sys_clock_getres" at 0xc03e8e4c, type=FUNC, size=0xf0) +[D] sys_oabi_call_table[407]: Symbol("sys_clock_nanosleep" at 0xc03e91f4, type=FUNC, size=0x144) +[D] sys_oabi_call_table[408]: Symbol("sys_timer_gettime" at 0xc03e85e8, type=FUNC, size=0x7c) +[D] sys_oabi_call_table[409]: Symbol("sys_timer_settime" at 0xc03e8764, type=FUNC, size=0xe8) +[D] sys_oabi_call_table[410]: Symbol("sys_timerfd_gettime" at 0xc059e444, type=FUNC, size=0x78) +[D] sys_oabi_call_table[411]: Symbol("sys_timerfd_settime" at 0xc059e380, type=FUNC, size=0xc4) +[D] sys_oabi_call_table[412]: Symbol("sys_utimensat" at 0xc0582640, type=FUNC, size=0xcc) +[D] sys_oabi_call_table[413]: Symbol("sys_pselect6" at 0xc055cff4, type=FUNC, size=0x128) +[D] sys_oabi_call_table[414]: Symbol("sys_ppoll" at 0xc055d408, type=FUNC, size=0xf4) +[D] sys_oabi_call_table[415]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[416]: Symbol("sys_io_pgetevents" at 0xc05a67b8, type=FUNC, size=0x1b0) +[D] sys_oabi_call_table[417]: Symbol("sys_recvmmsg" at 0xc0f18624, type=FUNC, size=0xd0) +[D] sys_oabi_call_table[418]: Symbol("sys_mq_timedsend" at 0xc077fd78, type=FUNC, size=0xd0) +[D] sys_oabi_call_table[419]: Symbol("sys_mq_timedreceive" at 0xc077fe48, type=FUNC, size=0xd0) +[D] sys_oabi_call_table[420]: Symbol("sys_semtimedop" at 0xc077ae44, type=FUNC, size=0xb4) +[D] sys_oabi_call_table[421]: Symbol("sys_rt_sigtimedwait" at 0xc035a010, type=FUNC, size=0x138) +[D] sys_oabi_call_table[422]: Symbol("sys_futex" at 0xc03f27c4, type=FUNC, size=0x164) +[D] sys_oabi_call_table[423]: Symbol("sys_sched_rr_get_interval" at 0xc037bd40, type=FUNC, size=0x84) +[D] sys_oabi_call_table[424]: Symbol("sys_pidfd_send_signal" at 0xc035a484, type=FUNC, size=0x244) +[D] sys_oabi_call_table[425]: Symbol("sys_io_uring_setup" at 0xc07e1fc4, type=FUNC, size=0x68) +[D] sys_oabi_call_table[426]: Symbol("sys_io_uring_enter" at 0xc07e1344, type=FUNC, size=0xc64) +[D] sys_oabi_call_table[427]: Symbol("sys_io_uring_register" at 0xc07f1cc8, type=FUNC, size=0xbb8) +[D] sys_oabi_call_table[428]: Symbol("sys_open_tree" at 0xc056ded4, type=FUNC, size=0x340) +[D] sys_oabi_call_table[429]: Symbol("sys_move_mount" at 0xc056f738, type=FUNC, size=0x354) +[D] sys_oabi_call_table[430]: Symbol("sys_fsopen" at 0xc0586720, type=FUNC, size=0x120) +[D] sys_oabi_call_table[431]: Symbol("sys_fsconfig" at 0xc05869c0, type=FUNC, size=0x4f0) +[D] sys_oabi_call_table[432]: Symbol("sys_fsmount" at 0xc056f468, type=FUNC, size=0x2d0) +[D] sys_oabi_call_table[433]: Symbol("sys_fspick" at 0xc0586840, type=FUNC, size=0x180) +[D] sys_oabi_call_table[434]: Symbol("sys_pidfd_open" at 0xc0368d18, type=FUNC, size=0x104) +[D] sys_oabi_call_table[435]: Symbol("sys_clone3" at 0xc034519c, type=FUNC, size=0x4) +[D] sys_oabi_call_table[436]: Symbol("sys_close_range" at 0xc0540934, type=FUNC, size=0x4) +[D] sys_oabi_call_table[437]: Symbol("sys_openat2" at 0xc0540760, type=FUNC, size=0xf0) +[D] sys_oabi_call_table[438]: Symbol("sys_pidfd_getfd" at 0xc0368e1c, type=FUNC, size=0x16c) +[D] sys_oabi_call_table[439]: Symbol("sys_faccessat2" at 0xc053f4b0, type=FUNC, size=0x4) +[D] sys_oabi_call_table[440]: Symbol("sys_process_madvise" at 0xc052d504, type=FUNC, size=0x234) +[D] sys_oabi_call_table[441]: Symbol("sys_epoll_pwait2" at 0xc059c680, type=FUNC, size=0xcc) +[D] sys_oabi_call_table[442]: Symbol("sys_mount_setattr" at 0xc056ffc4, type=FUNC, size=0x7f8) +[D] sys_oabi_call_table[443]: Symbol("sys_quotactl_fd" at 0xc05c5d68, type=FUNC, size=0x1cc) +[D] sys_oabi_call_table[444]: Symbol("sys_landlock_create_ruleset" at 0xc0790d28, type=FUNC, size=0x1c0) +[D] sys_oabi_call_table[445]: Symbol("sys_landlock_add_rule" at 0xc0790ee8, type=FUNC, size=0x2f8) +[D] sys_oabi_call_table[446]: Symbol("sys_landlock_restrict_self" at 0xc07911e0, type=FUNC, size=0xf8) +[D] sys_oabi_call_table[447]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[448]: Symbol("sys_process_mrelease" at 0xc04cc198, type=FUNC, size=0x21c) +[D] sys_oabi_call_table[449]: Symbol("sys_futex_waitv" at 0xc03f2b68, type=FUNC, size=0x178) +[D] sys_oabi_call_table[450]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[451]: Symbol("sys_cachestat" at 0xc04c89e8, type=FUNC, size=0x45c) +[D] sys_oabi_call_table[452]: Symbol("sys_fchmodat2" at 0xc053f8f4, type=FUNC, size=0xcc) +[D] sys_oabi_call_table[453]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[454]: Symbol("sys_futex_wake" at 0xc03f2ce0, type=FUNC, size=0x4c) +[D] sys_oabi_call_table[455]: Symbol("sys_futex_wait" at 0xc03f2d2c, type=FUNC, size=0x104) +[D] sys_oabi_call_table[456]: Symbol("sys_futex_requeue" at 0xc03f2e30, type=FUNC, size=0x4) +[D] sys_oabi_call_table[457]: Symbol("sys_statmount" at 0xc05707f4, type=FUNC, size=0x4) +[D] sys_oabi_call_table[458]: Symbol("sys_listmount" at 0xc05707f8, type=FUNC, size=0x3f8) +[D] sys_oabi_call_table[459]: Symbol("sys_lsm_get_self_attr" at 0xc078ae50, type=FUNC, size=0x4) +[D] sys_oabi_call_table[460]: Symbol("sys_lsm_set_self_attr" at 0xc078ae4c, type=FUNC, size=0x4) +[D] sys_oabi_call_table[461]: Symbol("sys_lsm_list_modules" at 0xc078ae54, type=FUNC, size=0x124) +[D] sys_oabi_call_table[462]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[D] sys_oabi_call_table[463]: Symbol("sys_ni_syscall" at 0xc036c5d8, type=FUNC, size=0x8) +[I] Common syscall symbol prefixes: sys_ +[I] 55 syscall table entries point to sys_ni_syscall +[I] Found 6 esoteric syscalls: breakpoint, cacheflush, usr26, usr32, set_tls, get_tls +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0357528', '0xc034b844', '0xc0345044', '0xc054333c', '0xc0543430', '0xc05405cc', '0xc05408d8', '0xc0540850', '0xc05578c4', '0xc05573c4', '0xc054d254', '0xc053f4c8', '0xc03d7a50', '0xc0556d20', '0xc053fa70', '0xc03f7de8', '0xc054218c', '0xc035d8e4', '0xc056f238', '0xc056cbdc', '0xc03f7edc', '0xc03f83d4', '0xc03d7aa4', '0xc0353284', '0xc03ec31c', '0xc035b430', '0xc058270c', '0xc053f4b4', '0xc037af58', '0xc0581db0', '0xc035a280', '0xc0557f58', '0xc0556ec8', '0xc055708c', '0xc05682f4', '0xc054f010', '0xc035d9a0', '0xc0509510', '0xc03f7e98', '0xc03f8434', '0xc03f8404', '0xc03f8464', '0xc03f9e84', '0xc056cb4c', '0xc0559f24', '0xc0558d38', '0xc035dab0', '0xc035eb60', '0xc053f62c', '0xc0584554', '0xc056823c', '0xc035d904', '0xc035dc78', '0xc035ddbc', '0xc035b164', '0xc03f7eb0', '0xc03f7e6c', '0xc035b514', '0xc035ae28', '0xc035ddc4', '0xc035e644', '0xc035e1f8', '0xc035ea98', '0xc03d7b5c', '0xc03d7d78', '0xc03f81dc', '0xc03f8294', '0xc055d244', '0xc055754c', '0xc054a388', '0xc054c358', '0xc0533730', '0xc036f9b0', '0xc055b340', '0xc05077f0', '0xc05084f4', '0xc053f034', '0xc053f2b0', '0xc053f8a0', '0xc03f7e38', '0xc035c784', '0xc035c4d4', '0xc0584354', '0xc0584454', '0xc0311c9c', '0xc03a5984', '0xc03ec3d4', '0xc03ec14c', '0xc054a378', '0xc054a37c', '0xc054a380', '0xc0540938', '0xc0300a94', '0xc034c2c4', '0xc0532710', '0xc035f398', '0xc0311a14', '0xc0581e98', '0xc0300ac4', '0xc0345108', '0xc035e00c', '0xc035ddc0', '0xc03d8284', '0xc050c69c', '0xc035aec4', '0xc03d310c', '0xc03d3650', '0xc05c5974', '0xc035dc20', '0xc053f59c', '0xc0568814', '0xc0345850', '0xc03f81ac', '0xc03f81c4', '0xc0542248', '0xc055b40c', '0xc055cff0', '0xc05ac624', '0xc050d9ec', '0xc05436dc', '0xc05436e4', '0xc035dc90', '0xc0581ea0', '0xc050417c', '0xc05041a4', '0xc0504298', '0xc0504418', '0xc037b3d8', '0xc037b7a4', '0xc037b3ac', '0xc037b748', '0xc037bc10', '0xc037bc80', '0xc037bce0', '0xc037bdc4', '0xc03de0dc', '0xc050d310', '0xc03f7ef4', '0xc03f7f3c', '0xc055d2f8', '0xc03f8050', '0xc03f8098', '0xc035eba0', '0xc0300ad0', '0xc035b014', '0xc0357800', '0xc035793c', '0xc035a148', '0xc035a6fc', '0xc035b46c', '0xc0300afc', '0xc0300b04', '0xc03f7d98', '0xc05833e8', '0xc03523d4', '0xc03525c0', '0xc035aba8', '0xc0543a64', '0xc03450a0', '0xc035e148', '0xc0300af4', '0xc0300b0c', '0xc0300b18', '0xc0311148', '0xc03111c4', '0xc0311240', '0xc053feb8', '0xc035d920', '0xc035d960', '0xc035d940', '0xc035d980', '0xc035ce40', '0xc035cb40', '0xc0371a80', '0xc0371b40', '0xc0540044', '0xc035d28c', '0xc035d290', '0xc035d678', '0xc035d67c', '0xc053fde8', '0xc035cf34', '0xc035cbf8', '0xc035d818', '0xc035d8e0', '0xc055b52c', '0xc056fae8', '0xc05026fc', '0xc052d4e0', '0xc0311338', '0xc035d8f4', '0xc0300b24', '0xc0574174', '0xc0574198', '0xc05741bc', '0xc057455c', '0xc0574578', '0xc0574594', '0xc0574610', '0xc0574618', '0xc0574620', '0xc057467c', '0xc0574684', '0xc057468c', '0xc035a6e0', '0xc0543b68', '0xc03f2e34', '0xc037d9d0', '0xc037bb3c', '0xc05a5c94', '0xc05a6518', '0xc05a6b18', '0xc05a6634', '0xc05a6638', '0xc034b8d8', '0xc059b674', '0xc0311658', '0xc059c438', '0xc050acac', '0xc0342ca0', '0xc03e850c', '0xc03e884c', '0xc03e8664', '0xc03e86e0', '0xc03e8934', '0xc03e8f3c', '0xc03e9020', '0xc03e9104', '0xc03e9338', '0xc0300adc', '0xc0300ae8', '0xc035a6c8', '0xc05828d8', '0xc030bb34', '0xc0968094', '0xc09682dc', '0xc077fa04', '0xc077fc8c', '0xc0780228', '0xc07802f8', '0xc077ff18', '0xc077ffd4', '0xc034be98', '0xc0f16988', '0xc0311a64', '0xc0311acc', '0xc0f16db0', '0xc0f16fd0', '0xc0f171f4', '0xc0f172e8', '0xc0f16c04', '0xc0f17434', '0xc0311b34', '0xc0f17598', '0xc0f17594', '0xc0f17988', '0xc0f1766c', '0xc0f177ec', '0xc0311bac', '0xc0f1841c', '0xc0311a0c', '0xc0779bf4', '0xc0779ce8', '0xc07772ec', '0xc07772f4', '0xc0776cd8', '0xc0776d7c', '0xc077d398', '0xc077d680', '0xc077cdc4', '0xc077ce70', '0xc07845e4', '0xc078481c', '0xc0785f94', '0xc0311834', '0xc07c44e4', '0xc07c4760', '0xc0595924', '0xc059592c', '0xc0595d14', '0xc0540694', '0xc0556e94', '0xc0556ce8', '0xc053fde4', '0xc05828d4', '0xc03112b4', '0xc0557370', '0xc0557efc', '0xc055786c', '0xc055750c', '0xc054a384', '0xc053f9c0', '0xc053f4a8', '0xc055d11c', '0xc055d4fc', '0xc03456a4', '0xc03f256c', '0xc03f2588', '0xc0581240', '0xc05820f0', '0xc058193c', '0xc058123c', '0xc035f2fc', '0xc059c554', '0xc03fc620', '0xc0582808', '0xc059d264', '0xc059e208', '0xc059f074', '0xc053f430', '0xc059e4bc', '0xc059e580', '0xc059d1b0', '0xc059f070', '0xc059b670', '0xc0568238', '0xc054f00c', '0xc0595920', '0xc05436ec', '0xc05438a8', '0xc035a804', '0xc04b7ff0', '0xc0f186f4', '0xc0f16fcc', '0xc0599384', '0xc0599638', '0xc035e310', '0xc05b564c', '0xc05b5918', '0xc03e9100', '0xc0581e1c', '0xc0f18314', '0xc036cb24', '0xc05195ac', '0xc05195d8', '0xc03d5908', '0xc03d32cc', '0xc037b3f4', '0xc037b89c', '0xc0557ea8', '0xc0409c40', '0xc0af3104', '0xc053d8cc', '0xc044f28c', '0xc054d28c', '0xc05a2f98', '0xc039ec88', '0xc0504184', '0xc05444e4', '0xc05437b0', '0xc054396c', '0xc054a45c', '0xc04c0a38', '0xc05a6968', '0xc03e8cf0', '0xc03e8c0c', '0xc03e8e48', '0xc03e8e4c', '0xc03e91f4', '0xc03e85e8', '0xc03e8764', '0xc059e444', '0xc059e380', '0xc0582640', '0xc055cff4', '0xc055d408', '0xc05a67b8', '0xc0f18624', '0xc077fd78', '0xc077fe48', '0xc077ae44', '0xc035a010', '0xc03f27c4', '0xc037bd40', '0xc035a484', '0xc07e1fc4', '0xc07e1344', '0xc07f1cc8', '0xc056ded4', '0xc056f738', '0xc0586720', '0xc05869c0', '0xc056f468', '0xc0586840', '0xc0368d18', '0xc034519c', '0xc0540934', '0xc0540760', '0xc0368e1c', '0xc053f4b0', '0xc052d504', '0xc059c680', '0xc056ffc4', '0xc05c5d68', '0xc0790d28', '0xc0790ee8', '0xc07911e0', '0xc04cc198', '0xc03f2b68', '0xc04c89e8', '0xc053f8f4', '0xc03f2ce0', '0xc03f2d2c', '0xc03f2e30', '0xc05707f4', '0xc05707f8', '0xc078ae50', '0xc078ae4c', '0xc078ae54', '0xc030c52c', '0xc030c52c', '0xc030c52c', '0xc030c52c', '0xc030c52c', '0xc030c52c'] +[D] Location needs adjustment (bad): restart_syscall (sys_restart_syscall) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getpid (sys_getpid) -> include/linux/pid.h:290 +[D] Location needs adjustment (bad): getuid16 (sys_getuid16) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getgid16 (sys_getgid16) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): geteuid16 (sys_geteuid16) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getegid16 (sys_getegid16) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): setpgid (sys_setpgid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): umask (sys_umask) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getpriority (sys_getpriority) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): setpriority (sys_setpriority) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): syscall (sys_syscall) -> arch/arm/kernel/entry-common.S:366 +[D] Location needs adjustment (bad): sigreturn (sys_sigreturn_wrapper) -> arch/arm/kernel/entry-common.S:383 +[D] Location needs adjustment (bad): personality (sys_personality) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): munlock (sys_munlock) -> include/linux/atomic/atomic-arch-fallback.h:455 +[D] Location needs adjustment (bad): munlockall (sys_munlockall) -> include/linux/atomic/atomic-arch-fallback.h:455 +[D] Location needs adjustment (bad): rt_sigreturn (sys_rt_sigreturn_wrapper) -> arch/arm/kernel/entry-common.S:389 +[D] Location needs adjustment (bad): oabi_pread64 (sys_oabi_pread64) -> arch/arm/kernel/entry-common.S:422 +[D] Location needs adjustment (bad): oabi_pwrite64 (sys_oabi_pwrite64) -> arch/arm/kernel/entry-common.S:427 +[D] Location needs adjustment (bad): mmap2 (sys_mmap2) -> arch/arm/kernel/entry-common.S:411 +[D] Location needs adjustment (bad): oabi_truncate64 (sys_oabi_truncate64) -> arch/arm/kernel/entry-common.S:432 +[D] Location needs adjustment (bad): oabi_ftruncate64 (sys_oabi_ftruncate64) -> arch/arm/kernel/entry-common.S:438 +[D] Location needs adjustment (bad): getuid (sys_getuid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getgid (sys_getgid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): geteuid (sys_geteuid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): getegid (sys_getegid) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): madvise (sys_madvise) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): gettid (sys_gettid) -> include/linux/pid.h:238 +[D] Location needs adjustment (bad): oabi_readahead (sys_oabi_readahead) -> arch/arm/kernel/entry-common.S:444 +[D] Location needs adjustment (bad): set_tid_address (sys_set_tid_address) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): statfs64 (sys_statfs64_wrapper) -> arch/arm/kernel/entry-common.S:395 +[D] Location needs adjustment (bad): fstatfs64 (sys_fstatfs64_wrapper) -> arch/arm/kernel/entry-common.S:401 +[D] Location needs adjustment (bad): mq_unlink (sys_mq_unlink) -> arch/arm/include/asm/current.h:17 +[D] Location needs adjustment (bad): msgrcv (sys_msgrcv) -> ipc/msg.c:1264 +[D] Location needs adjustment (bad): statx (sys_statx) -> fs/stat.c:203 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300af3', '0xc0300b23', '0xc035d99f', '0xc03f8493', '0xc035d95f', '0xc03f8433', '0xc035d97f', '0xc03f8463', '0xc035d8f3', '0xc035ca03', '0xc035d903', '0xc035d93f', '0xc03f8403', '0xc052d503', '0xc0300afb', '0xc077fd77', '0xc07772f7', '0xc0504297', '0xc05044e3', '0xc0345867', '0xc0300b03', '0xc0300b0b', '0xc0300b33', '0xc035753b', '0xc0300adb', '0xc0342cbb', '0xc035dc1f', '0xc035c783', '0xc0300acf', '0xc0300ae7', '0xc054a4cf', '0xc0300ac3', '0xc0300b17', '0xc035eb8f'] +[D] Location needs full-range adjustment (bad): fstatfs64 (sys_fstatfs64_wrapper+0xb) -> arch/arm/kernel/entry-common.S:403 +[D] Location needs full-range adjustment (bad): oabi_ftruncate64 (sys_oabi_ftruncate64+0xb) -> arch/arm/kernel/entry-common.S:440 +[D] Location needs full-range adjustment (bad): getpid (sys_getpid+0xf) -> include/linux/pid.h:290 +[D] Location needs full-range adjustment (bad): gettid (sys_gettid+0xf) -> include/linux/pid.h:238 +[D] Location needs full-range adjustment (bad): mmap2 (sys_mmap2+0x7) -> arch/arm/kernel/entry-common.S:412 +[D] Location needs full-range adjustment (bad): msgrcv (sys_msgrcv+0x3) -> ipc/msg.c:1264 +[D] Location needs full-range adjustment (bad): oabi_pread64 (sys_oabi_pread64+0x7) -> arch/arm/kernel/entry-common.S:423 +[D] Location needs full-range adjustment (bad): oabi_pwrite64 (sys_oabi_pwrite64+0x7) -> arch/arm/kernel/entry-common.S:428 +[D] Location needs full-range adjustment (bad): oabi_readahead (sys_oabi_readahead+0xf) -> arch/arm/kernel/entry-common.S:447 +[D] Location needs full-range adjustment (bad): rt_sigreturn (sys_rt_sigreturn_wrapper+0xb) -> arch/arm/kernel/entry-common.S:391 +[D] Location needs full-range adjustment (bad): set_tid_address (sys_set_tid_address+0x1b) -> include/linux/pid.h:238 +[D] Location needs full-range adjustment (bad): sigreturn (sys_sigreturn_wrapper+0xb) -> arch/arm/kernel/entry-common.S:385 +[D] Location needs full-range adjustment (bad): statfs64 (sys_statfs64_wrapper+0xb) -> arch/arm/kernel/entry-common.S:397 +[D] Location needs full-range adjustment (bad): syscall (sys_syscall+0x2f) -> arch/arm/kernel/entry-common.S:379 +[D] Location needs full-range adjustment (bad): oabi_truncate64 (sys_oabi_truncate64+0xb) -> arch/arm/kernel/entry-common.S:434 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300ae9', '0xc0300aea', '0xc0300aeb', '0xc0300aec', '0xc0300aed', '0xc0300aee', '0xc0300aef', '0xc0300af0', '0xc0300af1'] +[D] Location needs grepping (bad): fstatfs64 (sys_fstatfs64_wrapper) -> arch/arm/kernel/entry-common.S:403 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300b19', '0xc0300b1a', '0xc0300b1b', '0xc0300b1c', '0xc0300b1d', '0xc0300b1e', '0xc0300b1f', '0xc0300b20', '0xc0300b21'] +[D] Location needs grepping (bad): oabi_ftruncate64 (sys_oabi_ftruncate64) -> arch/arm/kernel/entry-common.S:440 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc035d8e5', '0xc035d8e6', '0xc035d8e7', '0xc035d8e8', '0xc035d8e9', '0xc035d8ea', '0xc035d8eb', '0xc035d8ec', '0xc035d8ed', '0xc035d8ee', '0xc035d8ef', '0xc035d8f0', '0xc035d8f1'] +[D] Location needs grepping (bad): getpid (sys_getpid) -> include/linux/pid.h:290 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc035d8f5', '0xc035d8f6', '0xc035d8f7', '0xc035d8f8', '0xc035d8f9', '0xc035d8fa', '0xc035d8fb', '0xc035d8fc', '0xc035d8fd', '0xc035d8fe', '0xc035d8ff', '0xc035d900', '0xc035d901'] +[D] Location needs grepping (bad): gettid (sys_gettid) -> include/linux/pid.h:238 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300af5', '0xc0300af6', '0xc0300af7', '0xc0300af8', '0xc0300af9'] +[D] Location needs grepping (bad): mmap2 (sys_mmap2) -> arch/arm/kernel/entry-common.S:412 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc07772f5'] +[D] Location needs grepping (bad): msgrcv (sys_msgrcv) -> ipc/msg.c:1264 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300afd', '0xc0300afe', '0xc0300aff', '0xc0300b00', '0xc0300b01'] +[D] Location needs grepping (bad): oabi_pread64 (sys_oabi_pread64) -> arch/arm/kernel/entry-common.S:423 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300b05', '0xc0300b06', '0xc0300b07', '0xc0300b08', '0xc0300b09'] +[D] Location needs grepping (bad): oabi_pwrite64 (sys_oabi_pwrite64) -> arch/arm/kernel/entry-common.S:428 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300b25', '0xc0300b26', '0xc0300b27', '0xc0300b28', '0xc0300b29', '0xc0300b2a', '0xc0300b2b', '0xc0300b2c', '0xc0300b2d', '0xc0300b2e', '0xc0300b2f', '0xc0300b30', '0xc0300b31'] +[D] Location needs grepping (bad): oabi_readahead (sys_oabi_readahead) -> arch/arm/kernel/entry-common.S:447 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300ad1', '0xc0300ad2', '0xc0300ad3', '0xc0300ad4', '0xc0300ad5', '0xc0300ad6', '0xc0300ad7', '0xc0300ad8', '0xc0300ad9'] +[D] Location needs grepping (bad): rt_sigreturn (sys_rt_sigreturn_wrapper) -> arch/arm/kernel/entry-common.S:391 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0342ca1', '0xc0342ca2', '0xc0342ca3', '0xc0342ca4', '0xc0342ca5', '0xc0342ca6', '0xc0342ca7', '0xc0342ca8', '0xc0342ca9', '0xc0342caa', '0xc0342cab', '0xc0342cac', '0xc0342cad', '0xc0342cae', '0xc0342caf', '0xc0342cb0', '0xc0342cb1', '0xc0342cb2', '0xc0342cb3', '0xc0342cb4', '0xc0342cb5', '0xc0342cb6', '0xc0342cb7', '0xc0342cb8', '0xc0342cb9'] +[D] Location found through full-range adjustment: set_tid_address (sys_set_tid_address+0x4) -> kernel/fork.c:1933 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300ac5', '0xc0300ac6', '0xc0300ac7', '0xc0300ac8', '0xc0300ac9', '0xc0300aca', '0xc0300acb', '0xc0300acc', '0xc0300acd'] +[D] Location needs grepping (bad): sigreturn (sys_sigreturn_wrapper) -> arch/arm/kernel/entry-common.S:385 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300add', '0xc0300ade', '0xc0300adf', '0xc0300ae0', '0xc0300ae1', '0xc0300ae2', '0xc0300ae3', '0xc0300ae4', '0xc0300ae5'] +[D] Location needs grepping (bad): statfs64 (sys_statfs64_wrapper) -> arch/arm/kernel/entry-common.S:397 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300a95', '0xc0300a96', '0xc0300a97', '0xc0300a98', '0xc0300a99', '0xc0300a9a', '0xc0300a9b', '0xc0300a9c', '0xc0300a9d', '0xc0300a9e', '0xc0300a9f', '0xc0300aa0', '0xc0300aa1', '0xc0300aa2', '0xc0300aa3', '0xc0300aa4', '0xc0300aa5', '0xc0300aa6', '0xc0300aa7', '0xc0300aa8', '0xc0300aa9', '0xc0300aaa', '0xc0300aab', '0xc0300aac', '0xc0300aad', '0xc0300aae', '0xc0300aaf', '0xc0300ab0', '0xc0300ab1', '0xc0300ab2', '0xc0300ab3', '0xc0300ab4', '0xc0300ab5', '0xc0300ab6', '0xc0300ab7', '0xc0300ab8', '0xc0300ab9', '0xc0300aba', '0xc0300abb', '0xc0300abc', '0xc0300abd', '0xc0300abe', '0xc0300abf', '0xc0300ac0', '0xc0300ac1'] +[D] Location needs grepping (bad): syscall (sys_syscall) -> arch/arm/kernel/entry-common.S:379 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm-oabi-v6.8'), '0xc0300b0d', '0xc0300b0e', '0xc0300b0f', '0xc0300b10', '0xc0300b11', '0xc0300b12', '0xc0300b13', '0xc0300b14', '0xc0300b15'] +[D] Location needs grepping (bad): oabi_truncate64 (sys_oabi_truncate64) -> arch/arm/kernel/entry-common.S:434 +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/arm', '--glob', '*.c', '\\b(COMPAT_)?SYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Location could not be found through grepping: ftruncate64 (orig name oabi_ftruncate64) +[I] Location could not be found through grepping: mmap2 (orig name mmap2) +[I] Location could not be found through grepping: pread64 (orig name oabi_pread64) +[I] Location could not be found through grepping: pwrite64 (orig name oabi_pwrite64) +[I] Location could not be found through grepping: readahead (orig name oabi_readahead) +[I] Location could not be found through grepping: rt_sigreturn (orig name rt_sigreturn) +[I] Location could not be found through grepping: sigreturn (orig name sigreturn) +[I] Location could not be found through grepping: syscall (orig name syscall) +[I] Location could not be found through grepping: truncate64 (orig name oabi_truncate64) +[W] Location found through grepping: fstatfs64 -> fs/statfs.c:381 +[W] Location found through grepping: getpid -> kernel/sys.c:958 +[W] Location found through grepping: gettid -> kernel/sys.c:964 +[W] Location found through grepping: msgrcv -> ipc/msg.c:1298 +[W] Location found through grepping: statfs64 -> fs/statfs.c:362 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +[D] Signature NOT found in ftrace metadata: syscall +[D] Signature NOT found in ftrace metadata: sigreturn +[D] Signature NOT found in ftrace metadata: rt_sigreturn +[D] Signature NOT found in ftrace metadata: mmap2 +[W] Potentially bad location for syscall (sys_syscall): arch/arm/kernel/entry-common.S:379 (implemented in asm?) +[W] Potentially bad location for sigreturn (sys_sigreturn_wrapper): arch/arm/kernel/entry-common.S:385 (implemented in asm?) +[W] Potentially bad location for rt_sigreturn (sys_rt_sigreturn_wrapper): arch/arm/kernel/entry-common.S:391 (implemented in asm?) +[W] Potentially bad location for pread64 (sys_oabi_pread64): arch/arm/kernel/entry-common.S:423 (implemented in asm?) +[W] Potentially bad location for pwrite64 (sys_oabi_pwrite64): arch/arm/kernel/entry-common.S:428 (implemented in asm?) +[W] Potentially bad location for mmap2 (sys_mmap2): arch/arm/kernel/entry-common.S:412 (implemented in asm?) +[W] Potentially bad location for truncate64 (sys_oabi_truncate64): arch/arm/kernel/entry-common.S:434 (implemented in asm?) +[W] Potentially bad location for ftruncate64 (sys_oabi_ftruncate64): arch/arm/kernel/entry-common.S:440 (implemented in asm?) +[W] Potentially bad location for readahead (sys_oabi_readahead): arch/arm/kernel/entry-common.S:447 (implemented in asm?) +[E] Unable to extract signature for syscall (sys_syscall) +[E] Unable to extract signature for sigreturn (sys_sigreturn_wrapper) +[E] Unable to extract signature for rt_sigreturn (sys_rt_sigreturn_wrapper) +[E] Unable to extract signature for mmap2 (sys_mmap2) +Found 415 implemented syscalls +Found 5 definition locations through grepping +Could not extract signature for 4 syscalls + diff --git a/db/arm/32/oabi/v6.8/table.json b/db/arm/32/oabi/v6.8/table.json new file mode 100644 index 0000000..e2a135d --- /dev/null +++ b/db/arm/32/oabi/v6.8/table.json @@ -0,0 +1,7374 @@ +{ + "kernel": { + "abi": { + "bits": 32, + "calling_convention": { + "parameters": [ + "r0", + "r1", + "r2", + "r3", + "r4", + "r5", + "r6" + ], + "syscall_nr": "swi " + }, + "compat": true, + "name": "oabi" + }, + "architecture": { + "bits": 32, + "name": "arm" + }, + "syscall_table_symbol": "sys_oabi_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 9437184, + "origname": "restart_syscall", + "signature": [], + "symbol": "sys_restart_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 9437185, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 9437186, + "origname": "fork", + "signature": [], + "symbol": "sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 9437187, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 9437188, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 9437189, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 9437190, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 9437192, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 9437193, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 9437194, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2129, + "name": "execve", + "number": 9437195, + "origname": "execve", + "signature": [ + "const char *filename", + "const char *const *argv", + "const char *const *envp" + ], + "symbol": "sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 9437196, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 105, + "name": "time", + "number": 9437197, + "origname": "time32", + "signature": [ + "old_time32_t *tloc" + ], + "symbol": "sys_time32" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 9437198, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 9437199, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": "UID16", + "line": 28, + "name": "lchown16", + "number": 9437200, + "origname": "lchown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "sys_lchown16" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 9437203, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": true, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 9437204, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 9437205, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1932, + "name": "oldumount", + "number": 9437206, + "origname": "oldumount", + "signature": [ + "char *name" + ], + "symbol": "sys_oldumount" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "UID16", + "line": 53, + "name": "setuid16", + "number": 9437207, + "origname": "setuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "sys_setuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": "UID16", + "line": 203, + "name": "getuid16", + "number": 9437208, + "origname": "getuid16", + "signature": [], + "symbol": "sys_getuid16" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 119, + "name": "stime", + "number": 9437209, + "origname": "stime32", + "signature": [ + "old_time32_t *tptr" + ], + "symbol": "sys_stime32" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1261, + "name": "ptrace", + "number": 9437210, + "origname": "ptrace", + "signature": [ + "long request", + "long pid", + "unsigned long addr", + "unsigned long data" + ], + "symbol": "sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 9437211, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 9437213, + "origname": "pause", + "signature": [], + "symbol": "sys_pause" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": null, + "line": 236, + "name": "utime", + "number": 9437214, + "origname": "utime32", + "signature": [ + "const char *filename", + "struct old_utimbuf32 *t" + ], + "symbol": "sys_utime32" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 9437217, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 9437218, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 9437220, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 9437221, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 9437222, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 9437223, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 9437224, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 9437225, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 9437226, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "sys_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 9437227, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 9437229, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "UID16", + "line": 43, + "name": "setgid16", + "number": 9437230, + "origname": "setgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "sys_setgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": "UID16", + "line": 213, + "name": "getgid16", + "number": 9437231, + "origname": "getgid16", + "signature": [], + "symbol": "sys_getgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "UID16", + "line": 208, + "name": "geteuid16", + "number": 9437233, + "origname": "geteuid16", + "signature": [], + "symbol": "sys_geteuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "UID16", + "line": 218, + "name": "getegid16", + "number": 9437234, + "origname": "getegid16", + "signature": [], + "symbol": "sys_getegid16" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 9437235, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 9437236, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 9437238, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 9437239, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 9437241, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 9437244, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 9437245, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 248, + "name": "ustat", + "number": 9437246, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct ustat *ubuf" + ], + "symbol": "sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 9437247, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 9437248, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 9437249, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 9437250, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 4518, + "name": "sigaction", + "number": 9437251, + "origname": "sigaction", + "signature": [ + "int sig", + "const struct old_sigaction *act", + "struct old_sigaction *oact" + ], + "symbol": "sys_sigaction" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "UID16", + "line": 48, + "name": "setreuid16", + "number": 9437254, + "origname": "setreuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid" + ], + "symbol": "sys_setreuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "UID16", + "line": 38, + "name": "setregid16", + "number": 9437255, + "origname": "setregid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid" + ], + "symbol": "sys_setregid16" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 4706, + "name": "sigsuspend", + "number": 9437256, + "origname": "sigsuspend", + "signature": [ + "int unused1", + "int unused2", + "old_sigset_t mask" + ], + "symbol": "sys_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 4359, + "name": "sigpending", + "number": 9437257, + "origname": "sigpending", + "signature": [ + "old_sigset_t *uset" + ], + "symbol": "sys_sigpending" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 9437258, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 9437259, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 1583, + "name": "getrlimit", + "number": 9437260, + "origname": "old_getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_old_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 9437261, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 9437262, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 9437263, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "UID16", + "line": 154, + "name": "getgroups16", + "number": 9437264, + "origname": "getgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "sys_getgroups16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "UID16", + "line": 177, + "name": "setgroups16", + "number": 9437265, + "origname": "setgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "sys_setgroups16" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 830, + "name": "select", + "number": 9437266, + "origname": "old_select", + "signature": [ + "struct sel_arg_struct *arg" + ], + "symbol": "sys_old_select" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 9437267, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 9437269, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 9437270, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 9437271, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 9437272, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "sys_reboot" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 220, + "name": "readdir", + "number": 9437273, + "origname": "old_readdir", + "signature": [ + "unsigned int fd", + "struct old_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "sys_old_readdir" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 1457, + "name": "mmap", + "number": 9437274, + "origname": "old_mmap", + "signature": [ + "struct mmap_arg_struct *arg" + ], + "symbol": "sys_old_mmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 9437275, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 9437276, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 9437277, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 9437278, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": "UID16", + "line": 33, + "name": "fchown16", + "number": 9437279, + "origname": "fchown16", + "signature": [ + "unsigned int fd", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "sys_fchown16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 9437280, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 9437281, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 9437283, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 9437284, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "sys_fstatfs" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": "NET", + "line": 489, + "name": "socketcall", + "number": 9437286, + "origname": "oabi_socketcall", + "signature": [ + "int call", + "unsigned long *args" + ], + "symbol": "sys_oabi_socketcall" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 9437287, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 9437288, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 9437289, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 9437290, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 9437291, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 9437292, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 9437295, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 113, + "kconfig": null, + "line": 379, + "name": "syscall", + "number": 9437297, + "origname": "syscall", + "signature": null, + "symbol": "sys_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 9437298, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 9437299, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 9437300, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "sys_sysinfo" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "SYSVIPC", + "line": 391, + "name": "ipc", + "number": 9437301, + "origname": "oabi_ipc", + "signature": [ + "uint call", + "int first", + "int second", + "int third", + "void *ptr", + "long fifth" + ], + "symbol": "sys_oabi_ipc" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 9437302, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 385, + "name": "sigreturn", + "number": 9437303, + "origname": "sigreturn", + "signature": null, + "symbol": "sys_sigreturn_wrapper" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 9437304, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "sys_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 9437305, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 9437306, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 9437308, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 9437309, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 4398, + "name": "sigprocmask", + "number": 9437310, + "origname": "sigprocmask", + "signature": [ + "int how", + "old_sigset_t *nset", + "old_sigset_t *oset" + ], + "symbol": "sys_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 9437312, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 9437313, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 9437315, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 9437316, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 9437317, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 9437319, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 9437320, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "sys_personality" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "UID16", + "line": 104, + "name": "setfsuid16", + "number": 9437322, + "origname": "setfsuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "sys_setfsuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "UID16", + "line": 109, + "name": "setfsgid16", + "number": 9437323, + "origname": "setfsgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "sys_setfsgid16" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 9437324, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 9437325, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 726, + "name": "select", + "number": 9437326, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 9437327, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 9437328, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 9437329, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 9437330, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 9437331, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 9437332, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 9437334, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 9437335, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 9437336, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 9437337, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 9437338, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 9437339, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 9437340, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 9437341, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 9437342, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 9437343, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 9437344, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 9437345, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 9437346, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 9437347, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": "UID16", + "line": 58, + "name": "setresuid16", + "number": 9437348, + "origname": "setresuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid", + "old_uid_t suid" + ], + "symbol": "sys_setresuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": "UID16", + "line": 64, + "name": "getresuid16", + "number": 9437349, + "origname": "getresuid16", + "signature": [ + "old_uid_t *ruidp", + "old_uid_t *euidp", + "old_uid_t *suidp" + ], + "symbol": "sys_getresuid16" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 9437352, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "UID16", + "line": 81, + "name": "setresgid16", + "number": 9437354, + "origname": "setresgid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid", + "old_gid_t sgid" + ], + "symbol": "sys_setresgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": "UID16", + "line": 87, + "name": "getresgid16", + "number": 9437355, + "origname": "getresgid16", + "signature": [ + "old_gid_t *rgidp", + "old_gid_t *egidp", + "old_gid_t *sgidp" + ], + "symbol": "sys_getresgid16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 9437356, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 173, + "kconfig": null, + "line": 391, + "name": "rt_sigreturn", + "number": 9437357, + "origname": "rt_sigreturn", + "signature": null, + "symbol": "sys_rt_sigreturn_wrapper" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": null, + "line": 4446, + "name": "rt_sigaction", + "number": 9437358, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 9437359, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": null, + "line": 3249, + "name": "rt_sigpending", + "number": 9437360, + "origname": "rt_sigpending", + "signature": [ + "sigset_t *uset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": null, + "line": 3696, + "name": "rt_sigtimedwait", + "number": 9437361, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct old_timespec32 *uts", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 4032, + "name": "rt_sigqueueinfo", + "number": 9437362, + "origname": "rt_sigqueueinfo", + "signature": [ + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 9437363, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 423, + "name": "pread64", + "number": 9437364, + "origname": "oabi_pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_oabi_pread64" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 428, + "name": "pwrite64", + "number": 9437365, + "origname": "oabi_pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_oabi_pwrite64" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": "UID16", + "line": 23, + "name": "chown16", + "number": 9437366, + "origname": "chown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "sys_chown16" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 9437367, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 9437368, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 9437369, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 4263, + "name": "sigaltstack", + "number": 9437370, + "origname": "sigaltstack", + "signature": [ + "const stack_t *uss", + "stack_t *uoss" + ], + "symbol": "sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 1329, + "name": "sendfile", + "number": 9437371, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "off_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 9437374, + "origname": "vfork", + "signature": [], + "symbol": "sys_vfork" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 9437375, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_getrlimit" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 412, + "name": "mmap2", + "number": 9437376, + "origname": "mmap2", + "signature": null, + "symbol": "sys_mmap2" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 434, + "name": "truncate64", + "number": 9437377, + "origname": "oabi_truncate64", + "signature": [ + "const char *path", + "loff_t length" + ], + "symbol": "sys_oabi_truncate64" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 440, + "name": "ftruncate64", + "number": 9437378, + "origname": "oabi_ftruncate64", + "signature": [ + "unsigned int fd", + "loff_t length" + ], + "symbol": "sys_oabi_ftruncate64" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 148, + "name": "stat64", + "number": 9437379, + "origname": "oabi_stat64", + "signature": [ + "const char * filename", + "struct oldabi_stat64 * statbuf" + ], + "symbol": "sys_oabi_stat64" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 158, + "name": "lstat64", + "number": 9437380, + "origname": "oabi_lstat64", + "signature": [ + "const char * filename", + "struct oldabi_stat64 * statbuf" + ], + "symbol": "sys_oabi_lstat64" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 168, + "name": "fstat64", + "number": 9437381, + "origname": "oabi_fstat64", + "signature": [ + "unsigned long fd", + "struct oldabi_stat64 * statbuf" + ], + "symbol": "sys_oabi_fstat64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 9437382, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 9437383, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 9437384, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 9437385, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 9437386, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 9437387, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 9437388, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 9437389, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 9437390, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 9437391, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 9437392, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 9437393, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 9437394, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 9437395, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 9437396, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 9437397, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 9437398, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 9437399, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 9437400, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 9437401, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 9437402, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 9437403, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 9437404, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": null, + "line": 234, + "name": "fcntl64", + "number": 9437405, + "origname": "oabi_fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_oabi_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": true, + "index": 224, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 9437408, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/entry-common.S", + "good_location": false, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 447, + "name": "readahead", + "number": 9437409, + "origname": "oabi_readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "sys_oabi_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 9437410, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 9437411, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 9437412, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 9437413, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 9437414, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 9437415, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 9437416, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 9437417, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 9437418, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 9437419, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 9437420, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 9437421, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 9437422, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 9437423, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 9437424, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex_time32" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 9437425, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 9437426, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 9437427, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 9437428, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 9437429, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 9437430, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 9437431, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 9437432, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 9437434, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": "EPOLL", + "line": 285, + "name": "epoll_ctl", + "number": 9437435, + "origname": "oabi_epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct oabi_epoll_event *event" + ], + "symbol": "sys_oabi_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 9437436, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 9437437, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 9437440, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 9437441, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 9437442, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 9437443, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 9437444, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 9437445, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 9437446, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 9437447, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 9437448, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 9437449, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": true, + "index": 266, + "kconfig": null, + "line": 362, + "name": "statfs64", + "number": 9437450, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "sys_statfs64_wrapper" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": true, + "index": 267, + "kconfig": null, + "line": 381, + "name": "fstatfs64", + "number": 9437451, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "sys_fstatfs64_wrapper" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 9437452, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 9437453, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_utimes_time32" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_arm.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": "ADVISE_SYSCALLS", + "line": 33, + "name": "fadvise64_64", + "number": 9437454, + "origname": "arm_fadvise64_64", + "signature": [ + "int fd", + "int advice", + "loff_t offset", + "loff_t len" + ], + "symbol": "sys_arm_fadvise64_64" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "PCI_SYSCALL", + "line": 15, + "name": "pciconfig_read", + "number": 9437456, + "origname": "pciconfig_read", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "sys_pciconfig_read" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "PCI_SYSCALL", + "line": 86, + "name": "pciconfig_write", + "number": 9437457, + "origname": "pciconfig_write", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "sys_pciconfig_write" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 9437458, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 9437459, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 9437460, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 9437461, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": "POSIX_MQUEUE", + "line": 1440, + "name": "mq_notify", + "number": 9437462, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct sigevent *u_notification" + ], + "symbol": "sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 9437463, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": null, + "line": 1715, + "name": "waitid", + "number": 9437464, + "origname": "waitid", + "signature": [ + "int which", + "pid_t upid", + "struct siginfo *infop", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_waitid" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 9437465, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "NET", + "line": 430, + "name": "bind", + "number": 9437466, + "origname": "oabi_bind", + "signature": [ + "int fd", + "struct sockaddr *addr", + "int addrlen" + ], + "symbol": "sys_oabi_bind" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": "NET", + "line": 440, + "name": "connect", + "number": 9437467, + "origname": "oabi_connect", + "signature": [ + "int fd", + "struct sockaddr *addr", + "int addrlen" + ], + "symbol": "sys_oabi_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 9437468, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 9437469, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 9437470, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 9437471, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 9437472, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": "NET", + "line": 2210, + "name": "send", + "number": 9437473, + "origname": "send", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_send" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": "NET", + "line": 450, + "name": "sendto", + "number": 9437474, + "origname": "oabi_sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned flags", + "struct sockaddr *addr", + "int addrlen" + ], + "symbol": "sys_oabi_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": "NET", + "line": 2267, + "name": "recv", + "number": 9437475, + "origname": "recv", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags" + ], + "symbol": "sys_recv" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 9437476, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 9437477, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 9437478, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 9437479, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": "NET", + "line": 463, + "name": "sendmsg", + "number": 9437480, + "origname": "oabi_sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned flags" + ], + "symbol": "sys_oabi_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 9437481, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_recvmsg" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": "SYSVIPC", + "line": 385, + "name": "semop", + "number": 9437482, + "origname": "oabi_semop", + "signature": [ + "int semid", + "struct oabi_sembuf *tsops", + "unsigned nsops" + ], + "symbol": "sys_oabi_semop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 9437483, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "SYSVIPC", + "line": 1718, + "name": "semctl", + "number": 9437484, + "origname": "old_semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "sys_old_semctl" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 9437485, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": true, + "index": 302, + "kconfig": "SYSVIPC", + "line": 1298, + "name": "msgrcv", + "number": 9437486, + "origname": "msgrcv", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "compat_long_t msgtyp", + "int msgflg" + ], + "symbol": "sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 9437487, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": "SYSVIPC", + "line": 653, + "name": "msgctl", + "number": 9437488, + "origname": "old_msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "sys_old_msgctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 9437489, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 9437490, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 9437491, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": "SYSVIPC", + "line": 1308, + "name": "shmctl", + "number": 9437492, + "origname": "old_shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "sys_old_shmctl" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 9437493, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 9437494, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 9437495, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_keyctl" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "SYSVIPC", + "line": 339, + "name": "semtimedop", + "number": 9437496, + "origname": "oabi_semtimedop", + "signature": [ + "int semid", + "struct oabi_sembuf *tsops", + "unsigned nsops", + "const struct old_timespec32 *timeout" + ], + "symbol": "sys_oabi_semtimedop" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 9437498, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 9437499, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 9437500, + "origname": "inotify_init", + "signature": [], + "symbol": "sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 9437501, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 9437502, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 9437506, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 9437507, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 9437508, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 9437509, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 9437510, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "arch/arm/kernel/sys_oabi-compat.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": null, + "line": 178, + "name": "fstatat64", + "number": 9437511, + "origname": "oabi_fstatat64", + "signature": [ + "int dfd", + "const char *filename", + "struct oldabi_stat64 *statbuf", + "int flag" + ], + "symbol": "sys_oabi_fstatat64" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 9437512, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 9437513, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 9437514, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 9437515, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 9437516, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 9437517, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 9437518, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": null, + "line": 809, + "name": "pselect6", + "number": 9437519, + "origname": "pselect6_time32", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": null, + "line": 1127, + "name": "ppoll", + "number": 9437520, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 9437521, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 9437522, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 9437523, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "sys_get_robust_list" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 9437524, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": null, + "line": 387, + "name": "sync_file_range2", + "number": 9437525, + "origname": "sync_file_range2", + "signature": [ + "int fd", + "unsigned int flags", + "loff_t offset", + "loff_t nbytes" + ], + "symbol": "sys_sync_file_range2" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 9437526, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 9437527, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 9437529, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 9437530, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": "KEXEC", + "line": 235, + "name": "kexec_load", + "number": 9437531, + "origname": "kexec_load", + "signature": [ + "unsigned long entry", + "unsigned long nr_segments", + "struct kexec_segment *segments", + "unsigned long flags" + ], + "symbol": "sys_kexec_load" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 9437532, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 9437533, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 9437534, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 9437535, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 9437536, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "sys_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 9437537, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 9437538, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 9437539, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 9437540, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 9437541, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 9437542, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 9437543, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 9437544, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 9437545, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 9437546, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 363, + "kconfig": null, + "line": 4072, + "name": "rt_tgsigqueueinfo", + "number": 9437547, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 364, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 9437548, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 365, + "kconfig": "NET", + "line": 3045, + "name": "recvmmsg", + "number": 9437549, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 366, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 9437550, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 367, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 9437551, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 368, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 9437552, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 369, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 9437553, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 370, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 9437554, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 371, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 9437555, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 372, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 9437556, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 373, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 9437557, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 374, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 9437558, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 375, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 9437559, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 376, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 9437560, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 377, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 9437561, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 378, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 9437562, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 379, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 9437563, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 380, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 9437564, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 381, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 9437565, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 382, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 9437566, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 383, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 9437567, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 384, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 9437568, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 385, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 9437569, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 386, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 9437570, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 387, + "kconfig": null, + "line": 2137, + "name": "execveat", + "number": 9437571, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const char *const *argv", + "const char *const *envp", + "int flags" + ], + "symbol": "sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 388, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 9437572, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 389, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 9437573, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 390, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 9437574, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 391, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 9437575, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 392, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 9437576, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 9437577, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_pwritev2" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 9437581, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "sys_statx" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 9437582, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "AIO", + "line": 2317, + "name": "io_pgetevents", + "number": 9437583, + "origname": "io_pgetevents_time32", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 9437587, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 9437588, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 9437589, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 9437590, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 9437591, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 9437592, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 9437593, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 9437594, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 9437595, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 9437596, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 9437597, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 9437598, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_ppoll" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 9437600, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 9437601, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_recvmmsg" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 9437602, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 9437603, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 9437604, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3663, + "name": "rt_sigtimedwait", + "number": 9437605, + "origname": "rt_sigtimedwait", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct __kernel_timespec *uts", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigtimedwait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 9437606, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 9437607, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 9437608, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 9437609, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 9437610, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 9437611, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 9437612, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 9437613, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 9437614, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 9437615, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 9437616, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 9437617, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 9437618, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 9437619, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 9437620, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 9437621, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 9437622, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 9437623, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 9437624, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 9437625, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 9437626, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 9437627, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 9437628, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 9437629, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 9437630, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 9437632, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 9437633, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 9437635, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 9437636, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 9437638, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 9437639, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 9437640, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 9437641, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 9437642, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 9437643, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 9437644, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 9437645, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "breakpoint", + "number": 10420225, + "origname": "breakpoint", + "signature": [], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "cacheflush", + "number": 10420226, + "origname": "cacheflush", + "signature": [ + "unsigned long start", + "unsigned long end", + "int flags" + ], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "usr26", + "number": 10420227, + "origname": "usr26", + "signature": [], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "usr32", + "number": 10420228, + "origname": "usr32", + "signature": [], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "set_tls", + "number": 10420229, + "origname": "set_tls", + "signature": [ + "unsigned long val" + ], + "symbol": "arm_syscall" + }, + { + "esoteric": true, + "file": "arch/arm/kernel/traps.c", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": null, + "line": 608, + "name": "get_tls", + "number": 10420230, + "origname": "get_tls", + "signature": [], + "symbol": "arm_syscall" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/arm64/64/aarch32/v6.8/config.txt b/db/arm64/64/aarch32/v6.8/config.txt new file mode 120000 index 0000000..3c7c466 --- /dev/null +++ b/db/arm64/64/aarch32/v6.8/config.txt @@ -0,0 +1 @@ +../../aarch64/v6.8/config.txt \ No newline at end of file diff --git a/db/arm64/64/aarch32/v6.8/stderr.txt b/db/arm64/64/aarch32/v6.8/stderr.txt new file mode 100644 index 0000000..64ea5f8 --- /dev/null +++ b/db/arm64/64/aarch32/v6.8/stderr.txt @@ -0,0 +1,511 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchArm64(name='arm64', abi='aarch32', compat=True, ...) +[D] Syscall table: Symbol("compat_sys_call_table" at 0xffff800081037cf0, type=OBJECT, size=0xe70) +[I] Syscall table (compat_sys_call_table) is 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xffff8000800c81a4, type=FUNC, size=0x8) +[D] Found ni_syscall: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[0]: Symbol("__arm64_sys_restart_syscall" at 0xffff8000800aea14, type=FUNC, size=0x28) +[D] compat_sys_call_table[1]: Symbol("__arm64_sys_exit" at 0xffff8000800a0c30, type=FUNC, size=0x18) +[D] compat_sys_call_table[2]: Symbol("__arm64_sys_fork" at 0xffff80008009945c, type=FUNC, size=0x68) +[D] compat_sys_call_table[3]: Symbol("__arm64_sys_read" at 0xffff800080353c20, type=FUNC, size=0x28) +[D] compat_sys_call_table[4]: Symbol("__arm64_sys_write" at 0xffff800080353d4c, type=FUNC, size=0x28) +[D] compat_sys_call_table[5]: Symbol("__arm64_compat_sys_open" at 0xffff800080350db0, type=FUNC, size=0xa0) +[D] compat_sys_call_table[6]: Symbol("__arm64_sys_close" at 0xffff800080350f68, type=FUNC, size=0x7c) +[D] compat_sys_call_table[7]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[8]: Symbol("__arm64_sys_creat" at 0xffff800080350ef0, type=FUNC, size=0x78) +[D] compat_sys_call_table[9]: Symbol("__arm64_sys_link" at 0xffff80008036a238, type=FUNC, size=0x60) +[D] compat_sys_call_table[10]: Symbol("__arm64_sys_unlink" at 0xffff800080369c64, type=FUNC, size=0x84) +[D] compat_sys_call_table[11]: Symbol("__arm64_compat_sys_execve" at 0xffff80008035ecc0, type=FUNC, size=0x54) +[D] compat_sys_call_table[12]: Symbol("__arm64_sys_chdir" at 0xffff80008034f844, type=FUNC, size=0xf8) +[D] compat_sys_call_table[13]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[14]: Symbol("__arm64_sys_mknod" at 0xffff800080369410, type=FUNC, size=0x84) +[D] compat_sys_call_table[15]: Symbol("__arm64_sys_chmod" at 0xffff80008034ff94, type=FUNC, size=0xc8) +[D] compat_sys_call_table[16]: Symbol("__arm64_sys_lchown16" at 0xffff80008016ebd8, type=FUNC, size=0x50) +[D] compat_sys_call_table[17]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[18]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[19]: Symbol("__arm64_compat_sys_lseek" at 0xffff800080352b5c, type=FUNC, size=0xd8) +[D] compat_sys_call_table[20]: Symbol("__arm64_sys_getpid" at 0xffff8000800b6fac, type=FUNC, size=0x2c) +[D] compat_sys_call_table[21]: Symbol("__arm64_sys_mount" at 0xffff800080384f9c, type=FUNC, size=0x2b4) +[D] compat_sys_call_table[22]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[23]: Symbol("__arm64_sys_setuid16" at 0xffff80008016ed10, type=FUNC, size=0x2c) +[D] compat_sys_call_table[24]: Symbol("__arm64_sys_getuid16" at 0xffff80008016f564, type=FUNC, size=0x6c) +[D] compat_sys_call_table[25]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[26]: Symbol("__arm64_compat_sys_ptrace" at 0xffff8000800ab22c, type=FUNC, size=0x168) +[D] compat_sys_call_table[27]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[28]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[29]: Symbol("__arm64_sys_pause" at 0xffff8000800b3ebc, type=FUNC, size=0x68) +[D] compat_sys_call_table[30]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[31]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[32]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[33]: Symbol("__arm64_sys_access" at 0xffff80008034f814, type=FUNC, size=0x30) +[D] compat_sys_call_table[34]: Symbol("__arm64_sys_nice" at 0xffff8000800d9d3c, type=FUNC, size=0xcc) +[D] compat_sys_call_table[35]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[36]: Symbol("__arm64_sys_sync" at 0xffff80008039bd38, type=FUNC, size=0x20) +[D] compat_sys_call_table[37]: Symbol("__arm64_sys_kill" at 0xffff8000800b23cc, type=FUNC, size=0x20c) +[D] compat_sys_call_table[38]: Symbol("__arm64_sys_rename" at 0xffff80008036a894, type=FUNC, size=0x60) +[D] compat_sys_call_table[39]: Symbol("__arm64_sys_mkdir" at 0xffff80008036967c, type=FUNC, size=0x90) +[D] compat_sys_call_table[40]: Symbol("__arm64_sys_rmdir" at 0xffff8000803698a8, type=FUNC, size=0x84) +[D] compat_sys_call_table[41]: Symbol("__arm64_sys_dup" at 0xffff80008037d228, type=FUNC, size=0x148) +[D] compat_sys_call_table[42]: Symbol("__arm64_sys_pipe" at 0xffff800080360df0, type=FUNC, size=0x28) +[D] compat_sys_call_table[43]: Symbol("__arm64_compat_sys_times" at 0xffff8000800b71c8, type=FUNC, size=0x16c) +[D] compat_sys_call_table[44]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[45]: Symbol("__arm64_sys_brk" at 0xffff8000802cd504, type=FUNC, size=0x308) +[D] compat_sys_call_table[46]: Symbol("__arm64_sys_setgid16" at 0xffff80008016eca8, type=FUNC, size=0x2c) +[D] compat_sys_call_table[47]: Symbol("__arm64_sys_getgid16" at 0xffff80008016f63c, type=FUNC, size=0x6c) +[D] compat_sys_call_table[48]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[49]: Symbol("__arm64_sys_geteuid16" at 0xffff80008016f5d0, type=FUNC, size=0x6c) +[D] compat_sys_call_table[50]: Symbol("__arm64_sys_getegid16" at 0xffff80008016f6a8, type=FUNC, size=0x6c) +[D] compat_sys_call_table[51]: Symbol("__arm64_sys_acct" at 0xffff800080171124, type=FUNC, size=0x2d4) +[D] compat_sys_call_table[52]: Symbol("__arm64_sys_umount" at 0xffff800080382570, type=FUNC, size=0x98) +[D] compat_sys_call_table[53]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[54]: Symbol("__arm64_compat_sys_ioctl" at 0xffff80008036d874, type=FUNC, size=0x170) +[D] compat_sys_call_table[55]: Symbol("__arm64_compat_sys_fcntl" at 0xffff80008036bcb8, type=FUNC, size=0x4c) +[D] compat_sys_call_table[56]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[57]: Symbol("__arm64_sys_setpgid" at 0xffff8000800b7334, type=FUNC, size=0x188) +[D] compat_sys_call_table[58]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[59]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[60]: Symbol("__arm64_sys_umask" at 0xffff8000800b8710, type=FUNC, size=0x30) +[D] compat_sys_call_table[61]: Symbol("__arm64_sys_chroot" at 0xffff80008034fa0c, type=FUNC, size=0x12c) +[D] compat_sys_call_table[62]: Symbol("__arm64_compat_sys_ustat" at 0xffff80008039ec44, type=FUNC, size=0x28) +[D] compat_sys_call_table[63]: Symbol("__arm64_sys_dup2" at 0xffff80008037d114, type=FUNC, size=0x114) +[D] compat_sys_call_table[64]: Symbol("__arm64_sys_getppid" at 0xffff8000800b7004, type=FUNC, size=0x44) +[D] compat_sys_call_table[65]: Symbol("__arm64_sys_getpgrp" at 0xffff8000800b7534, type=FUNC, size=0x40) +[D] compat_sys_call_table[66]: Symbol("__arm64_sys_setsid" at 0xffff8000800b76e8, type=FUNC, size=0x20) +[D] compat_sys_call_table[67]: Symbol("__arm64_compat_sys_sigaction" at 0xffff8000800b3ab0, type=FUNC, size=0x370) +[D] compat_sys_call_table[68]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[69]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[70]: Symbol("__arm64_sys_setreuid16" at 0xffff80008016ecd4, type=FUNC, size=0x3c) +[D] compat_sys_call_table[71]: Symbol("__arm64_sys_setregid16" at 0xffff80008016ec6c, type=FUNC, size=0x3c) +[D] compat_sys_call_table[72]: Symbol("__arm64_sys_sigsuspend" at 0xffff8000800b4058, type=FUNC, size=0x5c) +[D] compat_sys_call_table[73]: Symbol("__arm64_compat_sys_sigpending" at 0xffff8000800b33d4, type=FUNC, size=0xac) +[D] compat_sys_call_table[74]: Symbol("__arm64_sys_sethostname" at 0xffff8000800b7728, type=FUNC, size=0x164) +[D] compat_sys_call_table[75]: Symbol("__arm64_compat_sys_setrlimit" at 0xffff8000800b7c44, type=FUNC, size=0xe4) +[D] compat_sys_call_table[76]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[77]: Symbol("__arm64_compat_sys_getrusage" at 0xffff8000800b86e8, type=FUNC, size=0x28) +[D] compat_sys_call_table[78]: Symbol("__arm64_compat_sys_gettimeofday" at 0xffff80008014dae8, type=FUNC, size=0x16c) +[D] compat_sys_call_table[79]: Symbol("__arm64_compat_sys_settimeofday" at 0xffff80008014dc54, type=FUNC, size=0x1a0) +[D] compat_sys_call_table[80]: Symbol("__arm64_sys_getgroups16" at 0xffff80008016f1b4, type=FUNC, size=0x184) +[D] compat_sys_call_table[81]: Symbol("__arm64_sys_setgroups16" at 0xffff80008016f338, type=FUNC, size=0x22c) +[D] compat_sys_call_table[82]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[83]: Symbol("__arm64_sys_symlink" at 0xffff800080369e9c, type=FUNC, size=0x58) +[D] compat_sys_call_table[84]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[85]: Symbol("__arm64_sys_readlink" at 0xffff80008035b8a4, type=FUNC, size=0x30) +[D] compat_sys_call_table[86]: Symbol("__arm64_sys_uselib" at 0xffff80008035ddec, type=FUNC, size=0x164) +[D] compat_sys_call_table[87]: Symbol("__arm64_sys_swapon" at 0xffff8000803049e8, type=FUNC, size=0xfd0) +[D] compat_sys_call_table[88]: Symbol("__arm64_sys_reboot" at 0xffff8000800cd4d0, type=FUNC, size=0x30) +[D] compat_sys_call_table[89]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[90]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[91]: Symbol("__arm64_sys_munmap" at 0xffff8000802cc4a4, type=FUNC, size=0x30) +[D] compat_sys_call_table[92]: Symbol("__arm64_compat_sys_truncate" at 0xffff80008034f46c, type=FUNC, size=0xd8) +[D] compat_sys_call_table[93]: Symbol("__arm64_compat_sys_ftruncate" at 0xffff80008034f6bc, type=FUNC, size=0x2c) +[D] compat_sys_call_table[94]: Symbol("__arm64_sys_fchmod" at 0xffff80008034fd10, type=FUNC, size=0xb0) +[D] compat_sys_call_table[95]: Symbol("__arm64_sys_fchown16" at 0xffff80008016ec28, type=FUNC, size=0x44) +[D] compat_sys_call_table[96]: Symbol("__arm64_sys_getpriority" at 0xffff8000800b5774, type=FUNC, size=0x290) +[D] compat_sys_call_table[97]: Symbol("__arm64_sys_setpriority" at 0xffff8000800b54c8, type=FUNC, size=0x2ac) +[D] compat_sys_call_table[98]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[99]: Symbol("__arm64_compat_sys_statfs" at 0xffff80008039ea5c, type=FUNC, size=0x20) +[D] compat_sys_call_table[100]: Symbol("__arm64_compat_sys_fstatfs" at 0xffff80008039ea7c, type=FUNC, size=0x28) +[D] compat_sys_call_table[101]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[102]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[103]: Symbol("__arm64_sys_syslog" at 0xffff800080111eac, type=FUNC, size=0x34) +[D] compat_sys_call_table[104]: Symbol("__arm64_compat_sys_setitimer" at 0xffff800080160fdc, type=FUNC, size=0x180) +[D] compat_sys_call_table[105]: Symbol("__arm64_compat_sys_getitimer" at 0xffff800080160d14, type=FUNC, size=0x8c) +[D] compat_sys_call_table[106]: Symbol("__arm64_compat_sys_newstat" at 0xffff80008035bab0, type=FUNC, size=0x20) +[D] compat_sys_call_table[107]: Symbol("__arm64_compat_sys_newlstat" at 0xffff80008035bad0, type=FUNC, size=0x20) +[D] compat_sys_call_table[108]: Symbol("__arm64_compat_sys_newfstat" at 0xffff80008035bb1c, type=FUNC, size=0x28) +[D] compat_sys_call_table[109]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[110]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[111]: Symbol("__arm64_sys_vhangup" at 0xffff800080351014, type=FUNC, size=0x38) +[D] compat_sys_call_table[112]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[113]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[114]: Symbol("__arm64_compat_sys_wait4" at 0xffff8000800a1d98, type=FUNC, size=0x30) +[D] compat_sys_call_table[115]: Symbol("__arm64_sys_swapoff" at 0xffff800080303d00, type=FUNC, size=0xcd8) +[D] compat_sys_call_table[116]: Symbol("__arm64_compat_sys_sysinfo" at 0xffff8000800b91cc, type=FUNC, size=0x20) +[D] compat_sys_call_table[117]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[118]: Symbol("__arm64_sys_fsync" at 0xffff80008039be5c, type=FUNC, size=0x28) +[D] compat_sys_call_table[119]: Symbol("__arm64_compat_sys_sigreturn" at 0xffff80008002b98c, type=FUNC, size=0xb4) +[D] compat_sys_call_table[120]: Symbol("__arm64_sys_clone" at 0xffff800080099534, type=FUNC, size=0x2c) +[D] compat_sys_call_table[121]: Symbol("__arm64_sys_setdomainname" at 0xffff8000800b79dc, type=FUNC, size=0x164) +[D] compat_sys_call_table[122]: Symbol("__arm64_sys_newuname" at 0xffff8000800b7708, type=FUNC, size=0x20) +[D] compat_sys_call_table[123]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[124]: Symbol("__arm64_sys_adjtimex_time32" at 0xffff80008014e124, type=FUNC, size=0x20) +[D] compat_sys_call_table[125]: Symbol("__arm64_sys_mprotect" at 0xffff8000802d1590, type=FUNC, size=0x2c) +[D] compat_sys_call_table[126]: Symbol("__arm64_compat_sys_sigprocmask" at 0xffff8000801749dc, type=FUNC, size=0x154) +[D] compat_sys_call_table[127]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[128]: Symbol("__arm64_sys_init_module" at 0xffff800080147ff8, type=FUNC, size=0x28) +[D] compat_sys_call_table[129]: Symbol("__arm64_sys_delete_module" at 0xffff8000801483ec, type=FUNC, size=0x280) +[D] compat_sys_call_table[130]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[131]: Symbol("__arm64_sys_quotactl" at 0xffff8000803e3878, type=FUNC, size=0x4ec) +[D] compat_sys_call_table[132]: Symbol("__arm64_sys_getpgid" at 0xffff8000800b74bc, type=FUNC, size=0x78) +[D] compat_sys_call_table[133]: Symbol("__arm64_sys_fchdir" at 0xffff80008034f93c, type=FUNC, size=0xd0) +[D] compat_sys_call_table[134]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[135]: Symbol("__arm64_sys_sysfs" at 0xffff80008037d814, type=FUNC, size=0x248) +[D] compat_sys_call_table[136]: Symbol("__arm64_sys_personality" at 0xffff800080099c60, type=FUNC, size=0x20) +[D] compat_sys_call_table[137]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[138]: Symbol("__arm64_sys_setfsuid16" at 0xffff80008016f15c, type=FUNC, size=0x2c) +[D] compat_sys_call_table[139]: Symbol("__arm64_sys_setfsgid16" at 0xffff80008016f188, type=FUNC, size=0x2c) +[D] compat_sys_call_table[140]: Symbol("__arm64_sys_llseek" at 0xffff800080352c34, type=FUNC, size=0x158) +[D] compat_sys_call_table[141]: Symbol("__arm64_compat_sys_getdents" at 0xffff80008036ead8, type=FUNC, size=0x14c) +[D] compat_sys_call_table[142]: Symbol("__arm64_compat_sys_select" at 0xffff800080370da0, type=FUNC, size=0x30) +[D] compat_sys_call_table[143]: Symbol("__arm64_sys_flock" at 0xffff8000803c8b80, type=FUNC, size=0x28) +[D] compat_sys_call_table[144]: Symbol("__arm64_sys_msync" at 0xffff8000802d3138, type=FUNC, size=0x298) +[D] compat_sys_call_table[145]: Symbol("__arm64_sys_readv" at 0xffff800080353f4c, type=FUNC, size=0x2c) +[D] compat_sys_call_table[146]: Symbol("__arm64_sys_writev" at 0xffff800080353f78, type=FUNC, size=0x2c) +[D] compat_sys_call_table[147]: Symbol("__arm64_sys_getsid" at 0xffff8000800b7574, type=FUNC, size=0x7c) +[D] compat_sys_call_table[148]: Symbol("__arm64_sys_fdatasync" at 0xffff80008039be84, type=FUNC, size=0x28) +[D] compat_sys_call_table[149]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[150]: Symbol("__arm64_sys_mlock" at 0xffff8000802c7c98, type=FUNC, size=0x28) +[D] compat_sys_call_table[151]: Symbol("__arm64_sys_munlock" at 0xffff8000802c7d14, type=FUNC, size=0xe8) +[D] compat_sys_call_table[152]: Symbol("__arm64_sys_mlockall" at 0xffff8000802c7dfc, type=FUNC, size=0x1d4) +[D] compat_sys_call_table[153]: Symbol("__arm64_sys_munlockall" at 0xffff8000802c7fd0, type=FUNC, size=0xb4) +[D] compat_sys_call_table[154]: Symbol("__arm64_sys_sched_setparam" at 0xffff8000800da1e0, type=FUNC, size=0x30) +[D] compat_sys_call_table[155]: Symbol("__arm64_sys_sched_getparam" at 0xffff8000800da668, type=FUNC, size=0x120) +[D] compat_sys_call_table[156]: Symbol("__arm64_sys_sched_setscheduler" at 0xffff8000800da1a8, type=FUNC, size=0x38) +[D] compat_sys_call_table[157]: Symbol("__arm64_sys_sched_getscheduler" at 0xffff8000800da5e8, type=FUNC, size=0x80) +[D] compat_sys_call_table[158]: Symbol("__arm64_sys_sched_yield" at 0xffff8000800dac04, type=FUNC, size=0x20) +[D] compat_sys_call_table[159]: Symbol("__arm64_sys_sched_get_priority_max" at 0xffff8000800dac84, type=FUNC, size=0x44) +[D] compat_sys_call_table[160]: Symbol("__arm64_sys_sched_get_priority_min" at 0xffff8000800dacc8, type=FUNC, size=0x40) +[D] compat_sys_call_table[161]: Symbol("__arm64_sys_sched_rr_get_interval_time32" at 0xffff8000800dad94, type=FUNC, size=0x8c) +[D] compat_sys_call_table[162]: Symbol("__arm64_sys_nanosleep_time32" at 0xffff800080154164, type=FUNC, size=0xe4) +[D] compat_sys_call_table[163]: Symbol("__arm64_sys_mremap" at 0xffff8000802d30ac, type=FUNC, size=0x2c) +[D] compat_sys_call_table[164]: Symbol("__arm64_sys_setresuid16" at 0xffff80008016ed3c, type=FUNC, size=0x48) +[D] compat_sys_call_table[165]: Symbol("__arm64_sys_getresuid16" at 0xffff80008016ed84, type=FUNC, size=0x1c8) +[D] compat_sys_call_table[166]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[167]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[168]: Symbol("__arm64_sys_poll" at 0xffff800080370b34, type=FUNC, size=0x13c) +[D] compat_sys_call_table[169]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[170]: Symbol("__arm64_sys_setresgid16" at 0xffff80008016ef4c, type=FUNC, size=0x48) +[D] compat_sys_call_table[171]: Symbol("__arm64_sys_getresgid16" at 0xffff80008016ef94, type=FUNC, size=0x1c8) +[D] compat_sys_call_table[172]: Symbol("__arm64_sys_prctl" at 0xffff8000800b8750, type=FUNC, size=0x964) +[D] compat_sys_call_table[173]: Symbol("__arm64_compat_sys_rt_sigreturn" at 0xffff80008002ba40, type=FUNC, size=0xb8) +[D] compat_sys_call_table[174]: Symbol("__arm64_compat_sys_rt_sigaction" at 0xffff8000800b374c, type=FUNC, size=0x364) +[D] compat_sys_call_table[175]: Symbol("__arm64_compat_sys_rt_sigprocmask" at 0xffff8000800aee6c, type=FUNC, size=0x124) +[D] compat_sys_call_table[176]: Symbol("__arm64_compat_sys_rt_sigpending" at 0xffff8000800af058, type=FUNC, size=0xec) +[D] compat_sys_call_table[177]: Symbol("__arm64_compat_sys_rt_sigtimedwait_time32" at 0xffff8000800b22f0, type=FUNC, size=0xdc) +[D] compat_sys_call_table[178]: Symbol("__arm64_compat_sys_rt_sigqueueinfo" at 0xffff8000800b29d4, type=FUNC, size=0x84) +[D] compat_sys_call_table[179]: Symbol("__arm64_compat_sys_rt_sigsuspend" at 0xffff8000800b3fdc, type=FUNC, size=0x7c) +[D] compat_sys_call_table[180]: Symbol("__arm64_compat_sys_aarch32_pread64" at 0xffff800080029fa8, type=FUNC, size=0x34) +[D] compat_sys_call_table[181]: Symbol("__arm64_compat_sys_aarch32_pwrite64" at 0xffff800080029fdc, type=FUNC, size=0x34) +[D] compat_sys_call_table[182]: Symbol("__arm64_sys_chown16" at 0xffff80008016eb88, type=FUNC, size=0x50) +[D] compat_sys_call_table[183]: Symbol("__arm64_sys_getcwd" at 0xffff80008039d45c, type=FUNC, size=0x1d0) +[D] compat_sys_call_table[184]: Symbol("__arm64_sys_capget" at 0xffff8000800a892c, type=FUNC, size=0x200) +[D] compat_sys_call_table[185]: Symbol("__arm64_sys_capset" at 0xffff8000800a8b2c, type=FUNC, size=0x21c) +[D] compat_sys_call_table[186]: Symbol("__arm64_compat_sys_sigaltstack" at 0xffff8000800b31e8, type=FUNC, size=0x24) +[D] compat_sys_call_table[187]: Symbol("__arm64_compat_sys_sendfile" at 0xffff80008035440c, type=FUNC, size=0x11c) +[D] compat_sys_call_table[188]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[189]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[190]: Symbol("__arm64_sys_vfork" at 0xffff8000800994c4, type=FUNC, size=0x70) +[D] compat_sys_call_table[191]: Symbol("__arm64_compat_sys_getrlimit" at 0xffff8000800b7d28, type=FUNC, size=0xec) +[D] compat_sys_call_table[192]: Symbol("__arm64_compat_sys_aarch32_mmap2" at 0xffff800080029f7c, type=FUNC, size=0x2c) +[D] compat_sys_call_table[193]: Symbol("__arm64_compat_sys_aarch32_truncate64" at 0xffff80008002a010, type=FUNC, size=0x30) +[D] compat_sys_call_table[194]: Symbol("__arm64_compat_sys_aarch32_ftruncate64" at 0xffff80008002a040, type=FUNC, size=0x34) +[D] compat_sys_call_table[195]: Symbol("__arm64_sys_stat64" at 0xffff80008035b8d4, type=FUNC, size=0x20) +[D] compat_sys_call_table[196]: Symbol("__arm64_sys_lstat64" at 0xffff80008035b8f4, type=FUNC, size=0x20) +[D] compat_sys_call_table[197]: Symbol("__arm64_sys_fstat64" at 0xffff80008035b914, type=FUNC, size=0x20) +[D] compat_sys_call_table[198]: Symbol("__arm64_sys_lchown" at 0xffff800080350410, type=FUNC, size=0x38) +[D] compat_sys_call_table[199]: Symbol("__arm64_sys_getuid" at 0xffff8000800b7048, type=FUNC, size=0x30) +[D] compat_sys_call_table[200]: Symbol("__arm64_sys_getgid" at 0xffff8000800b70a8, type=FUNC, size=0x30) +[D] compat_sys_call_table[201]: Symbol("__arm64_sys_geteuid" at 0xffff8000800b7078, type=FUNC, size=0x30) +[D] compat_sys_call_table[202]: Symbol("__arm64_sys_getegid" at 0xffff8000800b70d8, type=FUNC, size=0x30) +[D] compat_sys_call_table[203]: Symbol("__arm64_sys_setreuid" at 0xffff8000800b6024, type=FUNC, size=0x28) +[D] compat_sys_call_table[204]: Symbol("__arm64_sys_setregid" at 0xffff8000800b5bd8, type=FUNC, size=0x28) +[D] compat_sys_call_table[205]: Symbol("__arm64_sys_getgroups" at 0xffff8000800cfabc, type=FUNC, size=0x144) +[D] compat_sys_call_table[206]: Symbol("__arm64_sys_setgroups" at 0xffff8000800cfc5c, type=FUNC, size=0x254) +[D] compat_sys_call_table[207]: Symbol("__arm64_sys_fchown" at 0xffff8000803505e8, type=FUNC, size=0x30) +[D] compat_sys_call_table[208]: Symbol("__arm64_sys_setresuid" at 0xffff8000800b6634, type=FUNC, size=0x2c) +[D] compat_sys_call_table[209]: Symbol("__arm64_sys_getresuid" at 0xffff8000800b6660, type=FUNC, size=0x154) +[D] compat_sys_call_table[210]: Symbol("__arm64_sys_setresgid" at 0xffff8000800b6c10, type=FUNC, size=0x2c) +[D] compat_sys_call_table[211]: Symbol("__arm64_sys_getresgid" at 0xffff8000800b6c3c, type=FUNC, size=0x154) +[D] compat_sys_call_table[212]: Symbol("__arm64_sys_chown" at 0xffff8000803503d8, type=FUNC, size=0x38) +[D] compat_sys_call_table[213]: Symbol("__arm64_sys_setuid" at 0xffff8000800b6184, type=FUNC, size=0x20) +[D] compat_sys_call_table[214]: Symbol("__arm64_sys_setgid" at 0xffff8000800b5d1c, type=FUNC, size=0x20) +[D] compat_sys_call_table[215]: Symbol("__arm64_sys_setfsuid" at 0xffff8000800b6e7c, type=FUNC, size=0x20) +[D] compat_sys_call_table[216]: Symbol("__arm64_sys_setfsgid" at 0xffff8000800b6f8c, type=FUNC, size=0x20) +[D] compat_sys_call_table[217]: Symbol("__arm64_sys_getdents64" at 0xffff80008036e8bc, type=FUNC, size=0x14c) +[D] compat_sys_call_table[218]: Symbol("__arm64_sys_pivot_root" at 0xffff800080385934, type=FUNC, size=0x4f8) +[D] compat_sys_call_table[219]: Symbol("__arm64_sys_mincore" at 0xffff8000802c5d60, type=FUNC, size=0x314) +[D] compat_sys_call_table[220]: Symbol("__arm64_sys_madvise" at 0xffff8000802fd124, type=FUNC, size=0x34) +[D] compat_sys_call_table[221]: Symbol("__arm64_compat_sys_fcntl64" at 0xffff80008036bc8c, type=FUNC, size=0x2c) +[D] compat_sys_call_table[222]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[223]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[224]: Symbol("__arm64_sys_gettid" at 0xffff8000800b6fd8, type=FUNC, size=0x2c) +[D] compat_sys_call_table[225]: Symbol("__arm64_compat_sys_aarch32_readahead" at 0xffff80008002a074, type=FUNC, size=0x30) +[D] compat_sys_call_table[226]: Symbol("__arm64_sys_setxattr" at 0xffff80008038a854, type=FUNC, size=0x34) +[D] compat_sys_call_table[227]: Symbol("__arm64_sys_lsetxattr" at 0xffff80008038a888, type=FUNC, size=0x34) +[D] compat_sys_call_table[228]: Symbol("__arm64_sys_fsetxattr" at 0xffff80008038a8bc, type=FUNC, size=0xe8) +[D] compat_sys_call_table[229]: Symbol("__arm64_sys_getxattr" at 0xffff80008038acfc, type=FUNC, size=0x2c) +[D] compat_sys_call_table[230]: Symbol("__arm64_sys_lgetxattr" at 0xffff80008038ad28, type=FUNC, size=0x2c) +[D] compat_sys_call_table[231]: Symbol("__arm64_sys_fgetxattr" at 0xffff80008038ad54, type=FUNC, size=0xcc) +[D] compat_sys_call_table[232]: Symbol("__arm64_sys_listxattr" at 0xffff80008038ae20, type=FUNC, size=0x2c) +[D] compat_sys_call_table[233]: Symbol("__arm64_sys_llistxattr" at 0xffff80008038ae4c, type=FUNC, size=0x2c) +[D] compat_sys_call_table[234]: Symbol("__arm64_sys_flistxattr" at 0xffff80008038ae78, type=FUNC, size=0xc0) +[D] compat_sys_call_table[235]: Symbol("__arm64_sys_removexattr" at 0xffff80008038af38, type=FUNC, size=0x28) +[D] compat_sys_call_table[236]: Symbol("__arm64_sys_lremovexattr" at 0xffff80008038af60, type=FUNC, size=0x28) +[D] compat_sys_call_table[237]: Symbol("__arm64_sys_fremovexattr" at 0xffff80008038af88, type=FUNC, size=0xc8) +[D] compat_sys_call_table[238]: Symbol("__arm64_sys_tkill" at 0xffff8000800b28b4, type=FUNC, size=0x38) +[D] compat_sys_call_table[239]: Symbol("__arm64_sys_sendfile64" at 0xffff8000803542cc, type=FUNC, size=0x140) +[D] compat_sys_call_table[240]: Symbol("__arm64_sys_futex_time32" at 0xffff800080169644, type=FUNC, size=0x190) +[D] compat_sys_call_table[241]: Symbol("__arm64_compat_sys_sched_setaffinity" at 0xffff800080174f6c, type=FUNC, size=0x9c) +[D] compat_sys_call_table[242]: Symbol("__arm64_compat_sys_sched_getaffinity" at 0xffff800080175174, type=FUNC, size=0xc4) +[D] compat_sys_call_table[243]: Symbol("__arm64_compat_sys_io_setup" at 0xffff8000803c22a8, type=FUNC, size=0x120) +[D] compat_sys_call_table[244]: Symbol("__arm64_sys_io_destroy" at 0xffff8000803c23c8, type=FUNC, size=0xcc) +[D] compat_sys_call_table[245]: Symbol("__arm64_sys_io_getevents_time32" at 0xffff8000803c2bb0, type=FUNC, size=0xe4) +[D] compat_sys_call_table[246]: Symbol("__arm64_compat_sys_io_submit" at 0xffff8000803c2638, type=FUNC, size=0x1a0) +[D] compat_sys_call_table[247]: Symbol("__arm64_sys_io_cancel" at 0xffff8000803c27d8, type=FUNC, size=0x15c) +[D] compat_sys_call_table[248]: Symbol("__arm64_sys_exit_group" at 0xffff8000800a0cd8, type=FUNC, size=0x18) +[D] compat_sys_call_table[249]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[250]: Symbol("__arm64_sys_epoll_create" at 0xffff8000803b736c, type=FUNC, size=0x38) +[D] compat_sys_call_table[251]: Symbol("__arm64_sys_epoll_ctl" at 0xffff8000803b7f34, type=FUNC, size=0xe0) +[D] compat_sys_call_table[252]: Symbol("__arm64_sys_epoll_wait" at 0xffff8000803b8014, type=FUNC, size=0xf0) +[D] compat_sys_call_table[253]: Symbol("__arm64_sys_remap_file_pages" at 0xffff8000802cebc8, type=FUNC, size=0x2e4) +[D] compat_sys_call_table[254]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[255]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[256]: Symbol("__arm64_sys_set_tid_address" at 0xffff800080097798, type=FUNC, size=0x38) +[D] compat_sys_call_table[257]: Symbol("__arm64_compat_sys_timer_create" at 0xffff80008015d004, type=FUNC, size=0xb8) +[D] compat_sys_call_table[258]: Symbol("__arm64_sys_timer_settime32" at 0xffff80008015d334, type=FUNC, size=0xe0) +[D] compat_sys_call_table[259]: Symbol("__arm64_sys_timer_gettime32" at 0xffff80008015d148, type=FUNC, size=0x8c) +[D] compat_sys_call_table[260]: Symbol("__arm64_sys_timer_getoverrun" at 0xffff80008015d1d4, type=FUNC, size=0x8c) +[D] compat_sys_call_table[261]: Symbol("__arm64_sys_timer_delete" at 0xffff80008015d414, type=FUNC, size=0x104) +[D] compat_sys_call_table[262]: Symbol("__arm64_sys_clock_settime32" at 0xffff80008015d9e8, type=FUNC, size=0xe0) +[D] compat_sys_call_table[263]: Symbol("__arm64_sys_clock_gettime32" at 0xffff80008015dac8, type=FUNC, size=0xe4) +[D] compat_sys_call_table[264]: Symbol("__arm64_sys_clock_getres_time32" at 0xffff80008015dbd4, type=FUNC, size=0xec) +[D] compat_sys_call_table[265]: Symbol("__arm64_sys_clock_nanosleep_time32" at 0xffff80008015de04, type=FUNC, size=0x15c) +[D] compat_sys_call_table[266]: Symbol("__arm64_compat_sys_aarch32_statfs64" at 0xffff800080029f0c, type=FUNC, size=0x38) +[D] compat_sys_call_table[267]: Symbol("__arm64_compat_sys_aarch32_fstatfs64" at 0xffff800080029f44, type=FUNC, size=0x38) +[D] compat_sys_call_table[268]: Symbol("__arm64_sys_tgkill" at 0xffff8000800b2874, type=FUNC, size=0x40) +[D] compat_sys_call_table[269]: Symbol("__arm64_sys_utimes_time32" at 0xffff80008039c930, type=FUNC, size=0x28) +[D] compat_sys_call_table[270]: Symbol("__arm64_compat_sys_aarch32_fadvise64_64" at 0xffff80008002a0a4, type=FUNC, size=0x44) +[D] compat_sys_call_table[271]: Symbol("__arm64_sys_pciconfig_iobase" at 0xffff8000800c87fc, type=FUNC, size=0x8) +[D] compat_sys_call_table[272]: Symbol("__arm64_sys_pciconfig_read" at 0xffff80008075ef98, type=FUNC, size=0x2e8) +[D] compat_sys_call_table[273]: Symbol("__arm64_sys_pciconfig_write" at 0xffff80008075f280, type=FUNC, size=0x1c8) +[D] compat_sys_call_table[274]: Symbol("__arm64_compat_sys_mq_open" at 0xffff8000805947fc, type=FUNC, size=0x10c) +[D] compat_sys_call_table[275]: Symbol("__arm64_sys_mq_unlink" at 0xffff800080594428, type=FUNC, size=0x15c) +[D] compat_sys_call_table[276]: Symbol("__arm64_sys_mq_timedsend_time32" at 0xffff8000805949e0, type=FUNC, size=0xc0) +[D] compat_sys_call_table[277]: Symbol("__arm64_sys_mq_timedreceive_time32" at 0xffff800080594aa0, type=FUNC, size=0xc0) +[D] compat_sys_call_table[278]: Symbol("__arm64_compat_sys_mq_notify" at 0xffff800080594908, type=FUNC, size=0xb0) +[D] compat_sys_call_table[279]: Symbol("__arm64_compat_sys_mq_getsetattr" at 0xffff8000805949b8, type=FUNC, size=0x28) +[D] compat_sys_call_table[280]: Symbol("__arm64_compat_sys_waitid" at 0xffff8000800a1dc8, type=FUNC, size=0x34) +[D] compat_sys_call_table[281]: Symbol("__arm64_sys_socket" at 0xffff800080e1b3f4, type=FUNC, size=0x30) +[D] compat_sys_call_table[282]: Symbol("__arm64_sys_bind" at 0xffff800080e1b85c, type=FUNC, size=0x30) +[D] compat_sys_call_table[283]: Symbol("__arm64_sys_connect" at 0xffff800080e1bdfc, type=FUNC, size=0x30) +[D] compat_sys_call_table[284]: Symbol("__arm64_sys_listen" at 0xffff800080e1b960, type=FUNC, size=0x2c) +[D] compat_sys_call_table[285]: Symbol("__arm64_sys_accept" at 0xffff800080e1bc48, type=FUNC, size=0x30) +[D] compat_sys_call_table[286]: Symbol("__arm64_sys_getsockname" at 0xffff800080e1bf20, type=FUNC, size=0x2c) +[D] compat_sys_call_table[287]: Symbol("__arm64_sys_getpeername" at 0xffff800080e1c058, type=FUNC, size=0x2c) +[D] compat_sys_call_table[288]: Symbol("__arm64_sys_socketpair" at 0xffff800080e1b728, type=FUNC, size=0x34) +[D] compat_sys_call_table[289]: Symbol("__arm64_sys_send" at 0xffff800080e1c218, type=FUNC, size=0x38) +[D] compat_sys_call_table[290]: Symbol("__arm64_sys_sendto" at 0xffff800080e1c1e0, type=FUNC, size=0x38) +[D] compat_sys_call_table[291]: Symbol("__arm64_compat_sys_recv" at 0xffff800080ea1854, type=FUNC, size=0x40) +[D] compat_sys_call_table[292]: Symbol("__arm64_compat_sys_recvfrom" at 0xffff800080ea1894, type=FUNC, size=0x3c) +[D] compat_sys_call_table[293]: Symbol("__arm64_sys_shutdown" at 0xffff800080e1c714, type=FUNC, size=0x2c) +[D] compat_sys_call_table[294]: Symbol("__arm64_sys_setsockopt" at 0xffff800080e1c4dc, type=FUNC, size=0x38) +[D] compat_sys_call_table[295]: Symbol("__arm64_sys_getsockopt" at 0xffff800080e1c5e4, type=FUNC, size=0x34) +[D] compat_sys_call_table[296]: Symbol("__arm64_compat_sys_sendmsg" at 0xffff800080ea17b8, type=FUNC, size=0x30) +[D] compat_sys_call_table[297]: Symbol("__arm64_compat_sys_recvmsg" at 0xffff800080ea1824, type=FUNC, size=0x30) +[D] compat_sys_call_table[298]: Symbol("__arm64_sys_semop" at 0xffff80008058e7d4, type=FUNC, size=0x30) +[D] compat_sys_call_table[299]: Symbol("__arm64_sys_semget" at 0xffff80008058d32c, type=FUNC, size=0x94) +[D] compat_sys_call_table[300]: Symbol("__arm64_compat_sys_old_semctl" at 0xffff80008058d5bc, type=FUNC, size=0x38) +[D] compat_sys_call_table[301]: Symbol("__arm64_compat_sys_msgsnd" at 0xffff80008058a3ec, type=FUNC, size=0x30) +[D] compat_sys_call_table[302]: Symbol("__arm64_compat_sys_msgrcv" at 0xffff80008058a4a8, type=FUNC, size=0x3c) +[D] compat_sys_call_table[303]: Symbol("__arm64_sys_msgget" at 0xffff80008058a1b0, type=FUNC, size=0x7c) +[D] compat_sys_call_table[304]: Symbol("__arm64_compat_sys_old_msgctl" at 0xffff80008058a2ac, type=FUNC, size=0x30) +[D] compat_sys_call_table[305]: Symbol("__arm64_compat_sys_shmat" at 0xffff8000805914f8, type=FUNC, size=0x70) +[D] compat_sys_call_table[306]: Symbol("__arm64_sys_shmdt" at 0xffff80008059179c, type=FUNC, size=0x20) +[D] compat_sys_call_table[307]: Symbol("__arm64_sys_shmget" at 0xffff800080590e64, type=FUNC, size=0x84) +[D] compat_sys_call_table[308]: Symbol("__arm64_compat_sys_old_shmctl" at 0xffff800080590f68, type=FUNC, size=0x30) +[D] compat_sys_call_table[309]: Symbol("__arm64_sys_add_key" at 0xffff800080599bc8, type=FUNC, size=0x250) +[D] compat_sys_call_table[310]: Symbol("__arm64_sys_request_key" at 0xffff800080599e18, type=FUNC, size=0x1c4) +[D] compat_sys_call_table[311]: Symbol("__arm64_compat_sys_keyctl" at 0xffff80008059ecc0, type=FUNC, size=0x1c8) +[D] compat_sys_call_table[312]: Symbol("__arm64_sys_semtimedop_time32" at 0xffff80008058e72c, type=FUNC, size=0xa8) +[D] compat_sys_call_table[313]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[314]: Symbol("__arm64_sys_ioprio_set" at 0xffff8000805eacb0, type=FUNC, size=0x2c4) +[D] compat_sys_call_table[315]: Symbol("__arm64_sys_ioprio_get" at 0xffff8000805eaf74, type=FUNC, size=0x360) +[D] compat_sys_call_table[316]: Symbol("__arm64_sys_inotify_init" at 0xffff8000803b1350, type=FUNC, size=0x24) +[D] compat_sys_call_table[317]: Symbol("__arm64_sys_inotify_add_watch" at 0xffff8000803b1374, type=FUNC, size=0x430) +[D] compat_sys_call_table[318]: Symbol("__arm64_sys_inotify_rm_watch" at 0xffff8000803b17a4, type=FUNC, size=0xfc) +[D] compat_sys_call_table[319]: Symbol("__arm64_sys_mbind" at 0xffff800080315e04, type=FUNC, size=0xd4) +[D] compat_sys_call_table[320]: Symbol("__arm64_sys_get_mempolicy" at 0xffff8000803137bc, type=FUNC, size=0x60c) +[D] compat_sys_call_table[321]: Symbol("__arm64_sys_set_mempolicy" at 0xffff800080313474, type=FUNC, size=0xb4) +[D] compat_sys_call_table[322]: Symbol("__arm64_compat_sys_openat" at 0xffff800080350e50, type=FUNC, size=0xa0) +[D] compat_sys_call_table[323]: Symbol("__arm64_sys_mkdirat" at 0xffff800080369600, type=FUNC, size=0x7c) +[D] compat_sys_call_table[324]: Symbol("__arm64_sys_mknodat" at 0xffff8000803693b4, type=FUNC, size=0x5c) +[D] compat_sys_call_table[325]: Symbol("__arm64_sys_fchownat" at 0xffff8000803503a0, type=FUNC, size=0x38) +[D] compat_sys_call_table[326]: Symbol("__arm64_sys_futimesat_time32" at 0xffff80008039c908, type=FUNC, size=0x28) +[D] compat_sys_call_table[327]: Symbol("__arm64_sys_fstatat64" at 0xffff80008035b934, type=FUNC, size=0x2c) +[D] compat_sys_call_table[328]: Symbol("__arm64_sys_unlinkat" at 0xffff800080369be4, type=FUNC, size=0x80) +[D] compat_sys_call_table[329]: Symbol("__arm64_sys_renameat" at 0xffff80008036a824, type=FUNC, size=0x70) +[D] compat_sys_call_table[330]: Symbol("__arm64_sys_linkat" at 0xffff80008036a1b8, type=FUNC, size=0x80) +[D] compat_sys_call_table[331]: Symbol("__arm64_sys_symlinkat" at 0xffff800080369e34, type=FUNC, size=0x68) +[D] compat_sys_call_table[332]: Symbol("__arm64_sys_readlinkat" at 0xffff80008035b874, type=FUNC, size=0x30) +[D] compat_sys_call_table[333]: Symbol("__arm64_sys_fchmodat" at 0xffff80008034fec0, type=FUNC, size=0xd4) +[D] compat_sys_call_table[334]: Symbol("__arm64_sys_faccessat" at 0xffff80008034f7b4, type=FUNC, size=0x30) +[D] compat_sys_call_table[335]: Symbol("__arm64_compat_sys_pselect6_time32" at 0xffff8000803710b4, type=FUNC, size=0x228) +[D] compat_sys_call_table[336]: Symbol("__arm64_compat_sys_ppoll_time32" at 0xffff8000803712dc, type=FUNC, size=0x130) +[D] compat_sys_call_table[337]: Symbol("__arm64_sys_unshare" at 0xffff800080099a5c, type=FUNC, size=0x24) +[D] compat_sys_call_table[338]: Symbol("__arm64_compat_sys_set_robust_list" at 0xffff8000801694f8, type=FUNC, size=0x24) +[D] compat_sys_call_table[339]: Symbol("__arm64_compat_sys_get_robust_list" at 0xffff80008016951c, type=FUNC, size=0x128) +[D] compat_sys_call_table[340]: Symbol("__arm64_sys_splice" at 0xffff80008039b0cc, type=FUNC, size=0x330) +[D] compat_sys_call_table[341]: Symbol("__arm64_compat_sys_aarch32_sync_file_range2" at 0xffff80008002a0e8, type=FUNC, size=0x44) +[D] compat_sys_call_table[342]: Symbol("__arm64_sys_tee" at 0xffff80008039b7a4, type=FUNC, size=0x10c) +[D] compat_sys_call_table[343]: Symbol("__arm64_sys_vmsplice" at 0xffff80008039b0a0, type=FUNC, size=0x2c) +[D] compat_sys_call_table[344]: Symbol("__arm64_sys_move_pages" at 0xffff800080323ce8, type=FUNC, size=0x7f4) +[D] compat_sys_call_table[345]: Symbol("__arm64_sys_getcpu" at 0xffff8000800b90b4, type=FUNC, size=0xf8) +[D] compat_sys_call_table[346]: Symbol("__arm64_compat_sys_epoll_pwait" at 0xffff8000803b82e8, type=FUNC, size=0x110) +[D] compat_sys_call_table[347]: Symbol("__arm64_compat_sys_kexec_load" at 0xffff800080173c6c, type=FUNC, size=0x1e0) +[D] compat_sys_call_table[348]: Symbol("__arm64_sys_utimensat_time32" at 0xffff80008039c834, type=FUNC, size=0xd4) +[D] compat_sys_call_table[349]: Symbol("__arm64_compat_sys_signalfd" at 0xffff8000803b9224, type=FUNC, size=0x90) +[D] compat_sys_call_table[350]: Symbol("__arm64_sys_timerfd_create" at 0xffff8000803ba0ec, type=FUNC, size=0x184) +[D] compat_sys_call_table[351]: Symbol("__arm64_sys_eventfd" at 0xffff8000803bb048, type=FUNC, size=0x28) +[D] compat_sys_call_table[352]: Symbol("__arm64_compat_sys_aarch32_fallocate" at 0xffff80008002a12c, type=FUNC, size=0x44) +[D] compat_sys_call_table[353]: Symbol("__arm64_sys_timerfd_settime32" at 0xffff8000803ba3b8, type=FUNC, size=0xbc) +[D] compat_sys_call_table[354]: Symbol("__arm64_sys_timerfd_gettime32" at 0xffff8000803ba474, type=FUNC, size=0x8c) +[D] compat_sys_call_table[355]: Symbol("__arm64_compat_sys_signalfd4" at 0xffff8000803b9194, type=FUNC, size=0x90) +[D] compat_sys_call_table[356]: Symbol("__arm64_sys_eventfd2" at 0xffff8000803bb01c, type=FUNC, size=0x2c) +[D] compat_sys_call_table[357]: Symbol("__arm64_sys_epoll_create1" at 0xffff8000803b7348, type=FUNC, size=0x24) +[D] compat_sys_call_table[358]: Symbol("__arm64_sys_dup3" at 0xffff80008037d0e4, type=FUNC, size=0x30) +[D] compat_sys_call_table[359]: Symbol("__arm64_sys_pipe2" at 0xffff800080360dc4, type=FUNC, size=0x2c) +[D] compat_sys_call_table[360]: Symbol("__arm64_sys_inotify_init1" at 0xffff8000803b132c, type=FUNC, size=0x24) +[D] compat_sys_call_table[361]: Symbol("__arm64_compat_sys_preadv" at 0xffff800080354094, type=FUNC, size=0x3c) +[D] compat_sys_call_table[362]: Symbol("__arm64_compat_sys_pwritev" at 0xffff800080354128, type=FUNC, size=0x3c) +[D] compat_sys_call_table[363]: Symbol("__arm64_compat_sys_rt_tgsigqueueinfo" at 0xffff8000800b2b88, type=FUNC, size=0xd8) +[D] compat_sys_call_table[364]: Symbol("__arm64_sys_perf_event_open" at 0xffff800080266950, type=FUNC, size=0x34) +[D] compat_sys_call_table[365]: Symbol("__arm64_compat_sys_recvmmsg_time32" at 0xffff800080ea190c, type=FUNC, size=0x3c) +[D] compat_sys_call_table[366]: Symbol("__arm64_sys_accept4" at 0xffff800080e1bc18, type=FUNC, size=0x30) +[D] compat_sys_call_table[367]: Symbol("__arm64_sys_fanotify_init" at 0xffff8000803b5600, type=FUNC, size=0x2f0) +[D] compat_sys_call_table[368]: Symbol("__arm64_compat_sys_fanotify_mark" at 0xffff8000803b5928, type=FUNC, size=0x40) +[D] compat_sys_call_table[369]: Symbol("__arm64_sys_prlimit64" at 0xffff8000800b7e14, type=FUNC, size=0x320) +[D] compat_sys_call_table[370]: Symbol("__arm64_sys_name_to_handle_at" at 0xffff8000803d4dec, type=FUNC, size=0x308) +[D] compat_sys_call_table[371]: Symbol("__arm64_compat_sys_open_by_handle_at" at 0xffff8000803d5120, type=FUNC, size=0x2c) +[D] compat_sys_call_table[372]: Symbol("__arm64_sys_clock_adjtime32" at 0xffff80008015dbac, type=FUNC, size=0x28) +[D] compat_sys_call_table[373]: Symbol("__arm64_sys_syncfs" at 0xffff80008039bdbc, type=FUNC, size=0xa0) +[D] compat_sys_call_table[374]: Symbol("__arm64_compat_sys_sendmmsg" at 0xffff800080ea17e8, type=FUNC, size=0x3c) +[D] compat_sys_call_table[375]: Symbol("__arm64_sys_setns" at 0xffff8000800c9508, type=FUNC, size=0x678) +[D] compat_sys_call_table[376]: Symbol("__arm64_sys_process_vm_readv" at 0xffff8000802e211c, type=FUNC, size=0x34) +[D] compat_sys_call_table[377]: Symbol("__arm64_sys_process_vm_writev" at 0xffff8000802e2150, type=FUNC, size=0x34) +[D] compat_sys_call_table[378]: Symbol("__arm64_sys_kcmp" at 0xffff80008014af00, type=FUNC, size=0x5dc) +[D] compat_sys_call_table[379]: Symbol("__arm64_sys_finit_module" at 0xffff800080148020, type=FUNC, size=0x2e4) +[D] compat_sys_call_table[380]: Symbol("__arm64_sys_sched_setattr" at 0xffff8000800da210, type=FUNC, size=0x3d8) +[D] compat_sys_call_table[381]: Symbol("__arm64_sys_sched_getattr" at 0xffff8000800da788, type=FUNC, size=0x218) +[D] compat_sys_call_table[382]: Symbol("__arm64_sys_renameat2" at 0xffff80008036a7a8, type=FUNC, size=0x7c) +[D] compat_sys_call_table[383]: Symbol("__arm64_sys_seccomp" at 0xffff8000801a2fbc, type=FUNC, size=0x2c) +[D] compat_sys_call_table[384]: Symbol("__arm64_sys_getrandom" at 0xffff800080993a3c, type=FUNC, size=0xc8) +[D] compat_sys_call_table[385]: Symbol("__arm64_sys_memfd_create" at 0xffff80008034cf1c, type=FUNC, size=0x3e0) +[D] compat_sys_call_table[386]: Symbol("__arm64_sys_bpf" at 0xffff8000801f21d8, type=FUNC, size=0x34) +[D] compat_sys_call_table[387]: Symbol("__arm64_compat_sys_execveat" at 0xffff80008035ed14, type=FUNC, size=0x64) +[D] compat_sys_call_table[388]: Symbol("__arm64_sys_userfaultfd" at 0xffff8000803beeac, type=FUNC, size=0x58) +[D] compat_sys_call_table[389]: Symbol("__arm64_sys_membarrier" at 0xffff800080100428, type=FUNC, size=0x3b0) +[D] compat_sys_call_table[390]: Symbol("__arm64_sys_mlock2" at 0xffff8000802c7cc0, type=FUNC, size=0x54) +[D] compat_sys_call_table[391]: Symbol("__arm64_sys_copy_file_range" at 0xffff800080354dc4, type=FUNC, size=0x2cc) +[D] compat_sys_call_table[392]: Symbol("__arm64_compat_sys_preadv2" at 0xffff8000803540d0, type=FUNC, size=0x58) +[D] compat_sys_call_table[393]: Symbol("__arm64_compat_sys_pwritev2" at 0xffff800080354164, type=FUNC, size=0x58) +[D] compat_sys_call_table[394]: Symbol("__arm64_sys_pkey_mprotect" at 0xffff8000800c87cc, type=FUNC, size=0x8) +[D] compat_sys_call_table[395]: Symbol("__arm64_sys_pkey_alloc" at 0xffff8000800c87d4, type=FUNC, size=0x8) +[D] compat_sys_call_table[396]: Symbol("__arm64_sys_pkey_free" at 0xffff8000800c87dc, type=FUNC, size=0x8) +[D] compat_sys_call_table[397]: Symbol("__arm64_sys_statx" at 0xffff80008035ba20, type=FUNC, size=0x90) +[D] compat_sys_call_table[398]: Symbol("__arm64_sys_rseq" at 0xffff800080271560, type=FUNC, size=0x25c) +[D] compat_sys_call_table[399]: Symbol("__arm64_compat_sys_io_pgetevents" at 0xffff8000803c2c94, type=FUNC, size=0x1ac) +[D] compat_sys_call_table[400]: Symbol("__arm64_sys_migrate_pages" at 0xffff800080313528, type=FUNC, size=0x294) +[D] compat_sys_call_table[401]: Symbol("__arm64_sys_kexec_file_load" at 0xffff800080174318, type=FUNC, size=0x4f0) +[D] compat_sys_call_table[402]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[403]: Symbol("__arm64_sys_clock_gettime" at 0xffff80008015d768, type=FUNC, size=0xe4) +[D] compat_sys_call_table[404]: Symbol("__arm64_sys_clock_settime" at 0xffff80008015d688, type=FUNC, size=0xe0) +[D] compat_sys_call_table[405]: Symbol("__arm64_sys_clock_adjtime" at 0xffff80008015d8d4, type=FUNC, size=0x28) +[D] compat_sys_call_table[406]: Symbol("__arm64_sys_clock_getres" at 0xffff80008015d8fc, type=FUNC, size=0xec) +[D] compat_sys_call_table[407]: Symbol("__arm64_sys_clock_nanosleep" at 0xffff80008015dcc0, type=FUNC, size=0x144) +[D] compat_sys_call_table[408]: Symbol("__arm64_sys_timer_gettime" at 0xffff80008015d0bc, type=FUNC, size=0x8c) +[D] compat_sys_call_table[409]: Symbol("__arm64_sys_timer_settime" at 0xffff80008015d260, type=FUNC, size=0xd4) +[D] compat_sys_call_table[410]: Symbol("__arm64_sys_timerfd_gettime" at 0xffff8000803ba32c, type=FUNC, size=0x8c) +[D] compat_sys_call_table[411]: Symbol("__arm64_sys_timerfd_settime" at 0xffff8000803ba270, type=FUNC, size=0xbc) +[D] compat_sys_call_table[412]: Symbol("__arm64_sys_utimensat" at 0xffff80008039c64c, type=FUNC, size=0xd0) +[D] compat_sys_call_table[413]: Symbol("__arm64_compat_sys_pselect6_time64" at 0xffff800080370e8c, type=FUNC, size=0x228) +[D] compat_sys_call_table[414]: Symbol("__arm64_compat_sys_ppoll_time64" at 0xffff80008037140c, type=FUNC, size=0x130) +[D] compat_sys_call_table[415]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[416]: Symbol("__arm64_sys_io_pgetevents" at 0xffff8000803c2a04, type=FUNC, size=0x1ac) +[D] compat_sys_call_table[417]: Symbol("__arm64_compat_sys_recvmmsg_time64" at 0xffff800080ea18d0, type=FUNC, size=0x3c) +[D] compat_sys_call_table[418]: Symbol("__arm64_sys_mq_timedsend" at 0xffff800080594584, type=FUNC, size=0xc0) +[D] compat_sys_call_table[419]: Symbol("__arm64_sys_mq_timedreceive" at 0xffff800080594644, type=FUNC, size=0xc0) +[D] compat_sys_call_table[420]: Symbol("__arm64_sys_semtimedop" at 0xffff80008058e5d4, type=FUNC, size=0xa8) +[D] compat_sys_call_table[421]: Symbol("__arm64_compat_sys_rt_sigtimedwait_time64" at 0xffff8000800b2214, type=FUNC, size=0xdc) +[D] compat_sys_call_table[422]: Symbol("__arm64_sys_futex" at 0xffff800080168ce4, type=FUNC, size=0x190) +[D] compat_sys_call_table[423]: Symbol("__arm64_sys_sched_rr_get_interval" at 0xffff8000800dad08, type=FUNC, size=0x8c) +[D] compat_sys_call_table[424]: Symbol("__arm64_sys_pidfd_send_signal" at 0xffff8000800b25d8, type=FUNC, size=0x29c) +[D] compat_sys_call_table[425]: Symbol("__arm64_sys_io_uring_setup" at 0xffff800080612470, type=FUNC, size=0x88) +[D] compat_sys_call_table[426]: Symbol("__arm64_sys_io_uring_enter" at 0xffff800080611960, type=FUNC, size=0xaf8) +[D] compat_sys_call_table[427]: Symbol("__arm64_sys_io_uring_register" at 0xffff800080624bc0, type=FUNC, size=0xd28) +[D] compat_sys_call_table[428]: Symbol("__arm64_sys_open_tree" at 0xffff800080383aec, type=FUNC, size=0x364) +[D] compat_sys_call_table[429]: Symbol("__arm64_sys_move_mount" at 0xffff800080385578, type=FUNC, size=0x348) +[D] compat_sys_call_table[430]: Symbol("__arm64_sys_fsopen" at 0xffff8000803a1520, type=FUNC, size=0x14c) +[D] compat_sys_call_table[431]: Symbol("__arm64_sys_fsconfig" at 0xffff8000803a17f0, type=FUNC, size=0x510) +[D] compat_sys_call_table[432]: Symbol("__arm64_sys_fsmount" at 0xffff800080385250, type=FUNC, size=0x328) +[D] compat_sys_call_table[433]: Symbol("__arm64_sys_fspick" at 0xffff8000803a166c, type=FUNC, size=0x184) +[D] compat_sys_call_table[434]: Symbol("__arm64_sys_pidfd_open" at 0xffff8000800c3cac, type=FUNC, size=0x12c) +[D] compat_sys_call_table[435]: Symbol("__arm64_sys_clone3" at 0xffff800080099560, type=FUNC, size=0x20) +[D] compat_sys_call_table[436]: Symbol("__arm64_sys_close_range" at 0xffff800080350fe4, type=FUNC, size=0x30) +[D] compat_sys_call_table[437]: Symbol("__arm64_sys_openat2" at 0xffff800080350c70, type=FUNC, size=0x140) +[D] compat_sys_call_table[438]: Symbol("__arm64_sys_pidfd_getfd" at 0xffff8000800c3dd8, type=FUNC, size=0x23c) +[D] compat_sys_call_table[439]: Symbol("__arm64_sys_faccessat2" at 0xffff80008034f7e4, type=FUNC, size=0x30) +[D] compat_sys_call_table[440]: Symbol("__arm64_sys_process_madvise" at 0xffff8000802fd158, type=FUNC, size=0x30) +[D] compat_sys_call_table[441]: Symbol("__arm64_compat_sys_epoll_pwait2" at 0xffff8000803b83f8, type=FUNC, size=0xd4) +[D] compat_sys_call_table[442]: Symbol("__arm64_sys_mount_setattr" at 0xffff800080385e2c, type=FUNC, size=0x7f8) +[D] compat_sys_call_table[443]: Symbol("__arm64_sys_quotactl_fd" at 0xffff8000803e3d64, type=FUNC, size=0x1f4) +[D] compat_sys_call_table[444]: Symbol("__arm64_sys_landlock_create_ruleset" at 0xffff8000805aab74, type=FUNC, size=0x1e8) +[D] compat_sys_call_table[445]: Symbol("__arm64_sys_landlock_add_rule" at 0xffff8000805aad5c, type=FUNC, size=0x2cc) +[D] compat_sys_call_table[446]: Symbol("__arm64_sys_landlock_restrict_self" at 0xffff8000805ab028, type=FUNC, size=0x128) +[D] compat_sys_call_table[447]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] compat_sys_call_table[448]: Symbol("__arm64_sys_process_mrelease" at 0xffff80008027e344, type=FUNC, size=0x2c4) +[D] compat_sys_call_table[449]: Symbol("__arm64_sys_futex_waitv" at 0xffff800080169138, type=FUNC, size=0x19c) +[D] compat_sys_call_table[450]: Symbol("__arm64_sys_set_mempolicy_home_node" at 0xffff8000803156b4, type=FUNC, size=0x240) +[D] compat_sys_call_table[451]: Symbol("__arm64_sys_cachestat" at 0xffff800080279ac0, type=FUNC, size=0x218) +[D] compat_sys_call_table[452]: Symbol("__arm64_sys_fchmodat2" at 0xffff80008034fdc0, type=FUNC, size=0x100) +[D] compat_sys_call_table[453]: Symbol("__arm64_sys_map_shadow_stack" at 0xffff8000800c883c, type=FUNC, size=0x8) +[D] compat_sys_call_table[454]: Symbol("__arm64_sys_futex_wake" at 0xffff8000801692d4, type=FUNC, size=0x98) +[D] compat_sys_call_table[455]: Symbol("__arm64_sys_futex_wait" at 0xffff80008016936c, type=FUNC, size=0x15c) +[D] compat_sys_call_table[456]: Symbol("__arm64_sys_futex_requeue" at 0xffff8000801694c8, type=FUNC, size=0x30) +[D] compat_sys_call_table[457]: Symbol("__arm64_sys_statmount" at 0xffff80008038666c, type=FUNC, size=0x2c) +[D] compat_sys_call_table[458]: Symbol("__arm64_sys_listmount" at 0xffff800080386698, type=FUNC, size=0x3d0) +[D] compat_sys_call_table[459]: Symbol("__arm64_sys_lsm_get_self_attr" at 0xffff8000805a1520, type=FUNC, size=0x30) +[D] compat_sys_call_table[460]: Symbol("__arm64_sys_lsm_set_self_attr" at 0xffff8000805a14f0, type=FUNC, size=0x30) +[D] compat_sys_call_table[461]: Symbol("__arm64_sys_lsm_list_modules" at 0xffff8000805a1550, type=FUNC, size=0x140) +[I] Common syscall symbol prefixes: __arm64_compat_sys_, __arm64_compat_, __arm64_sys_, __arm64_, __ +[I] 53 syscall table entries point to __arm64_sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800aea14', '0xffff8000800a0c30', '0xffff80008009945c', '0xffff800080353c20', '0xffff800080353d4c', '0xffff800080350db0', '0xffff800080350f68', '0xffff800080350ef0', '0xffff80008036a238', '0xffff800080369c64', '0xffff80008035ecc0', '0xffff80008034f844', '0xffff800080369410', '0xffff80008034ff94', '0xffff80008016ebd8', '0xffff800080352b5c', '0xffff8000800b6fac', '0xffff800080384f9c', '0xffff80008016ed10', '0xffff80008016f564', '0xffff8000800ab22c', '0xffff8000800b3ebc', '0xffff80008034f814', '0xffff8000800d9d3c', '0xffff80008039bd38', '0xffff8000800b23cc', '0xffff80008036a894', '0xffff80008036967c', '0xffff8000803698a8', '0xffff80008037d228', '0xffff800080360df0', '0xffff8000800b71c8', '0xffff8000802cd504', '0xffff80008016eca8', '0xffff80008016f63c', '0xffff80008016f5d0', '0xffff80008016f6a8', '0xffff800080171124', '0xffff800080382570', '0xffff80008036d874', '0xffff80008036bcb8', '0xffff8000800b7334', '0xffff8000800b8710', '0xffff80008034fa0c', '0xffff80008039ec44', '0xffff80008037d114', '0xffff8000800b7004', '0xffff8000800b7534', '0xffff8000800b76e8', '0xffff8000800b3ab0', '0xffff80008016ecd4', '0xffff80008016ec6c', '0xffff8000800b4058', '0xffff8000800b33d4', '0xffff8000800b7728', '0xffff8000800b7c44', '0xffff8000800b86e8', '0xffff80008014dae8', '0xffff80008014dc54', '0xffff80008016f1b4', '0xffff80008016f338', '0xffff800080369e9c', '0xffff80008035b8a4', '0xffff80008035ddec', '0xffff8000803049e8', '0xffff8000800cd4d0', '0xffff8000802cc4a4', '0xffff80008034f46c', '0xffff80008034f6bc', '0xffff80008034fd10', '0xffff80008016ec28', '0xffff8000800b5774', '0xffff8000800b54c8', '0xffff80008039ea5c', '0xffff80008039ea7c', '0xffff800080111eac', '0xffff800080160fdc', '0xffff800080160d14', '0xffff80008035bab0', '0xffff80008035bad0', '0xffff80008035bb1c', '0xffff800080351014', '0xffff8000800a1d98', '0xffff800080303d00', '0xffff8000800b91cc', '0xffff80008039be5c', '0xffff80008002b98c', '0xffff800080099534', '0xffff8000800b79dc', '0xffff8000800b7708', '0xffff80008014e124', '0xffff8000802d1590', '0xffff8000801749dc', '0xffff800080147ff8', '0xffff8000801483ec', '0xffff8000803e3878', '0xffff8000800b74bc', '0xffff80008034f93c', '0xffff80008037d814', '0xffff800080099c60', '0xffff80008016f15c', '0xffff80008016f188', '0xffff800080352c34', '0xffff80008036ead8', '0xffff800080370da0', '0xffff8000803c8b80', '0xffff8000802d3138', '0xffff800080353f4c', '0xffff800080353f78', '0xffff8000800b7574', '0xffff80008039be84', '0xffff8000802c7c98', '0xffff8000802c7d14', '0xffff8000802c7dfc', '0xffff8000802c7fd0', '0xffff8000800da1e0', '0xffff8000800da668', '0xffff8000800da1a8', '0xffff8000800da5e8', '0xffff8000800dac04', '0xffff8000800dac84', '0xffff8000800dacc8', '0xffff8000800dad94', '0xffff800080154164', '0xffff8000802d30ac', '0xffff80008016ed3c', '0xffff80008016ed84', '0xffff800080370b34', '0xffff80008016ef4c', '0xffff80008016ef94', '0xffff8000800b8750', '0xffff80008002ba40', '0xffff8000800b374c', '0xffff8000800aee6c', '0xffff8000800af058', '0xffff8000800b22f0', '0xffff8000800b29d4', '0xffff8000800b3fdc', '0xffff800080029fa8', '0xffff800080029fdc', '0xffff80008016eb88', '0xffff80008039d45c', '0xffff8000800a892c', '0xffff8000800a8b2c', '0xffff8000800b31e8', '0xffff80008035440c', '0xffff8000800994c4', '0xffff8000800b7d28', '0xffff800080029f7c', '0xffff80008002a010', '0xffff80008002a040', '0xffff80008035b8d4', '0xffff80008035b8f4', '0xffff80008035b914', '0xffff800080350410', '0xffff8000800b7048', '0xffff8000800b70a8', '0xffff8000800b7078', '0xffff8000800b70d8', '0xffff8000800b6024', '0xffff8000800b5bd8', '0xffff8000800cfabc', '0xffff8000800cfc5c', '0xffff8000803505e8', '0xffff8000800b6634', '0xffff8000800b6660', '0xffff8000800b6c10', '0xffff8000800b6c3c', '0xffff8000803503d8', '0xffff8000800b6184', '0xffff8000800b5d1c', '0xffff8000800b6e7c', '0xffff8000800b6f8c', '0xffff80008036e8bc', '0xffff800080385934', '0xffff8000802c5d60', '0xffff8000802fd124', '0xffff80008036bc8c', '0xffff8000800b6fd8', '0xffff80008002a074', '0xffff80008038a854', '0xffff80008038a888', '0xffff80008038a8bc', '0xffff80008038acfc', '0xffff80008038ad28', '0xffff80008038ad54', '0xffff80008038ae20', '0xffff80008038ae4c', '0xffff80008038ae78', '0xffff80008038af38', '0xffff80008038af60', '0xffff80008038af88', '0xffff8000800b28b4', '0xffff8000803542cc', '0xffff800080169644', '0xffff800080174f6c', '0xffff800080175174', '0xffff8000803c22a8', '0xffff8000803c23c8', '0xffff8000803c2bb0', '0xffff8000803c2638', '0xffff8000803c27d8', '0xffff8000800a0cd8', '0xffff8000803b736c', '0xffff8000803b7f34', '0xffff8000803b8014', '0xffff8000802cebc8', '0xffff800080097798', '0xffff80008015d004', '0xffff80008015d334', '0xffff80008015d148', '0xffff80008015d1d4', '0xffff80008015d414', '0xffff80008015d9e8', '0xffff80008015dac8', '0xffff80008015dbd4', '0xffff80008015de04', '0xffff800080029f0c', '0xffff800080029f44', '0xffff8000800b2874', '0xffff80008039c930', '0xffff80008002a0a4', '0xffff8000800c87fc', '0xffff80008075ef98', '0xffff80008075f280', '0xffff8000805947fc', '0xffff800080594428', '0xffff8000805949e0', '0xffff800080594aa0', '0xffff800080594908', '0xffff8000805949b8', '0xffff8000800a1dc8', '0xffff800080e1b3f4', '0xffff800080e1b85c', '0xffff800080e1bdfc', '0xffff800080e1b960', '0xffff800080e1bc48', '0xffff800080e1bf20', '0xffff800080e1c058', '0xffff800080e1b728', '0xffff800080e1c218', '0xffff800080e1c1e0', '0xffff800080ea1854', '0xffff800080ea1894', '0xffff800080e1c714', '0xffff800080e1c4dc', '0xffff800080e1c5e4', '0xffff800080ea17b8', '0xffff800080ea1824', '0xffff80008058e7d4', '0xffff80008058d32c', '0xffff80008058d5bc', '0xffff80008058a3ec', '0xffff80008058a4a8', '0xffff80008058a1b0', '0xffff80008058a2ac', '0xffff8000805914f8', '0xffff80008059179c', '0xffff800080590e64', '0xffff800080590f68', '0xffff800080599bc8', '0xffff800080599e18', '0xffff80008059ecc0', '0xffff80008058e72c', '0xffff8000805eacb0', '0xffff8000805eaf74', '0xffff8000803b1350', '0xffff8000803b1374', '0xffff8000803b17a4', '0xffff800080315e04', '0xffff8000803137bc', '0xffff800080313474', '0xffff800080350e50', '0xffff800080369600', '0xffff8000803693b4', '0xffff8000803503a0', '0xffff80008039c908', '0xffff80008035b934', '0xffff800080369be4', '0xffff80008036a824', '0xffff80008036a1b8', '0xffff800080369e34', '0xffff80008035b874', '0xffff80008034fec0', '0xffff80008034f7b4', '0xffff8000803710b4', '0xffff8000803712dc', '0xffff800080099a5c', '0xffff8000801694f8', '0xffff80008016951c', '0xffff80008039b0cc', '0xffff80008002a0e8', '0xffff80008039b7a4', '0xffff80008039b0a0', '0xffff800080323ce8', '0xffff8000800b90b4', '0xffff8000803b82e8', '0xffff800080173c6c', '0xffff80008039c834', '0xffff8000803b9224', '0xffff8000803ba0ec', '0xffff8000803bb048', '0xffff80008002a12c', '0xffff8000803ba3b8', '0xffff8000803ba474', '0xffff8000803b9194', '0xffff8000803bb01c', '0xffff8000803b7348', '0xffff80008037d0e4', '0xffff800080360dc4', '0xffff8000803b132c', '0xffff800080354094', '0xffff800080354128', '0xffff8000800b2b88', '0xffff800080266950', '0xffff800080ea190c', '0xffff800080e1bc18', '0xffff8000803b5600', '0xffff8000803b5928', '0xffff8000800b7e14', '0xffff8000803d4dec', '0xffff8000803d5120', '0xffff80008015dbac', '0xffff80008039bdbc', '0xffff800080ea17e8', '0xffff8000800c9508', '0xffff8000802e211c', '0xffff8000802e2150', '0xffff80008014af00', '0xffff800080148020', '0xffff8000800da210', '0xffff8000800da788', '0xffff80008036a7a8', '0xffff8000801a2fbc', '0xffff800080993a3c', '0xffff80008034cf1c', '0xffff8000801f21d8', '0xffff80008035ed14', '0xffff8000803beeac', '0xffff800080100428', '0xffff8000802c7cc0', '0xffff800080354dc4', '0xffff8000803540d0', '0xffff800080354164', '0xffff8000800c87cc', '0xffff8000800c87d4', '0xffff8000800c87dc', '0xffff80008035ba20', '0xffff800080271560', '0xffff8000803c2c94', '0xffff800080313528', '0xffff800080174318', '0xffff80008015d768', '0xffff80008015d688', '0xffff80008015d8d4', '0xffff80008015d8fc', '0xffff80008015dcc0', '0xffff80008015d0bc', '0xffff80008015d260', '0xffff8000803ba32c', '0xffff8000803ba270', '0xffff80008039c64c', '0xffff800080370e8c', '0xffff80008037140c', '0xffff8000803c2a04', '0xffff800080ea18d0', '0xffff800080594584', '0xffff800080594644', '0xffff80008058e5d4', '0xffff8000800b2214', '0xffff800080168ce4', '0xffff8000800dad08', '0xffff8000800b25d8', '0xffff800080612470', '0xffff800080611960', '0xffff800080624bc0', '0xffff800080383aec', '0xffff800080385578', '0xffff8000803a1520', '0xffff8000803a17f0', '0xffff800080385250', '0xffff8000803a166c', '0xffff8000800c3cac', '0xffff800080099560', '0xffff800080350fe4', '0xffff800080350c70', '0xffff8000800c3dd8', '0xffff80008034f7e4', '0xffff8000802fd158', '0xffff8000803b83f8', '0xffff800080385e2c', '0xffff8000803e3d64', '0xffff8000805aab74', '0xffff8000805aad5c', '0xffff8000805ab028', '0xffff80008027e344', '0xffff800080169138', '0xffff8000803156b4', '0xffff800080279ac0', '0xffff80008034fdc0', '0xffff8000800c883c', '0xffff8000801692d4', '0xffff80008016936c', '0xffff8000801694c8', '0xffff80008038666c', '0xffff800080386698', '0xffff8000805a1520', '0xffff8000805a14f0', '0xffff8000805a1550'] +[D] Location needs adjustment (bad): restart_syscall (__arm64_sys_restart_syscall) -> arch/arm64/include/asm/current.h:15 +[D] Location needs adjustment (bad): pause (__arm64_sys_pause) -> arch/arm64/include/asm/current.h:15 +[D] Location needs adjustment (bad): umask (__arm64_sys_umask) -> arch/arm64/include/asm/current.h:15 +[D] Location needs adjustment (bad): pciconfig_iobase (__arm64_sys_pciconfig_iobase) -> kernel/sys_ni.c:281 +[D] Location needs adjustment (bad): pkey_mprotect (__arm64_sys_pkey_mprotect) -> kernel/sys_ni.c:267 +[D] Location needs adjustment (bad): pkey_alloc (__arm64_sys_pkey_alloc) -> kernel/sys_ni.c:268 +[D] Location needs adjustment (bad): pkey_free (__arm64_sys_pkey_free) -> kernel/sys_ni.c:269 +[D] Location needs adjustment (bad): map_shadow_stack (__arm64_sys_map_shadow_stack) -> kernel/sys_ni.c:295 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c8843', '0xffff8000800b3f23', '0xffff8000800c8803', '0xffff8000800c87db', '0xffff8000800c87e3', '0xffff8000800c87d3', '0xffff8000800aea3b', '0xffff8000800b873f'] +[D] Location needs full-range adjustment (bad): map_shadow_stack (__arm64_sys_map_shadow_stack+0x7) -> kernel/sys_ni.c:295 +[D] Location needs full-range adjustment (bad): pciconfig_iobase (__arm64_sys_pciconfig_iobase+0x7) -> kernel/sys_ni.c:281 +[D] Location needs full-range adjustment (bad): pkey_alloc (__arm64_sys_pkey_alloc+0x7) -> kernel/sys_ni.c:268 +[D] Location needs full-range adjustment (bad): pkey_free (__arm64_sys_pkey_free+0x7) -> kernel/sys_ni.c:269 +[D] Location needs full-range adjustment (bad): pkey_mprotect (__arm64_sys_pkey_mprotect+0x7) -> kernel/sys_ni.c:267 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c883d', '0xffff8000800c883e', '0xffff8000800c883f', '0xffff8000800c8840', '0xffff8000800c8841'] +[D] Location needs grepping (bad): map_shadow_stack (__arm64_sys_map_shadow_stack) -> kernel/sys_ni.c:295 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c87fd', '0xffff8000800c87fe', '0xffff8000800c87ff', '0xffff8000800c8800', '0xffff8000800c8801'] +[D] Location needs grepping (bad): pciconfig_iobase (__arm64_sys_pciconfig_iobase) -> kernel/sys_ni.c:281 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c87d5', '0xffff8000800c87d6', '0xffff8000800c87d7', '0xffff8000800c87d8', '0xffff8000800c87d9'] +[D] Location needs grepping (bad): pkey_alloc (__arm64_sys_pkey_alloc) -> kernel/sys_ni.c:268 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c87dd', '0xffff8000800c87de', '0xffff8000800c87df', '0xffff8000800c87e0', '0xffff8000800c87e1'] +[D] Location needs grepping (bad): pkey_free (__arm64_sys_pkey_free) -> kernel/sys_ni.c:269 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c87cd', '0xffff8000800c87ce', '0xffff8000800c87cf', '0xffff8000800c87d0', '0xffff8000800c87d1'] +[D] Location needs grepping (bad): pkey_mprotect (__arm64_sys_pkey_mprotect) -> kernel/sys_ni.c:267 +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/arm64', '--glob', '*.c', '\\b(COMPAT_)?SYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Location could not be found through grepping: map_shadow_stack (orig name map_shadow_stack) +[I] Location could not be found through grepping: pciconfig_iobase (orig name pciconfig_iobase) +[W] Location found through grepping: pkey_alloc -> mm/mprotect.c:841 +[W] Location found through grepping: pkey_free -> mm/mprotect.c:871 +[W] Location found through grepping: pkey_mprotect -> mm/mprotect.c:835 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +[D] Signature NOT found in ftrace metadata: pciconfig_iobase +[D] Signature NOT found in ftrace metadata: map_shadow_stack +[W] Assuming pciconfig_iobase is not implemented as it points to kernel/sys_ni.c:281 after adjustments +[W] Assuming map_shadow_stack is not implemented as it points to kernel/sys_ni.c:295 after adjustments +Found 407 implemented syscalls +Found 3 definition locations through grepping + diff --git a/db/arm64/64/aarch32/v6.8/table.json b/db/arm64/64/aarch32/v6.8/table.json new file mode 100644 index 0000000..4037a76 --- /dev/null +++ b/db/arm64/64/aarch32/v6.8/table.json @@ -0,0 +1,7297 @@ +{ + "kernel": { + "abi": { + "bits": 32, + "calling_convention": { + "parameters": [ + "x0", + "x1", + "x2", + "x3", + "x4", + "x5" + ], + "syscall_nr": "w8" + }, + "compat": true, + "name": "aarch32" + }, + "architecture": { + "bits": 64, + "name": "arm64" + }, + "syscall_table_symbol": "compat_sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 0, + "origname": "restart_syscall", + "signature": [], + "symbol": "__arm64_sys_restart_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 1, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "__arm64_sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 2, + "origname": "fork", + "signature": [], + "symbol": "__arm64_sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 3, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "__arm64_sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "__arm64_sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1468, + "name": "open", + "number": 5, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__arm64_compat_sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 6, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "__arm64_sys_close" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 8, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__arm64_sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 9, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__arm64_sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 10, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "__arm64_sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2149, + "name": "execve", + "number": 11, + "origname": "execve", + "signature": [ + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp" + ], + "symbol": "__arm64_compat_sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 12, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "__arm64_sys_chdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 14, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "__arm64_sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 15, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "__arm64_sys_chmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": "UID16", + "line": 28, + "name": "lchown16", + "number": 16, + "origname": "lchown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__arm64_sys_lchown16" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 317, + "name": "lseek", + "number": 19, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "compat_off_t offset", + "unsigned int whence" + ], + "symbol": "__arm64_compat_sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 20, + "origname": "getpid", + "signature": [], + "symbol": "__arm64_sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 21, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "__arm64_sys_mount" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "UID16", + "line": 53, + "name": "setuid16", + "number": 23, + "origname": "setuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "__arm64_sys_setuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": "UID16", + "line": 203, + "name": "getuid16", + "number": 24, + "origname": "getuid16", + "signature": [], + "symbol": "__arm64_sys_getuid16" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1400, + "name": "ptrace", + "number": 26, + "origname": "ptrace", + "signature": [ + "compat_long_t request", + "compat_long_t pid", + "compat_long_t addr", + "compat_long_t data" + ], + "symbol": "__arm64_compat_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 29, + "origname": "pause", + "signature": [], + "symbol": "__arm64_sys_pause" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 33, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "__arm64_sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 34, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "__arm64_sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 36, + "origname": "sync", + "signature": [], + "symbol": "__arm64_sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 37, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__arm64_sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 38, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__arm64_sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 39, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__arm64_sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 40, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "__arm64_sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 41, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "__arm64_sys_dup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 42, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "__arm64_sys_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1042, + "name": "times", + "number": 43, + "origname": "times", + "signature": [ + "struct compat_tms *tbuf" + ], + "symbol": "__arm64_compat_sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 45, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "__arm64_sys_brk" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "UID16", + "line": 43, + "name": "setgid16", + "number": 46, + "origname": "setgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "__arm64_sys_setgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": "UID16", + "line": 213, + "name": "getgid16", + "number": 47, + "origname": "getgid16", + "signature": [], + "symbol": "__arm64_sys_getgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "UID16", + "line": 208, + "name": "geteuid16", + "number": 49, + "origname": "geteuid16", + "signature": [], + "symbol": "__arm64_sys_geteuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "UID16", + "line": 218, + "name": "getegid16", + "number": 50, + "origname": "getegid16", + "signature": [], + "symbol": "__arm64_sys_getegid16" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 51, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "__arm64_sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 52, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "__arm64_sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 914, + "name": "ioctl", + "number": 54, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "__arm64_compat_sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 674, + "name": "fcntl", + "number": 55, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "__arm64_compat_sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 57, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "__arm64_sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 60, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "__arm64_sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 61, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "__arm64_sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 391, + "name": "ustat", + "number": 62, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct compat_ustat *u" + ], + "symbol": "__arm64_compat_sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 63, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "__arm64_sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 64, + "origname": "getppid", + "signature": [], + "symbol": "__arm64_sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 65, + "origname": "getpgrp", + "signature": [], + "symbol": "__arm64_sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 66, + "origname": "setsid", + "signature": [], + "symbol": "__arm64_sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 4554, + "name": "sigaction", + "number": 67, + "origname": "sigaction", + "signature": [ + "int sig", + "const struct compat_old_sigaction *act", + "struct compat_old_sigaction *oact" + ], + "symbol": "__arm64_compat_sys_sigaction" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "UID16", + "line": 48, + "name": "setreuid16", + "number": 70, + "origname": "setreuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid" + ], + "symbol": "__arm64_sys_setreuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "UID16", + "line": 38, + "name": "setregid16", + "number": 71, + "origname": "setregid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid" + ], + "symbol": "__arm64_sys_setregid16" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 4706, + "name": "sigsuspend", + "number": 72, + "origname": "sigsuspend", + "signature": [ + "int unused1", + "int unused2", + "old_sigset_t mask" + ], + "symbol": "__arm64_sys_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 4375, + "name": "sigpending", + "number": 73, + "origname": "sigpending", + "signature": [ + "compat_old_sigset_t *set32" + ], + "symbol": "__arm64_compat_sys_sigpending" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 74, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__arm64_sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1532, + "name": "setrlimit", + "number": 75, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "__arm64_compat_sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1884, + "name": "getrusage", + "number": 77, + "origname": "getrusage", + "signature": [ + "int who", + "struct compat_rusage *ru" + ], + "symbol": "__arm64_compat_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 224, + "name": "gettimeofday", + "number": 78, + "origname": "gettimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "__arm64_compat_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 243, + "name": "settimeofday", + "number": 79, + "origname": "settimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "__arm64_compat_sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "UID16", + "line": 154, + "name": "getgroups16", + "number": 80, + "origname": "getgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "__arm64_sys_getgroups16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "UID16", + "line": 177, + "name": "setgroups16", + "number": 81, + "origname": "setgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "__arm64_sys_setgroups16" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 83, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__arm64_sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 85, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "__arm64_sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 86, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "__arm64_sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 87, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "__arm64_sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 88, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "__arm64_sys_reboot" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 91, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "__arm64_sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 151, + "name": "truncate", + "number": 92, + "origname": "truncate", + "signature": [ + "const char *path", + "compat_off_t length" + ], + "symbol": "__arm64_compat_sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 209, + "name": "ftruncate", + "number": 93, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "compat_ulong_t length" + ], + "symbol": "__arm64_compat_sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 94, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "__arm64_sys_fchmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": "UID16", + "line": 33, + "name": "fchown16", + "number": 95, + "origname": "fchown16", + "signature": [ + "unsigned int fd", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__arm64_sys_fchown16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 96, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "__arm64_sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 97, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "__arm64_sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 305, + "name": "statfs", + "number": 99, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct compat_statfs *buf" + ], + "symbol": "__arm64_compat_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 314, + "name": "fstatfs", + "number": 100, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct compat_statfs *buf" + ], + "symbol": "__arm64_compat_sys_fstatfs" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "__arm64_sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 378, + "name": "setitimer", + "number": 104, + "origname": "setitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value", + "struct old_itimerval32 *ovalue" + ], + "symbol": "__arm64_compat_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 141, + "name": "getitimer", + "number": 105, + "origname": "getitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value" + ], + "symbol": "__arm64_compat_sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 750, + "name": "newstat", + "number": 106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct compat_stat *statbuf" + ], + "symbol": "__arm64_compat_sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 762, + "name": "newlstat", + "number": 107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct compat_stat *statbuf" + ], + "symbol": "__arm64_compat_sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 789, + "name": "newfstat", + "number": 108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct compat_stat *statbuf" + ], + "symbol": "__arm64_compat_sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 111, + "origname": "vhangup", + "signature": [], + "symbol": "__arm64_sys_vhangup" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1834, + "name": "wait4", + "number": 114, + "origname": "wait4", + "signature": [ + "compat_pid_t pid", + "compat_uint_t *stat_addr", + "int options", + "struct compat_rusage *ru" + ], + "symbol": "__arm64_compat_sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 115, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "__arm64_sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2877, + "name": "sysinfo", + "number": 116, + "origname": "sysinfo", + "signature": [ + "struct compat_sysinfo *info" + ], + "symbol": "__arm64_compat_sys_sysinfo" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__arm64_sys_fsync" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/signal32.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 228, + "name": "sigreturn", + "number": 119, + "origname": "sigreturn", + "signature": [], + "symbol": "__arm64_compat_sys_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 120, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "__arm64_sys_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__arm64_sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "__arm64_sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 124, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "__arm64_sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "__arm64_sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 40, + "name": "sigprocmask", + "number": 126, + "origname": "sigprocmask", + "signature": [ + "int how", + "compat_old_sigset_t *nset", + "compat_old_sigset_t *oset" + ], + "symbol": "__arm64_compat_sys_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 128, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "__arm64_sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 129, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "__arm64_sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 131, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "__arm64_sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "__arm64_sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "__arm64_sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "__arm64_sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 136, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "__arm64_sys_personality" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "UID16", + "line": 104, + "name": "setfsuid16", + "number": 138, + "origname": "setfsuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "__arm64_sys_setfsuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "UID16", + "line": 109, + "name": "setfsgid16", + "number": 139, + "origname": "setfsgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "__arm64_sys_setfsgid16" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 140, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "__arm64_sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 562, + "name": "getdents", + "number": 141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct compat_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "__arm64_compat_sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 1288, + "name": "select", + "number": 142, + "origname": "select", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timeval32 *tvp" + ], + "symbol": "__arm64_compat_sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "__arm64_sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__arm64_sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__arm64_sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__arm64_sys_writev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 147, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "__arm64_sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 148, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__arm64_sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 150, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__arm64_sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 151, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__arm64_sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 152, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "__arm64_sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 153, + "origname": "munlockall", + "signature": [], + "symbol": "__arm64_sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 154, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__arm64_sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 155, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__arm64_sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 156, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "__arm64_sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 157, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "__arm64_sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 158, + "origname": "sched_yield", + "signature": [], + "symbol": "__arm64_sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 159, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "__arm64_sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 160, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "__arm64_sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 161, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "__arm64_sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 162, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "__arm64_sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 163, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "__arm64_sys_mremap" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": "UID16", + "line": 58, + "name": "setresuid16", + "number": 164, + "origname": "setresuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid", + "old_uid_t suid" + ], + "symbol": "__arm64_sys_setresuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": "UID16", + "line": 64, + "name": "getresuid16", + "number": 165, + "origname": "getresuid16", + "signature": [ + "old_uid_t *ruidp", + "old_uid_t *euidp", + "old_uid_t *suidp" + ], + "symbol": "__arm64_sys_getresuid16" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 168, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "__arm64_sys_poll" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "UID16", + "line": 81, + "name": "setresgid16", + "number": 170, + "origname": "setresgid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid", + "old_gid_t sgid" + ], + "symbol": "__arm64_sys_setresgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": "UID16", + "line": 87, + "name": "getresgid16", + "number": 171, + "origname": "getresgid16", + "signature": [ + "old_gid_t *rgidp", + "old_gid_t *egidp", + "old_gid_t *sgidp" + ], + "symbol": "__arm64_sys_getresgid16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 172, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__arm64_sys_prctl" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/signal32.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": null, + "line": 259, + "name": "rt_sigreturn", + "number": 173, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "__arm64_compat_sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": null, + "line": 4471, + "name": "rt_sigaction", + "number": 174, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct compat_sigaction *act", + "struct compat_sigaction *oact", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": null, + "line": 3208, + "name": "rt_sigprocmask", + "number": 175, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "compat_sigset_t *nset", + "compat_sigset_t *oset", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": null, + "line": 3265, + "name": "rt_sigpending", + "number": 176, + "origname": "rt_sigpending", + "signature": [ + "compat_sigset_t *uset", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": null, + "line": 3760, + "name": "rt_sigtimedwait", + "number": 177, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct old_timespec32 *uts", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 4043, + "name": "rt_sigqueueinfo", + "number": 178, + "origname": "rt_sigqueueinfo", + "signature": [ + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "__arm64_compat_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 4683, + "name": "rt_sigsuspend", + "number": 179, + "origname": "rt_sigsuspend", + "signature": [ + "compat_sigset_t *unewset", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 75, + "name": "pread64", + "number": 180, + "origname": "aarch32_pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "u32 __pad", + "u32 pos_lo", + "u32 pos_hi" + ], + "symbol": "__arm64_compat_sys_aarch32_pread64" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 81, + "name": "pwrite64", + "number": 181, + "origname": "aarch32_pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "u32 __pad", + "u32 pos_lo", + "u32 pos_hi" + ], + "symbol": "__arm64_compat_sys_aarch32_pwrite64" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": "UID16", + "line": 23, + "name": "chown16", + "number": 182, + "origname": "chown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__arm64_sys_chown16" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 183, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "__arm64_sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 184, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "__arm64_sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 185, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "__arm64_sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 4327, + "name": "sigaltstack", + "number": 186, + "origname": "sigaltstack", + "signature": [ + "const compat_stack_t *uss_ptr", + "compat_stack_t *uoss_ptr" + ], + "symbol": "__arm64_compat_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 1366, + "name": "sendfile", + "number": 187, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "compat_off_t *offset", + "compat_size_t count" + ], + "symbol": "__arm64_compat_sys_sendfile" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 190, + "origname": "vfork", + "signature": [], + "symbol": "__arm64_sys_vfork" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 1552, + "name": "getrlimit", + "number": 191, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "__arm64_compat_sys_getrlimit" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 55, + "name": "mmap2", + "number": 192, + "origname": "aarch32_mmap2", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long off_4k" + ], + "symbol": "__arm64_compat_sys_aarch32_mmap2" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 88, + "name": "truncate64", + "number": 193, + "origname": "aarch32_truncate64", + "signature": [ + "const char *pathname", + "u32 __pad", + "u32 length_lo", + "u32 length_hi" + ], + "symbol": "__arm64_compat_sys_aarch32_truncate64" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 94, + "name": "ftruncate64", + "number": 194, + "origname": "aarch32_ftruncate64", + "signature": [ + "unsigned int fd", + "u32 __pad", + "u32 length_lo", + "u32 length_hi" + ], + "symbol": "__arm64_compat_sys_aarch32_ftruncate64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 578, + "name": "stat64", + "number": 195, + "origname": "stat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "__arm64_sys_stat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 590, + "name": "lstat64", + "number": 196, + "origname": "lstat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "__arm64_sys_lstat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 602, + "name": "fstat64", + "number": 197, + "origname": "fstat64", + "signature": [ + "unsigned long fd", + "struct stat64 *statbuf" + ], + "symbol": "__arm64_sys_fstat64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 198, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__arm64_sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 199, + "origname": "getuid", + "signature": [], + "symbol": "__arm64_sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 200, + "origname": "getgid", + "signature": [], + "symbol": "__arm64_sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 201, + "origname": "geteuid", + "signature": [], + "symbol": "__arm64_sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 202, + "origname": "getegid", + "signature": [], + "symbol": "__arm64_sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 203, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "__arm64_sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 204, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "__arm64_sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 205, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__arm64_sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 206, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__arm64_sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 207, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "__arm64_sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 208, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "__arm64_sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 209, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "__arm64_sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 210, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "__arm64_sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 211, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "__arm64_sys_getresgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 212, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__arm64_sys_chown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 213, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__arm64_sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 214, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__arm64_sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 215, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__arm64_sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 216, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__arm64_sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 217, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "__arm64_sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 218, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "__arm64_sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 219, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "__arm64_sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 220, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "__arm64_sys_madvise" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": null, + "line": 668, + "name": "fcntl64", + "number": 221, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "__arm64_compat_sys_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 224, + "origname": "gettid", + "signature": [], + "symbol": "__arm64_sys_gettid" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 100, + "name": "readahead", + "number": 225, + "origname": "aarch32_readahead", + "signature": [ + "int fd", + "u32 __pad", + "u32 offset_lo", + "u32 offset_hi", + "size_t count" + ], + "symbol": "__arm64_compat_sys_aarch32_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 226, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__arm64_sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 227, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__arm64_sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 228, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__arm64_sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 229, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__arm64_sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 230, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__arm64_sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 231, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__arm64_sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 232, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__arm64_sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 233, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__arm64_sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 234, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "__arm64_sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 235, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__arm64_sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 236, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__arm64_sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 237, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "__arm64_sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 238, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__arm64_sys_tkill" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 239, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "__arm64_sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 240, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__arm64_sys_futex_time32" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": null, + "line": 124, + "name": "sched_setaffinity", + "number": 241, + "origname": "sched_setaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "__arm64_compat_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": null, + "line": 144, + "name": "sched_getaffinity", + "number": 242, + "origname": "sched_getaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "__arm64_compat_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "AIO", + "line": 1419, + "name": "io_setup", + "number": 243, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "u32 *ctx32p" + ], + "symbol": "__arm64_compat_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 244, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "__arm64_sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 245, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "__arm64_sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": "AIO", + "line": 2129, + "name": "io_submit", + "number": 246, + "origname": "io_submit", + "signature": [ + "compat_aio_context_t ctx_id", + "int nr", + "compat_uptr_t *iocbpp" + ], + "symbol": "__arm64_compat_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 247, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "__arm64_sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 248, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "__arm64_sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 250, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "__arm64_sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 251, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "__arm64_sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 252, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "__arm64_sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 253, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "__arm64_sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 256, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "__arm64_sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": "POSIX_TIMERS", + "line": 545, + "name": "timer_create", + "number": 257, + "origname": "timer_create", + "signature": [ + "clockid_t which_clock", + "struct compat_sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "__arm64_compat_sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 258, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "__arm64_sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 259, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "__arm64_sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 260, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__arm64_sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 261, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__arm64_sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 262, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__arm64_sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 263, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__arm64_sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 264, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__arm64_sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 265, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "__arm64_sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 23, + "name": "statfs64", + "number": 266, + "origname": "aarch32_statfs64", + "signature": [ + "const char *pathname", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "__arm64_compat_sys_aarch32_statfs64" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 41, + "name": "fstatfs64", + "number": 267, + "origname": "aarch32_fstatfs64", + "signature": [ + "unsigned int fd", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "__arm64_compat_sys_aarch32_fstatfs64" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 268, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "__arm64_sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 269, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "__arm64_sys_utimes_time32" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": "ADVISE_SYSCALLS", + "line": 106, + "name": "fadvise64_64", + "number": 270, + "origname": "aarch32_fadvise64_64", + "signature": [ + "int fd", + "int advice", + "u32 offset_lo", + "u32 offset_hi", + "u32 len_lo", + "u32 len_hi" + ], + "symbol": "__arm64_compat_sys_aarch32_fadvise64_64" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "PCI_SYSCALL", + "line": 15, + "name": "pciconfig_read", + "number": 272, + "origname": "pciconfig_read", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "__arm64_sys_pciconfig_read" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "PCI_SYSCALL", + "line": 86, + "name": "pciconfig_write", + "number": 273, + "origname": "pciconfig_write", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "__arm64_sys_pciconfig_write" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "POSIX_MQUEUE", + "line": 1562, + "name": "mq_open", + "number": 274, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "compat_mode_t mode", + "struct compat_mq_attr *u_attr" + ], + "symbol": "__arm64_compat_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 275, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "__arm64_sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 276, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "__arm64_sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 277, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "__arm64_sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": "POSIX_MQUEUE", + "line": 1575, + "name": "mq_notify", + "number": 278, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct compat_sigevent *u_notification" + ], + "symbol": "__arm64_compat_sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "POSIX_MQUEUE", + "line": 1589, + "name": "mq_getsetattr", + "number": 279, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct compat_mq_attr *u_mqstat", + "struct compat_mq_attr *u_omqstat" + ], + "symbol": "__arm64_compat_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": null, + "line": 1849, + "name": "waitid", + "number": 280, + "origname": "waitid", + "signature": [ + "int which", + "compat_pid_t pid", + "struct compat_siginfo *infop", + "int options", + "struct compat_rusage *uru" + ], + "symbol": "__arm64_compat_sys_waitid" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 281, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "__arm64_sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 282, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "__arm64_sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 283, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "__arm64_sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 284, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "__arm64_sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 285, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "__arm64_sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 286, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__arm64_sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 287, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__arm64_sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 288, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "__arm64_sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": "NET", + "line": 2210, + "name": "send", + "number": 289, + "origname": "send", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_send" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 290, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "__arm64_sys_sendto" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": "NET", + "line": 393, + "name": "recv", + "number": 291, + "origname": "recv", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_compat_sys_recv" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": "NET", + "line": 398, + "name": "recvfrom", + "number": 292, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int *addrlen" + ], + "symbol": "__arm64_compat_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 293, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "__arm64_sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 294, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "__arm64_sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 295, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "__arm64_sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": "NET", + "line": 350, + "name": "sendmsg", + "number": 296, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__arm64_compat_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": "NET", + "line": 378, + "name": "recvmsg", + "number": 297, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__arm64_compat_sys_recvmsg" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": "SYSVIPC", + "line": 2296, + "name": "semop", + "number": 298, + "origname": "semop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned nsops" + ], + "symbol": "__arm64_sys_semop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 299, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "__arm64_sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "SYSVIPC", + "line": 1832, + "name": "semctl", + "number": 300, + "origname": "old_semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "int arg" + ], + "symbol": "__arm64_compat_sys_old_semctl" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "SYSVIPC", + "line": 995, + "name": "msgsnd", + "number": 301, + "origname": "msgsnd", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "int msgflg" + ], + "symbol": "__arm64_compat_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": "SYSVIPC", + "line": 1298, + "name": "msgrcv", + "number": 302, + "origname": "msgrcv", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "compat_long_t msgtyp", + "int msgflg" + ], + "symbol": "__arm64_compat_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 303, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "__arm64_sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": "SYSVIPC", + "line": 787, + "name": "msgctl", + "number": 304, + "origname": "old_msgctl", + "signature": [ + "int msqid", + "int cmd", + "void *uptr" + ], + "symbol": "__arm64_compat_sys_old_msgctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": "SYSVIPC", + "line": 1710, + "name": "shmat", + "number": 305, + "origname": "shmat", + "signature": [ + "int shmid", + "compat_uptr_t shmaddr", + "int shmflg" + ], + "symbol": "__arm64_compat_sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 306, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "__arm64_sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 307, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "__arm64_sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": "SYSVIPC", + "line": 1504, + "name": "shmctl", + "number": 308, + "origname": "old_shmctl", + "signature": [ + "int shmid", + "int cmd", + "void *uptr" + ], + "symbol": "__arm64_compat_sys_old_shmctl" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 309, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "__arm64_sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 310, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "__arm64_sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/compat.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "KEYS", + "line": 17, + "name": "keyctl", + "number": 311, + "origname": "keyctl", + "signature": [ + "u32 option", + "u32 arg2", + "u32 arg3", + "u32 arg4", + "u32 arg5" + ], + "symbol": "__arm64_compat_sys_keyctl" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "SYSVIPC", + "line": 2288, + "name": "semtimedop", + "number": 312, + "origname": "semtimedop_time32", + "signature": [ + "int semid", + "struct sembuf *tsems", + "unsigned int nsops", + "const struct old_timespec32 *timeout" + ], + "symbol": "__arm64_sys_semtimedop_time32" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 314, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "__arm64_sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 315, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "__arm64_sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 316, + "origname": "inotify_init", + "signature": [], + "symbol": "__arm64_sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 317, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "__arm64_sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 318, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "__arm64_sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 319, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "__arm64_sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 320, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "__arm64_sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 321, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "__arm64_sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 1477, + "name": "openat", + "number": 322, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__arm64_compat_sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 323, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "__arm64_sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 324, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "__arm64_sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 325, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "__arm64_sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 326, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "__arm64_sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": null, + "line": 613, + "name": "fstatat64", + "number": 327, + "origname": "fstatat64", + "signature": [ + "int dfd", + "const char *filename", + "struct stat64 *statbuf", + "int flag" + ], + "symbol": "__arm64_sys_fstatat64" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 328, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "__arm64_sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 329, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__arm64_sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 330, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "__arm64_sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 331, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__arm64_sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 332, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "__arm64_sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 333, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "__arm64_sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 334, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "__arm64_sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": null, + "line": 1383, + "name": "pselect6", + "number": 335, + "origname": "pselect6_time32", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "__arm64_compat_sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": null, + "line": 1399, + "name": "ppoll", + "number": 336, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 337, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "__arm64_sys_unshare" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": "FUTEX", + "line": 442, + "name": "set_robust_list", + "number": 338, + "origname": "set_robust_list", + "signature": [ + "struct compat_robust_list_head *head", + "compat_size_t len" + ], + "symbol": "__arm64_compat_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "FUTEX", + "line": 454, + "name": "get_robust_list", + "number": 339, + "origname": "get_robust_list", + "signature": [ + "int pid", + "compat_uptr_t *head_ptr", + "compat_size_t *len_ptr" + ], + "symbol": "__arm64_compat_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 340, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_splice" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": null, + "line": 112, + "name": "sync_file_range2", + "number": 341, + "origname": "aarch32_sync_file_range2", + "signature": [ + "int fd", + "unsigned int flags", + "u32 offset_lo", + "u32 offset_hi", + "u32 nbytes_lo", + "u32 nbytes_hi" + ], + "symbol": "__arm64_compat_sys_aarch32_sync_file_range2" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 342, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 343, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "__arm64_sys_vmsplice" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 344, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 344, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "__arm64_sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 345, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "__arm64_sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": "EPOLL", + "line": 2410, + "name": "epoll_pwait", + "number": 346, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": "KEXEC", + "line": 261, + "name": "kexec_load", + "number": 347, + "origname": "kexec_load", + "signature": [ + "compat_ulong_t entry", + "compat_ulong_t nr_segments", + "struct compat_kexec_segment *segments", + "compat_ulong_t flags" + ], + "symbol": "__arm64_compat_sys_kexec_load" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 348, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "__arm64_sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": "SIGNALFD", + "line": 348, + "name": "signalfd", + "number": 349, + "origname": "signalfd", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 350, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "__arm64_sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 351, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "__arm64_sys_eventfd" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys32.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": null, + "line": 119, + "name": "fallocate", + "number": 352, + "origname": "aarch32_fallocate", + "signature": [ + "int fd", + "int mode", + "u32 offset_lo", + "u32 offset_hi", + "u32 len_lo", + "u32 len_hi" + ], + "symbol": "__arm64_compat_sys_aarch32_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 353, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "__arm64_sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 354, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "__arm64_sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": "SIGNALFD", + "line": 340, + "name": "signalfd4", + "number": 355, + "origname": "signalfd4", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize", + "int flags" + ], + "symbol": "__arm64_compat_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 356, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "__arm64_sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 357, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "__arm64_sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 358, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "__arm64_sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 359, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "__arm64_sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 360, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "__arm64_sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": null, + "line": 1149, + "name": "preadv", + "number": 361, + "origname": "preadv", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "__arm64_compat_sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": null, + "line": 1190, + "name": "pwritev", + "number": 362, + "origname": "pwritev", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "__arm64_compat_sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 363, + "kconfig": null, + "line": 4083, + "name": "rt_tgsigqueueinfo", + "number": 363, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "compat_pid_t tgid", + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "__arm64_compat_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 364, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 364, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "__arm64_sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 365, + "kconfig": "NET", + "line": 414, + "name": "recvmmsg", + "number": 365, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "__arm64_compat_sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 366, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 366, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "__arm64_sys_accept4" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 367, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 367, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "__arm64_sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 368, + "kconfig": "FANOTIFY", + "line": 1981, + "name": "fanotify_mark", + "number": 368, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "u32 mask_lo", + "u32 mask_hi", + "int dfd", + "const char *pathname" + ], + "symbol": "__arm64_compat_sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 369, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 369, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "__arm64_sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 370, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 370, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "__arm64_sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 371, + "kconfig": "FHANDLE", + "line": 276, + "name": "open_by_handle_at", + "number": 371, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "__arm64_compat_sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 372, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 372, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "__arm64_sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 373, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 373, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "__arm64_sys_syncfs" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 374, + "kconfig": "NET", + "line": 364, + "name": "sendmmsg", + "number": 374, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "__arm64_compat_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 375, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 375, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "__arm64_sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 376, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 376, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__arm64_sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 377, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 377, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__arm64_sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 378, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 378, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "__arm64_sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 379, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 379, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "__arm64_sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 380, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 380, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "__arm64_sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 381, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 381, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "__arm64_sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 382, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 382, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "__arm64_sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 383, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 383, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "__arm64_sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 384, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 384, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 385, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 385, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "__arm64_sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 386, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 386, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "__arm64_sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 387, + "kconfig": null, + "line": 2156, + "name": "execveat", + "number": 387, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp", + "int flags" + ], + "symbol": "__arm64_compat_sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 388, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 388, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "__arm64_sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 389, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 389, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "__arm64_sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 390, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 390, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__arm64_sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 391, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 391, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 392, + "kconfig": null, + "line": 1169, + "name": "preadv2", + "number": 392, + "origname": "preadv2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "__arm64_compat_sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": null, + "line": 1210, + "name": "pwritev2", + "number": 393, + "origname": "pwritev2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "__arm64_compat_sys_pwritev2" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": true, + "index": 394, + "kconfig": null, + "line": 835, + "name": "pkey_mprotect", + "number": 394, + "origname": "pkey_mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot", + "int pkey" + ], + "symbol": "__arm64_sys_pkey_mprotect" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": true, + "index": 395, + "kconfig": null, + "line": 841, + "name": "pkey_alloc", + "number": 395, + "origname": "pkey_alloc", + "signature": [ + "unsigned long flags", + "unsigned long init_val" + ], + "symbol": "__arm64_sys_pkey_alloc" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": true, + "index": 396, + "kconfig": null, + "line": 871, + "name": "pkey_free", + "number": 396, + "origname": "pkey_free", + "signature": [ + "int pkey" + ], + "symbol": "__arm64_sys_pkey_free" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 397, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "__arm64_sys_statx" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 398, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "__arm64_sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "AIO", + "line": 2384, + "name": "io_pgetevents", + "number": 399, + "origname": "io_pgetevents", + "signature": [ + "compat_aio_context_t ctx_id", + "compat_long_t min_nr", + "compat_long_t nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __compat_aio_sigset *usig" + ], + "symbol": "__arm64_compat_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 400, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 400, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "__arm64_sys_migrate_pages" + }, + { + "esoteric": false, + "file": "kernel/kexec_file.c", + "good_location": true, + "grepped_location": false, + "index": 401, + "kconfig": "KEXEC_FILE", + "line": 330, + "name": "kexec_file_load", + "number": 401, + "origname": "kexec_file_load", + "signature": [ + "int kernel_fd", + "int initrd_fd", + "unsigned long cmdline_len", + "const char *cmdline_ptr", + "unsigned long flags" + ], + "symbol": "__arm64_sys_kexec_file_load" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 403, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__arm64_sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 404, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "__arm64_sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 405, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "__arm64_sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 406, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__arm64_sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 407, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__arm64_sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 408, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "__arm64_sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 409, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "__arm64_sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 410, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__arm64_sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 411, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__arm64_sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 412, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "__arm64_sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 1368, + "name": "pselect6", + "number": 413, + "origname": "pselect6_time64", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "__arm64_compat_sys_pselect6_time64" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1425, + "name": "ppoll", + "number": 414, + "origname": "ppoll_time64", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_ppoll_time64" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 416, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "__arm64_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 405, + "name": "recvmmsg", + "number": 417, + "origname": "recvmmsg_time64", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "__arm64_compat_sys_recvmmsg_time64" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 418, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__arm64_sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 419, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__arm64_sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 420, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "__arm64_sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3729, + "name": "rt_sigtimedwait", + "number": 421, + "origname": "rt_sigtimedwait_time64", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct __kernel_timespec *uts", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_rt_sigtimedwait_time64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 422, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__arm64_sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 423, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "__arm64_sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "__arm64_sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "__arm64_sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "__arm64_sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "__arm64_sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "__arm64_sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "__arm64_sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "__arm64_sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "__arm64_sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "__arm64_sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "__arm64_sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "__arm64_sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__arm64_sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "__arm64_sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "__arm64_sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "__arm64_sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "__arm64_sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "__arm64_sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2423, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "__arm64_compat_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "__arm64_sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "__arm64_sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "__arm64_sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "__arm64_sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "__arm64_sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "__arm64_sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__arm64_sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "__arm64_sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "__arm64_sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "__arm64_sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "__arm64_sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__arm64_sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "__arm64_sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "__arm64_sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "__arm64_sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "__arm64_sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "__arm64_sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "__arm64_sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/arm64/64/aarch64/v6.8/config.txt b/db/arm64/64/aarch64/v6.8/config.txt new file mode 100644 index 0000000..301cc12 --- /dev/null +++ b/db/arm64/64/aarch64/v6.8/config.txt @@ -0,0 +1,10337 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/arm64 6.8.0 Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="aarch64-linux-gcc (GCC) 12.2.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=120200 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23900 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23900 +CONFIG_LLD_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=120 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_BUILD_SALT="" +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +CONFIG_AUDIT=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS=y +CONFIG_GENERIC_IRQ_IPI=y +CONFIG_GENERIC_IRQ_IPI_MUX=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_IRQ_MSI_IOMMU=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +# CONFIG_NO_HZ is not set +CONFIG_HIGH_RES_TIMERS=y +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y +CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +CONFIG_BPF_JIT=y +# CONFIG_BPF_JIT_ALWAYS_ON is not set +CONFIG_BPF_JIT_DEFAULT_ON=y +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +# CONFIG_BPF_PRELOAD is not set +# CONFIG_BPF_LSM is not set +# end of BPF subsystem + +CONFIG_PREEMPT_BUILD=y +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +CONFIG_PREEMPT_COUNT=y +CONFIG_PREEMPTION=y +# CONFIG_PREEMPT_DYNAMIC is not set +# CONFIG_SCHED_CORE is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +CONFIG_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_SCHED_AVG_IRQ=y +CONFIG_SCHED_THERMAL_PRESSURE=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_BSD_PROCESS_ACCT_V3=y +CONFIG_TASKSTATS=y +# CONFIG_TASK_DELAY_ACCT is not set +CONFIG_TASK_XACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +CONFIG_PREEMPT_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_RCU=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +# CONFIG_PRINTK_INDEX is not set +CONFIG_GENERIC_SCHED_CLOCK=y + +# +# Scheduler features +# +# CONFIG_UCLAMP_TASK is not set +# end of Scheduler features + +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y +CONFIG_CC_HAS_INT128=y +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" +CONFIG_GCC10_NO_ARRAY_BOUNDS=y +CONFIG_CC_NO_ARRAY_BOUNDS=y +CONFIG_GCC_NO_STRINGOP_OVERFLOW=y +CONFIG_CC_NO_STRINGOP_OVERFLOW=y +CONFIG_ARCH_SUPPORTS_INT128=y +CONFIG_NUMA_BALANCING=y +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y +CONFIG_CGROUPS=y +CONFIG_PAGE_COUNTER=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +CONFIG_MEMCG=y +CONFIG_MEMCG_KMEM=y +CONFIG_BLK_CGROUP=y +CONFIG_CGROUP_WRITEBACK=y +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +# CONFIG_CFS_BANDWIDTH is not set +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_SCHED_MM_CID=y +CONFIG_CGROUP_PIDS=y +# CONFIG_CGROUP_RDMA is not set +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_BPF=y +# CONFIG_CGROUP_MISC is not set +# CONFIG_CGROUP_DEBUG is not set +CONFIG_SOCK_CGROUP_DATA=y +CONFIG_NAMESPACES=y +CONFIG_UTS_NS=y +CONFIG_TIME_NS=y +CONFIG_IPC_NS=y +CONFIG_USER_NS=y +CONFIG_PID_NS=y +CONFIG_NET_NS=y +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_SCHED_AUTOGROUP=y +# CONFIG_RELAY is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="warn" +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_EXPERT=y +CONFIG_UID16=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_PC104 is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +CONFIG_KALLSYMS_ALL=y +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_GUEST_PERF_EVENTS=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y + +# +# Kexec and crash features +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC=y +CONFIG_KEXEC_FILE=y +# CONFIG_KEXEC_SIG is not set +CONFIG_CRASH_DUMP=y +# end of Kexec and crash features +# end of General setup + +CONFIG_ARM64=y +CONFIG_GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS=y +CONFIG_64BIT=y +CONFIG_MMU=y +CONFIG_ARM64_PAGE_SHIFT=12 +CONFIG_ARM64_CONT_PTE_SHIFT=4 +CONFIG_ARM64_CONT_PMD_SHIFT=4 +CONFIG_ARCH_MMAP_RND_BITS_MIN=18 +CONFIG_ARCH_MMAP_RND_BITS_MAX=33 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CSUM=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_SMP=y +CONFIG_KERNEL_MODE_NEON=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_PGTABLE_LEVELS=4 +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_ARCH_PROC_KCORE_TEXT=y +CONFIG_BUILTIN_RETURN_ADDRESS_STRIPS_PAC=y + +# +# Platform selection +# +CONFIG_ARCH_ACTIONS=y +CONFIG_ARCH_SUNXI=y +CONFIG_ARCH_ALPINE=y +CONFIG_ARCH_APPLE=y +CONFIG_ARCH_BCM=y +CONFIG_ARCH_BCM2835=y +CONFIG_ARCH_BCM_IPROC=y +CONFIG_ARCH_BCMBCA=y +CONFIG_ARCH_BRCMSTB=y +CONFIG_ARCH_BERLIN=y +# CONFIG_ARCH_BITMAIN is not set +CONFIG_ARCH_EXYNOS=y +CONFIG_ARCH_SPARX5=y +CONFIG_ARCH_K3=y +CONFIG_ARCH_LG1K=y +CONFIG_ARCH_HISI=y +CONFIG_ARCH_KEEMBAY=y +CONFIG_ARCH_MEDIATEK=y +CONFIG_ARCH_MESON=y +CONFIG_ARCH_MVEBU=y +CONFIG_ARCH_NXP=y +CONFIG_ARCH_LAYERSCAPE=y +CONFIG_ARCH_MXC=y +CONFIG_ARCH_S32=y +CONFIG_ARCH_MA35=y +CONFIG_ARCH_NPCM=y +# CONFIG_ARCH_PENSANDO is not set +CONFIG_ARCH_QCOM=y +CONFIG_ARCH_REALTEK=y +CONFIG_ARCH_RENESAS=y +CONFIG_ARCH_ROCKCHIP=y +CONFIG_ARCH_SEATTLE=y +CONFIG_ARCH_INTEL_SOCFPGA=y +CONFIG_ARCH_STM32=y +CONFIG_ARCH_SYNQUACER=y +CONFIG_ARCH_TEGRA=y +CONFIG_ARCH_TESLA_FSD=y +CONFIG_ARCH_SPRD=y +CONFIG_ARCH_THUNDER=y +CONFIG_ARCH_THUNDER2=y +CONFIG_ARCH_UNIPHIER=y +CONFIG_ARCH_VEXPRESS=y +CONFIG_ARCH_VISCONTI=y +CONFIG_ARCH_XGENE=y +CONFIG_ARCH_ZYNQMP=y +# end of Platform selection + +# +# Kernel Features +# + +# +# ARM errata workarounds via the alternatives framework +# +CONFIG_AMPERE_ERRATUM_AC03_CPU_38=y +CONFIG_ARM64_WORKAROUND_CLEAN_CACHE=y +CONFIG_ARM64_ERRATUM_826319=y +CONFIG_ARM64_ERRATUM_827319=y +CONFIG_ARM64_ERRATUM_824069=y +CONFIG_ARM64_ERRATUM_819472=y +CONFIG_ARM64_ERRATUM_832075=y +CONFIG_ARM64_ERRATUM_834220=y +CONFIG_ARM64_ERRATUM_1742098=y +CONFIG_ARM64_ERRATUM_845719=y +CONFIG_ARM64_ERRATUM_843419=y +CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y +CONFIG_ARM64_ERRATUM_1024718=y +CONFIG_ARM64_ERRATUM_1418040=y +CONFIG_ARM64_WORKAROUND_SPECULATIVE_AT=y +CONFIG_ARM64_ERRATUM_1165522=y +CONFIG_ARM64_ERRATUM_1319367=y +CONFIG_ARM64_ERRATUM_1530923=y +CONFIG_ARM64_WORKAROUND_REPEAT_TLBI=y +CONFIG_ARM64_ERRATUM_2441007=y +CONFIG_ARM64_ERRATUM_1286807=y +CONFIG_ARM64_ERRATUM_1463225=y +CONFIG_ARM64_ERRATUM_1542419=y +CONFIG_ARM64_ERRATUM_1508412=y +CONFIG_ARM64_ERRATUM_2051678=y +CONFIG_ARM64_ERRATUM_2077057=y +CONFIG_ARM64_ERRATUM_2658417=y +CONFIG_ARM64_WORKAROUND_TSB_FLUSH_FAILURE=y +CONFIG_ARM64_ERRATUM_2054223=y +CONFIG_ARM64_ERRATUM_2067961=y +CONFIG_ARM64_ERRATUM_2441009=y +CONFIG_ARM64_ERRATUM_2457168=y +CONFIG_ARM64_ERRATUM_2645198=y +CONFIG_ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD=y +CONFIG_ARM64_ERRATUM_2966298=y +CONFIG_ARM64_ERRATUM_3117295=y +CONFIG_CAVIUM_ERRATUM_22375=y +CONFIG_CAVIUM_ERRATUM_23144=y +CONFIG_CAVIUM_ERRATUM_23154=y +CONFIG_CAVIUM_ERRATUM_27456=y +CONFIG_CAVIUM_ERRATUM_30115=y +CONFIG_CAVIUM_TX2_ERRATUM_219=y +CONFIG_FUJITSU_ERRATUM_010001=y +CONFIG_HISILICON_ERRATUM_161600802=y +CONFIG_QCOM_FALKOR_ERRATUM_1003=y +CONFIG_QCOM_FALKOR_ERRATUM_1009=y +CONFIG_QCOM_QDF2400_ERRATUM_0065=y +CONFIG_QCOM_FALKOR_ERRATUM_E1041=y +CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y +CONFIG_ROCKCHIP_ERRATUM_3588001=y +CONFIG_SOCIONEXT_SYNQUACER_PREITS=y +# end of ARM errata workarounds via the alternatives framework + +CONFIG_ARM64_4K_PAGES=y +# CONFIG_ARM64_16K_PAGES is not set +# CONFIG_ARM64_64K_PAGES is not set +# CONFIG_ARM64_VA_BITS_39 is not set +CONFIG_ARM64_VA_BITS_48=y +CONFIG_ARM64_VA_BITS=48 +CONFIG_ARM64_PA_BITS_48=y +CONFIG_ARM64_PA_BITS=48 +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_SCHED_MC=y +# CONFIG_SCHED_CLUSTER is not set +CONFIG_SCHED_SMT=y +CONFIG_NR_CPUS=256 +CONFIG_HOTPLUG_CPU=y +CONFIG_NUMA=y +CONFIG_NODES_SHIFT=4 +# CONFIG_HZ_100 is not set +CONFIG_HZ_250=y +# CONFIG_HZ_300 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ=250 +CONFIG_SCHED_HRTICK=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_HW_PERF_EVENTS=y +CONFIG_CC_HAVE_SHADOW_CALL_STACK=y +CONFIG_PARAVIRT=y +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_ARCH_SUPPORTS_KEXEC=y +CONFIG_ARCH_SUPPORTS_KEXEC_FILE=y +CONFIG_ARCH_SELECTS_KEXEC_FILE=y +CONFIG_ARCH_SUPPORTS_KEXEC_SIG=y +CONFIG_ARCH_SUPPORTS_KEXEC_IMAGE_VERIFY_SIG=y +CONFIG_ARCH_DEFAULT_KEXEC_IMAGE_VERIFY_SIG=y +CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y +CONFIG_ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION=y +CONFIG_TRANS_TABLE=y +CONFIG_XEN_DOM0=y +CONFIG_XEN=y +CONFIG_ARCH_FORCE_MAX_ORDER=10 +CONFIG_UNMAP_KERNEL_AT_EL0=y +CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=y +CONFIG_RODATA_FULL_DEFAULT_ENABLED=y +# CONFIG_ARM64_SW_TTBR0_PAN is not set +CONFIG_ARM64_TAGGED_ADDR_ABI=y +CONFIG_COMPAT=y +CONFIG_KUSER_HELPERS=y +# CONFIG_COMPAT_ALIGNMENT_FIXUPS is not set +# CONFIG_ARMV8_DEPRECATED is not set + +# +# ARMv8.1 architectural features +# +CONFIG_ARM64_HW_AFDBM=y +CONFIG_ARM64_PAN=y +CONFIG_AS_HAS_LSE_ATOMICS=y +CONFIG_ARM64_LSE_ATOMICS=y +CONFIG_ARM64_USE_LSE_ATOMICS=y +# end of ARMv8.1 architectural features + +# +# ARMv8.2 architectural features +# +CONFIG_AS_HAS_ARMV8_2=y +CONFIG_AS_HAS_SHA3=y +# CONFIG_ARM64_PMEM is not set +CONFIG_ARM64_RAS_EXTN=y +CONFIG_ARM64_CNP=y +# end of ARMv8.2 architectural features + +# +# ARMv8.3 architectural features +# +CONFIG_ARM64_PTR_AUTH=y +CONFIG_ARM64_PTR_AUTH_KERNEL=y +CONFIG_CC_HAS_BRANCH_PROT_PAC_RET=y +CONFIG_CC_HAS_SIGN_RETURN_ADDRESS=y +CONFIG_AS_HAS_ARMV8_3=y +CONFIG_AS_HAS_CFI_NEGATE_RA_STATE=y +CONFIG_AS_HAS_LDAPR=y +# end of ARMv8.3 architectural features + +# +# ARMv8.4 architectural features +# +CONFIG_ARM64_AMU_EXTN=y +CONFIG_AS_HAS_ARMV8_4=y +CONFIG_ARM64_TLB_RANGE=y +# end of ARMv8.4 architectural features + +# +# ARMv8.5 architectural features +# +CONFIG_AS_HAS_ARMV8_5=y +CONFIG_ARM64_BTI=y +CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI=y +CONFIG_ARM64_E0PD=y +CONFIG_ARM64_AS_HAS_MTE=y +CONFIG_ARM64_MTE=y +# end of ARMv8.5 architectural features + +# +# ARMv8.7 architectural features +# +CONFIG_ARM64_EPAN=y +# end of ARMv8.7 architectural features + +CONFIG_ARM64_SVE=y +CONFIG_ARM64_SME=y +# CONFIG_ARM64_PSEUDO_NMI is not set +# CONFIG_RELOCATABLE is not set +# CONFIG_RANDOMIZE_BASE is not set +CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y +CONFIG_STACKPROTECTOR_PER_TASK=y +# end of Kernel Features + +# +# Boot options +# +# CONFIG_ARM64_ACPI_PARKING_PROTOCOL is not set +CONFIG_CMDLINE="" +CONFIG_EFI_STUB=y +CONFIG_EFI=y +CONFIG_DMI=y +# end of Boot options + +# +# Power management options +# +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HIBERNATION=y +CONFIG_HIBERNATION_SNAPSHOT_DEV=y +CONFIG_PM_STD_PARTITION="" +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +# CONFIG_PM_USERSPACE_AUTOSLEEP is not set +# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +CONFIG_PM_CLK=y +CONFIG_PM_GENERIC_DOMAINS=y +CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y +CONFIG_PM_GENERIC_DOMAINS_OF=y +CONFIG_CPU_PM=y +CONFIG_ENERGY_MODEL=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +# end of Power management options + +# +# CPU Power Management +# + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +CONFIG_DT_IDLE_STATES=y +CONFIG_DT_IDLE_GENPD=y + +# +# ARM CPU Idle Drivers +# +CONFIG_ARM_PSCI_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y +# end of ARM CPU Idle Drivers +# end of CPU Idle + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_STAT=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=m +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y + +# +# CPU frequency scaling drivers +# +CONFIG_CPUFREQ_DT=y +CONFIG_CPUFREQ_DT_PLATDEV=y +CONFIG_ACPI_CPPC_CPUFREQ=m +CONFIG_ACPI_CPPC_CPUFREQ_FIE=y +CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM=m +CONFIG_ARM_APPLE_SOC_CPUFREQ=y +CONFIG_ARM_ARMADA_37XX_CPUFREQ=y +# CONFIG_ARM_ARMADA_8K_CPUFREQ is not set +CONFIG_ARM_SCPI_CPUFREQ=y +CONFIG_ARM_IMX_CPUFREQ_DT=m +CONFIG_ARM_MEDIATEK_CPUFREQ=y +CONFIG_ARM_MEDIATEK_CPUFREQ_HW=m +CONFIG_ARM_QCOM_CPUFREQ_NVMEM=y +CONFIG_ARM_QCOM_CPUFREQ_HW=y +CONFIG_ARM_RASPBERRYPI_CPUFREQ=m +CONFIG_ARM_SCMI_CPUFREQ=y +CONFIG_ARM_TEGRA20_CPUFREQ=y +CONFIG_ARM_TEGRA124_CPUFREQ=y +CONFIG_ARM_TEGRA186_CPUFREQ=y +CONFIG_ARM_TEGRA194_CPUFREQ=y +CONFIG_ARM_TI_CPUFREQ=y +CONFIG_QORIQ_CPUFREQ=y +# end of CPU Frequency scaling +# end of CPU Power Management + +CONFIG_ARCH_SUPPORTS_ACPI=y +CONFIG_ACPI=y +CONFIG_ACPI_GENERIC_GSI=y +CONFIG_ACPI_CCA_REQUIRED=y +CONFIG_ACPI_THERMAL_LIB=y +# CONFIG_ACPI_DEBUGGER is not set +CONFIG_ACPI_SPCR_TABLE=y +# CONFIG_ACPI_FPDT is not set +# CONFIG_ACPI_EC_DEBUGFS is not set +CONFIG_ACPI_AC=y +CONFIG_ACPI_BATTERY=y +CONFIG_ACPI_BUTTON=y +# CONFIG_ACPI_VIDEO is not set +CONFIG_ACPI_FAN=y +# CONFIG_ACPI_TAD is not set +# CONFIG_ACPI_DOCK is not set +CONFIG_ACPI_PROCESSOR_IDLE=y +CONFIG_ACPI_MCFG=y +CONFIG_ACPI_CPPC_LIB=y +CONFIG_ACPI_PROCESSOR=y +# CONFIG_ACPI_IPMI is not set +CONFIG_ACPI_THERMAL=y +CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y +CONFIG_ACPI_TABLE_UPGRADE=y +# CONFIG_ACPI_DEBUG is not set +# CONFIG_ACPI_PCI_SLOT is not set +CONFIG_ACPI_CONTAINER=y +CONFIG_ACPI_HOTPLUG_MEMORY=y +CONFIG_ACPI_HED=y +# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_BGRT is not set +CONFIG_ACPI_REDUCED_HARDWARE_ONLY=y +CONFIG_ACPI_NUMA=y +CONFIG_ACPI_HMAT=y +CONFIG_HAVE_ACPI_APEI=y +CONFIG_ACPI_APEI=y +CONFIG_ACPI_APEI_GHES=y +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_APEI_SEA=y +CONFIG_ACPI_APEI_MEMORY_FAILURE=y +CONFIG_ACPI_APEI_EINJ=y +# CONFIG_ACPI_APEI_ERST_DEBUG is not set +# CONFIG_ACPI_CONFIGFS is not set +# CONFIG_ACPI_PFRUT is not set +CONFIG_ACPI_IORT=y +CONFIG_ACPI_GTDT=y +CONFIG_ACPI_APMT=y +CONFIG_ACPI_PPTT=y +CONFIG_ACPI_PCC=y +# CONFIG_ACPI_FFH is not set +# CONFIG_PMIC_OPREGION is not set +CONFIG_ACPI_PRMT=y +CONFIG_HAVE_KVM=y +CONFIG_KVM_COMMON=y +CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_IRQ_ROUTING=y +CONFIG_HAVE_KVM_DIRTY_RING=y +CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL=y +CONFIG_NEED_KVM_DIRTY_RING_WITH_BITMAP=y +CONFIG_KVM_MMIO=y +CONFIG_HAVE_KVM_MSI=y +CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y +CONFIG_KVM_VFIO=y +CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y +CONFIG_HAVE_KVM_IRQ_BYPASS=y +CONFIG_HAVE_KVM_VCPU_RUN_PID_CHANGE=y +CONFIG_KVM_XFER_TO_GUEST_WORK=y +CONFIG_KVM_GENERIC_HARDWARE_ENABLING=y +CONFIG_KVM_GENERIC_MMU_NOTIFIER=y +CONFIG_VIRTUALIZATION=y +CONFIG_KVM=y +# CONFIG_NVHE_EL2_DEBUG is not set + +# +# General architecture-dependent options +# +CONFIG_ARCH_HAS_SUBPAGE_FAULTS=y +CONFIG_HOTPLUG_CORE_SYNC=y +CONFIG_HOTPLUG_CORE_SYNC_DEAD=y +# CONFIG_KPROBES is not set +CONFIG_JUMP_LABEL=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +CONFIG_UPROBES=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_KEEPINITRD=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_SET_DIRECT_MAP=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_WANTS_NO_INSTR=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_MMU_GATHER_TABLE_FREE=y +CONFIG_MMU_GATHER_RCU_TABLE_FREE=y +CONFIG_MMU_LAZY_TLB_REFCOUNT=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HAS_NMI_SAFE_THIS_CPU_OPS=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_ARCH_SUPPORTS_SHADOW_CALL_STACK=y +# CONFIG_SHADOW_CALL_STACK is not set +CONFIG_ARCH_SUPPORTS_LTO_CLANG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y +CONFIG_LTO_NONE=y +CONFIG_ARCH_SUPPORTS_CFI_CLANG=y +CONFIG_HAVE_CONTEXT_TRACKING_USER=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOVE_PUD=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_HAVE_ARCH_HUGE_VMALLOC=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_ARCH_WANT_PMD_MKWRITE=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y +CONFIG_SOFTIRQ_ON_OWN_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_ARCH_MMAP_RND_BITS=18 +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=11 +CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_COMPAT_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_VMAP_STACK=y +CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y +CONFIG_RANDOMIZE_KSTACK_OFFSET=y +# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +CONFIG_HAVE_ARCH_COMPILER_H=y +CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y +CONFIG_ARCH_USE_MEMREMAP_PROT=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_HAVE_PREEMPT_DYNAMIC=y +CONFIG_HAVE_PREEMPT_DYNAMIC_KEY=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y +CONFIG_ARCH_HAVE_TRACE_MMIO_ACCESS=y +CONFIG_ARCH_HAS_HW_PTE_YOUNG=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +CONFIG_FUNCTION_ALIGNMENT_4B=y +CONFIG_FUNCTION_ALIGNMENT=4 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_DEBUG is not set +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_CGROUP_RWSTAT=y +CONFIG_BLK_CGROUP_PUNT_BIO=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_ICQ=y +CONFIG_BLK_DEV_BSGLIB=y +CONFIG_BLK_DEV_INTEGRITY=y +CONFIG_BLK_DEV_INTEGRITY_T10=y +CONFIG_BLK_DEV_WRITE_MOUNTED=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_DEV_THROTTLING is not set +# CONFIG_BLK_WBT is not set +# CONFIG_BLK_CGROUP_IOLATENCY is not set +# CONFIG_BLK_CGROUP_IOCOST is not set +# CONFIG_BLK_CGROUP_IOPRIO is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_EFI_PARTITION=y +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y +CONFIG_BLOCK_HOLDER_DEPRECATED=y +CONFIG_BLK_MQ_STACKING=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +CONFIG_IOSCHED_BFQ=y +CONFIG_BFQ_GROUP_IOSCHED=y +# CONFIG_BFQ_CGROUP_DEBUG is not set +# end of IO Schedulers + +CONFIG_PREEMPT_NOTIFIERS=y +CONFIG_ASN1=y +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_COMPAT_BINFMT_ELF=y +CONFIG_ARCH_BINFMT_ELF_STATE=y +CONFIG_ARCH_BINFMT_ELF_EXTRA_PHDRS=y +CONFIG_ARCH_HAVE_ELF_PROT=y +CONFIG_ARCH_USE_GNU_PROPERTY=y +CONFIG_ELFCORE=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_BINFMT_SCRIPT=y +# CONFIG_BINFMT_MISC is not set +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SWAP=y +# CONFIG_ZSWAP is not set + +# +# Slab allocator options +# +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_RANDOM_KMALLOC_CACHES is not set +# end of Slab allocator options + +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +# CONFIG_COMPAT_BRK is not set +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_NUMA_KEEP_MEMINFO=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_EXCLUSIVE_SYSTEM_RAM=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_MEMORY_HOTPLUG=y +# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set +CONFIG_MEMORY_HOTREMOVE=y +CONFIG_MHP_MEMMAP_ON_MEMORY=y +CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_MEMORY_BALLOON=y +CONFIG_BALLOON_COMPACTION=y +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +CONFIG_PAGE_REPORTING=y +CONFIG_MIGRATION=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_ARCH_ENABLE_THP_MIGRATION=y +CONFIG_CONTIG_ALLOC=y +CONFIG_PCP_BATCH_SCALE_MAX=5 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_MMU_NOTIFIER=y +CONFIG_KSM=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +CONFIG_MEMORY_FAILURE=y +# CONFIG_HWPOISON_INJECT is not set +CONFIG_ARCH_WANTS_THP_SWAP=y +CONFIG_TRANSPARENT_HUGEPAGE=y +CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y +# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set +# CONFIG_TRANSPARENT_HUGEPAGE_NEVER is not set +CONFIG_THP_SWAP=y +# CONFIG_READ_ONLY_THP_FOR_FS is not set +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_CMA=y +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMA_DEBUGFS is not set +# CONFIG_CMA_SYSFS is not set +CONFIG_CMA_AREAS=19 +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_ARCH_HAS_PTE_DEVMAP=y +CONFIG_ARCH_HAS_ZONE_DMA_SET=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA32=y +# CONFIG_ZONE_DEVICE is not set +CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y +CONFIG_ARCH_USES_PG_ARCH_X=y +CONFIG_VM_EVENT_COUNTERS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +# CONFIG_DMAPOOL_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_MEMFD_CREATE=y +CONFIG_SECRETMEM=y +# CONFIG_ANON_VMA_NAME is not set +CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=y +CONFIG_USERFAULTFD=y +# CONFIG_LRU_GEN is not set +CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y +CONFIG_PER_VMA_LOCK=y +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_NET_XGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +# CONFIG_XFRM_USER is not set +# CONFIG_NET_KEY is not set +# CONFIG_XDP_SOCKETS is not set +CONFIG_NET_HANDSHAKE=y +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +# CONFIG_IP_ADVANCED_ROUTER is not set +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +# CONFIG_IP_PNP_RARP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=m +# CONFIG_IP_MROUTE is not set +# CONFIG_SYN_COOKIES is not set +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_TUNNEL=m +CONFIG_INET_DIAG=y +CONFIG_INET_TCP_DIAG=y +# CONFIG_INET_UDP_DIAG is not set +# CONFIG_INET_RAW_DIAG is not set +# CONFIG_INET_DIAG_DESTROY is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=m +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_INET6_AH is not set +# CONFIG_INET6_ESP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_ILA is not set +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=m +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_NETLABEL is not set +# CONFIG_MPTCP is not set +# CONFIG_NETWORK_SECMARK is not set +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +CONFIG_BRIDGE_NETFILTER=m + +# +# Core Netfilter Configuration +# +CONFIG_NETFILTER_INGRESS=y +CONFIG_NETFILTER_EGRESS=y +CONFIG_NETFILTER_SKIP_EGRESS=y +CONFIG_NETFILTER_FAMILY_BRIDGE=y +CONFIG_NETFILTER_BPF_LINK=y +# CONFIG_NETFILTER_NETLINK_ACCT is not set +# CONFIG_NETFILTER_NETLINK_QUEUE is not set +# CONFIG_NETFILTER_NETLINK_LOG is not set +# CONFIG_NETFILTER_NETLINK_OSF is not set +CONFIG_NF_CONNTRACK=m +CONFIG_NF_LOG_SYSLOG=m +# CONFIG_NF_CONNTRACK_MARK is not set +# CONFIG_NF_CONNTRACK_ZONES is not set +# CONFIG_NF_CONNTRACK_PROCFS is not set +CONFIG_NF_CONNTRACK_EVENTS=y +# CONFIG_NF_CONNTRACK_TIMEOUT is not set +# CONFIG_NF_CONNTRACK_TIMESTAMP is not set +# CONFIG_NF_CONNTRACK_LABELS is not set +CONFIG_NF_CT_PROTO_DCCP=y +CONFIG_NF_CT_PROTO_SCTP=y +CONFIG_NF_CT_PROTO_UDPLITE=y +# CONFIG_NF_CONNTRACK_AMANDA is not set +# CONFIG_NF_CONNTRACK_FTP is not set +# CONFIG_NF_CONNTRACK_H323 is not set +# CONFIG_NF_CONNTRACK_IRC is not set +# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set +# CONFIG_NF_CONNTRACK_SNMP is not set +# CONFIG_NF_CONNTRACK_PPTP is not set +# CONFIG_NF_CONNTRACK_SANE is not set +# CONFIG_NF_CONNTRACK_SIP is not set +# CONFIG_NF_CONNTRACK_TFTP is not set +# CONFIG_NF_CT_NETLINK is not set +CONFIG_NF_NAT=m +CONFIG_NF_NAT_MASQUERADE=y +# CONFIG_NF_TABLES is not set +CONFIG_NETFILTER_XTABLES=m +# CONFIG_NETFILTER_XTABLES_COMPAT is not set + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=m +# CONFIG_NETFILTER_XT_CONNMARK is not set + +# +# Xtables targets +# +# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set +# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set +# CONFIG_NETFILTER_XT_TARGET_DSCP is not set +# CONFIG_NETFILTER_XT_TARGET_HL is not set +# CONFIG_NETFILTER_XT_TARGET_HMARK is not set +# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set +# CONFIG_NETFILTER_XT_TARGET_LED is not set +CONFIG_NETFILTER_XT_TARGET_LOG=m +# CONFIG_NETFILTER_XT_TARGET_MARK is not set +CONFIG_NETFILTER_XT_NAT=m +# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set +# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set +CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m +# CONFIG_NETFILTER_XT_TARGET_TEE is not set +# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set +# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set + +# +# Xtables matches +# +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +# CONFIG_NETFILTER_XT_MATCH_BPF is not set +# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set +# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set +# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set +# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set +# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +# CONFIG_NETFILTER_XT_MATCH_CPU is not set +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set +# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set +# CONFIG_NETFILTER_XT_MATCH_ECN is not set +# CONFIG_NETFILTER_XT_MATCH_ESP is not set +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_HELPER is not set +# CONFIG_NETFILTER_XT_MATCH_HL is not set +# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set +CONFIG_NETFILTER_XT_MATCH_IPVS=m +# CONFIG_NETFILTER_XT_MATCH_L2TP is not set +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_MAC is not set +# CONFIG_NETFILTER_XT_MATCH_MARK is not set +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set +# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set +# CONFIG_NETFILTER_XT_MATCH_OSF is not set +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set +# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set +# CONFIG_NETFILTER_XT_MATCH_REALM is not set +# CONFIG_NETFILTER_XT_MATCH_RECENT is not set +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set +# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set +# CONFIG_NETFILTER_XT_MATCH_STATE is not set +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set +# CONFIG_NETFILTER_XT_MATCH_STRING is not set +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_TIME is not set +# CONFIG_NETFILTER_XT_MATCH_U32 is not set +# end of Core Netfilter Configuration + +# CONFIG_IP_SET is not set +CONFIG_IP_VS=m +# CONFIG_IP_VS_IPV6 is not set +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_TAB_BITS=12 + +# +# IPVS transport protocol load balancing support +# +# CONFIG_IP_VS_PROTO_TCP is not set +# CONFIG_IP_VS_PROTO_UDP is not set +# CONFIG_IP_VS_PROTO_ESP is not set +# CONFIG_IP_VS_PROTO_AH is not set +# CONFIG_IP_VS_PROTO_SCTP is not set + +# +# IPVS scheduler +# +# CONFIG_IP_VS_RR is not set +# CONFIG_IP_VS_WRR is not set +# CONFIG_IP_VS_LC is not set +# CONFIG_IP_VS_WLC is not set +# CONFIG_IP_VS_FO is not set +# CONFIG_IP_VS_OVF is not set +# CONFIG_IP_VS_LBLC is not set +# CONFIG_IP_VS_LBLCR is not set +# CONFIG_IP_VS_DH is not set +# CONFIG_IP_VS_SH is not set +# CONFIG_IP_VS_MH is not set +# CONFIG_IP_VS_SED is not set +# CONFIG_IP_VS_NQ is not set +# CONFIG_IP_VS_TWOS is not set + +# +# IPVS SH scheduler +# +CONFIG_IP_VS_SH_TAB_BITS=8 + +# +# IPVS MH scheduler +# +CONFIG_IP_VS_MH_TAB_INDEX=12 + +# +# IPVS application helper +# +# CONFIG_IP_VS_NFCT is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=m +# CONFIG_NF_SOCKET_IPV4 is not set +# CONFIG_NF_TPROXY_IPV4 is not set +# CONFIG_NF_DUP_IPV4 is not set +# CONFIG_NF_LOG_ARP is not set +# CONFIG_NF_LOG_IPV4 is not set +CONFIG_NF_REJECT_IPV4=m +CONFIG_IP_NF_IPTABLES=m +# CONFIG_IP_NF_MATCH_AH is not set +# CONFIG_IP_NF_MATCH_ECN is not set +# CONFIG_IP_NF_MATCH_RPFILTER is not set +# CONFIG_IP_NF_MATCH_TTL is not set +CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_TARGET_REJECT=m +# CONFIG_IP_NF_TARGET_SYNPROXY is not set +CONFIG_IP_NF_NAT=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +# CONFIG_IP_NF_TARGET_NETMAP is not set +# CONFIG_IP_NF_TARGET_REDIRECT is not set +CONFIG_IP_NF_MANGLE=m +# CONFIG_IP_NF_TARGET_ECN is not set +# CONFIG_IP_NF_TARGET_TTL is not set +# CONFIG_IP_NF_RAW is not set +# CONFIG_IP_NF_SECURITY is not set +# CONFIG_IP_NF_ARPTABLES is not set +# end of IP: Netfilter Configuration + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_SOCKET_IPV6 is not set +# CONFIG_NF_TPROXY_IPV6 is not set +# CONFIG_NF_DUP_IPV6 is not set +CONFIG_NF_REJECT_IPV6=m +CONFIG_NF_LOG_IPV6=m +CONFIG_IP6_NF_IPTABLES=m +# CONFIG_IP6_NF_MATCH_AH is not set +# CONFIG_IP6_NF_MATCH_EUI64 is not set +# CONFIG_IP6_NF_MATCH_FRAG is not set +# CONFIG_IP6_NF_MATCH_OPTS is not set +# CONFIG_IP6_NF_MATCH_HL is not set +# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set +# CONFIG_IP6_NF_MATCH_MH is not set +# CONFIG_IP6_NF_MATCH_RPFILTER is not set +# CONFIG_IP6_NF_MATCH_RT is not set +# CONFIG_IP6_NF_MATCH_SRH is not set +# CONFIG_IP6_NF_TARGET_HL is not set +CONFIG_IP6_NF_FILTER=m +CONFIG_IP6_NF_TARGET_REJECT=m +# CONFIG_IP6_NF_TARGET_SYNPROXY is not set +CONFIG_IP6_NF_MANGLE=m +# CONFIG_IP6_NF_RAW is not set +# CONFIG_IP6_NF_SECURITY is not set +CONFIG_IP6_NF_NAT=m +CONFIG_IP6_NF_TARGET_MASQUERADE=m +# CONFIG_IP6_NF_TARGET_NPT is not set +# end of IPv6: Netfilter Configuration + +CONFIG_NF_DEFRAG_IPV6=m +# CONFIG_NF_CONNTRACK_BRIDGE is not set +# CONFIG_BRIDGE_NF_EBTABLES is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +CONFIG_STP=m +CONFIG_GARP=m +CONFIG_MRP=m +CONFIG_BRIDGE=m +CONFIG_BRIDGE_IGMP_SNOOPING=y +CONFIG_BRIDGE_VLAN_FILTERING=y +# CONFIG_BRIDGE_MRP is not set +# CONFIG_BRIDGE_CFM is not set +CONFIG_VLAN_8021Q=m +CONFIG_VLAN_8021Q_GVRP=y +CONFIG_VLAN_8021Q_MVRP=y +CONFIG_LLC=m +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +CONFIG_NET_SCHED=y + +# +# Queueing/Scheduling +# +# CONFIG_NET_SCH_HTB is not set +# CONFIG_NET_SCH_HFSC is not set +# CONFIG_NET_SCH_PRIO is not set +# CONFIG_NET_SCH_MULTIQ is not set +# CONFIG_NET_SCH_RED is not set +# CONFIG_NET_SCH_SFB is not set +# CONFIG_NET_SCH_SFQ is not set +# CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCH_TBF is not set +CONFIG_NET_SCH_CBS=m +CONFIG_NET_SCH_ETF=m +CONFIG_NET_SCH_MQPRIO_LIB=m +CONFIG_NET_SCH_TAPRIO=m +# CONFIG_NET_SCH_GRED is not set +# CONFIG_NET_SCH_NETEM is not set +# CONFIG_NET_SCH_DRR is not set +CONFIG_NET_SCH_MQPRIO=m +# CONFIG_NET_SCH_SKBPRIO is not set +# CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set +# CONFIG_NET_SCH_CODEL is not set +# CONFIG_NET_SCH_FQ_CODEL is not set +# CONFIG_NET_SCH_CAKE is not set +# CONFIG_NET_SCH_FQ is not set +# CONFIG_NET_SCH_HHF is not set +# CONFIG_NET_SCH_PIE is not set +CONFIG_NET_SCH_INGRESS=m +# CONFIG_NET_SCH_PLUG is not set +# CONFIG_NET_SCH_ETS is not set +# CONFIG_NET_SCH_DEFAULT is not set + +# +# Classification +# +CONFIG_NET_CLS=y +CONFIG_NET_CLS_BASIC=m +# CONFIG_NET_CLS_ROUTE4 is not set +# CONFIG_NET_CLS_FW is not set +# CONFIG_NET_CLS_U32 is not set +# CONFIG_NET_CLS_FLOW is not set +# CONFIG_NET_CLS_CGROUP is not set +# CONFIG_NET_CLS_BPF is not set +CONFIG_NET_CLS_FLOWER=m +# CONFIG_NET_CLS_MATCHALL is not set +# CONFIG_NET_EMATCH is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_ACT_POLICE is not set +CONFIG_NET_ACT_GACT=m +# CONFIG_GACT_PROB is not set +CONFIG_NET_ACT_MIRRED=m +# CONFIG_NET_ACT_SAMPLE is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +# CONFIG_NET_ACT_SIMP is not set +# CONFIG_NET_ACT_SKBEDIT is not set +# CONFIG_NET_ACT_CSUM is not set +# CONFIG_NET_ACT_MPLS is not set +# CONFIG_NET_ACT_VLAN is not set +# CONFIG_NET_ACT_BPF is not set +# CONFIG_NET_ACT_SKBMOD is not set +# CONFIG_NET_ACT_IFE is not set +# CONFIG_NET_ACT_TUNNEL_KEY is not set +CONFIG_NET_ACT_GATE=m +# CONFIG_NET_TC_SKB_EXT is not set +CONFIG_NET_SCH_FIFO=y +# CONFIG_DCB is not set +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_L3_MASTER_DEV is not set +CONFIG_QRTR=m +CONFIG_QRTR_SMD=m +CONFIG_QRTR_TUN=m +CONFIG_QRTR_MHI=m +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +# CONFIG_CGROUP_NET_PRIO is not set +# CONFIG_CGROUP_NET_CLASSID is not set +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +# CONFIG_BPF_STREAM_PARSER is not set +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +CONFIG_CAN=m +CONFIG_CAN_RAW=m +CONFIG_CAN_BCM=m +CONFIG_CAN_GW=m +# CONFIG_CAN_J1939 is not set +# CONFIG_CAN_ISOTP is not set +CONFIG_BT=m +CONFIG_BT_BREDR=y +# CONFIG_BT_RFCOMM is not set +# CONFIG_BT_BNEP is not set +CONFIG_BT_HIDP=m +# CONFIG_BT_HS is not set +# CONFIG_BT_LE is not set +CONFIG_BT_LEDS=y +# CONFIG_BT_MSFTEXT is not set +# CONFIG_BT_AOSPEXT is not set +# CONFIG_BT_DEBUGFS is not set +# CONFIG_BT_SELFTEST is not set +# CONFIG_BT_FEATURE_DEBUG is not set + +# +# Bluetooth device drivers +# +CONFIG_BT_INTEL=m +CONFIG_BT_BCM=m +CONFIG_BT_RTL=m +CONFIG_BT_QCA=m +CONFIG_BT_MTK=m +CONFIG_BT_HCIBTUSB=m +# CONFIG_BT_HCIBTUSB_AUTOSUSPEND is not set +CONFIG_BT_HCIBTUSB_POLL_SYNC=y +CONFIG_BT_HCIBTUSB_BCM=y +CONFIG_BT_HCIBTUSB_MTK=y +CONFIG_BT_HCIBTUSB_RTL=y +# CONFIG_BT_HCIBTSDIO is not set +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_SERDEV=y +CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART_NOKIA is not set +# CONFIG_BT_HCIUART_BCSP is not set +# CONFIG_BT_HCIUART_ATH3K is not set +CONFIG_BT_HCIUART_LL=y +# CONFIG_BT_HCIUART_3WIRE is not set +# CONFIG_BT_HCIUART_INTEL is not set +CONFIG_BT_HCIUART_BCM=y +# CONFIG_BT_HCIUART_RTL is not set +CONFIG_BT_HCIUART_QCA=y +# CONFIG_BT_HCIUART_AG6XX is not set +CONFIG_BT_HCIUART_MRVL=y +# CONFIG_BT_HCIBCM203X is not set +# CONFIG_BT_HCIBCM4377 is not set +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m +# CONFIG_BT_ATH3K is not set +# CONFIG_BT_MTKSDIO is not set +# CONFIG_BT_MTKUART is not set +CONFIG_BT_QCOMSMD=m +# CONFIG_BT_VIRTIO is not set +CONFIG_BT_NXPUART=m +# end of Bluetooth device drivers + +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +# CONFIG_WIRELESS is not set +CONFIG_RFKILL=m +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +# CONFIG_RFKILL_GPIO is not set +CONFIG_NET_9P=y +CONFIG_NET_9P_FD=y +CONFIG_NET_9P_VIRTIO=y +# CONFIG_NET_9P_XEN is not set +# CONFIG_NET_9P_DEBUG is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +CONFIG_NFC=m +# CONFIG_NFC_DIGITAL is not set +CONFIG_NFC_NCI=m +# CONFIG_NFC_NCI_SPI is not set +# CONFIG_NFC_NCI_UART is not set +# CONFIG_NFC_HCI is not set + +# +# Near Field Communication (NFC) devices +# +# CONFIG_NFC_VIRTUAL_NCI is not set +# CONFIG_NFC_FDP is not set +# CONFIG_NFC_PN533_USB is not set +# CONFIG_NFC_PN533_I2C is not set +# CONFIG_NFC_PN532_UART is not set +# CONFIG_NFC_MRVL_USB is not set +# CONFIG_NFC_ST_NCI_I2C is not set +# CONFIG_NFC_ST_NCI_SPI is not set +# CONFIG_NFC_NXP_NCI is not set +CONFIG_NFC_S3FWRN5=m +CONFIG_NFC_S3FWRN5_I2C=m +# CONFIG_NFC_S3FWRN82_UART is not set +# end of Near Field Communication (NFC) devices + +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_PAGE_POOL=y +CONFIG_PAGE_POOL_STATS=y +CONFIG_FAILOVER=y +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_ARM_AMBA=y +CONFIG_TEGRA_AHB=y +CONFIG_HAVE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_DOMAINS_GENERIC=y +CONFIG_PCI_SYSCALL=y +CONFIG_PCIEPORTBUS=y +# CONFIG_HOTPLUG_PCI_PCIE is not set +CONFIG_PCIEAER=y +# CONFIG_PCIEAER_INJECT is not set +# CONFIG_PCIE_ECRC is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +CONFIG_PCIE_PME=y +# CONFIG_PCIE_DPC is not set +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set +# CONFIG_PCI_STUB is not set +# CONFIG_PCI_PF_STUB is not set +CONFIG_PCI_ATS=y +CONFIG_PCI_ECAM=y +CONFIG_PCI_BRIDGE_EMUL=y +CONFIG_PCI_IOV=y +# CONFIG_PCI_PRI is not set +CONFIG_PCI_PASID=y +CONFIG_PCI_LABEL=y +# CONFIG_PCI_DYNAMIC_OF_NODES is not set +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=y +# CONFIG_HOTPLUG_PCI_ACPI_AMPERE_ALTRA is not set +# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set +# CONFIG_HOTPLUG_PCI_CPCI is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set + +# +# PCI controller drivers +# +CONFIG_PCI_AARDVARK=y +CONFIG_PCIE_ALTERA=y +CONFIG_PCIE_ALTERA_MSI=y +# CONFIG_PCIE_APPLE is not set +CONFIG_PCIE_BRCMSTB=m +CONFIG_PCIE_IPROC=y +CONFIG_PCIE_IPROC_PLATFORM=y +CONFIG_PCIE_IPROC_MSI=y +CONFIG_PCI_HOST_THUNDER_PEM=y +CONFIG_PCI_HOST_THUNDER_ECAM=y +# CONFIG_PCI_FTPCI100 is not set +CONFIG_PCI_HOST_COMMON=y +CONFIG_PCI_HOST_GENERIC=y +# CONFIG_PCIE_HISI_ERR is not set +# CONFIG_PCIE_MEDIATEK is not set +CONFIG_PCIE_MEDIATEK_GEN3=m +# CONFIG_PCIE_MICROCHIP_HOST is not set +CONFIG_PCI_TEGRA=y +CONFIG_PCIE_RCAR_HOST=y +CONFIG_PCIE_RCAR_EP=y +CONFIG_PCIE_ROCKCHIP=y +CONFIG_PCIE_ROCKCHIP_HOST=m +# CONFIG_PCIE_ROCKCHIP_EP is not set +CONFIG_PCI_XGENE=y +CONFIG_PCI_XGENE_MSI=y +# CONFIG_PCIE_XILINX is not set +# CONFIG_PCIE_XILINX_DMA_PL is not set +# CONFIG_PCIE_XILINX_NWL is not set +# CONFIG_PCIE_XILINX_CPM is not set + +# +# Cadence-based PCIe controllers +# +# CONFIG_PCIE_CADENCE_PLAT_HOST is not set +# CONFIG_PCIE_CADENCE_PLAT_EP is not set +# CONFIG_PCI_J721E_HOST is not set +# CONFIG_PCI_J721E_EP is not set +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +CONFIG_PCIE_DW=y +CONFIG_PCIE_DW_HOST=y +# CONFIG_PCIE_AL is not set +CONFIG_PCI_MESON=m +CONFIG_PCI_IMX6=y +CONFIG_PCI_IMX6_HOST=y +# CONFIG_PCI_IMX6_EP is not set +CONFIG_PCI_LAYERSCAPE=y +# CONFIG_PCI_LAYERSCAPE_EP is not set +CONFIG_PCI_HISI=y +CONFIG_PCIE_KIRIN=y +CONFIG_PCIE_HISI_STB=y +# CONFIG_PCIE_KEEMBAY_HOST is not set +# CONFIG_PCIE_KEEMBAY_EP is not set +CONFIG_PCIE_ARMADA_8K=y +CONFIG_PCIE_TEGRA194=m +CONFIG_PCIE_TEGRA194_HOST=m +# CONFIG_PCIE_TEGRA194_EP is not set +# CONFIG_PCIE_DW_PLAT_HOST is not set +# CONFIG_PCIE_DW_PLAT_EP is not set +CONFIG_PCIE_QCOM=y +# CONFIG_PCIE_QCOM_EP is not set +# CONFIG_PCIE_RCAR_GEN4_HOST is not set +# CONFIG_PCIE_RCAR_GEN4_EP is not set +CONFIG_PCIE_ROCKCHIP_DW_HOST=y +# CONFIG_PCI_EXYNOS is not set +# CONFIG_PCIE_UNIPHIER is not set +# CONFIG_PCIE_UNIPHIER_EP is not set +# CONFIG_PCI_KEYSTONE_HOST is not set +# CONFIG_PCI_KEYSTONE_EP is not set +CONFIG_PCIE_VISCONTI_HOST=y +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +CONFIG_PCIE_MOBIVEIL=y +CONFIG_PCIE_MOBIVEIL_HOST=y +CONFIG_PCIE_LAYERSCAPE_GEN4=y +# CONFIG_PCIE_MOBIVEIL_PLAT is not set +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +CONFIG_PCI_ENDPOINT=y +CONFIG_PCI_ENDPOINT_CONFIGFS=y +CONFIG_PCI_EPF_TEST=m +# CONFIG_PCI_EPF_NTB is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +CONFIG_AUXILIARY_BUS=y +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +# CONFIG_DEVTMPFS_SAFE is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_PAGED_BUF=y +CONFIG_FW_LOADER_SYSFS=y +CONFIG_EXTRA_FIRMWARE="" +CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_WANT_DEV_COREDUMP=y +CONFIG_ALLOW_DEV_COREDUMP=y +CONFIG_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +CONFIG_HMEM_REPORTING=y +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_SYS_HYPERVISOR=y +CONFIG_GENERIC_CPU_DEVICES=y +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_SOC_BUS=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_SLIMBUS=m +CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_SPMI=y +CONFIG_REGMAP_MMIO=y +CONFIG_REGMAP_IRQ=y +CONFIG_REGMAP_SOUNDWIRE=m +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +CONFIG_GENERIC_ARCH_TOPOLOGY=y +CONFIG_GENERIC_ARCH_NUMA=y +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +CONFIG_ARM_CCI=y +CONFIG_ARM_CCI400_COMMON=y +CONFIG_BRCMSTB_GISB_ARB=y +# CONFIG_MOXTET is not set +CONFIG_HISILICON_LPC=y +# CONFIG_IMX_WEIM is not set +CONFIG_QCOM_EBI2=y +# CONFIG_QCOM_SSC_BLOCK_BUS is not set +CONFIG_SUN50I_DE2_BUS=y +CONFIG_SUNXI_RSB=y +CONFIG_TEGRA_ACONNECT=m +# CONFIG_TEGRA_GMI is not set +CONFIG_TI_SYSC=y +CONFIG_UNIPHIER_SYSTEM_BUS=y +CONFIG_VEXPRESS_CONFIG=y +CONFIG_FSL_MC_BUS=y +# CONFIG_FSL_MC_UAPI_SUPPORT is not set +CONFIG_MHI_BUS=m +# CONFIG_MHI_BUS_DEBUG is not set +CONFIG_MHI_BUS_PCI_GENERIC=m +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# +# Cache Drivers +# +# end of Cache Drivers + +# CONFIG_CONNECTOR is not set + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +CONFIG_ARM_SCMI_PROTOCOL=y +# CONFIG_ARM_SCMI_RAW_MODE_SUPPORT is not set +CONFIG_ARM_SCMI_HAVE_TRANSPORT=y +CONFIG_ARM_SCMI_HAVE_SHMEM=y +CONFIG_ARM_SCMI_HAVE_MSG=y +CONFIG_ARM_SCMI_TRANSPORT_MAILBOX=y +CONFIG_ARM_SCMI_TRANSPORT_OPTEE=y +CONFIG_ARM_SCMI_TRANSPORT_SMC=y +# CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE is not set +# CONFIG_ARM_SCMI_TRANSPORT_VIRTIO is not set +# CONFIG_ARM_SCMI_POWER_CONTROL is not set +# end of ARM System Control and Management Interface Protocol + +CONFIG_ARM_SCPI_PROTOCOL=y +# CONFIG_ARM_SDE_INTERFACE is not set +# CONFIG_FIRMWARE_MEMMAP is not set +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +# CONFIG_ISCSI_IBFT is not set +CONFIG_RASPBERRYPI_FIRMWARE=y +# CONFIG_FW_CFG_SYSFS is not set +CONFIG_INTEL_STRATIX10_SERVICE=y +CONFIG_INTEL_STRATIX10_RSU=m +CONFIG_MTK_ADSP_IPC=m +CONFIG_SYSFB=y +# CONFIG_SYSFB_SIMPLEFB is not set +CONFIG_TI_SCI_PROTOCOL=y +# CONFIG_TURRIS_MOX_RWTM is not set +# CONFIG_ARM_FFA_TRANSPORT is not set +CONFIG_TEE_BNXT_FW=y +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# EFI (Extensible Firmware Interface) Support +# +CONFIG_EFI_ESRT=y +CONFIG_EFI_VARS_PSTORE=y +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set +CONFIG_EFI_SOFT_RESERVE=y +CONFIG_EFI_PARAMS_FROM_FDT=y +CONFIG_EFI_RUNTIME_WRAPPERS=y +CONFIG_EFI_GENERIC_STUB=y +# CONFIG_EFI_ZBOOT is not set +CONFIG_EFI_ARMSTUB_DTB_LOADER=y +# CONFIG_EFI_BOOTLOADER_CONTROL is not set +CONFIG_EFI_CAPSULE_LOADER=y +# CONFIG_EFI_TEST is not set +# CONFIG_RESET_ATTACK_MITIGATION is not set +# CONFIG_EFI_DISABLE_PCI_DMA is not set +CONFIG_EFI_EARLYCON=y +CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y +# CONFIG_EFI_DISABLE_RUNTIME is not set +# CONFIG_EFI_COCO_SECRET is not set +# end of EFI (Extensible Firmware Interface) Support + +CONFIG_UEFI_CPER=y +CONFIG_UEFI_CPER_ARM=y +# CONFIG_TEE_STMM_EFI is not set +# CONFIG_IMX_DSP is not set +CONFIG_IMX_SCU=y +CONFIG_MESON_SM=y +CONFIG_ARM_PSCI_FW=y +# CONFIG_ARM_PSCI_CHECKER is not set + +# +# Qualcomm firmware drivers +# +CONFIG_QCOM_SCM=y +# CONFIG_QCOM_SCM_DOWNLOAD_MODE_DEFAULT is not set +CONFIG_QCOM_QSEECOM=y +CONFIG_QCOM_QSEECOM_UEFISECAPP=y +# end of Qualcomm firmware drivers + +CONFIG_HAVE_ARM_SMCCC=y +CONFIG_HAVE_ARM_SMCCC_DISCOVERY=y +CONFIG_ARM_SMCCC_SOC_ID=y + +# +# Tegra firmware driver +# +CONFIG_TEGRA_IVC=y +CONFIG_TEGRA_BPMP=y +# end of Tegra firmware driver + +# +# Zynq MPSoC Firmware Drivers +# +CONFIG_ZYNQMP_FIRMWARE=y +# CONFIG_ZYNQMP_FIRMWARE_DEBUG is not set +# end of Zynq MPSoC Firmware Drivers +# end of Firmware Drivers + +CONFIG_GNSS=m +CONFIG_GNSS_SERIAL=m +CONFIG_GNSS_MTK_SERIAL=m +# CONFIG_GNSS_SIRF_SERIAL is not set +# CONFIG_GNSS_UBX_SERIAL is not set +# CONFIG_GNSS_USB is not set +CONFIG_MTD=y +# CONFIG_MTD_TESTS is not set + +# +# Partition parsers +# +# CONFIG_MTD_BRCM_U_BOOT is not set +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_OF_PARTS=y +CONFIG_MTD_OF_PARTS_BCM4908=y +# CONFIG_MTD_OF_PARTS_LINKSYS_NS is not set +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_PARSER_TRX is not set +# CONFIG_MTD_REDBOOT_PARTS is not set +# CONFIG_MTD_QCOMSMEM_PARTS is not set +# end of Partition parsers + +# +# User Modules And Translation Layers +# +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y + +# +# Note that in some cases UBI block is preferred. See MTD_UBI_BLOCK. +# +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_SM_FTL is not set +# CONFIG_MTD_OOPS is not set +# CONFIG_MTD_SWAP is not set +# CONFIG_MTD_PARTITIONED_MASTER is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +CONFIG_MTD_CFI_ADV_OPTIONS=y +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +# CONFIG_MTD_CFI_GEOMETRY is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_OTP is not set +CONFIG_MTD_CFI_INTELEXT=y +CONFIG_MTD_CFI_AMDSTD=y +CONFIG_MTD_CFI_STAA=y +CONFIG_MTD_CFI_UTIL=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# end of RAM/ROM/Flash chip drivers + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +CONFIG_MTD_PHYSMAP=y +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_OF=y +# CONFIG_MTD_PHYSMAP_VERSATILE is not set +# CONFIG_MTD_PHYSMAP_GEMINI is not set +# CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_PLATRAM is not set +# end of Mapping drivers for chip access + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_PMC551 is not set +CONFIG_MTD_DATAFLASH=y +# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set +# CONFIG_MTD_DATAFLASH_OTP is not set +# CONFIG_MTD_MCHP23K256 is not set +# CONFIG_MTD_MCHP48L640 is not set +CONFIG_MTD_SST25L=y +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOCG3 is not set +# end of Self-contained MTD device drivers + +# +# NAND +# +CONFIG_MTD_NAND_CORE=y +# CONFIG_MTD_ONENAND is not set +CONFIG_MTD_RAW_NAND=y + +# +# Raw/parallel NAND flash controllers +# +CONFIG_MTD_NAND_DENALI=y +# CONFIG_MTD_NAND_DENALI_PCI is not set +CONFIG_MTD_NAND_DENALI_DT=y +# CONFIG_MTD_NAND_CAFE is not set +CONFIG_MTD_NAND_MARVELL=y +CONFIG_MTD_NAND_BRCMNAND=m +# CONFIG_MTD_NAND_BRCMNAND_BCM63XX is not set +CONFIG_MTD_NAND_BRCMNAND_BCMBCA=m +CONFIG_MTD_NAND_BRCMNAND_BRCMSTB=m +CONFIG_MTD_NAND_BRCMNAND_IPROC=m +CONFIG_MTD_NAND_FSL_IFC=y +# CONFIG_MTD_NAND_MXC is not set +# CONFIG_MTD_NAND_SUNXI is not set +# CONFIG_MTD_NAND_HISI504 is not set +CONFIG_MTD_NAND_QCOM=y +# CONFIG_MTD_NAND_MXIC is not set +# CONFIG_MTD_NAND_TEGRA is not set +# CONFIG_MTD_NAND_STM32_FMC2 is not set +# CONFIG_MTD_NAND_MESON is not set +# CONFIG_MTD_NAND_GPIO is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_CADENCE is not set +# CONFIG_MTD_NAND_ARASAN is not set +# CONFIG_MTD_NAND_INTEL_LGM is not set +# CONFIG_MTD_NAND_ROCKCHIP is not set +# CONFIG_MTD_NAND_RENESAS is not set + +# +# Misc +# +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_RICOH is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_SPI_NAND is not set + +# +# ECC engine support +# +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_ECC_SW_HAMMING=y +# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set +# CONFIG_MTD_NAND_ECC_SW_BCH is not set +# CONFIG_MTD_NAND_ECC_MXIC is not set +# CONFIG_MTD_NAND_ECC_MEDIATEK is not set +# end of ECC engine support +# end of NAND + +# +# LPDDR & LPDDR2 PCM memory drivers +# +# CONFIG_MTD_LPDDR is not set +# end of LPDDR & LPDDR2 PCM memory drivers + +CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y +# CONFIG_MTD_SPI_NOR_SWP_DISABLE is not set +CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE=y +# CONFIG_MTD_SPI_NOR_SWP_KEEP is not set +# CONFIG_SPI_HISI_SFC is not set +CONFIG_MTD_UBI=m +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTD_UBI_BEB_LIMIT=20 +# CONFIG_MTD_UBI_FASTMAP is not set +# CONFIG_MTD_UBI_GLUEBI is not set +# CONFIG_MTD_UBI_BLOCK is not set +# CONFIG_MTD_HYPERBUS is not set +CONFIG_DTC=y +CONFIG_OF=y +# CONFIG_OF_UNITTEST is not set +CONFIG_OF_FLATTREE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_KOBJ=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_IRQ=y +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_OVERLAY is not set +CONFIG_OF_NUMA=y +# CONFIG_PARPORT is not set +CONFIG_PNP=y +CONFIG_PNP_DEBUG_MESSAGES=y + +# +# Protocols +# +CONFIG_PNPACPI=y +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +# CONFIG_ZRAM is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +CONFIG_BLK_DEV_NBD=m +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +CONFIG_XEN_BLKDEV_FRONTEND=y +# CONFIG_XEN_BLKDEV_BACKEND is not set +CONFIG_VIRTIO_BLK=y +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_UBLK is not set + +# +# NVME Support +# +CONFIG_NVME_CORE=m +CONFIG_BLK_DEV_NVME=m +# CONFIG_NVME_MULTIPATH is not set +# CONFIG_NVME_VERBOSE_ERRORS is not set +# CONFIG_NVME_HWMON is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# CONFIG_NVME_HOST_AUTH is not set +# CONFIG_NVME_APPLE is not set +# CONFIG_NVME_TARGET is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HI6421V600_IRQ is not set +# CONFIG_HP_ILO is not set +CONFIG_QCOM_COINCELL=m +CONFIG_QCOM_FASTRPC=m +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_LATTICE_ECP3_CONFIG is not set +CONFIG_SRAM=y +# CONFIG_DW_XDATA_PCIE is not set +CONFIG_PCI_ENDPOINT_TEST=m +# CONFIG_XILINX_SDFEC is not set +# CONFIG_HISI_HIKEY_USB is not set +# CONFIG_OPEN_DICE is not set +# CONFIG_VCPU_STALL_DETECTOR is not set +CONFIG_TPS6594_ESM=m +CONFIG_TPS6594_PFSM=m +# CONFIG_NSM is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +CONFIG_EEPROM_AT24=m +CONFIG_EEPROM_AT25=m +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_93XX46 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# CONFIG_TI_ST is not set +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_VMWARE_VMCI is not set +# CONFIG_GENWQE is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +CONFIG_UACCE=m +# CONFIG_PVPANIC is not set +# CONFIG_GP_PCI1XXXX is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +CONFIG_RAID_ATTRS=m +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +# CONFIG_SCSI_PROC_FS is not set + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_BLK_DEV_SR is not set +# CONFIG_CHR_DEV_SG is not set +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +CONFIG_SCSI_SAS_ATTRS=y +CONFIG_SCSI_SAS_LIBSAS=y +CONFIG_SCSI_SAS_ATA=y +CONFIG_SCSI_SAS_HOST_SMP=y +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +CONFIG_SCSI_HISI_SAS=y +CONFIG_SCSI_HISI_SAS_PCI=y +# CONFIG_SCSI_HISI_SAS_DEBUGFS_DEFAULT_ENABLE is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +CONFIG_MEGARAID_SAS=y +CONFIG_SCSI_MPT3SAS=m +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_XEN_SCSI_FRONTEND is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_IPR is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_VIRTIO is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_SATA_HOST=y +CONFIG_PATA_TIMINGS=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATA_FORCE=y +CONFIG_ATA_ACPI=y +# CONFIG_SATA_ZPODD is not set +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_AHCI_BRCM=m +CONFIG_AHCI_DWC=m +# CONFIG_AHCI_IMX is not set +CONFIG_AHCI_CEVA=y +# CONFIG_AHCI_MTK is not set +CONFIG_AHCI_MVEBU=y +# CONFIG_AHCI_SUNXI is not set +# CONFIG_AHCI_TEGRA is not set +CONFIG_AHCI_XGENE=y +CONFIG_AHCI_QORIQ=y +# CONFIG_SATA_AHCI_SEATTLE is not set +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +CONFIG_SATA_SIL24=y +CONFIG_ATA_SFF=y + +# +# SFF controllers with custom DMA interface +# +# CONFIG_PDC_ADMA is not set +# CONFIG_SATA_QSTOR is not set +# CONFIG_SATA_SX4 is not set +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# +# CONFIG_ATA_PIIX is not set +# CONFIG_SATA_DWC is not set +# CONFIG_SATA_MV is not set +# CONFIG_SATA_NV is not set +# CONFIG_SATA_PROMISE is not set +CONFIG_SATA_RCAR=y +# CONFIG_SATA_SIL is not set +# CONFIG_SATA_SIS is not set +# CONFIG_SATA_SVW is not set +# CONFIG_SATA_ULI is not set +# CONFIG_SATA_VIA is not set +# CONFIG_SATA_VITESSE is not set + +# +# PATA SFF controllers with BMDMA +# +# CONFIG_PATA_ALI is not set +# CONFIG_PATA_AMD is not set +# CONFIG_PATA_ARTOP is not set +# CONFIG_PATA_ATIIXP is not set +# CONFIG_PATA_ATP867X is not set +# CONFIG_PATA_CMD64X is not set +# CONFIG_PATA_CYPRESS is not set +# CONFIG_PATA_EFAR is not set +# CONFIG_PATA_HPT366 is not set +# CONFIG_PATA_HPT37X is not set +# CONFIG_PATA_HPT3X2N is not set +# CONFIG_PATA_HPT3X3 is not set +# CONFIG_PATA_IMX is not set +# CONFIG_PATA_IT8213 is not set +# CONFIG_PATA_IT821X is not set +# CONFIG_PATA_JMICRON is not set +# CONFIG_PATA_MARVELL is not set +# CONFIG_PATA_NETCELL is not set +# CONFIG_PATA_NINJA32 is not set +# CONFIG_PATA_NS87415 is not set +# CONFIG_PATA_OLDPIIX is not set +# CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_PDC2027X is not set +# CONFIG_PATA_PDC_OLD is not set +# CONFIG_PATA_RADISYS is not set +# CONFIG_PATA_RDC is not set +# CONFIG_PATA_SCH is not set +# CONFIG_PATA_SERVERWORKS is not set +# CONFIG_PATA_SIL680 is not set +# CONFIG_PATA_SIS is not set +# CONFIG_PATA_TOSHIBA is not set +# CONFIG_PATA_TRIFLEX is not set +# CONFIG_PATA_VIA is not set +# CONFIG_PATA_WINBOND is not set + +# +# PIO-only SFF controllers +# +# CONFIG_PATA_CMD640_PCI is not set +# CONFIG_PATA_MPIIX is not set +# CONFIG_PATA_NS87410 is not set +# CONFIG_PATA_OPTI is not set +CONFIG_PATA_PLATFORM=y +CONFIG_PATA_OF_PLATFORM=y +# CONFIG_PATA_RZ1000 is not set + +# +# Generic fallback / legacy drivers +# +# CONFIG_PATA_ACPI is not set +# CONFIG_ATA_GENERIC is not set +# CONFIG_PATA_LEGACY is not set +CONFIG_MD=y +CONFIG_BLK_DEV_MD=m +CONFIG_MD_BITMAP_FILE=y +# CONFIG_MD_RAID0 is not set +# CONFIG_MD_RAID1 is not set +# CONFIG_MD_RAID10 is not set +# CONFIG_MD_RAID456 is not set +# CONFIG_BCACHE is not set +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DM=m +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_UNSTRIPED is not set +# CONFIG_DM_CRYPT is not set +# CONFIG_DM_SNAPSHOT is not set +# CONFIG_DM_THIN_PROVISIONING is not set +# CONFIG_DM_CACHE is not set +# CONFIG_DM_WRITECACHE is not set +# CONFIG_DM_EBS is not set +# CONFIG_DM_ERA is not set +# CONFIG_DM_CLONE is not set +CONFIG_DM_MIRROR=m +# CONFIG_DM_LOG_USERSPACE is not set +# CONFIG_DM_RAID is not set +CONFIG_DM_ZERO=m +# CONFIG_DM_MULTIPATH is not set +# CONFIG_DM_DELAY is not set +# CONFIG_DM_DUST is not set +# CONFIG_DM_UEVENT is not set +# CONFIG_DM_FLAKEY is not set +# CONFIG_DM_VERITY is not set +# CONFIG_DM_SWITCH is not set +# CONFIG_DM_LOG_WRITES is not set +# CONFIG_DM_INTEGRITY is not set +# CONFIG_DM_AUDIT is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +# CONFIG_NETDEVICES is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +CONFIG_INPUT_FF_MEMLESS=y +# CONFIG_INPUT_SPARSEKMAP is not set +CONFIG_INPUT_MATRIXKMAP=y +CONFIG_INPUT_VIVALDIFMAP=y + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +CONFIG_KEYBOARD_ADC=m +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +CONFIG_KEYBOARD_GPIO=y +CONFIG_KEYBOARD_GPIO_POLLED=m +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +CONFIG_KEYBOARD_SNVS_PWRKEY=m +# CONFIG_KEYBOARD_IMX is not set +CONFIG_KEYBOARD_IMX_SC_KEY=m +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_TEGRA is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_PINEPHONE is not set +# CONFIG_KEYBOARD_SAMSUNG is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_SUN4I_LRADC is not set +# CONFIG_KEYBOARD_OMAP4 is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +CONFIG_KEYBOARD_CROS_EC=y +# CONFIG_KEYBOARD_CAP11XX is not set +# CONFIG_KEYBOARD_BCM is not set +# CONFIG_KEYBOARD_MT6779 is not set +CONFIG_KEYBOARD_MTK_PMIC=m +# CONFIG_KEYBOARD_CYPRESS_SF is not set +CONFIG_INPUT_MOUSE=y +CONFIG_MOUSE_PS2=y +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +# CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=y +CONFIG_MOUSE_PS2_SMBUS=y +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_CYAPA is not set +CONFIG_MOUSE_ELAN_I2C=m +CONFIG_MOUSE_ELAN_I2C_I2C=y +# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_GPIO is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_MOUSE_SYNAPTICS_USB is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_AD7877 is not set +# CONFIG_TOUCHSCREEN_AD7879 is not set +# CONFIG_TOUCHSCREEN_ADC is not set +# CONFIG_TOUCHSCREEN_AR1021_I2C is not set +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +# CONFIG_TOUCHSCREEN_ATMEL_MXT_T37 is not set +# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set +# CONFIG_TOUCHSCREEN_BU21013 is not set +# CONFIG_TOUCHSCREEN_BU21029 is not set +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8505 is not set +# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set +# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set +# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP5 is not set +# CONFIG_TOUCHSCREEN_DYNAPRO is not set +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_EGALAX is not set +# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set +# CONFIG_TOUCHSCREEN_EXC3000 is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +CONFIG_TOUCHSCREEN_GOODIX=m +# CONFIG_TOUCHSCREEN_HIDEEP is not set +# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set +# CONFIG_TOUCHSCREEN_HYNITRON_CSTXXX is not set +# CONFIG_TOUCHSCREEN_ILI210X is not set +# CONFIG_TOUCHSCREEN_ILITEK is not set +# CONFIG_TOUCHSCREEN_IPROC is not set +# CONFIG_TOUCHSCREEN_S6SY761 is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_EKTF2127 is not set +CONFIG_TOUCHSCREEN_ELAN=m +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WACOM_I2C is not set +# CONFIG_TOUCHSCREEN_MAX11801 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +# CONFIG_TOUCHSCREEN_MMS114 is not set +# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set +# CONFIG_TOUCHSCREEN_MSG2638 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS is not set +# CONFIG_TOUCHSCREEN_IMAGIS is not set +# CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +CONFIG_TOUCHSCREEN_EDT_FT5X06=m +# CONFIG_TOUCHSCREEN_RASPBERRYPI_FW is not set +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +# CONFIG_TOUCHSCREEN_TI_AM335X_TSC is not set +# CONFIG_TOUCHSCREEN_PIXCIR is not set +# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set +# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TSC_SERIO is not set +# CONFIG_TOUCHSCREEN_TSC2004 is not set +# CONFIG_TOUCHSCREEN_TSC2005 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_RM_TS is not set +# CONFIG_TOUCHSCREEN_SILEAD is not set +# CONFIG_TOUCHSCREEN_SIS_I2C is not set +# CONFIG_TOUCHSCREEN_ST1232 is not set +# CONFIG_TOUCHSCREEN_STMFTS is not set +# CONFIG_TOUCHSCREEN_SUN4I is not set +# CONFIG_TOUCHSCREEN_SUR40 is not set +# CONFIG_TOUCHSCREEN_SURFACE3_SPI is not set +# CONFIG_TOUCHSCREEN_SX8654 is not set +# CONFIG_TOUCHSCREEN_TPS6507X is not set +# CONFIG_TOUCHSCREEN_ZET6223 is not set +# CONFIG_TOUCHSCREEN_ZFORCE is not set +# CONFIG_TOUCHSCREEN_COLIBRI_VF50 is not set +# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set +# CONFIG_TOUCHSCREEN_IQS5XX is not set +# CONFIG_TOUCHSCREEN_IQS7211 is not set +# CONFIG_TOUCHSCREEN_ZINITIX is not set +# CONFIG_TOUCHSCREEN_HIMAX_HX83112B is not set +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AD714X is not set +# CONFIG_INPUT_ATMEL_CAPTOUCH is not set +CONFIG_INPUT_BBNSM_PWRKEY=m +# CONFIG_INPUT_BMA150 is not set +# CONFIG_INPUT_E3X0_BUTTON is not set +CONFIG_INPUT_PM8941_PWRKEY=y +CONFIG_INPUT_PM8XXX_VIBRATOR=m +# CONFIG_INPUT_MMA8450 is not set +# CONFIG_INPUT_GPIO_BEEPER is not set +# CONFIG_INPUT_GPIO_DECODER is not set +# CONFIG_INPUT_GPIO_VIBRA is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_KXTJ9 is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +# CONFIG_INPUT_REGULATOR_HAPTIC is not set +CONFIG_INPUT_TPS65219_PWRBUTTON=m +# CONFIG_INPUT_AXP20X_PEK is not set +# CONFIG_INPUT_UINPUT is not set +# CONFIG_INPUT_PCF8574 is not set +CONFIG_INPUT_PWM_BEEPER=m +CONFIG_INPUT_PWM_VIBRA=m +CONFIG_INPUT_RK805_PWRKEY=m +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +# CONFIG_INPUT_DA7280_HAPTICS is not set +# CONFIG_INPUT_ADXL34X is not set +# CONFIG_INPUT_IBM_PANEL is not set +# CONFIG_INPUT_IMS_PCU is not set +# CONFIG_INPUT_IQS269A is not set +# CONFIG_INPUT_IQS626A is not set +# CONFIG_INPUT_IQS7222 is not set +# CONFIG_INPUT_CMA3000 is not set +CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y +# CONFIG_INPUT_SOC_BUTTON_ARRAY is not set +# CONFIG_INPUT_DRV260X_HAPTICS is not set +# CONFIG_INPUT_DRV2665_HAPTICS is not set +# CONFIG_INPUT_DRV2667_HAPTICS is not set +CONFIG_INPUT_HISI_POWERKEY=y +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +# CONFIG_SERIO_SERPORT is not set +CONFIG_SERIO_AMBAKMI=y +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_SERIO_APBPS2 is not set +# CONFIG_SERIO_SUN4I_PS2 is not set +# CONFIG_SERIO_GPIO_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_UNIX98_PTYS=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=16 +CONFIG_LEGACY_TIOCSTI=y +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_PNP=y +CONFIG_SERIAL_8250_16550A_VARIANTS=y +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +CONFIG_SERIAL_8250_NR_UARTS=8 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_EXTENDED=y +# CONFIG_SERIAL_8250_MANY_PORTS is not set +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_SHARE_IRQ=y +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +# CONFIG_SERIAL_8250_RSA is not set +CONFIG_SERIAL_8250_DWLIB=y +CONFIG_SERIAL_8250_BCM2835AUX=y +CONFIG_SERIAL_8250_FSL=y +CONFIG_SERIAL_8250_DW=y +CONFIG_SERIAL_8250_EM=y +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_8250_OMAP=y +CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y +CONFIG_SERIAL_8250_MT6577=y +CONFIG_SERIAL_8250_UNIPHIER=y +CONFIG_SERIAL_8250_PERICOM=y +CONFIG_SERIAL_8250_TEGRA=y +CONFIG_SERIAL_8250_BCM7271=y +CONFIG_SERIAL_OF_PLATFORM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_AMBA_PL010 is not set +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set +CONFIG_SERIAL_MESON=y +CONFIG_SERIAL_MESON_CONSOLE=y +CONFIG_SERIAL_SAMSUNG=y +CONFIG_SERIAL_SAMSUNG_UARTS=4 +CONFIG_SERIAL_SAMSUNG_CONSOLE=y +CONFIG_SERIAL_TEGRA=y +CONFIG_SERIAL_TEGRA_TCU=y +CONFIG_SERIAL_TEGRA_TCU_CONSOLE=y +# CONFIG_SERIAL_MAX3100 is not set +# CONFIG_SERIAL_MAX310X is not set +CONFIG_SERIAL_IMX=y +CONFIG_SERIAL_IMX_CONSOLE=y +CONFIG_SERIAL_IMX_EARLYCON=y +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_SH_SCI=y +CONFIG_SERIAL_SH_SCI_NR_UARTS=18 +CONFIG_SERIAL_SH_SCI_CONSOLE=y +CONFIG_SERIAL_SH_SCI_EARLYCON=y +CONFIG_SERIAL_SH_SCI_DMA=y +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +CONFIG_SERIAL_MSM=y +CONFIG_SERIAL_MSM_CONSOLE=y +CONFIG_SERIAL_QCOM_GENI=y +CONFIG_SERIAL_QCOM_GENI_CONSOLE=y +# CONFIG_SERIAL_SIFIVE is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +CONFIG_SERIAL_BCM63XX=y +# CONFIG_SERIAL_BCM63XX_CONSOLE is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +CONFIG_SERIAL_XILINX_PS_UART=y +CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +CONFIG_SERIAL_FSL_LPUART=y +CONFIG_SERIAL_FSL_LPUART_CONSOLE=y +CONFIG_SERIAL_FSL_LINFLEXUART=y +CONFIG_SERIAL_FSL_LINFLEXUART_CONSOLE=y +# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set +# CONFIG_SERIAL_SPRD is not set +CONFIG_SERIAL_STM32=y +CONFIG_SERIAL_STM32_CONSOLE=y +CONFIG_SERIAL_MVEBU_UART=y +CONFIG_SERIAL_MVEBU_CONSOLE=y +CONFIG_SERIAL_OWL=y +CONFIG_SERIAL_OWL_CONSOLE=y +# CONFIG_SERIAL_NUVOTON_MA35D1 is not set +# end of Serial drivers + +CONFIG_SERIAL_MCTRL_GPIO=y +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +CONFIG_HVC_DRIVER=y +CONFIG_HVC_IRQ=y +CONFIG_HVC_XEN=y +CONFIG_HVC_XEN_FRONTEND=y +# CONFIG_HVC_DCC is not set +# CONFIG_RPMSG_TTY is not set +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y +# CONFIG_TTY_PRINTK is not set +CONFIG_VIRTIO_CONSOLE=y +CONFIG_IPMI_HANDLER=m +CONFIG_IPMI_DMI_DECODE=y +CONFIG_IPMI_PLAT_DATA=y +# CONFIG_IPMI_PANIC_EVENT is not set +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_SI=m +# CONFIG_IPMI_SSIF is not set +# CONFIG_IPMI_IPMB is not set +# CONFIG_IPMI_WATCHDOG is not set +# CONFIG_IPMI_POWEROFF is not set +# CONFIG_NPCM7XX_KCS_IPMI_BMC is not set +# CONFIG_SSIF_IPMI_BMC is not set +# CONFIG_IPMB_DEVICE_INTERFACE is not set +CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +# CONFIG_HW_RANDOM_BA431 is not set +CONFIG_HW_RANDOM_BCM2835=y +CONFIG_HW_RANDOM_IPROC_RNG200=y +CONFIG_HW_RANDOM_OMAP=y +CONFIG_HW_RANDOM_VIRTIO=y +CONFIG_HW_RANDOM_HISI=y +CONFIG_HW_RANDOM_HISTB=y +CONFIG_HW_RANDOM_XGENE=y +CONFIG_HW_RANDOM_STM32=y +CONFIG_HW_RANDOM_MESON=y +CONFIG_HW_RANDOM_CAVIUM=y +CONFIG_HW_RANDOM_MTK=y +CONFIG_HW_RANDOM_EXYNOS=y +CONFIG_HW_RANDOM_OPTEE=y +CONFIG_HW_RANDOM_NPCM=y +# CONFIG_HW_RANDOM_CCTRNG is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +CONFIG_HW_RANDOM_ARM_SMCCC_TRNG=y +CONFIG_HW_RANDOM_CN10K=y +# CONFIG_APPLICOM is not set +CONFIG_DEVMEM=y +CONFIG_DEVPORT=y +CONFIG_TCG_TPM=y +CONFIG_HW_RANDOM_TPM=y +CONFIG_TCG_TIS_CORE=m +CONFIG_TCG_TIS=m +CONFIG_TCG_TIS_SPI=m +CONFIG_TCG_TIS_SPI_CR50=y +# CONFIG_TCG_TIS_I2C is not set +# CONFIG_TCG_TIS_SYNQUACER is not set +CONFIG_TCG_TIS_I2C_CR50=m +# CONFIG_TCG_TIS_I2C_ATMEL is not set +CONFIG_TCG_TIS_I2C_INFINEON=y +# CONFIG_TCG_TIS_I2C_NUVOTON is not set +# CONFIG_TCG_ATMEL is not set +# CONFIG_TCG_INFINEON is not set +# CONFIG_TCG_XEN is not set +# CONFIG_TCG_CRB is not set +# CONFIG_TCG_VTPM_PROXY is not set +# CONFIG_TCG_FTPM_TEE is not set +# CONFIG_TCG_TIS_ST33ZP24_I2C is not set +# CONFIG_TCG_TIS_ST33ZP24_SPI is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_ACPI_I2C_OPREGION=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +CONFIG_I2C_MUX=y + +# +# Multiplexer I2C Chip support +# +# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set +# CONFIG_I2C_MUX_GPIO is not set +# CONFIG_I2C_MUX_GPMUX is not set +# CONFIG_I2C_MUX_LTC4306 is not set +# CONFIG_I2C_MUX_PCA9541 is not set +CONFIG_I2C_MUX_PCA954x=y +# CONFIG_I2C_MUX_PINCTRL is not set +# CONFIG_I2C_MUX_REG is not set +# CONFIG_I2C_DEMUX_PINCTRL is not set +# CONFIG_I2C_MUX_MLXCPLD is not set +# end of Multiplexer I2C Chip support + +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=y +CONFIG_I2C_ALGOBIT=m + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_AMD_MP2 is not set +# CONFIG_I2C_HIX5HD2 is not set +# CONFIG_I2C_I801 is not set +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# ACPI drivers +# +# CONFIG_I2C_SCMI is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_ALTERA is not set +CONFIG_I2C_BCM2835=m +CONFIG_I2C_BCM_IPROC=y +CONFIG_I2C_BRCMSTB=y +CONFIG_I2C_CADENCE=m +# CONFIG_I2C_CBUS_GPIO is not set +CONFIG_I2C_DESIGNWARE_CORE=y +# CONFIG_I2C_DESIGNWARE_SLAVE is not set +CONFIG_I2C_DESIGNWARE_PLATFORM=y +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_EMEV2 is not set +CONFIG_I2C_EXYNOS5=y +CONFIG_I2C_GPIO=m +# CONFIG_I2C_GPIO_FAULT_INJECTOR is not set +# CONFIG_I2C_HISI is not set +CONFIG_I2C_IMX=y +CONFIG_I2C_IMX_LPI2C=y +CONFIG_I2C_MESON=y +CONFIG_I2C_MT65XX=y +CONFIG_I2C_MV64XXX=y +# CONFIG_I2C_NOMADIK is not set +# CONFIG_I2C_NPCM is not set +# CONFIG_I2C_OCORES is not set +CONFIG_I2C_OMAP=y +CONFIG_I2C_OWL=y +CONFIG_I2C_APPLE=y +# CONFIG_I2C_PCA_PLATFORM is not set +CONFIG_I2C_PXA=y +# CONFIG_I2C_PXA_SLAVE is not set +CONFIG_I2C_QCOM_CCI=m +CONFIG_I2C_QCOM_GENI=m +CONFIG_I2C_QUP=y +CONFIG_I2C_RIIC=y +CONFIG_I2C_RK3X=y +CONFIG_I2C_RZV2M=m +CONFIG_I2C_S3C2410=y +CONFIG_I2C_SH_MOBILE=y +# CONFIG_I2C_SIMTEC is not set +# CONFIG_I2C_SPRD is not set +# CONFIG_I2C_STM32F4 is not set +# CONFIG_I2C_STM32F7 is not set +# CONFIG_I2C_SYNQUACER is not set +CONFIG_I2C_TEGRA=y +CONFIG_I2C_TEGRA_BPMP=y +# CONFIG_I2C_UNIPHIER is not set +CONFIG_I2C_UNIPHIER_F=y +# CONFIG_I2C_VERSATILE is not set +# CONFIG_I2C_THUNDERX is not set +# CONFIG_I2C_XILINX is not set +# CONFIG_I2C_XLP9XX is not set +CONFIG_I2C_RCAR=y + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_PCI1XXXX is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_MLXCPLD is not set +CONFIG_I2C_CROS_EC_TUNNEL=y +# CONFIG_I2C_XGENE_SLIMPRO is not set +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +CONFIG_I2C_SLAVE=y +# CONFIG_I2C_SLAVE_EEPROM is not set +# CONFIG_I2C_SLAVE_TESTUNIT is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y +CONFIG_SPI_MEM=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_ALTERA is not set +# CONFIG_SPI_AMLOGIC_SPIFC_A1 is not set +CONFIG_SPI_ARMADA_3700=y +# CONFIG_SPI_AXI_SPI_ENGINE is not set +CONFIG_SPI_BCM2835=m +CONFIG_SPI_BCM2835AUX=m +# CONFIG_SPI_BCM63XX_HSSPI is not set +CONFIG_SPI_BCM_QSPI=y +# CONFIG_SPI_BCMBCA_HSSPI is not set +# CONFIG_SPI_BITBANG is not set +# CONFIG_SPI_CADENCE is not set +CONFIG_SPI_CADENCE_QUADSPI=y +# CONFIG_SPI_CADENCE_XSPI is not set +CONFIG_SPI_DESIGNWARE=m +CONFIG_SPI_DW_DMA=y +# CONFIG_SPI_DW_PCI is not set +CONFIG_SPI_DW_MMIO=m +CONFIG_SPI_FSL_LPSPI=y +CONFIG_SPI_FSL_QUADSPI=y +# CONFIG_SPI_HISI_KUNPENG is not set +# CONFIG_SPI_HISI_SFC_V3XX is not set +CONFIG_SPI_NXP_FLEXSPI=y +# CONFIG_SPI_GPIO is not set +CONFIG_SPI_IMX=m +# CONFIG_SPI_FSL_SPI is not set +CONFIG_SPI_FSL_DSPI=y +CONFIG_SPI_MESON_SPICC=m +CONFIG_SPI_MESON_SPIFC=m +# CONFIG_SPI_MICROCHIP_CORE is not set +# CONFIG_SPI_MICROCHIP_CORE_QSPI is not set +CONFIG_SPI_MT65XX=y +CONFIG_SPI_MTK_NOR=m +# CONFIG_SPI_WPCM_FIU is not set +# CONFIG_SPI_NPCM_FIU is not set +# CONFIG_SPI_NPCM_PSPI is not set +# CONFIG_SPI_OC_TINY is not set +CONFIG_SPI_OMAP24XX=m +CONFIG_SPI_ORION=y +# CONFIG_SPI_PCI1XXXX is not set +CONFIG_SPI_PL022=y +# CONFIG_SPI_PXA2XX is not set +CONFIG_SPI_ROCKCHIP=y +CONFIG_SPI_ROCKCHIP_SFC=m +CONFIG_SPI_RPCIF=m +CONFIG_SPI_RSPI=m +CONFIG_SPI_RZV2M_CSI=m +CONFIG_SPI_QCOM_QSPI=m +CONFIG_SPI_QUP=y +CONFIG_SPI_QCOM_GENI=m +CONFIG_SPI_S3C64XX=y +# CONFIG_SPI_SC18IS602 is not set +CONFIG_SPI_SH_MSIOF=m +# CONFIG_SPI_SH_HSPI is not set +# CONFIG_SPI_SIFIVE is not set +# CONFIG_SPI_SN_F_OSPI is not set +# CONFIG_SPI_SPRD is not set +# CONFIG_SPI_SPRD_ADI is not set +# CONFIG_SPI_STM32 is not set +# CONFIG_SPI_STM32_QSPI is not set +# CONFIG_SPI_SUN4I is not set +CONFIG_SPI_SUN6I=y +# CONFIG_SPI_SYNQUACER is not set +# CONFIG_SPI_MXIC is not set +CONFIG_SPI_TEGRA210_QUAD=m +CONFIG_SPI_TEGRA114=m +# CONFIG_SPI_TEGRA20_SFLASH is not set +# CONFIG_SPI_TEGRA20_SLINK is not set +# CONFIG_SPI_THUNDERX is not set +# CONFIG_SPI_UNIPHIER is not set +# CONFIG_SPI_XCOMM is not set +# CONFIG_SPI_XILINX is not set +# CONFIG_SPI_XLP is not set +# CONFIG_SPI_ZYNQMP_GQSPI is not set +# CONFIG_SPI_AMD is not set + +# +# SPI Multiplexer support +# +# CONFIG_SPI_MUX is not set + +# +# SPI Protocol Masters +# +CONFIG_SPI_SPIDEV=m +# CONFIG_SPI_LOOPBACK_TEST is not set +# CONFIG_SPI_TLE62X0 is not set +# CONFIG_SPI_SLAVE is not set +CONFIG_SPI_DYNAMIC=y +CONFIG_SPMI=y +# CONFIG_SPMI_HISI3670 is not set +CONFIG_SPMI_MSM_PMIC_ARB=y +CONFIG_SPMI_MTK_PMIF=m +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y +CONFIG_PTP_1588_CLOCK_DTE=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +CONFIG_PTP_1588_CLOCK_KVM=y +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# CONFIG_PTP_1588_CLOCK_MOCK is not set +# CONFIG_PTP_1588_CLOCK_OCP is not set +# end of PTP clock support + +CONFIG_PINCTRL=y +CONFIG_GENERIC_PINCTRL_GROUPS=y +CONFIG_PINMUX=y +CONFIG_GENERIC_PINMUX_FUNCTIONS=y +CONFIG_PINCONF=y +CONFIG_GENERIC_PINCONF=y +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_PINCTRL_AMD is not set +# CONFIG_PINCTRL_APPLE_GPIO is not set +# CONFIG_PINCTRL_AXP209 is not set +# CONFIG_PINCTRL_CY8C95X0 is not set +# CONFIG_PINCTRL_KEEMBAY is not set +CONFIG_PINCTRL_MAX77620=y +# CONFIG_PINCTRL_MCP23S08 is not set +# CONFIG_PINCTRL_MICROCHIP_SGPIO is not set +# CONFIG_PINCTRL_OCELOT is not set +CONFIG_PINCTRL_RK805=m +CONFIG_PINCTRL_ROCKCHIP=y +CONFIG_PINCTRL_SINGLE=y +# CONFIG_PINCTRL_STMFX is not set +# CONFIG_PINCTRL_SX150X is not set +CONFIG_PINCTRL_TPS6594=m +CONFIG_PINCTRL_ZYNQMP=y +CONFIG_PINCTRL_OWL=y +CONFIG_PINCTRL_S700=y +CONFIG_PINCTRL_S900=y +CONFIG_PINCTRL_BCM2835=y +CONFIG_PINCTRL_BCM4908=y +CONFIG_PINCTRL_IPROC_GPIO=y +CONFIG_PINCTRL_NS2_MUX=y +# CONFIG_PINCTRL_AS370 is not set +# CONFIG_PINCTRL_BERLIN_BG4CT is not set +CONFIG_PINCTRL_IMX=y +CONFIG_PINCTRL_IMX_SCU=y +CONFIG_PINCTRL_IMX8MM=y +CONFIG_PINCTRL_IMX8MN=y +CONFIG_PINCTRL_IMX8MP=y +CONFIG_PINCTRL_IMX8MQ=y +CONFIG_PINCTRL_IMX8QM=y +CONFIG_PINCTRL_IMX8QXP=y +CONFIG_PINCTRL_IMX8DXL=y +CONFIG_PINCTRL_IMX8ULP=y +# CONFIG_PINCTRL_IMXRT1050 is not set +CONFIG_PINCTRL_IMX93=y +# CONFIG_PINCTRL_IMXRT1170 is not set + +# +# MediaTek pinctrl drivers +# +CONFIG_EINT_MTK=y +CONFIG_PINCTRL_MTK=y +CONFIG_PINCTRL_MTK_V2=y +CONFIG_PINCTRL_MTK_MOORE=y +CONFIG_PINCTRL_MTK_PARIS=y +CONFIG_PINCTRL_MT2712=y +CONFIG_PINCTRL_MT6765=y +CONFIG_PINCTRL_MT6779=y +CONFIG_PINCTRL_MT6795=y +CONFIG_PINCTRL_MT6797=y +CONFIG_PINCTRL_MT7622=y +CONFIG_PINCTRL_MT7981=y +CONFIG_PINCTRL_MT7986=y +CONFIG_PINCTRL_MT8167=y +CONFIG_PINCTRL_MT8173=y +CONFIG_PINCTRL_MT8183=y +CONFIG_PINCTRL_MT8186=y +CONFIG_PINCTRL_MT8188=y +CONFIG_PINCTRL_MT8192=y +CONFIG_PINCTRL_MT8195=y +CONFIG_PINCTRL_MT8365=y +CONFIG_PINCTRL_MT8516=y +CONFIG_PINCTRL_MT6397=y +# end of MediaTek pinctrl drivers + +CONFIG_PINCTRL_MESON=y +CONFIG_PINCTRL_MESON_GXBB=y +CONFIG_PINCTRL_MESON_GXL=y +CONFIG_PINCTRL_MESON8_PMX=y +CONFIG_PINCTRL_MESON_AXG=y +CONFIG_PINCTRL_MESON_AXG_PMX=y +CONFIG_PINCTRL_MESON_G12A=y +CONFIG_PINCTRL_MESON_A1=y +CONFIG_PINCTRL_MESON_S4=y +CONFIG_PINCTRL_AMLOGIC_C3=y +CONFIG_PINCTRL_AMLOGIC_T7=y +CONFIG_PINCTRL_MVEBU=y +CONFIG_PINCTRL_ARMADA_AP806=y +CONFIG_PINCTRL_ARMADA_CP110=y +CONFIG_PINCTRL_AC5=y +CONFIG_PINCTRL_ARMADA_37XX=y +# CONFIG_PINCTRL_NPCM8XX is not set +# CONFIG_PINCTRL_S32G2 is not set +CONFIG_PINCTRL_MSM=y +CONFIG_PINCTRL_IPQ5018=y +CONFIG_PINCTRL_IPQ5332=y +CONFIG_PINCTRL_IPQ8074=y +CONFIG_PINCTRL_IPQ6018=y +CONFIG_PINCTRL_IPQ9574=y +# CONFIG_PINCTRL_MDM9607 is not set +CONFIG_PINCTRL_MSM8916=y +CONFIG_PINCTRL_MSM8953=y +CONFIG_PINCTRL_MSM8976=y +CONFIG_PINCTRL_MSM8994=y +CONFIG_PINCTRL_MSM8996=y +CONFIG_PINCTRL_MSM8998=y +CONFIG_PINCTRL_QCM2290=y +CONFIG_PINCTRL_QCS404=y +CONFIG_PINCTRL_QDF2XXX=y +CONFIG_PINCTRL_QDU1000=y +CONFIG_PINCTRL_SA8775P=y +CONFIG_PINCTRL_SC7180=y +CONFIG_PINCTRL_SC7280=y +CONFIG_PINCTRL_SC8180X=y +CONFIG_PINCTRL_SC8280XP=y +CONFIG_PINCTRL_SDM660=y +CONFIG_PINCTRL_SDM670=y +CONFIG_PINCTRL_SDM845=y +CONFIG_PINCTRL_SDX75=y +CONFIG_PINCTRL_SM4450=y +CONFIG_PINCTRL_SM6115=y +CONFIG_PINCTRL_SM6125=y +CONFIG_PINCTRL_SM6350=y +CONFIG_PINCTRL_SM6375=y +# CONFIG_PINCTRL_SM7150 is not set +CONFIG_PINCTRL_SM8150=y +CONFIG_PINCTRL_SM8250=y +CONFIG_PINCTRL_SM8350=y +CONFIG_PINCTRL_SM8450=y +CONFIG_PINCTRL_SM8550=y +CONFIG_PINCTRL_SM8650=y +CONFIG_PINCTRL_X1E80100=y +CONFIG_PINCTRL_QCOM_SPMI_PMIC=y +# CONFIG_PINCTRL_QCOM_SSBI_PMIC is not set +CONFIG_PINCTRL_LPASS_LPI=m +CONFIG_PINCTRL_SC7280_LPASS_LPI=m +CONFIG_PINCTRL_SM6115_LPASS_LPI=m +CONFIG_PINCTRL_SM8250_LPASS_LPI=m +CONFIG_PINCTRL_SM8350_LPASS_LPI=m +CONFIG_PINCTRL_SM8450_LPASS_LPI=m +CONFIG_PINCTRL_SC8280XP_LPASS_LPI=m +CONFIG_PINCTRL_SM8550_LPASS_LPI=m +# CONFIG_PINCTRL_SM8650_LPASS_LPI is not set +CONFIG_PINCTRL_RTD=y +CONFIG_PINCTRL_RTD1619B=y +CONFIG_PINCTRL_RTD1319D=y +CONFIG_PINCTRL_RTD1315E=y + +# +# Renesas pinctrl drivers +# +CONFIG_PINCTRL_RENESAS=y +CONFIG_PINCTRL_SH_PFC=y +CONFIG_PINCTRL_PFC_R8A77995=y +CONFIG_PINCTRL_PFC_R8A77990=y +CONFIG_PINCTRL_PFC_R8A77951=y +CONFIG_PINCTRL_PFC_R8A77965=y +CONFIG_PINCTRL_PFC_R8A77960=y +CONFIG_PINCTRL_PFC_R8A77961=y +CONFIG_PINCTRL_PFC_R8A779F0=y +CONFIG_PINCTRL_PFC_R8A77980=y +CONFIG_PINCTRL_PFC_R8A77970=y +CONFIG_PINCTRL_PFC_R8A779A0=y +CONFIG_PINCTRL_PFC_R8A779G0=y +CONFIG_PINCTRL_RZG2L=y +CONFIG_PINCTRL_PFC_R8A774C0=y +CONFIG_PINCTRL_PFC_R8A774E1=y +CONFIG_PINCTRL_PFC_R8A774A1=y +CONFIG_PINCTRL_PFC_R8A774B1=y +CONFIG_PINCTRL_RZV2M=y +# end of Renesas pinctrl drivers + +CONFIG_PINCTRL_SAMSUNG=y +CONFIG_PINCTRL_EXYNOS=y +CONFIG_PINCTRL_EXYNOS_ARM64=y +# CONFIG_PINCTRL_SPRD_SC9860 is not set +CONFIG_PINCTRL_STM32=y +CONFIG_PINCTRL_STM32MP257=y +CONFIG_PINCTRL_SUNXI=y +# CONFIG_PINCTRL_SUN4I_A10 is not set +# CONFIG_PINCTRL_SUN5I is not set +# CONFIG_PINCTRL_SUN6I_A31 is not set +# CONFIG_PINCTRL_SUN6I_A31_R is not set +# CONFIG_PINCTRL_SUN8I_A23 is not set +# CONFIG_PINCTRL_SUN8I_A33 is not set +# CONFIG_PINCTRL_SUN8I_A83T is not set +# CONFIG_PINCTRL_SUN8I_A83T_R is not set +# CONFIG_PINCTRL_SUN8I_A23_R is not set +# CONFIG_PINCTRL_SUN8I_H3 is not set +CONFIG_PINCTRL_SUN8I_H3_R=y +# CONFIG_PINCTRL_SUN8I_V3S is not set +# CONFIG_PINCTRL_SUN9I_A80 is not set +# CONFIG_PINCTRL_SUN9I_A80_R is not set +# CONFIG_PINCTRL_SUN20I_D1 is not set +CONFIG_PINCTRL_SUN50I_A64=y +CONFIG_PINCTRL_SUN50I_A64_R=y +CONFIG_PINCTRL_SUN50I_A100=y +CONFIG_PINCTRL_SUN50I_A100_R=y +CONFIG_PINCTRL_SUN50I_H5=y +CONFIG_PINCTRL_SUN50I_H6=y +CONFIG_PINCTRL_SUN50I_H6_R=y +CONFIG_PINCTRL_SUN50I_H616=y +CONFIG_PINCTRL_SUN50I_H616_R=y +CONFIG_PINCTRL_TEGRA=y +CONFIG_PINCTRL_TEGRA124=y +CONFIG_PINCTRL_TEGRA210=y +CONFIG_PINCTRL_TEGRA194=y +CONFIG_PINCTRL_TEGRA234=y +CONFIG_PINCTRL_TEGRA_XUSB=y +CONFIG_PINCTRL_UNIPHIER=y +# CONFIG_PINCTRL_UNIPHIER_LD4 is not set +# CONFIG_PINCTRL_UNIPHIER_PRO4 is not set +# CONFIG_PINCTRL_UNIPHIER_SLD8 is not set +# CONFIG_PINCTRL_UNIPHIER_PRO5 is not set +# CONFIG_PINCTRL_UNIPHIER_PXS2 is not set +# CONFIG_PINCTRL_UNIPHIER_LD6B is not set +CONFIG_PINCTRL_UNIPHIER_LD11=y +CONFIG_PINCTRL_UNIPHIER_LD20=y +CONFIG_PINCTRL_UNIPHIER_PXS3=y +CONFIG_PINCTRL_UNIPHIER_NX1=y +CONFIG_PINCTRL_VISCONTI=y +CONFIG_PINCTRL_TMPV7700=y +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_FASTPATH_LIMIT=512 +CONFIG_OF_GPIO=y +CONFIG_GPIO_ACPI=y +CONFIG_GPIOLIB_IRQCHIP=y +CONFIG_OF_GPIO_MM_GPIOCHIP=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_CDEV=y +CONFIG_GPIO_CDEV_V1=y +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_REGMAP=m + +# +# Memory mapped GPIO drivers +# +# CONFIG_GPIO_74XX_MMIO is not set +CONFIG_GPIO_ALTERA=m +# CONFIG_GPIO_AMDPT is not set +CONFIG_GPIO_RASPBERRYPI_EXP=y +CONFIG_GPIO_BCM_XGS_IPROC=y +CONFIG_GPIO_BRCMSTB=y +# CONFIG_GPIO_CADENCE is not set +CONFIG_GPIO_DAVINCI=y +CONFIG_GPIO_DWAPB=y +# CONFIG_GPIO_EIC_SPRD is not set +# CONFIG_GPIO_EXAR is not set +# CONFIG_GPIO_FTGPIO010 is not set +CONFIG_GPIO_GENERIC_PLATFORM=y +# CONFIG_GPIO_GRGPIO is not set +# CONFIG_GPIO_HISI is not set +# CONFIG_GPIO_HLWD is not set +CONFIG_GPIO_IMX_SCU=y +# CONFIG_GPIO_LOGICVC is not set +CONFIG_GPIO_MB86S7X=y +CONFIG_GPIO_MPC8XXX=y +CONFIG_GPIO_MVEBU=y +CONFIG_GPIO_MXC=y +# CONFIG_GPIO_NPCM_SGPIO is not set +CONFIG_GPIO_PL061=y +CONFIG_GPIO_RCAR=y +CONFIG_GPIO_ROCKCHIP=y +CONFIG_GPIO_RTD=y +# CONFIG_GPIO_SIFIVE is not set +# CONFIG_GPIO_SPRD is not set +CONFIG_GPIO_SYSCON=y +CONFIG_GPIO_TEGRA=y +CONFIG_GPIO_TEGRA186=y +# CONFIG_GPIO_THUNDERX is not set +CONFIG_GPIO_UNIPHIER=y +CONFIG_GPIO_VF610=y +CONFIG_GPIO_VISCONTI=y +CONFIG_GPIO_WCD934X=m +CONFIG_GPIO_XGENE=y +CONFIG_GPIO_XGENE_SB=y +# CONFIG_GPIO_XILINX is not set +# CONFIG_GPIO_XLP is not set +# CONFIG_GPIO_ZYNQ is not set +CONFIG_GPIO_ZYNQMP_MODEPIN=y +# CONFIG_GPIO_AMD_FCH is not set +# end of Memory mapped GPIO drivers + +# +# I2C GPIO expanders +# +# CONFIG_GPIO_ADNP is not set +# CONFIG_GPIO_FXL6408 is not set +# CONFIG_GPIO_DS4520 is not set +# CONFIG_GPIO_GW_PLD is not set +# CONFIG_GPIO_MAX7300 is not set +CONFIG_GPIO_MAX732X=y +# CONFIG_GPIO_MAX732X_IRQ is not set +CONFIG_GPIO_PCA953X=y +CONFIG_GPIO_PCA953X_IRQ=y +# CONFIG_GPIO_PCA9570 is not set +# CONFIG_GPIO_PCF857X is not set +# CONFIG_GPIO_TPIC2810 is not set +# end of I2C GPIO expanders + +# +# MFD GPIO expanders +# +CONFIG_GPIO_BD9571MWV=m +CONFIG_GPIO_MAX77620=y +CONFIG_GPIO_SL28CPLD=m +CONFIG_GPIO_TPS65219=y +# CONFIG_GPIO_WM8994 is not set +# end of MFD GPIO expanders + +# +# PCI GPIO expanders +# +# CONFIG_GPIO_BT8XX is not set +# CONFIG_GPIO_PCI_IDIO_16 is not set +# CONFIG_GPIO_PCIE_IDIO_24 is not set +# CONFIG_GPIO_RDC321X is not set +# end of PCI GPIO expanders + +# +# SPI GPIO expanders +# +# CONFIG_GPIO_74X164 is not set +# CONFIG_GPIO_MAX3191X is not set +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MC33880 is not set +# CONFIG_GPIO_PISOSR is not set +# CONFIG_GPIO_XRA1403 is not set +# end of SPI GPIO expanders + +# +# USB GPIO expanders +# +# end of USB GPIO expanders + +# +# Virtual GPIO drivers +# +CONFIG_GPIO_AGGREGATOR=m +# CONFIG_GPIO_LATCH is not set +# CONFIG_GPIO_MOCKUP is not set +# CONFIG_GPIO_VIRTIO is not set +# CONFIG_GPIO_SIM is not set +# end of Virtual GPIO drivers + +# CONFIG_W1 is not set +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_BRCMSTB=y +# CONFIG_POWER_RESET_GPIO is not set +# CONFIG_POWER_RESET_GPIO_RESTART is not set +# CONFIG_POWER_RESET_HISI is not set +CONFIG_POWER_RESET_MSM=y +CONFIG_POWER_RESET_QCOM_PON=m +# CONFIG_POWER_RESET_OCELOT_RESET is not set +# CONFIG_POWER_RESET_ODROID_GO_ULTRA_POWEROFF is not set +# CONFIG_POWER_RESET_LTC2952 is not set +# CONFIG_POWER_RESET_MT6323 is not set +# CONFIG_POWER_RESET_REGULATOR is not set +# CONFIG_POWER_RESET_RESTART is not set +# CONFIG_POWER_RESET_VEXPRESS is not set +CONFIG_POWER_RESET_XGENE=y +CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_SYSCON_POWEROFF=y +CONFIG_REBOOT_MODE=y +CONFIG_SYSCON_REBOOT_MODE=y +CONFIG_NVMEM_REBOOT_MODE=m +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_POWER_SUPPLY_HWMON=y +# CONFIG_GENERIC_ADC_BATTERY is not set +# CONFIG_IP5XXX_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +CONFIG_BATTERY_QCOM_BATTMGR=m +# CONFIG_BATTERY_SAMSUNG_SDI is not set +CONFIG_BATTERY_SBS=m +# CONFIG_CHARGER_SBS is not set +# CONFIG_MANAGER_SBS is not set +CONFIG_BATTERY_BQ27XXX=y +CONFIG_BATTERY_BQ27XXX_I2C=y +# CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM is not set +# CONFIG_AXP20X_POWER is not set +# CONFIG_BATTERY_MAX17040 is not set +CONFIG_BATTERY_MAX17042=m +# CONFIG_CHARGER_ISP1704 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_GPIO is not set +# CONFIG_CHARGER_MANAGER is not set +# CONFIG_CHARGER_LT3651 is not set +# CONFIG_CHARGER_LTC4162L is not set +# CONFIG_CHARGER_DETECTOR_MAX14656 is not set +# CONFIG_CHARGER_MAX77976 is not set +CONFIG_CHARGER_MT6360=m +# CONFIG_CHARGER_QCOM_SMBB is not set +# CONFIG_BATTERY_PM8916_BMS_VM is not set +# CONFIG_CHARGER_PM8916_LBC is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_CHARGER_BQ24190 is not set +# CONFIG_CHARGER_BQ24257 is not set +# CONFIG_CHARGER_BQ24735 is not set +# CONFIG_CHARGER_BQ2515X is not set +CONFIG_CHARGER_BQ25890=m +CONFIG_CHARGER_BQ25980=m +# CONFIG_CHARGER_BQ256XX is not set +CONFIG_CHARGER_RK817=m +# CONFIG_CHARGER_SMB347 is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_RT9455 is not set +# CONFIG_CHARGER_RT9467 is not set +# CONFIG_CHARGER_RT9471 is not set +# CONFIG_CHARGER_CROS_USBPD is not set +CONFIG_CHARGER_CROS_PCHG=y +# CONFIG_CHARGER_UCS1002 is not set +# CONFIG_CHARGER_BD99954 is not set +# CONFIG_BATTERY_UG3105 is not set +# CONFIG_CHARGER_QCOM_SMB2 is not set +# CONFIG_FUEL_GAUGE_MM8013 is not set +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# +# CONFIG_SENSORS_AD7314 is not set +# CONFIG_SENSORS_AD7414 is not set +# CONFIG_SENSORS_AD7418 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1029 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ADM1177 is not set +# CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7310 is not set +# CONFIG_SENSORS_ADT7410 is not set +# CONFIG_SENSORS_ADT7411 is not set +# CONFIG_SENSORS_ADT7462 is not set +# CONFIG_SENSORS_ADT7470 is not set +# CONFIG_SENSORS_ADT7475 is not set +# CONFIG_SENSORS_AHT10 is not set +# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set +# CONFIG_SENSORS_AS370 is not set +# CONFIG_SENSORS_ASC7621 is not set +# CONFIG_SENSORS_AXI_FAN_CONTROL is not set +CONFIG_SENSORS_ARM_SCMI=y +CONFIG_SENSORS_ARM_SCPI=y +# CONFIG_SENSORS_ATXP1 is not set +# CONFIG_SENSORS_CORSAIR_CPRO is not set +# CONFIG_SENSORS_CORSAIR_PSU is not set +# CONFIG_SENSORS_DRIVETEMP is not set +# CONFIG_SENSORS_DS620 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_I5K_AMB is not set +# CONFIG_SENSORS_SPARX5 is not set +# CONFIG_SENSORS_F71805F is not set +# CONFIG_SENSORS_F71882FG is not set +# CONFIG_SENSORS_F75375S is not set +# CONFIG_SENSORS_FTSTEUTATES is not set +# CONFIG_SENSORS_GIGABYTE_WATERFORCE is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_G760A is not set +# CONFIG_SENSORS_G762 is not set +CONFIG_SENSORS_GPIO_FAN=m +# CONFIG_SENSORS_HIH6130 is not set +# CONFIG_SENSORS_HS3001 is not set +# CONFIG_SENSORS_IBMAEM is not set +# CONFIG_SENSORS_IBMPEX is not set +# CONFIG_SENSORS_IIO_HWMON is not set +# CONFIG_SENSORS_IT87 is not set +CONFIG_SENSORS_JC42=m +# CONFIG_SENSORS_POWERZ is not set +# CONFIG_SENSORS_POWR1220 is not set +# CONFIG_SENSORS_LINEAGE is not set +# CONFIG_SENSORS_LTC2945 is not set +# CONFIG_SENSORS_LTC2947_I2C is not set +# CONFIG_SENSORS_LTC2947_SPI is not set +# CONFIG_SENSORS_LTC2990 is not set +# CONFIG_SENSORS_LTC2991 is not set +# CONFIG_SENSORS_LTC2992 is not set +# CONFIG_SENSORS_LTC4151 is not set +# CONFIG_SENSORS_LTC4215 is not set +# CONFIG_SENSORS_LTC4222 is not set +# CONFIG_SENSORS_LTC4245 is not set +# CONFIG_SENSORS_LTC4260 is not set +# CONFIG_SENSORS_LTC4261 is not set +# CONFIG_SENSORS_MAX1111 is not set +# CONFIG_SENSORS_MAX127 is not set +# CONFIG_SENSORS_MAX16065 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX1668 is not set +# CONFIG_SENSORS_MAX197 is not set +# CONFIG_SENSORS_MAX31722 is not set +# CONFIG_SENSORS_MAX31730 is not set +# CONFIG_SENSORS_MAX31760 is not set +# CONFIG_MAX31827 is not set +# CONFIG_SENSORS_MAX6620 is not set +# CONFIG_SENSORS_MAX6621 is not set +# CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6650 is not set +# CONFIG_SENSORS_MAX6697 is not set +# CONFIG_SENSORS_MAX31790 is not set +# CONFIG_SENSORS_MC34VR500 is not set +# CONFIG_SENSORS_MCP3021 is not set +# CONFIG_SENSORS_TC654 is not set +# CONFIG_SENSORS_TPS23861 is not set +# CONFIG_SENSORS_MR75203 is not set +# CONFIG_SENSORS_ADCXX is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM70 is not set +# CONFIG_SENSORS_LM73 is not set +CONFIG_SENSORS_LM75=m +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +CONFIG_SENSORS_LM90=m +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_LM95234 is not set +# CONFIG_SENSORS_LM95241 is not set +# CONFIG_SENSORS_LM95245 is not set +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +# CONFIG_SENSORS_NTC_THERMISTOR is not set +# CONFIG_SENSORS_NCT6683 is not set +# CONFIG_SENSORS_NCT6775 is not set +# CONFIG_SENSORS_NCT6775_I2C is not set +# CONFIG_SENSORS_NCT7802 is not set +# CONFIG_SENSORS_NCT7904 is not set +# CONFIG_SENSORS_NPCM7XX is not set +# CONFIG_SENSORS_NZXT_KRAKEN2 is not set +# CONFIG_SENSORS_NZXT_SMART2 is not set +# CONFIG_SENSORS_OCC_P8_I2C is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_PMBUS is not set +CONFIG_SENSORS_PWM_FAN=m +CONFIG_SENSORS_RASPBERRYPI_HWMON=m +CONFIG_SENSORS_SL28CPLD=m +# CONFIG_SENSORS_SBTSI is not set +# CONFIG_SENSORS_SBRMI is not set +# CONFIG_SENSORS_SHT15 is not set +# CONFIG_SENSORS_SHT21 is not set +# CONFIG_SENSORS_SHT3x is not set +# CONFIG_SENSORS_SHT4x is not set +# CONFIG_SENSORS_SHTC1 is not set +# CONFIG_SENSORS_SIS5595 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC2305 is not set +# CONFIG_SENSORS_EMC6W201 is not set +# CONFIG_SENSORS_SMSC47M1 is not set +# CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47B397 is not set +# CONFIG_SENSORS_SCH5627 is not set +# CONFIG_SENSORS_SCH5636 is not set +# CONFIG_SENSORS_STTS751 is not set +# CONFIG_SENSORS_ADC128D818 is not set +# CONFIG_SENSORS_ADS7828 is not set +# CONFIG_SENSORS_ADS7871 is not set +# CONFIG_SENSORS_AMC6821 is not set +# CONFIG_SENSORS_INA209 is not set +CONFIG_SENSORS_INA2XX=m +# CONFIG_SENSORS_INA238 is not set +CONFIG_SENSORS_INA3221=m +# CONFIG_SENSORS_TC74 is not set +# CONFIG_SENSORS_THMC50 is not set +# CONFIG_SENSORS_TMP102 is not set +# CONFIG_SENSORS_TMP103 is not set +# CONFIG_SENSORS_TMP108 is not set +# CONFIG_SENSORS_TMP401 is not set +# CONFIG_SENSORS_TMP421 is not set +# CONFIG_SENSORS_TMP464 is not set +# CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_VEXPRESS is not set +# CONFIG_SENSORS_VIA686A is not set +# CONFIG_SENSORS_VT1211 is not set +# CONFIG_SENSORS_VT8231 is not set +# CONFIG_SENSORS_W83773G is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83791D is not set +# CONFIG_SENSORS_W83792D is not set +# CONFIG_SENSORS_W83793 is not set +# CONFIG_SENSORS_W83795 is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83L786NG is not set +# CONFIG_SENSORS_W83627HF is not set +# CONFIG_SENSORS_W83627EHF is not set +# CONFIG_SENSORS_XGENE is not set + +# +# ACPI drivers +# +# CONFIG_SENSORS_ACPI_POWER is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +# CONFIG_THERMAL_STATISTICS is not set +# CONFIG_THERMAL_DEBUGFS is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_OF=y +# CONFIG_THERMAL_WRITABLE_TRIPS is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +# CONFIG_THERMAL_GOV_USER_SPACE is not set +CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y +CONFIG_CPU_THERMAL=y +CONFIG_CPU_FREQ_THERMAL=y +CONFIG_DEVFREQ_THERMAL=y +CONFIG_THERMAL_EMULATION=y +# CONFIG_THERMAL_MMIO is not set +CONFIG_HISI_THERMAL=y +# CONFIG_IMX_THERMAL is not set +CONFIG_IMX_SC_THERMAL=m +CONFIG_IMX8MM_THERMAL=m +CONFIG_K3_THERMAL=m +# CONFIG_MAX77620_THERMAL is not set +CONFIG_QORIQ_THERMAL=m +CONFIG_SUN8I_THERMAL=y +CONFIG_ROCKCHIP_THERMAL=m +CONFIG_RCAR_THERMAL=y +CONFIG_RCAR_GEN3_THERMAL=y +CONFIG_RZG2L_THERMAL=y +CONFIG_ARMADA_THERMAL=y + +# +# Mediatek thermal drivers +# +CONFIG_MTK_THERMAL=m +# CONFIG_MTK_SOC_THERMAL is not set +CONFIG_MTK_LVTS_THERMAL=m +# CONFIG_MTK_LVTS_THERMAL_DEBUGFS is not set +# end of Mediatek thermal drivers + +CONFIG_AMLOGIC_THERMAL=y + +# +# Broadcom thermal drivers +# +CONFIG_BCM2711_THERMAL=m +CONFIG_BCM2835_THERMAL=m +CONFIG_BRCMSTB_THERMAL=m +CONFIG_BCM_NS_THERMAL=y +CONFIG_BCM_SR_THERMAL=y +# end of Broadcom thermal drivers + +# +# Samsung thermal drivers +# +CONFIG_EXYNOS_THERMAL=y +# end of Samsung thermal drivers + +# +# STMicroelectronics thermal drivers +# +# CONFIG_ST_THERMAL is not set +# CONFIG_ST_THERMAL_MEMMAP is not set +# end of STMicroelectronics thermal drivers + +# +# NVIDIA Tegra thermal drivers +# +CONFIG_TEGRA_SOCTHERM=m +CONFIG_TEGRA_BPMP_THERMAL=m +# end of NVIDIA Tegra thermal drivers + +CONFIG_GENERIC_ADC_THERMAL=m + +# +# Qualcomm thermal drivers +# +CONFIG_QCOM_TSENS=y +CONFIG_QCOM_SPMI_ADC_TM5=m +CONFIG_QCOM_SPMI_TEMP_ALARM=m +CONFIG_QCOM_LMH=m +# end of Qualcomm thermal drivers + +CONFIG_UNIPHIER_THERMAL=y +# CONFIG_SPRD_THERMAL is not set +CONFIG_KHADAS_MCU_FAN_THERMAL=m +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# +# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +# CONFIG_GPIO_WATCHDOG is not set +# CONFIG_WDAT_WDT is not set +# CONFIG_XILINX_WATCHDOG is not set +# CONFIG_XILINX_WINDOW_WATCHDOG is not set +# CONFIG_ZIIRAVE_WATCHDOG is not set +CONFIG_SL28CPLD_WATCHDOG=m +CONFIG_ARM_SP805_WATCHDOG=y +CONFIG_ARM_SBSA_WATCHDOG=y +# CONFIG_ARMADA_37XX_WATCHDOG is not set +# CONFIG_CADENCE_WATCHDOG is not set +CONFIG_S3C2410_WATCHDOG=y +CONFIG_DW_WATCHDOG=y +CONFIG_K3_RTI_WATCHDOG=m +CONFIG_SUNXI_WATCHDOG=m +CONFIG_NPCM7XX_WATCHDOG=y +# CONFIG_MAX63XX_WATCHDOG is not set +# CONFIG_MAX77620_WATCHDOG is not set +CONFIG_IMX2_WDT=y +CONFIG_IMX_SC_WDT=m +CONFIG_IMX7ULP_WDT=m +# CONFIG_TEGRA_WATCHDOG is not set +CONFIG_QCOM_WDT=m +CONFIG_MESON_GXBB_WATCHDOG=m +CONFIG_MESON_WATCHDOG=m +CONFIG_MEDIATEK_WATCHDOG=y +CONFIG_ARM_SMC_WATCHDOG=y +CONFIG_RENESAS_WDT=y +# CONFIG_RENESAS_RZAWDT is not set +# CONFIG_RENESAS_RZN1WDT is not set +CONFIG_RENESAS_RZG2LWDT=y +CONFIG_STM32_WATCHDOG=y +CONFIG_UNIPHIER_WATCHDOG=y +CONFIG_RTD119X_WATCHDOG=y +# CONFIG_SPRD_WATCHDOG is not set +CONFIG_PM8916_WATCHDOG=m +# CONFIG_VISCONTI_WATCHDOG is not set +# CONFIG_APPLE_WATCHDOG is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_I6300ESB_WDT is not set +# CONFIG_HP_WATCHDOG is not set +CONFIG_MARVELL_GTI_WDT=y +CONFIG_BCM2835_WDT=y +CONFIG_BCM7038_WDT=m +# CONFIG_MEN_A21_WDT is not set +# CONFIG_XEN_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +# CONFIG_KEEMBAY_WATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +CONFIG_MFD_CORE=y +# CONFIG_MFD_ALTERA_A10SR is not set +CONFIG_MFD_ALTERA_SYSMGR=y +# CONFIG_MFD_ACT8945A is not set +# CONFIG_MFD_SUN4I_GPADC is not set +# CONFIG_MFD_AS3711 is not set +# CONFIG_MFD_SMPRO is not set +# CONFIG_MFD_AS3722 is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_AAT2870_CORE is not set +# CONFIG_MFD_ATMEL_FLEXCOM is not set +# CONFIG_MFD_ATMEL_HLCDC is not set +# CONFIG_MFD_BCM590XX is not set +CONFIG_MFD_BD9571MWV=y +# CONFIG_MFD_AC100 is not set +CONFIG_MFD_AXP20X=y +CONFIG_MFD_AXP20X_I2C=y +CONFIG_MFD_AXP20X_RSB=y +CONFIG_MFD_CROS_EC_DEV=y +# CONFIG_MFD_CS42L43_I2C is not set +# CONFIG_MFD_CS42L43_SDW is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_MFD_MAX5970 is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_SPI is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +CONFIG_MFD_EXYNOS_LPASS=m +# CONFIG_MFD_GATEWORKS_GSC is not set +# CONFIG_MFD_MC13XXX_SPI is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +CONFIG_MFD_HI6421_PMIC=y +# CONFIG_MFD_HI6421_SPMI is not set +CONFIG_MFD_HI655X_PMIC=y +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77541 is not set +CONFIG_MFD_MAX77620=y +# CONFIG_MFD_MAX77650 is not set +# CONFIG_MFD_MAX77686 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77714 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +CONFIG_MFD_MT6360=y +# CONFIG_MFD_MT6370 is not set +CONFIG_MFD_MT6397=y +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_OCELOT is not set +# CONFIG_EZX_PCAP is not set +# CONFIG_MFD_CPCAP is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_NTXEC is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_QCOM_RPM is not set +CONFIG_MFD_SPMI_PMIC=y +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_RC5T583 is not set +CONFIG_MFD_RK8XX=y +CONFIG_MFD_RK8XX_I2C=y +CONFIG_MFD_RK8XX_SPI=y +# CONFIG_MFD_RN5T618 is not set +CONFIG_MFD_SEC_CORE=y +# CONFIG_MFD_SI476X_CORE is not set +CONFIG_MFD_SIMPLE_MFD_I2C=y +CONFIG_MFD_SL28CPLD=y +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_SC27XX_PMIC is not set +CONFIG_RZ_MTU3=y +# CONFIG_MFD_STMPE is not set +# CONFIG_MFD_SUN6I_PRCM is not set +CONFIG_MFD_SYSCON=y +CONFIG_MFD_TI_AM335X_TSCADC=m +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS65010 is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TPS65217 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TI_LP87565 is not set +# CONFIG_MFD_TPS65218 is not set +CONFIG_MFD_TPS65219=y +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65910 is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS65912_SPI is not set +CONFIG_MFD_TPS6594=m +CONFIG_MFD_TPS6594_I2C=m +# CONFIG_MFD_TPS6594_SPI is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TC3589X is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_LOCHNAGAR is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_ARIZONA_SPI is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM831X_SPI is not set +# CONFIG_MFD_WM8350_I2C is not set +CONFIG_MFD_WM8994=m +CONFIG_MFD_ROHM_BD718XX=y +# CONFIG_MFD_ROHM_BD71828 is not set +# CONFIG_MFD_ROHM_BD957XMUF is not set +# CONFIG_MFD_STM32_LPTIMER is not set +# CONFIG_MFD_STM32_TIMERS is not set +# CONFIG_MFD_STPMIC1 is not set +# CONFIG_MFD_STMFX is not set +CONFIG_MFD_WCD934X=m +# CONFIG_MFD_ATC260X_I2C is not set +CONFIG_MFD_KHADAS_MCU=m +# CONFIG_MFD_QCOM_PM8008 is not set +CONFIG_MFD_VEXPRESS_SYSREG=y +# CONFIG_RAVE_SP_CORE is not set +# CONFIG_MFD_INTEL_M10_BMC_SPI is not set +# CONFIG_MFD_RSMU_I2C is not set +# CONFIG_MFD_RSMU_SPI is not set +# end of Multifunction device drivers + +CONFIG_REGULATOR=y +# CONFIG_REGULATOR_DEBUG is not set +CONFIG_REGULATOR_FIXED_VOLTAGE=y +# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set +# CONFIG_REGULATOR_NETLINK_EVENTS is not set +# CONFIG_REGULATOR_88PG86X is not set +# CONFIG_REGULATOR_ACT8865 is not set +# CONFIG_REGULATOR_AD5398 is not set +# CONFIG_REGULATOR_ANATOP is not set +# CONFIG_REGULATOR_ARM_SCMI is not set +# CONFIG_REGULATOR_AW37503 is not set +CONFIG_REGULATOR_AXP20X=y +CONFIG_REGULATOR_BD718XX=y +CONFIG_REGULATOR_BD9571MWV=y +CONFIG_REGULATOR_CROS_EC=y +# CONFIG_REGULATOR_DA9121 is not set +# CONFIG_REGULATOR_DA9210 is not set +CONFIG_REGULATOR_DA9211=m +CONFIG_REGULATOR_FAN53555=y +# CONFIG_REGULATOR_FAN53880 is not set +CONFIG_REGULATOR_GPIO=y +# CONFIG_REGULATOR_HI6421 is not set +CONFIG_REGULATOR_HI6421V530=y +CONFIG_REGULATOR_HI655X=y +# CONFIG_REGULATOR_ISL9305 is not set +# CONFIG_REGULATOR_ISL6271A is not set +# CONFIG_REGULATOR_LP3971 is not set +# CONFIG_REGULATOR_LP3972 is not set +# CONFIG_REGULATOR_LP872X is not set +# CONFIG_REGULATOR_LP8755 is not set +# CONFIG_REGULATOR_LTC3589 is not set +# CONFIG_REGULATOR_LTC3676 is not set +# CONFIG_REGULATOR_MAX1586 is not set +# CONFIG_REGULATOR_MAX77503 is not set +CONFIG_REGULATOR_MAX77620=y +# CONFIG_REGULATOR_MAX77857 is not set +# CONFIG_REGULATOR_MAX8649 is not set +# CONFIG_REGULATOR_MAX8660 is not set +# CONFIG_REGULATOR_MAX8893 is not set +# CONFIG_REGULATOR_MAX8952 is not set +CONFIG_REGULATOR_MAX8973=y +# CONFIG_REGULATOR_MAX20086 is not set +# CONFIG_REGULATOR_MAX20411 is not set +# CONFIG_REGULATOR_MAX77826 is not set +# CONFIG_REGULATOR_MCP16502 is not set +# CONFIG_REGULATOR_MP5416 is not set +CONFIG_REGULATOR_MP8859=y +# CONFIG_REGULATOR_MP886X is not set +# CONFIG_REGULATOR_MPQ7920 is not set +# CONFIG_REGULATOR_MT6311 is not set +CONFIG_REGULATOR_MT6315=m +# CONFIG_REGULATOR_MT6323 is not set +# CONFIG_REGULATOR_MT6331 is not set +# CONFIG_REGULATOR_MT6332 is not set +CONFIG_REGULATOR_MT6357=y +CONFIG_REGULATOR_MT6358=y +CONFIG_REGULATOR_MT6359=y +CONFIG_REGULATOR_MT6360=y +# CONFIG_REGULATOR_MT6380 is not set +CONFIG_REGULATOR_MT6397=y +CONFIG_REGULATOR_PCA9450=y +CONFIG_REGULATOR_PF8X00=y +CONFIG_REGULATOR_PFUZE100=y +# CONFIG_REGULATOR_PV88060 is not set +# CONFIG_REGULATOR_PV88080 is not set +# CONFIG_REGULATOR_PV88090 is not set +CONFIG_REGULATOR_PWM=y +# CONFIG_REGULATOR_QCOM_REFGEN is not set +CONFIG_REGULATOR_QCOM_RPMH=y +CONFIG_REGULATOR_QCOM_SMD_RPM=y +CONFIG_REGULATOR_QCOM_SPMI=y +# CONFIG_REGULATOR_QCOM_USB_VBUS is not set +CONFIG_REGULATOR_RAA215300=y +# CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set +CONFIG_REGULATOR_RK808=y +CONFIG_REGULATOR_ROHM=y +# CONFIG_REGULATOR_RT4801 is not set +# CONFIG_REGULATOR_RT4803 is not set +# CONFIG_REGULATOR_RT5190A is not set +# CONFIG_REGULATOR_RT5739 is not set +# CONFIG_REGULATOR_RT5759 is not set +# CONFIG_REGULATOR_RT6160 is not set +# CONFIG_REGULATOR_RT6190 is not set +# CONFIG_REGULATOR_RT6245 is not set +# CONFIG_REGULATOR_RTQ2134 is not set +# CONFIG_REGULATOR_RTMV20 is not set +# CONFIG_REGULATOR_RTQ6752 is not set +# CONFIG_REGULATOR_RTQ2208 is not set +# CONFIG_REGULATOR_S2MPA01 is not set +CONFIG_REGULATOR_S2MPS11=y +# CONFIG_REGULATOR_S5M8767 is not set +# CONFIG_REGULATOR_SLG51000 is not set +# CONFIG_REGULATOR_STM32_BOOSTER is not set +# CONFIG_REGULATOR_STM32_VREFBUF is not set +# CONFIG_REGULATOR_STM32_PWR is not set +# CONFIG_REGULATOR_SY8106A is not set +# CONFIG_REGULATOR_SY8824X is not set +# CONFIG_REGULATOR_SY8827N is not set +# CONFIG_REGULATOR_TPS51632 is not set +# CONFIG_REGULATOR_TPS62360 is not set +# CONFIG_REGULATOR_TPS6286X is not set +# CONFIG_REGULATOR_TPS6287X is not set +# CONFIG_REGULATOR_TPS65023 is not set +# CONFIG_REGULATOR_TPS6507X is not set +CONFIG_REGULATOR_TPS65132=m +CONFIG_REGULATOR_TPS65219=y +CONFIG_REGULATOR_TPS6594=m +# CONFIG_REGULATOR_TPS6524X is not set +CONFIG_REGULATOR_UNIPHIER=y +CONFIG_REGULATOR_VCTRL=m +# CONFIG_REGULATOR_VEXPRESS is not set +# CONFIG_REGULATOR_VQMMC_IPQ4019 is not set +# CONFIG_REGULATOR_WM8994 is not set +# CONFIG_REGULATOR_QCOM_LABIBB is not set +CONFIG_RC_CORE=m +# CONFIG_LIRC is not set +CONFIG_RC_MAP=m +CONFIG_RC_DECODERS=y +# CONFIG_IR_IMON_DECODER is not set +# CONFIG_IR_JVC_DECODER is not set +# CONFIG_IR_MCE_KBD_DECODER is not set +# CONFIG_IR_NEC_DECODER is not set +# CONFIG_IR_RC5_DECODER is not set +# CONFIG_IR_RC6_DECODER is not set +# CONFIG_IR_RCMM_DECODER is not set +# CONFIG_IR_SANYO_DECODER is not set +# CONFIG_IR_SHARP_DECODER is not set +# CONFIG_IR_SONY_DECODER is not set +# CONFIG_IR_XMP_DECODER is not set +CONFIG_RC_DEVICES=y +# CONFIG_IR_ENE is not set +# CONFIG_IR_FINTEK is not set +CONFIG_IR_GPIO_CIR=m +# CONFIG_IR_HIX5HD2 is not set +# CONFIG_IR_IGORPLUGUSB is not set +# CONFIG_IR_IGUANA is not set +# CONFIG_IR_IMON is not set +# CONFIG_IR_IMON_RAW is not set +# CONFIG_IR_ITE_CIR is not set +# CONFIG_IR_MCEUSB is not set +CONFIG_IR_MESON=m +# CONFIG_IR_MESON_TX is not set +# CONFIG_IR_MTK is not set +# CONFIG_IR_NUVOTON is not set +# CONFIG_IR_REDRAT3 is not set +# CONFIG_IR_SERIAL is not set +# CONFIG_IR_STREAMZAP is not set +CONFIG_IR_SUNXI=m +# CONFIG_IR_TOY is not set +# CONFIG_IR_TTUSBIR is not set +# CONFIG_RC_ATI_REMOTE is not set +# CONFIG_RC_LOOPBACK is not set +# CONFIG_RC_XBOX_DVD is not set +CONFIG_CEC_CORE=m +CONFIG_CEC_NOTIFIER=y + +# +# CEC support +# +# CONFIG_MEDIA_CEC_RC is not set +CONFIG_MEDIA_CEC_SUPPORT=y +# CONFIG_CEC_CH7322 is not set +# CONFIG_CEC_CROS_EC is not set +# CONFIG_CEC_MESON_AO is not set +CONFIG_CEC_MESON_G12A_AO=m +# CONFIG_CEC_GPIO is not set +# CONFIG_CEC_SAMSUNG_S5P is not set +# CONFIG_CEC_STM32 is not set +# CONFIG_CEC_TEGRA is not set +# CONFIG_USB_PULSE8_CEC is not set +# CONFIG_USB_RAINSHADOW_CEC is not set +# end of CEC support + +CONFIG_MEDIA_SUPPORT=m +CONFIG_MEDIA_SUPPORT_FILTER=y +CONFIG_MEDIA_SUBDRV_AUTOSELECT=y + +# +# Media device types +# +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +# CONFIG_MEDIA_RADIO_SUPPORT is not set +CONFIG_MEDIA_SDR_SUPPORT=y +CONFIG_MEDIA_PLATFORM_SUPPORT=y +# CONFIG_MEDIA_TEST_SUPPORT is not set +# end of Media device types + +CONFIG_VIDEO_DEV=m +CONFIG_MEDIA_CONTROLLER=y +CONFIG_DVB_CORE=m + +# +# Video4Linux options +# +CONFIG_VIDEO_V4L2_I2C=y +CONFIG_VIDEO_V4L2_SUBDEV_API=y +# CONFIG_VIDEO_ADV_DEBUG is not set +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_V4L2_H264=m +CONFIG_V4L2_VP9=m +CONFIG_V4L2_MEM2MEM_DEV=m +CONFIG_V4L2_FWNODE=m +CONFIG_V4L2_ASYNC=m +CONFIG_V4L2_CCI=m +CONFIG_V4L2_CCI_I2C=m +# end of Video4Linux options + +# +# Media controller options +# +# CONFIG_MEDIA_CONTROLLER_DVB is not set +# end of Media controller options + +# +# Digital TV options +# +# CONFIG_DVB_MMAP is not set +# CONFIG_DVB_NET is not set +CONFIG_DVB_MAX_ADAPTERS=16 +CONFIG_DVB_DYNAMIC_MINORS=y +# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set +# CONFIG_DVB_ULE_DEBUG is not set +# end of Digital TV options + +# +# Media drivers +# + +# +# Drivers filtered as selected at 'Filter media drivers' +# + +# +# Media drivers +# +CONFIG_MEDIA_USB_SUPPORT=y + +# +# Webcam devices +# +# CONFIG_USB_GSPCA is not set +# CONFIG_USB_PWC is not set +# CONFIG_USB_S2255 is not set +# CONFIG_VIDEO_USBTV is not set +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y + +# +# Analog TV USB devices +# +# CONFIG_VIDEO_GO7007 is not set +# CONFIG_VIDEO_HDPVR is not set +# CONFIG_VIDEO_PVRUSB2 is not set +# CONFIG_VIDEO_STK1160 is not set + +# +# Analog/digital TV USB devices +# +# CONFIG_VIDEO_AU0828 is not set +# CONFIG_VIDEO_CX231XX is not set + +# +# Digital TV USB devices +# +# CONFIG_DVB_AS102 is not set +# CONFIG_DVB_B2C2_FLEXCOP_USB is not set +# CONFIG_DVB_USB_V2 is not set +# CONFIG_DVB_USB is not set +# CONFIG_SMS_USB_DRV is not set +# CONFIG_DVB_TTUSB_BUDGET is not set +# CONFIG_DVB_TTUSB_DEC is not set + +# +# Webcam, TV (analog/digital) USB devices +# +# CONFIG_VIDEO_EM28XX is not set + +# +# Software defined radio USB devices +# +# CONFIG_USB_AIRSPY is not set +# CONFIG_USB_HACKRF is not set +# CONFIG_USB_MSI2500 is not set +# CONFIG_MEDIA_PCI_SUPPORT is not set +CONFIG_MEDIA_PLATFORM_DRIVERS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_SDR_PLATFORM_DRIVERS=y +# CONFIG_DVB_PLATFORM_DRIVERS is not set +CONFIG_V4L_MEM2MEM_DRIVERS=y +# CONFIG_VIDEO_MEM2MEM_DEINTERLACE is not set +# CONFIG_VIDEO_MUX is not set + +# +# Allegro DVT media platform drivers +# +# CONFIG_VIDEO_ALLEGRO_DVT is not set + +# +# Amlogic media platform drivers +# +# CONFIG_VIDEO_MESON_GE2D is not set + +# +# Amphion drivers +# +# CONFIG_VIDEO_AMPHION_VPU is not set + +# +# Aspeed media platform drivers +# + +# +# Atmel media platform drivers +# + +# +# Cadence media platform drivers +# +CONFIG_VIDEO_CADENCE_CSI2RX=m +# CONFIG_VIDEO_CADENCE_CSI2TX is not set + +# +# Chips&Media media platform drivers +# +# CONFIG_VIDEO_CODA is not set +# CONFIG_VIDEO_WAVE_VPU is not set + +# +# Intel media platform drivers +# + +# +# Marvell media platform drivers +# +# CONFIG_VIDEO_CAFE_CCIC is not set + +# +# Mediatek media platform drivers +# +CONFIG_VIDEO_MEDIATEK_JPEG=m +# CONFIG_VIDEO_MEDIATEK_MDP is not set +CONFIG_VIDEO_MEDIATEK_VCODEC_SCP=y +CONFIG_VIDEO_MEDIATEK_VCODEC=m +# CONFIG_VIDEO_MEDIATEK_VPU is not set +# CONFIG_VIDEO_MEDIATEK_MDP3 is not set + +# +# Microchip Technology, Inc. media platform drivers +# + +# +# Nuvoton media platform drivers +# +# CONFIG_VIDEO_NPCM_VCD_ECE is not set + +# +# NVidia media platform drivers +# +# CONFIG_VIDEO_TEGRA_VDE is not set + +# +# NXP media platform drivers +# +CONFIG_VIDEO_IMX7_CSI=m +# CONFIG_VIDEO_IMX8MQ_MIPI_CSI2 is not set +CONFIG_VIDEO_IMX_MIPI_CSIS=m +CONFIG_VIDEO_IMX8_ISI=m +CONFIG_VIDEO_IMX8_ISI_M2M=y +# CONFIG_VIDEO_IMX_PXP is not set +# CONFIG_VIDEO_DW100 is not set +# CONFIG_VIDEO_IMX8_JPEG is not set + +# +# Qualcomm media platform drivers +# +CONFIG_VIDEO_QCOM_CAMSS=m +CONFIG_VIDEO_QCOM_VENUS=m + +# +# Renesas media platform drivers +# +CONFIG_VIDEO_RCAR_ISP=m +CONFIG_VIDEO_RCAR_CSI2=m +CONFIG_VIDEO_RCAR_VIN=m +CONFIG_VIDEO_RZG2L_CSI2=m +CONFIG_VIDEO_RZG2L_CRU=m +CONFIG_VIDEO_RENESAS_FCP=m +CONFIG_VIDEO_RENESAS_FDP1=m +# CONFIG_VIDEO_RENESAS_JPU is not set +CONFIG_VIDEO_RENESAS_VSP1=m +CONFIG_VIDEO_RCAR_DRIF=m + +# +# Rockchip media platform drivers +# +# CONFIG_VIDEO_ROCKCHIP_RGA is not set +# CONFIG_VIDEO_ROCKCHIP_ISP1 is not set + +# +# Samsung media platform drivers +# +CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m +# CONFIG_VIDEO_SAMSUNG_EXYNOS4_IS is not set +# CONFIG_VIDEO_SAMSUNG_S5P_G2D is not set +CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m +CONFIG_VIDEO_SAMSUNG_S5P_MFC=m + +# +# STMicroelectronics media platform drivers +# +# CONFIG_VIDEO_STM32_DCMI is not set +# CONFIG_VIDEO_STM32_DCMIPP is not set +# CONFIG_VIDEO_STM32_DMA2D is not set + +# +# Sunxi media platform drivers +# +# CONFIG_VIDEO_SUN4I_CSI is not set +CONFIG_VIDEO_SUN6I_CSI=m +# CONFIG_VIDEO_SUN6I_MIPI_CSI2 is not set +# CONFIG_VIDEO_SUN8I_A83T_MIPI_CSI2 is not set +# CONFIG_VIDEO_SUN8I_DEINTERLACE is not set +# CONFIG_VIDEO_SUN8I_ROTATE is not set + +# +# Texas Instruments drivers +# +# CONFIG_VIDEO_TI_CAL is not set +CONFIG_VIDEO_TI_J721E_CSI2RX=m + +# +# Verisilicon media platform drivers +# +CONFIG_VIDEO_HANTRO=m +CONFIG_VIDEO_HANTRO_IMX8M=y +CONFIG_VIDEO_HANTRO_ROCKCHIP=y +CONFIG_VIDEO_HANTRO_SUNXI=y + +# +# VIA media platform drivers +# + +# +# Xilinx media platform drivers +# +# CONFIG_VIDEO_XILINX is not set + +# +# MMC/SDIO DVB adapters +# +# CONFIG_SMS_SDIO_DRV is not set +CONFIG_UVC_COMMON=m +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_V4L2=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_VMALLOC=m +CONFIG_VIDEOBUF2_DMA_SG=m +# end of Media drivers + +# +# Media ancillary drivers +# +CONFIG_MEDIA_ATTACH=y + +# +# IR I2C driver auto-selected by 'Autoselect ancillary drivers' +# +CONFIG_VIDEO_IR_I2C=m +CONFIG_VIDEO_CAMERA_SENSOR=y +# CONFIG_VIDEO_ALVIUM_CSI2 is not set +# CONFIG_VIDEO_AR0521 is not set +# CONFIG_VIDEO_GC0308 is not set +# CONFIG_VIDEO_GC2145 is not set +# CONFIG_VIDEO_HI556 is not set +# CONFIG_VIDEO_HI846 is not set +# CONFIG_VIDEO_HI847 is not set +# CONFIG_VIDEO_IMX208 is not set +# CONFIG_VIDEO_IMX214 is not set +CONFIG_VIDEO_IMX219=m +# CONFIG_VIDEO_IMX258 is not set +# CONFIG_VIDEO_IMX274 is not set +# CONFIG_VIDEO_IMX290 is not set +# CONFIG_VIDEO_IMX296 is not set +# CONFIG_VIDEO_IMX319 is not set +# CONFIG_VIDEO_IMX334 is not set +# CONFIG_VIDEO_IMX335 is not set +# CONFIG_VIDEO_IMX355 is not set +CONFIG_VIDEO_IMX412=m +# CONFIG_VIDEO_IMX415 is not set +# CONFIG_VIDEO_MT9M001 is not set +# CONFIG_VIDEO_MT9M111 is not set +# CONFIG_VIDEO_MT9M114 is not set +# CONFIG_VIDEO_MT9P031 is not set +# CONFIG_VIDEO_MT9T112 is not set +# CONFIG_VIDEO_MT9V011 is not set +# CONFIG_VIDEO_MT9V032 is not set +# CONFIG_VIDEO_MT9V111 is not set +# CONFIG_VIDEO_OG01A1B is not set +# CONFIG_VIDEO_OV01A10 is not set +# CONFIG_VIDEO_OV02A10 is not set +# CONFIG_VIDEO_OV08D10 is not set +# CONFIG_VIDEO_OV08X40 is not set +# CONFIG_VIDEO_OV13858 is not set +# CONFIG_VIDEO_OV13B10 is not set +# CONFIG_VIDEO_OV2640 is not set +# CONFIG_VIDEO_OV2659 is not set +# CONFIG_VIDEO_OV2680 is not set +# CONFIG_VIDEO_OV2685 is not set +# CONFIG_VIDEO_OV2740 is not set +# CONFIG_VIDEO_OV4689 is not set +CONFIG_VIDEO_OV5640=m +CONFIG_VIDEO_OV5645=m +# CONFIG_VIDEO_OV5647 is not set +# CONFIG_VIDEO_OV5648 is not set +# CONFIG_VIDEO_OV5670 is not set +# CONFIG_VIDEO_OV5675 is not set +# CONFIG_VIDEO_OV5693 is not set +# CONFIG_VIDEO_OV5695 is not set +# CONFIG_VIDEO_OV64A40 is not set +# CONFIG_VIDEO_OV6650 is not set +# CONFIG_VIDEO_OV7251 is not set +# CONFIG_VIDEO_OV7640 is not set +# CONFIG_VIDEO_OV7670 is not set +# CONFIG_VIDEO_OV772X is not set +# CONFIG_VIDEO_OV7740 is not set +# CONFIG_VIDEO_OV8856 is not set +# CONFIG_VIDEO_OV8858 is not set +# CONFIG_VIDEO_OV8865 is not set +# CONFIG_VIDEO_OV9282 is not set +# CONFIG_VIDEO_OV9640 is not set +# CONFIG_VIDEO_OV9650 is not set +# CONFIG_VIDEO_OV9734 is not set +# CONFIG_VIDEO_RDACM20 is not set +# CONFIG_VIDEO_RDACM21 is not set +# CONFIG_VIDEO_RJ54N1 is not set +# CONFIG_VIDEO_S5C73M3 is not set +# CONFIG_VIDEO_S5K5BAF is not set +# CONFIG_VIDEO_S5K6A3 is not set +# CONFIG_VIDEO_ST_VGXY61 is not set +# CONFIG_VIDEO_CCS is not set +# CONFIG_VIDEO_ET8EK8 is not set + +# +# Camera ISPs +# +# CONFIG_VIDEO_THP7312 is not set +# end of Camera ISPs + +# +# Lens drivers +# +# CONFIG_VIDEO_AD5820 is not set +# CONFIG_VIDEO_AK7375 is not set +# CONFIG_VIDEO_DW9714 is not set +# CONFIG_VIDEO_DW9719 is not set +# CONFIG_VIDEO_DW9768 is not set +# CONFIG_VIDEO_DW9807_VCM is not set +# end of Lens drivers + +# +# Flash devices +# +# CONFIG_VIDEO_ADP1653 is not set +# CONFIG_VIDEO_LM3560 is not set +# CONFIG_VIDEO_LM3646 is not set +# end of Flash devices + +# +# Audio decoders, processors and mixers +# +# CONFIG_VIDEO_CS3308 is not set +# CONFIG_VIDEO_CS5345 is not set +# CONFIG_VIDEO_CS53L32A is not set +# CONFIG_VIDEO_MSP3400 is not set +# CONFIG_VIDEO_SONY_BTF_MPX is not set +# CONFIG_VIDEO_TDA1997X is not set +# CONFIG_VIDEO_TDA7432 is not set +# CONFIG_VIDEO_TDA9840 is not set +# CONFIG_VIDEO_TEA6415C is not set +# CONFIG_VIDEO_TEA6420 is not set +# CONFIG_VIDEO_TLV320AIC23B is not set +# CONFIG_VIDEO_TVAUDIO is not set +# CONFIG_VIDEO_UDA1342 is not set +# CONFIG_VIDEO_VP27SMPX is not set +# CONFIG_VIDEO_WM8739 is not set +# CONFIG_VIDEO_WM8775 is not set +# end of Audio decoders, processors and mixers + +# +# RDS decoders +# +# CONFIG_VIDEO_SAA6588 is not set +# end of RDS decoders + +# +# Video decoders +# +# CONFIG_VIDEO_ADV7180 is not set +# CONFIG_VIDEO_ADV7183 is not set +# CONFIG_VIDEO_ADV748X is not set +# CONFIG_VIDEO_ADV7604 is not set +# CONFIG_VIDEO_ADV7842 is not set +# CONFIG_VIDEO_BT819 is not set +# CONFIG_VIDEO_BT856 is not set +# CONFIG_VIDEO_BT866 is not set +# CONFIG_VIDEO_ISL7998X is not set +# CONFIG_VIDEO_KS0127 is not set +# CONFIG_VIDEO_MAX9286 is not set +# CONFIG_VIDEO_ML86V7667 is not set +# CONFIG_VIDEO_SAA7110 is not set +# CONFIG_VIDEO_SAA711X is not set +# CONFIG_VIDEO_TC358743 is not set +# CONFIG_VIDEO_TC358746 is not set +# CONFIG_VIDEO_TVP514X is not set +# CONFIG_VIDEO_TVP5150 is not set +# CONFIG_VIDEO_TVP7002 is not set +# CONFIG_VIDEO_TW2804 is not set +# CONFIG_VIDEO_TW9900 is not set +# CONFIG_VIDEO_TW9903 is not set +# CONFIG_VIDEO_TW9906 is not set +# CONFIG_VIDEO_TW9910 is not set +# CONFIG_VIDEO_VPX3220 is not set + +# +# Video and audio decoders +# +# CONFIG_VIDEO_SAA717X is not set +# CONFIG_VIDEO_CX25840 is not set +# end of Video decoders + +# +# Video encoders +# +# CONFIG_VIDEO_ADV7170 is not set +# CONFIG_VIDEO_ADV7175 is not set +# CONFIG_VIDEO_ADV7343 is not set +# CONFIG_VIDEO_ADV7393 is not set +# CONFIG_VIDEO_AK881X is not set +# CONFIG_VIDEO_SAA7127 is not set +# CONFIG_VIDEO_SAA7185 is not set +# CONFIG_VIDEO_THS8200 is not set +# end of Video encoders + +# +# Video improvement chips +# +# CONFIG_VIDEO_UPD64031A is not set +# CONFIG_VIDEO_UPD64083 is not set +# end of Video improvement chips + +# +# Audio/Video compression chips +# +# CONFIG_VIDEO_SAA6752HS is not set +# end of Audio/Video compression chips + +# +# SDR tuner chips +# +# CONFIG_SDR_MAX2175 is not set +# end of SDR tuner chips + +# +# Miscellaneous helper chips +# +# CONFIG_VIDEO_I2C is not set +# CONFIG_VIDEO_M52790 is not set +# CONFIG_VIDEO_ST_MIPID02 is not set +# CONFIG_VIDEO_THS7303 is not set +# end of Miscellaneous helper chips + +# +# Video serializers and deserializers +# +# CONFIG_VIDEO_DS90UB913 is not set +# CONFIG_VIDEO_DS90UB953 is not set +# CONFIG_VIDEO_DS90UB960 is not set +# end of Video serializers and deserializers + +# +# Media SPI Adapters +# +# CONFIG_CXD2880_SPI_DRV is not set +# CONFIG_VIDEO_GS1662 is not set +# end of Media SPI Adapters + +CONFIG_MEDIA_TUNER=m + +# +# Customize TV tuners +# +# CONFIG_MEDIA_TUNER_E4000 is not set +# CONFIG_MEDIA_TUNER_FC0011 is not set +# CONFIG_MEDIA_TUNER_FC0012 is not set +# CONFIG_MEDIA_TUNER_FC0013 is not set +# CONFIG_MEDIA_TUNER_FC2580 is not set +# CONFIG_MEDIA_TUNER_IT913X is not set +# CONFIG_MEDIA_TUNER_M88RS6000T is not set +# CONFIG_MEDIA_TUNER_MAX2165 is not set +CONFIG_MEDIA_TUNER_MC44S803=m +# CONFIG_MEDIA_TUNER_MSI001 is not set +# CONFIG_MEDIA_TUNER_MT2060 is not set +# CONFIG_MEDIA_TUNER_MT2063 is not set +CONFIG_MEDIA_TUNER_MT20XX=m +# CONFIG_MEDIA_TUNER_MT2131 is not set +# CONFIG_MEDIA_TUNER_MT2266 is not set +# CONFIG_MEDIA_TUNER_MXL301RF is not set +# CONFIG_MEDIA_TUNER_MXL5005S is not set +# CONFIG_MEDIA_TUNER_MXL5007T is not set +# CONFIG_MEDIA_TUNER_QM1D1B0004 is not set +# CONFIG_MEDIA_TUNER_QM1D1C0042 is not set +# CONFIG_MEDIA_TUNER_QT1010 is not set +# CONFIG_MEDIA_TUNER_R820T is not set +# CONFIG_MEDIA_TUNER_SI2157 is not set +CONFIG_MEDIA_TUNER_SIMPLE=m +# CONFIG_MEDIA_TUNER_TDA18212 is not set +# CONFIG_MEDIA_TUNER_TDA18218 is not set +# CONFIG_MEDIA_TUNER_TDA18250 is not set +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA9887=m +# CONFIG_MEDIA_TUNER_TEA5761 is not set +# CONFIG_MEDIA_TUNER_TEA5767 is not set +# CONFIG_MEDIA_TUNER_TUA9001 is not set +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_XC5000=m +# end of Customize TV tuners + +# +# Customise DVB Frontends +# + +# +# Multistandard (satellite) frontends +# +# CONFIG_DVB_M88DS3103 is not set +# CONFIG_DVB_MXL5XX is not set +# CONFIG_DVB_STB0899 is not set +# CONFIG_DVB_STB6100 is not set +# CONFIG_DVB_STV090x is not set +# CONFIG_DVB_STV0910 is not set +# CONFIG_DVB_STV6110x is not set +# CONFIG_DVB_STV6111 is not set + +# +# Multistandard (cable + terrestrial) frontends +# +# CONFIG_DVB_DRXK is not set +# CONFIG_DVB_MN88472 is not set +# CONFIG_DVB_MN88473 is not set +# CONFIG_DVB_SI2165 is not set +# CONFIG_DVB_TDA18271C2DD is not set + +# +# DVB-S (satellite) frontends +# +# CONFIG_DVB_CX24110 is not set +# CONFIG_DVB_CX24116 is not set +# CONFIG_DVB_CX24117 is not set +# CONFIG_DVB_CX24120 is not set +# CONFIG_DVB_CX24123 is not set +# CONFIG_DVB_DS3000 is not set +# CONFIG_DVB_MB86A16 is not set +# CONFIG_DVB_MT312 is not set +# CONFIG_DVB_S5H1420 is not set +# CONFIG_DVB_SI21XX is not set +# CONFIG_DVB_STB6000 is not set +# CONFIG_DVB_STV0288 is not set +# CONFIG_DVB_STV0299 is not set +# CONFIG_DVB_STV0900 is not set +# CONFIG_DVB_STV6110 is not set +# CONFIG_DVB_TDA10071 is not set +# CONFIG_DVB_TDA10086 is not set +# CONFIG_DVB_TDA8083 is not set +# CONFIG_DVB_TDA8261 is not set +# CONFIG_DVB_TDA826X is not set +# CONFIG_DVB_TS2020 is not set +# CONFIG_DVB_TUA6100 is not set +# CONFIG_DVB_TUNER_CX24113 is not set +# CONFIG_DVB_TUNER_ITD1000 is not set +# CONFIG_DVB_VES1X93 is not set +# CONFIG_DVB_ZL10036 is not set +# CONFIG_DVB_ZL10039 is not set + +# +# DVB-T (terrestrial) frontends +# +# CONFIG_DVB_AF9013 is not set +# CONFIG_DVB_CX22700 is not set +# CONFIG_DVB_CX22702 is not set +# CONFIG_DVB_CXD2820R is not set +# CONFIG_DVB_CXD2841ER is not set +# CONFIG_DVB_DIB3000MB is not set +# CONFIG_DVB_DIB3000MC is not set +# CONFIG_DVB_DIB7000M is not set +# CONFIG_DVB_DIB7000P is not set +# CONFIG_DVB_DIB9000 is not set +# CONFIG_DVB_DRXD is not set +# CONFIG_DVB_EC100 is not set +# CONFIG_DVB_L64781 is not set +# CONFIG_DVB_MT352 is not set +# CONFIG_DVB_NXT6000 is not set +# CONFIG_DVB_RTL2830 is not set +# CONFIG_DVB_RTL2832 is not set +# CONFIG_DVB_RTL2832_SDR is not set +# CONFIG_DVB_S5H1432 is not set +# CONFIG_DVB_SI2168 is not set +# CONFIG_DVB_SP887X is not set +# CONFIG_DVB_STV0367 is not set +# CONFIG_DVB_TDA10048 is not set +# CONFIG_DVB_TDA1004X is not set +# CONFIG_DVB_ZD1301_DEMOD is not set +# CONFIG_DVB_ZL10353 is not set +# CONFIG_DVB_CXD2880 is not set + +# +# DVB-C (cable) frontends +# +# CONFIG_DVB_STV0297 is not set +# CONFIG_DVB_TDA10021 is not set +# CONFIG_DVB_TDA10023 is not set +# CONFIG_DVB_VES1820 is not set + +# +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends +# +# CONFIG_DVB_AU8522_DTV is not set +# CONFIG_DVB_AU8522_V4L is not set +# CONFIG_DVB_BCM3510 is not set +# CONFIG_DVB_LG2160 is not set +# CONFIG_DVB_LGDT3305 is not set +# CONFIG_DVB_LGDT3306A is not set +# CONFIG_DVB_LGDT330X is not set +# CONFIG_DVB_MXL692 is not set +# CONFIG_DVB_NXT200X is not set +# CONFIG_DVB_OR51132 is not set +# CONFIG_DVB_OR51211 is not set +# CONFIG_DVB_S5H1409 is not set +# CONFIG_DVB_S5H1411 is not set + +# +# ISDB-T (terrestrial) frontends +# +# CONFIG_DVB_DIB8000 is not set +# CONFIG_DVB_MB86A20S is not set +# CONFIG_DVB_S921 is not set + +# +# ISDB-S (satellite) & ISDB-T (terrestrial) frontends +# +# CONFIG_DVB_MN88443X is not set +# CONFIG_DVB_TC90522 is not set + +# +# Digital terrestrial only tuners/PLL +# +# CONFIG_DVB_PLL is not set +# CONFIG_DVB_TUNER_DIB0070 is not set +# CONFIG_DVB_TUNER_DIB0090 is not set + +# +# SEC control devices for DVB-S +# +# CONFIG_DVB_A8293 is not set +# CONFIG_DVB_AF9033 is not set +# CONFIG_DVB_ASCOT2E is not set +# CONFIG_DVB_ATBM8830 is not set +# CONFIG_DVB_HELENE is not set +# CONFIG_DVB_HORUS3A is not set +# CONFIG_DVB_ISL6405 is not set +# CONFIG_DVB_ISL6421 is not set +# CONFIG_DVB_ISL6423 is not set +# CONFIG_DVB_IX2505V is not set +# CONFIG_DVB_LGS8GL5 is not set +# CONFIG_DVB_LGS8GXX is not set +# CONFIG_DVB_LNBH25 is not set +# CONFIG_DVB_LNBH29 is not set +# CONFIG_DVB_LNBP21 is not set +# CONFIG_DVB_LNBP22 is not set +# CONFIG_DVB_M88RS2000 is not set +# CONFIG_DVB_TDA665x is not set +# CONFIG_DVB_DRX39XYJ is not set + +# +# Common Interface (EN50221) controller drivers +# +# CONFIG_DVB_CXD2099 is not set +# CONFIG_DVB_SP2 is not set +# end of Customise DVB Frontends +# end of Media ancillary drivers + +# +# Graphics support +# +CONFIG_APERTURE_HELPERS=y +CONFIG_VIDEO_CMDLINE=y +CONFIG_VIDEO_NOMODESET=y +# CONFIG_AUXDISPLAY is not set +CONFIG_TEGRA_HOST1X_CONTEXT_BUS=y +CONFIG_TEGRA_HOST1X=m +CONFIG_TEGRA_HOST1X_FIREWALL=y +CONFIG_DRM=m +CONFIG_DRM_MIPI_DSI=y +CONFIG_DRM_KMS_HELPER=m +# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set +CONFIG_DRM_FBDEV_EMULATION=y +CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set +# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +CONFIG_DRM_DP_AUX_BUS=m +CONFIG_DRM_DISPLAY_HELPER=m +CONFIG_DRM_DISPLAY_DP_HELPER=y +CONFIG_DRM_DISPLAY_HDCP_HELPER=y +CONFIG_DRM_DISPLAY_HDMI_HELPER=y +# CONFIG_DRM_DP_AUX_CHARDEV is not set +# CONFIG_DRM_DP_CEC is not set +CONFIG_DRM_TTM=m +CONFIG_DRM_EXEC=m +CONFIG_DRM_GPUVM=m +CONFIG_DRM_VRAM_HELPER=m +CONFIG_DRM_TTM_HELPER=m +CONFIG_DRM_GEM_DMA_HELPER=m +CONFIG_DRM_GEM_SHMEM_HELPER=m +CONFIG_DRM_SCHED=m + +# +# I2C encoder or helper chips +# +CONFIG_DRM_I2C_CH7006=m +CONFIG_DRM_I2C_SIL164=m +CONFIG_DRM_I2C_NXP_TDA998X=m +# CONFIG_DRM_I2C_NXP_TDA9950 is not set +# end of I2C encoder or helper chips + +# +# ARM devices +# +CONFIG_DRM_HDLCD=m +# CONFIG_DRM_HDLCD_SHOW_UNDERRUN is not set +CONFIG_DRM_MALI_DISPLAY=m +CONFIG_DRM_KOMEDA=m +# end of ARM devices + +# CONFIG_DRM_RADEON is not set +# CONFIG_DRM_AMDGPU is not set +CONFIG_DRM_NOUVEAU=m +CONFIG_NOUVEAU_PLATFORM_DRIVER=y +CONFIG_NOUVEAU_DEBUG=5 +CONFIG_NOUVEAU_DEBUG_DEFAULT=3 +# CONFIG_NOUVEAU_DEBUG_MMU is not set +# CONFIG_NOUVEAU_DEBUG_PUSH is not set +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +# CONFIG_DRM_NOUVEAU_GSP_DEFAULT is not set +# CONFIG_DRM_XE is not set +# CONFIG_DRM_KMB_DISPLAY is not set +# CONFIG_DRM_VGEM is not set +# CONFIG_DRM_VKMS is not set +CONFIG_DRM_EXYNOS=m + +# +# CRTCs +# +# CONFIG_DRM_EXYNOS_FIMD is not set +CONFIG_DRM_EXYNOS5433_DECON=y +CONFIG_DRM_EXYNOS7_DECON=y +# CONFIG_DRM_EXYNOS_MIXER is not set +# CONFIG_DRM_EXYNOS_VIDI is not set + +# +# Encoders and Bridges +# +CONFIG_DRM_EXYNOS_DSI=y +# CONFIG_DRM_EXYNOS_DP is not set +CONFIG_DRM_EXYNOS_HDMI=y +CONFIG_DRM_EXYNOS_MIC=y + +# +# Sub-drivers +# +# CONFIG_DRM_EXYNOS_G2D is not set +# CONFIG_DRM_EXYNOS_FIMC is not set +# CONFIG_DRM_EXYNOS_ROTATOR is not set +# CONFIG_DRM_EXYNOS_SCALER is not set +CONFIG_DRM_ROCKCHIP=m +CONFIG_ROCKCHIP_VOP=y +CONFIG_ROCKCHIP_VOP2=y +CONFIG_ROCKCHIP_ANALOGIX_DP=y +CONFIG_ROCKCHIP_CDN_DP=y +CONFIG_ROCKCHIP_DW_HDMI=y +CONFIG_ROCKCHIP_DW_MIPI_DSI=y +CONFIG_ROCKCHIP_INNO_HDMI=y +CONFIG_ROCKCHIP_LVDS=y +# CONFIG_ROCKCHIP_RGB is not set +# CONFIG_ROCKCHIP_RK3066_HDMI is not set +# CONFIG_DRM_VMWGFX is not set +# CONFIG_DRM_UDL is not set +# CONFIG_DRM_AST is not set +# CONFIG_DRM_MGAG200 is not set +CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_USE_CMM=y +CONFIG_DRM_RCAR_CMM=m +CONFIG_DRM_RCAR_DW_HDMI=m +CONFIG_DRM_RCAR_USE_LVDS=y +CONFIG_DRM_RCAR_LVDS=m +CONFIG_DRM_RCAR_USE_MIPI_DSI=y +CONFIG_DRM_RCAR_MIPI_DSI=m +CONFIG_DRM_RZG2L_MIPI_DSI=m +CONFIG_DRM_RCAR_VSP=y +CONFIG_DRM_RCAR_WRITEBACK=y +# CONFIG_DRM_SHMOBILE is not set +CONFIG_DRM_SUN4I=m +CONFIG_DRM_SUN6I_DSI=m +CONFIG_DRM_SUN8I_DW_HDMI=m +CONFIG_DRM_SUN8I_MIXER=m +CONFIG_DRM_SUN8I_TCON_TOP=m +# CONFIG_DRM_QXL is not set +# CONFIG_DRM_VIRTIO_GPU is not set +CONFIG_DRM_MSM=m +CONFIG_DRM_MSM_GPU_STATE=y +# CONFIG_DRM_MSM_GPU_SUDO is not set +CONFIG_DRM_MSM_MDSS=y +CONFIG_DRM_MSM_MDP4=y +CONFIG_DRM_MSM_MDP5=y +CONFIG_DRM_MSM_DPU=y +CONFIG_DRM_MSM_DP=y +CONFIG_DRM_MSM_DSI=y +CONFIG_DRM_MSM_DSI_28NM_PHY=y +CONFIG_DRM_MSM_DSI_20NM_PHY=y +CONFIG_DRM_MSM_DSI_28NM_8960_PHY=y +CONFIG_DRM_MSM_DSI_14NM_PHY=y +CONFIG_DRM_MSM_DSI_10NM_PHY=y +CONFIG_DRM_MSM_DSI_7NM_PHY=y +CONFIG_DRM_MSM_HDMI=y +CONFIG_DRM_MSM_HDMI_HDCP=y +CONFIG_DRM_TEGRA=m +# CONFIG_DRM_TEGRA_DEBUG is not set +# CONFIG_DRM_TEGRA_STAGING is not set +# CONFIG_DRM_STM is not set +CONFIG_DRM_PANEL=y + +# +# Display Panels +# +# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set +# CONFIG_DRM_PANEL_ARM_VERSATILE is not set +# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set +# CONFIG_DRM_PANEL_AUO_A030JTN01 is not set +# CONFIG_DRM_PANEL_BOE_BF060Y8M_AJ0 is not set +# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set +CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m +# CONFIG_DRM_PANEL_DSI_CM is not set +CONFIG_DRM_PANEL_LVDS=m +CONFIG_DRM_PANEL_SIMPLE=m +CONFIG_DRM_PANEL_EDP=m +# CONFIG_DRM_PANEL_EBBG_FT8719 is not set +# CONFIG_DRM_PANEL_ELIDA_KD35T133 is not set +# CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02 is not set +# CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D is not set +# CONFIG_DRM_PANEL_HIMAX_HX8394 is not set +# CONFIG_DRM_PANEL_ILITEK_IL9322 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9341 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9805 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9881C is not set +CONFIG_DRM_PANEL_ILITEK_ILI9882T=m +# CONFIG_DRM_PANEL_INNOLUX_EJ030NA is not set +# CONFIG_DRM_PANEL_INNOLUX_P079ZCA is not set +# CONFIG_DRM_PANEL_JADARD_JD9365DA_H3 is not set +# CONFIG_DRM_PANEL_JDI_LT070ME05000 is not set +# CONFIG_DRM_PANEL_JDI_LPM102A188A is not set +# CONFIG_DRM_PANEL_JDI_R63452 is not set +# CONFIG_DRM_PANEL_KHADAS_TS050 is not set +# CONFIG_DRM_PANEL_KINGDISPLAY_KD097D04 is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK050H3146W is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK500HD1829 is not set +# CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set +# CONFIG_DRM_PANEL_LG_LB035Q02 is not set +# CONFIG_DRM_PANEL_LG_LG4573 is not set +# CONFIG_DRM_PANEL_MAGNACHIP_D53E6EA8966 is not set +# CONFIG_DRM_PANEL_NEC_NL8048HL11 is not set +# CONFIG_DRM_PANEL_NEWVISION_NV3051D is not set +# CONFIG_DRM_PANEL_NEWVISION_NV3052C is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35510 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35560 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35950 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT36523 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT36672A is not set +# CONFIG_DRM_PANEL_NOVATEK_NT39016 is not set +CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m +# CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO is not set +# CONFIG_DRM_PANEL_ORISETECH_OTA5601A is not set +# CONFIG_DRM_PANEL_ORISETECH_OTM8009A is not set +# CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS is not set +# CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 is not set +# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set +CONFIG_DRM_PANEL_RAYDIUM_RM67191=m +# CONFIG_DRM_PANEL_RAYDIUM_RM68200 is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM692E5 is not set +# CONFIG_DRM_PANEL_RONBO_RB070D30 is not set +# CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 is not set +# CONFIG_DRM_PANEL_SAMSUNG_DB7430 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D16D0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D27A1 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D7AA0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E63M0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_SOFEF00 is not set +# CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set +# CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set +# CONFIG_DRM_PANEL_SHARP_LS037V7DW01 is not set +# CONFIG_DRM_PANEL_SHARP_LS043T1LE01 is not set +# CONFIG_DRM_PANEL_SHARP_LS060T1SX01 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7701 is not set +CONFIG_DRM_PANEL_SITRONIX_ST7703=m +# CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set +# CONFIG_DRM_PANEL_SYNAPTICS_R63353 is not set +# CONFIG_DRM_PANEL_SONY_ACX565AKM is not set +# CONFIG_DRM_PANEL_SONY_TD4353_JDI is not set +# CONFIG_DRM_PANEL_SONY_TULIP_TRULY_NT35521 is not set +# CONFIG_DRM_PANEL_STARTEK_KD070FHFID015 is not set +# CONFIG_DRM_PANEL_TDO_TL070WSH30 is not set +# CONFIG_DRM_PANEL_TPO_TD028TTEC1 is not set +# CONFIG_DRM_PANEL_TPO_TD043MTEA1 is not set +# CONFIG_DRM_PANEL_TPO_TPG110 is not set +CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m +# CONFIG_DRM_PANEL_VISIONOX_RM69299 is not set +CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m +# CONFIG_DRM_PANEL_VISIONOX_R66451 is not set +# CONFIG_DRM_PANEL_WIDECHIPS_WS2401 is not set +# CONFIG_DRM_PANEL_XINPENG_XPP055C272 is not set +# end of Display Panels + +CONFIG_DRM_BRIDGE=y +CONFIG_DRM_PANEL_BRIDGE=y +CONFIG_DRM_AUX_BRIDGE=m +CONFIG_DRM_AUX_HPD_BRIDGE=m + +# +# Display Interface Bridges +# +# CONFIG_DRM_CHIPONE_ICN6211 is not set +# CONFIG_DRM_CHRONTEL_CH7033 is not set +# CONFIG_DRM_CROS_EC_ANX7688 is not set +CONFIG_DRM_DISPLAY_CONNECTOR=m +# CONFIG_DRM_FSL_LDB is not set +# CONFIG_DRM_ITE_IT6505 is not set +CONFIG_DRM_LONTIUM_LT8912B=m +# CONFIG_DRM_LONTIUM_LT9211 is not set +CONFIG_DRM_LONTIUM_LT9611=m +CONFIG_DRM_LONTIUM_LT9611UXC=m +CONFIG_DRM_ITE_IT66121=m +# CONFIG_DRM_LVDS_CODEC is not set +# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set +CONFIG_DRM_NWL_MIPI_DSI=m +# CONFIG_DRM_NXP_PTN3460 is not set +# CONFIG_DRM_PARADE_PS8622 is not set +CONFIG_DRM_PARADE_PS8640=m +CONFIG_DRM_SAMSUNG_DSIM=m +# CONFIG_DRM_SIL_SII8620 is not set +CONFIG_DRM_SII902X=m +# CONFIG_DRM_SII9234 is not set +CONFIG_DRM_SIMPLE_BRIDGE=m +CONFIG_DRM_THINE_THC63LVD1024=m +# CONFIG_DRM_TOSHIBA_TC358762 is not set +# CONFIG_DRM_TOSHIBA_TC358764 is not set +CONFIG_DRM_TOSHIBA_TC358767=m +CONFIG_DRM_TOSHIBA_TC358768=m +# CONFIG_DRM_TOSHIBA_TC358775 is not set +# CONFIG_DRM_TI_DLPC3433 is not set +CONFIG_DRM_TI_TFP410=m +CONFIG_DRM_TI_SN65DSI83=m +CONFIG_DRM_TI_SN65DSI86=m +# CONFIG_DRM_TI_TPD12S015 is not set +# CONFIG_DRM_ANALOGIX_ANX6345 is not set +# CONFIG_DRM_ANALOGIX_ANX78XX is not set +CONFIG_DRM_ANALOGIX_DP=m +CONFIG_DRM_ANALOGIX_ANX7625=m +CONFIG_DRM_I2C_ADV7511=m +CONFIG_DRM_I2C_ADV7511_AUDIO=y +CONFIG_DRM_I2C_ADV7511_CEC=y +# CONFIG_DRM_CDNS_DSI is not set +CONFIG_DRM_CDNS_MHDP8546=m +CONFIG_DRM_CDNS_MHDP8546_J721E=y +# CONFIG_DRM_IMX8QM_LDB is not set +# CONFIG_DRM_IMX8QXP_LDB is not set +# CONFIG_DRM_IMX8QXP_PIXEL_COMBINER is not set +# CONFIG_DRM_IMX8QXP_PIXEL_LINK is not set +# CONFIG_DRM_IMX8QXP_PIXEL_LINK_TO_DPI is not set +# CONFIG_DRM_IMX93_MIPI_DSI is not set +CONFIG_DRM_DW_HDMI=m +CONFIG_DRM_DW_HDMI_AHB_AUDIO=m +CONFIG_DRM_DW_HDMI_I2S_AUDIO=m +# CONFIG_DRM_DW_HDMI_GP_AUDIO is not set +CONFIG_DRM_DW_HDMI_CEC=m +CONFIG_DRM_DW_MIPI_DSI=m +# end of Display Interface Bridges + +CONFIG_DRM_IMX_DCSS=m +# CONFIG_DRM_IMX_LCDC is not set +CONFIG_DRM_V3D=m +CONFIG_DRM_VC4=m +# CONFIG_DRM_VC4_HDMI_CEC is not set +CONFIG_DRM_ETNAVIV=m +CONFIG_DRM_ETNAVIV_THERMAL=y +CONFIG_DRM_HISI_HIBMC=m +CONFIG_DRM_HISI_KIRIN=m +# CONFIG_DRM_LOGICVC is not set +CONFIG_DRM_MEDIATEK=m +CONFIG_DRM_MEDIATEK_DP=m +CONFIG_DRM_MEDIATEK_HDMI=m +CONFIG_DRM_MXS=y +CONFIG_DRM_MXSFB=m +CONFIG_DRM_IMX_LCDIF=m +CONFIG_DRM_MESON=m +CONFIG_DRM_MESON_DW_HDMI=m +CONFIG_DRM_MESON_DW_MIPI_DSI=m +# CONFIG_DRM_ARCPGU is not set +# CONFIG_DRM_BOCHS is not set +# CONFIG_DRM_CIRRUS_QEMU is not set +# CONFIG_DRM_GM12U320 is not set +# CONFIG_DRM_PANEL_MIPI_DBI is not set +# CONFIG_DRM_SIMPLEDRM is not set +# CONFIG_TINYDRM_HX8357D is not set +# CONFIG_TINYDRM_ILI9163 is not set +# CONFIG_TINYDRM_ILI9225 is not set +# CONFIG_TINYDRM_ILI9341 is not set +# CONFIG_TINYDRM_ILI9486 is not set +# CONFIG_TINYDRM_MI0283QT is not set +# CONFIG_TINYDRM_REPAPER is not set +# CONFIG_TINYDRM_ST7586 is not set +# CONFIG_TINYDRM_ST7735R is not set +CONFIG_DRM_PL111=m +# CONFIG_DRM_XEN_FRONTEND is not set +CONFIG_DRM_LIMA=m +CONFIG_DRM_PANFROST=m +CONFIG_DRM_TIDSS=m +# CONFIG_DRM_GUD is not set +# CONFIG_DRM_SSD130X is not set +# CONFIG_DRM_SPRD is not set +CONFIG_DRM_POWERVR=m +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y + +# +# Frame buffer Devices +# +CONFIG_FB=y +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_IMX is not set +# CONFIG_FB_CYBER2000 is not set +# CONFIG_FB_ASILIANT is not set +# CONFIG_FB_IMSTT is not set +CONFIG_FB_EFI=y +# CONFIG_FB_OPENCORES is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_I740 is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_ARK is not set +# CONFIG_FB_PM3 is not set +# CONFIG_FB_CARMINE is not set +# CONFIG_FB_SH_MOBILE_LCDC is not set +# CONFIG_FB_SMSCUFX is not set +# CONFIG_FB_UDL is not set +# CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB_XILINX is not set +# CONFIG_FB_VIRTUAL is not set +CONFIG_XEN_FBDEV_FRONTEND=y +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_SIMPLE is not set +# CONFIG_FB_SSD1307 is not set +# CONFIG_FB_SM712 is not set +CONFIG_FB_CORE=y +CONFIG_FB_NOTIFY=y +# CONFIG_FIRMWARE_EDID is not set +CONFIG_FB_DEVICE=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_IMAGEBLIT=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_SYSMEM_FOPS=y +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_DMAMEM_HELPERS=y +CONFIG_FB_IOMEM_FOPS=y +CONFIG_FB_IOMEM_HELPERS=y +CONFIG_FB_SYSMEM_HELPERS=y +CONFIG_FB_SYSMEM_HELPERS_DEFERRED=y +CONFIG_FB_MODE_HELPERS=y +# CONFIG_FB_TILEBLITTING is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=m +# CONFIG_BACKLIGHT_KTD253 is not set +# CONFIG_BACKLIGHT_KTZ8866 is not set +CONFIG_BACKLIGHT_PWM=m +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3630A is not set +# CONFIG_BACKLIGHT_LM3639 is not set +CONFIG_BACKLIGHT_LP855X=m +# CONFIG_BACKLIGHT_MP3309C is not set +# CONFIG_BACKLIGHT_GPIO is not set +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# CONFIG_BACKLIGHT_LED is not set +# end of Backlight & LCD device support + +CONFIG_VIDEOMODE_HELPERS=y +CONFIG_HDMI=y + +# +# Console display driver support +# +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set +# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set +# end of Console display driver support + +CONFIG_LOGO=y +# CONFIG_LOGO_LINUX_MONO is not set +# CONFIG_LOGO_LINUX_VGA16 is not set +CONFIG_LOGO_LINUX_CLUT224=y +# end of Graphics support + +# CONFIG_DRM_ACCEL is not set +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_TIMER=y +CONFIG_SND_PCM=y +CONFIG_SND_PCM_ELD=y +CONFIG_SND_PCM_IEC958=y +CONFIG_SND_DMAENGINE_PCM=y +CONFIG_SND_COMPRESS_OFFLOAD=y +CONFIG_SND_JACK=y +CONFIG_SND_JACK_INPUT_DEV=y +# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_PCM_TIMER=y +# CONFIG_SND_HRTIMER is not set +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_MAX_CARDS=32 +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_CTL_FAST_LOOKUP=y +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_CTL_INPUT_VALIDATION is not set +CONFIG_SND_VMASTER=y +# CONFIG_SND_SEQUENCER is not set +CONFIG_SND_DRIVERS=y +# CONFIG_SND_DUMMY is not set +CONFIG_SND_ALOOP=m +# CONFIG_SND_PCMTEST is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_SERIAL_GENERIC is not set +# CONFIG_SND_MPU401 is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS300 is not set +# CONFIG_SND_ALI5451 is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_AZT3328 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_EMU10K1 is not set +# CONFIG_SND_EMU10K1X is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_ES1938 is not set +# CONFIG_SND_ES1968 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1712 is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_LX6464ES is not set +# CONFIG_SND_MAESTRO3 is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_SONICVIBES is not set +# CONFIG_SND_TRIDENT is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +CONFIG_SND_HDA=m +# CONFIG_SND_HDA_INTEL is not set +CONFIG_SND_HDA_TEGRA=m +# CONFIG_SND_HDA_HWDEP is not set +# CONFIG_SND_HDA_RECONFIG is not set +# CONFIG_SND_HDA_INPUT_BEEP is not set +# CONFIG_SND_HDA_PATCH_LOADER is not set +# CONFIG_SND_HDA_SCODEC_CS35L41_I2C is not set +# CONFIG_SND_HDA_SCODEC_CS35L41_SPI is not set +# CONFIG_SND_HDA_SCODEC_CS35L56_I2C is not set +# CONFIG_SND_HDA_SCODEC_CS35L56_SPI is not set +# CONFIG_SND_HDA_SCODEC_TAS2781_I2C is not set +# CONFIG_SND_HDA_CODEC_REALTEK is not set +# CONFIG_SND_HDA_CODEC_ANALOG is not set +# CONFIG_SND_HDA_CODEC_SIGMATEL is not set +# CONFIG_SND_HDA_CODEC_VIA is not set +CONFIG_SND_HDA_CODEC_HDMI=m +# CONFIG_SND_HDA_CODEC_CIRRUS is not set +# CONFIG_SND_HDA_CODEC_CS8409 is not set +# CONFIG_SND_HDA_CODEC_CONEXANT is not set +# CONFIG_SND_HDA_CODEC_CA0110 is not set +# CONFIG_SND_HDA_CODEC_CA0132 is not set +# CONFIG_SND_HDA_CODEC_CMEDIA is not set +# CONFIG_SND_HDA_CODEC_SI3054 is not set +# CONFIG_SND_HDA_GENERIC is not set +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +# end of HD-Audio + +CONFIG_SND_HDA_CORE=m +CONFIG_SND_HDA_ALIGNED_MMIO=y +CONFIG_SND_HDA_COMPONENT=y +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_SPI=y +CONFIG_SND_USB=y +# CONFIG_SND_USB_AUDIO is not set +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_6FIRE is not set +# CONFIG_SND_USB_HIFACE is not set +# CONFIG_SND_BCD2000 is not set +# CONFIG_SND_USB_POD is not set +# CONFIG_SND_USB_PODHD is not set +# CONFIG_SND_USB_TONEPORT is not set +# CONFIG_SND_USB_VARIAX is not set +CONFIG_SND_SOC=y +CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y +CONFIG_SND_SOC_COMPRESS=y +CONFIG_SND_SOC_TOPOLOGY=y +# CONFIG_SND_SOC_ADI is not set +# CONFIG_SND_SOC_AMD_ACP is not set +# CONFIG_SND_AMD_ACP_CONFIG is not set +CONFIG_SND_SOC_APPLE_MCA=y +# CONFIG_SND_ATMEL_SOC is not set +CONFIG_SND_BCM2835_SOC_I2S=m +# CONFIG_SND_BCM63XX_I2S_WHISTLER is not set +# CONFIG_SND_DESIGNWARE_I2S is not set + +# +# SoC Audio for Freescale CPUs +# + +# +# Common SoC Audio options for Freescale CPUs: +# +CONFIG_SND_SOC_FSL_ASRC=m +CONFIG_SND_SOC_FSL_SAI=m +# CONFIG_SND_SOC_FSL_MQS is not set +CONFIG_SND_SOC_FSL_AUDMIX=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_FSL_SPDIF=m +CONFIG_SND_SOC_FSL_ESAI=m +CONFIG_SND_SOC_FSL_MICFIL=m +CONFIG_SND_SOC_FSL_EASRC=m +# CONFIG_SND_SOC_FSL_XCVR is not set +# CONFIG_SND_SOC_FSL_AUD2HTX is not set +CONFIG_SND_SOC_FSL_UTILS=m +# CONFIG_SND_SOC_FSL_RPMSG is not set +CONFIG_SND_SOC_IMX_PCM_DMA=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_IMX_SOC=m + +# +# SoC Audio support for Freescale i.MX boards: +# +# CONFIG_SND_SOC_IMX_ES8328 is not set +CONFIG_SND_SOC_IMX_SGTL5000=m +CONFIG_SND_SOC_IMX_SPDIF=m +CONFIG_SND_SOC_FSL_ASOC_CARD=m +CONFIG_SND_SOC_IMX_AUDMIX=m +# CONFIG_SND_SOC_IMX_HDMI is not set +# CONFIG_SND_SOC_IMX_RPMSG is not set +# CONFIG_SND_SOC_IMX_CARD is not set +# end of SoC Audio for Freescale CPUs + +# CONFIG_SND_SOC_CHV3_I2S is not set +# CONFIG_SND_I2S_HI6210_I2S is not set +# CONFIG_SND_KIRKWOOD_SOC is not set +# CONFIG_SND_SOC_IMG is not set +# CONFIG_SND_SOC_INTEL_KEEMBAY is not set +CONFIG_SND_SOC_MEDIATEK=m +# CONFIG_SND_SOC_MT2701 is not set +# CONFIG_SND_SOC_MT6797 is not set +# CONFIG_SND_SOC_MT7986 is not set +# CONFIG_SND_SOC_MT8173 is not set +CONFIG_SND_SOC_MT8183=m +CONFIG_SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A=m +CONFIG_SND_SOC_MT8183_DA7219_MAX98357A=m +# CONFIG_SND_SOC_MT8186 is not set +# CONFIG_SND_SOC_MTK_BTCVSD is not set +# CONFIG_SND_SOC_MT8188 is not set +CONFIG_SND_SOC_MT8192=m +CONFIG_SND_SOC_MT8192_MT6359_RT1015_RT5682=m +CONFIG_SND_SOC_MT8195=m +CONFIG_SND_SOC_MT8195_MT6359=m + +# +# ASoC support for Amlogic platforms +# +CONFIG_SND_MESON_AIU=m +CONFIG_SND_MESON_AXG_FIFO=m +CONFIG_SND_MESON_AXG_FRDDR=m +CONFIG_SND_MESON_AXG_TODDR=m +CONFIG_SND_MESON_AXG_TDM_FORMATTER=m +CONFIG_SND_MESON_AXG_TDM_INTERFACE=m +CONFIG_SND_MESON_AXG_TDMIN=m +CONFIG_SND_MESON_AXG_TDMOUT=m +CONFIG_SND_MESON_AXG_SOUND_CARD=m +CONFIG_SND_MESON_AXG_SPDIFOUT=m +CONFIG_SND_MESON_AXG_SPDIFIN=m +CONFIG_SND_MESON_AXG_PDM=m +CONFIG_SND_MESON_CARD_UTILS=m +CONFIG_SND_MESON_CODEC_GLUE=m +CONFIG_SND_MESON_GX_SOUND_CARD=m +CONFIG_SND_MESON_G12A_TOACODEC=m +CONFIG_SND_MESON_G12A_TOHDMITX=m +CONFIG_SND_SOC_MESON_T9015=m +# end of ASoC support for Amlogic platforms + +CONFIG_SND_SOC_QCOM=m +CONFIG_SND_SOC_LPASS_CPU=m +CONFIG_SND_SOC_LPASS_HDMI=m +CONFIG_SND_SOC_LPASS_PLATFORM=m +CONFIG_SND_SOC_LPASS_CDC_DMA=m +CONFIG_SND_SOC_LPASS_APQ8016=m +CONFIG_SND_SOC_LPASS_SC7180=m +CONFIG_SND_SOC_LPASS_SC7280=m +# CONFIG_SND_SOC_STORM is not set +CONFIG_SND_SOC_APQ8016_SBC=m +CONFIG_SND_SOC_QCOM_COMMON=m +CONFIG_SND_SOC_QCOM_SDW=m +CONFIG_SND_SOC_QDSP6_COMMON=m +CONFIG_SND_SOC_QDSP6_CORE=m +CONFIG_SND_SOC_QDSP6_AFE=m +CONFIG_SND_SOC_QDSP6_AFE_DAI=m +CONFIG_SND_SOC_QDSP6_AFE_CLOCKS=m +CONFIG_SND_SOC_QDSP6_ADM=m +CONFIG_SND_SOC_QDSP6_ROUTING=m +CONFIG_SND_SOC_QDSP6_ASM=m +CONFIG_SND_SOC_QDSP6_ASM_DAI=m +CONFIG_SND_SOC_QDSP6_APM_DAI=m +CONFIG_SND_SOC_QDSP6_APM_LPASS_DAI=m +CONFIG_SND_SOC_QDSP6_APM=m +CONFIG_SND_SOC_QDSP6_PRM_LPASS_CLOCKS=m +CONFIG_SND_SOC_QDSP6_PRM=m +CONFIG_SND_SOC_QDSP6=m +CONFIG_SND_SOC_MSM8996=m +CONFIG_SND_SOC_SDM845=m +CONFIG_SND_SOC_SM8250=m +CONFIG_SND_SOC_SC8280XP=m +CONFIG_SND_SOC_SC7180=m +CONFIG_SND_SOC_SC7280=m +# CONFIG_SND_SOC_X1E80100 is not set +CONFIG_SND_SOC_ROCKCHIP=m +CONFIG_SND_SOC_ROCKCHIP_I2S=m +CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=m +# CONFIG_SND_SOC_ROCKCHIP_PDM is not set +CONFIG_SND_SOC_ROCKCHIP_SPDIF=m +# CONFIG_SND_SOC_ROCKCHIP_MAX98090 is not set +CONFIG_SND_SOC_ROCKCHIP_RT5645=m +# CONFIG_SND_SOC_RK3288_HDMI_ANALOG is not set +CONFIG_SND_SOC_RK3399_GRU_SOUND=m +CONFIG_SND_SOC_SAMSUNG=y +# CONFIG_SND_SAMSUNG_PCM is not set +# CONFIG_SND_SAMSUNG_SPDIF is not set +# CONFIG_SND_SAMSUNG_I2S is not set +# CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994 is not set +# CONFIG_SND_SOC_SAMSUNG_SMDK_SPDIF is not set +# CONFIG_SND_SOC_SMDK_WM8994_PCM is not set +# CONFIG_SND_SOC_SNOW is not set +# CONFIG_SND_SOC_ODROID is not set +# CONFIG_SND_SOC_ARNDALE is not set +# CONFIG_SND_SOC_SAMSUNG_ARIES_WM8994 is not set +# CONFIG_SND_SOC_SAMSUNG_MIDAS_WM1811 is not set + +# +# SoC Audio support for Renesas SoCs +# +# CONFIG_SND_SOC_SH4_FSI is not set +CONFIG_SND_SOC_RCAR=m +CONFIG_SND_SOC_RZ=m +# end of SoC Audio support for Renesas SoCs + +CONFIG_SND_SOC_SOF_TOPLEVEL=y +# CONFIG_SND_SOC_SOF_PCI is not set +# CONFIG_SND_SOC_SOF_ACPI is not set +CONFIG_SND_SOC_SOF_OF=y +CONFIG_SND_SOC_SOF_OF_DEV=m +CONFIG_SND_SOC_SOF_COMPRESS=y +# CONFIG_SND_SOC_SOF_DEVELOPER_SUPPORT is not set +CONFIG_SND_SOC_SOF=m +CONFIG_SND_SOC_SOF_IPC3=y +# CONFIG_SND_SOC_SOF_IMX_TOPLEVEL is not set +CONFIG_SND_SOC_SOF_MTK_TOPLEVEL=y +CONFIG_SND_SOC_SOF_MTK_COMMON=m +# CONFIG_SND_SOC_SOF_MT8186 is not set +CONFIG_SND_SOC_SOF_MT8195=m +CONFIG_SND_SOC_SOF_XTENSA=m +# CONFIG_SND_SOC_SPRD is not set + +# +# STMicroelectronics STM32 SOC audio support +# +# CONFIG_SND_SOC_STM32_SAI is not set +# CONFIG_SND_SOC_STM32_I2S is not set +# CONFIG_SND_SOC_STM32_SPDIFRX is not set +# end of STMicroelectronics STM32 SOC audio support + +# +# Allwinner SoC Audio support +# +# CONFIG_SND_SUN4I_CODEC is not set +CONFIG_SND_SUN8I_CODEC=m +CONFIG_SND_SUN8I_CODEC_ANALOG=m +CONFIG_SND_SUN50I_CODEC_ANALOG=m +CONFIG_SND_SUN4I_I2S=m +CONFIG_SND_SUN4I_SPDIF=m +# CONFIG_SND_SUN50I_DMIC is not set +CONFIG_SND_SUN8I_ADDA_PR_REGMAP=m +# end of Allwinner SoC Audio support + +CONFIG_SND_SOC_TEGRA=m +# CONFIG_SND_SOC_TEGRA20_AC97 is not set +# CONFIG_SND_SOC_TEGRA20_DAS is not set +# CONFIG_SND_SOC_TEGRA20_I2S is not set +# CONFIG_SND_SOC_TEGRA20_SPDIF is not set +# CONFIG_SND_SOC_TEGRA30_AHUB is not set +# CONFIG_SND_SOC_TEGRA30_I2S is not set +CONFIG_SND_SOC_TEGRA210_AHUB=m +CONFIG_SND_SOC_TEGRA210_DMIC=m +CONFIG_SND_SOC_TEGRA210_I2S=m +CONFIG_SND_SOC_TEGRA210_OPE=m +CONFIG_SND_SOC_TEGRA186_ASRC=m +CONFIG_SND_SOC_TEGRA186_DSPK=m +CONFIG_SND_SOC_TEGRA210_ADMAIF=m +CONFIG_SND_SOC_TEGRA210_MVC=m +CONFIG_SND_SOC_TEGRA210_SFC=m +CONFIG_SND_SOC_TEGRA210_AMX=m +CONFIG_SND_SOC_TEGRA210_ADX=m +CONFIG_SND_SOC_TEGRA210_MIXER=m +CONFIG_SND_SOC_TEGRA_AUDIO_GRAPH_CARD=m +# CONFIG_SND_SOC_TEGRA_RT5631 is not set +# CONFIG_SND_SOC_TEGRA_RT5640 is not set +# CONFIG_SND_SOC_TEGRA_WM8753 is not set +# CONFIG_SND_SOC_TEGRA_WM8903 is not set +# CONFIG_SND_SOC_TEGRA_WM9712 is not set +# CONFIG_SND_SOC_TEGRA_TRIMSLICE is not set +# CONFIG_SND_SOC_TEGRA_ALC5632 is not set +# CONFIG_SND_SOC_TEGRA_MAX98090 is not set +# CONFIG_SND_SOC_TEGRA_MAX98088 is not set +# CONFIG_SND_SOC_TEGRA_RT5677 is not set +# CONFIG_SND_SOC_TEGRA_SGTL5000 is not set + +# +# Audio support for Texas Instruments SoCs +# +CONFIG_SND_SOC_TI_EDMA_PCM=m +CONFIG_SND_SOC_TI_SDMA_PCM=m +CONFIG_SND_SOC_TI_UDMA_PCM=m + +# +# Texas Instruments DAI support for: +# +CONFIG_SND_SOC_DAVINCI_MCASP=m + +# +# Audio support for boards with Texas Instruments SoCs +# +CONFIG_SND_SOC_J721E_EVM=m +# end of Audio support for Texas Instruments SoCs + +# CONFIG_SND_SOC_UNIPHIER is not set +# CONFIG_SND_SOC_XILINX_I2S is not set +# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set +# CONFIG_SND_SOC_XILINX_SPDIF is not set +# CONFIG_SND_SOC_XTFPGA_I2S is not set +CONFIG_SND_SOC_I2C_AND_SPI=y + +# +# CODEC drivers +# +CONFIG_SND_SOC_WM_HUBS=m +# CONFIG_SND_SOC_AC97_CODEC is not set +# CONFIG_SND_SOC_ADAU1372_I2C is not set +# CONFIG_SND_SOC_ADAU1372_SPI is not set +# CONFIG_SND_SOC_ADAU1701 is not set +# CONFIG_SND_SOC_ADAU1761_I2C is not set +# CONFIG_SND_SOC_ADAU1761_SPI is not set +CONFIG_SND_SOC_ADAU7002=m +# CONFIG_SND_SOC_ADAU7118_HW is not set +# CONFIG_SND_SOC_ADAU7118_I2C is not set +# CONFIG_SND_SOC_AK4104 is not set +# CONFIG_SND_SOC_AK4118 is not set +# CONFIG_SND_SOC_AK4375 is not set +# CONFIG_SND_SOC_AK4458 is not set +# CONFIG_SND_SOC_AK4554 is not set +CONFIG_SND_SOC_AK4613=m +# CONFIG_SND_SOC_AK4642 is not set +# CONFIG_SND_SOC_AK5386 is not set +# CONFIG_SND_SOC_AK5558 is not set +# CONFIG_SND_SOC_ALC5623 is not set +# CONFIG_SND_SOC_AUDIO_IIO_AUX is not set +# CONFIG_SND_SOC_AW8738 is not set +# CONFIG_SND_SOC_AW88395 is not set +# CONFIG_SND_SOC_AW88261 is not set +# CONFIG_SND_SOC_AW87390 is not set +# CONFIG_SND_SOC_AW88399 is not set +# CONFIG_SND_SOC_BD28623 is not set +CONFIG_SND_SOC_BT_SCO=m +# CONFIG_SND_SOC_CHV3_CODEC is not set +CONFIG_SND_SOC_CROS_EC_CODEC=m +# CONFIG_SND_SOC_CS35L32 is not set +# CONFIG_SND_SOC_CS35L33 is not set +# CONFIG_SND_SOC_CS35L34 is not set +# CONFIG_SND_SOC_CS35L35 is not set +# CONFIG_SND_SOC_CS35L36 is not set +# CONFIG_SND_SOC_CS35L41_SPI is not set +# CONFIG_SND_SOC_CS35L41_I2C is not set +# CONFIG_SND_SOC_CS35L45_SPI is not set +# CONFIG_SND_SOC_CS35L45_I2C is not set +# CONFIG_SND_SOC_CS35L56_I2C is not set +# CONFIG_SND_SOC_CS35L56_SPI is not set +# CONFIG_SND_SOC_CS35L56_SDW is not set +# CONFIG_SND_SOC_CS42L42 is not set +# CONFIG_SND_SOC_CS42L42_SDW is not set +# CONFIG_SND_SOC_CS42L51_I2C is not set +# CONFIG_SND_SOC_CS42L52 is not set +# CONFIG_SND_SOC_CS42L56 is not set +# CONFIG_SND_SOC_CS42L73 is not set +# CONFIG_SND_SOC_CS42L83 is not set +# CONFIG_SND_SOC_CS4234 is not set +# CONFIG_SND_SOC_CS4265 is not set +# CONFIG_SND_SOC_CS4270 is not set +# CONFIG_SND_SOC_CS4271_I2C is not set +# CONFIG_SND_SOC_CS4271_SPI is not set +# CONFIG_SND_SOC_CS42XX8_I2C is not set +# CONFIG_SND_SOC_CS43130 is not set +# CONFIG_SND_SOC_CS4341 is not set +# CONFIG_SND_SOC_CS4349 is not set +# CONFIG_SND_SOC_CS53L30 is not set +# CONFIG_SND_SOC_CX2072X is not set +CONFIG_SND_SOC_DA7213=m +CONFIG_SND_SOC_DA7219=m +CONFIG_SND_SOC_DMIC=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_ES7134=m +CONFIG_SND_SOC_ES7241=m +CONFIG_SND_SOC_ES8316=m +# CONFIG_SND_SOC_ES8326 is not set +# CONFIG_SND_SOC_ES8328_I2C is not set +# CONFIG_SND_SOC_ES8328_SPI is not set +CONFIG_SND_SOC_GTM601=m +# CONFIG_SND_SOC_HDA is not set +# CONFIG_SND_SOC_ICS43432 is not set +# CONFIG_SND_SOC_IDT821034 is not set +# CONFIG_SND_SOC_INNO_RK3036 is not set +# CONFIG_SND_SOC_MAX98088 is not set +# CONFIG_SND_SOC_MAX98090 is not set +CONFIG_SND_SOC_MAX98357A=m +# CONFIG_SND_SOC_MAX98504 is not set +# CONFIG_SND_SOC_MAX9867 is not set +CONFIG_SND_SOC_MAX98927=m +# CONFIG_SND_SOC_MAX98520 is not set +# CONFIG_SND_SOC_MAX98363 is not set +# CONFIG_SND_SOC_MAX98373_I2C is not set +# CONFIG_SND_SOC_MAX98373_SDW is not set +# CONFIG_SND_SOC_MAX98388 is not set +CONFIG_SND_SOC_MAX98390=m +# CONFIG_SND_SOC_MAX98396 is not set +# CONFIG_SND_SOC_MAX9860 is not set +CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m +CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m +# CONFIG_SND_SOC_PCM1681 is not set +# CONFIG_SND_SOC_PCM1789_I2C is not set +# CONFIG_SND_SOC_PCM179X_I2C is not set +# CONFIG_SND_SOC_PCM179X_SPI is not set +# CONFIG_SND_SOC_PCM186X_I2C is not set +# CONFIG_SND_SOC_PCM186X_SPI is not set +# CONFIG_SND_SOC_PCM3060_I2C is not set +# CONFIG_SND_SOC_PCM3060_SPI is not set +CONFIG_SND_SOC_PCM3168A=m +CONFIG_SND_SOC_PCM3168A_I2C=m +# CONFIG_SND_SOC_PCM3168A_SPI is not set +# CONFIG_SND_SOC_PCM5102A is not set +# CONFIG_SND_SOC_PCM512x_I2C is not set +# CONFIG_SND_SOC_PCM512x_SPI is not set +# CONFIG_SND_SOC_PEB2466 is not set +# CONFIG_SND_SOC_RK3328 is not set +CONFIG_SND_SOC_RK817=m +CONFIG_SND_SOC_RL6231=m +CONFIG_SND_SOC_RT1011=m +CONFIG_SND_SOC_RT1015=m +CONFIG_SND_SOC_RT1015P=m +# CONFIG_SND_SOC_RT1017_SDCA_SDW is not set +# CONFIG_SND_SOC_RT1308_SDW is not set +# CONFIG_SND_SOC_RT1316_SDW is not set +# CONFIG_SND_SOC_RT1318_SDW is not set +CONFIG_SND_SOC_RT5514=m +CONFIG_SND_SOC_RT5514_SPI=m +# CONFIG_SND_SOC_RT5616 is not set +# CONFIG_SND_SOC_RT5631 is not set +CONFIG_SND_SOC_RT5640=m +CONFIG_SND_SOC_RT5645=m +CONFIG_SND_SOC_RT5659=m +CONFIG_SND_SOC_RT5663=m +CONFIG_SND_SOC_RT5682=m +CONFIG_SND_SOC_RT5682_I2C=m +# CONFIG_SND_SOC_RT5682_SDW is not set +CONFIG_SND_SOC_RT5682S=m +# CONFIG_SND_SOC_RT700_SDW is not set +# CONFIG_SND_SOC_RT711_SDW is not set +# CONFIG_SND_SOC_RT711_SDCA_SDW is not set +# CONFIG_SND_SOC_RT712_SDCA_SDW is not set +# CONFIG_SND_SOC_RT712_SDCA_DMIC_SDW is not set +# CONFIG_SND_SOC_RT722_SDCA_SDW is not set +# CONFIG_SND_SOC_RT715_SDW is not set +# CONFIG_SND_SOC_RT715_SDCA_SDW is not set +# CONFIG_SND_SOC_RT9120 is not set +# CONFIG_SND_SOC_RTQ9128 is not set +# CONFIG_SND_SOC_SDW_MOCKUP is not set +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m +CONFIG_SND_SOC_SIMPLE_MUX=m +# CONFIG_SND_SOC_SMA1303 is not set +CONFIG_SND_SOC_SPDIF=m +# CONFIG_SND_SOC_SRC4XXX_I2C is not set +# CONFIG_SND_SOC_SSM2305 is not set +# CONFIG_SND_SOC_SSM2518 is not set +# CONFIG_SND_SOC_SSM2602_SPI is not set +# CONFIG_SND_SOC_SSM2602_I2C is not set +# CONFIG_SND_SOC_SSM3515 is not set +# CONFIG_SND_SOC_SSM4567 is not set +# CONFIG_SND_SOC_STA32X is not set +# CONFIG_SND_SOC_STA350 is not set +# CONFIG_SND_SOC_STI_SAS is not set +CONFIG_SND_SOC_TAS2552=m +# CONFIG_SND_SOC_TAS2562 is not set +# CONFIG_SND_SOC_TAS2764 is not set +# CONFIG_SND_SOC_TAS2770 is not set +# CONFIG_SND_SOC_TAS2780 is not set +# CONFIG_SND_SOC_TAS2781_I2C is not set +# CONFIG_SND_SOC_TAS5086 is not set +CONFIG_SND_SOC_TAS571X=m +# CONFIG_SND_SOC_TAS5720 is not set +# CONFIG_SND_SOC_TAS5805M is not set +# CONFIG_SND_SOC_TAS6424 is not set +# CONFIG_SND_SOC_TDA7419 is not set +# CONFIG_SND_SOC_TFA9879 is not set +# CONFIG_SND_SOC_TFA989X is not set +# CONFIG_SND_SOC_TLV320ADC3XXX is not set +# CONFIG_SND_SOC_TLV320AIC23_I2C is not set +# CONFIG_SND_SOC_TLV320AIC23_SPI is not set +CONFIG_SND_SOC_TLV320AIC31XX=m +CONFIG_SND_SOC_TLV320AIC32X4=m +CONFIG_SND_SOC_TLV320AIC32X4_I2C=m +# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TLV320AIC3X_I2C=m +# CONFIG_SND_SOC_TLV320AIC3X_SPI is not set +# CONFIG_SND_SOC_TLV320ADCX140 is not set +CONFIG_SND_SOC_TS3A227E=m +# CONFIG_SND_SOC_TSCS42XX is not set +# CONFIG_SND_SOC_TSCS454 is not set +# CONFIG_SND_SOC_UDA1334 is not set +CONFIG_SND_SOC_WCD_CLASSH=m +CONFIG_SND_SOC_WCD9335=m +CONFIG_SND_SOC_WCD_MBHC=m +CONFIG_SND_SOC_WCD934X=m +CONFIG_SND_SOC_WCD938X=m +CONFIG_SND_SOC_WCD938X_SDW=m +# CONFIG_SND_SOC_WM8510 is not set +# CONFIG_SND_SOC_WM8523 is not set +CONFIG_SND_SOC_WM8524=m +# CONFIG_SND_SOC_WM8580 is not set +# CONFIG_SND_SOC_WM8711 is not set +# CONFIG_SND_SOC_WM8728 is not set +# CONFIG_SND_SOC_WM8731_I2C is not set +# CONFIG_SND_SOC_WM8731_SPI is not set +# CONFIG_SND_SOC_WM8737 is not set +# CONFIG_SND_SOC_WM8741 is not set +# CONFIG_SND_SOC_WM8750 is not set +# CONFIG_SND_SOC_WM8753 is not set +# CONFIG_SND_SOC_WM8770 is not set +# CONFIG_SND_SOC_WM8776 is not set +# CONFIG_SND_SOC_WM8782 is not set +# CONFIG_SND_SOC_WM8804_I2C is not set +# CONFIG_SND_SOC_WM8804_SPI is not set +# CONFIG_SND_SOC_WM8903 is not set +CONFIG_SND_SOC_WM8904=m +# CONFIG_SND_SOC_WM8940 is not set +CONFIG_SND_SOC_WM8960=m +# CONFIG_SND_SOC_WM8961 is not set +CONFIG_SND_SOC_WM8962=m +# CONFIG_SND_SOC_WM8974 is not set +CONFIG_SND_SOC_WM8978=m +# CONFIG_SND_SOC_WM8985 is not set +CONFIG_SND_SOC_WM8994=m +CONFIG_SND_SOC_WSA881X=m +CONFIG_SND_SOC_WSA883X=m +CONFIG_SND_SOC_WSA884X=m +# CONFIG_SND_SOC_ZL38060 is not set +# CONFIG_SND_SOC_MAX9759 is not set +# CONFIG_SND_SOC_MT6351 is not set +CONFIG_SND_SOC_MT6358=m +CONFIG_SND_SOC_MT6359=m +# CONFIG_SND_SOC_MT6359_ACCDET is not set +# CONFIG_SND_SOC_MT6660 is not set +# CONFIG_SND_SOC_NAU8315 is not set +# CONFIG_SND_SOC_NAU8540 is not set +# CONFIG_SND_SOC_NAU8810 is not set +# CONFIG_SND_SOC_NAU8821 is not set +CONFIG_SND_SOC_NAU8822=m +# CONFIG_SND_SOC_NAU8824 is not set +# CONFIG_SND_SOC_TPA6130A2 is not set +CONFIG_SND_SOC_LPASS_MACRO_COMMON=m +CONFIG_SND_SOC_LPASS_WSA_MACRO=m +CONFIG_SND_SOC_LPASS_VA_MACRO=m +CONFIG_SND_SOC_LPASS_RX_MACRO=m +CONFIG_SND_SOC_LPASS_TX_MACRO=m +# end of CODEC drivers + +CONFIG_SND_SIMPLE_CARD_UTILS=m +CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_AUDIO_GRAPH_CARD=m +CONFIG_SND_AUDIO_GRAPH_CARD2=m +# CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE is not set +# CONFIG_SND_TEST_COMPONENT is not set +# CONFIG_SND_XEN_FRONTEND is not set +# CONFIG_SND_VIRTIO is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +CONFIG_HID_A4TECH=y +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +CONFIG_HID_APPLE=y +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +CONFIG_HID_BELKIN=y +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +CONFIG_HID_CHERRY=y +CONFIG_HID_CHICONY=y +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +CONFIG_HID_CYPRESS=y +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EVISION is not set +CONFIG_HID_EZKEY=y +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_GOOGLE_HAMMER is not set +# CONFIG_HID_GOOGLE_STADIA_FF is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_VRC2 is not set +# CONFIG_HID_XIAOMI is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_ICADE is not set +CONFIG_HID_ITE=y +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +CONFIG_HID_KENSINGTON=y +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LETSKETCH is not set +CONFIG_HID_LOGITECH=y +# CONFIG_HID_LOGITECH_HIDPP is not set +# CONFIG_LOGITECH_FF is not set +# CONFIG_LOGIRUMBLEPAD2_FF is not set +# CONFIG_LOGIG940_FF is not set +# CONFIG_LOGIWHEELS_FF is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_MEGAWORLD_FF is not set +CONFIG_HID_REDRAGON=y +CONFIG_HID_MICROSOFT=y +CONFIG_HID_MONTEREY=y +CONFIG_HID_MULTITOUCH=m +# CONFIG_HID_NINTENDO is not set +# CONFIG_HID_NTI is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_NVIDIA_SHIELD is not set +# CONFIG_HID_ORTEK is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PENMOUNT is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PLAYSTATION is not set +# CONFIG_HID_PXRC is not set +# CONFIG_HID_RAZER is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SIGMAMICRO is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_TOPRE is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2200 is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# HID-BPF support +# +# end of HID-BPF support + +# +# USB HID support +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set +# end of USB HID support + +CONFIG_I2C_HID=y +CONFIG_I2C_HID_ACPI=m +CONFIG_I2C_HID_OF=m +# CONFIG_I2C_HID_OF_ELAN is not set +# CONFIG_I2C_HID_OF_GOODIX is not set +CONFIG_I2C_HID_CORE=m +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_LED_TRIG is not set +CONFIG_USB_ULPI_BUS=y +CONFIG_USB_CONN_GPIO=y +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +# CONFIG_USB_PCI_AMD is not set +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +CONFIG_USB_OTG=y +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +# CONFIG_USB_OTG_FSM is not set +# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +# CONFIG_USB_MON is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=m +CONFIG_USB_XHCI_PCI_RENESAS=m +CONFIG_USB_XHCI_PLATFORM=y +# CONFIG_USB_XHCI_HISTB is not set +CONFIG_USB_XHCI_MTK=y +# CONFIG_USB_XHCI_MVEBU is not set +CONFIG_USB_XHCI_RCAR=y +CONFIG_USB_XHCI_RZV2M=y +CONFIG_USB_XHCI_TEGRA=y +CONFIG_USB_EHCI_BRCMSTB=m +CONFIG_USB_BRCMSTB=m +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +CONFIG_USB_EHCI_HCD_NPCM7XX=y +CONFIG_USB_EHCI_HCD_ORION=y +# CONFIG_USB_EHCI_TEGRA is not set +CONFIG_USB_EHCI_EXYNOS=y +CONFIG_USB_EHCI_HCD_PLATFORM=y +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_MAX3421_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PCI=y +CONFIG_USB_OHCI_EXYNOS=y +CONFIG_USB_OHCI_HCD_PLATFORM=y +# CONFIG_USB_UHCI_HCD is not set +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +CONFIG_USB_RENESAS_USBHS_HCD=m +# CONFIG_USB_HCD_TEST_MODE is not set +# CONFIG_USB_XEN_HCD is not set +CONFIG_USB_RENESAS_USBHS=m + +# +# USB Device Class drivers +# +CONFIG_USB_ACM=m +# CONFIG_USB_PRINTER is not set +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set + +# +# USB dual-mode controller drivers +# +CONFIG_USB_CDNS_SUPPORT=m +CONFIG_USB_CDNS_HOST=y +CONFIG_USB_CDNS3=m +CONFIG_USB_CDNS3_GADGET=y +CONFIG_USB_CDNS3_HOST=y +CONFIG_USB_CDNS3_PCI_WRAP=m +CONFIG_USB_CDNS3_TI=m +CONFIG_USB_CDNS3_IMX=m +# CONFIG_USB_CDNSP_PCI is not set +CONFIG_USB_MTU3=y +# CONFIG_USB_MTU3_HOST is not set +# CONFIG_USB_MTU3_GADGET is not set +CONFIG_USB_MTU3_DUAL_ROLE=y +# CONFIG_USB_MTU3_DEBUG is not set +CONFIG_USB_MUSB_HDRC=y +# CONFIG_USB_MUSB_HOST is not set +# CONFIG_USB_MUSB_GADGET is not set +CONFIG_USB_MUSB_DUAL_ROLE=y + +# +# Platform Glue Layer +# +CONFIG_USB_MUSB_SUNXI=y +# CONFIG_USB_MUSB_MEDIATEK is not set + +# +# MUSB DMA mode +# +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_USB_DWC3=y +# CONFIG_USB_DWC3_ULPI is not set +# CONFIG_USB_DWC3_HOST is not set +# CONFIG_USB_DWC3_GADGET is not set +CONFIG_USB_DWC3_DUAL_ROLE=y + +# +# Platform Glue Driver Support +# +CONFIG_USB_DWC3_EXYNOS=y +CONFIG_USB_DWC3_PCI=y +CONFIG_USB_DWC3_HAPS=y +CONFIG_USB_DWC3_KEYSTONE=y +CONFIG_USB_DWC3_MESON_G12A=y +CONFIG_USB_DWC3_OF_SIMPLE=y +CONFIG_USB_DWC3_QCOM=y +CONFIG_USB_DWC3_IMX8MP=y +CONFIG_USB_DWC3_XILINX=y +CONFIG_USB_DWC3_AM62=y +CONFIG_USB_DWC3_RTK=y +CONFIG_USB_DWC2=y +# CONFIG_USB_DWC2_HOST is not set + +# +# Gadget/Dual-role mode requires USB Gadget support to be enabled +# +# CONFIG_USB_DWC2_PERIPHERAL is not set +CONFIG_USB_DWC2_DUAL_ROLE=y +# CONFIG_USB_DWC2_PCI is not set +# CONFIG_USB_DWC2_DEBUG is not set +# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set +CONFIG_USB_CHIPIDEA=y +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_CHIPIDEA_PCI=y +CONFIG_USB_CHIPIDEA_MSM=y +CONFIG_USB_CHIPIDEA_NPCM=y +CONFIG_USB_CHIPIDEA_IMX=y +CONFIG_USB_CHIPIDEA_GENERIC=y +CONFIG_USB_CHIPIDEA_TEGRA=y +CONFIG_USB_ISP1760=y +CONFIG_USB_ISP1760_HCD=y +CONFIG_USB_ISP1761_UDC=y +# CONFIG_USB_ISP1760_HOST_ROLE is not set +# CONFIG_USB_ISP1760_GADGET_ROLE is not set +CONFIG_USB_ISP1760_DUAL_ROLE=y + +# +# USB port drivers +# +CONFIG_USB_SERIAL=m +# CONFIG_USB_SERIAL_GENERIC is not set +# CONFIG_USB_SERIAL_SIMPLE is not set +# CONFIG_USB_SERIAL_AIRCABLE is not set +# CONFIG_USB_SERIAL_ARK3116 is not set +# CONFIG_USB_SERIAL_BELKIN is not set +# CONFIG_USB_SERIAL_CH341 is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +CONFIG_USB_SERIAL_CP210X=m +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set +# CONFIG_USB_SERIAL_EMPEG is not set +CONFIG_USB_SERIAL_FTDI_SIO=m +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IPAQ is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set +# CONFIG_USB_SERIAL_F81232 is not set +# CONFIG_USB_SERIAL_F8153X is not set +# CONFIG_USB_SERIAL_GARMIN is not set +# CONFIG_USB_SERIAL_IPW is not set +# CONFIG_USB_SERIAL_IUU is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_KLSI is not set +# CONFIG_USB_SERIAL_KOBIL_SCT is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_METRO is not set +# CONFIG_USB_SERIAL_MOS7720 is not set +# CONFIG_USB_SERIAL_MOS7840 is not set +# CONFIG_USB_SERIAL_MXUPORT is not set +# CONFIG_USB_SERIAL_NAVMAN is not set +# CONFIG_USB_SERIAL_PL2303 is not set +# CONFIG_USB_SERIAL_OTI6858 is not set +# CONFIG_USB_SERIAL_QCAUX is not set +# CONFIG_USB_SERIAL_QUALCOMM is not set +# CONFIG_USB_SERIAL_SPCP8X5 is not set +# CONFIG_USB_SERIAL_SAFE is not set +# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set +# CONFIG_USB_SERIAL_SYMBOL is not set +# CONFIG_USB_SERIAL_TI is not set +# CONFIG_USB_SERIAL_CYBERJACK is not set +CONFIG_USB_SERIAL_WWAN=m +CONFIG_USB_SERIAL_OPTION=m +# CONFIG_USB_SERIAL_OMNINET is not set +# CONFIG_USB_SERIAL_OPTICON is not set +# CONFIG_USB_SERIAL_XSENS_MT is not set +# CONFIG_USB_SERIAL_WISHBONE is not set +# CONFIG_USB_SERIAL_SSU100 is not set +# CONFIG_USB_SERIAL_QT2 is not set +# CONFIG_USB_SERIAL_UPD78F0730 is not set +# CONFIG_USB_SERIAL_XR is not set +# CONFIG_USB_SERIAL_DEBUG is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +CONFIG_USB_QCOM_EUD=m +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_LJCA is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +CONFIG_USB_HSIC_USB3503=y +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set +CONFIG_BRCM_USB_PINMAP=y +CONFIG_USB_ONBOARD_HUB=m + +# +# USB Physical Layer drivers +# +CONFIG_USB_PHY=y +CONFIG_NOP_USB_XCEIV=y +# CONFIG_USB_ISP1301 is not set +# CONFIG_USB_MXS_PHY is not set +CONFIG_USB_TEGRA_PHY=y +CONFIG_USB_ULPI=y +CONFIG_USB_ULPI_VIEWPORT=y +# end of USB Physical Layer drivers + +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +# CONFIG_U_SERIAL_CONSOLE is not set + +# +# USB Peripheral Controller +# +# CONFIG_USB_GR_UDC is not set +# CONFIG_USB_R8A66597 is not set +CONFIG_USB_RENESAS_USBHS_UDC=m +CONFIG_USB_RZV2M_USB3DRD=y +CONFIG_USB_RENESAS_USB3=m +# CONFIG_USB_RENESAS_USBF is not set +# CONFIG_USB_PXA27X is not set +# CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MV_U3D is not set +CONFIG_USB_SNP_CORE=y +CONFIG_USB_SNP_UDC_PLAT=y +# CONFIG_USB_M66592 is not set +CONFIG_USB_BDC_UDC=y +# CONFIG_USB_AMD5536UDC is not set +# CONFIG_USB_NET2272 is not set +# CONFIG_USB_NET2280 is not set +# CONFIG_USB_GOKU is not set +# CONFIG_USB_EG20T is not set +# CONFIG_USB_GADGET_XILINX is not set +# CONFIG_USB_MAX3420_UDC is not set +CONFIG_USB_TEGRA_XUDC=m +# CONFIG_USB_CDNS2_UDC is not set +# CONFIG_USB_DUMMY_HCD is not set +# end of USB Peripheral Controller + +CONFIG_USB_LIBCOMPOSITE=m +CONFIG_USB_F_ACM=m +CONFIG_USB_U_SERIAL=m +CONFIG_USB_U_ETHER=m +CONFIG_USB_F_SERIAL=m +CONFIG_USB_F_OBEX=m +CONFIG_USB_F_NCM=m +CONFIG_USB_F_ECM=m +CONFIG_USB_F_EEM=m +CONFIG_USB_F_SUBSET=m +CONFIG_USB_F_RNDIS=m +CONFIG_USB_F_MASS_STORAGE=m +CONFIG_USB_F_FS=m +CONFIG_USB_CONFIGFS=m +CONFIG_USB_CONFIGFS_SERIAL=y +CONFIG_USB_CONFIGFS_ACM=y +CONFIG_USB_CONFIGFS_OBEX=y +CONFIG_USB_CONFIGFS_NCM=y +CONFIG_USB_CONFIGFS_ECM=y +CONFIG_USB_CONFIGFS_ECM_SUBSET=y +CONFIG_USB_CONFIGFS_RNDIS=y +CONFIG_USB_CONFIGFS_EEM=y +CONFIG_USB_CONFIGFS_MASS_STORAGE=y +# CONFIG_USB_CONFIGFS_F_LB_SS is not set +CONFIG_USB_CONFIGFS_F_FS=y +# CONFIG_USB_CONFIGFS_F_UAC1 is not set +# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set +# CONFIG_USB_CONFIGFS_F_UAC2 is not set +# CONFIG_USB_CONFIGFS_F_MIDI is not set +# CONFIG_USB_CONFIGFS_F_MIDI2 is not set +# CONFIG_USB_CONFIGFS_F_HID is not set +# CONFIG_USB_CONFIGFS_F_UVC is not set +# CONFIG_USB_CONFIGFS_F_PRINTER is not set + +# +# USB Gadget precomposed configurations +# +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FUNCTIONFS is not set +CONFIG_USB_MASS_STORAGE=m +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_WEBCAM is not set +# CONFIG_USB_RAW_GADGET is not set +# end of USB Gadget precomposed configurations + +CONFIG_TYPEC=m +CONFIG_TYPEC_TCPM=m +CONFIG_TYPEC_TCPCI=m +# CONFIG_TYPEC_RT1711H is not set +# CONFIG_TYPEC_MT6360 is not set +# CONFIG_TYPEC_TCPCI_MAXIM is not set +CONFIG_TYPEC_FUSB302=m +CONFIG_TYPEC_QCOM_PMIC=m +CONFIG_TYPEC_UCSI=m +CONFIG_UCSI_CCG=m +# CONFIG_UCSI_ACPI is not set +# CONFIG_UCSI_STM32G0 is not set +CONFIG_UCSI_PMIC_GLINK=m +CONFIG_TYPEC_TPS6598X=m +# CONFIG_TYPEC_ANX7411 is not set +# CONFIG_TYPEC_RT1719 is not set +CONFIG_TYPEC_HD3SS3220=m +# CONFIG_TYPEC_STUSB160X is not set +# CONFIG_TYPEC_WUSB3801 is not set + +# +# USB Type-C Multiplexer/DeMultiplexer Switch support +# +CONFIG_TYPEC_MUX_FSA4480=m +CONFIG_TYPEC_MUX_GPIO_SBU=m +# CONFIG_TYPEC_MUX_PI3USB30532 is not set +CONFIG_TYPEC_MUX_NB7VPQ904M=m +# CONFIG_TYPEC_MUX_PTN36502 is not set +# CONFIG_TYPEC_MUX_WCD939X_USBSS is not set +# end of USB Type-C Multiplexer/DeMultiplexer Switch support + +# +# USB Type-C Alternate Mode drivers +# +CONFIG_TYPEC_DP_ALTMODE=m +# CONFIG_TYPEC_NVIDIA_ALTMODE is not set +# end of USB Type-C Alternate Mode drivers + +CONFIG_USB_ROLE_SWITCH=y +CONFIG_MMC=y +CONFIG_PWRSEQ_EMMC=y +# CONFIG_PWRSEQ_SD8787 is not set +CONFIG_PWRSEQ_SIMPLE=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_MINORS=32 +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_ARMMMCI=y +CONFIG_MMC_QCOM_DML=y +CONFIG_MMC_STM32_SDMMC=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +# CONFIG_MMC_SDHCI_PCI is not set +CONFIG_MMC_SDHCI_ACPI=y +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MMC_SDHCI_OF_ARASAN=y +# CONFIG_MMC_SDHCI_OF_AT91 is not set +CONFIG_MMC_SDHCI_OF_ESDHC=y +CONFIG_MMC_SDHCI_OF_DWCMSHC=y +CONFIG_MMC_SDHCI_OF_SPARX5=y +CONFIG_MMC_SDHCI_CADENCE=y +CONFIG_MMC_SDHCI_ESDHC_IMX=y +CONFIG_MMC_SDHCI_TEGRA=y +# CONFIG_MMC_SDHCI_S3C is not set +# CONFIG_MMC_SDHCI_PXAV3 is not set +CONFIG_MMC_SDHCI_F_SDH30=y +# CONFIG_MMC_SDHCI_MILBEAUT is not set +CONFIG_MMC_SDHCI_IPROC=y +# CONFIG_MMC_SDHCI_NPCM is not set +CONFIG_MMC_MESON_GX=y +# CONFIG_MMC_MESON_MX_SDIO is not set +CONFIG_MMC_SDHCI_MSM=y +# CONFIG_MMC_MXC is not set +# CONFIG_MMC_TIFM_SD is not set +CONFIG_MMC_SPI=y +# CONFIG_MMC_SDHCI_SPRD is not set +CONFIG_MMC_TMIO_CORE=y +CONFIG_MMC_SDHI=y +# CONFIG_MMC_SDHI_SYS_DMAC is not set +CONFIG_MMC_SDHI_INTERNAL_DMAC=y +CONFIG_MMC_UNIPHIER=y +# CONFIG_MMC_CB710 is not set +# CONFIG_MMC_VIA_SDMMC is not set +CONFIG_MMC_DW=y +CONFIG_MMC_DW_PLTFM=y +# CONFIG_MMC_DW_BLUEFIELD is not set +CONFIG_MMC_DW_EXYNOS=y +CONFIG_MMC_DW_HI3798CV200=y +CONFIG_MMC_DW_K3=y +# CONFIG_MMC_DW_PCI is not set +CONFIG_MMC_DW_ROCKCHIP=y +# CONFIG_MMC_SH_MMCIF is not set +# CONFIG_MMC_VUB300 is not set +# CONFIG_MMC_USHC is not set +# CONFIG_MMC_USDHI6ROL0 is not set +CONFIG_MMC_SUNXI=y +CONFIG_MMC_CQHCI=y +# CONFIG_MMC_HSQ is not set +# CONFIG_MMC_TOSHIBA_PCI is not set +CONFIG_MMC_BCM2835=y +CONFIG_MMC_MTK=y +CONFIG_MMC_SDHCI_BRCMSTB=y +CONFIG_MMC_SDHCI_XENON=y +CONFIG_MMC_SDHCI_AM654=y +CONFIG_MMC_OWL=y +CONFIG_SCSI_UFSHCD=y +CONFIG_SCSI_UFS_BSG=y +# CONFIG_SCSI_UFS_HWMON is not set +# CONFIG_SCSI_UFSHCD_PCI is not set +CONFIG_SCSI_UFSHCD_PLATFORM=y +CONFIG_SCSI_UFS_CDNS_PLATFORM=m +# CONFIG_SCSI_UFS_DWC_TC_PLATFORM is not set +CONFIG_SCSI_UFS_QCOM=m +# CONFIG_SCSI_UFS_MEDIATEK is not set +CONFIG_SCSI_UFS_HISI=y +CONFIG_SCSI_UFS_RENESAS=m +CONFIG_SCSI_UFS_TI_J721E=m +CONFIG_SCSI_UFS_EXYNOS=y +# CONFIG_SCSI_UFS_SPRD is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +# CONFIG_LEDS_CLASS_FLASH is not set +CONFIG_LEDS_CLASS_MULTICOLOR=m +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_AN30259A is not set +# CONFIG_LEDS_AW200XX is not set +# CONFIG_LEDS_AW2013 is not set +# CONFIG_LEDS_BCM6328 is not set +# CONFIG_LEDS_BCM6358 is not set +# CONFIG_LEDS_CR0014114 is not set +# CONFIG_LEDS_EL15203000 is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +CONFIG_LEDS_LM3692X=m +# CONFIG_LEDS_MT6323 is not set +# CONFIG_LEDS_SUN50I_A100 is not set +CONFIG_LEDS_PCA9532=m +# CONFIG_LEDS_PCA9532_GPIO is not set +CONFIG_LEDS_GPIO=y +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP3952 is not set +# CONFIG_LEDS_LP50XX is not set +# CONFIG_LEDS_LP55XX_COMMON is not set +# CONFIG_LEDS_LP8860 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PCA995X is not set +# CONFIG_LEDS_DAC124S085 is not set +CONFIG_LEDS_PWM=y +# CONFIG_LEDS_REGULATOR is not set +# CONFIG_LEDS_BD2606MVV is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_LT3593 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set +# CONFIG_LEDS_IS31FL32XX is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +CONFIG_LEDS_SYSCON=y +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_SPI_BYTE is not set +# CONFIG_LEDS_LM3697 is not set +CONFIG_LEDS_BCM63138=y + +# +# Flash and Torch LED drivers +# + +# +# RGB LED drivers +# +# CONFIG_LEDS_GROUP_MULTICOLOR is not set +# CONFIG_LEDS_KTD202X is not set +# CONFIG_LEDS_PWM_MULTICOLOR is not set +CONFIG_LEDS_QCOM_LPG=m + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y +# CONFIG_LEDS_TRIGGER_ONESHOT is not set +CONFIG_LEDS_TRIGGER_DISK=y +# CONFIG_LEDS_TRIGGER_MTD is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +CONFIG_LEDS_TRIGGER_CPU=y +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +# CONFIG_LEDS_TRIGGER_GPIO is not set +CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + +# +# iptables trigger is under Netfilter config (LED target) +# +# CONFIG_LEDS_TRIGGER_TRANSIENT is not set +# CONFIG_LEDS_TRIGGER_CAMERA is not set +CONFIG_LEDS_TRIGGER_PANIC=y +# CONFIG_LEDS_TRIGGER_NETDEV is not set +# CONFIG_LEDS_TRIGGER_PATTERN is not set +# CONFIG_LEDS_TRIGGER_AUDIO is not set +# CONFIG_LEDS_TRIGGER_TTY is not set + +# +# Simple LED drivers +# +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_SUPPORT=y +CONFIG_EDAC=y +CONFIG_EDAC_LEGACY_SYSFS=y +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_GHES=y +# CONFIG_EDAC_AL_MC is not set +CONFIG_EDAC_LAYERSCAPE=m +# CONFIG_EDAC_THUNDERX is not set +# CONFIG_EDAC_ALTERA is not set +# CONFIG_EDAC_SYNOPSYS is not set +# CONFIG_EDAC_XGENE is not set +# CONFIG_EDAC_QCOM is not set +# CONFIG_EDAC_DMC520 is not set +# CONFIG_EDAC_ZYNQMP is not set +# CONFIG_EDAC_NPCM is not set +# CONFIG_EDAC_VERSAL is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +CONFIG_RTC_DRV_BRCMSTB=y +CONFIG_RTC_DRV_DS1307=m +# CONFIG_RTC_DRV_DS1307_CENTURY is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +CONFIG_RTC_DRV_HYM8563=m +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_MAX31335 is not set +CONFIG_RTC_DRV_MAX77686=y +# CONFIG_RTC_DRV_NCT3018Y is not set +CONFIG_RTC_DRV_RK808=m +# CONFIG_RTC_DRV_RS5C372 is not set +CONFIG_RTC_DRV_ISL1208=m +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_ISL12026 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +CONFIG_RTC_DRV_PCF85063=m +CONFIG_RTC_DRV_PCF85363=m +CONFIG_RTC_DRV_PCF8563=m +# CONFIG_RTC_DRV_PCF8583 is not set +CONFIG_RTC_DRV_M41T80=m +# CONFIG_RTC_DRV_M41T80_WDT is not set +CONFIG_RTC_DRV_BQ32K=m +CONFIG_RTC_DRV_TPS6594=m +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +CONFIG_RTC_DRV_RX8581=m +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +CONFIG_RTC_DRV_RV3028=m +# CONFIG_RTC_DRV_RV3032 is not set +CONFIG_RTC_DRV_RV8803=m +CONFIG_RTC_DRV_S5M=y +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T93 is not set +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1302 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1343 is not set +# CONFIG_RTC_DRV_DS1347 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6916 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RX4581 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_PCF2123 is not set +# CONFIG_RTC_DRV_MCP795 is not set +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +CONFIG_RTC_DRV_DS3232=y +CONFIG_RTC_DRV_DS3232_HWMON=y +CONFIG_RTC_DRV_PCF2127=m +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +CONFIG_RTC_DRV_EFI=y +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +# CONFIG_RTC_DRV_OPTEE is not set +# CONFIG_RTC_DRV_ZYNQMP is not set +CONFIG_RTC_DRV_CROS_EC=y + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_IMXDI is not set +CONFIG_RTC_DRV_FSL_FTM_ALARM=m +CONFIG_RTC_DRV_MESON_VRTC=m +CONFIG_RTC_DRV_S3C=y +# CONFIG_RTC_DRV_SH is not set +# CONFIG_RTC_DRV_PL030 is not set +CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_SUN6I=y +# CONFIG_RTC_DRV_MV is not set +CONFIG_RTC_DRV_ARMADA38X=y +# CONFIG_RTC_DRV_CADENCE is not set +# CONFIG_RTC_DRV_FTRTC010 is not set +CONFIG_RTC_DRV_PM8XXX=m +CONFIG_RTC_DRV_TEGRA=y +# CONFIG_RTC_DRV_MXC is not set +# CONFIG_RTC_DRV_MXC_V2 is not set +CONFIG_RTC_DRV_SNVS=m +CONFIG_RTC_DRV_BBNSM=m +CONFIG_RTC_DRV_IMX_SC=m +# CONFIG_RTC_DRV_MT2712 is not set +CONFIG_RTC_DRV_MT6397=m +# CONFIG_RTC_DRV_MT7622 is not set +CONFIG_RTC_DRV_XGENE=y +# CONFIG_RTC_DRV_R7301 is not set +# CONFIG_RTC_DRV_STM32 is not set +CONFIG_RTC_DRV_RTD119X=y +CONFIG_RTC_DRV_TI_K3=m +# CONFIG_RTC_DRV_MA35D1 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=y +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_ACPI=y +CONFIG_DMA_OF=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_AMBA_PL08X is not set +CONFIG_APPLE_ADMAC=y +# CONFIG_AXI_DMAC is not set +CONFIG_BCM_SBA_RAID=m +CONFIG_DMA_BCM2835=y +CONFIG_DMA_SUN6I=m +# CONFIG_DW_AXI_DMAC is not set +CONFIG_FSL_EDMA=y +# CONFIG_FSL_QDMA is not set +# CONFIG_HISI_DMA is not set +# CONFIG_IMX_DMA is not set +CONFIG_IMX_SDMA=m +# CONFIG_INTEL_IDMA64 is not set +CONFIG_K3_DMA=y +CONFIG_MV_XOR=y +CONFIG_MV_XOR_V2=y +# CONFIG_MXS_DMA is not set +CONFIG_OWL_DMA=y +CONFIG_PL330_DMA=y +# CONFIG_PLX_DMA is not set +# CONFIG_STM32_DMA is not set +# CONFIG_STM32_MDMA is not set +# CONFIG_SPRD_DMA is not set +CONFIG_TEGRA186_GPC_DMA=y +CONFIG_TEGRA20_APB_DMA=y +CONFIG_TEGRA210_ADMA=m +# CONFIG_UNIPHIER_MDMAC is not set +# CONFIG_UNIPHIER_XDMAC is not set +# CONFIG_XGENE_DMA is not set +# CONFIG_XILINX_DMA is not set +# CONFIG_XILINX_XDMA is not set +# CONFIG_XILINX_ZYNQMP_DMA is not set +# CONFIG_XILINX_ZYNQMP_DPDMA is not set +# CONFIG_MTK_HSDMA is not set +# CONFIG_MTK_CQDMA is not set +# CONFIG_MTK_UART_APDMA is not set +CONFIG_QCOM_BAM_DMA=y +CONFIG_QCOM_GPI_DMA=m +CONFIG_QCOM_HIDMA_MGMT=y +CONFIG_QCOM_HIDMA=y +# CONFIG_DW_DMAC is not set +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +# CONFIG_SF_PDMA is not set +CONFIG_RENESAS_DMA=y +CONFIG_RCAR_DMAC=y +CONFIG_RENESAS_USB_DMAC=m +CONFIG_RZ_DMAC=y +CONFIG_TI_K3_UDMA=y +CONFIG_TI_K3_UDMA_GLUE_LAYER=y +CONFIG_TI_K3_PSIL=y +# CONFIG_FSL_DPAA2_QDMA is not set + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set +CONFIG_DMA_ENGINE_RAID=y + +# +# DMABUF options +# +CONFIG_SYNC_FILE=y +# CONFIG_SW_SYNC is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +# CONFIG_DMABUF_HEAPS is not set +# CONFIG_DMABUF_SYSFS_STATS is not set +# end of DMABUF options + +# CONFIG_UIO is not set +CONFIG_VFIO=y +CONFIG_VFIO_GROUP=y +CONFIG_VFIO_CONTAINER=y +CONFIG_VFIO_IOMMU_TYPE1=y +# CONFIG_VFIO_NOIOMMU is not set +CONFIG_VFIO_VIRQFD=y +# CONFIG_VFIO_DEBUGFS is not set + +# +# VFIO support for PCI devices +# +CONFIG_VFIO_PCI_CORE=y +CONFIG_VFIO_PCI_MMAP=y +CONFIG_VFIO_PCI_INTX=y +CONFIG_VFIO_PCI=y +# CONFIG_HISI_ACC_VFIO_PCI is not set +# end of VFIO support for PCI devices + +# +# VFIO support for platform devices +# +# CONFIG_VFIO_PLATFORM is not set +# CONFIG_VFIO_AMBA is not set +# end of VFIO support for platform devices + +# +# VFIO support for FSL_MC bus devices +# +# CONFIG_VFIO_FSL_MC is not set +# end of VFIO support for FSL_MC bus devices + +CONFIG_IRQ_BYPASS_MANAGER=y +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_ANCHOR=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_PCI_LIB=y +CONFIG_VIRTIO_PCI_LIB_LEGACY=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_PCI_LEGACY=y +CONFIG_VIRTIO_BALLOON=y +# CONFIG_VIRTIO_MEM is not set +# CONFIG_VIRTIO_INPUT is not set +CONFIG_VIRTIO_MMIO=y +# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# CONFIG_HYPERV is not set +# end of Microsoft Hyper-V guest support + +# +# Xen driver support +# +CONFIG_XEN_BALLOON=y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y +CONFIG_XEN_SCRUB_PAGES_DEFAULT=y +CONFIG_XEN_DEV_EVTCHN=y +CONFIG_XEN_BACKEND=y +CONFIG_XENFS=y +CONFIG_XEN_COMPAT_XENFS=y +CONFIG_XEN_SYS_HYPERVISOR=y +CONFIG_XEN_XENBUS_FRONTEND=y +CONFIG_XEN_GNTDEV=y +CONFIG_XEN_GRANT_DEV_ALLOC=y +# CONFIG_XEN_GRANT_DMA_ALLOC is not set +CONFIG_SWIOTLB_XEN=y +CONFIG_XEN_PCI_STUB=y +CONFIG_XEN_PCIDEV_STUB=m +# CONFIG_XEN_PVCALLS_FRONTEND is not set +# CONFIG_XEN_PVCALLS_BACKEND is not set +CONFIG_XEN_PRIVCMD=y +CONFIG_XEN_EFI=y +CONFIG_XEN_AUTO_XLATE=y +# CONFIG_XEN_VIRTIO is not set +# end of Xen driver support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +CONFIG_STAGING=y +# CONFIG_RTS5208 is not set + +# +# IIO staging drivers +# + +# +# Accelerometers +# +# CONFIG_ADIS16203 is not set +# CONFIG_ADIS16240 is not set +# end of Accelerometers + +# +# Analog to digital converters +# +# CONFIG_AD7816 is not set +# end of Analog to digital converters + +# +# Analog digital bi-direction converters +# +# CONFIG_ADT7316 is not set +# end of Analog digital bi-direction converters + +# +# Direct Digital Synthesis +# +# CONFIG_AD9832 is not set +# CONFIG_AD9834 is not set +# end of Direct Digital Synthesis + +# +# Network Analyzer, Impedance Converters +# +# CONFIG_AD5933 is not set +# end of Network Analyzer, Impedance Converters +# end of IIO staging drivers + +# CONFIG_FB_SM750 is not set +# CONFIG_USB_EMXX is not set +# CONFIG_MFD_NVEC is not set +CONFIG_STAGING_MEDIA=y +# CONFIG_DVB_AV7110 is not set +CONFIG_VIDEO_MAX96712=m +CONFIG_VIDEO_MESON_VDEC=m +# CONFIG_VIDEO_ROCKCHIP_VDEC is not set + +# +# StarFive media platform drivers +# +# CONFIG_VIDEO_SUNXI is not set +# CONFIG_VIDEO_TEGRA is not set +# CONFIG_STAGING_MEDIA_DEPRECATED is not set +# CONFIG_STAGING_BOARD is not set +# CONFIG_LTE_GDM724X is not set +# CONFIG_FB_TFT is not set +CONFIG_BCM_VIDEOCORE=y +# CONFIG_BCM2835_VCHIQ is not set +# CONFIG_SND_BCM2835 is not set +# CONFIG_VIDEO_BCM2835 is not set +# CONFIG_PI433 is not set +# CONFIG_XIL_AXIS_FIFO is not set +# CONFIG_FIELDBUS_DEV is not set +# CONFIG_VME_BUS is not set +# CONFIG_GOLDFISH is not set +CONFIG_CHROME_PLATFORMS=y +# CONFIG_CHROMEOS_ACPI is not set +# CONFIG_CHROMEOS_TBMC is not set +CONFIG_CROS_EC=y +CONFIG_CROS_EC_I2C=y +CONFIG_CROS_EC_RPMSG=m +CONFIG_CROS_EC_SPI=y +# CONFIG_CROS_EC_UART is not set +CONFIG_CROS_EC_PROTO=y +CONFIG_CROS_KBD_LED_BACKLIGHT=m +CONFIG_CROS_EC_CHARDEV=m +CONFIG_CROS_EC_LIGHTBAR=y +CONFIG_CROS_EC_VBC=y +CONFIG_CROS_EC_DEBUGFS=y +CONFIG_CROS_EC_SENSORHUB=y +CONFIG_CROS_EC_SYSFS=y +CONFIG_CROS_EC_TYPEC=m +# CONFIG_CROS_HPS_I2C is not set +CONFIG_CROS_USBPD_NOTIFY=y +# CONFIG_CHROMEOS_PRIVACY_SCREEN is not set +CONFIG_CROS_TYPEC_SWITCH=m +# CONFIG_MELLANOX_PLATFORM is not set +CONFIG_SURFACE_PLATFORMS=y +# CONFIG_SURFACE_3_POWER_OPREGION is not set +# CONFIG_SURFACE_GPE is not set +# CONFIG_SURFACE_HOTPLUG is not set +# CONFIG_SURFACE_PRO3_BUTTON is not set +# CONFIG_SURFACE_AGGREGATOR is not set +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_COMMON_CLK=y + +# +# Clock driver for ARM Reference designs +# +# CONFIG_CLK_ICST is not set +# CONFIG_CLK_SP810 is not set +CONFIG_CLK_VEXPRESS_OSC=y +# end of Clock driver for ARM Reference designs + +# CONFIG_LMK04832 is not set +CONFIG_COMMON_CLK_APPLE_NCO=y +# CONFIG_COMMON_CLK_MAX77686 is not set +# CONFIG_COMMON_CLK_MAX9485 is not set +CONFIG_COMMON_CLK_RK808=y +CONFIG_COMMON_CLK_HI655X=y +CONFIG_COMMON_CLK_SCMI=y +CONFIG_COMMON_CLK_SCPI=y +# CONFIG_COMMON_CLK_SI5341 is not set +# CONFIG_COMMON_CLK_SI5351 is not set +# CONFIG_COMMON_CLK_SI514 is not set +# CONFIG_COMMON_CLK_SI544 is not set +# CONFIG_COMMON_CLK_SI570 is not set +# CONFIG_COMMON_CLK_CDCE706 is not set +# CONFIG_COMMON_CLK_CDCE925 is not set +CONFIG_COMMON_CLK_CS2000_CP=y +CONFIG_COMMON_CLK_FSL_FLEXSPI=y +CONFIG_COMMON_CLK_FSL_SAI=y +CONFIG_COMMON_CLK_S2MPS11=y +# CONFIG_COMMON_CLK_AXI_CLKGEN is not set +CONFIG_CLK_QORIQ=y +CONFIG_CLK_LS1028A_PLLDIG=y +CONFIG_COMMON_CLK_XGENE=y +CONFIG_COMMON_CLK_PWM=y +CONFIG_COMMON_CLK_RS9_PCIE=y +# CONFIG_COMMON_CLK_SI521XX is not set +CONFIG_COMMON_CLK_VC3=y +CONFIG_COMMON_CLK_VC5=y +# CONFIG_COMMON_CLK_VC7 is not set +CONFIG_COMMON_CLK_BD718XX=m +# CONFIG_COMMON_CLK_FIXED_MMIO is not set +CONFIG_CLK_ACTIONS=y +CONFIG_CLK_OWL_S500=y +CONFIG_CLK_OWL_S700=y +CONFIG_CLK_OWL_S900=y +CONFIG_CLK_BCM2711_DVP=y +CONFIG_CLK_BCM2835=y +CONFIG_CLK_BCM_63XX=y +CONFIG_COMMON_CLK_IPROC=y +CONFIG_CLK_BCM_NS2=y +CONFIG_CLK_BCM_SR=y +CONFIG_CLK_RASPBERRYPI=m +CONFIG_COMMON_CLK_HI3516CV300=y +CONFIG_COMMON_CLK_HI3519=y +CONFIG_COMMON_CLK_HI3559A=y +CONFIG_COMMON_CLK_HI3660=y +CONFIG_COMMON_CLK_HI3670=y +CONFIG_COMMON_CLK_HI3798CV200=y +CONFIG_COMMON_CLK_HI6220=y +CONFIG_RESET_HISI=y +CONFIG_STUB_CLK_HI6220=y +CONFIG_STUB_CLK_HI3660=y +CONFIG_MXC_CLK=y +CONFIG_MXC_CLK_SCU=y +CONFIG_CLK_IMX8MM=y +CONFIG_CLK_IMX8MN=y +CONFIG_CLK_IMX8MP=y +CONFIG_CLK_IMX8MQ=y +CONFIG_CLK_IMX8QXP=y +CONFIG_CLK_IMX8ULP=y +CONFIG_CLK_IMX93=y +CONFIG_TI_SCI_CLK=y +# CONFIG_TI_SCI_CLK_PROBE_FROM_FW is not set +CONFIG_TI_SYSCON_CLK=y + +# +# Clock driver for MediaTek SoC +# +CONFIG_COMMON_CLK_MEDIATEK=y +CONFIG_COMMON_CLK_MEDIATEK_FHCTL=y +CONFIG_COMMON_CLK_MT2712=y +# CONFIG_COMMON_CLK_MT2712_BDPSYS is not set +# CONFIG_COMMON_CLK_MT2712_IMGSYS is not set +# CONFIG_COMMON_CLK_MT2712_JPGDECSYS is not set +# CONFIG_COMMON_CLK_MT2712_MFGCFG is not set +# CONFIG_COMMON_CLK_MT2712_MMSYS is not set +# CONFIG_COMMON_CLK_MT2712_VDECSYS is not set +# CONFIG_COMMON_CLK_MT2712_VENCSYS is not set +CONFIG_COMMON_CLK_MT6765=y +# CONFIG_COMMON_CLK_MT6765_AUDIOSYS is not set +# CONFIG_COMMON_CLK_MT6765_CAMSYS is not set +# CONFIG_COMMON_CLK_MT6765_GCESYS is not set +# CONFIG_COMMON_CLK_MT6765_MMSYS is not set +# CONFIG_COMMON_CLK_MT6765_IMGSYS is not set +# CONFIG_COMMON_CLK_MT6765_VCODECSYS is not set +# CONFIG_COMMON_CLK_MT6765_MFGSYS is not set +# CONFIG_COMMON_CLK_MT6765_MIPI0ASYS is not set +# CONFIG_COMMON_CLK_MT6765_MIPI0BSYS is not set +# CONFIG_COMMON_CLK_MT6765_MIPI1ASYS is not set +# CONFIG_COMMON_CLK_MT6765_MIPI1BSYS is not set +# CONFIG_COMMON_CLK_MT6765_MIPI2ASYS is not set +# CONFIG_COMMON_CLK_MT6765_MIPI2BSYS is not set +CONFIG_COMMON_CLK_MT6779=y +# CONFIG_COMMON_CLK_MT6779_MMSYS is not set +# CONFIG_COMMON_CLK_MT6779_IMGSYS is not set +# CONFIG_COMMON_CLK_MT6779_IPESYS is not set +# CONFIG_COMMON_CLK_MT6779_CAMSYS is not set +# CONFIG_COMMON_CLK_MT6779_VDECSYS is not set +# CONFIG_COMMON_CLK_MT6779_VENCSYS is not set +# CONFIG_COMMON_CLK_MT6779_MFGCFG is not set +# CONFIG_COMMON_CLK_MT6779_AUDSYS is not set +CONFIG_COMMON_CLK_MT6795=y +CONFIG_COMMON_CLK_MT6795_MFGCFG=y +CONFIG_COMMON_CLK_MT6795_MMSYS=y +CONFIG_COMMON_CLK_MT6795_VDECSYS=y +CONFIG_COMMON_CLK_MT6795_VENCSYS=y +CONFIG_COMMON_CLK_MT6797=y +# CONFIG_COMMON_CLK_MT6797_MMSYS is not set +# CONFIG_COMMON_CLK_MT6797_IMGSYS is not set +# CONFIG_COMMON_CLK_MT6797_VDECSYS is not set +# CONFIG_COMMON_CLK_MT6797_VENCSYS is not set +CONFIG_COMMON_CLK_MT7622=y +# CONFIG_COMMON_CLK_MT7622_ETHSYS is not set +# CONFIG_COMMON_CLK_MT7622_HIFSYS is not set +# CONFIG_COMMON_CLK_MT7622_AUDSYS is not set +CONFIG_COMMON_CLK_MT7981=y +CONFIG_COMMON_CLK_MT7981_ETHSYS=y +CONFIG_COMMON_CLK_MT7986=y +CONFIG_COMMON_CLK_MT7986_ETHSYS=y +CONFIG_COMMON_CLK_MT7988=y +CONFIG_COMMON_CLK_MT8167=y +CONFIG_COMMON_CLK_MT8167_AUDSYS=y +CONFIG_COMMON_CLK_MT8167_IMGSYS=y +CONFIG_COMMON_CLK_MT8167_MFGCFG=y +CONFIG_COMMON_CLK_MT8167_MMSYS=y +CONFIG_COMMON_CLK_MT8167_VDECSYS=y +CONFIG_COMMON_CLK_MT8173=y +CONFIG_COMMON_CLK_MT8173_IMGSYS=y +CONFIG_COMMON_CLK_MT8173_MMSYS=y +CONFIG_COMMON_CLK_MT8173_VDECSYS=y +CONFIG_COMMON_CLK_MT8173_VENCSYS=y +CONFIG_COMMON_CLK_MT8183=y +CONFIG_COMMON_CLK_MT8183_AUDIOSYS=y +CONFIG_COMMON_CLK_MT8183_CAMSYS=y +CONFIG_COMMON_CLK_MT8183_IMGSYS=y +CONFIG_COMMON_CLK_MT8183_IPU_CORE0=y +CONFIG_COMMON_CLK_MT8183_IPU_CORE1=y +CONFIG_COMMON_CLK_MT8183_IPU_ADL=y +CONFIG_COMMON_CLK_MT8183_IPU_CONN=y +CONFIG_COMMON_CLK_MT8183_MFGCFG=y +CONFIG_COMMON_CLK_MT8183_MMSYS=y +CONFIG_COMMON_CLK_MT8183_VDECSYS=y +CONFIG_COMMON_CLK_MT8183_VENCSYS=y +CONFIG_COMMON_CLK_MT8186=y +CONFIG_COMMON_CLK_MT8186_CAMSYS=y +CONFIG_COMMON_CLK_MT8186_IMGSYS=y +CONFIG_COMMON_CLK_MT8186_IPESYS=y +CONFIG_COMMON_CLK_MT8186_WPESYS=y +CONFIG_COMMON_CLK_MT8186_IMP_IIC_WRAP=y +CONFIG_COMMON_CLK_MT8186_MCUSYS=y +CONFIG_COMMON_CLK_MT8186_MDPSYS=y +CONFIG_COMMON_CLK_MT8186_MFGCFG=y +CONFIG_COMMON_CLK_MT8186_MMSYS=y +CONFIG_COMMON_CLK_MT8186_VDECSYS=y +CONFIG_COMMON_CLK_MT8186_VENCSYS=y +CONFIG_COMMON_CLK_MT8188=y +CONFIG_COMMON_CLK_MT8188_ADSP_AUDIO26M=y +CONFIG_COMMON_CLK_MT8188_CAMSYS=y +CONFIG_COMMON_CLK_MT8188_IMGSYS=y +CONFIG_COMMON_CLK_MT8188_IMP_IIC_WRAP=y +CONFIG_COMMON_CLK_MT8188_IPESYS=y +CONFIG_COMMON_CLK_MT8188_MFGCFG=y +CONFIG_COMMON_CLK_MT8188_VDECSYS=y +CONFIG_COMMON_CLK_MT8188_VDOSYS=y +CONFIG_COMMON_CLK_MT8188_VENCSYS=y +CONFIG_COMMON_CLK_MT8188_VPPSYS=y +CONFIG_COMMON_CLK_MT8188_WPESYS=y +CONFIG_COMMON_CLK_MT8192=y +CONFIG_COMMON_CLK_MT8192_AUDSYS=y +CONFIG_COMMON_CLK_MT8192_CAMSYS=y +CONFIG_COMMON_CLK_MT8192_IMGSYS=y +CONFIG_COMMON_CLK_MT8192_IMP_IIC_WRAP=y +CONFIG_COMMON_CLK_MT8192_IPESYS=y +CONFIG_COMMON_CLK_MT8192_MDPSYS=y +CONFIG_COMMON_CLK_MT8192_MFGCFG=y +CONFIG_COMMON_CLK_MT8192_MMSYS=y +CONFIG_COMMON_CLK_MT8192_MSDC=y +CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y +CONFIG_COMMON_CLK_MT8192_VDECSYS=y +CONFIG_COMMON_CLK_MT8192_VENCSYS=y +CONFIG_COMMON_CLK_MT8195=y +CONFIG_COMMON_CLK_MT8195_APUSYS=y +CONFIG_COMMON_CLK_MT8195_AUDSYS=y +CONFIG_COMMON_CLK_MT8195_IMP_IIC_WRAP=y +CONFIG_COMMON_CLK_MT8195_MFGCFG=y +CONFIG_COMMON_CLK_MT8195_MSDC=y +CONFIG_COMMON_CLK_MT8195_SCP_ADSP=y +CONFIG_COMMON_CLK_MT8195_VDOSYS=y +CONFIG_COMMON_CLK_MT8195_VPPSYS=y +CONFIG_COMMON_CLK_MT8195_CAMSYS=y +CONFIG_COMMON_CLK_MT8195_IMGSYS=y +CONFIG_COMMON_CLK_MT8195_IPESYS=y +CONFIG_COMMON_CLK_MT8195_WPESYS=y +CONFIG_COMMON_CLK_MT8195_VDECSYS=y +CONFIG_COMMON_CLK_MT8195_VENCSYS=y +CONFIG_COMMON_CLK_MT8365=y +CONFIG_COMMON_CLK_MT8365_APU=y +CONFIG_COMMON_CLK_MT8365_CAM=y +CONFIG_COMMON_CLK_MT8365_MFG=y +CONFIG_COMMON_CLK_MT8365_MMSYS=y +CONFIG_COMMON_CLK_MT8365_VDEC=y +CONFIG_COMMON_CLK_MT8365_VENC=y +CONFIG_COMMON_CLK_MT8516=y +# CONFIG_COMMON_CLK_MT8516_AUDSYS is not set +# end of Clock driver for MediaTek SoC + +# +# Clock support for Amlogic platforms +# +CONFIG_COMMON_CLK_MESON_REGMAP=y +CONFIG_COMMON_CLK_MESON_DUALDIV=y +CONFIG_COMMON_CLK_MESON_MPLL=y +CONFIG_COMMON_CLK_MESON_PHASE=m +CONFIG_COMMON_CLK_MESON_PLL=y +CONFIG_COMMON_CLK_MESON_SCLK_DIV=m +CONFIG_COMMON_CLK_MESON_VID_PLL_DIV=y +CONFIG_COMMON_CLK_MESON_CLKC_UTILS=y +CONFIG_COMMON_CLK_MESON_AO_CLKC=y +CONFIG_COMMON_CLK_MESON_EE_CLKC=y +CONFIG_COMMON_CLK_MESON_CPU_DYNDIV=y +CONFIG_COMMON_CLK_GXBB=y +CONFIG_COMMON_CLK_AXG=y +CONFIG_COMMON_CLK_AXG_AUDIO=m +# CONFIG_COMMON_CLK_A1_PLL is not set +# CONFIG_COMMON_CLK_A1_PERIPHERALS is not set +CONFIG_COMMON_CLK_G12A=y +CONFIG_COMMON_CLK_S4_PLL=y +CONFIG_COMMON_CLK_S4_PERIPHERALS=y +# end of Clock support for Amlogic platforms + +CONFIG_ARMADA_AP_CP_HELPER=y +CONFIG_ARMADA_37XX_CLK=y +CONFIG_ARMADA_AP806_SYSCON=y +CONFIG_ARMADA_CP110_SYSCON=y +CONFIG_COMMON_CLK_NUVOTON=y +CONFIG_CLK_MA35D1=y +CONFIG_QCOM_GDSC=y +CONFIG_QCOM_RPMCC=y +CONFIG_COMMON_CLK_QCOM=y +CONFIG_CLK_X1E80100_GCC=y +CONFIG_QCOM_A53PLL=y +# CONFIG_QCOM_A7PLL is not set +CONFIG_QCOM_CLK_APCS_MSM8916=y +CONFIG_QCOM_CLK_APCC_MSM8996=y +CONFIG_QCOM_CLK_SMD_RPM=y +CONFIG_QCOM_CLK_RPMH=y +CONFIG_IPQ_APSS_PLL=y +CONFIG_IPQ_APSS_6018=y +# CONFIG_IPQ_GCC_4019 is not set +CONFIG_IPQ_GCC_5018=y +CONFIG_IPQ_GCC_5332=y +CONFIG_IPQ_GCC_6018=y +CONFIG_IPQ_GCC_8074=y +CONFIG_IPQ_GCC_9574=y +CONFIG_MSM_GCC_8916=y +# CONFIG_MSM_GCC_8917 is not set +# CONFIG_MSM_GCC_8939 is not set +# CONFIG_MSM_GCC_8953 is not set +# CONFIG_MSM_GCC_8976 is not set +CONFIG_MSM_MMCC_8994=m +CONFIG_MSM_GCC_8994=y +CONFIG_MSM_GCC_8996=y +CONFIG_MSM_MMCC_8996=m +CONFIG_MSM_GCC_8998=y +# CONFIG_MSM_GPUCC_8998 is not set +CONFIG_MSM_MMCC_8998=m +CONFIG_QCM_GCC_2290=y +CONFIG_QCM_DISPCC_2290=m +CONFIG_QCS_GCC_404=y +# CONFIG_SC_CAMCC_7180 is not set +# CONFIG_SC_CAMCC_7280 is not set +CONFIG_SC_CAMCC_8280XP=m +# CONFIG_SC_DISPCC_7180 is not set +# CONFIG_SC_DISPCC_7280 is not set +CONFIG_SC_DISPCC_8280XP=m +CONFIG_SA_GCC_8775P=y +CONFIG_SA_GPUCC_8775P=m +CONFIG_SC_GCC_7180=y +CONFIG_SC_GCC_7280=y +CONFIG_SC_GCC_8180X=y +CONFIG_SC_GCC_8280XP=y +# CONFIG_SC_GPUCC_7180 is not set +# CONFIG_SC_GPUCC_7280 is not set +CONFIG_SC_GPUCC_8280XP=m +# CONFIG_SC_LPASSCC_7280 is not set +CONFIG_SC_LPASSCC_8280XP=m +# CONFIG_SC_LPASS_CORECC_7180 is not set +# CONFIG_SC_LPASS_CORECC_7280 is not set +# CONFIG_SC_MSS_7180 is not set +# CONFIG_SC_VIDEOCC_7180 is not set +# CONFIG_SC_VIDEOCC_7280 is not set +CONFIG_SDM_CAMCC_845=m +# CONFIG_SDM_GCC_660 is not set +# CONFIG_SDM_MMCC_660 is not set +# CONFIG_SDM_GPUCC_660 is not set +# CONFIG_QCS_TURING_404 is not set +# CONFIG_QCS_Q6SSTOP_404 is not set +# CONFIG_QDU_GCC_1000 is not set +# CONFIG_QDU_ECPRICC_1000 is not set +CONFIG_SDM_GCC_845=y +CONFIG_SDM_GPUCC_845=y +CONFIG_SDM_VIDEOCC_845=y +CONFIG_SDM_DISPCC_845=y +CONFIG_SDM_LPASSCC_845=m +CONFIG_SDX_GCC_75=y +# CONFIG_SM_CAMCC_6350 is not set +CONFIG_SM_CAMCC_8250=m +# CONFIG_SM_CAMCC_8450 is not set +# CONFIG_SM_CAMCC_8550 is not set +CONFIG_SM_DISPCC_6115=m +CONFIG_SM_DISPCC_8250=y +CONFIG_SM_DISPCC_8450=m +CONFIG_SM_DISPCC_8550=m +CONFIG_SM_DISPCC_8650=m +CONFIG_SM_GCC_4450=y +CONFIG_SM_GCC_6115=y +# CONFIG_SM_GCC_6125 is not set +# CONFIG_SM_GCC_6350 is not set +# CONFIG_SM_GCC_6375 is not set +# CONFIG_SM_GCC_7150 is not set +CONFIG_SM_GCC_8150=y +CONFIG_SM_GCC_8250=y +CONFIG_SM_GCC_8350=y +CONFIG_SM_GCC_8450=y +CONFIG_SM_GCC_8550=y +CONFIG_SM_GCC_8650=y +CONFIG_SM_GPUCC_6115=m +# CONFIG_SM_GPUCC_6125 is not set +# CONFIG_SM_GPUCC_6375 is not set +# CONFIG_SM_GPUCC_6350 is not set +CONFIG_SM_GPUCC_8150=y +CONFIG_SM_GPUCC_8250=y +# CONFIG_SM_GPUCC_8350 is not set +CONFIG_SM_GPUCC_8450=m +CONFIG_SM_GPUCC_8550=m +CONFIG_SM_GPUCC_8650=m +CONFIG_SM_TCSRCC_8550=y +CONFIG_SM_TCSRCC_8650=y +# CONFIG_SM_VIDEOCC_8150 is not set +CONFIG_SM_VIDEOCC_8250=y +# CONFIG_SM_VIDEOCC_8350 is not set +# CONFIG_SM_VIDEOCC_8550 is not set +# CONFIG_SPMI_PMIC_CLKDIV is not set +CONFIG_QCOM_HFPLL=y +# CONFIG_KPSS_XCC is not set +CONFIG_CLK_GFM_LPASS_SM8250=m +# CONFIG_SM_VIDEOCC_8450 is not set +CONFIG_CLK_RENESAS=y +CONFIG_CLK_R8A774A1=y +CONFIG_CLK_R8A774B1=y +CONFIG_CLK_R8A774C0=y +CONFIG_CLK_R8A774E1=y +CONFIG_CLK_R8A7795=y +CONFIG_CLK_R8A77960=y +CONFIG_CLK_R8A77961=y +CONFIG_CLK_R8A77965=y +CONFIG_CLK_R8A77970=y +CONFIG_CLK_R8A77980=y +CONFIG_CLK_R8A77990=y +CONFIG_CLK_R8A77995=y +CONFIG_CLK_R8A779A0=y +CONFIG_CLK_R8A779F0=y +CONFIG_CLK_R8A779G0=y +CONFIG_CLK_R9A07G043=y +CONFIG_CLK_R9A07G044=y +CONFIG_CLK_R9A07G054=y +CONFIG_CLK_R9A08G045=y +CONFIG_CLK_R9A09G011=y +CONFIG_CLK_RCAR_CPG_LIB=y +CONFIG_CLK_RCAR_GEN3_CPG=y +CONFIG_CLK_RCAR_GEN4_CPG=y +CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y +CONFIG_CLK_RZG2L=y +CONFIG_CLK_RENESAS_CPG_MSSR=y +CONFIG_CLK_RENESAS_DIV6=y +CONFIG_COMMON_CLK_ROCKCHIP=y +CONFIG_CLK_PX30=y +CONFIG_CLK_RK3308=y +CONFIG_CLK_RK3328=y +CONFIG_CLK_RK3368=y +CONFIG_CLK_RK3399=y +CONFIG_CLK_RK3568=y +CONFIG_CLK_RK3588=y +CONFIG_COMMON_CLK_SAMSUNG=y +CONFIG_EXYNOS_ARM64_COMMON_CLK=y +CONFIG_EXYNOS_AUDSS_CLK_CON=y +CONFIG_EXYNOS_CLKOUT=y +CONFIG_TESLA_FSD_COMMON_CLK=y +CONFIG_CLK_INTEL_SOCFPGA=y +CONFIG_CLK_INTEL_SOCFPGA64=y +CONFIG_SPRD_COMMON_CLK=y +CONFIG_SPRD_SC9860_CLK=y +CONFIG_SPRD_SC9863A_CLK=y +CONFIG_SPRD_UMS512_CLK=y +CONFIG_SUNXI_CCU=y +CONFIG_SUN50I_A64_CCU=y +CONFIG_SUN50I_A100_CCU=y +CONFIG_SUN50I_A100_R_CCU=y +CONFIG_SUN50I_H6_CCU=y +CONFIG_SUN50I_H616_CCU=y +CONFIG_SUN50I_H6_R_CCU=y +CONFIG_SUN6I_RTC_CCU=y +CONFIG_SUN8I_H3_CCU=y +CONFIG_SUN8I_DE2_CCU=y +CONFIG_SUN8I_R_CCU=y +CONFIG_CLK_TEGRA_BPMP=y +CONFIG_TEGRA_CLK_DFLL=y +CONFIG_COMMON_CLK_STM32MP=y +CONFIG_CLK_UNIPHIER=y +CONFIG_COMMON_CLK_VISCONTI=y +# CONFIG_XILINX_VCU is not set +# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set +CONFIG_COMMON_CLK_ZYNQMP=y +CONFIG_HWSPINLOCK=y +# CONFIG_HWSPINLOCK_OMAP is not set +CONFIG_HWSPINLOCK_QCOM=y +# CONFIG_HWSPINLOCK_SPRD is not set +# CONFIG_HWSPINLOCK_SUN6I is not set + +# +# Clock Source drivers +# +CONFIG_TIMER_OF=y +CONFIG_TIMER_ACPI=y +CONFIG_TIMER_PROBE=y +CONFIG_CLKSRC_MMIO=y +CONFIG_OMAP_DM_TIMER=y +CONFIG_DW_APB_TIMER=y +CONFIG_DW_APB_TIMER_OF=y +CONFIG_ROCKCHIP_TIMER=y +CONFIG_OWL_TIMER=y +CONFIG_SUN4I_TIMER=y +CONFIG_TEGRA_TIMER=y +CONFIG_TEGRA186_TIMER=y +CONFIG_NPCM7XX_TIMER=y +CONFIG_ARM_ARCH_TIMER=y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y +CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y +CONFIG_FSL_ERRATUM_A008585=y +CONFIG_HISILICON_ERRATUM_161010101=y +CONFIG_ARM64_ERRATUM_858921=y +CONFIG_SUN50I_ERRATUM_UNKNOWN1=y +CONFIG_ARM_TIMER_SP804=y +CONFIG_CLKSRC_EXYNOS_MCT=y +CONFIG_SYS_SUPPORTS_SH_CMT=y +CONFIG_MTK_TIMER=y +CONFIG_MTK_CPUX_TIMER=y +CONFIG_SPRD_TIMER=y +CONFIG_SYS_SUPPORTS_SH_TMU=y +CONFIG_SH_TIMER_CMT=y +CONFIG_RENESAS_OSTM=y +CONFIG_SH_TIMER_TMU=y +CONFIG_TIMER_IMX_SYS_CTR=y +# end of Clock Source drivers + +CONFIG_MAILBOX=y +CONFIG_ARM_MHU=y +# CONFIG_ARM_MHU_V2 is not set +CONFIG_IMX_MBOX=y +CONFIG_PLATFORM_MHU=y +# CONFIG_PL320_MBOX is not set +# CONFIG_ARMADA_37XX_RWTM_MBOX is not set +CONFIG_OMAP2PLUS_MBOX=m +CONFIG_OMAP_MBOX_KFIFO_SIZE=256 +# CONFIG_ROCKCHIP_MBOX is not set +CONFIG_PCC=y +# CONFIG_ALTERA_MBOX is not set +CONFIG_BCM2835_MBOX=y +CONFIG_TI_MESSAGE_MANAGER=y +CONFIG_HI3660_MBOX=y +CONFIG_HI6220_MBOX=y +# CONFIG_MAILBOX_TEST is not set +CONFIG_QCOM_APCS_IPC=y +CONFIG_TEGRA_HSP_MBOX=y +# CONFIG_XGENE_SLIMPRO_MBOX is not set +# CONFIG_BCM_PDC_MBOX is not set +CONFIG_BCM_FLEXRM_MBOX=m +CONFIG_MTK_ADSP_MBOX=m +CONFIG_MTK_CMDQ_MBOX=m +CONFIG_ZYNQMP_IPI_MBOX=y +CONFIG_SUN6I_MSGBOX=y +# CONFIG_SPRD_MBOX is not set +CONFIG_QCOM_IPCC=y +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +CONFIG_IOMMU_IO_PGTABLE=y +CONFIG_IOMMU_IO_PGTABLE_LPAE=y +# CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set +CONFIG_IOMMU_IO_PGTABLE_ARMV7S=y +# CONFIG_IOMMU_IO_PGTABLE_ARMV7S_SELFTEST is not set +CONFIG_IOMMU_IO_PGTABLE_DART=y +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +CONFIG_IOMMU_DEFAULT_DMA_STRICT=y +# CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_OF_IOMMU=y +CONFIG_IOMMU_DMA=y +# CONFIG_IOMMUFD is not set +CONFIG_ROCKCHIP_IOMMU=y +# CONFIG_SUN50I_IOMMU is not set +CONFIG_TEGRA_IOMMU_SMMU=y +# CONFIG_EXYNOS_IOMMU is not set +# CONFIG_IPMMU_VMSA is not set +CONFIG_APPLE_DART=y +CONFIG_ARM_SMMU=y +# CONFIG_ARM_SMMU_LEGACY_DT_BINDINGS is not set +CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT=y +CONFIG_ARM_SMMU_QCOM=y +# CONFIG_ARM_SMMU_QCOM_DEBUG is not set +CONFIG_ARM_SMMU_V3=y +# CONFIG_ARM_SMMU_V3_SVA is not set +CONFIG_MTK_IOMMU=y +CONFIG_QCOM_IOMMU=y +# CONFIG_VIRTIO_IOMMU is not set +# CONFIG_SPRD_IOMMU is not set + +# +# Remoteproc drivers +# +CONFIG_REMOTEPROC=y +# CONFIG_REMOTEPROC_CDEV is not set +CONFIG_IMX_REMOTEPROC=y +# CONFIG_IMX_DSP_REMOTEPROC is not set +CONFIG_MTK_SCP=m +CONFIG_PRU_REMOTEPROC=m +CONFIG_QCOM_PIL_INFO=m +CONFIG_QCOM_RPROC_COMMON=m +CONFIG_QCOM_Q6V5_COMMON=m +CONFIG_QCOM_Q6V5_ADSP=m +CONFIG_QCOM_Q6V5_MSS=m +CONFIG_QCOM_Q6V5_PAS=m +# CONFIG_QCOM_Q6V5_WCSS is not set +CONFIG_QCOM_SYSMON=m +CONFIG_QCOM_WCNSS_PIL=m +# CONFIG_RCAR_REMOTEPROC is not set +# CONFIG_STM32_RPROC is not set +CONFIG_TI_K3_DSP_REMOTEPROC=m +CONFIG_TI_K3_R5_REMOTEPROC=m +# CONFIG_XLNX_R5_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +CONFIG_RPMSG=y +CONFIG_RPMSG_CHAR=m +CONFIG_RPMSG_CTRL=m +CONFIG_RPMSG_NS=y +CONFIG_RPMSG_MTK_SCP=m +CONFIG_RPMSG_QCOM_GLINK=y +CONFIG_RPMSG_QCOM_GLINK_RPM=y +CONFIG_RPMSG_QCOM_GLINK_SMEM=m +CONFIG_RPMSG_QCOM_SMD=y +CONFIG_RPMSG_VIRTIO=y +# end of Rpmsg drivers + +CONFIG_SOUNDWIRE=m + +# +# SoundWire Devices +# +# CONFIG_SOUNDWIRE_AMD is not set +# CONFIG_SOUNDWIRE_INTEL is not set +CONFIG_SOUNDWIRE_QCOM=m + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +CONFIG_MESON_CANVAS=m +CONFIG_MESON_CLK_MEASURE=y +CONFIG_MESON_GX_SOCINFO=y +# end of Amlogic SoC drivers + +# +# Apple SoC drivers +# +CONFIG_APPLE_MAILBOX=y +CONFIG_APPLE_RTKIT=y +CONFIG_APPLE_SART=y +# end of Apple SoC drivers + +# +# Broadcom SoC drivers +# +CONFIG_SOC_BRCMSTB=y +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +CONFIG_FSL_DPAA=y +# CONFIG_FSL_DPAA_CHECKING is not set +# CONFIG_FSL_BMAN_TEST is not set +# CONFIG_FSL_QMAN_TEST is not set +# CONFIG_QUICC_ENGINE is not set +CONFIG_FSL_GUTS=y +CONFIG_FSL_MC_DPIO=y +CONFIG_DPAA2_CONSOLE=y +CONFIG_FSL_RCPM=y +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# CONFIG_A64FX_DIAG is not set +# end of fujitsu SoC drivers + +# +# Hisilicon SoC drivers +# +# CONFIG_KUNPENG_HCCS is not set +# end of Hisilicon SoC drivers + +# +# i.MX SoC drivers +# +CONFIG_SOC_IMX8M=y +CONFIG_SOC_IMX9=y +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# CONFIG_LITEX_SOC_CONTROLLER is not set +# end of Enable LiteX SoC Builder specific drivers + +# +# MediaTek SoC drivers +# +CONFIG_MTK_CMDQ=m +CONFIG_MTK_DEVAPC=m +CONFIG_MTK_INFRACFG=y +CONFIG_MTK_PMIC_WRAP=y +CONFIG_MTK_REGULATOR_COUPLER=y +CONFIG_MTK_MMSYS=m +CONFIG_MTK_SVS=m +# end of MediaTek SoC drivers + +# CONFIG_WPCM450_SOC is not set + +# +# Qualcomm SoC drivers +# +CONFIG_QCOM_AOSS_QMP=y +CONFIG_QCOM_COMMAND_DB=y +CONFIG_QCOM_GENI_SE=y +# CONFIG_QCOM_GSBI is not set +CONFIG_QCOM_LLCC=m +CONFIG_QCOM_KRYO_L2_ACCESSORS=y +CONFIG_QCOM_MDT_LOADER=m +CONFIG_QCOM_OCMEM=m +CONFIG_QCOM_PDR_HELPERS=m +# CONFIG_QCOM_PMIC_PDCHARGER_ULOG is not set +CONFIG_QCOM_PMIC_GLINK=m +CONFIG_QCOM_QMI_HELPERS=m +# CONFIG_QCOM_RAMP_CTRL is not set +CONFIG_QCOM_RMTFS_MEM=m +# CONFIG_QCOM_RPM_MASTER_STATS is not set +CONFIG_QCOM_RPMH=y +CONFIG_QCOM_SMEM=y +CONFIG_QCOM_SMD_RPM=y +CONFIG_QCOM_SMEM_STATE=y +CONFIG_QCOM_SMP2P=y +CONFIG_QCOM_SMSM=y +CONFIG_QCOM_SOCINFO=m +CONFIG_QCOM_SPM=m +CONFIG_QCOM_STATS=m +CONFIG_QCOM_WCNSS_CTRL=m +CONFIG_QCOM_APR=m +CONFIG_QCOM_ICC_BWMON=m +# end of Qualcomm SoC drivers + +CONFIG_SOC_RENESAS=y +CONFIG_ARCH_RCAR_GEN3=y +CONFIG_ARCH_RZG2L=y +CONFIG_ARCH_R8A77995=y +CONFIG_ARCH_R8A77990=y +CONFIG_ARCH_R8A77951=y +CONFIG_ARCH_R8A77965=y +CONFIG_ARCH_R8A77960=y +CONFIG_ARCH_R8A77961=y +CONFIG_ARCH_R8A779F0=y +CONFIG_ARCH_R8A77980=y +CONFIG_ARCH_R8A77970=y +CONFIG_ARCH_R8A779A0=y +CONFIG_ARCH_R8A779G0=y +CONFIG_ARCH_R8A774C0=y +CONFIG_ARCH_R8A774E1=y +CONFIG_ARCH_R8A774A1=y +CONFIG_ARCH_R8A774B1=y +CONFIG_ARCH_R9A07G043=y +CONFIG_ARCH_R9A07G044=y +CONFIG_ARCH_R9A07G054=y +CONFIG_ARCH_R9A08G045=y +CONFIG_ARCH_R9A09G011=y +CONFIG_PWC_RZV2M=y +CONFIG_RST_RCAR=y +CONFIG_ROCKCHIP_GRF=y +CONFIG_ROCKCHIP_IODOMAIN=y +CONFIG_SOC_SAMSUNG=y +CONFIG_EXYNOS_CHIPID=y +CONFIG_EXYNOS_USI=y +CONFIG_EXYNOS_PMU=y +CONFIG_SUNXI_MBUS=y +CONFIG_SUNXI_SRAM=y +CONFIG_ARCH_TEGRA_132_SOC=y +CONFIG_ARCH_TEGRA_210_SOC=y +CONFIG_ARCH_TEGRA_186_SOC=y +CONFIG_ARCH_TEGRA_194_SOC=y +CONFIG_ARCH_TEGRA_234_SOC=y +CONFIG_SOC_TEGRA_FUSE=y +CONFIG_SOC_TEGRA_FLOWCTRL=y +CONFIG_SOC_TEGRA_PMC=y +CONFIG_SOC_TEGRA_CBB=y +CONFIG_SOC_TI=y +CONFIG_TI_K3_RINGACC=y +CONFIG_TI_K3_SOCINFO=y +CONFIG_TI_PRUSS=m +CONFIG_TI_SCI_INTA_MSI_DOMAIN=y + +# +# Xilinx SoC drivers +# +CONFIG_ZYNQMP_POWER=y +CONFIG_XLNX_EVENT_MANAGER=y +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# +# PM Domains +# +CONFIG_OWL_PM_DOMAINS_HELPER=y +CONFIG_OWL_PM_DOMAINS=y + +# +# Amlogic PM Domains +# +CONFIG_MESON_GX_PM_DOMAINS=y +CONFIG_MESON_EE_PM_DOMAINS=y +CONFIG_MESON_SECURE_PM_DOMAINS=y +# end of Amlogic PM Domains + +CONFIG_APPLE_PMGR_PWRSTATE=y +CONFIG_ARM_SCMI_PERF_DOMAIN=y +CONFIG_ARM_SCMI_POWER_DOMAIN=y +CONFIG_ARM_SCPI_POWER_DOMAIN=y + +# +# Broadcom PM Domains +# +CONFIG_BCM2835_POWER=y +CONFIG_RASPBERRYPI_POWER=y +CONFIG_BCM_PMB=y +# end of Broadcom PM Domains + +# +# i.MX PM Domains +# +CONFIG_IMX_GPCV2_PM_DOMAINS=y +CONFIG_IMX8M_BLK_CTRL=y +CONFIG_IMX9_BLK_CTRL=y +CONFIG_IMX_SCU_PD=y +# end of i.MX PM Domains + +# +# MediaTek PM Domains +# +CONFIG_MTK_SCPSYS=y +CONFIG_MTK_SCPSYS_PM_DOMAINS=y +# end of MediaTek PM Domains + +# +# Qualcomm PM Domains +# +CONFIG_QCOM_CPR=y +CONFIG_QCOM_RPMHPD=y +CONFIG_QCOM_RPMPD=y +# end of Qualcomm PM Domains + +CONFIG_SYSC_RCAR=y +CONFIG_SYSC_RCAR_GEN4=y +CONFIG_SYSC_R8A77995=y +CONFIG_SYSC_R8A77990=y +CONFIG_SYSC_R8A7795=y +CONFIG_SYSC_R8A77965=y +CONFIG_SYSC_R8A77960=y +CONFIG_SYSC_R8A77961=y +CONFIG_SYSC_R8A779F0=y +CONFIG_SYSC_R8A77980=y +CONFIG_SYSC_R8A77970=y +CONFIG_SYSC_R8A779A0=y +CONFIG_SYSC_R8A779G0=y +CONFIG_SYSC_R8A774C0=y +CONFIG_SYSC_R8A774E1=y +CONFIG_SYSC_R8A774A1=y +CONFIG_SYSC_R8A774B1=y +CONFIG_ROCKCHIP_PM_DOMAINS=y +CONFIG_EXYNOS_PM_DOMAINS=y +# CONFIG_SUN20I_PPU is not set +CONFIG_SOC_TEGRA_POWERGATE_BPMP=y +CONFIG_TI_SCI_PM_DOMAINS=y +CONFIG_ZYNQMP_PM_DOMAINS=y +# end of PM Domains + +CONFIG_PM_DEVFREQ=y + +# +# DEVFREQ Governors +# +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set +# CONFIG_DEVFREQ_GOV_POWERSAVE is not set +CONFIG_DEVFREQ_GOV_USERSPACE=y +CONFIG_DEVFREQ_GOV_PASSIVE=m + +# +# DEVFREQ Drivers +# +# CONFIG_ARM_EXYNOS_BUS_DEVFREQ is not set +CONFIG_ARM_IMX_BUS_DEVFREQ=y +CONFIG_ARM_IMX8M_DDRC_DEVFREQ=m +# CONFIG_ARM_TEGRA_DEVFREQ is not set +CONFIG_ARM_MEDIATEK_CCI_DEVFREQ=m +# CONFIG_ARM_RK3399_DMC_DEVFREQ is not set +# CONFIG_ARM_SUN8I_A33_MBUS_DEVFREQ is not set +# CONFIG_PM_DEVFREQ_EVENT is not set +CONFIG_EXTCON=y + +# +# Extcon Device Drivers +# +# CONFIG_EXTCON_ADC_JACK is not set +# CONFIG_EXTCON_FSA9480 is not set +# CONFIG_EXTCON_GPIO is not set +# CONFIG_EXTCON_MAX3355 is not set +CONFIG_EXTCON_PTN5150=m +# CONFIG_EXTCON_QCOM_SPMI_MISC is not set +# CONFIG_EXTCON_RT8973A is not set +# CONFIG_EXTCON_SM5502 is not set +CONFIG_EXTCON_USB_GPIO=y +CONFIG_EXTCON_USBC_CROS_EC=y +# CONFIG_EXTCON_USBC_TUSB320 is not set +# CONFIG_EXTCON_RTK_TYPE_C is not set +CONFIG_MEMORY=y +# CONFIG_ARM_PL172_MPMC is not set +CONFIG_BRCMSTB_DPFE=y +CONFIG_BRCMSTB_MEMC=y +# CONFIG_OMAP_GPMC is not set +CONFIG_FSL_IFC=y +CONFIG_MTK_SMI=y +CONFIG_RENESAS_RPCIF=m +# CONFIG_STM32_FMC2_EBI is not set +CONFIG_TEGRA_MC=y +# CONFIG_TEGRA210_EMC is not set +CONFIG_IIO=y +CONFIG_IIO_BUFFER=y +# CONFIG_IIO_BUFFER_CB is not set +# CONFIG_IIO_BUFFER_DMA is not set +# CONFIG_IIO_BUFFER_DMAENGINE is not set +# CONFIG_IIO_BUFFER_HW_CONSUMER is not set +CONFIG_IIO_KFIFO_BUF=m +CONFIG_IIO_TRIGGERED_BUFFER=m +# CONFIG_IIO_CONFIGFS is not set +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +# CONFIG_IIO_SW_DEVICE is not set +# CONFIG_IIO_SW_TRIGGER is not set +# CONFIG_IIO_TRIGGERED_EVENT is not set + +# +# Accelerometers +# +# CONFIG_ADIS16201 is not set +# CONFIG_ADIS16209 is not set +# CONFIG_ADXL313_I2C is not set +# CONFIG_ADXL313_SPI is not set +# CONFIG_ADXL345_I2C is not set +# CONFIG_ADXL345_SPI is not set +# CONFIG_ADXL355_I2C is not set +# CONFIG_ADXL355_SPI is not set +# CONFIG_ADXL367_SPI is not set +# CONFIG_ADXL367_I2C is not set +# CONFIG_ADXL372_SPI is not set +# CONFIG_ADXL372_I2C is not set +# CONFIG_BMA180 is not set +# CONFIG_BMA220 is not set +# CONFIG_BMA400 is not set +# CONFIG_BMC150_ACCEL is not set +# CONFIG_BMI088_ACCEL is not set +# CONFIG_DA280 is not set +# CONFIG_DA311 is not set +# CONFIG_DMARD06 is not set +# CONFIG_DMARD09 is not set +# CONFIG_DMARD10 is not set +# CONFIG_FXLS8962AF_I2C is not set +# CONFIG_FXLS8962AF_SPI is not set +# CONFIG_IIO_CROS_EC_ACCEL_LEGACY is not set +# CONFIG_IIO_ST_ACCEL_3AXIS is not set +# CONFIG_IIO_KX022A_SPI is not set +# CONFIG_IIO_KX022A_I2C is not set +# CONFIG_KXSD9 is not set +# CONFIG_KXCJK1013 is not set +# CONFIG_MC3230 is not set +# CONFIG_MMA7455_I2C is not set +# CONFIG_MMA7455_SPI is not set +# CONFIG_MMA7660 is not set +# CONFIG_MMA8452 is not set +# CONFIG_MMA9551 is not set +# CONFIG_MMA9553 is not set +# CONFIG_MSA311 is not set +# CONFIG_MXC4005 is not set +# CONFIG_MXC6255 is not set +# CONFIG_SCA3000 is not set +# CONFIG_SCA3300 is not set +# CONFIG_STK8312 is not set +# CONFIG_STK8BA50 is not set +# end of Accelerometers + +# +# Analog to digital converters +# +# CONFIG_AD4130 is not set +# CONFIG_AD7091R5 is not set +# CONFIG_AD7091R8 is not set +# CONFIG_AD7124 is not set +# CONFIG_AD7192 is not set +# CONFIG_AD7266 is not set +# CONFIG_AD7280 is not set +# CONFIG_AD7291 is not set +# CONFIG_AD7292 is not set +# CONFIG_AD7298 is not set +# CONFIG_AD7476 is not set +# CONFIG_AD7606_IFACE_PARALLEL is not set +# CONFIG_AD7606_IFACE_SPI is not set +# CONFIG_AD7766 is not set +# CONFIG_AD7768_1 is not set +# CONFIG_AD7780 is not set +# CONFIG_AD7791 is not set +# CONFIG_AD7793 is not set +# CONFIG_AD7887 is not set +# CONFIG_AD7923 is not set +# CONFIG_AD7949 is not set +# CONFIG_AD799X is not set +# CONFIG_ADI_AXI_ADC is not set +# CONFIG_AXP20X_ADC is not set +# CONFIG_AXP288_ADC is not set +# CONFIG_BCM_IPROC_ADC is not set +# CONFIG_BERLIN2_ADC is not set +# CONFIG_CC10001_ADC is not set +# CONFIG_ENVELOPE_DETECTOR is not set +CONFIG_EXYNOS_ADC=y +# CONFIG_HI8435 is not set +# CONFIG_HX711 is not set +# CONFIG_INA2XX_ADC is not set +# CONFIG_IMX7D_ADC is not set +# CONFIG_IMX8QXP_ADC is not set +CONFIG_IMX93_ADC=m +# CONFIG_LTC2309 is not set +# CONFIG_LTC2471 is not set +# CONFIG_LTC2485 is not set +# CONFIG_LTC2496 is not set +# CONFIG_LTC2497 is not set +# CONFIG_MAX1027 is not set +# CONFIG_MAX11100 is not set +# CONFIG_MAX1118 is not set +# CONFIG_MAX11205 is not set +# CONFIG_MAX11410 is not set +# CONFIG_MAX1241 is not set +# CONFIG_MAX1363 is not set +# CONFIG_MAX34408 is not set +CONFIG_MAX9611=m +# CONFIG_MCP320X is not set +# CONFIG_MCP3422 is not set +# CONFIG_MCP3564 is not set +# CONFIG_MCP3911 is not set +# CONFIG_MEDIATEK_MT6360_ADC is not set +CONFIG_MEDIATEK_MT6577_AUXADC=m +CONFIG_MESON_SARADC=y +# CONFIG_NAU7802 is not set +# CONFIG_NPCM_ADC is not set +CONFIG_QCOM_VADC_COMMON=m +# CONFIG_QCOM_SPMI_RRADC is not set +# CONFIG_QCOM_SPMI_IADC is not set +CONFIG_QCOM_SPMI_VADC=m +CONFIG_QCOM_SPMI_ADC5=m +CONFIG_ROCKCHIP_SARADC=m +# CONFIG_RICHTEK_RTQ6056 is not set +CONFIG_RZG2L_ADC=m +# CONFIG_SD_ADC_MODULATOR is not set +# CONFIG_STM32_ADC_CORE is not set +# CONFIG_STM32_DFSDM_CORE is not set +# CONFIG_STM32_DFSDM_ADC is not set +# CONFIG_SUN20I_GPADC is not set +# CONFIG_TI_ADC081C is not set +# CONFIG_TI_ADC0832 is not set +# CONFIG_TI_ADC084S021 is not set +# CONFIG_TI_ADC12138 is not set +# CONFIG_TI_ADC108S102 is not set +# CONFIG_TI_ADC128S052 is not set +# CONFIG_TI_ADC161S626 is not set +CONFIG_TI_ADS1015=m +# CONFIG_TI_ADS7924 is not set +# CONFIG_TI_ADS1100 is not set +# CONFIG_TI_ADS7950 is not set +# CONFIG_TI_ADS8344 is not set +# CONFIG_TI_ADS8688 is not set +# CONFIG_TI_ADS124S08 is not set +# CONFIG_TI_ADS131E08 is not set +CONFIG_TI_AM335X_ADC=m +# CONFIG_TI_LMP92064 is not set +# CONFIG_TI_TLC4541 is not set +# CONFIG_TI_TSC2046 is not set +# CONFIG_VF610_ADC is not set +# CONFIG_XILINX_XADC is not set +# CONFIG_XILINX_AMS is not set +# end of Analog to digital converters + +# +# Analog to digital and digital to analog converters +# +# CONFIG_AD74115 is not set +# CONFIG_AD74413R is not set +# end of Analog to digital and digital to analog converters + +# +# Analog Front Ends +# +# CONFIG_IIO_RESCALE is not set +# end of Analog Front Ends + +# +# Amplifiers +# +# CONFIG_AD8366 is not set +# CONFIG_ADA4250 is not set +# CONFIG_HMC425 is not set +# end of Amplifiers + +# +# Capacitance to digital converters +# +# CONFIG_AD7150 is not set +# CONFIG_AD7746 is not set +# end of Capacitance to digital converters + +# +# Chemical Sensors +# +# CONFIG_AOSONG_AGS02MA is not set +# CONFIG_ATLAS_PH_SENSOR is not set +# CONFIG_ATLAS_EZO_SENSOR is not set +# CONFIG_BME680 is not set +# CONFIG_CCS811 is not set +# CONFIG_IAQCORE is not set +# CONFIG_PMS7003 is not set +# CONFIG_SCD30_CORE is not set +# CONFIG_SCD4X is not set +# CONFIG_SENSIRION_SGP30 is not set +# CONFIG_SENSIRION_SGP40 is not set +# CONFIG_SPS30_I2C is not set +# CONFIG_SPS30_SERIAL is not set +# CONFIG_SENSEAIR_SUNRISE_CO2 is not set +# CONFIG_VZ89X is not set +# end of Chemical Sensors + +CONFIG_IIO_CROS_EC_SENSORS_CORE=m +CONFIG_IIO_CROS_EC_SENSORS=m +# CONFIG_IIO_CROS_EC_SENSORS_LID_ANGLE is not set + +# +# Hid Sensor IIO Common +# +# end of Hid Sensor IIO Common + +# +# IIO SCMI Sensors +# +# CONFIG_IIO_SCMI is not set +# end of IIO SCMI Sensors + +# +# SSP Sensor Common +# +# CONFIG_IIO_SSP_SENSORHUB is not set +# end of SSP Sensor Common + +CONFIG_IIO_ST_SENSORS_I2C=m +CONFIG_IIO_ST_SENSORS_SPI=m +CONFIG_IIO_ST_SENSORS_CORE=m + +# +# Digital to analog converters +# +# CONFIG_AD3552R is not set +# CONFIG_AD5064 is not set +# CONFIG_AD5360 is not set +# CONFIG_AD5380 is not set +# CONFIG_AD5421 is not set +# CONFIG_AD5446 is not set +# CONFIG_AD5449 is not set +# CONFIG_AD5592R is not set +# CONFIG_AD5593R is not set +# CONFIG_AD5504 is not set +# CONFIG_AD5624R_SPI is not set +# CONFIG_LTC2688 is not set +# CONFIG_AD5686_SPI is not set +# CONFIG_AD5696_I2C is not set +# CONFIG_AD5755 is not set +# CONFIG_AD5758 is not set +# CONFIG_AD5761 is not set +# CONFIG_AD5764 is not set +# CONFIG_AD5766 is not set +# CONFIG_AD5770R is not set +# CONFIG_AD5791 is not set +# CONFIG_AD7293 is not set +# CONFIG_AD7303 is not set +# CONFIG_AD8801 is not set +# CONFIG_DPOT_DAC is not set +# CONFIG_DS4424 is not set +# CONFIG_LTC1660 is not set +# CONFIG_LTC2632 is not set +# CONFIG_M62332 is not set +# CONFIG_MAX517 is not set +# CONFIG_MAX5522 is not set +# CONFIG_MAX5821 is not set +# CONFIG_MCP4725 is not set +# CONFIG_MCP4728 is not set +# CONFIG_MCP4821 is not set +# CONFIG_MCP4922 is not set +# CONFIG_STM32_DAC is not set +# CONFIG_TI_DAC082S085 is not set +# CONFIG_TI_DAC5571 is not set +# CONFIG_TI_DAC7311 is not set +# CONFIG_TI_DAC7612 is not set +# CONFIG_VF610_DAC is not set +# end of Digital to analog converters + +# +# IIO dummy driver +# +# end of IIO dummy driver + +# +# Filters +# +# CONFIG_ADMV8818 is not set +# end of Filters + +# +# Frequency Synthesizers DDS/PLL +# + +# +# Clock Generator/Distribution +# +# CONFIG_AD9523 is not set +# end of Clock Generator/Distribution + +# +# Phase-Locked Loop (PLL) frequency synthesizers +# +# CONFIG_ADF4350 is not set +# CONFIG_ADF4371 is not set +# CONFIG_ADF4377 is not set +# CONFIG_ADMV1013 is not set +# CONFIG_ADMV1014 is not set +# CONFIG_ADMV4420 is not set +# CONFIG_ADRF6780 is not set +# end of Phase-Locked Loop (PLL) frequency synthesizers +# end of Frequency Synthesizers DDS/PLL + +# +# Digital gyroscope sensors +# +# CONFIG_ADIS16080 is not set +# CONFIG_ADIS16130 is not set +# CONFIG_ADIS16136 is not set +# CONFIG_ADIS16260 is not set +# CONFIG_ADXRS290 is not set +# CONFIG_ADXRS450 is not set +# CONFIG_BMG160 is not set +# CONFIG_FXAS21002C is not set +# CONFIG_MPU3050_I2C is not set +# CONFIG_IIO_ST_GYRO_3AXIS is not set +# CONFIG_ITG3200 is not set +# end of Digital gyroscope sensors + +# +# Health Sensors +# + +# +# Heart Rate Monitors +# +# CONFIG_AFE4403 is not set +# CONFIG_AFE4404 is not set +# CONFIG_MAX30100 is not set +# CONFIG_MAX30102 is not set +# end of Heart Rate Monitors +# end of Health Sensors + +# +# Humidity sensors +# +# CONFIG_AM2315 is not set +# CONFIG_DHT11 is not set +# CONFIG_HDC100X is not set +# CONFIG_HDC2010 is not set +# CONFIG_HDC3020 is not set +# CONFIG_HTS221 is not set +# CONFIG_HTU21 is not set +# CONFIG_SI7005 is not set +# CONFIG_SI7020 is not set +# end of Humidity sensors + +# +# Inertial measurement units +# +# CONFIG_ADIS16400 is not set +# CONFIG_ADIS16460 is not set +# CONFIG_ADIS16475 is not set +# CONFIG_ADIS16480 is not set +# CONFIG_BMI160_I2C is not set +# CONFIG_BMI160_SPI is not set +# CONFIG_BMI323_I2C is not set +# CONFIG_BMI323_SPI is not set +# CONFIG_BOSCH_BNO055_SERIAL is not set +# CONFIG_BOSCH_BNO055_I2C is not set +# CONFIG_FXOS8700_I2C is not set +# CONFIG_FXOS8700_SPI is not set +# CONFIG_KMX61 is not set +# CONFIG_INV_ICM42600_I2C is not set +# CONFIG_INV_ICM42600_SPI is not set +# CONFIG_INV_MPU6050_I2C is not set +# CONFIG_INV_MPU6050_SPI is not set +CONFIG_IIO_ST_LSM6DSX=m +CONFIG_IIO_ST_LSM6DSX_I2C=m +CONFIG_IIO_ST_LSM6DSX_SPI=m +# CONFIG_IIO_ST_LSM9DS0 is not set +# end of Inertial measurement units + +# +# Light sensors +# +# CONFIG_ACPI_ALS is not set +# CONFIG_ADJD_S311 is not set +# CONFIG_ADUX1020 is not set +# CONFIG_AL3010 is not set +# CONFIG_AL3320A is not set +# CONFIG_APDS9300 is not set +# CONFIG_APDS9960 is not set +# CONFIG_AS73211 is not set +# CONFIG_BH1750 is not set +# CONFIG_BH1780 is not set +# CONFIG_CM32181 is not set +# CONFIG_CM3232 is not set +# CONFIG_CM3323 is not set +# CONFIG_CM3605 is not set +# CONFIG_CM36651 is not set +CONFIG_IIO_CROS_EC_LIGHT_PROX=m +# CONFIG_GP2AP002 is not set +# CONFIG_GP2AP020A00F is not set +CONFIG_SENSORS_ISL29018=m +# CONFIG_SENSORS_ISL29028 is not set +# CONFIG_ISL29125 is not set +# CONFIG_ISL76682 is not set +# CONFIG_JSA1212 is not set +# CONFIG_ROHM_BU27008 is not set +# CONFIG_ROHM_BU27034 is not set +# CONFIG_RPR0521 is not set +# CONFIG_LTR390 is not set +# CONFIG_LTR501 is not set +# CONFIG_LTRF216A is not set +# CONFIG_LV0104CS is not set +# CONFIG_MAX44000 is not set +# CONFIG_MAX44009 is not set +# CONFIG_NOA1305 is not set +# CONFIG_OPT3001 is not set +# CONFIG_OPT4001 is not set +# CONFIG_PA12203001 is not set +# CONFIG_SI1133 is not set +# CONFIG_SI1145 is not set +# CONFIG_STK3310 is not set +# CONFIG_ST_UVIS25 is not set +# CONFIG_TCS3414 is not set +# CONFIG_TCS3472 is not set +# CONFIG_SENSORS_TSL2563 is not set +# CONFIG_TSL2583 is not set +# CONFIG_TSL2591 is not set +# CONFIG_TSL2772 is not set +# CONFIG_TSL4531 is not set +# CONFIG_US5182D is not set +CONFIG_VCNL4000=m +# CONFIG_VCNL4035 is not set +# CONFIG_VEML6030 is not set +# CONFIG_VEML6070 is not set +# CONFIG_VEML6075 is not set +# CONFIG_VL6180 is not set +# CONFIG_ZOPT2201 is not set +# end of Light sensors + +# +# Magnetometer sensors +# +# CONFIG_AK8974 is not set +# CONFIG_AK8975 is not set +# CONFIG_AK09911 is not set +# CONFIG_BMC150_MAGN_I2C is not set +# CONFIG_BMC150_MAGN_SPI is not set +# CONFIG_MAG3110 is not set +# CONFIG_MMC35240 is not set +CONFIG_IIO_ST_MAGN_3AXIS=m +CONFIG_IIO_ST_MAGN_I2C_3AXIS=m +CONFIG_IIO_ST_MAGN_SPI_3AXIS=m +# CONFIG_SENSORS_HMC5843_I2C is not set +# CONFIG_SENSORS_HMC5843_SPI is not set +# CONFIG_SENSORS_RM3100_I2C is not set +# CONFIG_SENSORS_RM3100_SPI is not set +# CONFIG_TI_TMAG5273 is not set +# CONFIG_YAMAHA_YAS530 is not set +# end of Magnetometer sensors + +# +# Multiplexers +# +# CONFIG_IIO_MUX is not set +# end of Multiplexers + +# +# Inclinometer sensors +# +# end of Inclinometer sensors + +# +# Triggers - standalone +# +# CONFIG_IIO_INTERRUPT_TRIGGER is not set +# CONFIG_IIO_SYSFS_TRIGGER is not set +# end of Triggers - standalone + +# +# Linear and angular position sensors +# +# end of Linear and angular position sensors + +# +# Digital potentiometers +# +# CONFIG_AD5110 is not set +# CONFIG_AD5272 is not set +# CONFIG_DS1803 is not set +# CONFIG_MAX5432 is not set +# CONFIG_MAX5481 is not set +# CONFIG_MAX5487 is not set +# CONFIG_MCP4018 is not set +# CONFIG_MCP4131 is not set +# CONFIG_MCP4531 is not set +# CONFIG_MCP41010 is not set +# CONFIG_TPL0102 is not set +# CONFIG_X9250 is not set +# end of Digital potentiometers + +# +# Digital potentiostats +# +# CONFIG_LMP91000 is not set +# end of Digital potentiostats + +# +# Pressure sensors +# +# CONFIG_ABP060MG is not set +# CONFIG_ROHM_BM1390 is not set +# CONFIG_BMP280 is not set +CONFIG_IIO_CROS_EC_BARO=m +# CONFIG_DLHL60D is not set +# CONFIG_DPS310 is not set +# CONFIG_HP03 is not set +# CONFIG_HSC030PA is not set +# CONFIG_ICP10100 is not set +# CONFIG_MPL115_I2C is not set +# CONFIG_MPL115_SPI is not set +CONFIG_MPL3115=m +# CONFIG_MPRLS0025PA is not set +# CONFIG_MS5611 is not set +# CONFIG_MS5637 is not set +# CONFIG_IIO_ST_PRESS is not set +# CONFIG_T5403 is not set +# CONFIG_HP206C is not set +# CONFIG_ZPA2326 is not set +# end of Pressure sensors + +# +# Lightning sensors +# +# CONFIG_AS3935 is not set +# end of Lightning sensors + +# +# Proximity and distance sensors +# +# CONFIG_CROS_EC_MKBP_PROXIMITY is not set +# CONFIG_IRSD200 is not set +# CONFIG_ISL29501 is not set +# CONFIG_LIDAR_LITE_V2 is not set +# CONFIG_MB1232 is not set +# CONFIG_PING is not set +# CONFIG_RFD77402 is not set +# CONFIG_SRF04 is not set +# CONFIG_SX9310 is not set +# CONFIG_SX9324 is not set +# CONFIG_SX9360 is not set +# CONFIG_SX9500 is not set +# CONFIG_SRF08 is not set +# CONFIG_VCNL3020 is not set +# CONFIG_VL53L0X_I2C is not set +# end of Proximity and distance sensors + +# +# Resolver to digital converters +# +# CONFIG_AD2S90 is not set +# CONFIG_AD2S1200 is not set +# CONFIG_AD2S1210 is not set +# end of Resolver to digital converters + +# +# Temperature sensors +# +# CONFIG_LTC2983 is not set +# CONFIG_MAXIM_THERMOCOUPLE is not set +# CONFIG_MLX90614 is not set +# CONFIG_MLX90632 is not set +# CONFIG_MLX90635 is not set +# CONFIG_TMP006 is not set +# CONFIG_TMP007 is not set +# CONFIG_TMP117 is not set +# CONFIG_TSYS01 is not set +# CONFIG_TSYS02D is not set +# CONFIG_MAX30208 is not set +# CONFIG_MAX31856 is not set +# CONFIG_MAX31865 is not set +# CONFIG_MCP9600 is not set +# end of Temperature sensors + +# CONFIG_NTB is not set +CONFIG_PWM=y +CONFIG_PWM_SYSFS=y +# CONFIG_PWM_DEBUG is not set +# CONFIG_PWM_APPLE is not set +# CONFIG_PWM_ATMEL_TCB is not set +CONFIG_PWM_BCM_IPROC=y +CONFIG_PWM_BCM2835=m +# CONFIG_PWM_BERLIN is not set +CONFIG_PWM_BRCMSTB=m +# CONFIG_PWM_CLK is not set +CONFIG_PWM_CROS_EC=m +# CONFIG_PWM_DWC is not set +# CONFIG_PWM_FSL_FTM is not set +# CONFIG_PWM_HIBVT is not set +# CONFIG_PWM_IMX1 is not set +CONFIG_PWM_IMX27=m +# CONFIG_PWM_IMX_TPM is not set +# CONFIG_PWM_KEEMBAY is not set +CONFIG_PWM_MESON=m +CONFIG_PWM_MTK_DISP=m +CONFIG_PWM_MEDIATEK=m +# CONFIG_PWM_OMAP_DMTIMER is not set +# CONFIG_PWM_PCA9685 is not set +# CONFIG_PWM_RASPBERRYPI_POE is not set +CONFIG_PWM_RCAR=m +CONFIG_PWM_RENESAS_TPU=m +CONFIG_PWM_ROCKCHIP=y +CONFIG_PWM_RZ_MTU3=m +CONFIG_PWM_SAMSUNG=y +CONFIG_PWM_SL28CPLD=m +# CONFIG_PWM_SPRD is not set +CONFIG_PWM_SUN4I=m +CONFIG_PWM_TEGRA=m +CONFIG_PWM_TIECAP=m +CONFIG_PWM_TIEHRPWM=m +CONFIG_PWM_VISCONTI=m +# CONFIG_PWM_XILINX is not set + +# +# IRQ chip support +# +CONFIG_IRQCHIP=y +CONFIG_ARM_GIC=y +CONFIG_ARM_GIC_PM=y +CONFIG_ARM_GIC_MAX_NR=1 +CONFIG_ARM_GIC_V2M=y +CONFIG_ARM_GIC_V3=y +CONFIG_ARM_GIC_V3_ITS=y +CONFIG_ARM_GIC_V3_ITS_PCI=y +CONFIG_ARM_GIC_V3_ITS_FSL_MC=y +CONFIG_ALPINE_MSI=y +# CONFIG_AL_FIC is not set +CONFIG_BCM7038_L1_IRQ=y +CONFIG_BCM7120_L2_IRQ=y +CONFIG_BRCMSTB_L2_IRQ=y +CONFIG_DW_APB_ICTL=y +CONFIG_HISILICON_IRQ_MBIGEN=y +CONFIG_RENESAS_IRQC=y +CONFIG_RENESAS_RZG2L_IRQC=y +CONFIG_SL28CPLD_INTC=y +CONFIG_SUN6I_R_INTC=y +CONFIG_SUNXI_NMI_INTC=y +# CONFIG_XILINX_INTC is not set +CONFIG_IMX_GPCV2=y +CONFIG_MVEBU_GICP=y +CONFIG_MVEBU_ICU=y +CONFIG_MVEBU_ODMI=y +CONFIG_MVEBU_PIC=y +CONFIG_MVEBU_SEI=y +CONFIG_LS_EXTIRQ=y +CONFIG_LS_SCFG_MSI=y +CONFIG_PARTITION_PERCPU=y +CONFIG_QCOM_IRQ_COMBINER=y +CONFIG_IRQ_UNIPHIER_AIDET=y +CONFIG_MESON_IRQ_GPIO=y +CONFIG_QCOM_PDC=y +CONFIG_QCOM_MPM=y +CONFIG_IMX_IRQSTEER=y +CONFIG_IMX_INTMUX=y +CONFIG_IMX_MU_MSI=m +CONFIG_TI_SCI_INTR_IRQCHIP=y +CONFIG_TI_SCI_INTA_IRQCHIP=y +CONFIG_TI_PRUSS_INTC=m +CONFIG_MST_IRQ=y +CONFIG_APPLE_AIC=y +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +CONFIG_ARCH_HAS_RESET_CONTROLLER=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_BERLIN=m +CONFIG_RESET_BRCMSTB=y +CONFIG_RESET_BRCMSTB_RESCAL=y +CONFIG_RESET_IMX7=y +# CONFIG_RESET_MCHP_SPARX5 is not set +CONFIG_RESET_MESON=y +CONFIG_RESET_MESON_AUDIO_ARB=m +CONFIG_RESET_NPCM=y +CONFIG_RESET_NUVOTON_MA35D1=y +CONFIG_RESET_QCOM_AOSS=y +CONFIG_RESET_QCOM_PDC=m +CONFIG_RESET_RASPBERRYPI=m +CONFIG_RESET_RZG2L_USBPHY_CTRL=y +CONFIG_RESET_SCMI=y +CONFIG_RESET_SIMPLE=y +CONFIG_RESET_SUNXI=y +CONFIG_RESET_TI_SCI=y +# CONFIG_RESET_TI_SYSCON is not set +# CONFIG_RESET_TI_TPS380X is not set +CONFIG_RESET_UNIPHIER=y +CONFIG_RESET_UNIPHIER_GLUE=y +CONFIG_COMMON_RESET_HI3660=y +CONFIG_COMMON_RESET_HI6220=y +CONFIG_RESET_TEGRA_BPMP=y + +# +# PHY Subsystem +# +CONFIG_GENERIC_PHY=y +CONFIG_GENERIC_PHY_MIPI_DPHY=y +CONFIG_PHY_XGENE=y +CONFIG_PHY_CAN_TRANSCEIVER=m +CONFIG_PHY_SUN4I_USB=y +CONFIG_PHY_SUN6I_MIPI_DPHY=m +# CONFIG_PHY_SUN9I_USB is not set +# CONFIG_PHY_SUN50I_USB3 is not set +CONFIG_PHY_MESON8B_USB2=y +CONFIG_PHY_MESON_GXL_USB2=y +CONFIG_PHY_MESON_G12A_MIPI_DPHY_ANALOG=y +CONFIG_PHY_MESON_G12A_USB2=y +CONFIG_PHY_MESON_G12A_USB3_PCIE=y +CONFIG_PHY_MESON_AXG_PCIE=y +CONFIG_PHY_MESON_AXG_MIPI_PCIE_ANALOG=y +CONFIG_PHY_MESON_AXG_MIPI_DPHY=y + +# +# PHY drivers for Broadcom platforms +# +CONFIG_PHY_BCM_SR_USB=y +# CONFIG_BCM_KONA_USB2_PHY is not set +# CONFIG_PHY_BCM_NS_USB2 is not set +CONFIG_PHY_NS2_USB_DRD=y +CONFIG_PHY_BRCM_SATA=y +CONFIG_PHY_BRCM_USB=y +CONFIG_PHY_BCM_SR_PCIE=y +# end of PHY drivers for Broadcom platforms + +CONFIG_PHY_CADENCE_TORRENT=m +# CONFIG_PHY_CADENCE_DPHY is not set +CONFIG_PHY_CADENCE_DPHY_RX=m +CONFIG_PHY_CADENCE_SIERRA=m +# CONFIG_PHY_CADENCE_SALVO is not set +CONFIG_PHY_FSL_IMX8MQ_USB=y +# CONFIG_PHY_MIXEL_LVDS_PHY is not set +CONFIG_PHY_MIXEL_MIPI_DPHY=m +CONFIG_PHY_FSL_IMX8M_PCIE=y +# CONFIG_PHY_FSL_LYNX_28G is not set +CONFIG_PHY_HI6220_USB=y +# CONFIG_PHY_HI3660_USB is not set +# CONFIG_PHY_HI3670_USB is not set +# CONFIG_PHY_HI3670_PCIE is not set +CONFIG_PHY_HISTB_COMBPHY=y +CONFIG_PHY_HISI_INNO_USB2=y +# CONFIG_PHY_BERLIN_SATA is not set +# CONFIG_PHY_BERLIN_USB is not set +CONFIG_PHY_MVEBU_A3700_COMPHY=y +CONFIG_PHY_MVEBU_A3700_UTMI=y +# CONFIG_PHY_MVEBU_A38X_COMPHY is not set +CONFIG_PHY_MVEBU_CP110_COMPHY=y +# CONFIG_PHY_MVEBU_CP110_UTMI is not set +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_MTK_PCIE is not set +CONFIG_PHY_MTK_TPHY=y +# CONFIG_PHY_MTK_UFS is not set +# CONFIG_PHY_MTK_XSPHY is not set +CONFIG_PHY_MTK_HDMI=m +CONFIG_PHY_MTK_MIPI_DSI=m +CONFIG_PHY_MTK_DP=m +# CONFIG_PHY_SPARX5_SERDES is not set +# CONFIG_PHY_LAN966X_SERDES is not set +# CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_OCELOT_SERDES is not set +# CONFIG_PHY_QCOM_APQ8064_SATA is not set +CONFIG_PHY_QCOM_EDP=m +# CONFIG_PHY_QCOM_IPQ4019_USB is not set +# CONFIG_PHY_QCOM_IPQ806X_SATA is not set +CONFIG_PHY_QCOM_PCIE2=m +CONFIG_PHY_QCOM_QMP=m +CONFIG_PHY_QCOM_QMP_COMBO=m +CONFIG_PHY_QCOM_QMP_PCIE=m +CONFIG_PHY_QCOM_QMP_PCIE_8996=m +CONFIG_PHY_QCOM_QMP_UFS=m +CONFIG_PHY_QCOM_QMP_USB=m +# CONFIG_PHY_QCOM_QMP_USB_LEGACY is not set +CONFIG_PHY_QCOM_QUSB2=m +CONFIG_PHY_QCOM_SNPS_EUSB2=m +CONFIG_PHY_QCOM_EUSB2_REPEATER=m +CONFIG_PHY_QCOM_M31_USB=m +CONFIG_PHY_QCOM_USB_HS=m +CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m +# CONFIG_PHY_QCOM_USB_HSIC is not set +CONFIG_PHY_QCOM_USB_HS_28NM=m +CONFIG_PHY_QCOM_USB_SS=m +# CONFIG_PHY_QCOM_IPQ806X_USB is not set +CONFIG_PHY_QCOM_SGMII_ETH=m +CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y +# CONFIG_PHY_RCAR_GEN2 is not set +CONFIG_PHY_RCAR_GEN3_PCIE=y +CONFIG_PHY_RCAR_GEN3_USB2=y +CONFIG_PHY_RCAR_GEN3_USB3=m +# CONFIG_PHY_ROCKCHIP_DP is not set +# CONFIG_PHY_ROCKCHIP_DPHY_RX0 is not set +CONFIG_PHY_ROCKCHIP_EMMC=y +CONFIG_PHY_ROCKCHIP_INNO_HDMI=m +CONFIG_PHY_ROCKCHIP_INNO_USB2=y +# CONFIG_PHY_ROCKCHIP_INNO_CSIDPHY is not set +CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m +CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY=m +CONFIG_PHY_ROCKCHIP_PCIE=m +CONFIG_PHY_ROCKCHIP_SNPS_PCIE3=y +CONFIG_PHY_ROCKCHIP_TYPEC=y +# CONFIG_PHY_ROCKCHIP_USB is not set +CONFIG_PHY_EXYNOS_DP_VIDEO=y +CONFIG_PHY_EXYNOS_MIPI_VIDEO=y +# CONFIG_PHY_EXYNOS_PCIE is not set +CONFIG_PHY_SAMSUNG_UFS=y +CONFIG_PHY_SAMSUNG_USB2=y +CONFIG_PHY_EXYNOS5_USBDRD=y +CONFIG_PHY_UNIPHIER_USB2=y +CONFIG_PHY_UNIPHIER_USB3=y +# CONFIG_PHY_UNIPHIER_PCIE is not set +CONFIG_PHY_UNIPHIER_AHCI=y +# CONFIG_PHY_STM32_USBPHYC is not set +CONFIG_PHY_TEGRA_XUSB=y +CONFIG_PHY_TEGRA194_P2U=m +CONFIG_PHY_AM654_SERDES=m +CONFIG_PHY_J721E_WIZ=m +# CONFIG_OMAP_USB2 is not set +# CONFIG_PHY_TUSB1210 is not set +# CONFIG_PHY_INTEL_KEEMBAY_EMMC is not set +# CONFIG_PHY_INTEL_KEEMBAY_USB is not set +# CONFIG_PHY_XILINX_ZYNQMP is not set +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +CONFIG_ARM_CCI_PMU=m +CONFIG_ARM_CCI400_PMU=y +CONFIG_ARM_CCI5xx_PMU=y +CONFIG_ARM_CCN=m +CONFIG_ARM_CMN=m +CONFIG_ARM_PMU=y +CONFIG_ARM_PMU_ACPI=y +CONFIG_ARM_SMMU_V3_PMU=m +CONFIG_ARM_PMUV3=y +CONFIG_ARM_DSU_PMU=m +CONFIG_FSL_IMX8_DDR_PMU=m +# CONFIG_FSL_IMX9_DDR_PMU is not set +CONFIG_QCOM_L2_PMU=y +CONFIG_QCOM_L3_PMU=y +CONFIG_THUNDERX2_PMU=m +# CONFIG_XGENE_PMU is not set +CONFIG_ARM_SPE_PMU=m +CONFIG_ARM_DMC620_PMU=m +# CONFIG_MARVELL_CN10K_TAD_PMU is not set +# CONFIG_APPLE_M1_CPU_PMU is not set +# CONFIG_ALIBABA_UNCORE_DRW_PMU is not set +CONFIG_HISI_PMU=y +# CONFIG_HISI_PCIE_PMU is not set +# CONFIG_HNS3_PMU is not set +# CONFIG_MARVELL_CN10K_DDR_PMU is not set +# CONFIG_DWC_PCIE_PMU is not set +CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU=m +# CONFIG_NVIDIA_CORESIGHT_PMU_ARCH_SYSTEM_PMU is not set +# CONFIG_AMPERE_CORESIGHT_PMU_ARCH_SYSTEM_PMU is not set +CONFIG_MESON_DDR_PMU=m +# end of Performance monitor support + +CONFIG_RAS=y +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +# CONFIG_LIBNVDIMM is not set +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +CONFIG_NVMEM_LAYOUTS=y + +# +# Layout Types +# +CONFIG_NVMEM_LAYOUT_SL28_VPD=m +# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set +# end of Layout Types + +CONFIG_NVMEM_APPLE_EFUSES=y +CONFIG_NVMEM_BCM_OCOTP=y +# CONFIG_NVMEM_IMX_IIM is not set +CONFIG_NVMEM_IMX_OCOTP=y +CONFIG_NVMEM_IMX_OCOTP_ELE=m +CONFIG_NVMEM_IMX_OCOTP_SCU=y +CONFIG_NVMEM_LAYERSCAPE_SFP=m +CONFIG_NVMEM_MESON_EFUSE=m +# CONFIG_NVMEM_MESON_MX_EFUSE is not set +CONFIG_NVMEM_MTK_EFUSE=y +CONFIG_NVMEM_QCOM_QFPROM=y +# CONFIG_NVMEM_QCOM_SEC_QFPROM is not set +CONFIG_NVMEM_RMEM=m +CONFIG_NVMEM_ROCKCHIP_EFUSE=y +CONFIG_NVMEM_ROCKCHIP_OTP=y +CONFIG_NVMEM_SNVS_LPGPR=y +CONFIG_NVMEM_SPMI_SDAM=m +# CONFIG_NVMEM_SPRD_EFUSE is not set +# CONFIG_NVMEM_STM32_ROMEM is not set +CONFIG_NVMEM_SUNXI_SID=y +# CONFIG_NVMEM_U_BOOT_ENV is not set +CONFIG_NVMEM_UNIPHIER_EFUSE=y +# CONFIG_NVMEM_ZYNQMP is not set + +# +# HW tracing support +# +CONFIG_STM=m +# CONFIG_STM_PROTO_BASIC is not set +# CONFIG_STM_PROTO_SYS_T is not set +# CONFIG_STM_DUMMY is not set +# CONFIG_STM_SOURCE_CONSOLE is not set +# CONFIG_STM_SOURCE_HEARTBEAT is not set +# CONFIG_STM_SOURCE_FTRACE is not set +# CONFIG_INTEL_TH is not set +# CONFIG_HISI_PTT is not set +# end of HW tracing support + +CONFIG_FPGA=y +# CONFIG_FPGA_MGR_SOCFPGA is not set +# CONFIG_FPGA_MGR_SOCFPGA_A10 is not set +# CONFIG_ALTERA_PR_IP_CORE is not set +# CONFIG_FPGA_MGR_ALTERA_PS_SPI is not set +CONFIG_FPGA_MGR_ALTERA_CVP=m +CONFIG_FPGA_MGR_STRATIX10_SOC=m +# CONFIG_FPGA_MGR_XILINX_SPI is not set +# CONFIG_FPGA_MGR_ICE40_SPI is not set +# CONFIG_FPGA_MGR_MACHXO2_SPI is not set +CONFIG_FPGA_BRIDGE=m +# CONFIG_SOCFPGA_FPGA_BRIDGE is not set +CONFIG_ALTERA_FREEZE_BRIDGE=m +# CONFIG_XILINX_PR_DECOUPLER is not set +CONFIG_FPGA_REGION=m +CONFIG_OF_FPGA_REGION=m +# CONFIG_FPGA_DFL is not set +# CONFIG_FPGA_MGR_ZYNQMP_FPGA is not set +# CONFIG_FPGA_MGR_VERSAL_FPGA is not set +# CONFIG_FPGA_MGR_MICROCHIP_SPI is not set +# CONFIG_FPGA_MGR_LATTICE_SYSCONFIG_SPI is not set +# CONFIG_FSI is not set +CONFIG_TEE=y +CONFIG_OPTEE=y +# CONFIG_OPTEE_INSECURE_LOAD_IMAGE is not set +CONFIG_MULTIPLEXER=m + +# +# Multiplexer drivers +# +# CONFIG_MUX_ADG792A is not set +# CONFIG_MUX_ADGS1408 is not set +CONFIG_MUX_GPIO=m +CONFIG_MUX_MMIO=m +# end of Multiplexer drivers + +CONFIG_PM_OPP=y +# CONFIG_SIOX is not set +CONFIG_SLIMBUS=m +CONFIG_SLIM_QCOM_CTRL=m +CONFIG_SLIM_QCOM_NGD_CTRL=m +CONFIG_INTERCONNECT=y +CONFIG_INTERCONNECT_IMX=y +CONFIG_INTERCONNECT_IMX8MM=m +CONFIG_INTERCONNECT_IMX8MN=m +CONFIG_INTERCONNECT_IMX8MQ=m +CONFIG_INTERCONNECT_IMX8MP=y +CONFIG_INTERCONNECT_QCOM=y +CONFIG_INTERCONNECT_QCOM_BCM_VOTER=y +CONFIG_INTERCONNECT_QCOM_MSM8916=m +# CONFIG_INTERCONNECT_QCOM_MSM8939 is not set +# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set +CONFIG_INTERCONNECT_QCOM_MSM8996=m +CONFIG_INTERCONNECT_QCOM_OSM_L3=m +CONFIG_INTERCONNECT_QCOM_QCM2290=m +CONFIG_INTERCONNECT_QCOM_QCS404=m +# CONFIG_INTERCONNECT_QCOM_QDU1000 is not set +CONFIG_INTERCONNECT_QCOM_RPMH_POSSIBLE=y +CONFIG_INTERCONNECT_QCOM_RPMH=y +CONFIG_INTERCONNECT_QCOM_SA8775P=y +CONFIG_INTERCONNECT_QCOM_SC7180=y +CONFIG_INTERCONNECT_QCOM_SC7280=y +CONFIG_INTERCONNECT_QCOM_SC8180X=y +CONFIG_INTERCONNECT_QCOM_SC8280XP=y +# CONFIG_INTERCONNECT_QCOM_SDM660 is not set +# CONFIG_INTERCONNECT_QCOM_SDM670 is not set +CONFIG_INTERCONNECT_QCOM_SDM845=y +# CONFIG_INTERCONNECT_QCOM_SDX55 is not set +# CONFIG_INTERCONNECT_QCOM_SDX65 is not set +CONFIG_INTERCONNECT_QCOM_SDX75=y +# CONFIG_INTERCONNECT_QCOM_SM6115 is not set +# CONFIG_INTERCONNECT_QCOM_SM6350 is not set +CONFIG_INTERCONNECT_QCOM_SM8150=m +CONFIG_INTERCONNECT_QCOM_SM8250=m +CONFIG_INTERCONNECT_QCOM_SM8350=m +CONFIG_INTERCONNECT_QCOM_SM8450=y +CONFIG_INTERCONNECT_QCOM_SM8550=y +CONFIG_INTERCONNECT_QCOM_SM8650=y +CONFIG_INTERCONNECT_QCOM_X1E80100=y +CONFIG_INTERCONNECT_QCOM_SMD_RPM=m +# CONFIG_INTERCONNECT_SAMSUNG is not set +CONFIG_INTERCONNECT_CLK=y +CONFIG_COUNTER=m +# CONFIG_INTERRUPT_CNT is not set +CONFIG_RZ_MTU3_CNT=m +# CONFIG_TI_ECAP_CAPTURE is not set +# CONFIG_MOST is not set +# CONFIG_PECI is not set +CONFIG_HTE=y +CONFIG_HTE_TEGRA194=y +CONFIG_HTE_TEGRA194_TEST=m +# CONFIG_CDX_BUS is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +CONFIG_FS_STACK=y +CONFIG_BUFFER_HEAD=y +CONFIG_LEGACY_DIRECT_IO=y +CONFIG_EXT2_FS=y +# CONFIG_EXT2_FS_XATTR is not set +CONFIG_EXT3_FS=y +# CONFIG_EXT3_FS_POSIX_ACL is not set +# CONFIG_EXT3_FS_SECURITY is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_POSIX_ACL=y +# CONFIG_EXT4_FS_SECURITY is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +CONFIG_BTRFS_FS=m +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +# CONFIG_BTRFS_DEBUG is not set +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_FS_REF_VERIFY is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_BCACHEFS_FS is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y +CONFIG_QUOTA=y +# CONFIG_QUOTA_NETLINK_INTERFACE is not set +# CONFIG_QUOTA_DEBUG is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set +CONFIG_QUOTACTL=y +CONFIG_AUTOFS_FS=y +CONFIG_FUSE_FS=m +CONFIG_CUSE=m +# CONFIG_VIRTIO_FS is not set +CONFIG_OVERLAY_FS=m +# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set +CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y +# CONFIG_OVERLAY_FS_INDEX is not set +# CONFIG_OVERLAY_FS_XINO_AUTO is not set +# CONFIG_OVERLAY_FS_METACOPY is not set +# CONFIG_OVERLAY_FS_DEBUG is not set + +# +# Caches +# +CONFIG_NETFS_SUPPORT=y +# CONFIG_NETFS_STATS is not set +# CONFIG_FSCACHE is not set +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +# CONFIG_MSDOS_FS is not set +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +# CONFIG_PROC_KCORE is not set +CONFIG_PROC_VMCORE=y +# CONFIG_PROC_VMCORE_DEVICE_DUMP is not set +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_CHILDREN=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_INODE64 is not set +# CONFIG_TMPFS_QUOTA is not set +CONFIG_ARCH_SUPPORTS_HUGETLBFS=y +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y +CONFIG_ARCH_HAS_GIGANTIC_PAGE=y +CONFIG_CONFIGFS_FS=y +CONFIG_EFIVAR_FS=y +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_JFFS2_FS is not set +CONFIG_UBIFS_FS=m +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UBIFS_FS_ZSTD=y +# CONFIG_UBIFS_ATIME_SUPPORT is not set +CONFIG_UBIFS_FS_XATTR=y +CONFIG_UBIFS_FS_SECURITY=y +# CONFIG_UBIFS_FS_AUTHENTICATION is not set +# CONFIG_CRAMFS is not set +CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_FILE_CACHE=y +# CONFIG_SQUASHFS_FILE_DIRECT is not set +CONFIG_SQUASHFS_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set +CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU is not set +# CONFIG_SQUASHFS_XATTR is not set +CONFIG_SQUASHFS_ZLIB=y +# CONFIG_SQUASHFS_LZ4 is not set +# CONFIG_SQUASHFS_LZO is not set +# CONFIG_SQUASHFS_XZ is not set +# CONFIG_SQUASHFS_ZSTD is not set +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +CONFIG_PSTORE=y +CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240 +CONFIG_PSTORE_COMPRESS=y +# CONFIG_PSTORE_CONSOLE is not set +# CONFIG_PSTORE_PMSG is not set +# CONFIG_PSTORE_RAM is not set +# CONFIG_PSTORE_BLK is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +CONFIG_NFS_V2=y +CONFIG_NFS_V3=y +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V4=y +# CONFIG_NFS_SWAP is not set +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_2=y +CONFIG_PNFS_FILE_LAYOUT=y +CONFIG_PNFS_BLOCK=m +CONFIG_PNFS_FLEXFILE_LAYOUT=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +# CONFIG_NFS_V4_1_MIGRATION is not set +CONFIG_NFS_V4_SECURITY_LABEL=y +CONFIG_ROOT_NFS=y +# CONFIG_NFS_FSCACHE is not set +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +CONFIG_NFS_V4_2_READ_PLUS=y +CONFIG_NFSD=y +# CONFIG_NFSD_V2 is not set +# CONFIG_NFSD_V3_ACL is not set +# CONFIG_NFSD_V4 is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_COMMON=y +CONFIG_NFS_V4_2_SSC_HELPER=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_SUNRPC_BACKCHANNEL=y +CONFIG_RPCSEC_GSS_KRB5=y +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_9P_FS=y +# CONFIG_9P_FS_POSIX_ACL is not set +# CONFIG_9P_FS_SECURITY is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +# CONFIG_NLS_UTF8 is not set +# CONFIG_DLM is not set +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_NETWORK=y +CONFIG_SECURITY_PATH=y +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +# CONFIG_SECURITY_SELINUX is not set +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +CONFIG_SECURITY_LANDLOCK=y +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +CONFIG_INTEGRITY_AUDIT=y +# CONFIG_IMA is not set +# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y +# CONFIG_INIT_STACK_NONE is not set +# CONFIG_INIT_STACK_ALL_PATTERN is not set +CONFIG_INIT_STACK_ALL_ZERO=y +# CONFIG_GCC_PLUGIN_STACKLEAK is not set +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization + +# +# Hardening of kernel data structures +# +# CONFIG_LIST_HARDENED is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Hardening of kernel data structures + +CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_FULL is not set +# CONFIG_RANDSTRUCT_PERFORMANCE is not set +# end of Kernel hardening options +# end of Security options + +CONFIG_XOR_BLOCKS=m +CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y +CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SIG2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_KPP=m +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_USER=y +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_NULL2=y +# CONFIG_CRYPTO_PCRYPT is not set +# CONFIG_CRYPTO_CRYPTD is not set +CONFIG_CRYPTO_AUTHENC=m +CONFIG_CRYPTO_TEST=m +CONFIG_CRYPTO_ENGINE=m +# end of Crypto core or helper + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +CONFIG_CRYPTO_DH=m +# CONFIG_CRYPTO_DH_RFC7919_GROUPS is not set +CONFIG_CRYPTO_ECC=m +CONFIG_CRYPTO_ECDH=m +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +CONFIG_CRYPTO_CURVE25519=m +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ANUBIS is not set +# CONFIG_CRYPTO_ARIA is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +CONFIG_CRYPTO_DES=m +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +CONFIG_CRYPTO_SM4=m +CONFIG_CRYPTO_SM4_GENERIC=m +# CONFIG_CRYPTO_TEA is not set +# CONFIG_CRYPTO_TWOFISH is not set +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_ARC4 is not set +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=m +CONFIG_CRYPTO_CTR=m +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +CONFIG_CRYPTO_XTS=m +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GENIV=y +# CONFIG_CRYPTO_SEQIV is not set +CONFIG_CRYPTO_ECHAINIV=y +# CONFIG_CRYPTO_ESSIV is not set +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +CONFIG_CRYPTO_BLAKE2B=m +CONFIG_CRYPTO_CMAC=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=m +CONFIG_CRYPTO_MICHAEL_MIC=m +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_SHA3=y +CONFIG_CRYPTO_SM3=m +CONFIG_CRYPTO_SM3_GENERIC=m +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_VMAC is not set +# CONFIG_CRYPTO_WP512 is not set +# CONFIG_CRYPTO_XCBC is not set +CONFIG_CRYPTO_XXHASH=m +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +CONFIG_CRYPTO_CRCT10DIF=y +CONFIG_CRYPTO_CRC64_ROCKSOFT=y +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=m +CONFIG_CRYPTO_LZO=m +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +CONFIG_CRYPTO_ZSTD=m +# end of Compression + +# +# Random number generation +# +CONFIG_CRYPTO_ANSI_CPRNG=y +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=y +CONFIG_CRYPTO_JITTERENTROPY=y +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKS=64 +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKSIZE=32 +CONFIG_CRYPTO_JITTERENTROPY_OSR=1 +# end of Random number generation + +# +# Userspace interface +# +CONFIG_CRYPTO_USER_API=m +# CONFIG_CRYPTO_USER_API_HASH is not set +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +CONFIG_CRYPTO_USER_API_RNG=m +# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y +# CONFIG_CRYPTO_STATS is not set +# end of Userspace interface + +CONFIG_CRYPTO_HASH_INFO=y +# CONFIG_CRYPTO_NHPOLY1305_NEON is not set +CONFIG_CRYPTO_CHACHA20_NEON=m + +# +# Accelerated Cryptographic Algorithms for CPU (arm64) +# +CONFIG_CRYPTO_GHASH_ARM64_CE=y +# CONFIG_CRYPTO_POLY1305_NEON is not set +CONFIG_CRYPTO_SHA1_ARM64_CE=y +CONFIG_CRYPTO_SHA256_ARM64=y +CONFIG_CRYPTO_SHA2_ARM64_CE=y +CONFIG_CRYPTO_SHA512_ARM64=m +CONFIG_CRYPTO_SHA512_ARM64_CE=m +CONFIG_CRYPTO_SHA3_ARM64=m +# CONFIG_CRYPTO_SM3_NEON is not set +CONFIG_CRYPTO_SM3_ARM64_CE=m +# CONFIG_CRYPTO_POLYVAL_ARM64_CE is not set +# CONFIG_CRYPTO_AES_ARM64 is not set +CONFIG_CRYPTO_AES_ARM64_CE=y +CONFIG_CRYPTO_AES_ARM64_CE_BLK=y +CONFIG_CRYPTO_AES_ARM64_NEON_BLK=m +CONFIG_CRYPTO_AES_ARM64_BS=m +# CONFIG_CRYPTO_SM4_ARM64_CE is not set +# CONFIG_CRYPTO_SM4_ARM64_CE_BLK is not set +# CONFIG_CRYPTO_SM4_ARM64_NEON_BLK is not set +CONFIG_CRYPTO_AES_ARM64_CE_CCM=y +# CONFIG_CRYPTO_SM4_ARM64_CE_CCM is not set +# CONFIG_CRYPTO_SM4_ARM64_CE_GCM is not set +CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=m +# end of Accelerated Cryptographic Algorithms for CPU (arm64) + +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_DEV_ALLWINNER=y +# CONFIG_CRYPTO_DEV_SUN4I_SS is not set +CONFIG_CRYPTO_DEV_SUN8I_CE=m +# CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG is not set +# CONFIG_CRYPTO_DEV_SUN8I_CE_HASH is not set +# CONFIG_CRYPTO_DEV_SUN8I_CE_PRNG is not set +# CONFIG_CRYPTO_DEV_SUN8I_CE_TRNG is not set +# CONFIG_CRYPTO_DEV_SUN8I_SS is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_COMMON=m +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC=m +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC=m +CONFIG_CRYPTO_DEV_FSL_CAAM=m +# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_JR=m +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9 +# CONFIG_CRYPTO_DEV_FSL_CAAM_INTC is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI=y +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_PKC_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y +CONFIG_CRYPTO_DEV_FSL_CAAM_PRNG_API=y +# CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_TEST is not set +# CONFIG_CRYPTO_DEV_SAHARA is not set +# CONFIG_CRYPTO_DEV_EXYNOS_RNG is not set +# CONFIG_CRYPTO_DEV_S5P is not set +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_CCP is not set +# CONFIG_CRYPTO_DEV_MXS_DCP is not set +# CONFIG_CAVIUM_CPT is not set +# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set +# CONFIG_CRYPTO_DEV_MARVELL_CESA is not set +# CONFIG_CRYPTO_DEV_OCTEONTX_CPT is not set +# CONFIG_CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 is not set +# CONFIG_CRYPTO_DEV_KEEMBAY_OCS_ECC is not set +# CONFIG_CRYPTO_DEV_KEEMBAY_OCS_HCU is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_4XXX is not set +# CONFIG_CRYPTO_DEV_QAT_420XX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +# CONFIG_CRYPTO_DEV_CAVIUM_ZIP is not set +CONFIG_CRYPTO_DEV_QCE=m +CONFIG_CRYPTO_DEV_QCE_SKCIPHER=y +CONFIG_CRYPTO_DEV_QCE_SHA=y +CONFIG_CRYPTO_DEV_QCE_AEAD=y +CONFIG_CRYPTO_DEV_QCE_ENABLE_ALL=y +# CONFIG_CRYPTO_DEV_QCE_ENABLE_SKCIPHER is not set +# CONFIG_CRYPTO_DEV_QCE_ENABLE_SHA is not set +# CONFIG_CRYPTO_DEV_QCE_ENABLE_AEAD is not set +CONFIG_CRYPTO_DEV_QCE_SW_MAX_LEN=512 +CONFIG_CRYPTO_DEV_QCOM_RNG=m +# CONFIG_CRYPTO_DEV_ROCKCHIP is not set +# CONFIG_CRYPTO_DEV_ZYNQMP_AES is not set +# CONFIG_CRYPTO_DEV_ZYNQMP_SHA3 is not set +# CONFIG_CRYPTO_DEV_VIRTIO is not set +CONFIG_CRYPTO_DEV_BCM_SPU=m +# CONFIG_CRYPTO_DEV_STM32_CRC is not set +# CONFIG_CRYPTO_DEV_STM32_HASH is not set +# CONFIG_CRYPTO_DEV_STM32_CRYP is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +CONFIG_CRYPTO_DEV_CCREE=m +# CONFIG_CRYPTO_DEV_HISI_SEC is not set +CONFIG_CRYPTO_DEV_HISI_SEC2=m +CONFIG_CRYPTO_DEV_HISI_QM=m +CONFIG_CRYPTO_DEV_HISI_ZIP=m +CONFIG_CRYPTO_DEV_HISI_HPRE=m +CONFIG_CRYPTO_DEV_HISI_TRNG=m +CONFIG_CRYPTO_DEV_AMLOGIC_GXL=m +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL_DEBUG is not set +CONFIG_CRYPTO_DEV_SA2UL=m +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_FIPS_SIGNATURE_SELFTEST is not set + +# +# Certificates for signature checking +# +# CONFIG_SYSTEM_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_RAID6_PQ=m +CONFIG_RAID6_PQ_BENCHMARK=y +CONFIG_LINEAR_RANGES=y +CONFIG_PACKING=y +CONFIG_BITREVERSE=y +CONFIG_HAVE_ARCH_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y +CONFIG_ARCH_USE_SYM_ANNOTATIONS=y +CONFIG_INDIRECT_PIO=y +# CONFIG_TRACE_MMIO_ACCESS is not set + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_GF128MUL=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=m +CONFIG_CRYPTO_LIB_CHACHA_GENERIC=m +# CONFIG_CRYPTO_LIB_CHACHA is not set +CONFIG_CRYPTO_LIB_CURVE25519_GENERIC=m +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_DES=m +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=9 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_CRC_CCITT=m +CONFIG_CRC16=y +CONFIG_CRC_T10DIF=y +CONFIG_CRC64_ROCKSOFT=y +CONFIG_CRC_ITU_T=y +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +CONFIG_CRC64=y +# CONFIG_CRC4 is not set +CONFIG_CRC7=y +CONFIG_LIBCRC32C=m +CONFIG_CRC8=y +CONFIG_XXHASH=y +CONFIG_AUDIT_GENERIC=y +CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y +CONFIG_AUDIT_COMPAT_GENERIC=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_COMPRESS=m +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_INTERVAL_TREE=y +CONFIG_XARRAY_MULTI=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_FLAGS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_DMA_DECLARE_COHERENT=y +CONFIG_ARCH_HAS_SETUP_DMA_OPS=y +CONFIG_ARCH_HAS_TEARDOWN_DMA_OPS=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU=y +CONFIG_ARCH_HAS_DMA_PREP_COHERENT=y +CONFIG_SWIOTLB=y +# CONFIG_SWIOTLB_DYNAMIC is not set +CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC=y +CONFIG_DMA_RESTRICTED_POOL=y +CONFIG_DMA_NONCOHERENT_MMAP=y +CONFIG_DMA_COHERENT_POOL=y +CONFIG_DMA_DIRECT_REMAP=y +CONFIG_DMA_CMA=y +# CONFIG_DMA_NUMA_CMA is not set + +# +# Default contiguous memory area size: +# +CONFIG_CMA_SIZE_MBYTES=32 +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_ALIGNMENT=8 +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +CONFIG_IRQ_POLL=y +CONFIG_MPILIB=y +CONFIG_DIMLIB=y +CONFIG_LIBFDT=y +CONFIG_OID_REGISTRY=y +CONFIG_UCS2_STRING=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_TIME_NS=y +CONFIG_FONT_SUPPORT=y +# CONFIG_FONTS is not set +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +CONFIG_SG_SPLIT=y +CONFIG_SG_POOL=y +CONFIG_MEMREGION=y +CONFIG_ARCH_STACKWALK=y +CONFIG_STACKDEPOT=y +CONFIG_STACKDEPOT_MAX_FRAMES=64 +CONFIG_SBITMAP=y +# CONFIG_LWQ_TEST is not set +# end of Library routines + +CONFIG_GENERIC_IOREMAP=y +CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y +CONFIG_FIRMWARE_TABLE=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_ULEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=2048 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set +CONFIG_ARCH_WANT_FRAME_POINTERS=y +CONFIG_FRAME_POINTER=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_ARCH_KCSAN=y +CONFIG_HAVE_KCSAN_COMPILER=y +# CONFIG_KCSAN is not set +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_TABLE_CHECK is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_PAGE_REF is not set +# CONFIG_DEBUG_RODATA_TEST is not set +CONFIG_ARCH_HAS_DEBUG_WX=y +# CONFIG_DEBUG_WX is not set +CONFIG_GENERIC_PTDUMP=y +# CONFIG_PTDUMP_DEBUGFS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_PER_VMA_LOCK_STATS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SHRINKER_DEBUG is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_SCHED_STACK_END_CHECK is not set +CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_VM_PGTABLE is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +CONFIG_DEBUG_MEMORY_INIT=y +# CONFIG_DEBUG_PER_CPU_MAPS is not set +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_SW_TAGS=y +CONFIG_HAVE_ARCH_KASAN_HW_TAGS=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_KASAN_SW_TAGS=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y +# CONFIG_HARDLOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +# CONFIG_SCHED_DEBUG is not set +CONFIG_SCHED_INFO=y +# CONFIG_SCHEDSTATS is not set +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set +# CONFIG_DEBUG_PREEMPT is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# CONFIG_CSD_LOCK_WAIT_DEBUG is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +# CONFIG_RCU_CPU_STALL_CPUTIME is not set +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_RETVAL=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_BLK_DEV_IO_TRACE is not set +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_HIST_TRIGGERS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_RV is not set +# CONFIG_SAMPLES is not set +CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=y +CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=y +CONFIG_STRICT_DEVMEM=y +# CONFIG_IO_STRICT_DEVMEM is not set + +# +# arm64 Debugging +# +# CONFIG_PID_IN_CONTEXTIDR is not set +# CONFIG_DEBUG_EFI is not set +# CONFIG_ARM64_RELOC_TEST is not set +CONFIG_CORESIGHT=m +CONFIG_CORESIGHT_LINKS_AND_SINKS=m +CONFIG_CORESIGHT_LINK_AND_SINK_TMC=m +CONFIG_CORESIGHT_CATU=m +CONFIG_CORESIGHT_SINK_TPIU=m +CONFIG_CORESIGHT_SINK_ETBV10=m +# CONFIG_CORESIGHT_SOURCE_ETM4X is not set +CONFIG_CORESIGHT_STM=m +CONFIG_CORESIGHT_CPU_DEBUG=m +# CONFIG_CORESIGHT_CPU_DEBUG_DEFAULT_ON is not set +CONFIG_CORESIGHT_CTI=m +# CONFIG_CORESIGHT_CTI_INTEGRATION_REGS is not set +# CONFIG_ULTRASOC_SMB is not set +# CONFIG_CORESIGHT_TPDM is not set +# CONFIG_CORESIGHT_TPDA is not set +# CONFIG_CORESIGHT_DUMMY is not set +# end of arm64 Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_TEST_REF_TRACKER is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_MAPLE_TREE is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_OBJPOOL is not set +CONFIG_ARCH_USE_MEMTEST=y +CONFIG_MEMTEST=y +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/db/arm64/64/aarch64/v6.8/stderr.txt b/db/arm64/64/aarch64/v6.8/stderr.txt new file mode 100644 index 0000000..aee6735 --- /dev/null +++ b/db/arm64/64/aarch64/v6.8/stderr.txt @@ -0,0 +1,503 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchArm64(name='arm64', abi='aarch64', compat=False, ...) +[D] Syscall table: Symbol("sys_call_table" at 0xffff800081030978, type=OBJECT, size=0xe70) +[I] Syscall table (sys_call_table) is 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xffff8000800c81a4, type=FUNC, size=0x8) +[D] Found ni_syscall: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[0]: Symbol("__arm64_sys_io_setup" at 0xffff8000803c218c, type=FUNC, size=0x11c) +[D] sys_call_table[1]: Symbol("__arm64_sys_io_destroy" at 0xffff8000803c23c8, type=FUNC, size=0xcc) +[D] sys_call_table[2]: Symbol("__arm64_sys_io_submit" at 0xffff8000803c2494, type=FUNC, size=0x1a4) +[D] sys_call_table[3]: Symbol("__arm64_sys_io_cancel" at 0xffff8000803c27d8, type=FUNC, size=0x15c) +[D] sys_call_table[4]: Symbol("__arm64_sys_io_getevents" at 0xffff8000803c2934, type=FUNC, size=0xd0) +[D] sys_call_table[5]: Symbol("__arm64_sys_setxattr" at 0xffff80008038a854, type=FUNC, size=0x34) +[D] sys_call_table[6]: Symbol("__arm64_sys_lsetxattr" at 0xffff80008038a888, type=FUNC, size=0x34) +[D] sys_call_table[7]: Symbol("__arm64_sys_fsetxattr" at 0xffff80008038a8bc, type=FUNC, size=0xe8) +[D] sys_call_table[8]: Symbol("__arm64_sys_getxattr" at 0xffff80008038acfc, type=FUNC, size=0x2c) +[D] sys_call_table[9]: Symbol("__arm64_sys_lgetxattr" at 0xffff80008038ad28, type=FUNC, size=0x2c) +[D] sys_call_table[10]: Symbol("__arm64_sys_fgetxattr" at 0xffff80008038ad54, type=FUNC, size=0xcc) +[D] sys_call_table[11]: Symbol("__arm64_sys_listxattr" at 0xffff80008038ae20, type=FUNC, size=0x2c) +[D] sys_call_table[12]: Symbol("__arm64_sys_llistxattr" at 0xffff80008038ae4c, type=FUNC, size=0x2c) +[D] sys_call_table[13]: Symbol("__arm64_sys_flistxattr" at 0xffff80008038ae78, type=FUNC, size=0xc0) +[D] sys_call_table[14]: Symbol("__arm64_sys_removexattr" at 0xffff80008038af38, type=FUNC, size=0x28) +[D] sys_call_table[15]: Symbol("__arm64_sys_lremovexattr" at 0xffff80008038af60, type=FUNC, size=0x28) +[D] sys_call_table[16]: Symbol("__arm64_sys_fremovexattr" at 0xffff80008038af88, type=FUNC, size=0xc8) +[D] sys_call_table[17]: Symbol("__arm64_sys_getcwd" at 0xffff80008039d45c, type=FUNC, size=0x1d0) +[D] sys_call_table[18]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[19]: Symbol("__arm64_sys_eventfd2" at 0xffff8000803bb01c, type=FUNC, size=0x2c) +[D] sys_call_table[20]: Symbol("__arm64_sys_epoll_create1" at 0xffff8000803b7348, type=FUNC, size=0x24) +[D] sys_call_table[21]: Symbol("__arm64_sys_epoll_ctl" at 0xffff8000803b7f34, type=FUNC, size=0xe0) +[D] sys_call_table[22]: Symbol("__arm64_sys_epoll_pwait" at 0xffff8000803b8104, type=FUNC, size=0x110) +[D] sys_call_table[23]: Symbol("__arm64_sys_dup" at 0xffff80008037d228, type=FUNC, size=0x148) +[D] sys_call_table[24]: Symbol("__arm64_sys_dup3" at 0xffff80008037d0e4, type=FUNC, size=0x30) +[D] sys_call_table[25]: Symbol("__arm64_sys_fcntl" at 0xffff80008036bbb0, type=FUNC, size=0xdc) +[D] sys_call_table[26]: Symbol("__arm64_sys_inotify_init1" at 0xffff8000803b132c, type=FUNC, size=0x24) +[D] sys_call_table[27]: Symbol("__arm64_sys_inotify_add_watch" at 0xffff8000803b1374, type=FUNC, size=0x430) +[D] sys_call_table[28]: Symbol("__arm64_sys_inotify_rm_watch" at 0xffff8000803b17a4, type=FUNC, size=0xfc) +[D] sys_call_table[29]: Symbol("__arm64_sys_ioctl" at 0xffff80008036d784, type=FUNC, size=0xf0) +[D] sys_call_table[30]: Symbol("__arm64_sys_ioprio_set" at 0xffff8000805eacb0, type=FUNC, size=0x2c4) +[D] sys_call_table[31]: Symbol("__arm64_sys_ioprio_get" at 0xffff8000805eaf74, type=FUNC, size=0x360) +[D] sys_call_table[32]: Symbol("__arm64_sys_flock" at 0xffff8000803c8b80, type=FUNC, size=0x28) +[D] sys_call_table[33]: Symbol("__arm64_sys_mknodat" at 0xffff8000803693b4, type=FUNC, size=0x5c) +[D] sys_call_table[34]: Symbol("__arm64_sys_mkdirat" at 0xffff800080369600, type=FUNC, size=0x7c) +[D] sys_call_table[35]: Symbol("__arm64_sys_unlinkat" at 0xffff800080369be4, type=FUNC, size=0x80) +[D] sys_call_table[36]: Symbol("__arm64_sys_symlinkat" at 0xffff800080369e34, type=FUNC, size=0x68) +[D] sys_call_table[37]: Symbol("__arm64_sys_linkat" at 0xffff80008036a1b8, type=FUNC, size=0x80) +[D] sys_call_table[38]: Symbol("__arm64_sys_renameat" at 0xffff80008036a824, type=FUNC, size=0x70) +[D] sys_call_table[39]: Symbol("__arm64_sys_umount" at 0xffff800080382570, type=FUNC, size=0x98) +[D] sys_call_table[40]: Symbol("__arm64_sys_mount" at 0xffff800080384f9c, type=FUNC, size=0x2b4) +[D] sys_call_table[41]: Symbol("__arm64_sys_pivot_root" at 0xffff800080385934, type=FUNC, size=0x4f8) +[D] sys_call_table[42]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[43]: Symbol("__arm64_sys_statfs" at 0xffff80008039e99c, type=FUNC, size=0x20) +[D] sys_call_table[44]: Symbol("__arm64_sys_fstatfs" at 0xffff80008039e9e4, type=FUNC, size=0x28) +[D] sys_call_table[45]: Symbol("__arm64_sys_truncate" at 0xffff80008034f398, type=FUNC, size=0xd4) +[D] sys_call_table[46]: Symbol("__arm64_sys_ftruncate" at 0xffff80008034f690, type=FUNC, size=0x2c) +[D] sys_call_table[47]: Symbol("__arm64_sys_fallocate" at 0xffff80008034f784, type=FUNC, size=0x30) +[D] sys_call_table[48]: Symbol("__arm64_sys_faccessat" at 0xffff80008034f7b4, type=FUNC, size=0x30) +[D] sys_call_table[49]: Symbol("__arm64_sys_chdir" at 0xffff80008034f844, type=FUNC, size=0xf8) +[D] sys_call_table[50]: Symbol("__arm64_sys_fchdir" at 0xffff80008034f93c, type=FUNC, size=0xd0) +[D] sys_call_table[51]: Symbol("__arm64_sys_chroot" at 0xffff80008034fa0c, type=FUNC, size=0x12c) +[D] sys_call_table[52]: Symbol("__arm64_sys_fchmod" at 0xffff80008034fd10, type=FUNC, size=0xb0) +[D] sys_call_table[53]: Symbol("__arm64_sys_fchmodat" at 0xffff80008034fec0, type=FUNC, size=0xd4) +[D] sys_call_table[54]: Symbol("__arm64_sys_fchownat" at 0xffff8000803503a0, type=FUNC, size=0x38) +[D] sys_call_table[55]: Symbol("__arm64_sys_fchown" at 0xffff8000803505e8, type=FUNC, size=0x30) +[D] sys_call_table[56]: Symbol("__arm64_sys_openat" at 0xffff800080350bcc, type=FUNC, size=0xa4) +[D] sys_call_table[57]: Symbol("__arm64_sys_close" at 0xffff800080350f68, type=FUNC, size=0x7c) +[D] sys_call_table[58]: Symbol("__arm64_sys_vhangup" at 0xffff800080351014, type=FUNC, size=0x38) +[D] sys_call_table[59]: Symbol("__arm64_sys_pipe2" at 0xffff800080360dc4, type=FUNC, size=0x2c) +[D] sys_call_table[60]: Symbol("__arm64_sys_quotactl" at 0xffff8000803e3878, type=FUNC, size=0x4ec) +[D] sys_call_table[61]: Symbol("__arm64_sys_getdents64" at 0xffff80008036e8bc, type=FUNC, size=0x14c) +[D] sys_call_table[62]: Symbol("__arm64_sys_lseek" at 0xffff800080352a84, type=FUNC, size=0xd8) +[D] sys_call_table[63]: Symbol("__arm64_sys_read" at 0xffff800080353c20, type=FUNC, size=0x28) +[D] sys_call_table[64]: Symbol("__arm64_sys_write" at 0xffff800080353d4c, type=FUNC, size=0x28) +[D] sys_call_table[65]: Symbol("__arm64_sys_readv" at 0xffff800080353f4c, type=FUNC, size=0x2c) +[D] sys_call_table[66]: Symbol("__arm64_sys_writev" at 0xffff800080353f78, type=FUNC, size=0x2c) +[D] sys_call_table[67]: Symbol("__arm64_sys_pread64" at 0xffff800080353e34, type=FUNC, size=0x2c) +[D] sys_call_table[68]: Symbol("__arm64_sys_pwrite64" at 0xffff800080353f20, type=FUNC, size=0x2c) +[D] sys_call_table[69]: Symbol("__arm64_sys_preadv" at 0xffff800080353fa4, type=FUNC, size=0x2c) +[D] sys_call_table[70]: Symbol("__arm64_sys_pwritev" at 0xffff80008035401c, type=FUNC, size=0x2c) +[D] sys_call_table[71]: Symbol("__arm64_sys_sendfile64" at 0xffff8000803542cc, type=FUNC, size=0x140) +[D] sys_call_table[72]: Symbol("__arm64_sys_pselect6" at 0xffff800080370910, type=FUNC, size=0x224) +[D] sys_call_table[73]: Symbol("__arm64_sys_ppoll" at 0xffff800080370c70, type=FUNC, size=0x130) +[D] sys_call_table[74]: Symbol("__arm64_sys_signalfd4" at 0xffff8000803b8ffc, type=FUNC, size=0xcc) +[D] sys_call_table[75]: Symbol("__arm64_sys_vmsplice" at 0xffff80008039b0a0, type=FUNC, size=0x2c) +[D] sys_call_table[76]: Symbol("__arm64_sys_splice" at 0xffff80008039b0cc, type=FUNC, size=0x330) +[D] sys_call_table[77]: Symbol("__arm64_sys_tee" at 0xffff80008039b7a4, type=FUNC, size=0x10c) +[D] sys_call_table[78]: Symbol("__arm64_sys_readlinkat" at 0xffff80008035b874, type=FUNC, size=0x30) +[D] sys_call_table[79]: Symbol("__arm64_sys_newfstatat" at 0xffff80008035b820, type=FUNC, size=0x2c) +[D] sys_call_table[80]: Symbol("__arm64_sys_newfstat" at 0xffff80008035b84c, type=FUNC, size=0x28) +[D] sys_call_table[81]: Symbol("__arm64_sys_sync" at 0xffff80008039bd38, type=FUNC, size=0x20) +[D] sys_call_table[82]: Symbol("__arm64_sys_fsync" at 0xffff80008039be5c, type=FUNC, size=0x28) +[D] sys_call_table[83]: Symbol("__arm64_sys_fdatasync" at 0xffff80008039be84, type=FUNC, size=0x28) +[D] sys_call_table[84]: Symbol("__arm64_sys_sync_file_range" at 0xffff80008039c068, type=FUNC, size=0x30) +[D] sys_call_table[85]: Symbol("__arm64_sys_timerfd_create" at 0xffff8000803ba0ec, type=FUNC, size=0x184) +[D] sys_call_table[86]: Symbol("__arm64_sys_timerfd_settime" at 0xffff8000803ba270, type=FUNC, size=0xbc) +[D] sys_call_table[87]: Symbol("__arm64_sys_timerfd_gettime" at 0xffff8000803ba32c, type=FUNC, size=0x8c) +[D] sys_call_table[88]: Symbol("__arm64_sys_utimensat" at 0xffff80008039c64c, type=FUNC, size=0xd0) +[D] sys_call_table[89]: Symbol("__arm64_sys_acct" at 0xffff800080171124, type=FUNC, size=0x2d4) +[D] sys_call_table[90]: Symbol("__arm64_sys_capget" at 0xffff8000800a892c, type=FUNC, size=0x200) +[D] sys_call_table[91]: Symbol("__arm64_sys_capset" at 0xffff8000800a8b2c, type=FUNC, size=0x21c) +[D] sys_call_table[92]: Symbol("__arm64_sys_arm64_personality" at 0xffff8000800206b8, type=FUNC, size=0x80) +[D] sys_call_table[93]: Symbol("__arm64_sys_exit" at 0xffff8000800a0c30, type=FUNC, size=0x18) +[D] sys_call_table[94]: Symbol("__arm64_sys_exit_group" at 0xffff8000800a0cd8, type=FUNC, size=0x18) +[D] sys_call_table[95]: Symbol("__arm64_sys_waitid" at 0xffff8000800a1930, type=FUNC, size=0x34) +[D] sys_call_table[96]: Symbol("__arm64_sys_set_tid_address" at 0xffff800080097798, type=FUNC, size=0x38) +[D] sys_call_table[97]: Symbol("__arm64_sys_unshare" at 0xffff800080099a5c, type=FUNC, size=0x24) +[D] sys_call_table[98]: Symbol("__arm64_sys_futex" at 0xffff800080168ce4, type=FUNC, size=0x190) +[D] sys_call_table[99]: Symbol("__arm64_sys_set_robust_list" at 0xffff8000801689f8, type=FUNC, size=0x24) +[D] sys_call_table[100]: Symbol("__arm64_sys_get_robust_list" at 0xffff800080168a1c, type=FUNC, size=0x128) +[D] sys_call_table[101]: Symbol("__arm64_sys_nanosleep" at 0xffff800080154084, type=FUNC, size=0xe0) +[D] sys_call_table[102]: Symbol("__arm64_sys_getitimer" at 0xffff800080160c88, type=FUNC, size=0x8c) +[D] sys_call_table[103]: Symbol("__arm64_sys_setitimer" at 0xffff800080160e50, type=FUNC, size=0x18c) +[D] sys_call_table[104]: Symbol("__arm64_sys_kexec_load" at 0xffff800080173b84, type=FUNC, size=0xe8) +[D] sys_call_table[105]: Symbol("__arm64_sys_init_module" at 0xffff800080147ff8, type=FUNC, size=0x28) +[D] sys_call_table[106]: Symbol("__arm64_sys_delete_module" at 0xffff8000801483ec, type=FUNC, size=0x280) +[D] sys_call_table[107]: Symbol("__arm64_sys_timer_create" at 0xffff80008015cf18, type=FUNC, size=0xec) +[D] sys_call_table[108]: Symbol("__arm64_sys_timer_gettime" at 0xffff80008015d0bc, type=FUNC, size=0x8c) +[D] sys_call_table[109]: Symbol("__arm64_sys_timer_getoverrun" at 0xffff80008015d1d4, type=FUNC, size=0x8c) +[D] sys_call_table[110]: Symbol("__arm64_sys_timer_settime" at 0xffff80008015d260, type=FUNC, size=0xd4) +[D] sys_call_table[111]: Symbol("__arm64_sys_timer_delete" at 0xffff80008015d414, type=FUNC, size=0x104) +[D] sys_call_table[112]: Symbol("__arm64_sys_clock_settime" at 0xffff80008015d688, type=FUNC, size=0xe0) +[D] sys_call_table[113]: Symbol("__arm64_sys_clock_gettime" at 0xffff80008015d768, type=FUNC, size=0xe4) +[D] sys_call_table[114]: Symbol("__arm64_sys_clock_getres" at 0xffff80008015d8fc, type=FUNC, size=0xec) +[D] sys_call_table[115]: Symbol("__arm64_sys_clock_nanosleep" at 0xffff80008015dcc0, type=FUNC, size=0x144) +[D] sys_call_table[116]: Symbol("__arm64_sys_syslog" at 0xffff800080111eac, type=FUNC, size=0x34) +[D] sys_call_table[117]: Symbol("__arm64_sys_ptrace" at 0xffff8000800aa43c, type=FUNC, size=0x16c) +[D] sys_call_table[118]: Symbol("__arm64_sys_sched_setparam" at 0xffff8000800da1e0, type=FUNC, size=0x30) +[D] sys_call_table[119]: Symbol("__arm64_sys_sched_setscheduler" at 0xffff8000800da1a8, type=FUNC, size=0x38) +[D] sys_call_table[120]: Symbol("__arm64_sys_sched_getscheduler" at 0xffff8000800da5e8, type=FUNC, size=0x80) +[D] sys_call_table[121]: Symbol("__arm64_sys_sched_getparam" at 0xffff8000800da668, type=FUNC, size=0x120) +[D] sys_call_table[122]: Symbol("__arm64_sys_sched_setaffinity" at 0xffff8000800dd9ec, type=FUNC, size=0xf0) +[D] sys_call_table[123]: Symbol("__arm64_sys_sched_getaffinity" at 0xffff8000800dab08, type=FUNC, size=0xfc) +[D] sys_call_table[124]: Symbol("__arm64_sys_sched_yield" at 0xffff8000800dac04, type=FUNC, size=0x20) +[D] sys_call_table[125]: Symbol("__arm64_sys_sched_get_priority_max" at 0xffff8000800dac84, type=FUNC, size=0x44) +[D] sys_call_table[126]: Symbol("__arm64_sys_sched_get_priority_min" at 0xffff8000800dacc8, type=FUNC, size=0x40) +[D] sys_call_table[127]: Symbol("__arm64_sys_sched_rr_get_interval" at 0xffff8000800dad08, type=FUNC, size=0x8c) +[D] sys_call_table[128]: Symbol("__arm64_sys_restart_syscall" at 0xffff8000800aea14, type=FUNC, size=0x28) +[D] sys_call_table[129]: Symbol("__arm64_sys_kill" at 0xffff8000800b23cc, type=FUNC, size=0x20c) +[D] sys_call_table[130]: Symbol("__arm64_sys_tkill" at 0xffff8000800b28b4, type=FUNC, size=0x38) +[D] sys_call_table[131]: Symbol("__arm64_sys_tgkill" at 0xffff8000800b2874, type=FUNC, size=0x40) +[D] sys_call_table[132]: Symbol("__arm64_sys_sigaltstack" at 0xffff8000800b2eb4, type=FUNC, size=0x168) +[D] sys_call_table[133]: Symbol("__arm64_sys_rt_sigsuspend" at 0xffff8000800b3f24, type=FUNC, size=0xb8) +[D] sys_call_table[134]: Symbol("__arm64_sys_rt_sigaction" at 0xffff8000800b3600, type=FUNC, size=0x14c) +[D] sys_call_table[135]: Symbol("__arm64_sys_rt_sigprocmask" at 0xffff8000800aed28, type=FUNC, size=0x144) +[D] sys_call_table[136]: Symbol("__arm64_sys_rt_sigpending" at 0xffff8000800aef90, type=FUNC, size=0xc8) +[D] sys_call_table[137]: Symbol("__arm64_sys_rt_sigtimedwait" at 0xffff8000800b1fcc, type=FUNC, size=0x124) +[D] sys_call_table[138]: Symbol("__arm64_sys_rt_sigqueueinfo" at 0xffff8000800b28ec, type=FUNC, size=0xe8) +[D] sys_call_table[139]: Symbol("__arm64_sys_rt_sigreturn" at 0xffff80008001e998, type=FUNC, size=0x938) +[D] sys_call_table[140]: Symbol("__arm64_sys_setpriority" at 0xffff8000800b54c8, type=FUNC, size=0x2ac) +[D] sys_call_table[141]: Symbol("__arm64_sys_getpriority" at 0xffff8000800b5774, type=FUNC, size=0x290) +[D] sys_call_table[142]: Symbol("__arm64_sys_reboot" at 0xffff8000800cd4d0, type=FUNC, size=0x30) +[D] sys_call_table[143]: Symbol("__arm64_sys_setregid" at 0xffff8000800b5bd8, type=FUNC, size=0x28) +[D] sys_call_table[144]: Symbol("__arm64_sys_setgid" at 0xffff8000800b5d1c, type=FUNC, size=0x20) +[D] sys_call_table[145]: Symbol("__arm64_sys_setreuid" at 0xffff8000800b6024, type=FUNC, size=0x28) +[D] sys_call_table[146]: Symbol("__arm64_sys_setuid" at 0xffff8000800b6184, type=FUNC, size=0x20) +[D] sys_call_table[147]: Symbol("__arm64_sys_setresuid" at 0xffff8000800b6634, type=FUNC, size=0x2c) +[D] sys_call_table[148]: Symbol("__arm64_sys_getresuid" at 0xffff8000800b6660, type=FUNC, size=0x154) +[D] sys_call_table[149]: Symbol("__arm64_sys_setresgid" at 0xffff8000800b6c10, type=FUNC, size=0x2c) +[D] sys_call_table[150]: Symbol("__arm64_sys_getresgid" at 0xffff8000800b6c3c, type=FUNC, size=0x154) +[D] sys_call_table[151]: Symbol("__arm64_sys_setfsuid" at 0xffff8000800b6e7c, type=FUNC, size=0x20) +[D] sys_call_table[152]: Symbol("__arm64_sys_setfsgid" at 0xffff8000800b6f8c, type=FUNC, size=0x20) +[D] sys_call_table[153]: Symbol("__arm64_sys_times" at 0xffff8000800b7108, type=FUNC, size=0xc0) +[D] sys_call_table[154]: Symbol("__arm64_sys_setpgid" at 0xffff8000800b7334, type=FUNC, size=0x188) +[D] sys_call_table[155]: Symbol("__arm64_sys_getpgid" at 0xffff8000800b74bc, type=FUNC, size=0x78) +[D] sys_call_table[156]: Symbol("__arm64_sys_getsid" at 0xffff8000800b7574, type=FUNC, size=0x7c) +[D] sys_call_table[157]: Symbol("__arm64_sys_setsid" at 0xffff8000800b76e8, type=FUNC, size=0x20) +[D] sys_call_table[158]: Symbol("__arm64_sys_getgroups" at 0xffff8000800cfabc, type=FUNC, size=0x144) +[D] sys_call_table[159]: Symbol("__arm64_sys_setgroups" at 0xffff8000800cfc5c, type=FUNC, size=0x254) +[D] sys_call_table[160]: Symbol("__arm64_sys_newuname" at 0xffff8000800b7708, type=FUNC, size=0x20) +[D] sys_call_table[161]: Symbol("__arm64_sys_sethostname" at 0xffff8000800b7728, type=FUNC, size=0x164) +[D] sys_call_table[162]: Symbol("__arm64_sys_setdomainname" at 0xffff8000800b79dc, type=FUNC, size=0x164) +[D] sys_call_table[163]: Symbol("__arm64_sys_getrlimit" at 0xffff8000800b7b40, type=FUNC, size=0x104) +[D] sys_call_table[164]: Symbol("__arm64_sys_setrlimit" at 0xffff8000800b8134, type=FUNC, size=0xbc) +[D] sys_call_table[165]: Symbol("__arm64_sys_getrusage" at 0xffff8000800b86c0, type=FUNC, size=0x28) +[D] sys_call_table[166]: Symbol("__arm64_sys_umask" at 0xffff8000800b8710, type=FUNC, size=0x30) +[D] sys_call_table[167]: Symbol("__arm64_sys_prctl" at 0xffff8000800b8750, type=FUNC, size=0x964) +[D] sys_call_table[168]: Symbol("__arm64_sys_getcpu" at 0xffff8000800b90b4, type=FUNC, size=0xf8) +[D] sys_call_table[169]: Symbol("__arm64_sys_gettimeofday" at 0xffff80008014d6ec, type=FUNC, size=0x17c) +[D] sys_call_table[170]: Symbol("__arm64_sys_settimeofday" at 0xffff80008014d944, type=FUNC, size=0x1a4) +[D] sys_call_table[171]: Symbol("__arm64_sys_adjtimex" at 0xffff80008014ddf4, type=FUNC, size=0x20) +[D] sys_call_table[172]: Symbol("__arm64_sys_getpid" at 0xffff8000800b6fac, type=FUNC, size=0x2c) +[D] sys_call_table[173]: Symbol("__arm64_sys_getppid" at 0xffff8000800b7004, type=FUNC, size=0x44) +[D] sys_call_table[174]: Symbol("__arm64_sys_getuid" at 0xffff8000800b7048, type=FUNC, size=0x30) +[D] sys_call_table[175]: Symbol("__arm64_sys_geteuid" at 0xffff8000800b7078, type=FUNC, size=0x30) +[D] sys_call_table[176]: Symbol("__arm64_sys_getgid" at 0xffff8000800b70a8, type=FUNC, size=0x30) +[D] sys_call_table[177]: Symbol("__arm64_sys_getegid" at 0xffff8000800b70d8, type=FUNC, size=0x30) +[D] sys_call_table[178]: Symbol("__arm64_sys_gettid" at 0xffff8000800b6fd8, type=FUNC, size=0x2c) +[D] sys_call_table[179]: Symbol("__arm64_sys_sysinfo" at 0xffff8000800b91ac, type=FUNC, size=0x20) +[D] sys_call_table[180]: Symbol("__arm64_sys_mq_open" at 0xffff800080594340, type=FUNC, size=0xe8) +[D] sys_call_table[181]: Symbol("__arm64_sys_mq_unlink" at 0xffff800080594428, type=FUNC, size=0x15c) +[D] sys_call_table[182]: Symbol("__arm64_sys_mq_timedsend" at 0xffff800080594584, type=FUNC, size=0xc0) +[D] sys_call_table[183]: Symbol("__arm64_sys_mq_timedreceive" at 0xffff800080594644, type=FUNC, size=0xc0) +[D] sys_call_table[184]: Symbol("__arm64_sys_mq_notify" at 0xffff800080594704, type=FUNC, size=0xd0) +[D] sys_call_table[185]: Symbol("__arm64_sys_mq_getsetattr" at 0xffff8000805947d4, type=FUNC, size=0x28) +[D] sys_call_table[186]: Symbol("__arm64_sys_msgget" at 0xffff80008058a1b0, type=FUNC, size=0x7c) +[D] sys_call_table[187]: Symbol("__arm64_sys_msgctl" at 0xffff80008058a22c, type=FUNC, size=0x2c) +[D] sys_call_table[188]: Symbol("__arm64_sys_msgrcv" at 0xffff80008058a440, type=FUNC, size=0x38) +[D] sys_call_table[189]: Symbol("__arm64_sys_msgsnd" at 0xffff80008058a364, type=FUNC, size=0x2c) +[D] sys_call_table[190]: Symbol("__arm64_sys_semget" at 0xffff80008058d32c, type=FUNC, size=0x94) +[D] sys_call_table[191]: Symbol("__arm64_sys_semctl" at 0xffff80008058d3c0, type=FUNC, size=0x1a4) +[D] sys_call_table[192]: Symbol("__arm64_sys_semtimedop" at 0xffff80008058e5d4, type=FUNC, size=0xa8) +[D] sys_call_table[193]: Symbol("__arm64_sys_semop" at 0xffff80008058e7d4, type=FUNC, size=0x30) +[D] sys_call_table[194]: Symbol("__arm64_sys_shmget" at 0xffff800080590e64, type=FUNC, size=0x84) +[D] sys_call_table[195]: Symbol("__arm64_sys_shmctl" at 0xffff800080590ee8, type=FUNC, size=0x2c) +[D] sys_call_table[196]: Symbol("__arm64_sys_shmat" at 0xffff800080591488, type=FUNC, size=0x70) +[D] sys_call_table[197]: Symbol("__arm64_sys_shmdt" at 0xffff80008059179c, type=FUNC, size=0x20) +[D] sys_call_table[198]: Symbol("__arm64_sys_socket" at 0xffff800080e1b3f4, type=FUNC, size=0x30) +[D] sys_call_table[199]: Symbol("__arm64_sys_socketpair" at 0xffff800080e1b728, type=FUNC, size=0x34) +[D] sys_call_table[200]: Symbol("__arm64_sys_bind" at 0xffff800080e1b85c, type=FUNC, size=0x30) +[D] sys_call_table[201]: Symbol("__arm64_sys_listen" at 0xffff800080e1b960, type=FUNC, size=0x2c) +[D] sys_call_table[202]: Symbol("__arm64_sys_accept" at 0xffff800080e1bc48, type=FUNC, size=0x30) +[D] sys_call_table[203]: Symbol("__arm64_sys_connect" at 0xffff800080e1bdfc, type=FUNC, size=0x30) +[D] sys_call_table[204]: Symbol("__arm64_sys_getsockname" at 0xffff800080e1bf20, type=FUNC, size=0x2c) +[D] sys_call_table[205]: Symbol("__arm64_sys_getpeername" at 0xffff800080e1c058, type=FUNC, size=0x2c) +[D] sys_call_table[206]: Symbol("__arm64_sys_sendto" at 0xffff800080e1c1e0, type=FUNC, size=0x38) +[D] sys_call_table[207]: Symbol("__arm64_sys_recvfrom" at 0xffff800080e1c3a4, type=FUNC, size=0x34) +[D] sys_call_table[208]: Symbol("__arm64_sys_setsockopt" at 0xffff800080e1c4dc, type=FUNC, size=0x38) +[D] sys_call_table[209]: Symbol("__arm64_sys_getsockopt" at 0xffff800080e1c5e4, type=FUNC, size=0x34) +[D] sys_call_table[210]: Symbol("__arm64_sys_shutdown" at 0xffff800080e1c714, type=FUNC, size=0x2c) +[D] sys_call_table[211]: Symbol("__arm64_sys_sendmsg" at 0xffff800080e1cf60, type=FUNC, size=0x30) +[D] sys_call_table[212]: Symbol("__arm64_sys_recvmsg" at 0xffff800080e1d380, type=FUNC, size=0x30) +[D] sys_call_table[213]: Symbol("__arm64_sys_readahead" at 0xffff800080284888, type=FUNC, size=0x28) +[D] sys_call_table[214]: Symbol("__arm64_sys_brk" at 0xffff8000802cd504, type=FUNC, size=0x308) +[D] sys_call_table[215]: Symbol("__arm64_sys_munmap" at 0xffff8000802cc4a4, type=FUNC, size=0x30) +[D] sys_call_table[216]: Symbol("__arm64_sys_mremap" at 0xffff8000802d30ac, type=FUNC, size=0x2c) +[D] sys_call_table[217]: Symbol("__arm64_sys_add_key" at 0xffff800080599bc8, type=FUNC, size=0x250) +[D] sys_call_table[218]: Symbol("__arm64_sys_request_key" at 0xffff800080599e18, type=FUNC, size=0x1c4) +[D] sys_call_table[219]: Symbol("__arm64_sys_keyctl" at 0xffff80008059bdf8, type=FUNC, size=0x268) +[D] sys_call_table[220]: Symbol("__arm64_sys_clone" at 0xffff800080099534, type=FUNC, size=0x2c) +[D] sys_call_table[221]: Symbol("__arm64_sys_execve" at 0xffff80008035ec08, type=FUNC, size=0x54) +[D] sys_call_table[222]: Symbol("__arm64_sys_mmap" at 0xffff800080020674, type=FUNC, size=0x44) +[D] sys_call_table[223]: Symbol("__arm64_sys_fadvise64_64" at 0xffff80008027e9f8, type=FUNC, size=0x30) +[D] sys_call_table[224]: Symbol("__arm64_sys_swapon" at 0xffff8000803049e8, type=FUNC, size=0xfd0) +[D] sys_call_table[225]: Symbol("__arm64_sys_swapoff" at 0xffff800080303d00, type=FUNC, size=0xcd8) +[D] sys_call_table[226]: Symbol("__arm64_sys_mprotect" at 0xffff8000802d1590, type=FUNC, size=0x2c) +[D] sys_call_table[227]: Symbol("__arm64_sys_msync" at 0xffff8000802d3138, type=FUNC, size=0x298) +[D] sys_call_table[228]: Symbol("__arm64_sys_mlock" at 0xffff8000802c7c98, type=FUNC, size=0x28) +[D] sys_call_table[229]: Symbol("__arm64_sys_munlock" at 0xffff8000802c7d14, type=FUNC, size=0xe8) +[D] sys_call_table[230]: Symbol("__arm64_sys_mlockall" at 0xffff8000802c7dfc, type=FUNC, size=0x1d4) +[D] sys_call_table[231]: Symbol("__arm64_sys_munlockall" at 0xffff8000802c7fd0, type=FUNC, size=0xb4) +[D] sys_call_table[232]: Symbol("__arm64_sys_mincore" at 0xffff8000802c5d60, type=FUNC, size=0x314) +[D] sys_call_table[233]: Symbol("__arm64_sys_madvise" at 0xffff8000802fd124, type=FUNC, size=0x34) +[D] sys_call_table[234]: Symbol("__arm64_sys_remap_file_pages" at 0xffff8000802cebc8, type=FUNC, size=0x2e4) +[D] sys_call_table[235]: Symbol("__arm64_sys_mbind" at 0xffff800080315e04, type=FUNC, size=0xd4) +[D] sys_call_table[236]: Symbol("__arm64_sys_get_mempolicy" at 0xffff8000803137bc, type=FUNC, size=0x60c) +[D] sys_call_table[237]: Symbol("__arm64_sys_set_mempolicy" at 0xffff800080313474, type=FUNC, size=0xb4) +[D] sys_call_table[238]: Symbol("__arm64_sys_migrate_pages" at 0xffff800080313528, type=FUNC, size=0x294) +[D] sys_call_table[239]: Symbol("__arm64_sys_move_pages" at 0xffff800080323ce8, type=FUNC, size=0x7f4) +[D] sys_call_table[240]: Symbol("__arm64_sys_rt_tgsigqueueinfo" at 0xffff8000800b2a58, type=FUNC, size=0x130) +[D] sys_call_table[241]: Symbol("__arm64_sys_perf_event_open" at 0xffff800080266950, type=FUNC, size=0x34) +[D] sys_call_table[242]: Symbol("__arm64_sys_accept4" at 0xffff800080e1bc18, type=FUNC, size=0x30) +[D] sys_call_table[243]: Symbol("__arm64_sys_recvmmsg" at 0xffff800080e1d4f8, type=FUNC, size=0xec) +[D] sys_call_table[244]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[245]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[246]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[247]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[248]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[249]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[250]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[251]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[252]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[253]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[254]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[255]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[256]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[257]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[258]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[259]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[260]: Symbol("__arm64_sys_wait4" at 0xffff8000800a1d68, type=FUNC, size=0x30) +[D] sys_call_table[261]: Symbol("__arm64_sys_prlimit64" at 0xffff8000800b7e14, type=FUNC, size=0x320) +[D] sys_call_table[262]: Symbol("__arm64_sys_fanotify_init" at 0xffff8000803b5600, type=FUNC, size=0x2f0) +[D] sys_call_table[263]: Symbol("__arm64_sys_fanotify_mark" at 0xffff8000803b58f0, type=FUNC, size=0x38) +[D] sys_call_table[264]: Symbol("__arm64_sys_name_to_handle_at" at 0xffff8000803d4dec, type=FUNC, size=0x308) +[D] sys_call_table[265]: Symbol("__arm64_sys_open_by_handle_at" at 0xffff8000803d50f4, type=FUNC, size=0x2c) +[D] sys_call_table[266]: Symbol("__arm64_sys_clock_adjtime" at 0xffff80008015d8d4, type=FUNC, size=0x28) +[D] sys_call_table[267]: Symbol("__arm64_sys_syncfs" at 0xffff80008039bdbc, type=FUNC, size=0xa0) +[D] sys_call_table[268]: Symbol("__arm64_sys_setns" at 0xffff8000800c9508, type=FUNC, size=0x678) +[D] sys_call_table[269]: Symbol("__arm64_sys_sendmmsg" at 0xffff800080e1d1f0, type=FUNC, size=0x38) +[D] sys_call_table[270]: Symbol("__arm64_sys_process_vm_readv" at 0xffff8000802e211c, type=FUNC, size=0x34) +[D] sys_call_table[271]: Symbol("__arm64_sys_process_vm_writev" at 0xffff8000802e2150, type=FUNC, size=0x34) +[D] sys_call_table[272]: Symbol("__arm64_sys_kcmp" at 0xffff80008014af00, type=FUNC, size=0x5dc) +[D] sys_call_table[273]: Symbol("__arm64_sys_finit_module" at 0xffff800080148020, type=FUNC, size=0x2e4) +[D] sys_call_table[274]: Symbol("__arm64_sys_sched_setattr" at 0xffff8000800da210, type=FUNC, size=0x3d8) +[D] sys_call_table[275]: Symbol("__arm64_sys_sched_getattr" at 0xffff8000800da788, type=FUNC, size=0x218) +[D] sys_call_table[276]: Symbol("__arm64_sys_renameat2" at 0xffff80008036a7a8, type=FUNC, size=0x7c) +[D] sys_call_table[277]: Symbol("__arm64_sys_seccomp" at 0xffff8000801a2fbc, type=FUNC, size=0x2c) +[D] sys_call_table[278]: Symbol("__arm64_sys_getrandom" at 0xffff800080993a3c, type=FUNC, size=0xc8) +[D] sys_call_table[279]: Symbol("__arm64_sys_memfd_create" at 0xffff80008034cf1c, type=FUNC, size=0x3e0) +[D] sys_call_table[280]: Symbol("__arm64_sys_bpf" at 0xffff8000801f21d8, type=FUNC, size=0x34) +[D] sys_call_table[281]: Symbol("__arm64_sys_execveat" at 0xffff80008035ec5c, type=FUNC, size=0x64) +[D] sys_call_table[282]: Symbol("__arm64_sys_userfaultfd" at 0xffff8000803beeac, type=FUNC, size=0x58) +[D] sys_call_table[283]: Symbol("__arm64_sys_membarrier" at 0xffff800080100428, type=FUNC, size=0x3b0) +[D] sys_call_table[284]: Symbol("__arm64_sys_mlock2" at 0xffff8000802c7cc0, type=FUNC, size=0x54) +[D] sys_call_table[285]: Symbol("__arm64_sys_copy_file_range" at 0xffff800080354dc4, type=FUNC, size=0x2cc) +[D] sys_call_table[286]: Symbol("__arm64_sys_preadv2" at 0xffff800080353fd0, type=FUNC, size=0x4c) +[D] sys_call_table[287]: Symbol("__arm64_sys_pwritev2" at 0xffff800080354048, type=FUNC, size=0x4c) +[D] sys_call_table[288]: Symbol("__arm64_sys_pkey_mprotect" at 0xffff8000800c87cc, type=FUNC, size=0x8) +[D] sys_call_table[289]: Symbol("__arm64_sys_pkey_alloc" at 0xffff8000800c87d4, type=FUNC, size=0x8) +[D] sys_call_table[290]: Symbol("__arm64_sys_pkey_free" at 0xffff8000800c87dc, type=FUNC, size=0x8) +[D] sys_call_table[291]: Symbol("__arm64_sys_statx" at 0xffff80008035ba20, type=FUNC, size=0x90) +[D] sys_call_table[292]: Symbol("__arm64_sys_io_pgetevents" at 0xffff8000803c2a04, type=FUNC, size=0x1ac) +[D] sys_call_table[293]: Symbol("__arm64_sys_rseq" at 0xffff800080271560, type=FUNC, size=0x25c) +[D] sys_call_table[294]: Symbol("__arm64_sys_kexec_file_load" at 0xffff800080174318, type=FUNC, size=0x4f0) +[D] sys_call_table[295]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[296]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[297]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[298]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[299]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[300]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[301]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[302]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[303]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[304]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[305]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[306]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[307]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[308]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[309]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[310]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[311]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[312]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[313]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[314]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[315]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[316]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[317]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[318]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[319]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[320]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[321]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[322]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[323]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[324]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[325]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[326]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[327]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[328]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[329]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[330]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[331]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[332]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[333]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[334]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[335]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[336]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[337]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[338]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[339]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[340]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[341]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[342]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[343]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[344]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[345]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[346]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[347]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[348]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[349]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[350]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[351]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[352]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[353]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[354]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[355]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[356]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[357]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[358]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[359]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[360]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[361]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[362]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[363]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[364]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[365]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[366]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[367]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[368]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[369]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[370]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[371]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[372]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[373]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[374]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[375]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[376]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[377]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[378]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[379]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[380]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[381]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[382]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[383]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[384]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[385]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[386]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[387]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[388]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[389]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[390]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[391]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[392]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[393]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[394]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[395]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[396]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[397]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[398]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[399]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[400]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[401]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[402]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[403]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[404]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[405]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[406]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[407]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[408]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[409]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[410]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[411]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[412]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[413]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[414]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[415]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[416]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[417]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[418]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[419]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[420]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[421]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[422]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[423]: Symbol("__arm64_sys_ni_syscall" at 0xffff800080020738, type=FUNC, size=0x1c) +[D] sys_call_table[424]: Symbol("__arm64_sys_pidfd_send_signal" at 0xffff8000800b25d8, type=FUNC, size=0x29c) +[D] sys_call_table[425]: Symbol("__arm64_sys_io_uring_setup" at 0xffff800080612470, type=FUNC, size=0x88) +[D] sys_call_table[426]: Symbol("__arm64_sys_io_uring_enter" at 0xffff800080611960, type=FUNC, size=0xaf8) +[D] sys_call_table[427]: Symbol("__arm64_sys_io_uring_register" at 0xffff800080624bc0, type=FUNC, size=0xd28) +[D] sys_call_table[428]: Symbol("__arm64_sys_open_tree" at 0xffff800080383aec, type=FUNC, size=0x364) +[D] sys_call_table[429]: Symbol("__arm64_sys_move_mount" at 0xffff800080385578, type=FUNC, size=0x348) +[D] sys_call_table[430]: Symbol("__arm64_sys_fsopen" at 0xffff8000803a1520, type=FUNC, size=0x14c) +[D] sys_call_table[431]: Symbol("__arm64_sys_fsconfig" at 0xffff8000803a17f0, type=FUNC, size=0x510) +[D] sys_call_table[432]: Symbol("__arm64_sys_fsmount" at 0xffff800080385250, type=FUNC, size=0x328) +[D] sys_call_table[433]: Symbol("__arm64_sys_fspick" at 0xffff8000803a166c, type=FUNC, size=0x184) +[D] sys_call_table[434]: Symbol("__arm64_sys_pidfd_open" at 0xffff8000800c3cac, type=FUNC, size=0x12c) +[D] sys_call_table[435]: Symbol("__arm64_sys_clone3" at 0xffff800080099560, type=FUNC, size=0x20) +[D] sys_call_table[436]: Symbol("__arm64_sys_close_range" at 0xffff800080350fe4, type=FUNC, size=0x30) +[D] sys_call_table[437]: Symbol("__arm64_sys_openat2" at 0xffff800080350c70, type=FUNC, size=0x140) +[D] sys_call_table[438]: Symbol("__arm64_sys_pidfd_getfd" at 0xffff8000800c3dd8, type=FUNC, size=0x23c) +[D] sys_call_table[439]: Symbol("__arm64_sys_faccessat2" at 0xffff80008034f7e4, type=FUNC, size=0x30) +[D] sys_call_table[440]: Symbol("__arm64_sys_process_madvise" at 0xffff8000802fd158, type=FUNC, size=0x30) +[D] sys_call_table[441]: Symbol("__arm64_sys_epoll_pwait2" at 0xffff8000803b8214, type=FUNC, size=0xd4) +[D] sys_call_table[442]: Symbol("__arm64_sys_mount_setattr" at 0xffff800080385e2c, type=FUNC, size=0x7f8) +[D] sys_call_table[443]: Symbol("__arm64_sys_quotactl_fd" at 0xffff8000803e3d64, type=FUNC, size=0x1f4) +[D] sys_call_table[444]: Symbol("__arm64_sys_landlock_create_ruleset" at 0xffff8000805aab74, type=FUNC, size=0x1e8) +[D] sys_call_table[445]: Symbol("__arm64_sys_landlock_add_rule" at 0xffff8000805aad5c, type=FUNC, size=0x2cc) +[D] sys_call_table[446]: Symbol("__arm64_sys_landlock_restrict_self" at 0xffff8000805ab028, type=FUNC, size=0x128) +[D] sys_call_table[447]: Symbol("__arm64_sys_memfd_secret" at 0xffff800080349498, type=FUNC, size=0x220) +[D] sys_call_table[448]: Symbol("__arm64_sys_process_mrelease" at 0xffff80008027e344, type=FUNC, size=0x2c4) +[D] sys_call_table[449]: Symbol("__arm64_sys_futex_waitv" at 0xffff800080169138, type=FUNC, size=0x19c) +[D] sys_call_table[450]: Symbol("__arm64_sys_set_mempolicy_home_node" at 0xffff8000803156b4, type=FUNC, size=0x240) +[D] sys_call_table[451]: Symbol("__arm64_sys_cachestat" at 0xffff800080279ac0, type=FUNC, size=0x218) +[D] sys_call_table[452]: Symbol("__arm64_sys_fchmodat2" at 0xffff80008034fdc0, type=FUNC, size=0x100) +[D] sys_call_table[453]: Symbol("__arm64_sys_map_shadow_stack" at 0xffff8000800c883c, type=FUNC, size=0x8) +[D] sys_call_table[454]: Symbol("__arm64_sys_futex_wake" at 0xffff8000801692d4, type=FUNC, size=0x98) +[D] sys_call_table[455]: Symbol("__arm64_sys_futex_wait" at 0xffff80008016936c, type=FUNC, size=0x15c) +[D] sys_call_table[456]: Symbol("__arm64_sys_futex_requeue" at 0xffff8000801694c8, type=FUNC, size=0x30) +[D] sys_call_table[457]: Symbol("__arm64_sys_statmount" at 0xffff80008038666c, type=FUNC, size=0x2c) +[D] sys_call_table[458]: Symbol("__arm64_sys_listmount" at 0xffff800080386698, type=FUNC, size=0x3d0) +[D] sys_call_table[459]: Symbol("__arm64_sys_lsm_get_self_attr" at 0xffff8000805a1520, type=FUNC, size=0x30) +[D] sys_call_table[460]: Symbol("__arm64_sys_lsm_set_self_attr" at 0xffff8000805a14f0, type=FUNC, size=0x30) +[D] sys_call_table[461]: Symbol("__arm64_sys_lsm_list_modules" at 0xffff8000805a1550, type=FUNC, size=0x140) +[I] Common syscall symbol prefixes: __arm64_sys_, __arm64_, __ +[I] 147 syscall table entries point to __arm64_sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000803c218c', '0xffff8000803c23c8', '0xffff8000803c2494', '0xffff8000803c27d8', '0xffff8000803c2934', '0xffff80008038a854', '0xffff80008038a888', '0xffff80008038a8bc', '0xffff80008038acfc', '0xffff80008038ad28', '0xffff80008038ad54', '0xffff80008038ae20', '0xffff80008038ae4c', '0xffff80008038ae78', '0xffff80008038af38', '0xffff80008038af60', '0xffff80008038af88', '0xffff80008039d45c', '0xffff8000803bb01c', '0xffff8000803b7348', '0xffff8000803b7f34', '0xffff8000803b8104', '0xffff80008037d228', '0xffff80008037d0e4', '0xffff80008036bbb0', '0xffff8000803b132c', '0xffff8000803b1374', '0xffff8000803b17a4', '0xffff80008036d784', '0xffff8000805eacb0', '0xffff8000805eaf74', '0xffff8000803c8b80', '0xffff8000803693b4', '0xffff800080369600', '0xffff800080369be4', '0xffff800080369e34', '0xffff80008036a1b8', '0xffff80008036a824', '0xffff800080382570', '0xffff800080384f9c', '0xffff800080385934', '0xffff80008039e99c', '0xffff80008039e9e4', '0xffff80008034f398', '0xffff80008034f690', '0xffff80008034f784', '0xffff80008034f7b4', '0xffff80008034f844', '0xffff80008034f93c', '0xffff80008034fa0c', '0xffff80008034fd10', '0xffff80008034fec0', '0xffff8000803503a0', '0xffff8000803505e8', '0xffff800080350bcc', '0xffff800080350f68', '0xffff800080351014', '0xffff800080360dc4', '0xffff8000803e3878', '0xffff80008036e8bc', '0xffff800080352a84', '0xffff800080353c20', '0xffff800080353d4c', '0xffff800080353f4c', '0xffff800080353f78', '0xffff800080353e34', '0xffff800080353f20', '0xffff800080353fa4', '0xffff80008035401c', '0xffff8000803542cc', '0xffff800080370910', '0xffff800080370c70', '0xffff8000803b8ffc', '0xffff80008039b0a0', '0xffff80008039b0cc', '0xffff80008039b7a4', '0xffff80008035b874', '0xffff80008035b820', '0xffff80008035b84c', '0xffff80008039bd38', '0xffff80008039be5c', '0xffff80008039be84', '0xffff80008039c068', '0xffff8000803ba0ec', '0xffff8000803ba270', '0xffff8000803ba32c', '0xffff80008039c64c', '0xffff800080171124', '0xffff8000800a892c', '0xffff8000800a8b2c', '0xffff8000800206b8', '0xffff8000800a0c30', '0xffff8000800a0cd8', '0xffff8000800a1930', '0xffff800080097798', '0xffff800080099a5c', '0xffff800080168ce4', '0xffff8000801689f8', '0xffff800080168a1c', '0xffff800080154084', '0xffff800080160c88', '0xffff800080160e50', '0xffff800080173b84', '0xffff800080147ff8', '0xffff8000801483ec', '0xffff80008015cf18', '0xffff80008015d0bc', '0xffff80008015d1d4', '0xffff80008015d260', '0xffff80008015d414', '0xffff80008015d688', '0xffff80008015d768', '0xffff80008015d8fc', '0xffff80008015dcc0', '0xffff800080111eac', '0xffff8000800aa43c', '0xffff8000800da1e0', '0xffff8000800da1a8', '0xffff8000800da5e8', '0xffff8000800da668', '0xffff8000800dd9ec', '0xffff8000800dab08', '0xffff8000800dac04', '0xffff8000800dac84', '0xffff8000800dacc8', '0xffff8000800dad08', '0xffff8000800aea14', '0xffff8000800b23cc', '0xffff8000800b28b4', '0xffff8000800b2874', '0xffff8000800b2eb4', '0xffff8000800b3f24', '0xffff8000800b3600', '0xffff8000800aed28', '0xffff8000800aef90', '0xffff8000800b1fcc', '0xffff8000800b28ec', '0xffff80008001e998', '0xffff8000800b54c8', '0xffff8000800b5774', '0xffff8000800cd4d0', '0xffff8000800b5bd8', '0xffff8000800b5d1c', '0xffff8000800b6024', '0xffff8000800b6184', '0xffff8000800b6634', '0xffff8000800b6660', '0xffff8000800b6c10', '0xffff8000800b6c3c', '0xffff8000800b6e7c', '0xffff8000800b6f8c', '0xffff8000800b7108', '0xffff8000800b7334', '0xffff8000800b74bc', '0xffff8000800b7574', '0xffff8000800b76e8', '0xffff8000800cfabc', '0xffff8000800cfc5c', '0xffff8000800b7708', '0xffff8000800b7728', '0xffff8000800b79dc', '0xffff8000800b7b40', '0xffff8000800b8134', '0xffff8000800b86c0', '0xffff8000800b8710', '0xffff8000800b8750', '0xffff8000800b90b4', '0xffff80008014d6ec', '0xffff80008014d944', '0xffff80008014ddf4', '0xffff8000800b6fac', '0xffff8000800b7004', '0xffff8000800b7048', '0xffff8000800b7078', '0xffff8000800b70a8', '0xffff8000800b70d8', '0xffff8000800b6fd8', '0xffff8000800b91ac', '0xffff800080594340', '0xffff800080594428', '0xffff800080594584', '0xffff800080594644', '0xffff800080594704', '0xffff8000805947d4', '0xffff80008058a1b0', '0xffff80008058a22c', '0xffff80008058a440', '0xffff80008058a364', '0xffff80008058d32c', '0xffff80008058d3c0', '0xffff80008058e5d4', '0xffff80008058e7d4', '0xffff800080590e64', '0xffff800080590ee8', '0xffff800080591488', '0xffff80008059179c', '0xffff800080e1b3f4', '0xffff800080e1b728', '0xffff800080e1b85c', '0xffff800080e1b960', '0xffff800080e1bc48', '0xffff800080e1bdfc', '0xffff800080e1bf20', '0xffff800080e1c058', '0xffff800080e1c1e0', '0xffff800080e1c3a4', '0xffff800080e1c4dc', '0xffff800080e1c5e4', '0xffff800080e1c714', '0xffff800080e1cf60', '0xffff800080e1d380', '0xffff800080284888', '0xffff8000802cd504', '0xffff8000802cc4a4', '0xffff8000802d30ac', '0xffff800080599bc8', '0xffff800080599e18', '0xffff80008059bdf8', '0xffff800080099534', '0xffff80008035ec08', '0xffff800080020674', '0xffff80008027e9f8', '0xffff8000803049e8', '0xffff800080303d00', '0xffff8000802d1590', '0xffff8000802d3138', '0xffff8000802c7c98', '0xffff8000802c7d14', '0xffff8000802c7dfc', '0xffff8000802c7fd0', '0xffff8000802c5d60', '0xffff8000802fd124', '0xffff8000802cebc8', '0xffff800080315e04', '0xffff8000803137bc', '0xffff800080313474', '0xffff800080313528', '0xffff800080323ce8', '0xffff8000800b2a58', '0xffff800080266950', '0xffff800080e1bc18', '0xffff800080e1d4f8', '0xffff8000800a1d68', '0xffff8000800b7e14', '0xffff8000803b5600', '0xffff8000803b58f0', '0xffff8000803d4dec', '0xffff8000803d50f4', '0xffff80008015d8d4', '0xffff80008039bdbc', '0xffff8000800c9508', '0xffff800080e1d1f0', '0xffff8000802e211c', '0xffff8000802e2150', '0xffff80008014af00', '0xffff800080148020', '0xffff8000800da210', '0xffff8000800da788', '0xffff80008036a7a8', '0xffff8000801a2fbc', '0xffff800080993a3c', '0xffff80008034cf1c', '0xffff8000801f21d8', '0xffff80008035ec5c', '0xffff8000803beeac', '0xffff800080100428', '0xffff8000802c7cc0', '0xffff800080354dc4', '0xffff800080353fd0', '0xffff800080354048', '0xffff8000800c87cc', '0xffff8000800c87d4', '0xffff8000800c87dc', '0xffff80008035ba20', '0xffff8000803c2a04', '0xffff800080271560', '0xffff800080174318', '0xffff8000800b25d8', '0xffff800080612470', '0xffff800080611960', '0xffff800080624bc0', '0xffff800080383aec', '0xffff800080385578', '0xffff8000803a1520', '0xffff8000803a17f0', '0xffff800080385250', '0xffff8000803a166c', '0xffff8000800c3cac', '0xffff800080099560', '0xffff800080350fe4', '0xffff800080350c70', '0xffff8000800c3dd8', '0xffff80008034f7e4', '0xffff8000802fd158', '0xffff8000803b8214', '0xffff800080385e2c', '0xffff8000803e3d64', '0xffff8000805aab74', '0xffff8000805aad5c', '0xffff8000805ab028', '0xffff800080349498', '0xffff80008027e344', '0xffff800080169138', '0xffff8000803156b4', '0xffff800080279ac0', '0xffff80008034fdc0', '0xffff8000800c883c', '0xffff8000801692d4', '0xffff80008016936c', '0xffff8000801694c8', '0xffff80008038666c', '0xffff800080386698', '0xffff8000805a1520', '0xffff8000805a14f0', '0xffff8000805a1550'] +[D] Location needs adjustment (bad): restart_syscall (__arm64_sys_restart_syscall) -> arch/arm64/include/asm/current.h:15 +[D] Location needs adjustment (bad): umask (__arm64_sys_umask) -> arch/arm64/include/asm/current.h:15 +[D] Location needs adjustment (bad): pkey_mprotect (__arm64_sys_pkey_mprotect) -> kernel/sys_ni.c:267 +[D] Location needs adjustment (bad): pkey_alloc (__arm64_sys_pkey_alloc) -> kernel/sys_ni.c:268 +[D] Location needs adjustment (bad): pkey_free (__arm64_sys_pkey_free) -> kernel/sys_ni.c:269 +[D] Location needs adjustment (bad): map_shadow_stack (__arm64_sys_map_shadow_stack) -> kernel/sys_ni.c:295 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c8843', '0xffff8000800c87db', '0xffff8000800c87e3', '0xffff8000800c87d3', '0xffff8000800aea3b', '0xffff8000800b873f'] +[D] Location needs full-range adjustment (bad): map_shadow_stack (__arm64_sys_map_shadow_stack+0x7) -> kernel/sys_ni.c:295 +[D] Location needs full-range adjustment (bad): pkey_alloc (__arm64_sys_pkey_alloc+0x7) -> kernel/sys_ni.c:268 +[D] Location needs full-range adjustment (bad): pkey_free (__arm64_sys_pkey_free+0x7) -> kernel/sys_ni.c:269 +[D] Location needs full-range adjustment (bad): pkey_mprotect (__arm64_sys_pkey_mprotect+0x7) -> kernel/sys_ni.c:267 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c883d', '0xffff8000800c883e', '0xffff8000800c883f', '0xffff8000800c8840', '0xffff8000800c8841'] +[D] Location needs grepping (bad): map_shadow_stack (__arm64_sys_map_shadow_stack) -> kernel/sys_ni.c:295 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c87d5', '0xffff8000800c87d6', '0xffff8000800c87d7', '0xffff8000800c87d8', '0xffff8000800c87d9'] +[D] Location needs grepping (bad): pkey_alloc (__arm64_sys_pkey_alloc) -> kernel/sys_ni.c:268 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c87dd', '0xffff8000800c87de', '0xffff8000800c87df', '0xffff8000800c87e0', '0xffff8000800c87e1'] +[D] Location needs grepping (bad): pkey_free (__arm64_sys_pkey_free) -> kernel/sys_ni.c:269 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-arm64-v6.8'), '0xffff8000800c87cd', '0xffff8000800c87ce', '0xffff8000800c87cf', '0xffff8000800c87d0', '0xffff8000800c87d1'] +[D] Location needs grepping (bad): pkey_mprotect (__arm64_sys_pkey_mprotect) -> kernel/sys_ni.c:267 +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/arm64', '--glob', '*.c', '\\bSYSCALL_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Location could not be found through grepping: map_shadow_stack (orig name map_shadow_stack) +[W] Location found through grepping: pkey_alloc -> mm/mprotect.c:841 +[W] Location found through grepping: pkey_free -> mm/mprotect.c:871 +[W] Location found through grepping: pkey_mprotect -> mm/mprotect.c:835 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +[D] Signature NOT found in ftrace metadata: map_shadow_stack +[W] Assuming map_shadow_stack is not implemented as it points to kernel/sys_ni.c:295 after adjustments +Found 314 implemented syscalls +Found 3 definition locations through grepping + diff --git a/db/arm64/64/aarch64/v6.8/table.json b/db/arm64/64/aarch64/v6.8/table.json new file mode 100644 index 0000000..eeb2458 --- /dev/null +++ b/db/arm64/64/aarch64/v6.8/table.json @@ -0,0 +1,5661 @@ +{ + "kernel": { + "abi": { + "bits": 64, + "calling_convention": { + "parameters": [ + "x0", + "x1", + "x2", + "x3", + "x4", + "x5" + ], + "syscall_nr": "w8" + }, + "compat": false, + "name": "aarch64" + }, + "architecture": { + "bits": 64, + "name": "arm64" + }, + "syscall_table_symbol": "sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 0, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "__arm64_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 1, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "__arm64_sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 2, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "__arm64_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 3, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "__arm64_sys_io_cancel" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": "AIO", + "line": 2257, + "name": "io_getevents", + "number": 4, + "origname": "io_getevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout" + ], + "symbol": "__arm64_sys_io_getevents" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 5, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__arm64_sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 6, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__arm64_sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 7, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__arm64_sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 8, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__arm64_sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 9, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__arm64_sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 10, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__arm64_sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 11, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__arm64_sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 12, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__arm64_sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 13, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "__arm64_sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 14, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__arm64_sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 15, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__arm64_sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 16, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "__arm64_sys_fremovexattr" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 17, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 17, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "__arm64_sys_getcwd" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 19, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "__arm64_sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 20, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "__arm64_sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 21, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "__arm64_sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 22, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__arm64_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 23, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "__arm64_sys_dup" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 24, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "__arm64_sys_dup3" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 25, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "__arm64_sys_fcntl" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 26, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "__arm64_sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 27, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "__arm64_sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 28, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 28, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "__arm64_sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 29, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "__arm64_sys_ioctl" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 30, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "__arm64_sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 31, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 31, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "__arm64_sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 32, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 32, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "__arm64_sys_flock" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 33, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "__arm64_sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 34, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "__arm64_sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 35, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 35, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "__arm64_sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 36, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__arm64_sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 37, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "__arm64_sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 38, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__arm64_sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 39, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "__arm64_sys_umount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 40, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "__arm64_sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 41, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "__arm64_sys_pivot_root" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 43, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "__arm64_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 44, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 44, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "__arm64_sys_fstatfs" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 45, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "__arm64_sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 46, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "__arm64_sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 47, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "__arm64_sys_fallocate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 48, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "__arm64_sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 49, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "__arm64_sys_chdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 50, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "__arm64_sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 51, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "__arm64_sys_chroot" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 52, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "__arm64_sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 53, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 53, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "__arm64_sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 54, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "__arm64_sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 55, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "__arm64_sys_fchown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 56, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 56, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__arm64_sys_openat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 57, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "__arm64_sys_close" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 58, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 58, + "origname": "vhangup", + "signature": [], + "symbol": "__arm64_sys_vhangup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 59, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "__arm64_sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 60, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "__arm64_sys_quotactl" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 61, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "__arm64_sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 62, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "__arm64_sys_lseek" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 627, + "name": "read", + "number": 63, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "__arm64_sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 652, + "name": "write", + "number": 64, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "__arm64_sys_write" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 65, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__arm64_sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 66, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__arm64_sys_writev" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 678, + "name": "pread64", + "number": 67, + "origname": "pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "__arm64_sys_pread64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": null, + "line": 712, + "name": "pwrite64", + "number": 68, + "origname": "pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "__arm64_sys_pwrite64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 69, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "__arm64_sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 70, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "__arm64_sys_pwritev" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 71, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "__arm64_sys_sendfile64" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 72, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "__arm64_sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 73, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__arm64_sys_ppoll" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 74, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "__arm64_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 75, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "__arm64_sys_vmsplice" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 76, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_splice" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 77, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_tee" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 78, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "__arm64_sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 462, + "name": "newfstatat", + "number": 79, + "origname": "newfstatat", + "signature": [ + "int dfd", + "const char *filename", + "struct stat *statbuf", + "int flag" + ], + "symbol": "__arm64_sys_newfstatat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 80, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "__arm64_sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 81, + "origname": "sync", + "signature": [], + "symbol": "__arm64_sys_sync" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 82, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__arm64_sys_fsync" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 83, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__arm64_sys_fdatasync" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 84, + "kconfig": null, + "line": 370, + "name": "sync_file_range", + "number": 84, + "origname": "sync_file_range", + "signature": [ + "int fd", + "loff_t offset", + "loff_t nbytes", + "unsigned int flags" + ], + "symbol": "__arm64_sys_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 85, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "__arm64_sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 86, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__arm64_sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 87, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__arm64_sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 88, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "__arm64_sys_utimensat" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 89, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "__arm64_sys_acct" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 90, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "__arm64_sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 91, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "__arm64_sys_capset" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 31, + "name": "arm64_personality", + "number": 92, + "origname": "arm64_personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "__arm64_sys_arm64_personality" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 93, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "__arm64_sys_exit" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 94, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "__arm64_sys_exit_group" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 1715, + "name": "waitid", + "number": 95, + "origname": "waitid", + "signature": [ + "int which", + "pid_t upid", + "struct siginfo *infop", + "int options", + "struct rusage *ru" + ], + "symbol": "__arm64_sys_waitid" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 96, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "__arm64_sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 97, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "__arm64_sys_unshare" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 98, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 98, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__arm64_sys_futex" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 99, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "__arm64_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 100, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "__arm64_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 101, + "kconfig": null, + "line": 2122, + "name": "nanosleep", + "number": 101, + "origname": "nanosleep", + "signature": [ + "struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__arm64_sys_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 102, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "__arm64_sys_getitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 103, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "__arm64_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": "KEXEC", + "line": 235, + "name": "kexec_load", + "number": 104, + "origname": "kexec_load", + "signature": [ + "unsigned long entry", + "unsigned long nr_segments", + "struct kexec_segment *segments", + "unsigned long flags" + ], + "symbol": "__arm64_sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 105, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "__arm64_sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 106, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "__arm64_sys_delete_module" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 107, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "__arm64_sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 108, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "__arm64_sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 109, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__arm64_sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 110, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 110, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "__arm64_sys_timer_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 111, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__arm64_sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 112, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 112, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "__arm64_sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 113, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 113, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__arm64_sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 114, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__arm64_sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 115, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__arm64_sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 116, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "__arm64_sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": null, + "line": 1261, + "name": "ptrace", + "number": 117, + "origname": "ptrace", + "signature": [ + "long request", + "long pid", + "unsigned long addr", + "unsigned long data" + ], + "symbol": "__arm64_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 118, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__arm64_sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 119, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "__arm64_sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 120, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "__arm64_sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 121, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__arm64_sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 122, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "__arm64_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 123, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 123, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "__arm64_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 124, + "origname": "sched_yield", + "signature": [], + "symbol": "__arm64_sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 125, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "__arm64_sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 126, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "__arm64_sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 127, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 127, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "__arm64_sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 128, + "origname": "restart_syscall", + "signature": [], + "symbol": "__arm64_sys_restart_syscall" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 129, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__arm64_sys_kill" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 130, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 130, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__arm64_sys_tkill" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 131, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "__arm64_sys_tgkill" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 4263, + "name": "sigaltstack", + "number": 132, + "origname": "sigaltstack", + "signature": [ + "const stack_t *uss", + "stack_t *uoss" + ], + "symbol": "__arm64_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 133, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "__arm64_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 134, + "kconfig": null, + "line": 4446, + "name": "rt_sigaction", + "number": 134, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact", + "size_t sigsetsize" + ], + "symbol": "__arm64_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 135, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "__arm64_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 3249, + "name": "rt_sigpending", + "number": 136, + "origname": "rt_sigpending", + "signature": [ + "sigset_t *uset", + "size_t sigsetsize" + ], + "symbol": "__arm64_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 137, + "kconfig": null, + "line": 3663, + "name": "rt_sigtimedwait", + "number": 137, + "origname": "rt_sigtimedwait", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct __kernel_timespec *uts", + "size_t sigsetsize" + ], + "symbol": "__arm64_sys_rt_sigtimedwait" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": null, + "line": 4032, + "name": "rt_sigqueueinfo", + "number": 138, + "origname": "rt_sigqueueinfo", + "signature": [ + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "__arm64_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": null, + "line": 818, + "name": "rt_sigreturn", + "number": 139, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "__arm64_sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 140, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "__arm64_sys_setpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 141, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "__arm64_sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 142, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "__arm64_sys_reboot" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 143, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "__arm64_sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 144, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__arm64_sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 145, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "__arm64_sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 146, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__arm64_sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 147, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "__arm64_sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 148, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "__arm64_sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 149, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 149, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "__arm64_sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 150, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "__arm64_sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 151, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__arm64_sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 152, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__arm64_sys_setfsgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 153, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "__arm64_sys_times" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 154, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "__arm64_sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 155, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "__arm64_sys_getpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 156, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "__arm64_sys_getsid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 157, + "origname": "setsid", + "signature": [], + "symbol": "__arm64_sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 158, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__arm64_sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 159, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__arm64_sys_setgroups" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 160, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "__arm64_sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 161, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__arm64_sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 162, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__arm64_sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 163, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__arm64_sys_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 164, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__arm64_sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 165, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "__arm64_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 166, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 166, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "__arm64_sys_umask" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 167, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 167, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__arm64_sys_prctl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 168, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "__arm64_sys_getcpu" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 169, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "__arm64_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 170, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "__arm64_sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": null, + "line": 269, + "name": "adjtimex", + "number": 171, + "origname": "adjtimex", + "signature": [ + "struct __kernel_timex *txc_p" + ], + "symbol": "__arm64_sys_adjtimex" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 172, + "origname": "getpid", + "signature": [], + "symbol": "__arm64_sys_getpid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 173, + "origname": "getppid", + "signature": [], + "symbol": "__arm64_sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 174, + "origname": "getuid", + "signature": [], + "symbol": "__arm64_sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 175, + "origname": "geteuid", + "signature": [], + "symbol": "__arm64_sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 176, + "origname": "getgid", + "signature": [], + "symbol": "__arm64_sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 177, + "origname": "getegid", + "signature": [], + "symbol": "__arm64_sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 178, + "origname": "gettid", + "signature": [], + "symbol": "__arm64_sys_gettid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 179, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "__arm64_sys_sysinfo" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 180, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "__arm64_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 181, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "__arm64_sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 182, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__arm64_sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 183, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__arm64_sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "POSIX_MQUEUE", + "line": 1440, + "name": "mq_notify", + "number": 184, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct sigevent *u_notification" + ], + "symbol": "__arm64_sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 185, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "__arm64_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 186, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "__arm64_sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": "SYSVIPC", + "line": 640, + "name": "msgctl", + "number": 187, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "__arm64_sys_msgctl" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 188, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 188, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "__arm64_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 189, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 189, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "__arm64_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 190, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "__arm64_sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": "SYSVIPC", + "line": 1705, + "name": "semctl", + "number": 191, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "__arm64_sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 192, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "__arm64_sys_semtimedop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": "SYSVIPC", + "line": 2296, + "name": "semop", + "number": 193, + "origname": "semop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned nsops" + ], + "symbol": "__arm64_sys_semop" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 194, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "__arm64_sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": "SYSVIPC", + "line": 1295, + "name": "shmctl", + "number": 195, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "__arm64_sys_shmctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 196, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "__arm64_sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 197, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "__arm64_sys_shmdt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 198, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "__arm64_sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 199, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "__arm64_sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 200, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "__arm64_sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 201, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "__arm64_sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 202, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "__arm64_sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 203, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "__arm64_sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 204, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__arm64_sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 205, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__arm64_sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 206, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "__arm64_sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 207, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "__arm64_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 208, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "__arm64_sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 209, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "__arm64_sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 210, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "__arm64_sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": "NET", + "line": 2674, + "name": "sendmsg", + "number": 211, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__arm64_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 212, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__arm64_sys_recvmsg" + }, + { + "esoteric": false, + "file": "mm/readahead.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": null, + "line": 746, + "name": "readahead", + "number": 213, + "origname": "readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "__arm64_sys_readahead" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 214, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "__arm64_sys_brk" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 215, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "__arm64_sys_munmap" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 216, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "__arm64_sys_mremap" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 217, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "__arm64_sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 218, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "__arm64_sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 219, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__arm64_sys_keyctl" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 220, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "__arm64_sys_clone" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": null, + "line": 2129, + "name": "execve", + "number": 221, + "origname": "execve", + "signature": [ + "const char *filename", + "const char *const *argv", + "const char *const *envp" + ], + "symbol": "__arm64_sys_execve" + }, + { + "esoteric": false, + "file": "arch/arm64/kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 222, + "kconfig": null, + "line": 21, + "name": "mmap", + "number": 222, + "origname": "mmap", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long off" + ], + "symbol": "__arm64_sys_mmap" + }, + { + "esoteric": false, + "file": "mm/fadvise.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": "ADVISE_SYSCALLS", + "line": 205, + "name": "fadvise64_64", + "number": 223, + "origname": "fadvise64_64", + "signature": [ + "int fd", + "loff_t offset", + "loff_t len", + "int advice" + ], + "symbol": "__arm64_sys_fadvise64_64" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 224, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "__arm64_sys_swapon" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 225, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "__arm64_sys_swapoff" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 226, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "__arm64_sys_mprotect" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 227, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__arm64_sys_msync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 228, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__arm64_sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 229, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__arm64_sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 230, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "__arm64_sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 231, + "origname": "munlockall", + "signature": [], + "symbol": "__arm64_sys_munlockall" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 232, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "__arm64_sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 233, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "__arm64_sys_madvise" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 234, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "__arm64_sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 235, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "__arm64_sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 236, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "__arm64_sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 237, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "__arm64_sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 238, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "__arm64_sys_migrate_pages" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 239, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "__arm64_sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": null, + "line": 4072, + "name": "rt_tgsigqueueinfo", + "number": 240, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "__arm64_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 241, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "__arm64_sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 242, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "__arm64_sys_accept4" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 243, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "__arm64_sys_recvmmsg" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 260, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "__arm64_sys_wait4" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 261, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "__arm64_sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 262, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "__arm64_sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 263, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "__arm64_sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 264, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "__arm64_sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 265, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "__arm64_sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 266, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "__arm64_sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 267, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "__arm64_sys_syncfs" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 268, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "__arm64_sys_setns" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 269, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "__arm64_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 270, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__arm64_sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 271, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__arm64_sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 272, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "__arm64_sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 273, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "__arm64_sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 274, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "__arm64_sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 275, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "__arm64_sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 276, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "__arm64_sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 277, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "__arm64_sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 278, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 279, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "__arm64_sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 280, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "__arm64_sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": null, + "line": 2137, + "name": "execveat", + "number": 281, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const char *const *argv", + "const char *const *envp", + "int flags" + ], + "symbol": "__arm64_sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 282, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "__arm64_sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 283, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "__arm64_sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 284, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__arm64_sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 285, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__arm64_sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 286, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "__arm64_sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 287, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "__arm64_sys_pwritev2" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": true, + "index": 288, + "kconfig": null, + "line": 835, + "name": "pkey_mprotect", + "number": 288, + "origname": "pkey_mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot", + "int pkey" + ], + "symbol": "__arm64_sys_pkey_mprotect" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": true, + "index": 289, + "kconfig": null, + "line": 841, + "name": "pkey_alloc", + "number": 289, + "origname": "pkey_alloc", + "signature": [ + "unsigned long flags", + "unsigned long init_val" + ], + "symbol": "__arm64_sys_pkey_alloc" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": true, + "index": 290, + "kconfig": null, + "line": 871, + "name": "pkey_free", + "number": 290, + "origname": "pkey_free", + "signature": [ + "int pkey" + ], + "symbol": "__arm64_sys_pkey_free" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 291, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "__arm64_sys_statx" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 292, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "__arm64_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 293, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "__arm64_sys_rseq" + }, + { + "esoteric": false, + "file": "kernel/kexec_file.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "KEXEC_FILE", + "line": 330, + "name": "kexec_file_load", + "number": 294, + "origname": "kexec_file_load", + "signature": [ + "int kernel_fd", + "int initrd_fd", + "unsigned long cmdline_len", + "const char *cmdline_ptr", + "unsigned long flags" + ], + "symbol": "__arm64_sys_kexec_file_load" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "__arm64_sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "__arm64_sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "__arm64_sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "__arm64_sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "__arm64_sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "__arm64_sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "__arm64_sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "__arm64_sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "__arm64_sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "__arm64_sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "__arm64_sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__arm64_sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "__arm64_sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "__arm64_sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "__arm64_sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "__arm64_sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "__arm64_sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__arm64_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "__arm64_sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "__arm64_sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "__arm64_sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "__arm64_sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "__arm64_sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/secretmem.c", + "good_location": true, + "grepped_location": false, + "index": 447, + "kconfig": "SECRETMEM", + "line": 233, + "name": "memfd_secret", + "number": 447, + "origname": "memfd_secret", + "signature": [ + "unsigned int flags" + ], + "symbol": "__arm64_sys_memfd_secret" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "__arm64_sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__arm64_sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "__arm64_sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "__arm64_sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "__arm64_sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "__arm64_sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__arm64_sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "__arm64_sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "__arm64_sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "__arm64_sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "__arm64_sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "__arm64_sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "__arm64_sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/mips/32/o32/v6.8/config.txt b/db/mips/32/o32/v6.8/config.txt new file mode 100644 index 0000000..a0687db --- /dev/null +++ b/db/mips/32/o32/v6.8/config.txt @@ -0,0 +1,3912 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/mips 6.8.0 Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="mips-linux-gcc (GCC) 12.2.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=120200 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23900 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23900 +CONFIG_LLD_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=120 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_BUILD_SALT="" +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_ZSTD=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_BZIP2 is not set +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_XZ is not set +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_LZ4 is not set +# CONFIG_KERNEL_ZSTD is not set +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +# CONFIG_AUDIT is not set + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_GENERIC_IRQ_IPI=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_IRQ_FORCED_THREADING=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ is not set +# CONFIG_HIGH_RES_TIMERS is not set +CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=125 +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +# CONFIG_BPF_JIT is not set +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +# CONFIG_BPF_PRELOAD is not set +# end of BPF subsystem + +CONFIG_PREEMPT_NONE_BUILD=y +CONFIG_PREEMPT_NONE=y +# CONFIG_PREEMPT_VOLUNTARY is not set +# CONFIG_PREEMPT is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_BSD_PROCESS_ACCT=y +# CONFIG_BSD_PROCESS_ACCT_V3 is not set +# CONFIG_TASKSTATS is not set +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_NEED_SRCU_NMI_SAFE=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +# CONFIG_PRINTK_INDEX is not set +CONFIG_GENERIC_SCHED_CLOCK=y + +# +# Scheduler features +# +# end of Scheduler features + +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" +CONFIG_GCC10_NO_ARRAY_BOUNDS=y +CONFIG_CC_NO_ARRAY_BOUNDS=y +CONFIG_GCC_NO_STRINGOP_OVERFLOW=y +CONFIG_CC_NO_STRINGOP_OVERFLOW=y +CONFIG_CGROUPS=y +CONFIG_PAGE_COUNTER=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +CONFIG_MEMCG=y +CONFIG_MEMCG_KMEM=y +CONFIG_BLK_CGROUP=y +CONFIG_CGROUP_WRITEBACK=y +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_CFS_BANDWIDTH=y +CONFIG_RT_GROUP_SCHED=y +CONFIG_SCHED_MM_CID=y +CONFIG_CGROUP_PIDS=y +# CONFIG_CGROUP_RDMA is not set +CONFIG_CGROUP_FREEZER=y +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_CPUACCT=y +# CONFIG_CGROUP_PERF is not set +# CONFIG_CGROUP_BPF is not set +# CONFIG_CGROUP_MISC is not set +# CONFIG_CGROUP_DEBUG is not set +CONFIG_NAMESPACES=y +CONFIG_UTS_NS=y +CONFIG_IPC_NS=y +CONFIG_USER_NS=y +CONFIG_PID_NS=y +CONFIG_NET_NS=y +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_SCHED_AUTOGROUP=y +# CONFIG_RELAY is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION=y +# CONFIG_LD_DEAD_CODE_DATA_ELIMINATION is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="warn" +CONFIG_SYSCTL=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_EXPERT=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_PC104 is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +# CONFIG_KALLSYMS_ALL is not set +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y + +# +# Kexec and crash features +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC=y +# CONFIG_CRASH_DUMP is not set +# end of Kexec and crash features +# end of General setup + +CONFIG_MIPS=y +CONFIG_MIPS_GENERIC=y + +# +# Machine selection +# +CONFIG_MIPS_GENERIC_KERNEL=y +# CONFIG_MIPS_ALCHEMY is not set +# CONFIG_ATH25 is not set +# CONFIG_ATH79 is not set +# CONFIG_BMIPS_GENERIC is not set +# CONFIG_BCM47XX is not set +# CONFIG_BCM63XX is not set +# CONFIG_MIPS_COBALT is not set +# CONFIG_MACH_DECSTATION is not set +# CONFIG_MACH_JAZZ is not set +# CONFIG_MACH_INGENIC_SOC is not set +# CONFIG_LANTIQ is not set +# CONFIG_MACH_LOONGSON32 is not set +# CONFIG_MACH_LOONGSON2EF is not set +# CONFIG_MACH_LOONGSON64 is not set +# CONFIG_MIPS_MALTA is not set +# CONFIG_MACH_PIC32 is not set +# CONFIG_MACH_NINTENDO64 is not set +# CONFIG_RALINK is not set +# CONFIG_MACH_REALTEK_RTL is not set +# CONFIG_SGI_IP22 is not set +# CONFIG_SGI_IP27 is not set +# CONFIG_SGI_IP28 is not set +# CONFIG_SGI_IP30 is not set +# CONFIG_SGI_IP32 is not set +# CONFIG_SIBYTE_CRHONE is not set +# CONFIG_SIBYTE_RHONE is not set +# CONFIG_SIBYTE_SWARM is not set +# CONFIG_SIBYTE_LITTLESUR is not set +# CONFIG_SIBYTE_SENTOSA is not set +# CONFIG_SIBYTE_BIGSUR is not set +# CONFIG_SNI_RM is not set +# CONFIG_MACH_TX49XX is not set +# CONFIG_MIKROTIK_RB532 is not set +# CONFIG_CAVIUM_OCTEON_SOC is not set +CONFIG_LEGACY_BOARDS=y +CONFIG_YAMON_DT_SHIM=y + +# +# Legacy (non-UHI/non-FIT) Boards +# +CONFIG_LEGACY_BOARD_SEAD3=y + +# +# MSCC Ocelot doesn't work with SEAD3 enabled +# +CONFIG_SOC_VCOREIII=y +CONFIG_MSCC_OCELOT=y + +# +# FIT/UHI Boards +# +CONFIG_FIT_IMAGE_FDT_BOSTON=y +CONFIG_FIT_IMAGE_FDT_MARDUK=y +CONFIG_FIT_IMAGE_FDT_NI169445=y +CONFIG_FIT_IMAGE_FDT_XILFPGA=y +CONFIG_FIT_IMAGE_FDT_OCELOT=y +# CONFIG_FIT_IMAGE_FDT_LUTON is not set +# CONFIG_FIT_IMAGE_FDT_JAGUAR2 is not set +# CONFIG_FIT_IMAGE_FDT_SERVAL is not set +# CONFIG_BOARD_INGENIC is not set +CONFIG_VIRT_BOARD_RANCHU=y +# end of Machine selection + +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_BOOT_RAW=y +CONFIG_CEVT_R4K=y +CONFIG_CSRC_R4K=y +CONFIG_MIPS_CLOCK_VSYSCALL=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_DMA_NONCOHERENT=y +CONFIG_SYS_SUPPORTS_HOTPLUG_CPU=y +CONFIG_SYNC_R4K=y +CONFIG_SYS_SUPPORTS_RELOCATABLE=y +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y +CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y +CONFIG_NO_EXCEPT_FILL=y +CONFIG_MIPS_SPRAM=y +CONFIG_SWAP_IO_SPACE=y +CONFIG_MIPS_L1_CACHE_SHIFT_7=y +CONFIG_MIPS_L1_CACHE_SHIFT=7 + +# +# CPU selection +# +# CONFIG_CPU_MIPS32_R1 is not set +CONFIG_CPU_MIPS32_R2=y +# CONFIG_CPU_MIPS32_R5 is not set +# CONFIG_CPU_MIPS32_R6 is not set +# CONFIG_CPU_MIPS64_R1 is not set +# CONFIG_CPU_MIPS64_R2 is not set +# CONFIG_CPU_MIPS64_R5 is not set +# CONFIG_CPU_MIPS64_R6 is not set +# CONFIG_CPU_MIPS32_R5_FEATURES is not set +CONFIG_SYS_SUPPORTS_ZBOOT=y +CONFIG_SYS_HAS_CPU_MIPS32_R1=y +CONFIG_SYS_HAS_CPU_MIPS32_R2=y +CONFIG_SYS_HAS_CPU_MIPS32_R5=y +CONFIG_SYS_HAS_CPU_MIPS32_R6=y +CONFIG_SYS_HAS_CPU_MIPS64_R1=y +CONFIG_SYS_HAS_CPU_MIPS64_R2=y +CONFIG_SYS_HAS_CPU_MIPS64_R5=y +CONFIG_SYS_HAS_CPU_MIPS64_R6=y +CONFIG_WEAK_ORDERING=y +# end of CPU selection + +CONFIG_CPU_MIPS32=y +CONFIG_CPU_MIPSR2=y +CONFIG_TARGET_ISA_REV=2 +CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y +CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y +CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y +CONFIG_HARDWARE_WATCHPOINTS=y + +# +# Kernel type +# +CONFIG_32BIT=y +CONFIG_ZBOOT_LOAD_ADDRESS=0x0 +CONFIG_PAGE_SIZE_4KB=y +# CONFIG_PAGE_SIZE_16KB is not set +# CONFIG_PAGE_SIZE_64KB is not set +CONFIG_ARCH_FORCE_MAX_ORDER=10 +CONFIG_BOARD_SCACHE=y +CONFIG_MIPS_CPU_SCACHE=y +CONFIG_CPU_HAS_PREFETCH=y +CONFIG_CPU_GENERIC_DUMP_TLB=y +CONFIG_MIPS_FP_SUPPORT=y +CONFIG_CPU_R4K_FPU=y +CONFIG_CPU_R4K_CACHE_TLB=y +CONFIG_MIPS_MT_SMP=y +CONFIG_MIPS_MT=y +# CONFIG_SCHED_SMT is not set +CONFIG_SYS_SUPPORTS_SCHED_SMT=y +CONFIG_SYS_SUPPORTS_MULTITHREADING=y +CONFIG_MIPS_MT_FPAFF=y +CONFIG_MIPS_CPS=y +CONFIG_MIPS_CPS_PM=y +CONFIG_MIPS_CM=y +CONFIG_MIPS_CPC=y +CONFIG_CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS=y +# CONFIG_CPU_HAS_SMARTMIPS is not set +# CONFIG_CPU_MICROMIPS is not set +# CONFIG_CPU_HAS_MSA is not set +CONFIG_CPU_HAS_DIEI=y +CONFIG_CPU_HAS_RIXI=y +CONFIG_CPU_MIPSR2_IRQ_VI=y +CONFIG_CPU_MIPSR2_IRQ_EI=y +CONFIG_CPU_HAS_SYNC=y +CONFIG_MIPS_ASID_SHIFT=0 +CONFIG_MIPS_ASID_BITS=8 +CONFIG_HIGHMEM=y +CONFIG_CPU_SUPPORTS_HIGHMEM=y +CONFIG_SYS_SUPPORTS_HIGHMEM=y +CONFIG_SYS_SUPPORTS_SMARTMIPS=y +CONFIG_SYS_SUPPORTS_MICROMIPS=y +CONFIG_SYS_SUPPORTS_MIPS16=y +CONFIG_CPU_SUPPORTS_MSA=y +CONFIG_ARCH_FLATMEM_ENABLE=y +# CONFIG_RELOCATABLE is not set +CONFIG_HW_PERF_EVENTS=y +CONFIG_SMP=y +CONFIG_HOTPLUG_CPU=y +CONFIG_SMP_UP=y +CONFIG_SYS_SUPPORTS_MIPS_CPS=y +CONFIG_SYS_SUPPORTS_SMP=y +CONFIG_NR_CPUS=16 +CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y +CONFIG_MIPS_NR_CPU_NR_MAP=16 +# CONFIG_HZ_24 is not set +# CONFIG_HZ_48 is not set +# CONFIG_HZ_100 is not set +# CONFIG_HZ_128 is not set +CONFIG_HZ_250=y +# CONFIG_HZ_256 is not set +# CONFIG_HZ_1000 is not set +# CONFIG_HZ_1024 is not set +CONFIG_SYS_SUPPORTS_ARBIT_HZ=y +CONFIG_HZ=250 +CONFIG_ARCH_SUPPORTS_KEXEC=y +CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y +CONFIG_MIPS_O32_FP64_SUPPORT=y +CONFIG_USE_OF=y +CONFIG_UHI_BOOT=y +CONFIG_BUILTIN_DTB=y +CONFIG_MIPS_NO_APPENDED_DTB=y +# CONFIG_MIPS_ELF_APPENDED_DTB is not set +# CONFIG_MIPS_RAW_APPENDED_DTB is not set +CONFIG_MIPS_CMDLINE_FROM_DTB=y +# CONFIG_MIPS_CMDLINE_DTB_EXTEND is not set +# CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER is not set +# CONFIG_MIPS_CMDLINE_BUILTIN_EXTEND is not set +# end of Kernel type + +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_PGTABLE_LEVELS=2 +CONFIG_MIPS_AUTO_PFN_OFFSET=y + +# +# Bus options (PCI, PCMCIA, EISA, ISA, TC) +# +CONFIG_PCI_DRIVERS_GENERIC=y +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_BITS_MAX=15 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=15 +# end of Bus options (PCI, PCMCIA, EISA, ISA, TC) + +CONFIG_TRAD_SIGNALS=y +CONFIG_CC_HAS_MNO_BRANCH_LIKELY=y + +# +# Power management options +# +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +# CONFIG_HIBERNATION is not set +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +# CONFIG_PM_USERSPACE_AUTOSLEEP is not set +# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +CONFIG_PM_CLK=y +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +# end of Power management options + +# +# CPU Power Management +# + +# +# CPU Idle +# +# CONFIG_CPU_IDLE is not set +# end of CPU Idle +# end of CPU Power Management + +CONFIG_HAVE_KVM=y +# CONFIG_VIRTUALIZATION is not set + +# +# General architecture-dependent options +# +CONFIG_HOTPLUG_CORE_SYNC=y +CONFIG_HOTPLUG_CORE_SYNC_DEAD=y +# CONFIG_KPROBES is not set +CONFIG_JUMP_LABEL=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +CONFIG_UPROBES=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_DMA_SET_UNCACHED=y +CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y +CONFIG_ARCH_32BIT_OFF_T=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_MMU_LAZY_TLB_REFCOUNT=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_LTO_NONE=y +CONFIG_HAVE_CONTEXT_TRACKING_USER=y +CONFIG_HAVE_TIF_NOHZ=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_ARCH_MMAP_RND_BITS=8 +CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_COMPILER_H=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_HAVE_SPARSE_SYSCALL_NR=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_HAS_ELFCORE_COMPAT=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +CONFIG_FUNCTION_ALIGNMENT=0 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_DEBUG is not set +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +CONFIG_TRIM_UNUSED_KSYMS=y +CONFIG_UNUSED_KSYMS_WHITELIST="" +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_CGROUP_RWSTAT=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_ICQ=y +# CONFIG_BLK_DEV_BSGLIB is not set +# CONFIG_BLK_DEV_INTEGRITY is not set +CONFIG_BLK_DEV_WRITE_MOUNTED=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_DEV_THROTTLING is not set +# CONFIG_BLK_WBT is not set +# CONFIG_BLK_CGROUP_IOLATENCY is not set +# CONFIG_BLK_CGROUP_IOCOST is not set +# CONFIG_BLK_CGROUP_IOPRIO is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_EFI_PARTITION=y +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +CONFIG_IOSCHED_BFQ=y +CONFIG_BFQ_GROUP_IOSCHED=y +# CONFIG_BFQ_CGROUP_DEBUG is not set +# end of IO Schedulers + +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_ARCH_BINFMT_ELF_STATE=y +CONFIG_ELFCORE=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_BINFMT_SCRIPT=y +# CONFIG_BINFMT_MISC is not set +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SWAP=y +# CONFIG_ZSWAP is not set + +# +# Slab allocator options +# +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_RANDOM_KMALLOC_CACHES is not set +# end of Slab allocator options + +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +# CONFIG_COMPAT_BRK is not set +CONFIG_FLATMEM=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_MEMORY_BALLOON=y +CONFIG_BALLOON_COMPACTION=y +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +CONFIG_PAGE_REPORTING=y +CONFIG_MIGRATION=y +CONFIG_PCP_BATCH_SCALE_MAX=5 +CONFIG_BOUNCE=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +# CONFIG_CMA is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_VM_EVENT_COUNTERS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +# CONFIG_DMAPOOL_TEST is not set +CONFIG_KMAP_LOCAL=y +CONFIG_MEMFD_CREATE=y +# CONFIG_ANON_VMA_NAME is not set +CONFIG_USERFAULTFD=y +# CONFIG_LRU_GEN is not set +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_NET_XGRESS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +# CONFIG_XFRM_USER is not set +# CONFIG_NET_KEY is not set +# CONFIG_XDP_SOCKETS is not set +CONFIG_NET_HANDSHAKE=y +CONFIG_INET=y +# CONFIG_IP_MULTICAST is not set +# CONFIG_IP_ADVANCED_ROUTER is not set +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +# CONFIG_IP_PNP_BOOTP is not set +# CONFIG_IP_PNP_RARP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=y +# CONFIG_SYN_COOKIES is not set +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_TUNNEL=y +CONFIG_INET_DIAG=y +CONFIG_INET_TCP_DIAG=y +# CONFIG_INET_UDP_DIAG is not set +# CONFIG_INET_RAW_DIAG is not set +# CONFIG_INET_DIAG_DESTROY is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_INET6_AH is not set +# CONFIG_INET6_ESP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_ILA is not set +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_NETLABEL is not set +# CONFIG_MPTCP is not set +# CONFIG_NETWORK_SECMARK is not set +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +# CONFIG_BRIDGE_NETFILTER is not set + +# +# Core Netfilter Configuration +# +CONFIG_NETFILTER_INGRESS=y +CONFIG_NETFILTER_EGRESS=y +CONFIG_NETFILTER_BPF_LINK=y +# CONFIG_NETFILTER_NETLINK_ACCT is not set +# CONFIG_NETFILTER_NETLINK_QUEUE is not set +# CONFIG_NETFILTER_NETLINK_LOG is not set +# CONFIG_NETFILTER_NETLINK_OSF is not set +# CONFIG_NF_CONNTRACK is not set +# CONFIG_NF_LOG_SYSLOG is not set +# CONFIG_NF_TABLES is not set +# CONFIG_NETFILTER_XTABLES is not set +# end of Core Netfilter Configuration + +# CONFIG_IP_SET is not set +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +# CONFIG_NF_SOCKET_IPV4 is not set +# CONFIG_NF_TPROXY_IPV4 is not set +# CONFIG_NF_DUP_IPV4 is not set +# CONFIG_NF_LOG_ARP is not set +# CONFIG_NF_LOG_IPV4 is not set +# CONFIG_NF_REJECT_IPV4 is not set +# CONFIG_IP_NF_IPTABLES is not set +# CONFIG_IP_NF_ARPTABLES is not set +# end of IP: Netfilter Configuration + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_SOCKET_IPV6 is not set +# CONFIG_NF_TPROXY_IPV6 is not set +# CONFIG_NF_DUP_IPV6 is not set +# CONFIG_NF_REJECT_IPV6 is not set +# CONFIG_NF_LOG_IPV6 is not set +# CONFIG_IP6_NF_IPTABLES is not set +# end of IPv6: Netfilter Configuration + +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +CONFIG_STP=y +CONFIG_BRIDGE=y +CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_MRP is not set +# CONFIG_BRIDGE_CFM is not set +# CONFIG_VLAN_8021Q is not set +CONFIG_LLC=y +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +# CONFIG_NET_SCHED is not set +# CONFIG_DCB is not set +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_L3_MASTER_DEV is not set +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +# CONFIG_CGROUP_NET_PRIO is not set +# CONFIG_CGROUP_NET_CLASSID is not set +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_BT is not set +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +# CONFIG_WIRELESS is not set +# CONFIG_RFKILL is not set +CONFIG_NET_9P=y +CONFIG_NET_9P_FD=y +CONFIG_NET_9P_VIRTIO=y +# CONFIG_NET_9P_DEBUG is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_PAGE_POOL=y +# CONFIG_PAGE_POOL_STATS is not set +CONFIG_FAILOVER=y +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_HAVE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_DOMAINS_GENERIC=y +# CONFIG_PCIEPORTBUS is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_MSI_ARCH_FALLBACKS=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +CONFIG_PCI_ECAM=y +# CONFIG_PCI_IOV is not set +# CONFIG_PCI_PRI is not set +# CONFIG_PCI_PASID is not set +# CONFIG_PCI_DYNAMIC_OF_NODES is not set +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +# CONFIG_HOTPLUG_PCI is not set + +# +# PCI controller drivers +# +# CONFIG_PCI_FTPCI100 is not set +CONFIG_PCI_HOST_COMMON=y +CONFIG_PCI_HOST_GENERIC=y +# CONFIG_PCIE_MICROCHIP_HOST is not set +CONFIG_PCIE_XILINX=y + +# +# Cadence-based PCIe controllers +# +# CONFIG_PCIE_CADENCE_PLAT_HOST is not set +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +# CONFIG_PCI_MESON is not set +# CONFIG_PCIE_DW_PLAT_HOST is not set +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +# CONFIG_DEVTMPFS_SAFE is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_ALLOW_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_REGMAP=y +CONFIG_REGMAP_MMIO=y +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_MOXTET is not set +# CONFIG_MIPS_CDMM is not set +# CONFIG_MHI_BUS is not set +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# +# Cache Drivers +# +# end of Cache Drivers + +# CONFIG_CONNECTOR is not set + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# end of ARM System Control and Management Interface Protocol + +# CONFIG_FIRMWARE_MEMMAP is not set +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# Qualcomm firmware drivers +# +# end of Qualcomm firmware drivers + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +CONFIG_MTD=y +# CONFIG_MTD_TESTS is not set + +# +# Partition parsers +# +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_OF_PARTS=y +# CONFIG_MTD_REDBOOT_PARTS is not set +# end of Partition parsers + +# +# User Modules And Translation Layers +# +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y + +# +# Note that in some cases UBI block is preferred. See MTD_UBI_BLOCK. +# +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_SM_FTL is not set +# CONFIG_MTD_OOPS is not set +# CONFIG_MTD_SWAP is not set +# CONFIG_MTD_PARTITIONED_MASTER is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_AMDSTD is not set +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# end of RAM/ROM/Flash chip drivers + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +CONFIG_MTD_PHYSMAP=y +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_OF=y +# CONFIG_MTD_PHYSMAP_VERSATILE is not set +# CONFIG_MTD_PHYSMAP_GEMINI is not set +# CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_PLATRAM is not set +# end of Mapping drivers for chip access + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_DATAFLASH is not set +# CONFIG_MTD_MCHP23K256 is not set +# CONFIG_MTD_MCHP48L640 is not set +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOCG3 is not set +# end of Self-contained MTD device drivers + +# +# NAND +# +CONFIG_MTD_NAND_CORE=y +# CONFIG_MTD_ONENAND is not set +CONFIG_MTD_RAW_NAND=y + +# +# Raw/parallel NAND flash controllers +# +# CONFIG_MTD_NAND_DENALI_PCI is not set +# CONFIG_MTD_NAND_DENALI_DT is not set +# CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_BRCMNAND is not set +# CONFIG_MTD_NAND_MXIC is not set +CONFIG_MTD_NAND_GPIO=y +CONFIG_MTD_NAND_PLATFORM=y +# CONFIG_MTD_NAND_CADENCE is not set +# CONFIG_MTD_NAND_ARASAN is not set +# CONFIG_MTD_NAND_INTEL_LGM is not set + +# +# Misc +# +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_RICOH is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_SPI_NAND is not set + +# +# ECC engine support +# +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_ECC_SW_HAMMING=y +# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set +CONFIG_MTD_NAND_ECC_SW_BCH=y +# CONFIG_MTD_NAND_ECC_MXIC is not set +# end of ECC engine support +# end of NAND + +# +# LPDDR & LPDDR2 PCM memory drivers +# +# CONFIG_MTD_LPDDR is not set +# end of LPDDR & LPDDR2 PCM memory drivers + +CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y +# CONFIG_MTD_SPI_NOR_SWP_DISABLE is not set +CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE=y +# CONFIG_MTD_SPI_NOR_SWP_KEEP is not set +CONFIG_MTD_UBI=y +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTD_UBI_BEB_LIMIT=20 +# CONFIG_MTD_UBI_FASTMAP is not set +CONFIG_MTD_UBI_GLUEBI=y +CONFIG_MTD_UBI_BLOCK=y +# CONFIG_MTD_HYPERBUS is not set +CONFIG_DTC=y +CONFIG_OF=y +# CONFIG_OF_UNITTEST is not set +CONFIG_OF_FLATTREE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_KOBJ=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_IRQ=y +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_OVERLAY is not set +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=4096 +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +CONFIG_VIRTIO_BLK=y +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_UBLK is not set + +# +# NVME Support +# +# CONFIG_BLK_DEV_NVME is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HP_ILO is not set +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +CONFIG_PCH_PHUB=y +# CONFIG_LATTICE_ECP3_CONFIG is not set +CONFIG_SRAM=y +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_HISI_HIKEY_USB is not set +# CONFIG_OPEN_DICE is not set +# CONFIG_VCPU_STALL_DETECTOR is not set +# CONFIG_NSM is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_93XX46 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# CONFIG_TI_ST is not set +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_SPI is not set +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_PVPANIC is not set +# CONFIG_GP_PCI1XXXX is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_BLK_DEV_SR is not set +# CONFIG_CHR_DEV_SG is not set +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +# CONFIG_SCSI_MPT3SAS is not set +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_IPR is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_NSP32 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_VIRTIO is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_SATA_HOST=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATA_FORCE=y +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +# CONFIG_SATA_AHCI_PLATFORM is not set +# CONFIG_AHCI_DWC is not set +# CONFIG_AHCI_CEVA is not set +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +# CONFIG_SATA_SIL24 is not set +CONFIG_ATA_SFF=y + +# +# SFF controllers with custom DMA interface +# +# CONFIG_PDC_ADMA is not set +# CONFIG_SATA_QSTOR is not set +# CONFIG_SATA_SX4 is not set +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# +# CONFIG_ATA_PIIX is not set +# CONFIG_SATA_DWC is not set +# CONFIG_SATA_MV is not set +# CONFIG_SATA_NV is not set +# CONFIG_SATA_PROMISE is not set +# CONFIG_SATA_SIL is not set +# CONFIG_SATA_SIS is not set +# CONFIG_SATA_SVW is not set +# CONFIG_SATA_ULI is not set +# CONFIG_SATA_VIA is not set +# CONFIG_SATA_VITESSE is not set + +# +# PATA SFF controllers with BMDMA +# +# CONFIG_PATA_ALI is not set +# CONFIG_PATA_AMD is not set +# CONFIG_PATA_ARTOP is not set +# CONFIG_PATA_ATIIXP is not set +# CONFIG_PATA_ATP867X is not set +# CONFIG_PATA_CMD64X is not set +# CONFIG_PATA_CS5536 is not set +# CONFIG_PATA_CYPRESS is not set +# CONFIG_PATA_EFAR is not set +# CONFIG_PATA_HPT366 is not set +# CONFIG_PATA_HPT37X is not set +# CONFIG_PATA_HPT3X2N is not set +# CONFIG_PATA_HPT3X3 is not set +# CONFIG_PATA_IT8213 is not set +# CONFIG_PATA_IT821X is not set +# CONFIG_PATA_JMICRON is not set +# CONFIG_PATA_MARVELL is not set +# CONFIG_PATA_NETCELL is not set +# CONFIG_PATA_NINJA32 is not set +# CONFIG_PATA_NS87415 is not set +# CONFIG_PATA_OLDPIIX is not set +# CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_PDC2027X is not set +# CONFIG_PATA_PDC_OLD is not set +# CONFIG_PATA_RADISYS is not set +# CONFIG_PATA_RDC is not set +# CONFIG_PATA_SCH is not set +# CONFIG_PATA_SERVERWORKS is not set +# CONFIG_PATA_SIL680 is not set +# CONFIG_PATA_SIS is not set +# CONFIG_PATA_TOSHIBA is not set +# CONFIG_PATA_TRIFLEX is not set +# CONFIG_PATA_VIA is not set +# CONFIG_PATA_WINBOND is not set + +# +# PIO-only SFF controllers +# +# CONFIG_PATA_CMD640_PCI is not set +# CONFIG_PATA_MPIIX is not set +# CONFIG_PATA_NS87410 is not set +# CONFIG_PATA_OPTI is not set +# CONFIG_PATA_OF_PLATFORM is not set +# CONFIG_PATA_RZ1000 is not set + +# +# Generic fallback / legacy drivers +# +# CONFIG_ATA_GENERIC is not set +# CONFIG_PATA_LEGACY is not set +# CONFIG_MD is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +# CONFIG_NETDEVICES is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +CONFIG_INPUT_FF_MEMLESS=y +# CONFIG_INPUT_SPARSEKMAP is not set +# CONFIG_INPUT_MATRIXKMAP is not set +CONFIG_INPUT_VIVALDIFMAP=y + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_GPIO is not set +# CONFIG_KEYBOARD_GPIO_POLLED is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_SAMSUNG is not set +CONFIG_KEYBOARD_GOLDFISH_EVENTS=y +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_OMAP4 is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CAP11XX is not set +# CONFIG_KEYBOARD_BCM is not set +# CONFIG_KEYBOARD_CYPRESS_SF is not set +CONFIG_INPUT_MOUSE=y +CONFIG_MOUSE_PS2=y +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +# CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=y +CONFIG_MOUSE_PS2_SMBUS=y +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_CYAPA is not set +# CONFIG_MOUSE_ELAN_I2C is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_GPIO is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_MOUSE_SYNAPTICS_USB is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +# CONFIG_INPUT_TOUCHSCREEN is not set +# CONFIG_INPUT_MISC is not set +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_SERIO_SERPORT=y +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_SERIO_APBPS2 is not set +# CONFIG_SERIO_GPIO_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +# CONFIG_VT_HW_CONSOLE_BINDING is not set +CONFIG_UNIX98_PTYS=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=256 +CONFIG_LEGACY_TIOCSTI=y +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_16550A_VARIANTS=y +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +# CONFIG_SERIAL_8250_EXTENDED is not set +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_DWLIB=y +CONFIG_SERIAL_8250_DW=y +# CONFIG_SERIAL_8250_RT288X is not set +# CONFIG_SERIAL_8250_INGENIC is not set +CONFIG_SERIAL_8250_PERICOM=y +CONFIG_SERIAL_OF_PLATFORM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_MAX3100 is not set +# CONFIG_SERIAL_MAX310X is not set +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_SIFIVE is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_PCH_UART is not set +# CONFIG_SERIAL_XILINX_PS_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set +# CONFIG_SERIAL_SPRD is not set +# end of Serial drivers + +CONFIG_SERIAL_MCTRL_GPIO=y +# CONFIG_SERIAL_NONSTANDARD is not set +CONFIG_GOLDFISH_TTY=y +CONFIG_GOLDFISH_TTY_EARLY_CONSOLE=y +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +CONFIG_HVC_DRIVER=y +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_TTY_PRINTK is not set +CONFIG_VIRTIO_CONSOLE=y +# CONFIG_IPMI_HANDLER is not set +CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +# CONFIG_HW_RANDOM_BA431 is not set +# CONFIG_HW_RANDOM_VIRTIO is not set +# CONFIG_HW_RANDOM_CCTRNG is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +# CONFIG_APPLICOM is not set +CONFIG_DEVMEM=y +CONFIG_DEVPORT=y +# CONFIG_TCG_TPM is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +CONFIG_I2C_MUX=y + +# +# Multiplexer I2C Chip support +# +# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set +# CONFIG_I2C_MUX_GPIO is not set +# CONFIG_I2C_MUX_GPMUX is not set +# CONFIG_I2C_MUX_LTC4306 is not set +# CONFIG_I2C_MUX_PCA9541 is not set +# CONFIG_I2C_MUX_PCA954x is not set +# CONFIG_I2C_MUX_PINCTRL is not set +# CONFIG_I2C_MUX_REG is not set +# CONFIG_I2C_DEMUX_PINCTRL is not set +# CONFIG_I2C_MUX_MLXCPLD is not set +# end of Multiplexer I2C Chip support + +CONFIG_I2C_HELPER_AUTO=y + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_I801 is not set +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_CBUS_GPIO is not set +CONFIG_I2C_DESIGNWARE_CORE=y +# CONFIG_I2C_DESIGNWARE_SLAVE is not set +CONFIG_I2C_DESIGNWARE_PLATFORM=y +# CONFIG_I2C_DESIGNWARE_PCI is not set +CONFIG_I2C_EG20T=y +# CONFIG_I2C_EMEV2 is not set +# CONFIG_I2C_GPIO is not set +CONFIG_I2C_IMG=y +# CONFIG_I2C_JZ4780 is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_RK3X is not set +# CONFIG_I2C_SIMTEC is not set +CONFIG_I2C_XILINX=y + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_PCI1XXXX is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y +CONFIG_SPI_MEM=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_ALTERA is not set +# CONFIG_SPI_AXI_SPI_ENGINE is not set +CONFIG_SPI_BITBANG=y +# CONFIG_SPI_CADENCE is not set +# CONFIG_SPI_CADENCE_XSPI is not set +CONFIG_SPI_DESIGNWARE=y +# CONFIG_SPI_DW_DMA is not set +# CONFIG_SPI_DW_PCI is not set +CONFIG_SPI_DW_MMIO=y +# CONFIG_SPI_GPIO is not set +# CONFIG_SPI_IMG_SPFI is not set +# CONFIG_SPI_FSL_SPI is not set +# CONFIG_SPI_MICROCHIP_CORE is not set +# CONFIG_SPI_MICROCHIP_CORE_QSPI is not set +# CONFIG_SPI_OC_TINY is not set +# CONFIG_SPI_PCI1XXXX is not set +# CONFIG_SPI_PXA2XX is not set +# CONFIG_SPI_SC18IS602 is not set +# CONFIG_SPI_SIFIVE is not set +# CONFIG_SPI_SN_F_OSPI is not set +# CONFIG_SPI_MXIC is not set +CONFIG_SPI_TOPCLIFF_PCH=y +# CONFIG_SPI_XCOMM is not set +# CONFIG_SPI_XILINX is not set +# CONFIG_SPI_ZYNQMP_GQSPI is not set +# CONFIG_SPI_AMD is not set + +# +# SPI Multiplexer support +# +# CONFIG_SPI_MUX is not set + +# +# SPI Protocol Masters +# +CONFIG_SPI_SPIDEV=y +# CONFIG_SPI_LOOPBACK_TEST is not set +# CONFIG_SPI_TLE62X0 is not set +# CONFIG_SPI_SLAVE is not set +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +CONFIG_PTP_1588_CLOCK_PCH=y +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# CONFIG_PTP_1588_CLOCK_MOCK is not set +# CONFIG_PTP_1588_CLOCK_OCP is not set +# end of PTP clock support + +CONFIG_PINCTRL=y +CONFIG_GENERIC_PINCTRL_GROUPS=y +CONFIG_PINMUX=y +CONFIG_GENERIC_PINMUX_FUNCTIONS=y +CONFIG_PINCONF=y +CONFIG_GENERIC_PINCONF=y +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_PINCTRL_CY8C95X0 is not set +# CONFIG_PINCTRL_INGENIC is not set +# CONFIG_PINCTRL_MCP23S08 is not set +# CONFIG_PINCTRL_MICROCHIP_SGPIO is not set +CONFIG_PINCTRL_OCELOT=y +CONFIG_PINCTRL_PISTACHIO=y +# CONFIG_PINCTRL_SINGLE is not set +# CONFIG_PINCTRL_STMFX is not set +# CONFIG_PINCTRL_SX150X is not set + +# +# Renesas pinctrl drivers +# +# end of Renesas pinctrl drivers + +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_FASTPATH_LIMIT=512 +CONFIG_OF_GPIO=y +CONFIG_GPIOLIB_IRQCHIP=y +# CONFIG_DEBUG_GPIO is not set +CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_CDEV=y +CONFIG_GPIO_CDEV_V1=y +CONFIG_GPIO_GENERIC=y + +# +# Memory mapped GPIO drivers +# +# CONFIG_GPIO_74XX_MMIO is not set +# CONFIG_GPIO_ALTERA is not set +# CONFIG_GPIO_CADENCE is not set +# CONFIG_GPIO_DWAPB is not set +# CONFIG_GPIO_EXAR is not set +# CONFIG_GPIO_FTGPIO010 is not set +CONFIG_GPIO_GENERIC_PLATFORM=y +# CONFIG_GPIO_GRGPIO is not set +# CONFIG_GPIO_HLWD is not set +# CONFIG_GPIO_LOGICVC is not set +# CONFIG_GPIO_MB86S7X is not set +# CONFIG_GPIO_SIFIVE is not set +# CONFIG_GPIO_SYSCON is not set +CONFIG_GPIO_XILINX=y +# CONFIG_GPIO_AMD_FCH is not set +# end of Memory mapped GPIO drivers + +# +# I2C GPIO expanders +# +# CONFIG_GPIO_ADNP is not set +# CONFIG_GPIO_FXL6408 is not set +# CONFIG_GPIO_DS4520 is not set +# CONFIG_GPIO_GW_PLD is not set +# CONFIG_GPIO_MAX7300 is not set +# CONFIG_GPIO_MAX732X is not set +# CONFIG_GPIO_PCA953X is not set +# CONFIG_GPIO_PCA9570 is not set +# CONFIG_GPIO_PCF857X is not set +# CONFIG_GPIO_TPIC2810 is not set +# end of I2C GPIO expanders + +# +# MFD GPIO expanders +# +# end of MFD GPIO expanders + +# +# PCI GPIO expanders +# +# CONFIG_GPIO_BT8XX is not set +CONFIG_GPIO_PCH=y +# CONFIG_GPIO_PCI_IDIO_16 is not set +# CONFIG_GPIO_PCIE_IDIO_24 is not set +# CONFIG_GPIO_RDC321X is not set +# end of PCI GPIO expanders + +# +# SPI GPIO expanders +# +# CONFIG_GPIO_74X164 is not set +# CONFIG_GPIO_MAX3191X is not set +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MC33880 is not set +# CONFIG_GPIO_PISOSR is not set +# CONFIG_GPIO_XRA1403 is not set +# end of SPI GPIO expanders + +# +# USB GPIO expanders +# +# end of USB GPIO expanders + +# +# Virtual GPIO drivers +# +# CONFIG_GPIO_AGGREGATOR is not set +# CONFIG_GPIO_LATCH is not set +# CONFIG_GPIO_MOCKUP is not set +# CONFIG_GPIO_VIRTIO is not set +# CONFIG_GPIO_SIM is not set +# end of Virtual GPIO drivers + +# CONFIG_W1 is not set +CONFIG_POWER_RESET=y +# CONFIG_POWER_RESET_GPIO is not set +# CONFIG_POWER_RESET_GPIO_RESTART is not set +CONFIG_POWER_RESET_OCELOT_RESET=y +# CONFIG_POWER_RESET_PIIX4_POWEROFF is not set +# CONFIG_POWER_RESET_LTC2952 is not set +# CONFIG_POWER_RESET_RESTART is not set +CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_SYSCON_POWEROFF=y +CONFIG_REBOOT_MODE=y +CONFIG_SYSCON_REBOOT_MODE=y +# CONFIG_NVMEM_REBOOT_MODE is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +# CONFIG_IP5XXX_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SAMSUNG_SDI is not set +# CONFIG_BATTERY_SBS is not set +# CONFIG_CHARGER_SBS is not set +# CONFIG_MANAGER_SBS is not set +# CONFIG_BATTERY_BQ27XXX is not set +# CONFIG_BATTERY_MAX17042 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_GPIO is not set +# CONFIG_CHARGER_LT3651 is not set +# CONFIG_CHARGER_LTC4162L is not set +# CONFIG_CHARGER_DETECTOR_MAX14656 is not set +# CONFIG_CHARGER_MAX77976 is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_CHARGER_BQ24257 is not set +# CONFIG_CHARGER_BQ24735 is not set +# CONFIG_CHARGER_BQ2515X is not set +# CONFIG_CHARGER_BQ25890 is not set +# CONFIG_CHARGER_BQ25980 is not set +# CONFIG_CHARGER_BQ256XX is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +CONFIG_BATTERY_GOLDFISH=y +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_RT9455 is not set +# CONFIG_CHARGER_BD99954 is not set +# CONFIG_BATTERY_UG3105 is not set +# CONFIG_FUEL_GAUGE_MM8013 is not set +# CONFIG_HWMON is not set +# CONFIG_THERMAL is not set +# CONFIG_WATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_ACT8945A is not set +# CONFIG_MFD_AS3711 is not set +# CONFIG_MFD_SMPRO is not set +# CONFIG_MFD_AS3722 is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_AAT2870_CORE is not set +# CONFIG_MFD_ATMEL_FLEXCOM is not set +# CONFIG_MFD_ATMEL_HLCDC is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_CS42L43_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_MFD_MAX5970 is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_SPI is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_GATEWORKS_GSC is not set +# CONFIG_MFD_MC13XXX_SPI is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_MFD_HI6421_PMIC is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77541 is not set +# CONFIG_MFD_MAX77620 is not set +# CONFIG_MFD_MAX77650 is not set +# CONFIG_MFD_MAX77686 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77714 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6370 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_OCELOT is not set +# CONFIG_EZX_PCAP is not set +# CONFIG_MFD_CPCAP is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_NTXEC is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_RC5T583 is not set +# CONFIG_MFD_RK8XX_I2C is not set +# CONFIG_MFD_RK8XX_SPI is not set +# CONFIG_MFD_RN5T618 is not set +# CONFIG_MFD_SEC_CORE is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_STMPE is not set +CONFIG_MFD_SYSCON=y +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS65010 is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TPS65217 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TI_LP87565 is not set +# CONFIG_MFD_TPS65218 is not set +# CONFIG_MFD_TPS65219 is not set +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65910 is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS65912_SPI is not set +# CONFIG_MFD_TPS6594_I2C is not set +# CONFIG_MFD_TPS6594_SPI is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TC3589X is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_LOCHNAGAR is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_ARIZONA_SPI is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM831X_SPI is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ROHM_BD718XX is not set +# CONFIG_MFD_ROHM_BD71828 is not set +# CONFIG_MFD_ROHM_BD957XMUF is not set +# CONFIG_MFD_STPMIC1 is not set +# CONFIG_MFD_STMFX is not set +# CONFIG_MFD_ATC260X_I2C is not set +# CONFIG_MFD_QCOM_PM8008 is not set +# CONFIG_MFD_INTEL_M10_BMC_SPI is not set +# CONFIG_MFD_RSMU_I2C is not set +# CONFIG_MFD_RSMU_SPI is not set +# end of Multifunction device drivers + +# CONFIG_REGULATOR is not set +# CONFIG_RC_CORE is not set + +# +# CEC support +# +# CONFIG_MEDIA_CEC_SUPPORT is not set +# end of CEC support + +# CONFIG_MEDIA_SUPPORT is not set + +# +# Graphics support +# +CONFIG_VIDEO_CMDLINE=y +CONFIG_AUXDISPLAY=y +CONFIG_LINEDISP=y +# CONFIG_HD44780 is not set +CONFIG_IMG_ASCII_LCD=y +# CONFIG_HT16K33 is not set +# CONFIG_LCD2S is not set +# CONFIG_CHARLCD_BL_OFF is not set +# CONFIG_CHARLCD_BL_ON is not set +CONFIG_CHARLCD_BL_FLASH=y +# CONFIG_DRM is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set + +# +# Frame buffer Devices +# +CONFIG_FB=y +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_CYBER2000 is not set +# CONFIG_FB_ASILIANT is not set +# CONFIG_FB_IMSTT is not set +# CONFIG_FB_OPENCORES is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_I740 is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_ARK is not set +# CONFIG_FB_PM3 is not set +# CONFIG_FB_CARMINE is not set +# CONFIG_FB_SMSCUFX is not set +# CONFIG_FB_UDL is not set +# CONFIG_FB_IBM_GXT4500 is not set +CONFIG_FB_GOLDFISH=y +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_SIMPLE is not set +# CONFIG_FB_SSD1307 is not set +# CONFIG_FB_SM712 is not set +CONFIG_FB_CORE=y +CONFIG_FB_NOTIFY=y +# CONFIG_FIRMWARE_EDID is not set +CONFIG_FB_DEVICE=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_IOMEM_FOPS=y +CONFIG_FB_IOMEM_HELPERS=y +# CONFIG_FB_MODE_HELPERS is not set +# CONFIG_FB_TILEBLITTING is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +# CONFIG_BACKLIGHT_CLASS_DEVICE is not set +# end of Backlight & LCD device support + +# +# Console display driver support +# +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +# CONFIG_FRAMEBUFFER_CONSOLE is not set +# end of Console display driver support + +# CONFIG_LOGO is not set +# end of Graphics support + +# CONFIG_SOUND is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +CONFIG_HID_A4TECH=y +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +CONFIG_HID_APPLE=y +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +CONFIG_HID_BELKIN=y +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +CONFIG_HID_CHERRY=y +CONFIG_HID_CHICONY=y +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +CONFIG_HID_CYPRESS=y +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EVISION is not set +CONFIG_HID_EZKEY=y +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_GOOGLE_STADIA_FF is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_VRC2 is not set +# CONFIG_HID_XIAOMI is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_ICADE is not set +# CONFIG_HID_ITE is not set +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +CONFIG_HID_KENSINGTON=y +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LETSKETCH is not set +CONFIG_HID_LOGITECH=y +# CONFIG_HID_LOGITECH_HIDPP is not set +# CONFIG_LOGITECH_FF is not set +# CONFIG_LOGIRUMBLEPAD2_FF is not set +# CONFIG_LOGIG940_FF is not set +# CONFIG_LOGIWHEELS_FF is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_MEGAWORLD_FF is not set +# CONFIG_HID_REDRAGON is not set +CONFIG_HID_MICROSOFT=y +CONFIG_HID_MONTEREY=y +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NINTENDO is not set +# CONFIG_HID_NTI is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_ORTEK is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PENMOUNT is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PXRC is not set +# CONFIG_HID_RAZER is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SIGMAMICRO is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_TOPRE is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2200 is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# HID-BPF support +# +# end of HID-BPF support + +# +# USB HID support +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set +# end of USB HID support + +CONFIG_I2C_HID=y +# CONFIG_I2C_HID_OF is not set +# CONFIG_I2C_HID_OF_ELAN is not set +# CONFIG_I2C_HID_OF_GOODIX is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_ULPI_BUS is not set +# CONFIG_USB_CONN_GPIO is not set +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +# CONFIG_USB_PCI_AMD is not set +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +# CONFIG_USB_MON is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=y +# CONFIG_USB_XHCI_PCI_RENESAS is not set +# CONFIG_USB_XHCI_PLATFORM is not set +CONFIG_USB_EHCI_HCD=y +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_MAX3421_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PCI=y +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +# CONFIG_USB_UHCI_HCD is not set +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HCD_TEST_MODE is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +# CONFIG_USB_STORAGE is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set + +# +# USB dual-mode controller drivers +# +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_DWC3 is not set +CONFIG_USB_DWC2=y +CONFIG_USB_DWC2_HOST=y + +# +# Gadget/Dual-role mode requires USB Gadget support to be enabled +# +# CONFIG_USB_DWC2_PCI is not set +# CONFIG_USB_DWC2_DEBUG is not set +# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set +# CONFIG_USB_CHIPIDEA is not set +# CONFIG_USB_ISP1760 is not set + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +# CONFIG_USB_HSIC_USB3503 is not set +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set +# CONFIG_USB_ONBOARD_HUB is not set + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_USB_GPIO_VBUS is not set +# CONFIG_USB_ISP1301 is not set +# end of USB Physical Layer drivers + +# CONFIG_USB_GADGET is not set +# CONFIG_TYPEC is not set +CONFIG_USB_ROLE_SWITCH=y +CONFIG_MMC=y +CONFIG_PWRSEQ_EMMC=y +CONFIG_PWRSEQ_SIMPLE=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_MINORS=8 +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +CONFIG_MMC_SDHCI_PCI=y +CONFIG_MMC_RICOH_MMC=y +# CONFIG_MMC_SDHCI_PLTFM is not set +# CONFIG_MMC_TIFM_SD is not set +CONFIG_MMC_SPI=y +# CONFIG_MMC_CB710 is not set +# CONFIG_MMC_VIA_SDMMC is not set +CONFIG_MMC_DW=y +CONFIG_MMC_DW_PLTFM=y +# CONFIG_MMC_DW_BLUEFIELD is not set +# CONFIG_MMC_DW_EXYNOS is not set +# CONFIG_MMC_DW_HI3798CV200 is not set +# CONFIG_MMC_DW_K3 is not set +# CONFIG_MMC_DW_PCI is not set +# CONFIG_MMC_JZ4740 is not set +# CONFIG_MMC_VUB300 is not set +# CONFIG_MMC_USHC is not set +# CONFIG_MMC_USDHI6ROL0 is not set +CONFIG_MMC_CQHCI=y +# CONFIG_MMC_HSQ is not set +# CONFIG_MMC_TOSHIBA_PCI is not set +# CONFIG_MMC_MTK is not set +# CONFIG_SCSI_UFSHCD is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_AN30259A is not set +# CONFIG_LEDS_AW200XX is not set +# CONFIG_LEDS_AW2013 is not set +# CONFIG_LEDS_BCM6328 is not set +# CONFIG_LEDS_BCM6358 is not set +# CONFIG_LEDS_CR0014114 is not set +# CONFIG_LEDS_EL15203000 is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_LM3692X is not set +# CONFIG_LEDS_PCA9532 is not set +# CONFIG_LEDS_GPIO is not set +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP3952 is not set +# CONFIG_LEDS_LP55XX_COMMON is not set +# CONFIG_LEDS_LP8860 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PCA995X is not set +# CONFIG_LEDS_DAC124S085 is not set +# CONFIG_LEDS_BD2606MVV is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_LT3593 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set +# CONFIG_LEDS_IS31FL32XX is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +CONFIG_LEDS_SYSCON=y +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_SPI_BYTE is not set +# CONFIG_LEDS_LM3697 is not set + +# +# Flash and Torch LED drivers +# + +# +# RGB LED drivers +# + +# +# LED Triggers +# +# CONFIG_LEDS_TRIGGERS is not set + +# +# Simple LED drivers +# +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_HYM8563 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_MAX31335 is not set +# CONFIG_RTC_DRV_NCT3018Y is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_ISL12026 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +CONFIG_RTC_DRV_M41T80=y +# CONFIG_RTC_DRV_M41T80_WDT is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T93 is not set +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1302 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1343 is not set +# CONFIG_RTC_DRV_DS1347 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6916 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RX4581 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_PCF2123 is not set +# CONFIG_RTC_DRV_MCP795 is not set +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +# CONFIG_RTC_DRV_ZYNQMP is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_CADENCE is not set +# CONFIG_RTC_DRV_FTRTC010 is not set +# CONFIG_RTC_DRV_JZ4740 is not set +# CONFIG_RTC_DRV_R7301 is not set + +# +# HID Sensor RTC drivers +# +CONFIG_RTC_DRV_GOLDFISH=y +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_OF=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_DMA_JZ4780 is not set +# CONFIG_DW_AXI_DMAC is not set +# CONFIG_FSL_EDMA is not set +CONFIG_IMG_MDC_DMA=y +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_PLX_DMA is not set +# CONFIG_XILINX_DMA is not set +# CONFIG_XILINX_XDMA is not set +# CONFIG_XILINX_ZYNQMP_DPDMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +# CONFIG_DW_DMAC is not set +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +# CONFIG_SF_PDMA is not set + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set + +# +# DMABUF options +# +# CONFIG_SYNC_FILE is not set +# CONFIG_DMABUF_HEAPS is not set +# end of DMABUF options + +# CONFIG_UIO is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_ANCHOR=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_PCI_LIB=y +CONFIG_VIRTIO_PCI_LIB_LEGACY=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_PCI_LEGACY=y +CONFIG_VIRTIO_BALLOON=y +# CONFIG_VIRTIO_INPUT is not set +CONFIG_VIRTIO_MMIO=y +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +CONFIG_STAGING=y +# CONFIG_RTS5208 is not set +# CONFIG_FB_SM750 is not set +# CONFIG_STAGING_MEDIA is not set +# CONFIG_STAGING_BOARD is not set +# CONFIG_LTE_GDM724X is not set +# CONFIG_FB_TFT is not set +# CONFIG_PI433 is not set +# CONFIG_XIL_AXIS_FIFO is not set +# CONFIG_FIELDBUS_DEV is not set +# CONFIG_VME_BUS is not set +# CONFIG_MIPS_PLATFORM_DEVICES is not set +CONFIG_GOLDFISH=y +CONFIG_GOLDFISH_PIPE=y +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_COMMON_CLK=y +# CONFIG_LMK04832 is not set +# CONFIG_COMMON_CLK_MAX9485 is not set +# CONFIG_COMMON_CLK_SI5341 is not set +# CONFIG_COMMON_CLK_SI5351 is not set +# CONFIG_COMMON_CLK_SI514 is not set +# CONFIG_COMMON_CLK_SI544 is not set +# CONFIG_COMMON_CLK_SI570 is not set +# CONFIG_COMMON_CLK_CDCE706 is not set +# CONFIG_COMMON_CLK_CDCE925 is not set +# CONFIG_COMMON_CLK_CS2000_CP is not set +# CONFIG_COMMON_CLK_AXI_CLKGEN is not set +# CONFIG_COMMON_CLK_RS9_PCIE is not set +# CONFIG_COMMON_CLK_SI521XX is not set +# CONFIG_COMMON_CLK_VC3 is not set +# CONFIG_COMMON_CLK_VC5 is not set +# CONFIG_COMMON_CLK_VC7 is not set +# CONFIG_COMMON_CLK_FIXED_MMIO is not set +CONFIG_COMMON_CLK_BOSTON=y + +# +# Ingenic SoCs drivers +# +# CONFIG_INGENIC_CGU_JZ4740 is not set +# CONFIG_INGENIC_CGU_JZ4755 is not set +# CONFIG_INGENIC_CGU_JZ4725B is not set +# CONFIG_INGENIC_CGU_JZ4760 is not set +# CONFIG_INGENIC_CGU_JZ4770 is not set +# CONFIG_INGENIC_CGU_JZ4780 is not set +# CONFIG_INGENIC_CGU_X1000 is not set +# CONFIG_INGENIC_CGU_X1830 is not set +# CONFIG_INGENIC_TCU_CLK is not set +# end of Ingenic SoCs drivers + +CONFIG_COMMON_CLK_PISTACHIO=y +# CONFIG_XILINX_VCU is not set +# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +CONFIG_TIMER_OF=y +CONFIG_TIMER_PROBE=y +CONFIG_CLKSRC_PISTACHIO=y +CONFIG_CLKSRC_MIPS_GIC=y +# CONFIG_INGENIC_TIMER is not set +# CONFIG_INGENIC_SYSOST is not set +# CONFIG_INGENIC_OST is not set +# end of Clock Source drivers + +# CONFIG_MAILBOX is not set +# CONFIG_IOMMU_SUPPORT is not set + +# +# Remoteproc drivers +# +# CONFIG_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# end of fujitsu SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# CONFIG_LITEX_SOC_CONTROLLER is not set +# end of Enable LiteX SoC Builder specific drivers + +# CONFIG_WPCM450_SOC is not set + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# +# PM Domains +# + +# +# Amlogic PM Domains +# +# end of Amlogic PM Domains + +# +# Broadcom PM Domains +# +# end of Broadcom PM Domains + +# +# i.MX PM Domains +# +# end of i.MX PM Domains + +# +# Qualcomm PM Domains +# +# end of Qualcomm PM Domains +# end of PM Domains + +# CONFIG_PM_DEVFREQ is not set +# CONFIG_EXTCON is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_NTB is not set +# CONFIG_PWM is not set + +# +# IRQ chip support +# +CONFIG_IRQCHIP=y +# CONFIG_AL_FIC is not set +CONFIG_IRQ_MIPS_CPU=y +# CONFIG_XILINX_INTC is not set +CONFIG_MIPS_GIC=y +# CONFIG_INGENIC_TCU_IRQ is not set +CONFIG_MSCC_OCELOT_IRQ=y +CONFIG_GOLDFISH_PIC=y +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_PISTACHIO=y +# CONFIG_RESET_SIMPLE is not set +# CONFIG_RESET_TI_SYSCON is not set +# CONFIG_RESET_TI_TPS380X is not set + +# +# PHY Subsystem +# +CONFIG_GENERIC_PHY=y +CONFIG_PHY_PISTACHIO_USB=y +# CONFIG_PHY_CAN_TRANSCEIVER is not set + +# +# PHY drivers for Broadcom platforms +# +# CONFIG_BCM_KONA_USB2_PHY is not set +# end of PHY drivers for Broadcom platforms + +# CONFIG_PHY_CADENCE_TORRENT is not set +# CONFIG_PHY_CADENCE_DPHY is not set +# CONFIG_PHY_CADENCE_DPHY_RX is not set +# CONFIG_PHY_CADENCE_SIERRA is not set +# CONFIG_PHY_CADENCE_SALVO is not set +# CONFIG_PHY_INGENIC_USB is not set +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_LAN966X_SERDES is not set +# CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_OCELOT_SERDES is not set +# CONFIG_PHY_SAMSUNG_USB2 is not set +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_DWC_PCIE_PMU is not set +# end of Performance monitor support + +# CONFIG_RAS is not set +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +CONFIG_NVMEM_LAYOUTS=y + +# +# Layout Types +# +# CONFIG_NVMEM_LAYOUT_SL28_VPD is not set +# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set +# end of Layout Types + +# CONFIG_NVMEM_RMEM is not set +# CONFIG_NVMEM_U_BOOT_ENV is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +# CONFIG_FSI is not set +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# CONFIG_PECI is not set +# CONFIG_HTE is not set +# end of Device Drivers + +# +# File systems +# +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +CONFIG_FS_STACK=y +CONFIG_BUFFER_HEAD=y +CONFIG_LEGACY_DIRECT_IO=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_BCACHEFS_FS is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +CONFIG_FS_ENCRYPTION=y +CONFIG_FS_ENCRYPTION_ALGS=y +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set +CONFIG_QUOTA=y +# CONFIG_QUOTA_NETLINK_INTERFACE is not set +# CONFIG_QUOTA_DEBUG is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set +CONFIG_QUOTACTL=y +# CONFIG_AUTOFS_FS is not set +CONFIG_FUSE_FS=y +CONFIG_CUSE=y +# CONFIG_VIRTIO_FS is not set +CONFIG_OVERLAY_FS=y +# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set +CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y +# CONFIG_OVERLAY_FS_INDEX is not set +# CONFIG_OVERLAY_FS_METACOPY is not set +# CONFIG_OVERLAY_FS_DEBUG is not set + +# +# Caches +# +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +# CONFIG_PROC_KCORE is not set +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_CHILDREN=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_QUOTA is not set +# CONFIG_CONFIGFS_FS is not set +# end of Pseudo filesystems + +# CONFIG_MISC_FILESYSTEMS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +CONFIG_NFS_V2=y +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +# CONFIG_NFS_SWAP is not set +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_2=y +CONFIG_PNFS_FILE_LAYOUT=y +CONFIG_PNFS_FLEXFILE_LAYOUT=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +# CONFIG_NFS_V4_1_MIGRATION is not set +CONFIG_NFS_V4_SECURITY_LABEL=y +CONFIG_ROOT_NFS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +CONFIG_NFS_V4_2_READ_PLUS=y +CONFIG_NFSD=y +# CONFIG_NFSD_V2 is not set +# CONFIG_NFSD_V3_ACL is not set +# CONFIG_NFSD_V4 is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=y +CONFIG_NFS_COMMON=y +CONFIG_NFS_V4_2_SSC_HELPER=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_SUNRPC_BACKCHANNEL=y +CONFIG_RPCSEC_GSS_KRB5=y +CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA1=y +# CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2 is not set +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +# CONFIG_9P_FS is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +# CONFIG_NLS_CODEPAGE_437 is not set +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +# CONFIG_NLS_UTF8 is not set +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +# CONFIG_SECURITYFS is not set +CONFIG_SECURITY_NETWORK=y +CONFIG_SECURITY_PATH=y +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +CONFIG_SECURITY_LANDLOCK=y +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +# CONFIG_IMA is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y +# CONFIG_INIT_STACK_NONE is not set +# CONFIG_INIT_STACK_ALL_PATTERN is not set +CONFIG_INIT_STACK_ALL_ZERO=y +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization + +# +# Hardening of kernel data structures +# +# CONFIG_LIST_HARDENED is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Hardening of kernel data structures + +CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_FULL is not set +# CONFIG_RANDSTRUCT_PERFORMANCE is not set +# end of Kernel hardening options +# end of Security options + +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SIG2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +# CONFIG_CRYPTO_NULL is not set +# CONFIG_CRYPTO_PCRYPT is not set +# CONFIG_CRYPTO_CRYPTD is not set +# CONFIG_CRYPTO_AUTHENC is not set +# CONFIG_CRYPTO_TEST is not set +# end of Crypto core or helper + +# +# Public-key cryptography +# +# CONFIG_CRYPTO_RSA is not set +# CONFIG_CRYPTO_DH is not set +# CONFIG_CRYPTO_ECDH is not set +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ARIA is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_SM4_GENERIC is not set +# CONFIG_CRYPTO_TWOFISH is not set +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=y +# CONFIG_CRYPTO_CTR is not set +CONFIG_CRYPTO_CTS=y +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +CONFIG_CRYPTO_XTS=y +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +# CONFIG_CRYPTO_CCM is not set +# CONFIG_CRYPTO_GCM is not set +# CONFIG_CRYPTO_SEQIV is not set +# CONFIG_CRYPTO_ECHAINIV is not set +# CONFIG_CRYPTO_ESSIV is not set +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +# CONFIG_CRYPTO_BLAKE2B is not set +# CONFIG_CRYPTO_CMAC is not set +# CONFIG_CRYPTO_GHASH is not set +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +# CONFIG_CRYPTO_SHA3 is not set +# CONFIG_CRYPTO_SM3_GENERIC is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_VMAC is not set +# CONFIG_CRYPTO_WP512 is not set +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_XXHASH is not set +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +# CONFIG_CRYPTO_CRCT10DIF is not set +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +# CONFIG_CRYPTO_DEFLATE is not set +# CONFIG_CRYPTO_LZO is not set +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +# CONFIG_CRYPTO_ZSTD is not set +# end of Compression + +# +# Random number generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +# CONFIG_CRYPTO_DRBG_MENU is not set +# CONFIG_CRYPTO_JITTERENTROPY is not set +# end of Random number generation + +# +# Userspace interface +# +# CONFIG_CRYPTO_USER_API_HASH is not set +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +# CONFIG_CRYPTO_USER_API_RNG is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +# end of Userspace interface + +# +# Accelerated Cryptographic Algorithms for CPU (mips) +# +# CONFIG_CRYPTO_POLY1305_MIPS is not set +# CONFIG_CRYPTO_CHACHA_MIPS is not set +# end of Accelerated Cryptographic Algorithms for CPU (mips) + +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_4XXX is not set +# CONFIG_CRYPTO_DEV_QAT_420XX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +CONFIG_CRYPTO_DEV_IMGTEC_HASH=y +# CONFIG_CRYPTO_DEV_VIRTIO is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_CCREE is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +# CONFIG_ASYMMETRIC_KEY_TYPE is not set + +# +# Certificates for signature checking +# +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_PACKING=y +CONFIG_BITREVERSE=y +CONFIG_ARCH_HAS_STRNCPY_FROM_USER=y +CONFIG_ARCH_HAS_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_IOMAP=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=2 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +# CONFIG_CRC_CCITT is not set +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC64_ROCKSOFT is not set +CONFIG_CRC_ITU_T=y +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +# CONFIG_CRC4 is not set +CONFIG_CRC7=y +# CONFIG_LIBCRC32C is not set +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +# CONFIG_XZ_DEC_X86 is not set +# CONFIG_XZ_DEC_POWERPC is not set +# CONFIG_XZ_DEC_ARM is not set +# CONFIG_XZ_DEC_ARMTHUMB is not set +# CONFIG_XZ_DEC_SPARC is not set +# CONFIG_XZ_DEC_MICROLZMA is not set +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_BCH=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_HAS_DMA_WRITE_COMBINE=y +CONFIG_DMA_DECLARE_COHERENT=y +CONFIG_ARCH_HAS_SETUP_DMA_OPS=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU=y +CONFIG_ARCH_HAS_DMA_PREP_COHERENT=y +CONFIG_DMA_NONCOHERENT_MMAP=y +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_GENERIC_ATOMIC64=y +# CONFIG_IRQ_POLL is not set +CONFIG_LIBFDT=y +CONFIG_OID_REGISTRY=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_SG_POOL=y +CONFIG_SBITMAP=y +# CONFIG_LWQ_TEST is not set +# end of Library routines + +CONFIG_GENERIC_LIB_ASHLDI3=y +CONFIG_GENERIC_LIB_ASHRDI3=y +CONFIG_GENERIC_LIB_LSHRDI3=y +CONFIG_GENERIC_LIB_CMPDI2=y +CONFIG_GENERIC_LIB_UCMPDI2=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_ULEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=1024 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_KCSAN_COMPILER=y +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_SLUB_DEBUG is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_PAGE_REF is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SHRINKER_DEBUG is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_SCHED_STACK_END_CHECK is not set +# CONFIG_DEBUG_VM is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_KMAP_LOCAL is not set +# CONFIG_DEBUG_HIGHMEM is not set +CONFIG_HAVE_DEBUG_STACKOVERFLOW=y +# CONFIG_DEBUG_STACKOVERFLOW is not set +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +CONFIG_PANIC_ON_OOPS=y +CONFIG_PANIC_ON_OOPS_VALUE=1 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y +# CONFIG_HARDLOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +# CONFIG_SCHED_DEBUG is not set +# CONFIG_SCHEDSTATS is not set +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +# CONFIG_RCU_CPU_STALL_CPUTIME is not set +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_BLK_DEV_IO_TRACE is not set +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_RV is not set +# CONFIG_SAMPLES is not set + +# +# mips Debugging +# +CONFIG_CMDLINE_BOOL=y +CONFIG_CMDLINE="earlycon" +# CONFIG_CMDLINE_OVERRIDE is not set +# CONFIG_DEBUG_ZBOOT is not set +# CONFIG_SPINLOCK_TEST is not set +# CONFIG_SCACHE_DEBUGFS is not set +# CONFIG_MIPS_CPS_NS16550_BOOL is not set +# end of mips Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_TEST_REF_TRACKER is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_MAPLE_TREE is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set +# CONFIG_TEST_OBJPOOL is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/db/mips/32/o32/v6.8/stderr.txt b/db/mips/32/o32/v6.8/stderr.txt new file mode 100644 index 0000000..205b182 --- /dev/null +++ b/db/mips/32/o32/v6.8/stderr.txt @@ -0,0 +1,987 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchMips(name='mips', abi='o32', compat=False, ...) +[D] Syscall table: Symbol("sys_call_table" at 0x801176d4, type=OBJECT, size=0x0) +[W] Syscall table (sys_call_table) has bad size (0), doing my best to figure out when to stop +[I] Syscall table seems to be 1848 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] Discarding compat_sys_epoll_pwait as alias for sys_ni_syscall +[D] Discarding compat_sys_epoll_pwait2 as alias for sys_ni_syscall +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_fanotify_mark as alias for sys_ni_syscall +[D] Discarding compat_sys_get_robust_list as alias for sys_ni_syscall +[D] Discarding compat_sys_getitimer as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_io_setup as alias for sys_ni_syscall +[D] Discarding compat_sys_io_submit as alias for sys_ni_syscall +[D] Discarding compat_sys_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_kexec_load as alias for sys_ni_syscall +[D] Discarding compat_sys_keyctl as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_getsetattr as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_notify as alias for sys_ni_syscall +[D] Discarding compat_sys_mq_open as alias for sys_ni_syscall +[D] Discarding compat_sys_msgctl as alias for sys_ni_syscall +[D] Discarding compat_sys_msgrcv as alias for sys_ni_syscall +[D] Discarding compat_sys_msgsnd as alias for sys_ni_syscall +[D] Discarding compat_sys_old_msgctl as alias for sys_ni_syscall +[D] Discarding compat_sys_old_semctl as alias for sys_ni_syscall +[D] Discarding compat_sys_old_shmctl as alias for sys_ni_syscall +[D] Discarding compat_sys_open_by_handle_at as alias for sys_ni_syscall +[D] Discarding compat_sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_recv as alias for sys_ni_syscall +[D] Discarding compat_sys_recvfrom as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmmsg_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmmsg_time64 as alias for sys_ni_syscall +[D] Discarding compat_sys_recvmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_rt_sigtimedwait_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_semctl as alias for sys_ni_syscall +[D] Discarding compat_sys_sendmmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_sendmsg as alias for sys_ni_syscall +[D] Discarding compat_sys_set_robust_list as alias for sys_ni_syscall +[D] Discarding compat_sys_setitimer as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_shmat as alias for sys_ni_syscall +[D] Discarding compat_sys_shmctl as alias for sys_ni_syscall +[D] Discarding compat_sys_signalfd as alias for sys_ni_syscall +[D] Discarding compat_sys_signalfd4 as alias for sys_ni_syscall +[D] Discarding compat_sys_socketcall as alias for sys_ni_syscall +[D] Discarding compat_sys_timer_create as alias for sys_ni_syscall +[D] Discarding sys_chown16 as alias for sys_ni_syscall +[D] Discarding sys_fadvise64 as alias for sys_ni_syscall +[D] Discarding sys_fchown16 as alias for sys_ni_syscall +[D] Discarding sys_get_mempolicy as alias for sys_ni_syscall +[D] Discarding sys_getegid16 as alias for sys_ni_syscall +[D] Discarding sys_geteuid16 as alias for sys_ni_syscall +[D] Discarding sys_getgid16 as alias for sys_ni_syscall +[D] Discarding sys_getgroups16 as alias for sys_ni_syscall +[D] Discarding sys_getresgid16 as alias for sys_ni_syscall +[D] Discarding sys_getresuid16 as alias for sys_ni_syscall +[D] Discarding sys_getuid16 as alias for sys_ni_syscall +[D] Discarding sys_io_getevents as alias for sys_ni_syscall +[D] Discarding sys_kexec_file_load as alias for sys_ni_syscall +[D] Discarding sys_lchown16 as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_mbind as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_migrate_pages as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_move_pages as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_iobase as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_read as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_write as alias for sys_ni_syscall +[D] Discarding sys_pkey_alloc as alias for sys_ni_syscall +[D] Discarding sys_pkey_free as alias for sys_ni_syscall +[D] Discarding sys_pkey_mprotect as alias for sys_ni_syscall +[D] Discarding sys_rtas as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_set_mempolicy as alias for sys_ni_syscall +[D] Discarding sys_set_mempolicy_home_node as alias for sys_ni_syscall +[D] Discarding sys_setfsgid16 as alias for sys_ni_syscall +[D] Discarding sys_setfsuid16 as alias for sys_ni_syscall +[D] Discarding sys_setgid16 as alias for sys_ni_syscall +[D] Discarding sys_setgroups16 as alias for sys_ni_syscall +[D] Discarding sys_setregid16 as alias for sys_ni_syscall +[D] Discarding sys_setresgid16 as alias for sys_ni_syscall +[D] Discarding sys_setresuid16 as alias for sys_ni_syscall +[D] Discarding sys_setreuid16 as alias for sys_ni_syscall +[D] Discarding sys_setuid16 as alias for sys_ni_syscall +[D] Discarding sys_spu_create as alias for sys_ni_syscall +[D] Discarding sys_spu_run as alias for sys_ni_syscall +[D] Discarding sys_subpage_prot as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_acct over __se_sys_acct +[D] Preferring sys_add_key over __se_sys_add_key +[D] Preferring sys_adjtimex_time32 over __se_sys_adjtimex_time32 +[D] Preferring sys_alarm over __se_sys_alarm +[D] Preferring sys_bind over __se_sys_bind +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachectl over __se_sys_cachectl +[D] Preferring sys_cacheflush over __se_sys_cacheflush +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_adjtime32 over __se_sys_clock_adjtime32 +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_getres_time32 over __se_sys_clock_getres_time32 +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_gettime32 over __se_sys_clock_gettime32 +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_nanosleep_time32 over __se_sys_clock_nanosleep_time32 +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_clock_settime32 over __se_sys_clock_settime32 +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_connect over __se_sys_connect +[D] Preferring sys_copy_file_range over __se_sys_copy_file_range +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_delete_module over __se_sys_delete_module +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_ctl over __se_sys_epoll_ctl +[D] Preferring sys_epoll_pwait over __se_sys_epoll_pwait +[D] Preferring sys_epoll_pwait2 over __se_sys_epoll_pwait2 +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_execve over __se_sys_execve +[D] Preferring sys_execveat over __se_sys_execveat +[D] Preferring sys_exit over __se_sys_exit +[D] Preferring sys_exit_group over __se_sys_exit_group +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fadvise64_64 over __se_sys_fadvise64_64 +[D] Preferring sys_fallocate over __se_sys_fallocate +[D] Preferring sys_fanotify_init over __se_sys_fanotify_init +[D] Preferring sys_fanotify_mark over __se_sys_fanotify_mark +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fcntl over __se_sys_fcntl +[D] Preferring sys_fcntl64 over __se_sys_fcntl64 +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_finit_module over __se_sys_finit_module +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fstat64 over __se_sys_fstat64 +[D] Preferring sys_fstatat64 over __se_sys_fstatat64 +[D] Preferring sys_fstatfs over __se_sys_fstatfs +[D] Preferring sys_fstatfs64 over __se_sys_fstatfs64 +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_ftruncate over __se_sys_ftruncate +[D] Preferring sys_ftruncate64 over __se_sys_ftruncate64 +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_time32 over __se_sys_futex_time32 +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat_time32 over __se_sys_futimesat_time32 +[D] Preferring sys_get_robust_list over __se_sys_get_robust_list +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents over __se_sys_getdents +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getitimer over __se_sys_getitimer +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getrlimit over __se_sys_getrlimit +[D] Preferring sys_getrusage over __se_sys_getrusage +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_gettimeofday over __se_sys_gettimeofday +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_init_module over __se_sys_init_module +[D] Preferring sys_inotify_add_watch over __se_sys_inotify_add_watch +[D] Preferring sys_inotify_init1 over __se_sys_inotify_init1 +[D] Preferring sys_inotify_rm_watch over __se_sys_inotify_rm_watch +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents_time32 over __se_sys_io_getevents_time32 +[D] Preferring sys_io_pgetevents over __se_sys_io_pgetevents +[D] Preferring sys_io_pgetevents_time32 over __se_sys_io_pgetevents_time32 +[D] Preferring sys_io_setup over __se_sys_io_setup +[D] Preferring sys_io_submit over __se_sys_io_submit +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioctl over __se_sys_ioctl +[D] Preferring sys_ioprio_get over __se_sys_ioprio_get +[D] Preferring sys_ioprio_set over __se_sys_ioprio_set +[D] Preferring sys_ipc over __se_sys_ipc +[D] Preferring sys_kcmp over __se_sys_kcmp +[D] Preferring sys_kexec_load over __se_sys_kexec_load +[D] Preferring sys_keyctl over __se_sys_keyctl +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_llseek over __se_sys_llseek +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lseek over __se_sys_lseek +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_lstat64 over __se_sys_lstat64 +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mips_mmap over __se_sys_mips_mmap +[D] Preferring sys_mips_mmap2 over __se_sys_mips_mmap2 +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlock2 over __se_sys_mlock2 +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mount over __se_sys_mount +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mq_getsetattr over __se_sys_mq_getsetattr +[D] Preferring sys_mq_notify over __se_sys_mq_notify +[D] Preferring sys_mq_open over __se_sys_mq_open +[D] Preferring sys_mq_timedreceive over __se_sys_mq_timedreceive +[D] Preferring sys_mq_timedreceive_time32 over __se_sys_mq_timedreceive_time32 +[D] Preferring sys_mq_timedsend over __se_sys_mq_timedsend +[D] Preferring sys_mq_timedsend_time32 over __se_sys_mq_timedsend_time32 +[D] Preferring sys_mq_unlink over __se_sys_mq_unlink +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgctl over __se_sys_msgctl +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msgrcv over __se_sys_msgrcv +[D] Preferring sys_msgsnd over __se_sys_msgsnd +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep_time32 over __se_sys_nanosleep_time32 +[D] Preferring sys_newfstat over __se_sys_newfstat +[D] Preferring sys_newlstat over __se_sys_newlstat +[D] Preferring sys_newstat over __se_sys_newstat +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_nice over __se_sys_nice +[D] Preferring sys_old_readdir over __se_sys_old_readdir +[D] Preferring sys_oldumount over __se_sys_oldumount +[D] Preferring sys_olduname over __se_sys_olduname +[D] Preferring sys_open over __se_sys_open +[D] Preferring sys_open_by_handle_at over __se_sys_open_by_handle_at +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat over __se_sys_openat +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_personality over __se_sys_personality +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_ppoll over __se_sys_ppoll +[D] Preferring sys_ppoll_time32 over __se_sys_ppoll_time32 +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_pread64 over __se_sys_pread64 +[D] Preferring sys_preadv over __se_sys_preadv +[D] Preferring sys_preadv2 over __se_sys_preadv2 +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_process_vm_readv over __se_sys_process_vm_readv +[D] Preferring sys_process_vm_writev over __se_sys_process_vm_writev +[D] Preferring sys_pselect6 over __se_sys_pselect6 +[D] Preferring sys_pselect6_time32 over __se_sys_pselect6_time32 +[D] Preferring sys_ptrace over __se_sys_ptrace +[D] Preferring sys_pwrite64 over __se_sys_pwrite64 +[D] Preferring sys_pwritev over __se_sys_pwritev +[D] Preferring sys_pwritev2 over __se_sys_pwritev2 +[D] Preferring sys_quotactl over __se_sys_quotactl +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readahead over __se_sys_readahead +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_reboot over __se_sys_reboot +[D] Preferring sys_recv over __se_sys_recv +[D] Preferring sys_recvfrom over __se_sys_recvfrom +[D] Preferring sys_recvmmsg over __se_sys_recvmmsg +[D] Preferring sys_recvmmsg_time32 over __se_sys_recvmmsg_time32 +[D] Preferring sys_recvmsg over __se_sys_recvmsg +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_request_key over __se_sys_request_key +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rseq over __se_sys_rseq +[D] Preferring sys_rt_sigaction over __se_sys_rt_sigaction +[D] Preferring sys_rt_sigpending over __se_sys_rt_sigpending +[D] Preferring sys_rt_sigprocmask over __se_sys_rt_sigprocmask +[D] Preferring sys_rt_sigqueueinfo over __se_sys_rt_sigqueueinfo +[D] Preferring sys_rt_sigsuspend over __se_sys_rt_sigsuspend +[D] Preferring sys_rt_sigtimedwait over __se_sys_rt_sigtimedwait +[D] Preferring sys_rt_sigtimedwait_time32 over __se_sys_rt_sigtimedwait_time32 +[D] Preferring sys_rt_tgsigqueueinfo over __se_sys_rt_tgsigqueueinfo +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_rr_get_interval_time32 over __se_sys_sched_rr_get_interval_time32 +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_select over __se_sys_select +[D] Preferring sys_semctl over __se_sys_semctl +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_semtimedop over __se_sys_semtimedop +[D] Preferring sys_send over __se_sys_send +[D] Preferring sys_sendfile over __se_sys_sendfile +[D] Preferring sys_sendfile64 over __se_sys_sendfile64 +[D] Preferring sys_sendmmsg over __se_sys_sendmmsg +[D] Preferring sys_sendmsg over __se_sys_sendmsg +[D] Preferring sys_sendto over __se_sys_sendto +[D] Preferring sys_set_robust_list over __se_sys_set_robust_list +[D] Preferring sys_set_thread_area over __se_sys_set_thread_area +[D] Preferring sys_set_tid_address over __se_sys_set_tid_address +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setitimer over __se_sys_setitimer +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setrlimit over __se_sys_setrlimit +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_settimeofday over __se_sys_settimeofday +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmat over __se_sys_shmat +[D] Preferring sys_shmctl over __se_sys_shmctl +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_sigaction over __se_sys_sigaction +[D] Preferring sys_sigaltstack over __se_sys_sigaltstack +[D] Preferring sys_signalfd over __se_sys_signalfd +[D] Preferring sys_signalfd4 over __se_sys_signalfd4 +[D] Preferring sys_sigpending over __se_sys_sigpending +[D] Preferring sys_sigprocmask over __se_sys_sigprocmask +[D] Preferring sys_sigsuspend over __se_sys_sigsuspend +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketcall over __se_sys_socketcall +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_ssetmask over __se_sys_ssetmask +[D] Preferring sys_stat64 over __se_sys_stat64 +[D] Preferring sys_statfs over __se_sys_statfs +[D] Preferring sys_statfs64 over __se_sys_statfs64 +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_statx over __se_sys_statx +[D] Preferring sys_stime32 over __se_sys_stime32 +[D] Preferring sys_swapoff over __se_sys_swapoff +[D] Preferring sys_swapon over __se_sys_swapon +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_sync_file_range over __se_sys_sync_file_range +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_sysinfo over __se_sys_sysinfo +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_time32 over __se_sys_time32 +[D] Preferring sys_timer_create over __se_sys_timer_create +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_gettime32 over __se_sys_timer_gettime32 +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timer_settime32 over __se_sys_timer_settime32 +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_gettime32 over __se_sys_timerfd_gettime32 +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_timerfd_settime32 over __se_sys_timerfd_settime32 +[D] Preferring sys_times over __se_sys_times +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_truncate over __se_sys_truncate +[D] Preferring sys_truncate64 over __se_sys_truncate64 +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_umount over __se_sys_umount +[D] Preferring sys_uname over __se_sys_uname +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_uselib over __se_sys_uselib +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_ustat over __se_sys_ustat +[D] Preferring sys_utime32 over __se_sys_utime32 +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimensat_time32 over __se_sys_utimensat_time32 +[D] Preferring sys_utimes_time32 over __se_sys_utimes_time32 +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_wait4 over __se_sys_wait4 +[D] Preferring sys_waitid over __se_sys_waitid +[D] Preferring sys_waitpid over __se_sys_waitpid +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] sys_call_table[0]: Symbol("sys_syscall" at 0x80117670, type=FUNC, size=0x64) +[D] sys_call_table[1]: Symbol("sys_exit" at 0x80139ae8, type=FUNC, size=0x14) +[D] sys_call_table[2]: Symbol("__sys_fork" at 0x80109390, type=FUNC, size=0x28) +[D] sys_call_table[3]: Symbol("sys_read" at 0x803b51d8, type=FUNC, size=0x8) +[D] sys_call_table[4]: Symbol("sys_write" at 0x803b5328, type=FUNC, size=0x8) +[D] sys_call_table[5]: Symbol("sys_open" at 0x803b1b60, type=FUNC, size=0xb8) +[D] sys_call_table[6]: Symbol("sys_close" at 0x803b1e58, type=FUNC, size=0x84) +[D] sys_call_table[7]: Symbol("sys_waitpid" at 0x8013a744, type=FUNC, size=0x8) +[D] sys_call_table[8]: Symbol("sys_creat" at 0x803b1dd8, type=FUNC, size=0x80) +[D] sys_call_table[9]: Symbol("sys_link" at 0x803cdd34, type=FUNC, size=0x58) +[D] sys_call_table[10]: Symbol("sys_unlink" at 0x803cd780, type=FUNC, size=0x28) +[D] sys_call_table[11]: Symbol("sys_execve" at 0x803c1780, type=FUNC, size=0x48) +[D] sys_call_table[12]: Symbol("sys_chdir" at 0x803b05a0, type=FUNC, size=0xf0) +[D] sys_call_table[13]: Symbol("sys_time32" at 0x801e05ec, type=FUNC, size=0x5c) +[D] sys_call_table[14]: Symbol("sys_mknod" at 0x803ccf74, type=FUNC, size=0x48) +[D] sys_call_table[15]: Symbol("sys_chmod" at 0x803b0c84, type=FUNC, size=0xc8) +[D] sys_call_table[16]: Symbol("sys_lchown" at 0x803b11ec, type=FUNC, size=0xfc) +[D] sys_call_table[17]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[18]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[19]: Symbol("sys_lseek" at 0x803b3cfc, type=FUNC, size=0x110) +[D] sys_call_table[20]: Symbol("sys_getpid" at 0x8014f1dc, type=FUNC, size=0x10) +[D] sys_call_table[21]: Symbol("sys_mount" at 0x803e9720, type=FUNC, size=0x274) +[D] sys_call_table[22]: Symbol("sys_oldumount" at 0x803e6d20, type=FUNC, size=0x70) +[D] sys_call_table[23]: Symbol("sys_setuid" at 0x8014e45c, type=FUNC, size=0x8) +[D] sys_call_table[24]: Symbol("sys_getuid" at 0x8014f228, type=FUNC, size=0x14) +[D] sys_call_table[25]: Symbol("sys_stime32" at 0x801e0648, type=FUNC, size=0xac) +[D] sys_call_table[26]: Symbol("sys_ptrace" at 0x80142cc0, type=FUNC, size=0x574) +[D] sys_call_table[27]: Symbol("sys_alarm" at 0x801fb720, type=FUNC, size=0xe8) +[D] sys_call_table[28]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[29]: Symbol("sys_pause" at 0x8014c24c, type=FUNC, size=0x6c) +[D] sys_call_table[30]: Symbol("sys_utime32" at 0x80404550, type=FUNC, size=0xdc) +[D] sys_call_table[31]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[32]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[33]: Symbol("sys_access" at 0x803b0588, type=FUNC, size=0x18) +[D] sys_call_table[34]: Symbol("sys_nice" at 0x801750ec, type=FUNC, size=0xbc) +[D] sys_call_table[35]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[36]: Symbol("sys_sync" at 0x8040372c, type=FUNC, size=0x20) +[D] sys_call_table[37]: Symbol("sys_kill" at 0x8014b1c0, type=FUNC, size=0x250) +[D] sys_call_table[38]: Symbol("sys_rename" at 0x803ce42c, type=FUNC, size=0x58) +[D] sys_call_table[39]: Symbol("sys_mkdir" at 0x803cd198, type=FUNC, size=0x38) +[D] sys_call_table[40]: Symbol("sys_rmdir" at 0x803cd3a0, type=FUNC, size=0x28) +[D] sys_call_table[41]: Symbol("sys_dup" at 0x803e1268, type=FUNC, size=0x190) +[D] sys_call_table[42]: Symbol("sysm_pipe" at 0x80109430, type=FUNC, size=0x7c) +[D] sys_call_table[43]: Symbol("sys_times" at 0x8014f278, type=FUNC, size=0x140) +[D] sys_call_table[44]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[45]: Symbol("sys_brk" at 0x8036980c, type=FUNC, size=0x384) +[D] sys_call_table[46]: Symbol("sys_setgid" at 0x8014df80, type=FUNC, size=0x8) +[D] sys_call_table[47]: Symbol("sys_getgid" at 0x8014f250, type=FUNC, size=0x14) +[D] sys_call_table[48]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[49]: Symbol("sys_geteuid" at 0x8014f23c, type=FUNC, size=0x14) +[D] sys_call_table[50]: Symbol("sys_getegid" at 0x8014f264, type=FUNC, size=0x14) +[D] sys_call_table[51]: Symbol("sys_acct" at 0x80209ee4, type=FUNC, size=0x328) +[D] sys_call_table[52]: Symbol("sys_umount" at 0x803e6c8c, type=FUNC, size=0x94) +[D] sys_call_table[53]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[54]: Symbol("sys_ioctl" at 0x803d0940, type=FUNC, size=0xb78) +[D] sys_call_table[55]: Symbol("sys_fcntl" at 0x803cf320, type=FUNC, size=0x110) +[D] sys_call_table[56]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[57]: Symbol("sys_setpgid" at 0x8014f3b8, type=FUNC, size=0x190) +[D] sys_call_table[58]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[59]: Symbol("sys_olduname" at 0x8014f780, type=FUNC, size=0x1b0) +[D] sys_call_table[60]: Symbol("sys_umask" at 0x80150680, type=FUNC, size=0x38) +[D] sys_call_table[61]: Symbol("sys_chroot" at 0x803b075c, type=FUNC, size=0x128) +[D] sys_call_table[62]: Symbol("sys_ustat" at 0x804065b8, type=FUNC, size=0x8) +[D] sys_call_table[63]: Symbol("sys_dup2" at 0x803e116c, type=FUNC, size=0xfc) +[D] sys_call_table[64]: Symbol("sys_getppid" at 0x8014f1fc, type=FUNC, size=0x2c) +[D] sys_call_table[65]: Symbol("sys_getpgrp" at 0x8014f5c8, type=FUNC, size=0x24) +[D] sys_call_table[66]: Symbol("sys_setsid" at 0x8014f768, type=FUNC, size=0x8) +[D] sys_call_table[67]: Symbol("sys_sigaction" at 0x80108cd4, type=FUNC, size=0x188) +[D] sys_call_table[68]: Symbol("sys_sgetmask" at 0x8014c1b4, type=FUNC, size=0xc) +[D] sys_call_table[69]: Symbol("sys_ssetmask" at 0x8014c1c0, type=FUNC, size=0x8c) +[D] sys_call_table[70]: Symbol("sys_setreuid" at 0x8014e2cc, type=FUNC, size=0x8) +[D] sys_call_table[71]: Symbol("sys_setregid" at 0x8014de28, type=FUNC, size=0x8) +[D] sys_call_table[72]: Symbol("sys_sigsuspend" at 0x80108ccc, type=FUNC, size=0x8) +[D] sys_call_table[73]: Symbol("sys_sigpending" at 0x8014be80, type=FUNC, size=0x94) +[D] sys_call_table[74]: Symbol("sys_sethostname" at 0x8014f930, type=FUNC, size=0x148) +[D] sys_call_table[75]: Symbol("sys_setrlimit" at 0x80150100, type=FUNC, size=0xac) +[D] sys_call_table[76]: Symbol("sys_getrlimit" at 0x8014fce4, type=FUNC, size=0xa4) +[D] sys_call_table[77]: Symbol("sys_getrusage" at 0x801505c0, type=FUNC, size=0xc0) +[D] sys_call_table[78]: Symbol("sys_gettimeofday" at 0x801e06f4, type=FUNC, size=0x108) +[D] sys_call_table[79]: Symbol("sys_settimeofday" at 0x801e0918, type=FUNC, size=0x144) +[D] sys_call_table[80]: Symbol("sys_getgroups" at 0x801683f0, type=FUNC, size=0x104) +[D] sys_call_table[81]: Symbol("sys_setgroups" at 0x8016853c, type=FUNC, size=0x210) +[D] sys_call_table[82]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[83]: Symbol("sys_symlink" at 0x803cd960, type=FUNC, size=0x4c) +[D] sys_call_table[84]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[85]: Symbol("sys_readlink" at 0x803bdd48, type=FUNC, size=0x18) +[D] sys_call_table[86]: Symbol("sys_uselib" at 0x803c0548, type=FUNC, size=0x1b8) +[D] sys_call_table[87]: Symbol("sys_swapon" at 0x80396b08, type=FUNC, size=0x1250) +[D] sys_call_table[88]: Symbol("sys_reboot" at 0x801657c0, type=FUNC, size=0x8) +[D] sys_call_table[89]: Symbol("sys_old_readdir" at 0x803d1b80, type=FUNC, size=0xf0) +[D] sys_call_table[90]: Symbol("sys_mips_mmap" at 0x801094ac, type=FUNC, size=0x24) +[D] sys_call_table[91]: Symbol("sys_munmap" at 0x80368694, type=FUNC, size=0x8) +[D] sys_call_table[92]: Symbol("sys_truncate" at 0x803aff28, type=FUNC, size=0xe8) +[D] sys_call_table[93]: Symbol("sys_ftruncate" at 0x803b02c4, type=FUNC, size=0x28) +[D] sys_call_table[94]: Symbol("sys_fchmod" at 0x803b0a24, type=FUNC, size=0x8c) +[D] sys_call_table[95]: Symbol("sys_fchown" at 0x803b1414, type=FUNC, size=0x8) +[D] sys_call_table[96]: Symbol("sys_getpriority" at 0x8014d934, type=FUNC, size=0x2cc) +[D] sys_call_table[97]: Symbol("sys_setpriority" at 0x8014d658, type=FUNC, size=0x2dc) +[D] sys_call_table[98]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[99]: Symbol("sys_statfs" at 0x80406350, type=FUNC, size=0x8c) +[D] sys_call_table[100]: Symbol("sys_fstatfs" at 0x80406484, type=FUNC, size=0x8c) +[D] sys_call_table[101]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[102]: Symbol("sys_socketcall" at 0x809f02dc, type=FUNC, size=0x2c8) +[D] sys_call_table[103]: Symbol("sys_syslog" at 0x801a40a0, type=FUNC, size=0x8) +[D] sys_call_table[104]: Symbol("sys_setitimer" at 0x801fb808, type=FUNC, size=0x1e0) +[D] sys_call_table[105]: Symbol("sys_getitimer" at 0x801fb4e0, type=FUNC, size=0x1a4) +[D] sys_call_table[106]: Symbol("sys_newstat" at 0x803bdd28, type=FUNC, size=0x8) +[D] sys_call_table[107]: Symbol("sys_newlstat" at 0x803bdd30, type=FUNC, size=0x8) +[D] sys_call_table[108]: Symbol("sys_newfstat" at 0x803bdd38, type=FUNC, size=0x8) +[D] sys_call_table[109]: Symbol("sys_uname" at 0x8014f778, type=FUNC, size=0x8) +[D] sys_call_table[110]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[111]: Symbol("sys_vhangup" at 0x803b1ee4, type=FUNC, size=0x30) +[D] sys_call_table[112]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[113]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[114]: Symbol("sys_wait4" at 0x8013a65c, type=FUNC, size=0xe8) +[D] sys_call_table[115]: Symbol("sys_swapoff" at 0x803958fc, type=FUNC, size=0x11fc) +[D] sys_call_table[116]: Symbol("sys_sysinfo" at 0x80150f30, type=FUNC, size=0x19c) +[D] sys_call_table[117]: Symbol("sys_ipc" at 0x8063f51c, type=FUNC, size=0x8) +[D] sys_call_table[118]: Symbol("sys_fsync" at 0x80403860, type=FUNC, size=0x8) +[D] sys_call_table[119]: Symbol("sys_sigreturn" at 0x80108e5c, type=FUNC, size=0xf8) +[D] sys_call_table[120]: Symbol("__sys_clone" at 0x801093b8, type=FUNC, size=0x28) +[D] sys_call_table[121]: Symbol("sys_setdomainname" at 0x8014fb9c, type=FUNC, size=0x148) +[D] sys_call_table[122]: Symbol("sys_newuname" at 0x8014f770, type=FUNC, size=0x8) +[D] sys_call_table[123]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[124]: Symbol("sys_adjtimex_time32" at 0x801e0e5c, type=FUNC, size=0x8) +[D] sys_call_table[125]: Symbol("sys_mprotect" at 0x8036cf7c, type=FUNC, size=0x8) +[D] sys_call_table[126]: Symbol("sys_sigprocmask" at 0x8014bf14, type=FUNC, size=0x160) +[D] sys_call_table[127]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[128]: Symbol("sys_init_module" at 0x801dace8, type=FUNC, size=0x1d0) +[D] sys_call_table[129]: Symbol("sys_delete_module" at 0x801db2c0, type=FUNC, size=0x28c) +[D] sys_call_table[130]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[131]: Symbol("sys_quotactl" at 0x8045d0a8, type=FUNC, size=0x498) +[D] sys_call_table[132]: Symbol("sys_getpgid" at 0x8014f548, type=FUNC, size=0x80) +[D] sys_call_table[133]: Symbol("sys_fchdir" at 0x803b0690, type=FUNC, size=0xcc) +[D] sys_call_table[134]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[135]: Symbol("sys_sysfs" at 0x803e18cc, type=FUNC, size=0x270) +[D] sys_call_table[136]: Symbol("sys_personality" at 0x801324c4, type=FUNC, size=0x1c) +[D] sys_call_table[137]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[138]: Symbol("sys_setfsuid" at 0x8014f0a4, type=FUNC, size=0x8) +[D] sys_call_table[139]: Symbol("sys_setfsgid" at 0x8014f1d4, type=FUNC, size=0x8) +[D] sys_call_table[140]: Symbol("sys_llseek" at 0x803b3e0c, type=FUNC, size=0x18c) +[D] sys_call_table[141]: Symbol("sys_getdents" at 0x803d1c70, type=FUNC, size=0x15c) +[D] sys_call_table[142]: Symbol("sys_select" at 0x803d3a7c, type=FUNC, size=0x16c) +[D] sys_call_table[143]: Symbol("sys_flock" at 0x8043def8, type=FUNC, size=0x8) +[D] sys_call_table[144]: Symbol("sys_msync" at 0x8036e4f0, type=FUNC, size=0x388) +[D] sys_call_table[145]: Symbol("sys_readv" at 0x803b56a8, type=FUNC, size=0x8) +[D] sys_call_table[146]: Symbol("sys_writev" at 0x803b56b0, type=FUNC, size=0x8) +[D] sys_call_table[147]: Symbol("sys_cacheflush" at 0x8011eea8, type=FUNC, size=0x64) +[D] sys_call_table[148]: Symbol("sys_cachectl" at 0x8010964c, type=FUNC, size=0x8) +[D] sys_call_table[149]: Symbol("__sys_sysmips" at 0x80109408, type=FUNC, size=0x28) +[D] sys_call_table[150]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[151]: Symbol("sys_getsid" at 0x8014f5ec, type=FUNC, size=0x80) +[D] sys_call_table[152]: Symbol("sys_fdatasync" at 0x80403868, type=FUNC, size=0x8) +[D] sys_call_table[153]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[154]: Symbol("sys_mlock" at 0x80363b5c, type=FUNC, size=0x8) +[D] sys_call_table[155]: Symbol("sys_munlock" at 0x80363b90, type=FUNC, size=0xec) +[D] sys_call_table[156]: Symbol("sys_mlockall" at 0x80363c7c, type=FUNC, size=0x1d8) +[D] sys_call_table[157]: Symbol("sys_munlockall" at 0x80363e54, type=FUNC, size=0xb8) +[D] sys_call_table[158]: Symbol("sys_sched_setparam" at 0x80175524, type=FUNC, size=0xc) +[D] sys_call_table[159]: Symbol("sys_sched_getparam" at 0x80175954, type=FUNC, size=0xe8) +[D] sys_call_table[160]: Symbol("sys_sched_setscheduler" at 0x8017550c, type=FUNC, size=0x18) +[D] sys_call_table[161]: Symbol("sys_sched_getscheduler" at 0x801758c8, type=FUNC, size=0x8c) +[D] sys_call_table[162]: Symbol("sys_sched_yield" at 0x80175e2c, type=FUNC, size=0x20) +[D] sys_call_table[163]: Symbol("sys_sched_get_priority_max" at 0x80175eb0, type=FUNC, size=0x50) +[D] sys_call_table[164]: Symbol("sys_sched_get_priority_min" at 0x80175f00, type=FUNC, size=0x50) +[D] sys_call_table[165]: Symbol("sys_sched_rr_get_interval_time32" at 0x80175fd0, type=FUNC, size=0x80) +[D] sys_call_table[166]: Symbol("sys_nanosleep_time32" at 0x801e80ec, type=FUNC, size=0x13c) +[D] sys_call_table[167]: Symbol("sys_mremap" at 0x8036dde0, type=FUNC, size=0x710) +[D] sys_call_table[168]: Symbol("sys_accept" at 0x809ee6b0, type=FUNC, size=0x8) +[D] sys_call_table[169]: Symbol("sys_bind" at 0x809ee300, type=FUNC, size=0x8) +[D] sys_call_table[170]: Symbol("sys_connect" at 0x809ee850, type=FUNC, size=0x8) +[D] sys_call_table[171]: Symbol("sys_getpeername" at 0x809eea70, type=FUNC, size=0x8) +[D] sys_call_table[172]: Symbol("sys_getsockname" at 0x809ee950, type=FUNC, size=0x8) +[D] sys_call_table[173]: Symbol("sys_getsockopt" at 0x809ef044, type=FUNC, size=0xec) +[D] sys_call_table[174]: Symbol("sys_listen" at 0x809ee3e4, type=FUNC, size=0x8) +[D] sys_call_table[175]: Symbol("sys_recv" at 0x809eed8c, type=FUNC, size=0x24) +[D] sys_call_table[176]: Symbol("sys_recvfrom" at 0x809eed84, type=FUNC, size=0x8) +[D] sys_call_table[177]: Symbol("sys_recvmsg" at 0x809efea8, type=FUNC, size=0xd0) +[D] sys_call_table[178]: Symbol("sys_send" at 0x809eebf0, type=FUNC, size=0x24) +[D] sys_call_table[179]: Symbol("sys_sendmsg" at 0x809efa9c, type=FUNC, size=0xd4) +[D] sys_call_table[180]: Symbol("sys_sendto" at 0x809eebe8, type=FUNC, size=0x8) +[D] sys_call_table[181]: Symbol("sys_setsockopt" at 0x809eee84, type=FUNC, size=0xd4) +[D] sys_call_table[182]: Symbol("sys_shutdown" at 0x809ef244, type=FUNC, size=0x8) +[D] sys_call_table[183]: Symbol("sys_socket" at 0x809edf3c, type=FUNC, size=0x8) +[D] sys_call_table[184]: Symbol("sys_socketpair" at 0x809ee1f0, type=FUNC, size=0x8) +[D] sys_call_table[185]: Symbol("sys_setresuid" at 0x8014e914, type=FUNC, size=0x8) +[D] sys_call_table[186]: Symbol("sys_getresuid" at 0x8014e91c, type=FUNC, size=0xf8) +[D] sys_call_table[187]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[188]: Symbol("sys_poll" at 0x803d3ce8, type=FUNC, size=0x128) +[D] sys_call_table[189]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[190]: Symbol("sys_setresgid" at 0x8014ee7c, type=FUNC, size=0x8) +[D] sys_call_table[191]: Symbol("sys_getresgid" at 0x8014ee84, type=FUNC, size=0xf8) +[D] sys_call_table[192]: Symbol("sys_prctl" at 0x801506c8, type=FUNC, size=0x7d4) +[D] sys_call_table[193]: Symbol("sys_rt_sigreturn" at 0x80108f54, type=FUNC, size=0x100) +[D] sys_call_table[194]: Symbol("sys_rt_sigaction" at 0x8014c074, type=FUNC, size=0x140) +[D] sys_call_table[195]: Symbol("sys_rt_sigprocmask" at 0x80147ef8, type=FUNC, size=0x14c) +[D] sys_call_table[196]: Symbol("sys_rt_sigpending" at 0x80148044, type=FUNC, size=0xa8) +[D] sys_call_table[197]: Symbol("sys_rt_sigtimedwait_time32" at 0x8014b084, type=FUNC, size=0x13c) +[D] sys_call_table[198]: Symbol("sys_rt_sigqueueinfo" at 0x8014b6c8, type=FUNC, size=0x13c) +[D] sys_call_table[199]: Symbol("sys_rt_sigsuspend" at 0x8014c2b8, type=FUNC, size=0x150) +[D] sys_call_table[200]: Symbol("sys_pread64" at 0x803b5400, type=FUNC, size=0xec) +[D] sys_call_table[201]: Symbol("sys_pwrite64" at 0x803b55bc, type=FUNC, size=0xec) +[D] sys_call_table[202]: Symbol("sys_chown" at 0x803b10f0, type=FUNC, size=0xfc) +[D] sys_call_table[203]: Symbol("sys_getcwd" at 0x80405288, type=FUNC, size=0x1d0) +[D] sys_call_table[204]: Symbol("sys_capget" at 0x80141840, type=FUNC, size=0x1c8) +[D] sys_call_table[205]: Symbol("sys_capset" at 0x80141a08, type=FUNC, size=0x1cc) +[D] sys_call_table[206]: Symbol("sys_sigaltstack" at 0x8014bc4c, type=FUNC, size=0x13c) +[D] sys_call_table[207]: Symbol("sys_sendfile" at 0x803b5ae8, type=FUNC, size=0xdc) +[D] sys_call_table[208]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[209]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[210]: Symbol("sys_mips_mmap2" at 0x801094d0, type=FUNC, size=0x8) +[D] sys_call_table[211]: Symbol("sys_truncate64" at 0x803b02ec, type=FUNC, size=0xe4) +[D] sys_call_table[212]: Symbol("sys_ftruncate64" at 0x803b03d0, type=FUNC, size=0x20) +[D] sys_call_table[213]: Symbol("sys_stat64" at 0x803bdd60, type=FUNC, size=0x8) +[D] sys_call_table[214]: Symbol("sys_lstat64" at 0x803bdd68, type=FUNC, size=0x8) +[D] sys_call_table[215]: Symbol("sys_fstat64" at 0x803bdd70, type=FUNC, size=0x8) +[D] sys_call_table[216]: Symbol("sys_pivot_root" at 0x803ea0e8, type=FUNC, size=0x4fc) +[D] sys_call_table[217]: Symbol("sys_mincore" at 0x80361898, type=FUNC, size=0x300) +[D] sys_call_table[218]: Symbol("sys_madvise" at 0x8038f4d4, type=FUNC, size=0x1c) +[D] sys_call_table[219]: Symbol("sys_getdents64" at 0x803d1dcc, type=FUNC, size=0x160) +[D] sys_call_table[220]: Symbol("sys_fcntl64" at 0x803cf430, type=FUNC, size=0x258) +[D] sys_call_table[221]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[222]: Symbol("sys_gettid" at 0x8014f1ec, type=FUNC, size=0x10) +[D] sys_call_table[223]: Symbol("sys_readahead" at 0x8031e78c, type=FUNC, size=0x8) +[D] sys_call_table[224]: Symbol("sys_setxattr" at 0x803ef8b0, type=FUNC, size=0x28) +[D] sys_call_table[225]: Symbol("sys_lsetxattr" at 0x803ef8d8, type=FUNC, size=0x24) +[D] sys_call_table[226]: Symbol("sys_fsetxattr" at 0x803ef8fc, type=FUNC, size=0xf4) +[D] sys_call_table[227]: Symbol("sys_getxattr" at 0x803efd9c, type=FUNC, size=0x24) +[D] sys_call_table[228]: Symbol("sys_lgetxattr" at 0x803efdc0, type=FUNC, size=0x20) +[D] sys_call_table[229]: Symbol("sys_fgetxattr" at 0x803efde0, type=FUNC, size=0xc0) +[D] sys_call_table[230]: Symbol("sys_listxattr" at 0x803efea0, type=FUNC, size=0x8) +[D] sys_call_table[231]: Symbol("sys_llistxattr" at 0x803efea8, type=FUNC, size=0x8) +[D] sys_call_table[232]: Symbol("sys_flistxattr" at 0x803efeb0, type=FUNC, size=0xa0) +[D] sys_call_table[233]: Symbol("sys_removexattr" at 0x803eff50, type=FUNC, size=0x8) +[D] sys_call_table[234]: Symbol("sys_lremovexattr" at 0x803eff58, type=FUNC, size=0x8) +[D] sys_call_table[235]: Symbol("sys_fremovexattr" at 0x803eff60, type=FUNC, size=0xc4) +[D] sys_call_table[236]: Symbol("sys_tkill" at 0x8014b6a8, type=FUNC, size=0x20) +[D] sys_call_table[237]: Symbol("sys_sendfile64" at 0x803b5bc4, type=FUNC, size=0x11c) +[D] sys_call_table[238]: Symbol("sys_futex_time32" at 0x802022e4, type=FUNC, size=0x1c4) +[D] sys_call_table[239]: Symbol("mipsmt_sys_sched_setaffinity" at 0x80114b00, type=FUNC, size=0x2c0) +[D] sys_call_table[240]: Symbol("mipsmt_sys_sched_getaffinity" at 0x80114dc0, type=FUNC, size=0x120) +[D] sys_call_table[241]: Symbol("sys_io_setup" at 0x8042d9cc, type=FUNC, size=0x90c) +[D] sys_call_table[242]: Symbol("sys_io_destroy" at 0x8042e2d8, type=FUNC, size=0x150) +[D] sys_call_table[243]: Symbol("sys_io_getevents_time32" at 0x8042f4f8, type=FUNC, size=0xec) +[D] sys_call_table[244]: Symbol("sys_io_submit" at 0x8042e428, type=FUNC, size=0xb4c) +[D] sys_call_table[245]: Symbol("sys_io_cancel" at 0x8042ef74, type=FUNC, size=0x1bc) +[D] sys_call_table[246]: Symbol("sys_exit_group" at 0x80139ba0, type=FUNC, size=0x14) +[D] sys_call_table[247]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[248]: Symbol("sys_epoll_create" at 0x804224a0, type=FUNC, size=0x18) +[D] sys_call_table[249]: Symbol("sys_epoll_ctl" at 0x80423450, type=FUNC, size=0xcc) +[D] sys_call_table[250]: Symbol("sys_epoll_wait" at 0x8042351c, type=FUNC, size=0x160) +[D] sys_call_table[251]: Symbol("sys_remap_file_pages" at 0x8036b00c, type=FUNC, size=0x328) +[D] sys_call_table[252]: Symbol("sys_set_tid_address" at 0x8012f830, type=FUNC, size=0x18) +[D] sys_call_table[253]: Symbol("sys_restart_syscall" at 0x80147bbc, type=FUNC, size=0x10) +[D] sys_call_table[254]: Symbol("sys_fadvise64_64" at 0x80317fd8, type=FUNC, size=0xf4) +[D] sys_call_table[255]: Symbol("sys_statfs64" at 0x804063dc, type=FUNC, size=0xa8) +[D] sys_call_table[256]: Symbol("sys_fstatfs64" at 0x80406510, type=FUNC, size=0xa8) +[D] sys_call_table[257]: Symbol("sys_timer_create" at 0x801f695c, type=FUNC, size=0xf4) +[D] sys_call_table[258]: Symbol("sys_timer_settime32" at 0x801f6d48, type=FUNC, size=0x114) +[D] sys_call_table[259]: Symbol("sys_timer_gettime32" at 0x801f6ae4, type=FUNC, size=0x94) +[D] sys_call_table[260]: Symbol("sys_timer_getoverrun" at 0x801f6b78, type=FUNC, size=0xac) +[D] sys_call_table[261]: Symbol("sys_timer_delete" at 0x801f6e5c, type=FUNC, size=0x130) +[D] sys_call_table[262]: Symbol("sys_clock_settime32" at 0x801f74f4, type=FUNC, size=0xfc) +[D] sys_call_table[263]: Symbol("sys_clock_gettime32" at 0x801f75f0, type=FUNC, size=0xf0) +[D] sys_call_table[264]: Symbol("sys_clock_getres_time32" at 0x801f76e8, type=FUNC, size=0xf8) +[D] sys_call_table[265]: Symbol("sys_clock_nanosleep_time32" at 0x801f7950, type=FUNC, size=0x178) +[D] sys_call_table[266]: Symbol("sys_tgkill" at 0x8014b688, type=FUNC, size=0x20) +[D] sys_call_table[267]: Symbol("sys_utimes_time32" at 0x8040472c, type=FUNC, size=0x14) +[D] sys_call_table[268]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[269]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[270]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[271]: Symbol("sys_mq_open" at 0x806416f8, type=FUNC, size=0x2fc) +[D] sys_call_table[272]: Symbol("sys_mq_unlink" at 0x806419f4, type=FUNC, size=0x130) +[D] sys_call_table[273]: Symbol("sys_mq_timedsend_time32" at 0x80642478, type=FUNC, size=0xe4) +[D] sys_call_table[274]: Symbol("sys_mq_timedreceive_time32" at 0x8064255c, type=FUNC, size=0xe4) +[D] sys_call_table[275]: Symbol("sys_mq_notify" at 0x80641cec, type=FUNC, size=0x4f8) +[D] sys_call_table[276]: Symbol("sys_mq_getsetattr" at 0x806421e4, type=FUNC, size=0x294) +[D] sys_call_table[277]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[278]: Symbol("sys_waitid" at 0x8013a288, type=FUNC, size=0x188) +[D] sys_call_table[279]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[280]: Symbol("sys_add_key" at 0x80647d8c, type=FUNC, size=0x218) +[D] sys_call_table[281]: Symbol("sys_request_key" at 0x80647fa4, type=FUNC, size=0x1cc) +[D] sys_call_table[282]: Symbol("sys_keyctl" at 0x80649f4c, type=FUNC, size=0x29c) +[D] sys_call_table[283]: Symbol("sys_set_thread_area" at 0x801094d8, type=FUNC, size=0x2c) +[D] sys_call_table[284]: Symbol("sys_inotify_init" at 0x8041bb10, type=FUNC, size=0x8) +[D] sys_call_table[285]: Symbol("sys_inotify_add_watch" at 0x8041bb18, type=FUNC, size=0x4a0) +[D] sys_call_table[286]: Symbol("sys_inotify_rm_watch" at 0x8041bfb8, type=FUNC, size=0x108) +[D] sys_call_table[287]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[288]: Symbol("sys_openat" at 0x803b1c18, type=FUNC, size=0xa8) +[D] sys_call_table[289]: Symbol("sys_mkdirat" at 0x803cd14c, type=FUNC, size=0x4c) +[D] sys_call_table[290]: Symbol("sys_mknodat" at 0x803ccf18, type=FUNC, size=0x5c) +[D] sys_call_table[291]: Symbol("sys_fchownat" at 0x803b10e8, type=FUNC, size=0x8) +[D] sys_call_table[292]: Symbol("sys_futimesat_time32" at 0x80404724, type=FUNC, size=0x8) +[D] sys_call_table[293]: Symbol("sys_fstatat64" at 0x803bdd78, type=FUNC, size=0x8) +[D] sys_call_table[294]: Symbol("sys_unlinkat" at 0x803cd704, type=FUNC, size=0x7c) +[D] sys_call_table[295]: Symbol("sys_renameat" at 0x803ce3b4, type=FUNC, size=0x78) +[D] sys_call_table[296]: Symbol("sys_linkat" at 0x803cdcb4, type=FUNC, size=0x80) +[D] sys_call_table[297]: Symbol("sys_symlinkat" at 0x803cd900, type=FUNC, size=0x60) +[D] sys_call_table[298]: Symbol("sys_readlinkat" at 0x803bdd40, type=FUNC, size=0x8) +[D] sys_call_table[299]: Symbol("sys_fchmodat" at 0x803b0bac, type=FUNC, size=0xd8) +[D] sys_call_table[300]: Symbol("sys_faccessat" at 0x803b0578, type=FUNC, size=0x8) +[D] sys_call_table[301]: Symbol("sys_pselect6_time32" at 0x803d3c68, type=FUNC, size=0x80) +[D] sys_call_table[302]: Symbol("sys_ppoll_time32" at 0x803d3f24, type=FUNC, size=0x114) +[D] sys_call_table[303]: Symbol("sys_unshare" at 0x801322e0, type=FUNC, size=0x8) +[D] sys_call_table[304]: Symbol("sys_splice" at 0x804029f8, type=FUNC, size=0x2f0) +[D] sys_call_table[305]: Symbol("sys_sync_file_range" at 0x80403b14, type=FUNC, size=0xb8) +[D] sys_call_table[306]: Symbol("sys_tee" at 0x80403138, type=FUNC, size=0x120) +[D] sys_call_table[307]: Symbol("sys_vmsplice" at 0x804029f0, type=FUNC, size=0x8) +[D] sys_call_table[308]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[309]: Symbol("sys_set_robust_list" at 0x80201810, type=FUNC, size=0x24) +[D] sys_call_table[310]: Symbol("sys_get_robust_list" at 0x80201834, type=FUNC, size=0xdc) +[D] sys_call_table[311]: Symbol("sys_kexec_load" at 0x8020cd30, type=FUNC, size=0x3dc) +[D] sys_call_table[312]: Symbol("sys_getcpu" at 0x80150e9c, type=FUNC, size=0x94) +[D] sys_call_table[313]: Symbol("sys_epoll_pwait" at 0x8042367c, type=FUNC, size=0x17c) +[D] sys_call_table[314]: Symbol("sys_ioprio_set" at 0x806976ac, type=FUNC, size=0x2dc) +[D] sys_call_table[315]: Symbol("sys_ioprio_get" at 0x80697988, type=FUNC, size=0x340) +[D] sys_call_table[316]: Symbol("sys_utimensat_time32" at 0x8040462c, type=FUNC, size=0xf8) +[D] sys_call_table[317]: Symbol("sys_signalfd" at 0x8042469c, type=FUNC, size=0xbc) +[D] sys_call_table[318]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[319]: Symbol("sys_eventfd" at 0x80426be8, type=FUNC, size=0x8) +[D] sys_call_table[320]: Symbol("sys_fallocate" at 0x803b04b4, type=FUNC, size=0xc4) +[D] sys_call_table[321]: Symbol("sys_timerfd_create" at 0x804259d4, type=FUNC, size=0x1b4) +[D] sys_call_table[322]: Symbol("sys_timerfd_gettime32" at 0x80425e04, type=FUNC, size=0x94) +[D] sys_call_table[323]: Symbol("sys_timerfd_settime32" at 0x80425d10, type=FUNC, size=0xf4) +[D] sys_call_table[324]: Symbol("sys_signalfd4" at 0x804245e4, type=FUNC, size=0xb8) +[D] sys_call_table[325]: Symbol("sys_eventfd2" at 0x80426be0, type=FUNC, size=0x8) +[D] sys_call_table[326]: Symbol("sys_epoll_create1" at 0x80422498, type=FUNC, size=0x8) +[D] sys_call_table[327]: Symbol("sys_dup3" at 0x803e1164, type=FUNC, size=0x8) +[D] sys_call_table[328]: Symbol("sys_pipe2" at 0x803c3a54, type=FUNC, size=0x8) +[D] sys_call_table[329]: Symbol("sys_inotify_init1" at 0x8041bb08, type=FUNC, size=0x8) +[D] sys_call_table[330]: Symbol("sys_preadv" at 0x803b56b8, type=FUNC, size=0xe0) +[D] sys_call_table[331]: Symbol("sys_pwritev" at 0x803b58d0, type=FUNC, size=0xe0) +[D] sys_call_table[332]: Symbol("sys_rt_tgsigqueueinfo" at 0x8014b804, type=FUNC, size=0x14c) +[D] sys_call_table[333]: Symbol("sys_perf_event_open" at 0x803004a8, type=FUNC, size=0x8) +[D] sys_call_table[334]: Symbol("sys_accept4" at 0x809ee6a8, type=FUNC, size=0x8) +[D] sys_call_table[335]: Symbol("sys_recvmmsg_time32" at 0x809f01ec, type=FUNC, size=0xf0) +[D] sys_call_table[336]: Symbol("sys_fanotify_init" at 0x8041fba8, type=FUNC, size=0x324) +[D] sys_call_table[337]: Symbol("sys_fanotify_mark" at 0x8041fecc, type=FUNC, size=0x924) +[D] sys_call_table[338]: Symbol("sys_prlimit64" at 0x8014fd88, type=FUNC, size=0x378) +[D] sys_call_table[339]: Symbol("sys_name_to_handle_at" at 0x80448c28, type=FUNC, size=0x2d8) +[D] sys_call_table[340]: Symbol("sys_open_by_handle_at" at 0x80448f00, type=FUNC, size=0x310) +[D] sys_call_table[341]: Symbol("sys_clock_adjtime32" at 0x801f76e0, type=FUNC, size=0x8) +[D] sys_call_table[342]: Symbol("sys_syncfs" at 0x804037b4, type=FUNC, size=0xac) +[D] sys_call_table[343]: Symbol("sys_sendmmsg" at 0x809efd64, type=FUNC, size=0x24) +[D] sys_call_table[344]: Symbol("sys_setns" at 0x80161acc, type=FUNC, size=0x65c) +[D] sys_call_table[345]: Symbol("sys_process_vm_readv" at 0x8037c294, type=FUNC, size=0x2c) +[D] sys_call_table[346]: Symbol("sys_process_vm_writev" at 0x8037c2c0, type=FUNC, size=0x30) +[D] sys_call_table[347]: Symbol("sys_kcmp" at 0x801ddb20, type=FUNC, size=0x51c) +[D] sys_call_table[348]: Symbol("sys_finit_module" at 0x801daeb8, type=FUNC, size=0x2d4) +[D] sys_call_table[349]: Symbol("sys_sched_setattr" at 0x80175530, type=FUNC, size=0x398) +[D] sys_call_table[350]: Symbol("sys_sched_getattr" at 0x80175a3c, type=FUNC, size=0x1e8) +[D] sys_call_table[351]: Symbol("sys_renameat2" at 0x803ce334, type=FUNC, size=0x80) +[D] sys_call_table[352]: Symbol("sys_seccomp" at 0x8022e1e8, type=FUNC, size=0x8) +[D] sys_call_table[353]: Symbol("sys_getrandom" at 0x807ecef8, type=FUNC, size=0xf8) +[D] sys_call_table[354]: Symbol("sys_memfd_create" at 0x803adc28, type=FUNC, size=0x388) +[D] sys_call_table[355]: Symbol("sys_bpf" at 0x8028481c, type=FUNC, size=0x14) +[D] sys_call_table[356]: Symbol("sys_execveat" at 0x803c17c8, type=FUNC, size=0x68) +[D] sys_call_table[357]: Symbol("sys_userfaultfd" at 0x8042aeb0, type=FUNC, size=0x58) +[D] sys_call_table[358]: Symbol("sys_membarrier" at 0x8019c184, type=FUNC, size=0x3e8) +[D] sys_call_table[359]: Symbol("sys_mlock2" at 0x80363b64, type=FUNC, size=0x2c) +[D] sys_call_table[360]: Symbol("sys_copy_file_range" at 0x803b6720, type=FUNC, size=0x2e8) +[D] sys_call_table[361]: Symbol("sys_preadv2" at 0x803b5798, type=FUNC, size=0x138) +[D] sys_call_table[362]: Symbol("sys_pwritev2" at 0x803b59b0, type=FUNC, size=0x138) +[D] sys_call_table[363]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[364]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[365]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[366]: Symbol("sys_statx" at 0x803bde58, type=FUNC, size=0xa0) +[D] sys_call_table[367]: Symbol("sys_rseq" at 0x80309b58, type=FUNC, size=0x1e0) +[D] sys_call_table[368]: Symbol("sys_io_pgetevents_time32" at 0x8042f314, type=FUNC, size=0x1e4) +[D] sys_call_table[369]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[370]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[371]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[372]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[373]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[374]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[375]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[376]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[377]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[378]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[379]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[380]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[381]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[382]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[383]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[384]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[385]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[386]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[387]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[388]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[389]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[390]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[391]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[392]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[393]: Symbol("sys_semget" at 0x8063af04, type=FUNC, size=0x90) +[D] sys_call_table[394]: Symbol("sys_semctl" at 0x8063af94, type=FUNC, size=0x24) +[D] sys_call_table[395]: Symbol("sys_shmget" at 0x8063e83c, type=FUNC, size=0x78) +[D] sys_call_table[396]: Symbol("sys_shmctl" at 0x8063e8b4, type=FUNC, size=0x8) +[D] sys_call_table[397]: Symbol("sys_shmat" at 0x8063ee8c, type=FUNC, size=0x60) +[D] sys_call_table[398]: Symbol("sys_shmdt" at 0x8063f1b4, type=FUNC, size=0x8) +[D] sys_call_table[399]: Symbol("sys_msgget" at 0x80637de8, type=FUNC, size=0x70) +[D] sys_call_table[400]: Symbol("sys_msgsnd" at 0x80637f7c, type=FUNC, size=0x58) +[D] sys_call_table[401]: Symbol("sys_msgrcv" at 0x80637fdc, type=FUNC, size=0x8) +[D] sys_call_table[402]: Symbol("sys_msgctl" at 0x80637e58, type=FUNC, size=0x8) +[D] sys_call_table[403]: Symbol("sys_clock_gettime" at 0x801f7274, type=FUNC, size=0xf0) +[D] sys_call_table[404]: Symbol("sys_clock_settime" at 0x801f7178, type=FUNC, size=0xfc) +[D] sys_call_table[405]: Symbol("sys_clock_adjtime" at 0x801f73f4, type=FUNC, size=0x8) +[D] sys_call_table[406]: Symbol("sys_clock_getres" at 0x801f73fc, type=FUNC, size=0xf8) +[D] sys_call_table[407]: Symbol("sys_clock_nanosleep" at 0x801f77e0, type=FUNC, size=0x170) +[D] sys_call_table[408]: Symbol("sys_timer_gettime" at 0x801f6a50, type=FUNC, size=0x94) +[D] sys_call_table[409]: Symbol("sys_timer_settime" at 0x801f6c24, type=FUNC, size=0x124) +[D] sys_call_table[410]: Symbol("sys_timerfd_gettime" at 0x80425c7c, type=FUNC, size=0x94) +[D] sys_call_table[411]: Symbol("sys_timerfd_settime" at 0x80425b88, type=FUNC, size=0xf4) +[D] sys_call_table[412]: Symbol("sys_utimensat" at 0x80404360, type=FUNC, size=0xf8) +[D] sys_call_table[413]: Symbol("sys_pselect6" at 0x803d3be8, type=FUNC, size=0x80) +[D] sys_call_table[414]: Symbol("sys_ppoll" at 0x803d3e10, type=FUNC, size=0x114) +[D] sys_call_table[415]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[416]: Symbol("sys_io_pgetevents" at 0x8042f130, type=FUNC, size=0x1e4) +[D] sys_call_table[417]: Symbol("sys_recvmmsg" at 0x809f00fc, type=FUNC, size=0xf0) +[D] sys_call_table[418]: Symbol("sys_mq_timedsend" at 0x80641b24, type=FUNC, size=0xe4) +[D] sys_call_table[419]: Symbol("sys_mq_timedreceive" at 0x80641c08, type=FUNC, size=0xe4) +[D] sys_call_table[420]: Symbol("sys_semtimedop" at 0x8063c390, type=FUNC, size=0xcc) +[D] sys_call_table[421]: Symbol("sys_rt_sigtimedwait" at 0x8014af48, type=FUNC, size=0x13c) +[D] sys_call_table[422]: Symbol("sys_futex" at 0x80201af8, type=FUNC, size=0x1c4) +[D] sys_call_table[423]: Symbol("sys_sched_rr_get_interval" at 0x80175f50, type=FUNC, size=0x80) +[D] sys_call_table[424]: Symbol("sys_pidfd_send_signal" at 0x8014b410, type=FUNC, size=0x278) +[D] sys_call_table[425]: Symbol("sys_io_uring_setup" at 0x806c1a70, type=FUNC, size=0xe0) +[D] sys_call_table[426]: Symbol("sys_io_uring_enter" at 0x806c0ca0, type=FUNC, size=0xdb8) +[D] sys_call_table[427]: Symbol("sys_io_uring_register" at 0x806d4b10, type=FUNC, size=0xb3c) +[D] sys_call_table[428]: Symbol("sys_open_tree" at 0x803e8220, type=FUNC, size=0x3a0) +[D] sys_call_table[429]: Symbol("sys_move_mount" at 0x803e9ce8, type=FUNC, size=0x3b0) +[D] sys_call_table[430]: Symbol("sys_fsopen" at 0x80409108, type=FUNC, size=0x170) +[D] sys_call_table[431]: Symbol("sys_fsconfig" at 0x8040941c, type=FUNC, size=0x55c) +[D] sys_call_table[432]: Symbol("sys_fsmount" at 0x803e9994, type=FUNC, size=0x354) +[D] sys_call_table[433]: Symbol("sys_fspick" at 0x80409278, type=FUNC, size=0x1a4) +[D] sys_call_table[434]: Symbol("sys_pidfd_open" at 0x8015c990, type=FUNC, size=0x130) +[D] sys_call_table[435]: Symbol("__sys_clone3" at 0x801093e0, type=FUNC, size=0x28) +[D] sys_call_table[436]: Symbol("sys_close_range" at 0x803b1edc, type=FUNC, size=0x8) +[D] sys_call_table[437]: Symbol("sys_openat2" at 0x803b1cc0, type=FUNC, size=0x118) +[D] sys_call_table[438]: Symbol("sys_pidfd_getfd" at 0x8015cac0, type=FUNC, size=0x1c0) +[D] sys_call_table[439]: Symbol("sys_faccessat2" at 0x803b0580, type=FUNC, size=0x8) +[D] sys_call_table[440]: Symbol("sys_process_madvise" at 0x8038f4f0, type=FUNC, size=0x278) +[D] sys_call_table[441]: Symbol("sys_epoll_pwait2" at 0x804237f8, type=FUNC, size=0xe8) +[D] sys_call_table[442]: Symbol("sys_mount_setattr" at 0x803ea5e4, type=FUNC, size=0x918) +[D] sys_call_table[443]: Symbol("sys_quotactl_fd" at 0x8045d540, type=FUNC, size=0x254) +[D] sys_call_table[444]: Symbol("sys_landlock_create_ruleset" at 0x80658e20, type=FUNC, size=0x1f8) +[D] sys_call_table[445]: Symbol("sys_landlock_add_rule" at 0x80659018, type=FUNC, size=0x2e0) +[D] sys_call_table[446]: Symbol("sys_landlock_restrict_self" at 0x806592f8, type=FUNC, size=0x13c) +[D] sys_call_table[447]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[448]: Symbol("sys_process_mrelease" at 0x80317948, type=FUNC, size=0x250) +[D] sys_call_table[449]: Symbol("sys_futex_waitv" at 0x80201f60, type=FUNC, size=0x1c0) +[D] sys_call_table[450]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[451]: Symbol("sys_cachestat" at 0x80312e90, type=FUNC, size=0x4b0) +[D] sys_call_table[452]: Symbol("sys_fchmodat2" at 0x803b0ab0, type=FUNC, size=0xfc) +[D] sys_call_table[453]: Symbol("sys_ni_syscall" at 0x80161270, type=FUNC, size=0x8) +[D] sys_call_table[454]: Symbol("sys_futex_wake" at 0x80202120, type=FUNC, size=0x5c) +[D] sys_call_table[455]: Symbol("sys_futex_wait" at 0x8020217c, type=FUNC, size=0x160) +[D] sys_call_table[456]: Symbol("sys_futex_requeue" at 0x802022dc, type=FUNC, size=0x8) +[D] sys_call_table[457]: Symbol("sys_statmount" at 0x803eaf38, type=FUNC, size=0x8) +[D] sys_call_table[458]: Symbol("sys_listmount" at 0x803eaf40, type=FUNC, size=0x470) +[D] sys_call_table[459]: Symbol("sys_lsm_get_self_attr" at 0x8064f648, type=FUNC, size=0x8) +[D] sys_call_table[460]: Symbol("sys_lsm_set_self_attr" at 0x8064f640, type=FUNC, size=0x8) +[D] sys_call_table[461]: Symbol("sys_lsm_list_modules" at 0x8064f650, type=FUNC, size=0xb4) +[I] Common syscall symbol prefixes: sys_ +[I] 70 syscall table entries point to sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x80117670', '0x80139ae8', '0x80109390', '0x803b51d8', '0x803b5328', '0x803b1b60', '0x803b1e58', '0x8013a744', '0x803b1dd8', '0x803cdd34', '0x803cd780', '0x803c1780', '0x803b05a0', '0x801e05ec', '0x803ccf74', '0x803b0c84', '0x803b11ec', '0x803b3cfc', '0x8014f1dc', '0x803e9720', '0x803e6d20', '0x8014e45c', '0x8014f228', '0x801e0648', '0x80142cc0', '0x801fb720', '0x8014c24c', '0x80404550', '0x803b0588', '0x801750ec', '0x8040372c', '0x8014b1c0', '0x803ce42c', '0x803cd198', '0x803cd3a0', '0x803e1268', '0x80109430', '0x8014f278', '0x8036980c', '0x8014df80', '0x8014f250', '0x8014f23c', '0x8014f264', '0x80209ee4', '0x803e6c8c', '0x803d0940', '0x803cf320', '0x8014f3b8', '0x8014f780', '0x80150680', '0x803b075c', '0x804065b8', '0x803e116c', '0x8014f1fc', '0x8014f5c8', '0x8014f768', '0x80108cd4', '0x8014c1b4', '0x8014c1c0', '0x8014e2cc', '0x8014de28', '0x80108ccc', '0x8014be80', '0x8014f930', '0x80150100', '0x8014fce4', '0x801505c0', '0x801e06f4', '0x801e0918', '0x801683f0', '0x8016853c', '0x803cd960', '0x803bdd48', '0x803c0548', '0x80396b08', '0x801657c0', '0x803d1b80', '0x801094ac', '0x80368694', '0x803aff28', '0x803b02c4', '0x803b0a24', '0x803b1414', '0x8014d934', '0x8014d658', '0x80406350', '0x80406484', '0x809f02dc', '0x801a40a0', '0x801fb808', '0x801fb4e0', '0x803bdd28', '0x803bdd30', '0x803bdd38', '0x8014f778', '0x803b1ee4', '0x8013a65c', '0x803958fc', '0x80150f30', '0x8063f51c', '0x80403860', '0x80108e5c', '0x801093b8', '0x8014fb9c', '0x8014f770', '0x801e0e5c', '0x8036cf7c', '0x8014bf14', '0x801dace8', '0x801db2c0', '0x8045d0a8', '0x8014f548', '0x803b0690', '0x803e18cc', '0x801324c4', '0x8014f0a4', '0x8014f1d4', '0x803b3e0c', '0x803d1c70', '0x803d3a7c', '0x8043def8', '0x8036e4f0', '0x803b56a8', '0x803b56b0', '0x8011eea8', '0x8010964c', '0x80109408', '0x8014f5ec', '0x80403868', '0x80363b5c', '0x80363b90', '0x80363c7c', '0x80363e54', '0x80175524', '0x80175954', '0x8017550c', '0x801758c8', '0x80175e2c', '0x80175eb0', '0x80175f00', '0x80175fd0', '0x801e80ec', '0x8036dde0', '0x809ee6b0', '0x809ee300', '0x809ee850', '0x809eea70', '0x809ee950', '0x809ef044', '0x809ee3e4', '0x809eed8c', '0x809eed84', '0x809efea8', '0x809eebf0', '0x809efa9c', '0x809eebe8', '0x809eee84', '0x809ef244', '0x809edf3c', '0x809ee1f0', '0x8014e914', '0x8014e91c', '0x803d3ce8', '0x8014ee7c', '0x8014ee84', '0x801506c8', '0x80108f54', '0x8014c074', '0x80147ef8', '0x80148044', '0x8014b084', '0x8014b6c8', '0x8014c2b8', '0x803b5400', '0x803b55bc', '0x803b10f0', '0x80405288', '0x80141840', '0x80141a08', '0x8014bc4c', '0x803b5ae8', '0x801094d0', '0x803b02ec', '0x803b03d0', '0x803bdd60', '0x803bdd68', '0x803bdd70', '0x803ea0e8', '0x80361898', '0x8038f4d4', '0x803d1dcc', '0x803cf430', '0x8014f1ec', '0x8031e78c', '0x803ef8b0', '0x803ef8d8', '0x803ef8fc', '0x803efd9c', '0x803efdc0', '0x803efde0', '0x803efea0', '0x803efea8', '0x803efeb0', '0x803eff50', '0x803eff58', '0x803eff60', '0x8014b6a8', '0x803b5bc4', '0x802022e4', '0x80114b00', '0x80114dc0', '0x8042d9cc', '0x8042e2d8', '0x8042f4f8', '0x8042e428', '0x8042ef74', '0x80139ba0', '0x804224a0', '0x80423450', '0x8042351c', '0x8036b00c', '0x8012f830', '0x80147bbc', '0x80317fd8', '0x804063dc', '0x80406510', '0x801f695c', '0x801f6d48', '0x801f6ae4', '0x801f6b78', '0x801f6e5c', '0x801f74f4', '0x801f75f0', '0x801f76e8', '0x801f7950', '0x8014b688', '0x8040472c', '0x806416f8', '0x806419f4', '0x80642478', '0x8064255c', '0x80641cec', '0x806421e4', '0x8013a288', '0x80647d8c', '0x80647fa4', '0x80649f4c', '0x801094d8', '0x8041bb10', '0x8041bb18', '0x8041bfb8', '0x803b1c18', '0x803cd14c', '0x803ccf18', '0x803b10e8', '0x80404724', '0x803bdd78', '0x803cd704', '0x803ce3b4', '0x803cdcb4', '0x803cd900', '0x803bdd40', '0x803b0bac', '0x803b0578', '0x803d3c68', '0x803d3f24', '0x801322e0', '0x804029f8', '0x80403b14', '0x80403138', '0x804029f0', '0x80201810', '0x80201834', '0x8020cd30', '0x80150e9c', '0x8042367c', '0x806976ac', '0x80697988', '0x8040462c', '0x8042469c', '0x80426be8', '0x803b04b4', '0x804259d4', '0x80425e04', '0x80425d10', '0x804245e4', '0x80426be0', '0x80422498', '0x803e1164', '0x803c3a54', '0x8041bb08', '0x803b56b8', '0x803b58d0', '0x8014b804', '0x803004a8', '0x809ee6a8', '0x809f01ec', '0x8041fba8', '0x8041fecc', '0x8014fd88', '0x80448c28', '0x80448f00', '0x801f76e0', '0x804037b4', '0x809efd64', '0x80161acc', '0x8037c294', '0x8037c2c0', '0x801ddb20', '0x801daeb8', '0x80175530', '0x80175a3c', '0x803ce334', '0x8022e1e8', '0x807ecef8', '0x803adc28', '0x8028481c', '0x803c17c8', '0x8042aeb0', '0x8019c184', '0x80363b64', '0x803b6720', '0x803b5798', '0x803b59b0', '0x803bde58', '0x80309b58', '0x8042f314', '0x8063af04', '0x8063af94', '0x8063e83c', '0x8063e8b4', '0x8063ee8c', '0x8063f1b4', '0x80637de8', '0x80637f7c', '0x80637fdc', '0x80637e58', '0x801f7274', '0x801f7178', '0x801f73f4', '0x801f73fc', '0x801f77e0', '0x801f6a50', '0x801f6c24', '0x80425c7c', '0x80425b88', '0x80404360', '0x803d3be8', '0x803d3e10', '0x8042f130', '0x809f00fc', '0x80641b24', '0x80641c08', '0x8063c390', '0x8014af48', '0x80201af8', '0x80175f50', '0x8014b410', '0x806c1a70', '0x806c0ca0', '0x806d4b10', '0x803e8220', '0x803e9ce8', '0x80409108', '0x8040941c', '0x803e9994', '0x80409278', '0x8015c990', '0x801093e0', '0x803b1edc', '0x803b1cc0', '0x8015cac0', '0x803b0580', '0x8038f4f0', '0x804237f8', '0x803ea5e4', '0x8045d540', '0x80658e20', '0x80659018', '0x806592f8', '0x80317948', '0x80201f60', '0x80312e90', '0x803b0ab0', '0x80202120', '0x8020217c', '0x802022dc', '0x803eaf38', '0x803eaf40', '0x8064f648', '0x8064f640', '0x8064f650'] +[D] Location needs adjustment (bad): syscall (sys_syscall) -> arch/mips/kernel/scall32-o32.S:181 +[D] Location needs adjustment (invalid): fork (__sys_fork) -> None:None +[D] Location needs adjustment (bad): getpid (sys_getpid) -> include/linux/pid.h:290 +[D] Location needs adjustment (bad): alarm (sys_alarm) -> kernel/time/itimer.c:277 +[D] Location needs adjustment (invalid): clone (__sys_clone) -> None:None +[D] Location needs adjustment (invalid): sysmips (__sys_sysmips) -> None:None +[D] Location needs adjustment (bad): gettid (sys_gettid) -> include/linux/pid.h:238 +[D] Location needs adjustment (bad): io_cancel (sys_io_cancel) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): msgsnd (sys_msgsnd) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): msgrcv (sys_msgrcv) -> ipc/msg.c:1264 +[D] Location needs adjustment (invalid): clone3 (__sys_clone3) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x801fb807', '0x801093df', '0x80109407', '0x801093b7', '0x8014f1eb', '0x8014f1fb', '0x8042f12f', '0x80637fe3', '0x80637fd3', '0x801176d3', '0x8010942f'] +[D] Location needs full-range adjustment (invalid): clone (__sys_clone+0x27) -> None:None +[D] Location needs full-range adjustment (invalid): clone3 (__sys_clone3+0x27) -> None:None +[D] Location needs full-range adjustment (invalid): fork (__sys_fork+0x27) -> None:None +[D] Location needs full-range adjustment (bad): getpid (sys_getpid+0xf) -> include/linux/pid.h:290 +[D] Location needs full-range adjustment (bad): gettid (sys_gettid+0xf) -> include/linux/pid.h:238 +[D] Location needs full-range adjustment (bad): io_cancel (sys_io_cancel+0x1bb) -> include/linux/percpu-refcount.h:326 +[D] Location needs full-range adjustment (bad): msgrcv (sys_msgrcv+0x7) -> ipc/msg.c:1264 +[D] Location needs full-range adjustment (bad): syscall (sys_syscall+0x63) -> arch/mips/kernel/scall32-o32.S:202 +[D] Location needs full-range adjustment (invalid): sysmips (__sys_sysmips+0x27) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x801093b9', '0x801093ba', '0x801093bb', '0x801093bc', '0x801093bd', '0x801093be', '0x801093bf', '0x801093c0', '0x801093c1', '0x801093c2', '0x801093c3', '0x801093c4', '0x801093c5', '0x801093c6', '0x801093c7', '0x801093c8', '0x801093c9', '0x801093ca', '0x801093cb', '0x801093cc', '0x801093cd', '0x801093ce', '0x801093cf', '0x801093d0', '0x801093d1', '0x801093d2', '0x801093d3', '0x801093d4', '0x801093d5', '0x801093d6', '0x801093d7', '0x801093d8', '0x801093d9', '0x801093da', '0x801093db', '0x801093dc', '0x801093dd'] +[D] Location needs grepping (invalid): clone (__sys_clone) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x801093e1', '0x801093e2', '0x801093e3', '0x801093e4', '0x801093e5', '0x801093e6', '0x801093e7', '0x801093e8', '0x801093e9', '0x801093ea', '0x801093eb', '0x801093ec', '0x801093ed', '0x801093ee', '0x801093ef', '0x801093f0', '0x801093f1', '0x801093f2', '0x801093f3', '0x801093f4', '0x801093f5', '0x801093f6', '0x801093f7', '0x801093f8', '0x801093f9', '0x801093fa', '0x801093fb', '0x801093fc', '0x801093fd', '0x801093fe', '0x801093ff', '0x80109400', '0x80109401', '0x80109402', '0x80109403', '0x80109404', '0x80109405'] +[D] Location needs grepping (invalid): clone3 (__sys_clone3) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x80109391', '0x80109392', '0x80109393', '0x80109394', '0x80109395', '0x80109396', '0x80109397', '0x80109398', '0x80109399', '0x8010939a', '0x8010939b', '0x8010939c', '0x8010939d', '0x8010939e', '0x8010939f', '0x801093a0', '0x801093a1', '0x801093a2', '0x801093a3', '0x801093a4', '0x801093a5', '0x801093a6', '0x801093a7', '0x801093a8', '0x801093a9', '0x801093aa', '0x801093ab', '0x801093ac', '0x801093ad', '0x801093ae', '0x801093af', '0x801093b0', '0x801093b1', '0x801093b2', '0x801093b3', '0x801093b4', '0x801093b5'] +[D] Location needs grepping (invalid): fork (__sys_fork) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x8014f1dd', '0x8014f1de', '0x8014f1df', '0x8014f1e0', '0x8014f1e1', '0x8014f1e2', '0x8014f1e3', '0x8014f1e4', '0x8014f1e5', '0x8014f1e6', '0x8014f1e7', '0x8014f1e8', '0x8014f1e9'] +[D] Location needs grepping (bad): getpid (sys_getpid) -> include/linux/pid.h:290 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x8014f1ed', '0x8014f1ee', '0x8014f1ef', '0x8014f1f0', '0x8014f1f1', '0x8014f1f2', '0x8014f1f3', '0x8014f1f4', '0x8014f1f5', '0x8014f1f6', '0x8014f1f7', '0x8014f1f8', '0x8014f1f9'] +[D] Location needs grepping (bad): gettid (sys_gettid) -> include/linux/pid.h:238 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x8042ef75', '0x8042ef76', '0x8042ef77', '0x8042ef78', '0x8042ef79', '0x8042ef7a', '0x8042ef7b', '0x8042ef7c', '0x8042ef7d', '0x8042ef7e', '0x8042ef7f', '0x8042ef80', '0x8042ef81', '0x8042ef82', '0x8042ef83', '0x8042ef84', '0x8042ef85', '0x8042ef86', '0x8042ef87', '0x8042ef88', '0x8042ef89', '0x8042ef8a', '0x8042ef8b', '0x8042ef8c', '0x8042ef8d', '0x8042ef8e', '0x8042ef8f', '0x8042ef90', '0x8042ef91', '0x8042ef92', '0x8042ef93', '0x8042ef94', '0x8042ef95', '0x8042ef96', '0x8042ef97', '0x8042ef98', '0x8042ef99', '0x8042ef9a', '0x8042ef9b', '0x8042ef9c', '0x8042ef9d', '0x8042ef9e', '0x8042ef9f', '0x8042efa0', '0x8042efa1', '0x8042efa2', '0x8042efa3', '0x8042efa4', '0x8042efa5', '0x8042efa6', '0x8042efa7', '0x8042efa8', '0x8042efa9', '0x8042efaa', '0x8042efab', '0x8042efac', '0x8042efad', '0x8042efae', '0x8042efaf', '0x8042efb0', '0x8042efb1', '0x8042efb2', '0x8042efb3', '0x8042efb4', '0x8042efb5', '0x8042efb6', '0x8042efb7', '0x8042efb8', '0x8042efb9', '0x8042efba', '0x8042efbb', '0x8042efbc', '0x8042efbd', '0x8042efbe', '0x8042efbf', '0x8042efc0', '0x8042efc1', '0x8042efc2', '0x8042efc3', '0x8042efc4', '0x8042efc5', '0x8042efc6', '0x8042efc7', '0x8042efc8', '0x8042efc9', '0x8042efca', '0x8042efcb', '0x8042efcc', '0x8042efcd', '0x8042efce', '0x8042efcf', '0x8042efd0', '0x8042efd1', '0x8042efd2', '0x8042efd3', '0x8042efd4', '0x8042efd5', '0x8042efd6', '0x8042efd7', '0x8042efd8', '0x8042efd9', '0x8042efda', '0x8042efdb', '0x8042efdc', '0x8042efdd', '0x8042efde', '0x8042efdf', '0x8042efe0', '0x8042efe1', '0x8042efe2', '0x8042efe3', '0x8042efe4', '0x8042efe5', '0x8042efe6', '0x8042efe7', '0x8042efe8', '0x8042efe9', '0x8042efea', '0x8042efeb', '0x8042efec', '0x8042efed', '0x8042efee', '0x8042efef', '0x8042eff0', '0x8042eff1', '0x8042eff2', '0x8042eff3', '0x8042eff4', '0x8042eff5', '0x8042eff6', '0x8042eff7', '0x8042eff8', '0x8042eff9', '0x8042effa', '0x8042effb', '0x8042effc', '0x8042effd', '0x8042effe', '0x8042efff', '0x8042f000', '0x8042f001', '0x8042f002', '0x8042f003', '0x8042f004', '0x8042f005', '0x8042f006', '0x8042f007', '0x8042f008', '0x8042f009', '0x8042f00a', '0x8042f00b', '0x8042f00c', '0x8042f00d', '0x8042f00e', '0x8042f00f', '0x8042f010', '0x8042f011', '0x8042f012', '0x8042f013', '0x8042f014', '0x8042f015', '0x8042f016', '0x8042f017', '0x8042f018', '0x8042f019', '0x8042f01a', '0x8042f01b', '0x8042f01c', '0x8042f01d', '0x8042f01e', '0x8042f01f', '0x8042f020', '0x8042f021', '0x8042f022', '0x8042f023', '0x8042f024', '0x8042f025', '0x8042f026', '0x8042f027', '0x8042f028', '0x8042f029', '0x8042f02a', '0x8042f02b', '0x8042f02c', '0x8042f02d', '0x8042f02e', '0x8042f02f', '0x8042f030', '0x8042f031', '0x8042f032', '0x8042f033', '0x8042f034', '0x8042f035', '0x8042f036', '0x8042f037', '0x8042f038', '0x8042f039', '0x8042f03a', '0x8042f03b', '0x8042f03c', '0x8042f03d', '0x8042f03e', '0x8042f03f', '0x8042f040', '0x8042f041', '0x8042f042', '0x8042f043', '0x8042f044', '0x8042f045', '0x8042f046', '0x8042f047', '0x8042f048', '0x8042f049', '0x8042f04a', '0x8042f04b', '0x8042f04c', '0x8042f04d', '0x8042f04e', '0x8042f04f', '0x8042f050', '0x8042f051', '0x8042f052', '0x8042f053', '0x8042f054', '0x8042f055', '0x8042f056', '0x8042f057', '0x8042f058', '0x8042f059', '0x8042f05a', '0x8042f05b', '0x8042f05c', '0x8042f05d', '0x8042f05e', '0x8042f05f', '0x8042f060', '0x8042f061', '0x8042f062', '0x8042f063', '0x8042f064', '0x8042f065', '0x8042f066', '0x8042f067', '0x8042f068', '0x8042f069', '0x8042f06a', '0x8042f06b', '0x8042f06c', '0x8042f06d', '0x8042f06e', '0x8042f06f', '0x8042f070', '0x8042f071', '0x8042f072', '0x8042f073', '0x8042f074', '0x8042f075', '0x8042f076', '0x8042f077', '0x8042f078', '0x8042f079', '0x8042f07a', '0x8042f07b', '0x8042f07c', '0x8042f07d', '0x8042f07e', '0x8042f07f', '0x8042f080', '0x8042f081', '0x8042f082', '0x8042f083', '0x8042f084', '0x8042f085', '0x8042f086', '0x8042f087', '0x8042f088', '0x8042f089', '0x8042f08a', '0x8042f08b', '0x8042f08c', '0x8042f08d', '0x8042f08e', '0x8042f08f', '0x8042f090', '0x8042f091', '0x8042f092', '0x8042f093', '0x8042f094', '0x8042f095', '0x8042f096', '0x8042f097', '0x8042f098', '0x8042f099', '0x8042f09a', '0x8042f09b', '0x8042f09c', '0x8042f09d', '0x8042f09e', '0x8042f09f', '0x8042f0a0', '0x8042f0a1', '0x8042f0a2', '0x8042f0a3', '0x8042f0a4', '0x8042f0a5', '0x8042f0a6', '0x8042f0a7', '0x8042f0a8', '0x8042f0a9', '0x8042f0aa', '0x8042f0ab', '0x8042f0ac', '0x8042f0ad', '0x8042f0ae', '0x8042f0af', '0x8042f0b0', '0x8042f0b1', '0x8042f0b2', '0x8042f0b3', '0x8042f0b4', '0x8042f0b5', '0x8042f0b6', '0x8042f0b7', '0x8042f0b8', '0x8042f0b9', '0x8042f0ba', '0x8042f0bb', '0x8042f0bc', '0x8042f0bd', '0x8042f0be', '0x8042f0bf', '0x8042f0c0', '0x8042f0c1', '0x8042f0c2', '0x8042f0c3', '0x8042f0c4', '0x8042f0c5', '0x8042f0c6', '0x8042f0c7', '0x8042f0c8', '0x8042f0c9', '0x8042f0ca', '0x8042f0cb', '0x8042f0cc', '0x8042f0cd', '0x8042f0ce', '0x8042f0cf', '0x8042f0d0', '0x8042f0d1', '0x8042f0d2', '0x8042f0d3', '0x8042f0d4', '0x8042f0d5', '0x8042f0d6', '0x8042f0d7', '0x8042f0d8', '0x8042f0d9', '0x8042f0da', '0x8042f0db', '0x8042f0dc', '0x8042f0dd', '0x8042f0de', '0x8042f0df', '0x8042f0e0', '0x8042f0e1', '0x8042f0e2', '0x8042f0e3', '0x8042f0e4', '0x8042f0e5', '0x8042f0e6', '0x8042f0e7', '0x8042f0e8', '0x8042f0e9', '0x8042f0ea', '0x8042f0eb', '0x8042f0ec', '0x8042f0ed', '0x8042f0ee', '0x8042f0ef', '0x8042f0f0', '0x8042f0f1', '0x8042f0f2', '0x8042f0f3', '0x8042f0f4', '0x8042f0f5', '0x8042f0f6', '0x8042f0f7', '0x8042f0f8', '0x8042f0f9', '0x8042f0fa', '0x8042f0fb', '0x8042f0fc', '0x8042f0fd', '0x8042f0fe', '0x8042f0ff', '0x8042f100', '0x8042f101', '0x8042f102', '0x8042f103', '0x8042f104', '0x8042f105', '0x8042f106', '0x8042f107', '0x8042f108', '0x8042f109', '0x8042f10a', '0x8042f10b', '0x8042f10c', '0x8042f10d', '0x8042f10e', '0x8042f10f', '0x8042f110', '0x8042f111', '0x8042f112', '0x8042f113', '0x8042f114', '0x8042f115', '0x8042f116', '0x8042f117', '0x8042f118', '0x8042f119', '0x8042f11a', '0x8042f11b', '0x8042f11c', '0x8042f11d', '0x8042f11e', '0x8042f11f', '0x8042f120', '0x8042f121', '0x8042f122', '0x8042f123', '0x8042f124', '0x8042f125', '0x8042f126', '0x8042f127', '0x8042f128', '0x8042f129', '0x8042f12a', '0x8042f12b', '0x8042f12c', '0x8042f12d'] +[D] Location found through full-range adjustment: io_cancel (sys_io_cancel+0x4) -> fs/aio.c:2181 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x80637fdd', '0x80637fde', '0x80637fdf', '0x80637fe0', '0x80637fe1'] +[D] Location needs grepping (bad): msgrcv (sys_msgrcv) -> ipc/msg.c:1264 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x80117671', '0x80117672', '0x80117673', '0x80117674', '0x80117675', '0x80117676', '0x80117677', '0x80117678', '0x80117679', '0x8011767a', '0x8011767b', '0x8011767c', '0x8011767d', '0x8011767e', '0x8011767f', '0x80117680', '0x80117681', '0x80117682', '0x80117683', '0x80117684', '0x80117685', '0x80117686', '0x80117687', '0x80117688', '0x80117689', '0x8011768a', '0x8011768b', '0x8011768c', '0x8011768d', '0x8011768e', '0x8011768f', '0x80117690', '0x80117691', '0x80117692', '0x80117693', '0x80117694', '0x80117695', '0x80117696', '0x80117697', '0x80117698', '0x80117699', '0x8011769a', '0x8011769b', '0x8011769c', '0x8011769d', '0x8011769e', '0x8011769f', '0x801176a0', '0x801176a1', '0x801176a2', '0x801176a3', '0x801176a4', '0x801176a5', '0x801176a6', '0x801176a7', '0x801176a8', '0x801176a9', '0x801176aa', '0x801176ab', '0x801176ac', '0x801176ad', '0x801176ae', '0x801176af', '0x801176b0', '0x801176b1', '0x801176b2', '0x801176b3', '0x801176b4', '0x801176b5', '0x801176b6', '0x801176b7', '0x801176b8', '0x801176b9', '0x801176ba', '0x801176bb', '0x801176bc', '0x801176bd', '0x801176be', '0x801176bf', '0x801176c0', '0x801176c1', '0x801176c2', '0x801176c3', '0x801176c4', '0x801176c5', '0x801176c6', '0x801176c7', '0x801176c8', '0x801176c9', '0x801176ca', '0x801176cb', '0x801176cc', '0x801176cd', '0x801176ce', '0x801176cf', '0x801176d0', '0x801176d1'] +[D] Location needs grepping (bad): syscall (sys_syscall) -> arch/mips/kernel/scall32-o32.S:202 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips-v6.8'), '0x80109409', '0x8010940a', '0x8010940b', '0x8010940c', '0x8010940d', '0x8010940e', '0x8010940f', '0x80109410', '0x80109411', '0x80109412', '0x80109413', '0x80109414', '0x80109415', '0x80109416', '0x80109417', '0x80109418', '0x80109419', '0x8010941a', '0x8010941b', '0x8010941c', '0x8010941d', '0x8010941e', '0x8010941f', '0x80109420', '0x80109421', '0x80109422', '0x80109423', '0x80109424', '0x80109425', '0x80109426', '0x80109427', '0x80109428', '0x80109429', '0x8010942a', '0x8010942b', '0x8010942c', '0x8010942d'] +[D] Location needs grepping (invalid): sysmips (__sys_sysmips) -> None:None +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/mips', '--glob', '*.c', '\\bSYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Location could not be found through grepping: syscall (orig name syscall) +[W] Location found through grepping: clone -> kernel/fork.c:3013 +[W] Location found through grepping: clone3 -> kernel/fork.c:3187 +[W] Location found through grepping: fork -> kernel/fork.c:2984 +[W] Location found through grepping: getpid -> kernel/sys.c:958 +[W] Location found through grepping: gettid -> kernel/sys.c:964 +[W] Location found through grepping: msgrcv -> ipc/msg.c:1270 +[W] Location found through grepping: sysmips -> arch/mips/kernel/syscall.c:208 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +[D] Signature NOT found in ftrace metadata: syscall +[W] Potentially bad location for syscall (sys_syscall): arch/mips/kernel/scall32-o32.S:202 (implemented in asm?) +[E] Unable to extract signature for syscall (sys_syscall) +Found 392 implemented syscalls +Found 7 definition locations through grepping +Could not extract signature for 1 syscall + diff --git a/db/mips/32/o32/v6.8/table.json b/db/mips/32/o32/v6.8/table.json new file mode 100644 index 0000000..c4610bb --- /dev/null +++ b/db/mips/32/o32/v6.8/table.json @@ -0,0 +1,7005 @@ +{ + "kernel": { + "abi": { + "bits": 32, + "calling_convention": { + "parameters": [ + "a0", + "a1", + "a2", + "a3", + "stack", + "stack", + "stack", + "stack" + ], + "syscall_nr": "v0" + }, + "compat": false, + "name": "o32" + }, + "architecture": { + "bits": 32, + "name": "mips" + }, + "syscall_table_symbol": "sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "arch/mips/kernel/scall32-o32.S", + "good_location": false, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 202, + "name": "syscall", + "number": 4000, + "origname": "syscall", + "signature": null, + "symbol": "sys_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 4001, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 4002, + "origname": "fork", + "signature": [], + "symbol": "__sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 4003, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4004, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 4005, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 4006, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1826, + "name": "waitpid", + "number": 4007, + "origname": "waitpid", + "signature": [ + "pid_t pid", + "int *stat_addr", + "int options" + ], + "symbol": "sys_waitpid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 4008, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 4009, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 4010, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2129, + "name": "execve", + "number": 4011, + "origname": "execve", + "signature": [ + "const char *filename", + "const char *const *argv", + "const char *const *envp" + ], + "symbol": "sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 4012, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 105, + "name": "time", + "number": 4013, + "origname": "time32", + "signature": [ + "old_time32_t *tloc" + ], + "symbol": "sys_time32" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 4014, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 4015, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 4016, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 4019, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": true, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 4020, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 4021, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1932, + "name": "oldumount", + "number": 4022, + "origname": "oldumount", + "signature": [ + "char *name" + ], + "symbol": "sys_oldumount" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 4023, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 4024, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 119, + "name": "stime", + "number": 4025, + "origname": "stime32", + "signature": [ + "old_time32_t *tptr" + ], + "symbol": "sys_stime32" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1261, + "name": "ptrace", + "number": 4026, + "origname": "ptrace", + "signature": [ + "long request", + "long pid", + "unsigned long addr", + "unsigned long data" + ], + "symbol": "sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 4027, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 4029, + "origname": "pause", + "signature": [], + "symbol": "sys_pause" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": null, + "line": 236, + "name": "utime", + "number": 4030, + "origname": "utime32", + "signature": [ + "const char *filename", + "struct old_utimbuf32 *t" + ], + "symbol": "sys_utime32" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 4033, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 4034, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 4036, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 4037, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 4038, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 4039, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 4040, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 4041, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 52, + "name": "pipe", + "number": 4042, + "origname": "sysm_pipe", + "signature": [], + "symbol": "sysm_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 4043, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 4045, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 4046, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 4047, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 4049, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 4050, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 4051, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 4052, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 4054, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 4055, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 4057, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 1347, + "name": "olduname", + "number": 4059, + "origname": "olduname", + "signature": [ + "struct oldold_utsname *name" + ], + "symbol": "sys_olduname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 4060, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 4061, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 248, + "name": "ustat", + "number": 4062, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct ustat *ubuf" + ], + "symbol": "sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 4063, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 4064, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 4065, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 4066, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 596, + "name": "sigaction", + "number": 4067, + "origname": "sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact" + ], + "symbol": "sys_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SGETMASK_SYSCALL", + "line": 4600, + "name": "sgetmask", + "number": 4068, + "origname": "sgetmask", + "signature": [], + "symbol": "sys_sgetmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SGETMASK_SYSCALL", + "line": 4606, + "name": "ssetmask", + "number": 4069, + "origname": "ssetmask", + "signature": [ + "int newmask" + ], + "symbol": "sys_ssetmask" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 4070, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 4071, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 589, + "name": "sigsuspend", + "number": 4072, + "origname": "sigsuspend", + "signature": [ + "sigset_t *uset" + ], + "symbol": "sys_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 4359, + "name": "sigpending", + "number": 4073, + "origname": "sigpending", + "signature": [ + "old_sigset_t *uset" + ], + "symbol": "sys_sigpending" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 4074, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 4075, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 4076, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 4077, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 4078, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 4079, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 4080, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 4081, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 4083, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 4085, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 4086, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 4087, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 4088, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "sys_reboot" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 220, + "name": "readdir", + "number": 4089, + "origname": "old_readdir", + "signature": [ + "unsigned int fd", + "struct old_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "sys_old_readdir" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 62, + "name": "mmap", + "number": 4090, + "origname": "mips_mmap", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "off_t offset" + ], + "symbol": "sys_mips_mmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 4091, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 4092, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 4093, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 4094, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 4095, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 4096, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 4097, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 4099, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 4100, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "sys_fstatfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": "NET", + "line": 3076, + "name": "socketcall", + "number": 4102, + "origname": "socketcall", + "signature": [ + "int call", + "unsigned long *args" + ], + "symbol": "sys_socketcall" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 4103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 4104, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 4105, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 4106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 4107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 4108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "sys_newfstat" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1327, + "name": "uname", + "number": 4109, + "origname": "uname", + "signature": [ + "struct old_utsname *name" + ], + "symbol": "sys_uname" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 4111, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 4114, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 4115, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 4116, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "sys_sysinfo" + }, + { + "esoteric": false, + "file": "ipc/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "SYSVIPC", + "line": 110, + "name": "ipc", + "number": 4117, + "origname": "ipc", + "signature": [ + "unsigned int call", + "int first", + "unsigned long second", + "unsigned long third", + "void *ptr", + "long fifth" + ], + "symbol": "sys_ipc" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 4118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 637, + "name": "sigreturn", + "number": 4119, + "origname": "sigreturn", + "signature": [], + "symbol": "sys_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 120, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 4120, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "__sys_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 4121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 4122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 4124, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 4125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 4398, + "name": "sigprocmask", + "number": 4126, + "origname": "sigprocmask", + "signature": [ + "int how", + "old_sigset_t *nset", + "old_sigset_t *oset" + ], + "symbol": "sys_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 4128, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 4129, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 4131, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 4132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 4133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 4135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 4136, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "sys_personality" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 4138, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 4139, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 4140, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 4141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 726, + "name": "select", + "number": 4142, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 4143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 4144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 4145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 4146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "arch/mips/mm/cache.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 89, + "name": "cacheflush", + "number": 4147, + "origname": "cacheflush", + "signature": [ + "unsigned long addr", + "unsigned long bytes", + "unsigned int cache" + ], + "symbol": "sys_cacheflush" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 240, + "name": "cachectl", + "number": 4148, + "origname": "cachectl", + "signature": [ + "char *addr", + "int nbytes", + "int op" + ], + "symbol": "sys_cachectl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": true, + "index": 149, + "kconfig": null, + "line": 208, + "name": "sysmips", + "number": 4149, + "origname": "sysmips", + "signature": [ + "long cmd", + "long arg1", + "long arg2" + ], + "symbol": "__sys_sysmips" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 4151, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 4152, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 4154, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 4155, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 4156, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 4157, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 4158, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 4159, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 4160, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 4161, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 4162, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 4163, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 4164, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 4165, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 166, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 4166, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 167, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 4167, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 4168, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 4169, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 4170, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 4171, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 4172, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 4173, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 4174, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": "NET", + "line": 2267, + "name": "recv", + "number": 4175, + "origname": "recv", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags" + ], + "symbol": "sys_recv" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 4176, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 4177, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": "NET", + "line": 2210, + "name": "send", + "number": 4178, + "origname": "send", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_send" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": "NET", + "line": 2674, + "name": "sendmsg", + "number": 4179, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 4180, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 4181, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 4182, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 4183, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 4184, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 4185, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 4186, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 188, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 4188, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 4190, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 4191, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 4192, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 674, + "name": "rt_sigreturn", + "number": 4193, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 4446, + "name": "rt_sigaction", + "number": 4194, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 4195, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 3249, + "name": "rt_sigpending", + "number": 4196, + "origname": "rt_sigpending", + "signature": [ + "sigset_t *uset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 3696, + "name": "rt_sigtimedwait", + "number": 4197, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct old_timespec32 *uts", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 4032, + "name": "rt_sigqueueinfo", + "number": 4198, + "origname": "rt_sigqueueinfo", + "signature": [ + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 4199, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 678, + "name": "pread64", + "number": 4200, + "origname": "pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pread64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 712, + "name": "pwrite64", + "number": 4201, + "origname": "pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pwrite64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 4202, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 4203, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 4204, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 4205, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": null, + "line": 4263, + "name": "sigaltstack", + "number": 4206, + "origname": "sigaltstack", + "signature": [ + "const stack_t *uss", + "stack_t *uoss" + ], + "symbol": "sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 1329, + "name": "sendfile", + "number": 4207, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "off_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": null, + "line": 72, + "name": "mmap2", + "number": 4210, + "origname": "mips_mmap2", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long pgoff" + ], + "symbol": "sys_mips_mmap2" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": null, + "line": 217, + "name": "truncate64", + "number": 4211, + "origname": "truncate64", + "signature": [ + "const char *path", + "loff_t length" + ], + "symbol": "sys_truncate64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 222, + "name": "ftruncate64", + "number": 4212, + "origname": "ftruncate64", + "signature": [ + "unsigned int fd", + "loff_t length" + ], + "symbol": "sys_ftruncate64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": null, + "line": 578, + "name": "stat64", + "number": 4213, + "origname": "stat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "sys_stat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": null, + "line": 590, + "name": "lstat64", + "number": 4214, + "origname": "lstat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "sys_lstat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": null, + "line": 602, + "name": "fstat64", + "number": 4215, + "origname": "fstat64", + "signature": [ + "unsigned long fd", + "struct stat64 *statbuf" + ], + "symbol": "sys_fstat64" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 4216, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 4217, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 4218, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 4219, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": null, + "line": 465, + "name": "fcntl64", + "number": 4220, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": true, + "index": 222, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 4222, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "mm/readahead.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": null, + "line": 746, + "name": "readahead", + "number": 4223, + "origname": "readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "sys_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 4224, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 4225, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 4226, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 4227, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 4228, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 4229, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 4230, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 4231, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 4232, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 4233, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 4234, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 4235, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 4236, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 4237, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 4238, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex_time32" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/mips-mt-fpaff.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": null, + "line": 66, + "name": "mipsmt_sys_sched_setaffinity", + "number": 4239, + "origname": "mipsmt_sys_sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "mipsmt_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/mips-mt-fpaff.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": null, + "line": 158, + "name": "mipsmt_sys_sched_getaffinity", + "number": 4240, + "origname": "mipsmt_sys_sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "mipsmt_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 4241, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 4242, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 4243, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 4244, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 4245, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 4246, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 4248, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 4249, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 4250, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 4251, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 4252, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 4253, + "origname": "restart_syscall", + "signature": [], + "symbol": "sys_restart_syscall" + }, + { + "esoteric": false, + "file": "mm/fadvise.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": "ADVISE_SYSCALLS", + "line": 205, + "name": "fadvise64_64", + "number": 4254, + "origname": "fadvise64_64", + "signature": [ + "int fd", + "loff_t offset", + "loff_t len", + "int advice" + ], + "symbol": "sys_fadvise64_64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": null, + "line": 201, + "name": "statfs64", + "number": 4255, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "sys_statfs64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": null, + "line": 222, + "name": "fstatfs64", + "number": 4256, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "sys_fstatfs64" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 4257, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 4258, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 4259, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 4260, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 4261, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 4262, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 4263, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 4264, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 4265, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 4266, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 4267, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_utimes_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 4271, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 4272, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 4273, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 4274, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "POSIX_MQUEUE", + "line": 1440, + "name": "mq_notify", + "number": 4275, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct sigevent *u_notification" + ], + "symbol": "sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 4276, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": null, + "line": 1715, + "name": "waitid", + "number": 4278, + "origname": "waitid", + "signature": [ + "int which", + "pid_t upid", + "struct siginfo *infop", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_waitid" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 4280, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 4281, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 4282, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_keyctl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": null, + "line": 87, + "name": "set_thread_area", + "number": 4283, + "origname": "set_thread_area", + "signature": [ + "unsigned long addr" + ], + "symbol": "sys_set_thread_area" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 4284, + "origname": "inotify_init", + "signature": [], + "symbol": "sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 4285, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 4286, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 4288, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 4289, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 4290, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 4291, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 4292, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": null, + "line": 613, + "name": "fstatat64", + "number": 4293, + "origname": "fstatat64", + "signature": [ + "int dfd", + "const char *filename", + "struct stat64 *statbuf", + "int flag" + ], + "symbol": "sys_fstatat64" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 4294, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 4295, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 4296, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 4297, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 4298, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 4299, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 4300, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": null, + "line": 809, + "name": "pselect6", + "number": 4301, + "origname": "pselect6_time32", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 1127, + "name": "ppoll", + "number": 4302, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 4303, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 4304, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": null, + "line": 370, + "name": "sync_file_range", + "number": 4305, + "origname": "sync_file_range", + "signature": [ + "int fd", + "loff_t offset", + "loff_t nbytes", + "unsigned int flags" + ], + "symbol": "sys_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 4306, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 4307, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 4309, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 4310, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "sys_get_robust_list" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "KEXEC", + "line": 235, + "name": "kexec_load", + "number": 4311, + "origname": "kexec_load", + "signature": [ + "unsigned long entry", + "unsigned long nr_segments", + "struct kexec_segment *segments", + "unsigned long flags" + ], + "symbol": "sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 4312, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 4313, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 4314, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 4315, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 4316, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 4317, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 4319, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 4320, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "sys_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 4321, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 4322, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 4323, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 4324, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 4325, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 4326, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 4327, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 4328, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 4329, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 4330, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 4331, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": null, + "line": 4072, + "name": "rt_tgsigqueueinfo", + "number": 4332, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 4333, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 4334, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": "NET", + "line": 3045, + "name": "recvmmsg", + "number": 4335, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 4336, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 4337, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 4338, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 4339, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 4340, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 4341, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 4342, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 4343, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 344, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 4344, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 4345, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 4346, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 4347, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 4348, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 4349, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 4350, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 4351, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 4352, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 4353, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 4354, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 4355, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": null, + "line": 2137, + "name": "execveat", + "number": 4356, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const char *const *argv", + "const char *const *envp", + "int flags" + ], + "symbol": "sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 4357, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 4358, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 4359, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 4360, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 4361, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 4362, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_pwritev2" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 366, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 4366, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "sys_statx" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 367, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 4367, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 368, + "kconfig": "AIO", + "line": 2317, + "name": "io_pgetevents", + "number": 4368, + "origname": "io_pgetevents_time32", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents_time32" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 4393, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 394, + "kconfig": "SYSVIPC", + "line": 1705, + "name": "semctl", + "number": 4394, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 395, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 4395, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 396, + "kconfig": "SYSVIPC", + "line": 1295, + "name": "shmctl", + "number": 4396, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "sys_shmctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 4397, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 4398, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 4399, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 400, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 4400, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": true, + "index": 401, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 4401, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 402, + "kconfig": "SYSVIPC", + "line": 640, + "name": "msgctl", + "number": 4402, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "sys_msgctl" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 4403, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 4404, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 4405, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 4406, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 4407, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 4408, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 4409, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 4410, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 4411, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 4412, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 4413, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 4414, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_ppoll" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 4416, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 4417, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_recvmmsg" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 4418, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 4419, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 4420, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3663, + "name": "rt_sigtimedwait", + "number": 4421, + "origname": "rt_sigtimedwait", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct __kernel_timespec *uts", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigtimedwait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 4422, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 4423, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 4424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 4425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 4426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 4427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 4428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 4429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 4430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 4431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 4432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 4433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 4434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 4435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 4436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 4437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 4438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 4439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 4440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 4441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 4442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 4443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 4444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 4445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 4446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 4448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 4449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 4451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 4452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 4454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 4455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 4456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 4457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 4458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 4459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 4460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 4461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/mips/64/n32/v6.8/config.txt b/db/mips/64/n32/v6.8/config.txt new file mode 120000 index 0000000..5e5a234 --- /dev/null +++ b/db/mips/64/n32/v6.8/config.txt @@ -0,0 +1 @@ +../../n64/v6.8/config.txt \ No newline at end of file diff --git a/db/mips/64/n32/v6.8/stderr.txt b/db/mips/64/n32/v6.8/stderr.txt new file mode 100644 index 0000000..b436a2e --- /dev/null +++ b/db/mips/64/n32/v6.8/stderr.txt @@ -0,0 +1,919 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchMips(name='mips', abi='n32', compat=True, ...) +[D] Syscall table: Symbol("sysn32_call_table" at 0xa8000000000349a8, type=OBJECT, size=0x0) +[W] Syscall table (sysn32_call_table) has bad size (0), doing my best to figure out when to stop +[I] Syscall table seems to be 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding sys_chown16 as alias for sys_ni_syscall +[D] Discarding sys_fadvise64 as alias for sys_ni_syscall +[D] Discarding sys_fchown16 as alias for sys_ni_syscall +[D] Discarding sys_getegid16 as alias for sys_ni_syscall +[D] Discarding sys_geteuid16 as alias for sys_ni_syscall +[D] Discarding sys_getgid16 as alias for sys_ni_syscall +[D] Discarding sys_getgroups16 as alias for sys_ni_syscall +[D] Discarding sys_getresgid16 as alias for sys_ni_syscall +[D] Discarding sys_getresuid16 as alias for sys_ni_syscall +[D] Discarding sys_getuid16 as alias for sys_ni_syscall +[D] Discarding sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding sys_kexec_file_load as alias for sys_ni_syscall +[D] Discarding sys_lchown16 as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_iobase as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_read as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_write as alias for sys_ni_syscall +[D] Discarding sys_pkey_alloc as alias for sys_ni_syscall +[D] Discarding sys_pkey_free as alias for sys_ni_syscall +[D] Discarding sys_pkey_mprotect as alias for sys_ni_syscall +[D] Discarding sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding sys_rtas as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_setfsgid16 as alias for sys_ni_syscall +[D] Discarding sys_setfsuid16 as alias for sys_ni_syscall +[D] Discarding sys_setgid16 as alias for sys_ni_syscall +[D] Discarding sys_setgroups16 as alias for sys_ni_syscall +[D] Discarding sys_setregid16 as alias for sys_ni_syscall +[D] Discarding sys_setresgid16 as alias for sys_ni_syscall +[D] Discarding sys_setresuid16 as alias for sys_ni_syscall +[D] Discarding sys_setreuid16 as alias for sys_ni_syscall +[D] Discarding sys_setuid16 as alias for sys_ni_syscall +[D] Discarding sys_spu_create as alias for sys_ni_syscall +[D] Discarding sys_spu_run as alias for sys_ni_syscall +[D] Discarding sys_subpage_prot as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring compat_sys_epoll_pwait over __se_compat_sys_epoll_pwait +[D] Preferring compat_sys_epoll_pwait2 over __se_compat_sys_epoll_pwait2 +[D] Preferring compat_sys_execve over __se_compat_sys_execve +[D] Preferring compat_sys_execveat over __se_compat_sys_execveat +[D] Preferring compat_sys_fcntl over __se_compat_sys_fcntl +[D] Preferring compat_sys_fcntl64 over __se_compat_sys_fcntl64 +[D] Preferring compat_sys_fstatfs over __se_compat_sys_fstatfs +[D] Preferring compat_sys_fstatfs64 over __se_compat_sys_fstatfs64 +[D] Preferring compat_sys_get_robust_list over __se_compat_sys_get_robust_list +[D] Preferring compat_sys_getdents over __se_compat_sys_getdents +[D] Preferring compat_sys_getitimer over __se_compat_sys_getitimer +[D] Preferring compat_sys_getrlimit over __se_compat_sys_getrlimit +[D] Preferring compat_sys_getrusage over __se_compat_sys_getrusage +[D] Preferring compat_sys_gettimeofday over __se_compat_sys_gettimeofday +[D] Preferring compat_sys_io_pgetevents over __se_compat_sys_io_pgetevents +[D] Preferring compat_sys_io_setup over __se_compat_sys_io_setup +[D] Preferring compat_sys_io_submit over __se_compat_sys_io_submit +[D] Preferring compat_sys_ioctl over __se_compat_sys_ioctl +[D] Preferring compat_sys_kexec_load over __se_compat_sys_kexec_load +[D] Preferring compat_sys_keyctl over __se_compat_sys_keyctl +[D] Preferring compat_sys_mq_getsetattr over __se_compat_sys_mq_getsetattr +[D] Preferring compat_sys_mq_notify over __se_compat_sys_mq_notify +[D] Preferring compat_sys_mq_open over __se_compat_sys_mq_open +[D] Preferring compat_sys_msgrcv over __se_compat_sys_msgrcv +[D] Preferring compat_sys_msgsnd over __se_compat_sys_msgsnd +[D] Preferring compat_sys_old_msgctl over __se_compat_sys_old_msgctl +[D] Preferring compat_sys_old_semctl over __se_compat_sys_old_semctl +[D] Preferring compat_sys_old_shmctl over __se_compat_sys_old_shmctl +[D] Preferring compat_sys_ppoll_time32 over __se_compat_sys_ppoll_time32 +[D] Preferring compat_sys_ppoll_time64 over __se_compat_sys_ppoll_time64 +[D] Preferring compat_sys_preadv over __se_compat_sys_preadv +[D] Preferring compat_sys_preadv2 over __se_compat_sys_preadv2 +[D] Preferring compat_sys_pselect6_time32 over __se_compat_sys_pselect6_time32 +[D] Preferring compat_sys_pselect6_time64 over __se_compat_sys_pselect6_time64 +[D] Preferring compat_sys_ptrace over __se_compat_sys_ptrace +[D] Preferring compat_sys_pwritev over __se_compat_sys_pwritev +[D] Preferring compat_sys_pwritev2 over __se_compat_sys_pwritev2 +[D] Preferring compat_sys_recvfrom over __se_compat_sys_recvfrom +[D] Preferring compat_sys_recvmmsg_time32 over __se_compat_sys_recvmmsg_time32 +[D] Preferring compat_sys_recvmmsg_time64 over __se_compat_sys_recvmmsg_time64 +[D] Preferring compat_sys_recvmsg over __se_compat_sys_recvmsg +[D] Preferring compat_sys_rt_sigaction over __se_compat_sys_rt_sigaction +[D] Preferring compat_sys_rt_sigpending over __se_compat_sys_rt_sigpending +[D] Preferring compat_sys_rt_sigprocmask over __se_compat_sys_rt_sigprocmask +[D] Preferring compat_sys_rt_sigqueueinfo over __se_compat_sys_rt_sigqueueinfo +[D] Preferring compat_sys_rt_sigsuspend over __se_compat_sys_rt_sigsuspend +[D] Preferring compat_sys_rt_sigtimedwait_time32 over __se_compat_sys_rt_sigtimedwait_time32 +[D] Preferring compat_sys_rt_sigtimedwait_time64 over __se_compat_sys_rt_sigtimedwait_time64 +[D] Preferring compat_sys_rt_tgsigqueueinfo over __se_compat_sys_rt_tgsigqueueinfo +[D] Preferring compat_sys_sched_getaffinity over __se_compat_sys_sched_getaffinity +[D] Preferring compat_sys_sched_setaffinity over __se_compat_sys_sched_setaffinity +[D] Preferring compat_sys_select over __se_compat_sys_select +[D] Preferring compat_sys_sendfile over __se_compat_sys_sendfile +[D] Preferring compat_sys_sendmmsg over __se_compat_sys_sendmmsg +[D] Preferring compat_sys_sendmsg over __se_compat_sys_sendmsg +[D] Preferring compat_sys_set_robust_list over __se_compat_sys_set_robust_list +[D] Preferring compat_sys_setitimer over __se_compat_sys_setitimer +[D] Preferring compat_sys_setrlimit over __se_compat_sys_setrlimit +[D] Preferring compat_sys_settimeofday over __se_compat_sys_settimeofday +[D] Preferring compat_sys_sigaltstack over __se_compat_sys_sigaltstack +[D] Preferring compat_sys_signalfd over __se_compat_sys_signalfd +[D] Preferring compat_sys_signalfd4 over __se_compat_sys_signalfd4 +[D] Preferring compat_sys_statfs over __se_compat_sys_statfs +[D] Preferring compat_sys_statfs64 over __se_compat_sys_statfs64 +[D] Preferring compat_sys_sysinfo over __se_compat_sys_sysinfo +[D] Preferring compat_sys_timer_create over __se_compat_sys_timer_create +[D] Preferring compat_sys_times over __se_compat_sys_times +[D] Preferring compat_sys_ustat over __se_compat_sys_ustat +[D] Preferring compat_sys_wait4 over __se_compat_sys_wait4 +[D] Preferring compat_sys_waitid over __se_compat_sys_waitid +[D] Preferring sys_32_personality over __se_sys_32_personality +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_acct over __se_sys_acct +[D] Preferring sys_add_key over __se_sys_add_key +[D] Preferring sys_adjtimex_time32 over __se_sys_adjtimex_time32 +[D] Preferring sys_alarm over __se_sys_alarm +[D] Preferring sys_bind over __se_sys_bind +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachectl over __se_sys_cachectl +[D] Preferring sys_cacheflush over __se_sys_cacheflush +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_adjtime32 over __se_sys_clock_adjtime32 +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_getres_time32 over __se_sys_clock_getres_time32 +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_gettime32 over __se_sys_clock_gettime32 +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_nanosleep_time32 over __se_sys_clock_nanosleep_time32 +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_clock_settime32 over __se_sys_clock_settime32 +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_connect over __se_sys_connect +[D] Preferring sys_copy_file_range over __se_sys_copy_file_range +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_delete_module over __se_sys_delete_module +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_ctl over __se_sys_epoll_ctl +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_exit over __se_sys_exit +[D] Preferring sys_exit_group over __se_sys_exit_group +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fadvise64_64 over __se_sys_fadvise64_64 +[D] Preferring sys_fallocate over __se_sys_fallocate +[D] Preferring sys_fanotify_init over __se_sys_fanotify_init +[D] Preferring sys_fanotify_mark over __se_sys_fanotify_mark +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_finit_module over __se_sys_finit_module +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_ftruncate over __se_sys_ftruncate +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_time32 over __se_sys_futex_time32 +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat_time32 over __se_sys_futimesat_time32 +[D] Preferring sys_get_mempolicy over __se_sys_get_mempolicy +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_init_module over __se_sys_init_module +[D] Preferring sys_inotify_add_watch over __se_sys_inotify_add_watch +[D] Preferring sys_inotify_init1 over __se_sys_inotify_init1 +[D] Preferring sys_inotify_rm_watch over __se_sys_inotify_rm_watch +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents_time32 over __se_sys_io_getevents_time32 +[D] Preferring sys_io_pgetevents over __se_sys_io_pgetevents +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioprio_get over __se_sys_ioprio_get +[D] Preferring sys_ioprio_set over __se_sys_ioprio_set +[D] Preferring sys_kcmp over __se_sys_kcmp +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lseek over __se_sys_lseek +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_mbind over __se_sys_mbind +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_migrate_pages over __se_sys_migrate_pages +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mips_mmap over __se_sys_mips_mmap +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlock2 over __se_sys_mlock2 +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mount over __se_sys_mount +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_move_pages over __se_sys_move_pages +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mq_timedreceive over __se_sys_mq_timedreceive +[D] Preferring sys_mq_timedreceive_time32 over __se_sys_mq_timedreceive_time32 +[D] Preferring sys_mq_timedsend over __se_sys_mq_timedsend +[D] Preferring sys_mq_timedsend_time32 over __se_sys_mq_timedsend_time32 +[D] Preferring sys_mq_unlink over __se_sys_mq_unlink +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep_time32 over __se_sys_nanosleep_time32 +[D] Preferring sys_newfstat over __se_sys_newfstat +[D] Preferring sys_newfstatat over __se_sys_newfstatat +[D] Preferring sys_newlstat over __se_sys_newlstat +[D] Preferring sys_newstat over __se_sys_newstat +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_open over __se_sys_open +[D] Preferring sys_open_by_handle_at over __se_sys_open_by_handle_at +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat over __se_sys_openat +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_pread64 over __se_sys_pread64 +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_process_vm_readv over __se_sys_process_vm_readv +[D] Preferring sys_process_vm_writev over __se_sys_process_vm_writev +[D] Preferring sys_pwrite64 over __se_sys_pwrite64 +[D] Preferring sys_quotactl over __se_sys_quotactl +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readahead over __se_sys_readahead +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_reboot over __se_sys_reboot +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_request_key over __se_sys_request_key +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rseq over __se_sys_rseq +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_rr_get_interval_time32 over __se_sys_sched_rr_get_interval_time32 +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_semop over __se_sys_semop +[D] Preferring sys_semtimedop over __se_sys_semtimedop +[D] Preferring sys_semtimedop_time32 over __se_sys_semtimedop_time32 +[D] Preferring sys_sendfile64 over __se_sys_sendfile64 +[D] Preferring sys_sendto over __se_sys_sendto +[D] Preferring sys_set_mempolicy over __se_sys_set_mempolicy +[D] Preferring sys_set_mempolicy_home_node over __se_sys_set_mempolicy_home_node +[D] Preferring sys_set_thread_area over __se_sys_set_thread_area +[D] Preferring sys_set_tid_address over __se_sys_set_tid_address +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmat over __se_sys_shmat +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_statx over __se_sys_statx +[D] Preferring sys_swapoff over __se_sys_swapoff +[D] Preferring sys_swapon over __se_sys_swapon +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_sync_file_range over __se_sys_sync_file_range +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_gettime32 over __se_sys_timer_gettime32 +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timer_settime32 over __se_sys_timer_settime32 +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_gettime32 over __se_sys_timerfd_gettime32 +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_timerfd_settime32 over __se_sys_timerfd_settime32 +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_truncate over __se_sys_truncate +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_umount over __se_sys_umount +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_utime32 over __se_sys_utime32 +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimensat_time32 over __se_sys_utimensat_time32 +[D] Preferring sys_utimes_time32 over __se_sys_utimes_time32 +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] sysn32_call_table[0]: Symbol("sys_read" at 0xa8000000003133b8, type=FUNC, size=0x8) +[D] sysn32_call_table[1]: Symbol("sys_write" at 0xa800000000313508, type=FUNC, size=0x8) +[D] sysn32_call_table[2]: Symbol("sys_open" at 0xa80000000030fac8, type=FUNC, size=0xb8) +[D] sysn32_call_table[3]: Symbol("sys_close" at 0xa80000000030ff60, type=FUNC, size=0x88) +[D] sysn32_call_table[4]: Symbol("sys_newstat" at 0xa80000000031d430, type=FUNC, size=0x8) +[D] sysn32_call_table[5]: Symbol("sys_newfstat" at 0xa80000000031d450, type=FUNC, size=0x8) +[D] sysn32_call_table[6]: Symbol("sys_newlstat" at 0xa80000000031d438, type=FUNC, size=0x8) +[D] sysn32_call_table[7]: Symbol("sys_poll" at 0xa800000000335590, type=FUNC, size=0x160) +[D] sysn32_call_table[8]: Symbol("sys_lseek" at 0xa800000000311bf8, type=FUNC, size=0x108) +[D] sysn32_call_table[9]: Symbol("sys_mips_mmap" at 0xa800000000028528, type=FUNC, size=0x20) +[D] sysn32_call_table[10]: Symbol("sys_mprotect" at 0xa8000000002c0718, type=FUNC, size=0x1c) +[D] sysn32_call_table[11]: Symbol("sys_munmap" at 0xa8000000002bb2d0, type=FUNC, size=0x1c) +[D] sysn32_call_table[12]: Symbol("sys_brk" at 0xa8000000002bc680, type=FUNC, size=0x444) +[D] sysn32_call_table[13]: Symbol("compat_sys_rt_sigaction" at 0xa800000000066da8, type=FUNC, size=0x248) +[D] sysn32_call_table[14]: Symbol("compat_sys_rt_sigprocmask" at 0xa800000000061718, type=FUNC, size=0x158) +[D] sysn32_call_table[15]: Symbol("compat_sys_ioctl" at 0xa800000000331e80, type=FUNC, size=0x1d8) +[D] sysn32_call_table[16]: Symbol("sys_pread64" at 0xa8000000003135e8, type=FUNC, size=0x100) +[D] sysn32_call_table[17]: Symbol("sys_pwrite64" at 0xa8000000003137c0, type=FUNC, size=0x100) +[D] sysn32_call_table[18]: Symbol("sys_readv" at 0xa8000000003138c0, type=FUNC, size=0x8) +[D] sysn32_call_table[19]: Symbol("sys_writev" at 0xa8000000003138c8, type=FUNC, size=0x8) +[D] sysn32_call_table[20]: Symbol("sys_access" at 0xa80000000030e410, type=FUNC, size=0x18) +[D] sysn32_call_table[21]: Symbol("sysm_pipe" at 0xa8000000000284a0, type=FUNC, size=0x88) +[D] sysn32_call_table[22]: Symbol("compat_sys_select" at 0xa800000000335808, type=FUNC, size=0x1c) +[D] sysn32_call_table[23]: Symbol("sys_sched_yield" at 0xa800000000095750, type=FUNC, size=0x20) +[D] sysn32_call_table[24]: Symbol("sys_mremap" at 0xa8000000002c1e60, type=FUNC, size=0x8) +[D] sysn32_call_table[25]: Symbol("sys_msync" at 0xa8000000002c1e70, type=FUNC, size=0x3b0) +[D] sysn32_call_table[26]: Symbol("sys_mincore" at 0xa8000000002b2fe0, type=FUNC, size=0x454) +[D] sysn32_call_table[27]: Symbol("sys_madvise" at 0xa8000000002f14e0, type=FUNC, size=0x30) +[D] sysn32_call_table[28]: Symbol("sys_shmget" at 0xa800000000527bb8, type=FUNC, size=0xa8) +[D] sysn32_call_table[29]: Symbol("sys_shmat" at 0xa8000000005282b0, type=FUNC, size=0x70) +[D] sysn32_call_table[30]: Symbol("compat_sys_old_shmctl" at 0xa800000000527d68, type=FUNC, size=0x18) +[D] sysn32_call_table[31]: Symbol("sys_dup" at 0xa8000000003446b0, type=FUNC, size=0x190) +[D] sysn32_call_table[32]: Symbol("sys_dup2" at 0xa800000000344590, type=FUNC, size=0x120) +[D] sysn32_call_table[33]: Symbol("sys_pause" at 0xa800000000067080, type=FUNC, size=0x7c) +[D] sysn32_call_table[34]: Symbol("sys_nanosleep_time32" at 0xa80000000010e288, type=FUNC, size=0x128) +[D] sysn32_call_table[35]: Symbol("compat_sys_getitimer" at 0xa80000000011ee98, type=FUNC, size=0x98) +[D] sysn32_call_table[36]: Symbol("compat_sys_setitimer" at 0xa80000000011f2a0, type=FUNC, size=0x200) +[D] sysn32_call_table[37]: Symbol("sys_alarm" at 0xa80000000011efd8, type=FUNC, size=0xbc) +[D] sysn32_call_table[38]: Symbol("sys_getpid" at 0xa80000000006a620, type=FUNC, size=0x24) +[D] sysn32_call_table[39]: Symbol("compat_sys_sendfile" at 0xa8000000003143e8, type=FUNC, size=0xec) +[D] sysn32_call_table[40]: Symbol("sys_socket" at 0xa80000000074c450, type=FUNC, size=0x24) +[D] sysn32_call_table[41]: Symbol("sys_connect" at 0xa80000000074ce98, type=FUNC, size=0x20) +[D] sysn32_call_table[42]: Symbol("sys_accept" at 0xa80000000074ccb0, type=FUNC, size=0x20) +[D] sysn32_call_table[43]: Symbol("sys_sendto" at 0xa80000000074d2d0, type=FUNC, size=0x24) +[D] sysn32_call_table[44]: Symbol("compat_sys_recvfrom" at 0xa8000000007ee548, type=FUNC, size=0x30) +[D] sysn32_call_table[45]: Symbol("compat_sys_sendmsg" at 0xa8000000007ee4b0, type=FUNC, size=0x18) +[D] sysn32_call_table[46]: Symbol("compat_sys_recvmsg" at 0xa8000000007ee4f8, type=FUNC, size=0x18) +[D] sysn32_call_table[47]: Symbol("sys_shutdown" at 0xa80000000074d880, type=FUNC, size=0x20) +[D] sysn32_call_table[48]: Symbol("sys_bind" at 0xa80000000074c870, type=FUNC, size=0x20) +[D] sysn32_call_table[49]: Symbol("sys_listen" at 0xa80000000074c988, type=FUNC, size=0x20) +[D] sysn32_call_table[50]: Symbol("sys_getsockname" at 0xa80000000074cfc0, type=FUNC, size=0x1c) +[D] sysn32_call_table[51]: Symbol("sys_getpeername" at 0xa80000000074d108, type=FUNC, size=0x1c) +[D] sysn32_call_table[52]: Symbol("sys_socketpair" at 0xa80000000074c730, type=FUNC, size=0x24) +[D] sysn32_call_table[53]: Symbol("sys_setsockopt" at 0xa80000000074d600, type=FUNC, size=0x28) +[D] sysn32_call_table[54]: Symbol("sys_getsockopt" at 0xa80000000074d738, type=FUNC, size=0x24) +[D] sysn32_call_table[55]: Symbol("__sys_clone" at 0xa800000000028428, type=FUNC, size=0x28) +[D] sysn32_call_table[56]: Symbol("__sys_fork" at 0xa800000000028400, type=FUNC, size=0x28) +[D] sysn32_call_table[57]: Symbol("compat_sys_execve" at 0xa800000000321438, type=FUNC, size=0x50) +[D] sysn32_call_table[58]: Symbol("sys_exit" at 0xa800000000051070, type=FUNC, size=0x18) +[D] sysn32_call_table[59]: Symbol("compat_sys_wait4" at 0xa8000000000520b0, type=FUNC, size=0xc) +[D] sysn32_call_table[60]: Symbol("sys_kill" at 0xa800000000065a20, type=FUNC, size=0x294) +[D] sysn32_call_table[61]: Symbol("sys_newuname" at 0xa80000000006ae70, type=FUNC, size=0x8) +[D] sysn32_call_table[62]: Symbol("sys_semget" at 0xa800000000523a18, type=FUNC, size=0xc8) +[D] sysn32_call_table[63]: Symbol("sys_semop" at 0xa800000000525048, type=FUNC, size=0x10) +[D] sysn32_call_table[64]: Symbol("compat_sys_old_semctl" at 0xa800000000523c18, type=FUNC, size=0x20) +[D] sysn32_call_table[65]: Symbol("sys_shmdt" at 0xa800000000528640, type=FUNC, size=0x8) +[D] sysn32_call_table[66]: Symbol("sys_msgget" at 0xa800000000520238, type=FUNC, size=0xa0) +[D] sysn32_call_table[67]: Symbol("compat_sys_msgsnd" at 0xa8000000005204c8, type=FUNC, size=0x38) +[D] sysn32_call_table[68]: Symbol("compat_sys_msgrcv" at 0xa800000000520570, type=FUNC, size=0x34) +[D] sysn32_call_table[69]: Symbol("compat_sys_old_msgctl" at 0xa8000000005203e0, type=FUNC, size=0x18) +[D] sysn32_call_table[70]: Symbol("compat_sys_fcntl" at 0xa80000000032ffe0, type=FUNC, size=0x28) +[D] sysn32_call_table[71]: Symbol("sys_flock" at 0xa80000000039d510, type=FUNC, size=0xc) +[D] sysn32_call_table[72]: Symbol("sys_fsync" at 0xa800000000366be8, type=FUNC, size=0x98) +[D] sysn32_call_table[73]: Symbol("sys_fdatasync" at 0xa800000000366c80, type=FUNC, size=0xa8) +[D] sysn32_call_table[74]: Symbol("sys_truncate" at 0xa80000000030dd90, type=FUNC, size=0x104) +[D] sysn32_call_table[75]: Symbol("sys_ftruncate" at 0xa80000000030e248, type=FUNC, size=0xc) +[D] sysn32_call_table[76]: Symbol("compat_sys_getdents" at 0xa800000000332ff8, type=FUNC, size=0x178) +[D] sysn32_call_table[77]: Symbol("sys_getcwd" at 0xa800000000368890, type=FUNC, size=0x1f0) +[D] sysn32_call_table[78]: Symbol("sys_chdir" at 0xa80000000030e428, type=FUNC, size=0x104) +[D] sysn32_call_table[79]: Symbol("sys_fchdir" at 0xa80000000030e530, type=FUNC, size=0xdc) +[D] sysn32_call_table[80]: Symbol("sys_rename" at 0xa80000000032e988, type=FUNC, size=0x58) +[D] sysn32_call_table[81]: Symbol("sys_mkdir" at 0xa80000000032d5f8, type=FUNC, size=0x3c) +[D] sysn32_call_table[82]: Symbol("sys_rmdir" at 0xa80000000032d828, type=FUNC, size=0x2c) +[D] sysn32_call_table[83]: Symbol("sys_creat" at 0xa80000000030fee8, type=FUNC, size=0x74) +[D] sysn32_call_table[84]: Symbol("sys_link" at 0xa80000000032e238, type=FUNC, size=0x58) +[D] sysn32_call_table[85]: Symbol("sys_unlink" at 0xa80000000032dc38, type=FUNC, size=0x2c) +[D] sysn32_call_table[86]: Symbol("sys_symlink" at 0xa80000000032de38, type=FUNC, size=0x58) +[D] sysn32_call_table[87]: Symbol("sys_readlink" at 0xa80000000031d478, type=FUNC, size=0x2c) +[D] sysn32_call_table[88]: Symbol("sys_chmod" at 0xa80000000030eba8, type=FUNC, size=0xdc) +[D] sysn32_call_table[89]: Symbol("sys_fchmod" at 0xa80000000030e918, type=FUNC, size=0x84) +[D] sysn32_call_table[90]: Symbol("sys_chown" at 0xa80000000030f040, type=FUNC, size=0x114) +[D] sysn32_call_table[91]: Symbol("sys_fchown" at 0xa80000000030f3a8, type=FUNC, size=0x24) +[D] sysn32_call_table[92]: Symbol("sys_lchown" at 0xa80000000030f158, type=FUNC, size=0x114) +[D] sysn32_call_table[93]: Symbol("sys_umask" at 0xa80000000006c188, type=FUNC, size=0x38) +[D] sysn32_call_table[94]: Symbol("compat_sys_gettimeofday" at 0xa800000000105a40, type=FUNC, size=0x148) +[D] sysn32_call_table[95]: Symbol("compat_sys_getrlimit" at 0xa80000000006b730, type=FUNC, size=0x148) +[D] sysn32_call_table[96]: Symbol("compat_sys_getrusage" at 0xa80000000006c180, type=FUNC, size=0x8) +[D] sysn32_call_table[97]: Symbol("compat_sys_sysinfo" at 0xa80000000006cb38, type=FUNC, size=0x8) +[D] sysn32_call_table[98]: Symbol("compat_sys_times" at 0xa80000000006a888, type=FUNC, size=0x1d8) +[D] sysn32_call_table[99]: Symbol("compat_sys_ptrace" at 0xa80000000005cc38, type=FUNC, size=0x198) +[D] sysn32_call_table[100]: Symbol("sys_getuid" at 0xa80000000006a6a0, type=FUNC, size=0x3c) +[D] sysn32_call_table[101]: Symbol("sys_syslog" at 0xa8000000000c2410, type=FUNC, size=0x24) +[D] sysn32_call_table[102]: Symbol("sys_getgid" at 0xa80000000006a720, type=FUNC, size=0x3c) +[D] sysn32_call_table[103]: Symbol("sys_setuid" at 0xa800000000069968, type=FUNC, size=0x8) +[D] sysn32_call_table[104]: Symbol("sys_setgid" at 0xa800000000069550, type=FUNC, size=0x8) +[D] sysn32_call_table[105]: Symbol("sys_geteuid" at 0xa80000000006a6e0, type=FUNC, size=0x3c) +[D] sysn32_call_table[106]: Symbol("sys_getegid" at 0xa80000000006a760, type=FUNC, size=0x3c) +[D] sysn32_call_table[107]: Symbol("sys_setpgid" at 0xa80000000006aa60, type=FUNC, size=0x1a4) +[D] sysn32_call_table[108]: Symbol("sys_getppid" at 0xa80000000006a670, type=FUNC, size=0x2c) +[D] sysn32_call_table[109]: Symbol("sys_getpgrp" at 0xa80000000006ac90, type=FUNC, size=0x24) +[D] sysn32_call_table[110]: Symbol("sys_setsid" at 0xa80000000006ae50, type=FUNC, size=0x1c) +[D] sysn32_call_table[111]: Symbol("sys_setreuid" at 0xa800000000069818, type=FUNC, size=0xc) +[D] sysn32_call_table[112]: Symbol("sys_setregid" at 0xa800000000069428, type=FUNC, size=0xc) +[D] sysn32_call_table[113]: Symbol("sys_getgroups" at 0xa800000000087d30, type=FUNC, size=0xc4) +[D] sysn32_call_table[114]: Symbol("sys_setgroups" at 0xa800000000087e18, type=FUNC, size=0x24c) +[D] sysn32_call_table[115]: Symbol("sys_setresuid" at 0xa800000000069df8, type=FUNC, size=0x10) +[D] sysn32_call_table[116]: Symbol("sys_getresuid" at 0xa800000000069e08, type=FUNC, size=0xec) +[D] sysn32_call_table[117]: Symbol("sys_setresgid" at 0xa80000000006a308, type=FUNC, size=0x10) +[D] sysn32_call_table[118]: Symbol("sys_getresgid" at 0xa80000000006a318, type=FUNC, size=0xe4) +[D] sysn32_call_table[119]: Symbol("sys_getpgid" at 0xa80000000006ac08, type=FUNC, size=0x88) +[D] sysn32_call_table[120]: Symbol("sys_setfsuid" at 0xa80000000006a508, type=FUNC, size=0x8) +[D] sysn32_call_table[121]: Symbol("sys_setfsgid" at 0xa80000000006a618, type=FUNC, size=0x8) +[D] sysn32_call_table[122]: Symbol("sys_getsid" at 0xa80000000006acb8, type=FUNC, size=0x90) +[D] sysn32_call_table[123]: Symbol("sys_capget" at 0xa80000000005a188, type=FUNC, size=0x1f8) +[D] sysn32_call_table[124]: Symbol("sys_capset" at 0xa80000000005a380, type=FUNC, size=0x1f0) +[D] sysn32_call_table[125]: Symbol("compat_sys_rt_sigpending" at 0xa800000000061928, type=FUNC, size=0x11c) +[D] sysn32_call_table[126]: Symbol("compat_sys_rt_sigtimedwait_time32" at 0xa800000000065910, type=FUNC, size=0x110) +[D] sysn32_call_table[127]: Symbol("compat_sys_rt_sigqueueinfo" at 0xa800000000066128, type=FUNC, size=0x98) +[D] sysn32_call_table[128]: Symbol("compat_sys_rt_sigsuspend" at 0xa8000000000671b8, type=FUNC, size=0x88) +[D] sysn32_call_table[129]: Symbol("compat_sys_sigaltstack" at 0xa800000000066908, type=FUNC, size=0x1c) +[D] sysn32_call_table[130]: Symbol("sys_utime32" at 0xa800000000367a00, type=FUNC, size=0xe8) +[D] sysn32_call_table[131]: Symbol("sys_mknod" at 0xa80000000032d3a8, type=FUNC, size=0x4c) +[D] sysn32_call_table[132]: Symbol("sys_32_personality" at 0xa800000000033ee8, type=FUNC, size=0x88) +[D] sysn32_call_table[133]: Symbol("compat_sys_ustat" at 0xa80000000036a2d8, type=FUNC, size=0x8) +[D] sysn32_call_table[134]: Symbol("compat_sys_statfs" at 0xa80000000036a118, type=FUNC, size=0x8) +[D] sysn32_call_table[135]: Symbol("compat_sys_fstatfs" at 0xa80000000036a120, type=FUNC, size=0x8) +[D] sysn32_call_table[136]: Symbol("sys_sysfs" at 0xa800000000344e40, type=FUNC, size=0x328) +[D] sysn32_call_table[137]: Symbol("sys_getpriority" at 0xa800000000068fc0, type=FUNC, size=0x2e4) +[D] sysn32_call_table[138]: Symbol("sys_setpriority" at 0xa800000000068c40, type=FUNC, size=0x380) +[D] sysn32_call_table[139]: Symbol("sys_sched_setparam" at 0xa800000000094d98, type=FUNC, size=0x24) +[D] sysn32_call_table[140]: Symbol("sys_sched_getparam" at 0xa8000000000951f8, type=FUNC, size=0x108) +[D] sysn32_call_table[141]: Symbol("sys_sched_setscheduler" at 0xa800000000094d68, type=FUNC, size=0x30) +[D] sysn32_call_table[142]: Symbol("sys_sched_getscheduler" at 0xa800000000095150, type=FUNC, size=0xa8) +[D] sysn32_call_table[143]: Symbol("sys_sched_get_priority_max" at 0xa8000000000957e0, type=FUNC, size=0x58) +[D] sysn32_call_table[144]: Symbol("sys_sched_get_priority_min" at 0xa800000000095838, type=FUNC, size=0x58) +[D] sysn32_call_table[145]: Symbol("sys_sched_rr_get_interval_time32" at 0xa800000000095920, type=FUNC, size=0x90) +[D] sysn32_call_table[146]: Symbol("sys_mlock" at 0xa8000000002b5bc8, type=FUNC, size=0x1c) +[D] sysn32_call_table[147]: Symbol("sys_munlock" at 0xa8000000002b5c40, type=FUNC, size=0x158) +[D] sysn32_call_table[148]: Symbol("sys_mlockall" at 0xa8000000002b5d98, type=FUNC, size=0x284) +[D] sysn32_call_table[149]: Symbol("sys_munlockall" at 0xa8000000002b6020, type=FUNC, size=0x124) +[D] sysn32_call_table[150]: Symbol("sys_vhangup" at 0xa800000000310010, type=FUNC, size=0x30) +[D] sysn32_call_table[151]: Symbol("sys_pivot_root" at 0xa80000000034e910, type=FUNC, size=0x55c) +[D] sysn32_call_table[152]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[153]: Symbol("sys_prctl" at 0xa80000000006c1d0, type=FUNC, size=0x878) +[D] sysn32_call_table[154]: Symbol("sys_adjtimex_time32" at 0xa8000000001060a0, type=FUNC, size=0x8) +[D] sysn32_call_table[155]: Symbol("compat_sys_setrlimit" at 0xa80000000006b600, type=FUNC, size=0x12c) +[D] sysn32_call_table[156]: Symbol("sys_chroot" at 0xa80000000030e610, type=FUNC, size=0x14c) +[D] sysn32_call_table[157]: Symbol("sys_sync" at 0xa800000000366a70, type=FUNC, size=0x20) +[D] sysn32_call_table[158]: Symbol("sys_acct" at 0xa80000000012f450, type=FUNC, size=0x3f0) +[D] sysn32_call_table[159]: Symbol("compat_sys_settimeofday" at 0xa800000000105b88, type=FUNC, size=0x174) +[D] sysn32_call_table[160]: Symbol("sys_mount" at 0xa80000000034de30, type=FUNC, size=0x2c8) +[D] sysn32_call_table[161]: Symbol("sys_umount" at 0xa80000000034acd8, type=FUNC, size=0xa8) +[D] sysn32_call_table[162]: Symbol("sys_swapon" at 0xa8000000002fa578, type=FUNC, size=0x1830) +[D] sysn32_call_table[163]: Symbol("sys_swapoff" at 0xa8000000002f94d8, type=FUNC, size=0x107c) +[D] sysn32_call_table[164]: Symbol("sys_reboot" at 0xa800000000084d88, type=FUNC, size=0x10) +[D] sysn32_call_table[165]: Symbol("sys_sethostname" at 0xa80000000006b060, type=FUNC, size=0x184) +[D] sysn32_call_table[166]: Symbol("sys_setdomainname" at 0xa80000000006b350, type=FUNC, size=0x184) +[D] sysn32_call_table[167]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[168]: Symbol("sys_init_module" at 0xa8000000000ff550, type=FUNC, size=0x8) +[D] sysn32_call_table[169]: Symbol("sys_delete_module" at 0xa8000000000ff9f0, type=FUNC, size=0x2f0) +[D] sysn32_call_table[170]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[171]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[172]: Symbol("sys_quotactl" at 0xa8000000003bde20, type=FUNC, size=0x4f0) +[D] sysn32_call_table[173]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[174]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[175]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[176]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[177]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[178]: Symbol("sys_gettid" at 0xa80000000006a648, type=FUNC, size=0x24) +[D] sysn32_call_table[179]: Symbol("sys_readahead" at 0xa8000000002670c0, type=FUNC, size=0x8) +[D] sysn32_call_table[180]: Symbol("sys_setxattr" at 0xa800000000354728, type=FUNC, size=0x20) +[D] sysn32_call_table[181]: Symbol("sys_lsetxattr" at 0xa800000000354748, type=FUNC, size=0x20) +[D] sysn32_call_table[182]: Symbol("sys_fsetxattr" at 0xa800000000354768, type=FUNC, size=0xe8) +[D] sysn32_call_table[183]: Symbol("sys_getxattr" at 0xa800000000354cb8, type=FUNC, size=0x8) +[D] sysn32_call_table[184]: Symbol("sys_lgetxattr" at 0xa800000000354cc0, type=FUNC, size=0x8) +[D] sysn32_call_table[185]: Symbol("sys_fgetxattr" at 0xa800000000354cc8, type=FUNC, size=0xc8) +[D] sysn32_call_table[186]: Symbol("sys_listxattr" at 0xa800000000354d90, type=FUNC, size=0x8) +[D] sysn32_call_table[187]: Symbol("sys_llistxattr" at 0xa800000000354d98, type=FUNC, size=0x8) +[D] sysn32_call_table[188]: Symbol("sys_flistxattr" at 0xa800000000354da0, type=FUNC, size=0xa8) +[D] sysn32_call_table[189]: Symbol("sys_removexattr" at 0xa800000000354e48, type=FUNC, size=0x1c) +[D] sysn32_call_table[190]: Symbol("sys_lremovexattr" at 0xa800000000354e68, type=FUNC, size=0x1c) +[D] sysn32_call_table[191]: Symbol("sys_fremovexattr" at 0xa800000000354e88, type=FUNC, size=0xb8) +[D] sysn32_call_table[192]: Symbol("sys_tkill" at 0xa800000000065fe0, type=FUNC, size=0x38) +[D] sysn32_call_table[193]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[194]: Symbol("sys_futex_time32" at 0xa8000000001265e0, type=FUNC, size=0x1a0) +[D] sysn32_call_table[195]: Symbol("compat_sys_sched_setaffinity" at 0xa800000000133840, type=FUNC, size=0xd0) +[D] sysn32_call_table[196]: Symbol("compat_sys_sched_getaffinity" at 0xa8000000001339c0, type=FUNC, size=0xf8) +[D] sysn32_call_table[197]: Symbol("sys_cacheflush" at 0xa800000000039c58, type=FUNC, size=0x78) +[D] sysn32_call_table[198]: Symbol("sys_cachectl" at 0xa8000000000286e8, type=FUNC, size=0x8) +[D] sysn32_call_table[199]: Symbol("__sys_sysmips" at 0xa800000000028478, type=FUNC, size=0x28) +[D] sysn32_call_table[200]: Symbol("compat_sys_io_setup" at 0xa800000000394748, type=FUNC, size=0x1b0) +[D] sysn32_call_table[201]: Symbol("sys_io_destroy" at 0xa8000000003948f8, type=FUNC, size=0x198) +[D] sysn32_call_table[202]: Symbol("sys_io_getevents_time32" at 0xa800000000395468, type=FUNC, size=0x118) +[D] sysn32_call_table[203]: Symbol("compat_sys_io_submit" at 0xa800000000394cf8, type=FUNC, size=0x264) +[D] sysn32_call_table[204]: Symbol("sys_io_cancel" at 0xa800000000394f60, type=FUNC, size=0x1f0) +[D] sysn32_call_table[205]: Symbol("sys_exit_group" at 0xa800000000051120, type=FUNC, size=0x18) +[D] sysn32_call_table[206]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[207]: Symbol("sys_epoll_create" at 0xa8000000003872a8, type=FUNC, size=0x30) +[D] sysn32_call_table[208]: Symbol("sys_epoll_ctl" at 0xa800000000388398, type=FUNC, size=0xe8) +[D] sysn32_call_table[209]: Symbol("sys_epoll_wait" at 0xa800000000388480, type=FUNC, size=0x140) +[D] sysn32_call_table[210]: Symbol("sys_remap_file_pages" at 0xa8000000002be100, type=FUNC, size=0x3d4) +[D] sysn32_call_table[211]: Symbol("sysn32_rt_sigreturn" at 0xa8000000000359d0, type=FUNC, size=0x108) +[D] sysn32_call_table[212]: Symbol("compat_sys_fcntl64" at 0xa80000000032ffd0, type=FUNC, size=0x10) +[D] sysn32_call_table[213]: Symbol("sys_set_tid_address" at 0xa800000000047c58, type=FUNC, size=0x2c) +[D] sysn32_call_table[214]: Symbol("sys_restart_syscall" at 0xa800000000061198, type=FUNC, size=0x10) +[D] sysn32_call_table[215]: Symbol("sys_semtimedop_time32" at 0xa800000000524f68, type=FUNC, size=0xe0) +[D] sysn32_call_table[216]: Symbol("sys_fadvise64_64" at 0xa8000000002600d0, type=FUNC, size=0xe0) +[D] sysn32_call_table[217]: Symbol("compat_sys_statfs64" at 0xa80000000036a1e0, type=FUNC, size=0x1c) +[D] sysn32_call_table[218]: Symbol("compat_sys_fstatfs64" at 0xa80000000036a2b8, type=FUNC, size=0x20) +[D] sysn32_call_table[219]: Symbol("sys_sendfile64" at 0xa8000000003142e8, type=FUNC, size=0x100) +[D] sysn32_call_table[220]: Symbol("compat_sys_timer_create" at 0xa80000000011a500, type=FUNC, size=0xc8) +[D] sysn32_call_table[221]: Symbol("sys_timer_settime32" at 0xa80000000011a8a8, type=FUNC, size=0x108) +[D] sysn32_call_table[222]: Symbol("sys_timer_gettime32" at 0xa80000000011a660, type=FUNC, size=0x98) +[D] sysn32_call_table[223]: Symbol("sys_timer_getoverrun" at 0xa80000000011a6f8, type=FUNC, size=0xa0) +[D] sysn32_call_table[224]: Symbol("sys_timer_delete" at 0xa80000000011a9b0, type=FUNC, size=0x168) +[D] sysn32_call_table[225]: Symbol("sys_clock_settime32" at 0xa80000000011b1b8, type=FUNC, size=0x138) +[D] sysn32_call_table[226]: Symbol("sys_clock_gettime32" at 0xa80000000011b2f0, type=FUNC, size=0x130) +[D] sysn32_call_table[227]: Symbol("sys_clock_getres_time32" at 0xa80000000011b428, type=FUNC, size=0x148) +[D] sysn32_call_table[228]: Symbol("sys_clock_nanosleep_time32" at 0xa80000000011b728, type=FUNC, size=0x1c4) +[D] sysn32_call_table[229]: Symbol("sys_tgkill" at 0xa800000000065fa0, type=FUNC, size=0x40) +[D] sysn32_call_table[230]: Symbol("sys_utimes_time32" at 0xa800000000367bf8, type=FUNC, size=0x14) +[D] sysn32_call_table[231]: Symbol("sys_mbind" at 0xa800000000302130, type=FUNC, size=0x118) +[D] sysn32_call_table[232]: Symbol("sys_get_mempolicy" at 0xa8000000002ffd20, type=FUNC, size=0x7c4) +[D] sysn32_call_table[233]: Symbol("sys_set_mempolicy" at 0xa8000000002ff9a8, type=FUNC, size=0xdc) +[D] sysn32_call_table[234]: Symbol("compat_sys_mq_open" at 0xa80000000052bfb0, type=FUNC, size=0x154) +[D] sysn32_call_table[235]: Symbol("sys_mq_unlink" at 0xa80000000052bbb8, type=FUNC, size=0x140) +[D] sysn32_call_table[236]: Symbol("sys_mq_timedsend_time32" at 0xa80000000052c1d0, type=FUNC, size=0xf0) +[D] sysn32_call_table[237]: Symbol("sys_mq_timedreceive_time32" at 0xa80000000052c2c0, type=FUNC, size=0xe8) +[D] sysn32_call_table[238]: Symbol("compat_sys_mq_notify" at 0xa80000000052c108, type=FUNC, size=0xc0) +[D] sysn32_call_table[239]: Symbol("compat_sys_mq_getsetattr" at 0xa80000000052c1c8, type=FUNC, size=0x8) +[D] sysn32_call_table[240]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[241]: Symbol("compat_sys_waitid" at 0xa8000000000520c0, type=FUNC, size=0x10) +[D] sysn32_call_table[242]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[243]: Symbol("sys_add_key" at 0xa800000000531ba0, type=FUNC, size=0x230) +[D] sysn32_call_table[244]: Symbol("sys_request_key" at 0xa800000000531dd0, type=FUNC, size=0x1d0) +[D] sysn32_call_table[245]: Symbol("compat_sys_keyctl" at 0xa8000000005375b0, type=FUNC, size=0x2f4) +[D] sysn32_call_table[246]: Symbol("sys_set_thread_area" at 0xa800000000028550, type=FUNC, size=0x14) +[D] sysn32_call_table[247]: Symbol("sys_inotify_init" at 0xa800000000380030, type=FUNC, size=0x1c) +[D] sysn32_call_table[248]: Symbol("sys_inotify_add_watch" at 0xa800000000380050, type=FUNC, size=0x4c8) +[D] sysn32_call_table[249]: Symbol("sys_inotify_rm_watch" at 0xa800000000380518, type=FUNC, size=0x118) +[D] sysn32_call_table[250]: Symbol("sys_migrate_pages" at 0xa8000000002ffa88, type=FUNC, size=0x294) +[D] sysn32_call_table[251]: Symbol("sys_openat" at 0xa80000000030fb80, type=FUNC, size=0xb8) +[D] sysn32_call_table[252]: Symbol("sys_mkdirat" at 0xa80000000032d5a8, type=FUNC, size=0x4c) +[D] sysn32_call_table[253]: Symbol("sys_mknodat" at 0xa80000000032d348, type=FUNC, size=0x5c) +[D] sysn32_call_table[254]: Symbol("sys_fchownat" at 0xa80000000030f018, type=FUNC, size=0x28) +[D] sysn32_call_table[255]: Symbol("sys_futimesat_time32" at 0xa800000000367bf0, type=FUNC, size=0x8) +[D] sysn32_call_table[256]: Symbol("sys_newfstatat" at 0xa80000000031d440, type=FUNC, size=0xc) +[D] sysn32_call_table[257]: Symbol("sys_unlinkat" at 0xa80000000032dba8, type=FUNC, size=0x90) +[D] sysn32_call_table[258]: Symbol("sys_renameat" at 0xa80000000032e910, type=FUNC, size=0x78) +[D] sysn32_call_table[259]: Symbol("sys_linkat" at 0xa80000000032e1b0, type=FUNC, size=0x88) +[D] sysn32_call_table[260]: Symbol("sys_symlinkat" at 0xa80000000032ddd8, type=FUNC, size=0x5c) +[D] sysn32_call_table[261]: Symbol("sys_readlinkat" at 0xa80000000031d458, type=FUNC, size=0x20) +[D] sysn32_call_table[262]: Symbol("sys_fchmodat" at 0xa80000000030eab0, type=FUNC, size=0xf4) +[D] sysn32_call_table[263]: Symbol("sys_faccessat" at 0xa80000000030e3f0, type=FUNC, size=0x10) +[D] sysn32_call_table[264]: Symbol("compat_sys_pselect6_time32" at 0xa800000000335a98, type=FUNC, size=0x19c) +[D] sysn32_call_table[265]: Symbol("compat_sys_ppoll_time32" at 0xa800000000335c38, type=FUNC, size=0x120) +[D] sysn32_call_table[266]: Symbol("sys_unshare" at 0xa80000000004a3f8, type=FUNC, size=0x1c) +[D] sysn32_call_table[267]: Symbol("sys_splice" at 0xa800000000365cf8, type=FUNC, size=0x320) +[D] sysn32_call_table[268]: Symbol("sys_sync_file_range" at 0xa800000000366f48, type=FUNC, size=0xb8) +[D] sysn32_call_table[269]: Symbol("sys_tee" at 0xa8000000003664b0, type=FUNC, size=0x140) +[D] sysn32_call_table[270]: Symbol("sys_vmsplice" at 0xa800000000365ce8, type=FUNC, size=0xc) +[D] sysn32_call_table[271]: Symbol("sys_move_pages" at 0xa800000000307240, type=FUNC, size=0x8bc) +[D] sysn32_call_table[272]: Symbol("compat_sys_set_robust_list" at 0xa8000000001264c0, type=FUNC, size=0x28) +[D] sysn32_call_table[273]: Symbol("compat_sys_get_robust_list" at 0xa8000000001264e8, type=FUNC, size=0xf8) +[D] sysn32_call_table[274]: Symbol("compat_sys_kexec_load" at 0xa8000000001330f8, type=FUNC, size=0x1f4) +[D] sysn32_call_table[275]: Symbol("sys_getcpu" at 0xa80000000006ca48, type=FUNC, size=0xe8) +[D] sysn32_call_table[276]: Symbol("compat_sys_epoll_pwait" at 0xa800000000388830, type=FUNC, size=0x178) +[D] sysn32_call_table[277]: Symbol("sys_ioprio_set" at 0xa80000000058f208, type=FUNC, size=0x2d8) +[D] sysn32_call_table[278]: Symbol("sys_ioprio_get" at 0xa80000000058f4e0, type=FUNC, size=0x390) +[D] sysn32_call_table[279]: Symbol("sys_utimensat_time32" at 0xa800000000367ae8, type=FUNC, size=0x108) +[D] sysn32_call_table[280]: Symbol("compat_sys_signalfd" at 0xa800000000389af8, type=FUNC, size=0x98) +[D] sysn32_call_table[281]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[282]: Symbol("sys_eventfd" at 0xa80000000038bd98, type=FUNC, size=0x20) +[D] sysn32_call_table[283]: Symbol("sys_fallocate" at 0xa80000000030e330, type=FUNC, size=0xc0) +[D] sysn32_call_table[284]: Symbol("sys_timerfd_create" at 0xa80000000038ab18, type=FUNC, size=0x1d8) +[D] sysn32_call_table[285]: Symbol("sys_timerfd_gettime32" at 0xa80000000038af40, type=FUNC, size=0x90) +[D] sysn32_call_table[286]: Symbol("sys_timerfd_settime32" at 0xa80000000038ae60, type=FUNC, size=0xe0) +[D] sysn32_call_table[287]: Symbol("compat_sys_signalfd4" at 0xa800000000389a50, type=FUNC, size=0xa4) +[D] sysn32_call_table[288]: Symbol("sys_eventfd2" at 0xa80000000038bd78, type=FUNC, size=0x20) +[D] sysn32_call_table[289]: Symbol("sys_epoll_create1" at 0xa800000000387288, type=FUNC, size=0x1c) +[D] sysn32_call_table[290]: Symbol("sys_dup3" at 0xa800000000344568, type=FUNC, size=0x24) +[D] sysn32_call_table[291]: Symbol("sys_pipe2" at 0xa8000000003238a8, type=FUNC, size=0x1c) +[D] sysn32_call_table[292]: Symbol("sys_inotify_init1" at 0xa800000000380010, type=FUNC, size=0x1c) +[D] sysn32_call_table[293]: Symbol("compat_sys_preadv" at 0xa800000000313d40, type=FUNC, size=0x108) +[D] sysn32_call_table[294]: Symbol("compat_sys_pwritev" at 0xa800000000313fa8, type=FUNC, size=0x108) +[D] sysn32_call_table[295]: Symbol("compat_sys_rt_tgsigqueueinfo" at 0xa8000000000662d8, type=FUNC, size=0xa8) +[D] sysn32_call_table[296]: Symbol("sys_perf_event_open" at 0xa8000000002471c8, type=FUNC, size=0x10) +[D] sysn32_call_table[297]: Symbol("sys_accept4" at 0xa80000000074cc90, type=FUNC, size=0x20) +[D] sysn32_call_table[298]: Symbol("compat_sys_recvmmsg_time32" at 0xa8000000007ee5a8, type=FUNC, size=0x34) +[D] sysn32_call_table[299]: Symbol("sys_getdents64" at 0xa800000000332d78, type=FUNC, size=0x178) +[D] sysn32_call_table[300]: Symbol("sys_fanotify_init" at 0xa800000000385188, type=FUNC, size=0x3c8) +[D] sysn32_call_table[301]: Symbol("sys_fanotify_mark" at 0xa800000000385550, type=FUNC, size=0x24) +[D] sysn32_call_table[302]: Symbol("sys_prlimit64" at 0xa80000000006b878, type=FUNC, size=0x324) +[D] sysn32_call_table[303]: Symbol("sys_name_to_handle_at" at 0xa8000000003aaa58, type=FUNC, size=0x344) +[D] sysn32_call_table[304]: Symbol("sys_open_by_handle_at" at 0xa8000000003aada0, type=FUNC, size=0x10) +[D] sysn32_call_table[305]: Symbol("sys_clock_adjtime32" at 0xa80000000011b420, type=FUNC, size=0x8) +[D] sysn32_call_table[306]: Symbol("sys_syncfs" at 0xa800000000366b38, type=FUNC, size=0xb0) +[D] sysn32_call_table[307]: Symbol("compat_sys_sendmmsg" at 0xa8000000007ee4c8, type=FUNC, size=0x30) +[D] sysn32_call_table[308]: Symbol("sys_setns" at 0xa8000000000806b8, type=FUNC, size=0x454) +[D] sysn32_call_table[309]: Symbol("sys_process_vm_readv" at 0xa8000000002d2b80, type=FUNC, size=0xc) +[D] sysn32_call_table[310]: Symbol("sys_process_vm_writev" at 0xa8000000002d2b90, type=FUNC, size=0xc) +[D] sysn32_call_table[311]: Symbol("sys_kcmp" at 0xa800000000102910, type=FUNC, size=0x5e0) +[D] sysn32_call_table[312]: Symbol("sys_finit_module" at 0xa8000000000ff558, type=FUNC, size=0x360) +[D] sysn32_call_table[313]: Symbol("sys_sched_setattr" at 0xa800000000094dc0, type=FUNC, size=0x390) +[D] sysn32_call_table[314]: Symbol("sys_sched_getattr" at 0xa800000000095300, type=FUNC, size=0x1e0) +[D] sysn32_call_table[315]: Symbol("sys_renameat2" at 0xa80000000032e888, type=FUNC, size=0x84) +[D] sysn32_call_table[316]: Symbol("sys_seccomp" at 0xa8000000001554f8, type=FUNC, size=0xc) +[D] sysn32_call_table[317]: Symbol("sys_getrandom" at 0xa80000000065ff50, type=FUNC, size=0x128) +[D] sysn32_call_table[318]: Symbol("sys_memfd_create" at 0xa80000000030c2e0, type=FUNC, size=0x344) +[D] sysn32_call_table[319]: Symbol("sys_bpf" at 0xa8000000001bb4d0, type=FUNC, size=0x28) +[D] sysn32_call_table[320]: Symbol("compat_sys_execveat" at 0xa800000000321488, type=FUNC, size=0x6c) +[D] sysn32_call_table[321]: Symbol("sys_userfaultfd" at 0xa8000000003900a0, type=FUNC, size=0x6c) +[D] sysn32_call_table[322]: Symbol("sys_membarrier" at 0xa8000000000bbf10, type=FUNC, size=0x53c) +[D] sysn32_call_table[323]: Symbol("sys_mlock2" at 0xa8000000002b5be8, type=FUNC, size=0x58) +[D] sysn32_call_table[324]: Symbol("sys_copy_file_range" at 0xa800000000314e98, type=FUNC, size=0x2d8) +[D] sysn32_call_table[325]: Symbol("compat_sys_preadv2" at 0xa800000000313e48, type=FUNC, size=0x160) +[D] sysn32_call_table[326]: Symbol("compat_sys_pwritev2" at 0xa8000000003140b0, type=FUNC, size=0x160) +[D] sysn32_call_table[327]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[328]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[329]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[330]: Symbol("sys_statx" at 0xa80000000031d590, type=FUNC, size=0xb0) +[D] sysn32_call_table[331]: Symbol("sys_rseq" at 0xa800000000250a20, type=FUNC, size=0x1e8) +[D] sysn32_call_table[332]: Symbol("compat_sys_io_pgetevents" at 0xa800000000395580, type=FUNC, size=0x224) +[D] sysn32_call_table[333]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[334]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[335]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[336]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[337]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[338]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[339]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[340]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[341]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[342]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[343]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[344]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[345]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[346]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[347]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[348]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[349]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[350]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[351]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[352]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[353]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[354]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[355]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[356]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[357]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[358]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[359]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[360]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[361]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[362]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[363]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[364]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[365]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[366]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[367]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[368]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[369]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[370]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[371]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[372]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[373]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[374]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[375]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[376]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[377]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[378]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[379]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[380]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[381]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[382]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[383]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[384]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[385]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[386]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[387]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[388]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[389]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[390]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[391]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[392]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[393]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[394]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[395]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[396]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[397]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[398]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[399]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[400]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[401]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[402]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[403]: Symbol("sys_clock_gettime" at 0xa80000000011ae88, type=FUNC, size=0x130) +[D] sysn32_call_table[404]: Symbol("sys_clock_settime" at 0xa80000000011ad50, type=FUNC, size=0x138) +[D] sysn32_call_table[405]: Symbol("sys_clock_adjtime" at 0xa80000000011b078, type=FUNC, size=0x8) +[D] sysn32_call_table[406]: Symbol("sys_clock_getres" at 0xa80000000011b080, type=FUNC, size=0x138) +[D] sysn32_call_table[407]: Symbol("sys_clock_nanosleep" at 0xa80000000011b570, type=FUNC, size=0x1b8) +[D] sysn32_call_table[408]: Symbol("sys_timer_gettime" at 0xa80000000011a5c8, type=FUNC, size=0x98) +[D] sysn32_call_table[409]: Symbol("sys_timer_settime" at 0xa80000000011a798, type=FUNC, size=0x10c) +[D] sysn32_call_table[410]: Symbol("sys_timerfd_gettime" at 0xa80000000038add0, type=FUNC, size=0x90) +[D] sysn32_call_table[411]: Symbol("sys_timerfd_settime" at 0xa80000000038acf0, type=FUNC, size=0xe0) +[D] sysn32_call_table[412]: Symbol("sys_utimensat" at 0xa800000000367800, type=FUNC, size=0x100) +[D] sysn32_call_table[413]: Symbol("compat_sys_pselect6_time64" at 0xa8000000003358f8, type=FUNC, size=0x19c) +[D] sysn32_call_table[414]: Symbol("compat_sys_ppoll_time64" at 0xa800000000335d58, type=FUNC, size=0x120) +[D] sysn32_call_table[415]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[416]: Symbol("sys_io_pgetevents" at 0xa800000000395240, type=FUNC, size=0x224) +[D] sysn32_call_table[417]: Symbol("compat_sys_recvmmsg_time64" at 0xa8000000007ee578, type=FUNC, size=0x30) +[D] sysn32_call_table[418]: Symbol("sys_mq_timedsend" at 0xa80000000052bcf8, type=FUNC, size=0xe8) +[D] sysn32_call_table[419]: Symbol("sys_mq_timedreceive" at 0xa80000000052bde0, type=FUNC, size=0xe8) +[D] sysn32_call_table[420]: Symbol("sys_semtimedop" at 0xa800000000524db0, type=FUNC, size=0xe0) +[D] sysn32_call_table[421]: Symbol("compat_sys_rt_sigtimedwait_time64" at 0xa800000000065800, type=FUNC, size=0x110) +[D] sysn32_call_table[422]: Symbol("sys_futex" at 0xa800000000125bb0, type=FUNC, size=0x1a0) +[D] sysn32_call_table[423]: Symbol("sys_sched_rr_get_interval" at 0xa800000000095890, type=FUNC, size=0x90) +[D] sysn32_call_table[424]: Symbol("sys_pidfd_send_signal" at 0xa800000000065cb8, type=FUNC, size=0x2e4) +[D] sysn32_call_table[425]: Symbol("sys_io_uring_setup" at 0xa8000000005a9060, type=FUNC, size=0xc0) +[D] sysn32_call_table[426]: Symbol("sys_io_uring_enter" at 0xa8000000005a81a0, type=FUNC, size=0xe98) +[D] sysn32_call_table[427]: Symbol("sys_io_uring_register" at 0xa8000000005bd958, type=FUNC, size=0xca4) +[D] sysn32_call_table[428]: Symbol("sys_open_tree" at 0xa80000000034c5f0, type=FUNC, size=0x40c) +[D] sysn32_call_table[429]: Symbol("sys_move_mount" at 0xa80000000034e4b0, type=FUNC, size=0x410) +[D] sysn32_call_table[430]: Symbol("sys_fsopen" at 0xa80000000036d178, type=FUNC, size=0x1a0) +[D] sysn32_call_table[431]: Symbol("sys_fsconfig" at 0xa80000000036d500, type=FUNC, size=0x5c4) +[D] sysn32_call_table[432]: Symbol("sys_fsmount" at 0xa80000000034e0f8, type=FUNC, size=0x3b4) +[D] sysn32_call_table[433]: Symbol("sys_fspick" at 0xa80000000036d318, type=FUNC, size=0x1e8) +[D] sysn32_call_table[434]: Symbol("sys_pidfd_open" at 0xa80000000007aa28, type=FUNC, size=0x148) +[D] sysn32_call_table[435]: Symbol("__sys_clone3" at 0xa800000000028450, type=FUNC, size=0x28) +[D] sysn32_call_table[436]: Symbol("sys_close_range" at 0xa80000000030ffe8, type=FUNC, size=0x24) +[D] sysn32_call_table[437]: Symbol("sys_openat2" at 0xa80000000030fc38, type=FUNC, size=0x14c) +[D] sysn32_call_table[438]: Symbol("sys_pidfd_getfd" at 0xa80000000007ab70, type=FUNC, size=0x1d8) +[D] sysn32_call_table[439]: Symbol("sys_faccessat2" at 0xa80000000030e400, type=FUNC, size=0x10) +[D] sysn32_call_table[440]: Symbol("sys_process_madvise" at 0xa8000000002f1510, type=FUNC, size=0x10) +[D] sysn32_call_table[441]: Symbol("compat_sys_epoll_pwait2" at 0xa8000000003889a8, type=FUNC, size=0x100) +[D] sysn32_call_table[442]: Symbol("sys_mount_setattr" at 0xa80000000034ee70, type=FUNC, size=0x9d8) +[D] sysn32_call_table[443]: Symbol("sys_quotactl_fd" at 0xa8000000003be310, type=FUNC, size=0x260) +[D] sysn32_call_table[444]: Symbol("sys_landlock_create_ruleset" at 0xa800000000544b28, type=FUNC, size=0x220) +[D] sysn32_call_table[445]: Symbol("sys_landlock_add_rule" at 0xa800000000544d48, type=FUNC, size=0x340) +[D] sysn32_call_table[446]: Symbol("sys_landlock_restrict_self" at 0xa800000000545088, type=FUNC, size=0x180) +[D] sysn32_call_table[447]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[448]: Symbol("sys_process_mrelease" at 0xa80000000025fa90, type=FUNC, size=0x270) +[D] sysn32_call_table[449]: Symbol("sys_futex_waitv" at 0xa800000000126068, type=FUNC, size=0x214) +[D] sysn32_call_table[450]: Symbol("sys_set_mempolicy_home_node" at 0xa8000000003017d8, type=FUNC, size=0x2b0) +[D] sysn32_call_table[451]: Symbol("sys_cachestat" at 0xa80000000025a938, type=FUNC, size=0x210) +[D] sysn32_call_table[452]: Symbol("sys_fchmodat2" at 0xa80000000030e9a0, type=FUNC, size=0x10c) +[D] sysn32_call_table[453]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sysn32_call_table[454]: Symbol("sys_futex_wake" at 0xa800000000126280, type=FUNC, size=0xa8) +[D] sysn32_call_table[455]: Symbol("sys_futex_wait" at 0xa800000000126328, type=FUNC, size=0x188) +[D] sysn32_call_table[456]: Symbol("sys_futex_requeue" at 0xa8000000001264b0, type=FUNC, size=0x10) +[D] sysn32_call_table[457]: Symbol("sys_statmount" at 0xa80000000034f898, type=FUNC, size=0x8) +[D] sysn32_call_table[458]: Symbol("sys_listmount" at 0xa80000000034f8a0, type=FUNC, size=0x410) +[D] sysn32_call_table[459]: Symbol("sys_lsm_get_self_attr" at 0xa80000000053a448, type=FUNC, size=0x20) +[D] sysn32_call_table[460]: Symbol("sys_lsm_set_self_attr" at 0xa80000000053a428, type=FUNC, size=0x20) +[D] sysn32_call_table[461]: Symbol("sys_lsm_list_modules" at 0xa80000000053a468, type=FUNC, size=0xec) +[I] Common syscall symbol prefixes: compat_sys_, compat_, sys_ +[I] 90 syscall table entries point to sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa8000000003133b8', '0xa800000000313508', '0xa80000000030fac8', '0xa80000000030ff60', '0xa80000000031d430', '0xa80000000031d450', '0xa80000000031d438', '0xa800000000335590', '0xa800000000311bf8', '0xa800000000028528', '0xa8000000002c0718', '0xa8000000002bb2d0', '0xa8000000002bc680', '0xa800000000066da8', '0xa800000000061718', '0xa800000000331e80', '0xa8000000003135e8', '0xa8000000003137c0', '0xa8000000003138c0', '0xa8000000003138c8', '0xa80000000030e410', '0xa8000000000284a0', '0xa800000000335808', '0xa800000000095750', '0xa8000000002c1e60', '0xa8000000002c1e70', '0xa8000000002b2fe0', '0xa8000000002f14e0', '0xa800000000527bb8', '0xa8000000005282b0', '0xa800000000527d68', '0xa8000000003446b0', '0xa800000000344590', '0xa800000000067080', '0xa80000000010e288', '0xa80000000011ee98', '0xa80000000011f2a0', '0xa80000000011efd8', '0xa80000000006a620', '0xa8000000003143e8', '0xa80000000074c450', '0xa80000000074ce98', '0xa80000000074ccb0', '0xa80000000074d2d0', '0xa8000000007ee548', '0xa8000000007ee4b0', '0xa8000000007ee4f8', '0xa80000000074d880', '0xa80000000074c870', '0xa80000000074c988', '0xa80000000074cfc0', '0xa80000000074d108', '0xa80000000074c730', '0xa80000000074d600', '0xa80000000074d738', '0xa800000000028428', '0xa800000000028400', '0xa800000000321438', '0xa800000000051070', '0xa8000000000520b0', '0xa800000000065a20', '0xa80000000006ae70', '0xa800000000523a18', '0xa800000000525048', '0xa800000000523c18', '0xa800000000528640', '0xa800000000520238', '0xa8000000005204c8', '0xa800000000520570', '0xa8000000005203e0', '0xa80000000032ffe0', '0xa80000000039d510', '0xa800000000366be8', '0xa800000000366c80', '0xa80000000030dd90', '0xa80000000030e248', '0xa800000000332ff8', '0xa800000000368890', '0xa80000000030e428', '0xa80000000030e530', '0xa80000000032e988', '0xa80000000032d5f8', '0xa80000000032d828', '0xa80000000030fee8', '0xa80000000032e238', '0xa80000000032dc38', '0xa80000000032de38', '0xa80000000031d478', '0xa80000000030eba8', '0xa80000000030e918', '0xa80000000030f040', '0xa80000000030f3a8', '0xa80000000030f158', '0xa80000000006c188', '0xa800000000105a40', '0xa80000000006b730', '0xa80000000006c180', '0xa80000000006cb38', '0xa80000000006a888', '0xa80000000005cc38', '0xa80000000006a6a0', '0xa8000000000c2410', '0xa80000000006a720', '0xa800000000069968', '0xa800000000069550', '0xa80000000006a6e0', '0xa80000000006a760', '0xa80000000006aa60', '0xa80000000006a670', '0xa80000000006ac90', '0xa80000000006ae50', '0xa800000000069818', '0xa800000000069428', '0xa800000000087d30', '0xa800000000087e18', '0xa800000000069df8', '0xa800000000069e08', '0xa80000000006a308', '0xa80000000006a318', '0xa80000000006ac08', '0xa80000000006a508', '0xa80000000006a618', '0xa80000000006acb8', '0xa80000000005a188', '0xa80000000005a380', '0xa800000000061928', '0xa800000000065910', '0xa800000000066128', '0xa8000000000671b8', '0xa800000000066908', '0xa800000000367a00', '0xa80000000032d3a8', '0xa800000000033ee8', '0xa80000000036a2d8', '0xa80000000036a118', '0xa80000000036a120', '0xa800000000344e40', '0xa800000000068fc0', '0xa800000000068c40', '0xa800000000094d98', '0xa8000000000951f8', '0xa800000000094d68', '0xa800000000095150', '0xa8000000000957e0', '0xa800000000095838', '0xa800000000095920', '0xa8000000002b5bc8', '0xa8000000002b5c40', '0xa8000000002b5d98', '0xa8000000002b6020', '0xa800000000310010', '0xa80000000034e910', '0xa80000000006c1d0', '0xa8000000001060a0', '0xa80000000006b600', '0xa80000000030e610', '0xa800000000366a70', '0xa80000000012f450', '0xa800000000105b88', '0xa80000000034de30', '0xa80000000034acd8', '0xa8000000002fa578', '0xa8000000002f94d8', '0xa800000000084d88', '0xa80000000006b060', '0xa80000000006b350', '0xa8000000000ff550', '0xa8000000000ff9f0', '0xa8000000003bde20', '0xa80000000006a648', '0xa8000000002670c0', '0xa800000000354728', '0xa800000000354748', '0xa800000000354768', '0xa800000000354cb8', '0xa800000000354cc0', '0xa800000000354cc8', '0xa800000000354d90', '0xa800000000354d98', '0xa800000000354da0', '0xa800000000354e48', '0xa800000000354e68', '0xa800000000354e88', '0xa800000000065fe0', '0xa8000000001265e0', '0xa800000000133840', '0xa8000000001339c0', '0xa800000000039c58', '0xa8000000000286e8', '0xa800000000028478', '0xa800000000394748', '0xa8000000003948f8', '0xa800000000395468', '0xa800000000394cf8', '0xa800000000394f60', '0xa800000000051120', '0xa8000000003872a8', '0xa800000000388398', '0xa800000000388480', '0xa8000000002be100', '0xa8000000000359d0', '0xa80000000032ffd0', '0xa800000000047c58', '0xa800000000061198', '0xa800000000524f68', '0xa8000000002600d0', '0xa80000000036a1e0', '0xa80000000036a2b8', '0xa8000000003142e8', '0xa80000000011a500', '0xa80000000011a8a8', '0xa80000000011a660', '0xa80000000011a6f8', '0xa80000000011a9b0', '0xa80000000011b1b8', '0xa80000000011b2f0', '0xa80000000011b428', '0xa80000000011b728', '0xa800000000065fa0', '0xa800000000367bf8', '0xa800000000302130', '0xa8000000002ffd20', '0xa8000000002ff9a8', '0xa80000000052bfb0', '0xa80000000052bbb8', '0xa80000000052c1d0', '0xa80000000052c2c0', '0xa80000000052c108', '0xa80000000052c1c8', '0xa8000000000520c0', '0xa800000000531ba0', '0xa800000000531dd0', '0xa8000000005375b0', '0xa800000000028550', '0xa800000000380030', '0xa800000000380050', '0xa800000000380518', '0xa8000000002ffa88', '0xa80000000030fb80', '0xa80000000032d5a8', '0xa80000000032d348', '0xa80000000030f018', '0xa800000000367bf0', '0xa80000000031d440', '0xa80000000032dba8', '0xa80000000032e910', '0xa80000000032e1b0', '0xa80000000032ddd8', '0xa80000000031d458', '0xa80000000030eab0', '0xa80000000030e3f0', '0xa800000000335a98', '0xa800000000335c38', '0xa80000000004a3f8', '0xa800000000365cf8', '0xa800000000366f48', '0xa8000000003664b0', '0xa800000000365ce8', '0xa800000000307240', '0xa8000000001264c0', '0xa8000000001264e8', '0xa8000000001330f8', '0xa80000000006ca48', '0xa800000000388830', '0xa80000000058f208', '0xa80000000058f4e0', '0xa800000000367ae8', '0xa800000000389af8', '0xa80000000038bd98', '0xa80000000030e330', '0xa80000000038ab18', '0xa80000000038af40', '0xa80000000038ae60', '0xa800000000389a50', '0xa80000000038bd78', '0xa800000000387288', '0xa800000000344568', '0xa8000000003238a8', '0xa800000000380010', '0xa800000000313d40', '0xa800000000313fa8', '0xa8000000000662d8', '0xa8000000002471c8', '0xa80000000074cc90', '0xa8000000007ee5a8', '0xa800000000332d78', '0xa800000000385188', '0xa800000000385550', '0xa80000000006b878', '0xa8000000003aaa58', '0xa8000000003aada0', '0xa80000000011b420', '0xa800000000366b38', '0xa8000000007ee4c8', '0xa8000000000806b8', '0xa8000000002d2b80', '0xa8000000002d2b90', '0xa800000000102910', '0xa8000000000ff558', '0xa800000000094dc0', '0xa800000000095300', '0xa80000000032e888', '0xa8000000001554f8', '0xa80000000065ff50', '0xa80000000030c2e0', '0xa8000000001bb4d0', '0xa800000000321488', '0xa8000000003900a0', '0xa8000000000bbf10', '0xa8000000002b5be8', '0xa800000000314e98', '0xa800000000313e48', '0xa8000000003140b0', '0xa80000000031d590', '0xa800000000250a20', '0xa800000000395580', '0xa80000000011ae88', '0xa80000000011ad50', '0xa80000000011b078', '0xa80000000011b080', '0xa80000000011b570', '0xa80000000011a5c8', '0xa80000000011a798', '0xa80000000038add0', '0xa80000000038acf0', '0xa800000000367800', '0xa8000000003358f8', '0xa800000000335d58', '0xa800000000395240', '0xa8000000007ee578', '0xa80000000052bcf8', '0xa80000000052bde0', '0xa800000000524db0', '0xa800000000065800', '0xa800000000125bb0', '0xa800000000095890', '0xa800000000065cb8', '0xa8000000005a9060', '0xa8000000005a81a0', '0xa8000000005bd958', '0xa80000000034c5f0', '0xa80000000034e4b0', '0xa80000000036d178', '0xa80000000036d500', '0xa80000000034e0f8', '0xa80000000036d318', '0xa80000000007aa28', '0xa800000000028450', '0xa80000000030ffe8', '0xa80000000030fc38', '0xa80000000007ab70', '0xa80000000030e400', '0xa8000000002f1510', '0xa8000000003889a8', '0xa80000000034ee70', '0xa8000000003be310', '0xa800000000544b28', '0xa800000000544d48', '0xa800000000545088', '0xa80000000025fa90', '0xa800000000126068', '0xa8000000003017d8', '0xa80000000025a938', '0xa80000000030e9a0', '0xa800000000126280', '0xa800000000126328', '0xa8000000001264b0', '0xa80000000034f898', '0xa80000000034f8a0', '0xa80000000053a448', '0xa80000000053a428', '0xa80000000053a468'] +[D] Location needs adjustment (bad): recvfrom (compat_sys_recvfrom) -> net/compat.c:384 +[D] Location needs adjustment (invalid): clone (__sys_clone) -> None:None +[D] Location needs adjustment (invalid): fork (__sys_fork) -> None:None +[D] Location needs adjustment (bad): msgsnd (compat_sys_msgsnd) -> include/linux/compat.h:976 +[D] Location needs adjustment (bad): msgrcv (compat_sys_msgrcv) -> ipc/msg.c:1291 +[D] Location needs adjustment (bad): rename (sys_rename) -> fs/namei.c:217 +[D] Location needs adjustment (bad): mkdir (sys_mkdir) -> fs/namei.c:217 +[D] Location needs adjustment (bad): rmdir (sys_rmdir) -> fs/namei.c:217 +[D] Location needs adjustment (bad): link (sys_link) -> fs/namei.c:217 +[D] Location needs adjustment (bad): unlink (sys_unlink) -> fs/namei.c:217 +[D] Location needs adjustment (bad): symlink (sys_symlink) -> fs/namei.c:217 +[D] Location needs adjustment (bad): munlock (sys_munlock) -> arch/mips/include/asm/atomic.h:37 +[D] Location needs adjustment (bad): munlockall (sys_munlockall) -> arch/mips/include/asm/atomic.h:37 +[D] Location needs adjustment (invalid): sysmips (__sys_sysmips) -> None:None +[D] Location needs adjustment (bad): io_setup (compat_sys_io_setup) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): io_cancel (sys_io_cancel) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): sendmmsg (compat_sys_sendmmsg) -> net/compat.c:356 +[D] Location needs adjustment (bad): io_uring_setup (sys_io_uring_setup) -> io_uring/io_uring.c:4059 +[D] Location needs adjustment (invalid): clone3 (__sys_clone3) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa80000000002844f', '0xa800000000028477', '0xa800000000028427', '0xa80000000039514f', '0xa8000000003948f7', '0xa8000000005a911f', '0xa80000000032e28f', '0xa80000000032d633', '0xa8000000005205a3', '0xa8000000005204ff', '0xa8000000002b5d97', '0xa8000000002b6143', '0xa8000000007ee577', '0xa80000000032e9df', '0xa80000000032d853', '0xa8000000007ee4f7', '0xa80000000032de8f', '0xa80000000002849f', '0xa80000000032dc63'] +[D] Location needs full-range adjustment (invalid): clone (__sys_clone+0x27) -> None:None +[D] Location needs full-range adjustment (invalid): clone3 (__sys_clone3+0x27) -> None:None +[D] Location needs full-range adjustment (invalid): fork (__sys_fork+0x27) -> None:None +[D] Location needs full-range adjustment (bad): msgrcv (compat_sys_msgrcv+0x33) -> ipc/msg.c:1291 +[D] Location needs full-range adjustment (bad): munlockall (sys_munlockall+0x123) -> include/linux/mmap_lock.h:39 +[D] Location needs full-range adjustment (invalid): sysmips (__sys_sysmips+0x27) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028429', '0xa80000000002842a', '0xa80000000002842b', '0xa80000000002842c', '0xa80000000002842d', '0xa80000000002842e', '0xa80000000002842f', '0xa800000000028430', '0xa800000000028431', '0xa800000000028432', '0xa800000000028433', '0xa800000000028434', '0xa800000000028435', '0xa800000000028436', '0xa800000000028437', '0xa800000000028438', '0xa800000000028439', '0xa80000000002843a', '0xa80000000002843b', '0xa80000000002843c', '0xa80000000002843d', '0xa80000000002843e', '0xa80000000002843f', '0xa800000000028440', '0xa800000000028441', '0xa800000000028442', '0xa800000000028443', '0xa800000000028444', '0xa800000000028445', '0xa800000000028446', '0xa800000000028447', '0xa800000000028448', '0xa800000000028449', '0xa80000000002844a', '0xa80000000002844b', '0xa80000000002844c', '0xa80000000002844d'] +[D] Location needs grepping (invalid): clone (__sys_clone) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028451', '0xa800000000028452', '0xa800000000028453', '0xa800000000028454', '0xa800000000028455', '0xa800000000028456', '0xa800000000028457', '0xa800000000028458', '0xa800000000028459', '0xa80000000002845a', '0xa80000000002845b', '0xa80000000002845c', '0xa80000000002845d', '0xa80000000002845e', '0xa80000000002845f', '0xa800000000028460', '0xa800000000028461', '0xa800000000028462', '0xa800000000028463', '0xa800000000028464', '0xa800000000028465', '0xa800000000028466', '0xa800000000028467', '0xa800000000028468', '0xa800000000028469', '0xa80000000002846a', '0xa80000000002846b', '0xa80000000002846c', '0xa80000000002846d', '0xa80000000002846e', '0xa80000000002846f', '0xa800000000028470', '0xa800000000028471', '0xa800000000028472', '0xa800000000028473', '0xa800000000028474', '0xa800000000028475'] +[D] Location needs grepping (invalid): clone3 (__sys_clone3) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028401', '0xa800000000028402', '0xa800000000028403', '0xa800000000028404', '0xa800000000028405', '0xa800000000028406', '0xa800000000028407', '0xa800000000028408', '0xa800000000028409', '0xa80000000002840a', '0xa80000000002840b', '0xa80000000002840c', '0xa80000000002840d', '0xa80000000002840e', '0xa80000000002840f', '0xa800000000028410', '0xa800000000028411', '0xa800000000028412', '0xa800000000028413', '0xa800000000028414', '0xa800000000028415', '0xa800000000028416', '0xa800000000028417', '0xa800000000028418', '0xa800000000028419', '0xa80000000002841a', '0xa80000000002841b', '0xa80000000002841c', '0xa80000000002841d', '0xa80000000002841e', '0xa80000000002841f', '0xa800000000028420', '0xa800000000028421', '0xa800000000028422', '0xa800000000028423', '0xa800000000028424', '0xa800000000028425'] +[D] Location needs grepping (invalid): fork (__sys_fork) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000520571', '0xa800000000520572', '0xa800000000520573', '0xa800000000520574', '0xa800000000520575', '0xa800000000520576', '0xa800000000520577', '0xa800000000520578', '0xa800000000520579', '0xa80000000052057a', '0xa80000000052057b', '0xa80000000052057c', '0xa80000000052057d', '0xa80000000052057e', '0xa80000000052057f', '0xa800000000520580', '0xa800000000520581', '0xa800000000520582', '0xa800000000520583', '0xa800000000520584', '0xa800000000520585', '0xa800000000520586', '0xa800000000520587', '0xa800000000520588', '0xa800000000520589', '0xa80000000052058a', '0xa80000000052058b', '0xa80000000052058c', '0xa80000000052058d', '0xa80000000052058e', '0xa80000000052058f', '0xa800000000520590', '0xa800000000520591', '0xa800000000520592', '0xa800000000520593', '0xa800000000520594', '0xa800000000520595', '0xa800000000520596', '0xa800000000520597', '0xa800000000520598', '0xa800000000520599', '0xa80000000052059a', '0xa80000000052059b', '0xa80000000052059c', '0xa80000000052059d', '0xa80000000052059e', '0xa80000000052059f', '0xa8000000005205a0', '0xa8000000005205a1'] +[D] Location found through full-range adjustment: msgrcv (compat_sys_msgrcv+0x1c) -> ipc/msg.c:1298 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa8000000002b6021', '0xa8000000002b6022', '0xa8000000002b6023', '0xa8000000002b6024', '0xa8000000002b6025', '0xa8000000002b6026', '0xa8000000002b6027', '0xa8000000002b6028', '0xa8000000002b6029', '0xa8000000002b602a', '0xa8000000002b602b', '0xa8000000002b602c', '0xa8000000002b602d', '0xa8000000002b602e', '0xa8000000002b602f', '0xa8000000002b6030', '0xa8000000002b6031', '0xa8000000002b6032', '0xa8000000002b6033', '0xa8000000002b6034', '0xa8000000002b6035', '0xa8000000002b6036', '0xa8000000002b6037', '0xa8000000002b6038', '0xa8000000002b6039', '0xa8000000002b603a', '0xa8000000002b603b', '0xa8000000002b603c', '0xa8000000002b603d', '0xa8000000002b603e', '0xa8000000002b603f', '0xa8000000002b6040', '0xa8000000002b6041', '0xa8000000002b6042', '0xa8000000002b6043', '0xa8000000002b6044', '0xa8000000002b6045', '0xa8000000002b6046', '0xa8000000002b6047', '0xa8000000002b6048', '0xa8000000002b6049', '0xa8000000002b604a', '0xa8000000002b604b', '0xa8000000002b604c', '0xa8000000002b604d', '0xa8000000002b604e', '0xa8000000002b604f', '0xa8000000002b6050', '0xa8000000002b6051', '0xa8000000002b6052', '0xa8000000002b6053', '0xa8000000002b6054', '0xa8000000002b6055', '0xa8000000002b6056', '0xa8000000002b6057', '0xa8000000002b6058', '0xa8000000002b6059', '0xa8000000002b605a', '0xa8000000002b605b', '0xa8000000002b605c', '0xa8000000002b605d', '0xa8000000002b605e', '0xa8000000002b605f', '0xa8000000002b6060', '0xa8000000002b6061', '0xa8000000002b6062', '0xa8000000002b6063', '0xa8000000002b6064', '0xa8000000002b6065', '0xa8000000002b6066', '0xa8000000002b6067', '0xa8000000002b6068', '0xa8000000002b6069', '0xa8000000002b606a', '0xa8000000002b606b', '0xa8000000002b606c', '0xa8000000002b606d', '0xa8000000002b606e', '0xa8000000002b606f', '0xa8000000002b6070', '0xa8000000002b6071', '0xa8000000002b6072', '0xa8000000002b6073', '0xa8000000002b6074', '0xa8000000002b6075', '0xa8000000002b6076', '0xa8000000002b6077', '0xa8000000002b6078', '0xa8000000002b6079', '0xa8000000002b607a', '0xa8000000002b607b', '0xa8000000002b607c', '0xa8000000002b607d', '0xa8000000002b607e', '0xa8000000002b607f', '0xa8000000002b6080', '0xa8000000002b6081', '0xa8000000002b6082', '0xa8000000002b6083', '0xa8000000002b6084', '0xa8000000002b6085', '0xa8000000002b6086', '0xa8000000002b6087', '0xa8000000002b6088', '0xa8000000002b6089', '0xa8000000002b608a', '0xa8000000002b608b', '0xa8000000002b608c', '0xa8000000002b608d', '0xa8000000002b608e', '0xa8000000002b608f', '0xa8000000002b6090', '0xa8000000002b6091', '0xa8000000002b6092', '0xa8000000002b6093', '0xa8000000002b6094', '0xa8000000002b6095', '0xa8000000002b6096', '0xa8000000002b6097', '0xa8000000002b6098', '0xa8000000002b6099', '0xa8000000002b609a', '0xa8000000002b609b', '0xa8000000002b609c', '0xa8000000002b609d', '0xa8000000002b609e', '0xa8000000002b609f', '0xa8000000002b60a0', '0xa8000000002b60a1', '0xa8000000002b60a2', '0xa8000000002b60a3', '0xa8000000002b60a4', '0xa8000000002b60a5', '0xa8000000002b60a6', '0xa8000000002b60a7', '0xa8000000002b60a8', '0xa8000000002b60a9', '0xa8000000002b60aa', '0xa8000000002b60ab', '0xa8000000002b60ac', '0xa8000000002b60ad', '0xa8000000002b60ae', '0xa8000000002b60af', '0xa8000000002b60b0', '0xa8000000002b60b1', '0xa8000000002b60b2', '0xa8000000002b60b3', '0xa8000000002b60b4', '0xa8000000002b60b5', '0xa8000000002b60b6', '0xa8000000002b60b7', '0xa8000000002b60b8', '0xa8000000002b60b9', '0xa8000000002b60ba', '0xa8000000002b60bb', '0xa8000000002b60bc', '0xa8000000002b60bd', '0xa8000000002b60be', '0xa8000000002b60bf', '0xa8000000002b60c0', '0xa8000000002b60c1', '0xa8000000002b60c2', '0xa8000000002b60c3', '0xa8000000002b60c4', '0xa8000000002b60c5', '0xa8000000002b60c6', '0xa8000000002b60c7', '0xa8000000002b60c8', '0xa8000000002b60c9', '0xa8000000002b60ca', '0xa8000000002b60cb', '0xa8000000002b60cc', '0xa8000000002b60cd', '0xa8000000002b60ce', '0xa8000000002b60cf', '0xa8000000002b60d0', '0xa8000000002b60d1', '0xa8000000002b60d2', '0xa8000000002b60d3', '0xa8000000002b60d4', '0xa8000000002b60d5', '0xa8000000002b60d6', '0xa8000000002b60d7', '0xa8000000002b60d8', '0xa8000000002b60d9', '0xa8000000002b60da', '0xa8000000002b60db', '0xa8000000002b60dc', '0xa8000000002b60dd', '0xa8000000002b60de', '0xa8000000002b60df', '0xa8000000002b60e0', '0xa8000000002b60e1', '0xa8000000002b60e2', '0xa8000000002b60e3', '0xa8000000002b60e4', '0xa8000000002b60e5', '0xa8000000002b60e6', '0xa8000000002b60e7', '0xa8000000002b60e8', '0xa8000000002b60e9', '0xa8000000002b60ea', '0xa8000000002b60eb', '0xa8000000002b60ec', '0xa8000000002b60ed', '0xa8000000002b60ee', '0xa8000000002b60ef', '0xa8000000002b60f0', '0xa8000000002b60f1', '0xa8000000002b60f2', '0xa8000000002b60f3', '0xa8000000002b60f4', '0xa8000000002b60f5', '0xa8000000002b60f6', '0xa8000000002b60f7', '0xa8000000002b60f8', '0xa8000000002b60f9', '0xa8000000002b60fa', '0xa8000000002b60fb', '0xa8000000002b60fc', '0xa8000000002b60fd', '0xa8000000002b60fe', '0xa8000000002b60ff', '0xa8000000002b6100', '0xa8000000002b6101', '0xa8000000002b6102', '0xa8000000002b6103', '0xa8000000002b6104', '0xa8000000002b6105', '0xa8000000002b6106', '0xa8000000002b6107', '0xa8000000002b6108', '0xa8000000002b6109', '0xa8000000002b610a', '0xa8000000002b610b', '0xa8000000002b610c', '0xa8000000002b610d', '0xa8000000002b610e', '0xa8000000002b610f', '0xa8000000002b6110', '0xa8000000002b6111', '0xa8000000002b6112', '0xa8000000002b6113', '0xa8000000002b6114', '0xa8000000002b6115', '0xa8000000002b6116', '0xa8000000002b6117', '0xa8000000002b6118', '0xa8000000002b6119', '0xa8000000002b611a', '0xa8000000002b611b', '0xa8000000002b611c', '0xa8000000002b611d', '0xa8000000002b611e', '0xa8000000002b611f', '0xa8000000002b6120', '0xa8000000002b6121', '0xa8000000002b6122', '0xa8000000002b6123', '0xa8000000002b6124', '0xa8000000002b6125', '0xa8000000002b6126', '0xa8000000002b6127', '0xa8000000002b6128', '0xa8000000002b6129', '0xa8000000002b612a', '0xa8000000002b612b', '0xa8000000002b612c', '0xa8000000002b612d', '0xa8000000002b612e', '0xa8000000002b612f', '0xa8000000002b6130', '0xa8000000002b6131', '0xa8000000002b6132', '0xa8000000002b6133', '0xa8000000002b6134', '0xa8000000002b6135', '0xa8000000002b6136', '0xa8000000002b6137', '0xa8000000002b6138', '0xa8000000002b6139', '0xa8000000002b613a', '0xa8000000002b613b', '0xa8000000002b613c', '0xa8000000002b613d', '0xa8000000002b613e', '0xa8000000002b613f', '0xa8000000002b6140', '0xa8000000002b6141'] +[D] Location found through full-range adjustment: munlockall (sys_munlockall+0x14) -> mm/mlock.c:783 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028479', '0xa80000000002847a', '0xa80000000002847b', '0xa80000000002847c', '0xa80000000002847d', '0xa80000000002847e', '0xa80000000002847f', '0xa800000000028480', '0xa800000000028481', '0xa800000000028482', '0xa800000000028483', '0xa800000000028484', '0xa800000000028485', '0xa800000000028486', '0xa800000000028487', '0xa800000000028488', '0xa800000000028489', '0xa80000000002848a', '0xa80000000002848b', '0xa80000000002848c', '0xa80000000002848d', '0xa80000000002848e', '0xa80000000002848f', '0xa800000000028490', '0xa800000000028491', '0xa800000000028492', '0xa800000000028493', '0xa800000000028494', '0xa800000000028495', '0xa800000000028496', '0xa800000000028497', '0xa800000000028498', '0xa800000000028499', '0xa80000000002849a', '0xa80000000002849b', '0xa80000000002849c', '0xa80000000002849d'] +[D] Location needs grepping (invalid): sysmips (__sys_sysmips) -> None:None +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/mips', '--glob', '*.c', '\\b(COMPAT_)?SYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[W] Location found through grepping: clone -> kernel/fork.c:3013 +[W] Location found through grepping: clone3 -> kernel/fork.c:3187 +[W] Location found through grepping: fork -> kernel/fork.c:2984 +[W] Location found through grepping: sysmips -> arch/mips/kernel/syscall.c:208 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +Found 372 implemented syscalls +Found 4 definition locations through grepping + diff --git a/db/mips/64/n32/v6.8/table.json b/db/mips/64/n32/v6.8/table.json new file mode 100644 index 0000000..af15c72 --- /dev/null +++ b/db/mips/64/n32/v6.8/table.json @@ -0,0 +1,6682 @@ +{ + "kernel": { + "abi": { + "bits": 64, + "calling_convention": { + "parameters": [ + "a0", + "a1", + "a2", + "a3", + "a4", + "a5" + ], + "syscall_nr": "v0" + }, + "compat": true, + "name": "n32" + }, + "architecture": { + "bits": 64, + "name": "mips" + }, + "syscall_table_symbol": "sysn32_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 627, + "name": "read", + "number": 6000, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 652, + "name": "write", + "number": 6001, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 6002, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 6003, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 6004, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 6005, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 6006, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 6007, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 6008, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "sys_lseek" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 62, + "name": "mmap", + "number": 6009, + "origname": "mips_mmap", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "off_t offset" + ], + "symbol": "sys_mips_mmap" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 6010, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 6011, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 6012, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 4471, + "name": "rt_sigaction", + "number": 6013, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct compat_sigaction *act", + "struct compat_sigaction *oact", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 3208, + "name": "rt_sigprocmask", + "number": 6014, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "compat_sigset_t *nset", + "compat_sigset_t *oset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 914, + "name": "ioctl", + "number": 6015, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 678, + "name": "pread64", + "number": 6016, + "origname": "pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pread64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 17, + "kconfig": null, + "line": 712, + "name": "pwrite64", + "number": 6017, + "origname": "pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pwrite64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 18, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 6018, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 6019, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 545, + "name": "access", + "number": 6020, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 52, + "name": "pipe", + "number": 6021, + "origname": "sysm_pipe", + "signature": [], + "symbol": "sysm_pipe" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1288, + "name": "select", + "number": 6022, + "origname": "select", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timeval32 *tvp" + ], + "symbol": "compat_sys_select" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 6023, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 6024, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 6025, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 6026, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 6027, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 28, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 6028, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 6029, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": "SYSVIPC", + "line": 1504, + "name": "shmctl", + "number": 6030, + "origname": "old_shmctl", + "signature": [ + "int shmid", + "int cmd", + "void *uptr" + ], + "symbol": "compat_sys_old_shmctl" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 31, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 6031, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 32, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 6032, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 6033, + "origname": "pause", + "signature": [], + "symbol": "sys_pause" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 6034, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 35, + "kconfig": null, + "line": 141, + "name": "getitimer", + "number": 6035, + "origname": "getitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value" + ], + "symbol": "compat_sys_getitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 378, + "name": "setitimer", + "number": 6036, + "origname": "setitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value", + "struct old_itimerval32 *ovalue" + ], + "symbol": "compat_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 6037, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 6038, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 1366, + "name": "sendfile", + "number": 6039, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "compat_off_t *offset", + "compat_size_t count" + ], + "symbol": "compat_sys_sendfile" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 6040, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 6041, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 6042, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 6043, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "sys_sendto" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 44, + "kconfig": "NET", + "line": 398, + "name": "recvfrom", + "number": 6044, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int *addrlen" + ], + "symbol": "compat_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": "NET", + "line": 350, + "name": "sendmsg", + "number": 6045, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "compat_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "NET", + "line": 378, + "name": "recvmsg", + "number": 6046, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "compat_sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 6047, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 6048, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 6049, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 6050, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 6051, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 6052, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 53, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 6053, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 6054, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 55, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 6055, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "__sys_clone" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 56, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 6056, + "origname": "fork", + "signature": [], + "symbol": "__sys_fork" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 2149, + "name": "execve", + "number": 6057, + "origname": "execve", + "signature": [ + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp" + ], + "symbol": "compat_sys_execve" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 58, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 6058, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 1834, + "name": "wait4", + "number": 6059, + "origname": "wait4", + "signature": [ + "compat_pid_t pid", + "compat_uint_t *stat_addr", + "int options", + "struct compat_rusage *ru" + ], + "symbol": "compat_sys_wait4" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 6060, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 6061, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 6062, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": "SYSVIPC", + "line": 2296, + "name": "semop", + "number": 6063, + "origname": "semop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned nsops" + ], + "symbol": "sys_semop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": "SYSVIPC", + "line": 1832, + "name": "semctl", + "number": 6064, + "origname": "old_semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "int arg" + ], + "symbol": "compat_sys_old_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 6065, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 6066, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": "SYSVIPC", + "line": 995, + "name": "msgsnd", + "number": 6067, + "origname": "msgsnd", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "int msgflg" + ], + "symbol": "compat_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SYSVIPC", + "line": 1298, + "name": "msgrcv", + "number": 6068, + "origname": "msgrcv", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "compat_long_t msgtyp", + "int msgflg" + ], + "symbol": "compat_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SYSVIPC", + "line": 787, + "name": "msgctl", + "number": 6069, + "origname": "old_msgctl", + "signature": [ + "int msqid", + "int cmd", + "void *uptr" + ], + "symbol": "compat_sys_old_msgctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": null, + "line": 674, + "name": "fcntl", + "number": 6070, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_fcntl" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 6071, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 6072, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 6073, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 6074, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 6075, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 562, + "name": "getdents", + "number": 6076, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct compat_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "compat_sys_getdents" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 6077, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 6078, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 6079, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 6080, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 6081, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 6082, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 6083, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 84, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 6084, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 6085, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 6086, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 6087, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 6088, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 6089, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 6090, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 6091, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 6092, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 6093, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 224, + "name": "gettimeofday", + "number": 6094, + "origname": "gettimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "compat_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 1552, + "name": "getrlimit", + "number": 6095, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "compat_sys_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 1884, + "name": "getrusage", + "number": 6096, + "origname": "getrusage", + "signature": [ + "int who", + "struct compat_rusage *ru" + ], + "symbol": "compat_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 2877, + "name": "sysinfo", + "number": 6097, + "origname": "sysinfo", + "signature": [ + "struct compat_sysinfo *info" + ], + "symbol": "compat_sys_sysinfo" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 98, + "kconfig": null, + "line": 1042, + "name": "times", + "number": 6098, + "origname": "times", + "signature": [ + "struct compat_tms *tbuf" + ], + "symbol": "compat_sys_times" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 1400, + "name": "ptrace", + "number": 6099, + "origname": "ptrace", + "signature": [ + "compat_long_t request", + "compat_long_t pid", + "compat_long_t addr", + "compat_long_t data" + ], + "symbol": "compat_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 6100, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 101, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 6101, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 6102, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 6103, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 6104, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 6105, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 6106, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 6107, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 6108, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 6109, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 110, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 6110, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 6111, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 112, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 6112, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 113, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 6113, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 6114, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 6115, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 6116, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 6117, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 6118, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 6119, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 6120, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 6121, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 6122, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 123, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 6123, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 6124, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": null, + "line": 3265, + "name": "rt_sigpending", + "number": 6125, + "origname": "rt_sigpending", + "signature": [ + "compat_sigset_t *uset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 3760, + "name": "rt_sigtimedwait", + "number": 6126, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct old_timespec32 *uts", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 127, + "kconfig": null, + "line": 4043, + "name": "rt_sigqueueinfo", + "number": 6127, + "origname": "rt_sigqueueinfo", + "signature": [ + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "compat_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": null, + "line": 4683, + "name": "rt_sigsuspend", + "number": 6128, + "origname": "rt_sigsuspend", + "signature": [ + "compat_sigset_t *unewset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": null, + "line": 4327, + "name": "sigaltstack", + "number": 6129, + "origname": "sigaltstack", + "signature": [ + "const compat_stack_t *uss_ptr", + "compat_stack_t *uoss_ptr" + ], + "symbol": "compat_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 130, + "kconfig": null, + "line": 236, + "name": "utime", + "number": 6130, + "origname": "utime32", + "signature": [ + "const char *filename", + "struct old_utimbuf32 *t" + ], + "symbol": "sys_utime32" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 6131, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 89, + "name": "personality", + "number": 6132, + "origname": "32_personality", + "signature": [ + "unsigned long personality" + ], + "symbol": "sys_32_personality" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 391, + "name": "ustat", + "number": 6133, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct compat_ustat *u" + ], + "symbol": "compat_sys_ustat" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 134, + "kconfig": null, + "line": 305, + "name": "statfs", + "number": 6134, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct compat_statfs *buf" + ], + "symbol": "compat_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": null, + "line": 314, + "name": "fstatfs", + "number": 6135, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct compat_statfs *buf" + ], + "symbol": "compat_sys_fstatfs" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 6136, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 137, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 6137, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 6138, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 6139, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 6140, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 6141, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 6142, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 6143, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 6144, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 6145, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 6146, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 6147, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 6148, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 149, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 6149, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 6150, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 6151, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 6153, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 6154, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 1532, + "name": "setrlimit", + "number": 6155, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "compat_sys_setrlimit" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 6156, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 6157, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 6158, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "sys_acct" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 243, + "name": "settimeofday", + "number": 6159, + "origname": "settimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "compat_sys_settimeofday" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 6160, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 6161, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "sys_umount" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 6162, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "sys_swapon" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 6163, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 6164, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "sys_reboot" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 6165, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 166, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 6166, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 6168, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 6169, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 6172, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 6178, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "mm/readahead.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 746, + "name": "readahead", + "number": 6179, + "origname": "readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "sys_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 6180, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 6181, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 6182, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 6183, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 6184, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 6185, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 6186, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 6187, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 188, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 6188, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 189, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 6189, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 6190, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 6191, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 6192, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 6194, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex_time32" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 124, + "name": "sched_setaffinity", + "number": 6195, + "origname": "sched_setaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "compat_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 144, + "name": "sched_getaffinity", + "number": 6196, + "origname": "sched_getaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "compat_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "arch/mips/mm/cache.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 89, + "name": "cacheflush", + "number": 6197, + "origname": "cacheflush", + "signature": [ + "unsigned long addr", + "unsigned long bytes", + "unsigned int cache" + ], + "symbol": "sys_cacheflush" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 240, + "name": "cachectl", + "number": 6198, + "origname": "cachectl", + "signature": [ + "char *addr", + "int nbytes", + "int op" + ], + "symbol": "sys_cachectl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": true, + "index": 199, + "kconfig": null, + "line": 208, + "name": "sysmips", + "number": 6199, + "origname": "sysmips", + "signature": [ + "long cmd", + "long arg1", + "long arg2" + ], + "symbol": "__sys_sysmips" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": "AIO", + "line": 1419, + "name": "io_setup", + "number": 6200, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "u32 *ctx32p" + ], + "symbol": "compat_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 6201, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 6202, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": "AIO", + "line": 2129, + "name": "io_submit", + "number": 6203, + "origname": "io_submit", + "signature": [ + "compat_aio_context_t ctx_id", + "int nr", + "compat_uptr_t *iocbpp" + ], + "symbol": "compat_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 6204, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 6205, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 6207, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 6208, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 6209, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 6210, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal_n32.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": null, + "line": 51, + "name": "sysn32_rt_sigreturn", + "number": 6211, + "origname": "sysn32_rt_sigreturn", + "signature": [], + "symbol": "sysn32_rt_sigreturn" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 668, + "name": "fcntl64", + "number": 6212, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 6213, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 6214, + "origname": "restart_syscall", + "signature": [], + "symbol": "sys_restart_syscall" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": "SYSVIPC", + "line": 2288, + "name": "semtimedop", + "number": 6215, + "origname": "semtimedop_time32", + "signature": [ + "int semid", + "struct sembuf *tsems", + "unsigned int nsops", + "const struct old_timespec32 *timeout" + ], + "symbol": "sys_semtimedop_time32" + }, + { + "esoteric": false, + "file": "mm/fadvise.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "ADVISE_SYSCALLS", + "line": 205, + "name": "fadvise64_64", + "number": 6216, + "origname": "fadvise64_64", + "signature": [ + "int fd", + "loff_t offset", + "loff_t len", + "int advice" + ], + "symbol": "sys_fadvise64_64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 362, + "name": "statfs64", + "number": 6217, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "compat_sys_statfs64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 381, + "name": "fstatfs64", + "number": 6218, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "compat_sys_fstatfs64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 6219, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": "POSIX_TIMERS", + "line": 545, + "name": "timer_create", + "number": 6220, + "origname": "timer_create", + "signature": [ + "clockid_t which_clock", + "struct compat_sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "compat_sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 6221, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 222, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 6222, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 6223, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 6224, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 6225, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 6226, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 6227, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 6228, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 6229, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 6230, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_utimes_time32" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 6231, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 6232, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 6233, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": "POSIX_MQUEUE", + "line": 1562, + "name": "mq_open", + "number": 6234, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "compat_mode_t mode", + "struct compat_mq_attr *u_attr" + ], + "symbol": "compat_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 6235, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 6236, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 6237, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "POSIX_MQUEUE", + "line": 1575, + "name": "mq_notify", + "number": 6238, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct compat_sigevent *u_notification" + ], + "symbol": "compat_sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": "POSIX_MQUEUE", + "line": 1589, + "name": "mq_getsetattr", + "number": 6239, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct compat_mq_attr *u_mqstat", + "struct compat_mq_attr *u_omqstat" + ], + "symbol": "compat_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": null, + "line": 1849, + "name": "waitid", + "number": 6241, + "origname": "waitid", + "signature": [ + "int which", + "compat_pid_t pid", + "struct compat_siginfo *infop", + "int options", + "struct compat_rusage *uru" + ], + "symbol": "compat_sys_waitid" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 6243, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 6244, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/compat.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "KEYS", + "line": 17, + "name": "keyctl", + "number": 6245, + "origname": "keyctl", + "signature": [ + "u32 option", + "u32 arg2", + "u32 arg3", + "u32 arg4", + "u32 arg5" + ], + "symbol": "compat_sys_keyctl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": null, + "line": 87, + "name": "set_thread_area", + "number": 6246, + "origname": "set_thread_area", + "signature": [ + "unsigned long addr" + ], + "symbol": "sys_set_thread_area" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 6247, + "origname": "inotify_init", + "signature": [], + "symbol": "sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 6248, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 6249, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 6250, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "sys_migrate_pages" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 6251, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 6252, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 6253, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 6254, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 6255, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": null, + "line": 462, + "name": "newfstatat", + "number": 6256, + "origname": "newfstatat", + "signature": [ + "int dfd", + "const char *filename", + "struct stat *statbuf", + "int flag" + ], + "symbol": "sys_newfstatat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 6257, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 6258, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 6259, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 6260, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 6261, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 6262, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 6263, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 1383, + "name": "pselect6", + "number": 6264, + "origname": "pselect6_time32", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "compat_sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 1399, + "name": "ppoll", + "number": 6265, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 6266, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 6267, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 370, + "name": "sync_file_range", + "number": 6268, + "origname": "sync_file_range", + "signature": [ + "int fd", + "loff_t offset", + "loff_t nbytes", + "unsigned int flags" + ], + "symbol": "sys_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 6269, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 6270, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 6271, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "FUTEX", + "line": 442, + "name": "set_robust_list", + "number": 6272, + "origname": "set_robust_list", + "signature": [ + "struct compat_robust_list_head *head", + "compat_size_t len" + ], + "symbol": "compat_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "FUTEX", + "line": 454, + "name": "get_robust_list", + "number": 6273, + "origname": "get_robust_list", + "signature": [ + "int pid", + "compat_uptr_t *head_ptr", + "compat_size_t *len_ptr" + ], + "symbol": "compat_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "KEXEC", + "line": 261, + "name": "kexec_load", + "number": 6274, + "origname": "kexec_load", + "signature": [ + "compat_ulong_t entry", + "compat_ulong_t nr_segments", + "struct compat_kexec_segment *segments", + "compat_ulong_t flags" + ], + "symbol": "compat_sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 6275, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "EPOLL", + "line": 2410, + "name": "epoll_pwait", + "number": 6276, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 6277, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 6278, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 6279, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": "SIGNALFD", + "line": 348, + "name": "signalfd", + "number": 6280, + "origname": "signalfd", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 6282, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 6283, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "sys_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 6284, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 6285, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 6286, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": "SIGNALFD", + "line": 340, + "name": "signalfd4", + "number": 6287, + "origname": "signalfd4", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize", + "int flags" + ], + "symbol": "compat_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 6288, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 6289, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 6290, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 6291, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 6292, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": null, + "line": 1149, + "name": "preadv", + "number": 6293, + "origname": "preadv", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "compat_sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": null, + "line": 1190, + "name": "pwritev", + "number": 6294, + "origname": "pwritev", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "compat_sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 4083, + "name": "rt_tgsigqueueinfo", + "number": 6295, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "compat_pid_t tgid", + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "compat_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 6296, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 6297, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": "NET", + "line": 414, + "name": "recvmmsg", + "number": 6298, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "compat_sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 6299, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 6300, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 6301, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 6302, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 6303, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 6304, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 6305, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 6306, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": "NET", + "line": 364, + "name": "sendmmsg", + "number": 6307, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "compat_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 6308, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 6309, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 6310, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 6311, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 6312, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 6313, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 6314, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 6315, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 6316, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 6317, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 6318, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 6319, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 2156, + "name": "execveat", + "number": 6320, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp", + "int flags" + ], + "symbol": "compat_sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 6321, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 6322, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 6323, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 6324, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 1169, + "name": "preadv2", + "number": 6325, + "origname": "preadv2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "compat_sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 1210, + "name": "pwritev2", + "number": 6326, + "origname": "pwritev2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "compat_sys_pwritev2" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 6330, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "sys_statx" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 6331, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": "AIO", + "line": 2384, + "name": "io_pgetevents", + "number": 6332, + "origname": "io_pgetevents", + "signature": [ + "compat_aio_context_t ctx_id", + "compat_long_t min_nr", + "compat_long_t nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __compat_aio_sigset *usig" + ], + "symbol": "compat_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 6403, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 6404, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 6405, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 6406, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 6407, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 6408, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 6409, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 6410, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 6411, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 6412, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 1368, + "name": "pselect6", + "number": 6413, + "origname": "pselect6_time64", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "compat_sys_pselect6_time64" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1425, + "name": "ppoll", + "number": 6414, + "origname": "ppoll_time64", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_ppoll_time64" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 6416, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 405, + "name": "recvmmsg", + "number": 6417, + "origname": "recvmmsg_time64", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "compat_sys_recvmmsg_time64" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 6418, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 6419, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 6420, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3729, + "name": "rt_sigtimedwait", + "number": 6421, + "origname": "rt_sigtimedwait_time64", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct __kernel_timespec *uts", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigtimedwait_time64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 6422, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 6423, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 6424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 6425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 6426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 6427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 6428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 6429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 6430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 6431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 6432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 6433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 6434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 6435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 6436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 6437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 6438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 6439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 6440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2423, + "name": "epoll_pwait2", + "number": 6441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 6442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 6443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 6444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 6445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 6446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 6448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 6449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 6450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 6451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 6452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 6454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 6455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 6456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 6457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 6458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 6459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 6460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 6461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/mips/64/n64/v6.8/config.txt b/db/mips/64/n64/v6.8/config.txt new file mode 100644 index 0000000..16b457e --- /dev/null +++ b/db/mips/64/n64/v6.8/config.txt @@ -0,0 +1,3014 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/mips 6.8.0 Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="mips64-linux-gcc (GCC) 12.2.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=120200 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23900 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23900 +CONFIG_LLD_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=120 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_BUILD_SALT="" +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +# CONFIG_AUDIT is not set + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_IRQ_FORCED_THREADING=y +# end of IRQ subsystem + +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +# CONFIG_BPF_JIT is not set +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +# CONFIG_BPF_PRELOAD is not set +# end of BPF subsystem + +CONFIG_PREEMPT_NONE_BUILD=y +CONFIG_PREEMPT_NONE=y +# CONFIG_PREEMPT_VOLUNTARY is not set +# CONFIG_PREEMPT is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_BSD_PROCESS_ACCT=y +# CONFIG_BSD_PROCESS_ACCT_V3 is not set +# CONFIG_TASKSTATS is not set +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_NEED_SRCU_NMI_SAFE=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=15 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +CONFIG_GENERIC_SCHED_CLOCK=y + +# +# Scheduler features +# +# end of Scheduler features + +CONFIG_CC_HAS_INT128=y +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" +CONFIG_GCC10_NO_ARRAY_BOUNDS=y +CONFIG_CC_NO_ARRAY_BOUNDS=y +CONFIG_GCC_NO_STRINGOP_OVERFLOW=y +CONFIG_CC_NO_STRINGOP_OVERFLOW=y +CONFIG_CGROUPS=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +# CONFIG_MEMCG is not set +# CONFIG_BLK_CGROUP is not set +# CONFIG_CGROUP_SCHED is not set +CONFIG_SCHED_MM_CID=y +# CONFIG_CGROUP_PIDS is not set +# CONFIG_CGROUP_RDMA is not set +# CONFIG_CGROUP_FREEZER is not set +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +# CONFIG_CGROUP_DEVICE is not set +# CONFIG_CGROUP_CPUACCT is not set +# CONFIG_CGROUP_PERF is not set +# CONFIG_CGROUP_BPF is not set +# CONFIG_CGROUP_MISC is not set +# CONFIG_CGROUP_DEBUG is not set +CONFIG_SOCK_CGROUP_DATA=y +# CONFIG_NAMESPACES is not set +CONFIG_CHECKPOINT_RESTORE=y +# CONFIG_SCHED_AUTOGROUP is not set +CONFIG_RELAY=y +# CONFIG_BLK_DEV_INITRD is not set +# CONFIG_BOOT_CONFIG is not set +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION=y +# CONFIG_LD_DEAD_CODE_DATA_ELIMINATION is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="warn" +CONFIG_SYSCTL=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_EXPERT=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_PC104 is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +# CONFIG_KALLSYMS_ALL is not set +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y + +# +# Kexec and crash features +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC=y +# CONFIG_CRASH_DUMP is not set +# end of Kexec and crash features +# end of General setup + +CONFIG_MIPS=y + +# +# Machine selection +# +# CONFIG_MIPS_GENERIC_KERNEL is not set +# CONFIG_MIPS_ALCHEMY is not set +# CONFIG_ATH25 is not set +# CONFIG_ATH79 is not set +# CONFIG_BMIPS_GENERIC is not set +# CONFIG_BCM47XX is not set +# CONFIG_BCM63XX is not set +# CONFIG_MIPS_COBALT is not set +# CONFIG_MACH_DECSTATION is not set +# CONFIG_MACH_JAZZ is not set +# CONFIG_MACH_INGENIC_SOC is not set +# CONFIG_LANTIQ is not set +# CONFIG_MACH_LOONGSON32 is not set +# CONFIG_MACH_LOONGSON2EF is not set +# CONFIG_MACH_LOONGSON64 is not set +# CONFIG_MIPS_MALTA is not set +# CONFIG_MACH_PIC32 is not set +# CONFIG_MACH_NINTENDO64 is not set +# CONFIG_RALINK is not set +# CONFIG_MACH_REALTEK_RTL is not set +# CONFIG_SGI_IP22 is not set +CONFIG_SGI_IP27=y +# CONFIG_SGI_IP28 is not set +# CONFIG_SGI_IP30 is not set +# CONFIG_SGI_IP32 is not set +# CONFIG_SIBYTE_CRHONE is not set +# CONFIG_SIBYTE_RHONE is not set +# CONFIG_SIBYTE_SWARM is not set +# CONFIG_SIBYTE_LITTLESUR is not set +# CONFIG_SIBYTE_SENTOSA is not set +# CONFIG_SIBYTE_BIGSUR is not set +# CONFIG_SNI_RM is not set +# CONFIG_MACH_TX49XX is not set +# CONFIG_MIKROTIK_RB532 is not set +# CONFIG_CAVIUM_OCTEON_SOC is not set +CONFIG_SGI_SN_M_MODE=y +# CONFIG_SGI_SN_N_MODE is not set +# CONFIG_MAPPED_KERNEL is not set +# CONFIG_REPLICATE_KTEXT is not set +# end of Machine selection + +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_FW_ARC=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_SYS_HAS_EARLY_PRINTK=y +CONFIG_CPU_BIG_ENDIAN=y +CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y +CONFIG_PCI_XTALK_BRIDGE=y +CONFIG_DEFAULT_SGI_PARTITION=y +CONFIG_MIPS_L1_CACHE_SHIFT_7=y +CONFIG_MIPS_L1_CACHE_SHIFT=7 +CONFIG_ARC_CMDLINE_ONLY=y +CONFIG_FW_ARC64=y +CONFIG_BOOT_ELF64=y + +# +# CPU selection +# +CONFIG_CPU_R10000=y +CONFIG_SYS_HAS_CPU_R10000=y +# end of CPU selection + +CONFIG_TARGET_ISA_REV=0 +CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y +CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y +CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y +CONFIG_CPU_SUPPORTS_HUGEPAGES=y + +# +# Kernel type +# +CONFIG_64BIT=y +# CONFIG_MIPS_VA_BITS_48 is not set +CONFIG_PAGE_SIZE_4KB=y +# CONFIG_PAGE_SIZE_16KB is not set +# CONFIG_PAGE_SIZE_64KB is not set +CONFIG_ARCH_FORCE_MAX_ORDER=10 +CONFIG_CPU_HAS_PREFETCH=y +CONFIG_CPU_GENERIC_DUMP_TLB=y +CONFIG_MIPS_FP_SUPPORT=y +CONFIG_CPU_R4K_FPU=y +CONFIG_CPU_R4K_CACHE_TLB=y +CONFIG_CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS=y +CONFIG_CPU_HAS_SYNC=y +CONFIG_MIPS_ASID_SHIFT=0 +CONFIG_MIPS_ASID_BITS=8 +CONFIG_WAR_R10000_LLSC=y +CONFIG_CPU_SUPPORTS_HIGHMEM=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_NUMA=y +CONFIG_SYS_SUPPORTS_NUMA=y +CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y +CONFIG_NODES_SHIFT=6 +CONFIG_HW_PERF_EVENTS=y +CONFIG_SMP=y +CONFIG_SYS_SUPPORTS_SMP=y +CONFIG_NR_CPUS_DEFAULT_64=y +CONFIG_NR_CPUS=64 +CONFIG_MIPS_NR_CPU_NR_MAP=64 +# CONFIG_HZ_24 is not set +# CONFIG_HZ_48 is not set +# CONFIG_HZ_100 is not set +# CONFIG_HZ_128 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_256 is not set +CONFIG_HZ_1000=y +# CONFIG_HZ_1024 is not set +CONFIG_SYS_SUPPORTS_ARBIT_HZ=y +CONFIG_HZ=1000 +CONFIG_SCHED_HRTICK=y +CONFIG_ARCH_SUPPORTS_KEXEC=y +CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y +# CONFIG_MIPS_O32_FP64_SUPPORT is not set +CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER=y +# end of Kernel type + +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_PGTABLE_LEVELS=3 + +# +# Bus options (PCI, PCMCIA, EISA, ISA, TC) +# +CONFIG_PCI_DRIVERS_GENERIC=y +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MIN=12 +CONFIG_ARCH_MMAP_RND_BITS_MAX=18 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=15 +# end of Bus options (PCI, PCMCIA, EISA, ISA, TC) + +CONFIG_MIPS32_COMPAT=y +CONFIG_COMPAT=y +CONFIG_MIPS32_O32=y +CONFIG_MIPS32_N32=y +CONFIG_CC_HAS_MNO_BRANCH_LIKELY=y + +# +# Power management options +# +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +# end of Power management options + +# +# CPU Power Management +# + +# +# CPU Idle +# +# CONFIG_CPU_IDLE is not set +# end of CPU Idle +# end of CPU Power Management + +# CONFIG_VIRTUALIZATION is not set + +# +# General architecture-dependent options +# +# CONFIG_KPROBES is not set +# CONFIG_JUMP_LABEL is not set +CONFIG_UPROBES=y +CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_MMU_LAZY_TLB_REFCOUNT=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_LTO_NONE=y +CONFIG_HAVE_CONTEXT_TRACKING_USER=y +CONFIG_HAVE_TIF_NOHZ=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_ARCH_MMAP_RND_BITS=12 +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8 +CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_CPU_NO_EFFICIENT_FFS=y +CONFIG_ARCH_HAS_PHYS_TO_DMA=y +CONFIG_HAVE_ARCH_COMPILER_H=y +CONFIG_HAVE_SPARSE_SYSCALL_NR=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_HAS_ELFCORE_COMPAT=y + +# +# GCOV-based kernel profiling +# +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +CONFIG_FUNCTION_ALIGNMENT=0 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +# CONFIG_MODVERSIONS is not set +CONFIG_MODULE_SRCVERSION_ALL=y +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_CGROUP_PUNT_BIO=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_INTEGRITY is not set +CONFIG_BLK_DEV_WRITE_MOUNTED=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_WBT is not set +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_AIX_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +# CONFIG_MAC_PARTITION is not set +CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +CONFIG_SGI_PARTITION=y +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +# CONFIG_KARMA_PARTITION is not set +CONFIG_EFI_PARTITION=y +# CONFIG_SYSV68_PARTITION is not set +# CONFIG_CMDLINE_PARTITION is not set +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_PM=y +CONFIG_BLOCK_HOLDER_DEPRECATED=y +CONFIG_BLK_MQ_STACKING=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +# CONFIG_IOSCHED_BFQ is not set +# end of IO Schedulers + +CONFIG_ASN1=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_COMPAT_BINFMT_ELF=y +CONFIG_ARCH_BINFMT_ELF_STATE=y +CONFIG_ELFCORE=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_BINFMT_SCRIPT=y +# CONFIG_BINFMT_MISC is not set +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SWAP=y +# CONFIG_ZSWAP is not set + +# +# Slab allocator options +# +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_RANDOM_KMALLOC_CACHES is not set +# end of Slab allocator options + +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +CONFIG_COMPAT_BRK=y +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +# CONFIG_PAGE_REPORTING is not set +CONFIG_MIGRATION=y +CONFIG_PCP_BATCH_SCALE_MAX=5 +CONFIG_PHYS_ADDR_T_64BIT=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +# CONFIG_TRANSPARENT_HUGEPAGE is not set +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +# CONFIG_CMA is not set +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_VM_EVENT_COUNTERS=y +# CONFIG_PERCPU_STATS is not set + +# +# GUP_TEST needs to have DEBUG_FS enabled +# +# CONFIG_DMAPOOL_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_MEMFD_CREATE=y +# CONFIG_ANON_VMA_NAME is not set +CONFIG_USERFAULTFD=y +# CONFIG_LRU_GEN is not set +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_NET_XGRESS=y +CONFIG_NET_REDIRECT=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=y +CONFIG_XFRM_USER=m +# CONFIG_XFRM_INTERFACE is not set +# CONFIG_XFRM_SUB_POLICY is not set +CONFIG_XFRM_MIGRATE=y +CONFIG_XFRM_STATISTICS=y +CONFIG_XFRM_AH=m +CONFIG_XFRM_ESP=m +CONFIG_XFRM_IPCOMP=m +CONFIG_NET_KEY=y +CONFIG_NET_KEY_MIGRATE=y +# CONFIG_XDP_SOCKETS is not set +CONFIG_NET_HANDSHAKE=y +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +# CONFIG_IP_ADVANCED_ROUTER is not set +CONFIG_IP_ROUTE_CLASSID=y +CONFIG_IP_PNP=y +# CONFIG_IP_PNP_DHCP is not set +# CONFIG_IP_PNP_BOOTP is not set +# CONFIG_IP_PNP_RARP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=m +CONFIG_IP_MROUTE_COMMON=y +# CONFIG_IP_MROUTE is not set +# CONFIG_SYN_COOKIES is not set +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_TUNNEL=m +CONFIG_INET_DIAG=y +CONFIG_INET_TCP_DIAG=y +# CONFIG_INET_UDP_DIAG is not set +# CONFIG_INET_RAW_DIAG is not set +# CONFIG_INET_DIAG_DESTROY is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_TCP_SIGPOOL=y +# CONFIG_TCP_AO is not set +CONFIG_TCP_MD5SIG=y +CONFIG_IPV6=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_OPTIMISTIC_DAD=y +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +# CONFIG_INET6_ESP_OFFLOAD is not set +# CONFIG_INET6_ESPINTCP is not set +CONFIG_INET6_IPCOMP=m +CONFIG_IPV6_MIP6=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET6_TUNNEL=m +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=m +CONFIG_IPV6_SIT_6RD=y +CONFIG_IPV6_NDISC_NODETYPE=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_SUBTREES=y +CONFIG_IPV6_MROUTE=y +# CONFIG_IPV6_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IPV6_PIMSM_V2=y +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_NETLABEL is not set +# CONFIG_MPTCP is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +# CONFIG_NETFILTER is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +# CONFIG_BRIDGE is not set +# CONFIG_NET_DSA is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +CONFIG_NET_SCHED=y + +# +# Queueing/Scheduling +# +CONFIG_NET_SCH_HTB=m +CONFIG_NET_SCH_HFSC=m +CONFIG_NET_SCH_PRIO=m +CONFIG_NET_SCH_MULTIQ=y +CONFIG_NET_SCH_RED=m +# CONFIG_NET_SCH_SFB is not set +CONFIG_NET_SCH_SFQ=m +CONFIG_NET_SCH_TEQL=m +CONFIG_NET_SCH_TBF=m +# CONFIG_NET_SCH_CBS is not set +# CONFIG_NET_SCH_ETF is not set +# CONFIG_NET_SCH_TAPRIO is not set +CONFIG_NET_SCH_GRED=m +CONFIG_NET_SCH_NETEM=m +# CONFIG_NET_SCH_DRR is not set +# CONFIG_NET_SCH_MQPRIO is not set +# CONFIG_NET_SCH_SKBPRIO is not set +# CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set +# CONFIG_NET_SCH_CODEL is not set +# CONFIG_NET_SCH_FQ_CODEL is not set +# CONFIG_NET_SCH_CAKE is not set +# CONFIG_NET_SCH_FQ is not set +# CONFIG_NET_SCH_HHF is not set +# CONFIG_NET_SCH_PIE is not set +CONFIG_NET_SCH_INGRESS=m +# CONFIG_NET_SCH_PLUG is not set +# CONFIG_NET_SCH_ETS is not set +# CONFIG_NET_SCH_DEFAULT is not set + +# +# Classification +# +CONFIG_NET_CLS=y +CONFIG_NET_CLS_BASIC=m +CONFIG_NET_CLS_ROUTE4=m +CONFIG_NET_CLS_FW=m +CONFIG_NET_CLS_U32=m +# CONFIG_CLS_U32_PERF is not set +CONFIG_CLS_U32_MARK=y +CONFIG_NET_CLS_FLOW=m +CONFIG_NET_CLS_CGROUP=y +# CONFIG_NET_CLS_BPF is not set +# CONFIG_NET_CLS_FLOWER is not set +# CONFIG_NET_CLS_MATCHALL is not set +# CONFIG_NET_EMATCH is not set +CONFIG_NET_CLS_ACT=y +CONFIG_NET_ACT_POLICE=y +CONFIG_NET_ACT_GACT=m +CONFIG_GACT_PROB=y +CONFIG_NET_ACT_MIRRED=m +# CONFIG_NET_ACT_SAMPLE is not set +CONFIG_NET_ACT_NAT=m +CONFIG_NET_ACT_PEDIT=m +# CONFIG_NET_ACT_SIMP is not set +CONFIG_NET_ACT_SKBEDIT=m +# CONFIG_NET_ACT_CSUM is not set +# CONFIG_NET_ACT_MPLS is not set +# CONFIG_NET_ACT_VLAN is not set +# CONFIG_NET_ACT_BPF is not set +# CONFIG_NET_ACT_SKBMOD is not set +# CONFIG_NET_ACT_IFE is not set +# CONFIG_NET_ACT_TUNNEL_KEY is not set +# CONFIG_NET_ACT_GATE is not set +# CONFIG_NET_TC_SKB_EXT is not set +CONFIG_NET_SCH_FIFO=y +# CONFIG_DCB is not set +# CONFIG_DNS_RESOLVER is not set +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +# CONFIG_NET_SWITCHDEV is not set +# CONFIG_NET_L3_MASTER_DEV is not set +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +# CONFIG_CGROUP_NET_PRIO is not set +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_BT is not set +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +CONFIG_FIB_RULES=y +# CONFIG_WIRELESS is not set +CONFIG_RFKILL=m +# CONFIG_NET_9P is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SELFTESTS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_NET_DEVLINK=y +CONFIG_PAGE_POOL=y +# CONFIG_PAGE_POOL_STATS is not set +# CONFIG_FAILOVER is not set +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_HAVE_PCI=y +CONFIG_FORCE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_DOMAINS_GENERIC=y +# CONFIG_PCIEPORTBUS is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIE_PTM is not set +# CONFIG_PCI_MSI is not set +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +# CONFIG_PCI_IOV is not set +# CONFIG_PCI_PRI is not set +# CONFIG_PCI_PASID is not set +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +# CONFIG_VGA_ARB is not set +# CONFIG_HOTPLUG_PCI is not set + +# +# PCI controller drivers +# + +# +# Cadence-based PCIe controllers +# +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +CONFIG_AUXILIARY_BUS=y +# CONFIG_UEVENT_HELPER is not set +# CONFIG_DEVTMPFS is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_ALLOW_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=m +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_MHI_BUS is not set +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# +# Cache Drivers +# +# end of Cache Drivers + +CONFIG_CONNECTOR=m + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# end of ARM System Control and Management Interface Protocol + +# CONFIG_FIRMWARE_MEMMAP is not set +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# Qualcomm firmware drivers +# +# end of Qualcomm firmware drivers + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +# CONFIG_MTD is not set +# CONFIG_OF is not set +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +CONFIG_CDROM=m +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +# CONFIG_ZRAM is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_RAM is not set +CONFIG_CDROM_PKTCDVD=m +CONFIG_CDROM_PKTCDVD_BUFFERS=8 +# CONFIG_CDROM_PKTCDVD_WCACHE is not set +CONFIG_ATA_OVER_ETH=m +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_UBLK is not set + +# +# NVME Support +# +# CONFIG_BLK_DEV_NVME is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HP_ILO is not set +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_PCH_PHUB is not set +# CONFIG_SRAM is not set +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_MAX6875 is not set +CONFIG_EEPROM_93CX6=m +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# end of Texas Instruments shared transport line discipline + +# +# Altera FPGA firmware download module (requires I2C) +# +# CONFIG_ALTERA_STAPL is not set +# CONFIG_GENWQE is not set +# CONFIG_ECHO is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_PVPANIC is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +CONFIG_RAID_ATTRS=m +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_NETLINK=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +CONFIG_CHR_DEV_ST=y +CONFIG_BLK_DEV_SR=m +CONFIG_CHR_DEV_SG=m +CONFIG_BLK_DEV_BSG=y +CONFIG_CHR_DEV_SCH=m +CONFIG_SCSI_CONSTANTS=y +CONFIG_SCSI_LOGGING=y +CONFIG_SCSI_SCAN_ASYNC=y + +# +# SCSI Transports +# +CONFIG_SCSI_SPI_ATTRS=y +CONFIG_SCSI_FC_ATTRS=y +CONFIG_SCSI_ISCSI_ATTRS=m +CONFIG_SCSI_SAS_ATTRS=m +CONFIG_SCSI_SAS_LIBSAS=m +CONFIG_SCSI_SAS_HOST_SMP=y +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +CONFIG_ISCSI_BOOT_SYSFS=m +CONFIG_SCSI_CXGB3_ISCSI=m +# CONFIG_SCSI_CXGB4_ISCSI is not set +CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_BE2ISCSI=m +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +CONFIG_SCSI_HPSA=m +# CONFIG_SCSI_3W_9XXX is not set +CONFIG_SCSI_3W_SAS=m +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +CONFIG_SCSI_AIC94XX=m +# CONFIG_AIC94XX_DEBUG is not set +CONFIG_SCSI_MVSAS=m +# CONFIG_SCSI_MVSAS_DEBUG is not set +# CONFIG_SCSI_MVSAS_TASKLET is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +CONFIG_SCSI_MPT3SAS=m +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +CONFIG_SCSI_MPT2SAS=m +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +CONFIG_LIBFC=m +# CONFIG_LIBFCOE is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_IPR is not set +CONFIG_SCSI_QLOGIC_1280=y +# CONFIG_SCSI_QLA_FC is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +CONFIG_SCSI_PMCRAID=m +# CONFIG_SCSI_PM8001 is not set +CONFIG_SCSI_BFA_FC=m +# CONFIG_SCSI_CHELSIO_FCOE is not set +CONFIG_SCSI_DH=y +CONFIG_SCSI_DH_RDAC=m +CONFIG_SCSI_DH_HP_SW=m +CONFIG_SCSI_DH_EMC=m +CONFIG_SCSI_DH_ALUA=m +# end of SCSI device support + +# CONFIG_ATA is not set +CONFIG_MD=y +CONFIG_BLK_DEV_MD=y +CONFIG_MD_AUTODETECT=y +CONFIG_MD_BITMAP_FILE=y +CONFIG_MD_RAID0=y +CONFIG_MD_RAID1=y +CONFIG_MD_RAID10=m +CONFIG_MD_RAID456=y +# CONFIG_BCACHE is not set +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DM=m +# CONFIG_DM_DEBUG is not set +CONFIG_DM_BUFIO=m +# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set +# CONFIG_DM_UNSTRIPED is not set +CONFIG_DM_CRYPT=m +CONFIG_DM_SNAPSHOT=m +# CONFIG_DM_THIN_PROVISIONING is not set +# CONFIG_DM_CACHE is not set +# CONFIG_DM_WRITECACHE is not set +# CONFIG_DM_EBS is not set +# CONFIG_DM_ERA is not set +# CONFIG_DM_CLONE is not set +CONFIG_DM_MIRROR=m +CONFIG_DM_LOG_USERSPACE=m +# CONFIG_DM_RAID is not set +CONFIG_DM_ZERO=m +CONFIG_DM_MULTIPATH=m +CONFIG_DM_MULTIPATH_QL=m +CONFIG_DM_MULTIPATH_ST=m +# CONFIG_DM_MULTIPATH_HST is not set +# CONFIG_DM_MULTIPATH_IOA is not set +# CONFIG_DM_DELAY is not set +# CONFIG_DM_DUST is not set +CONFIG_DM_UEVENT=y +# CONFIG_DM_FLAKEY is not set +# CONFIG_DM_VERITY is not set +# CONFIG_DM_SWITCH is not set +# CONFIG_DM_LOG_WRITES is not set +# CONFIG_DM_INTEGRITY is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +CONFIG_NETDEVICES=y +CONFIG_MII=m +CONFIG_NET_CORE=y +# CONFIG_BONDING is not set +# CONFIG_DUMMY is not set +# CONFIG_WIREGUARD is not set +# CONFIG_EQUALIZER is not set +# CONFIG_NET_FC is not set +CONFIG_IFB=m +# CONFIG_NET_TEAM is not set +CONFIG_MACVLAN=m +# CONFIG_MACVTAP is not set +# CONFIG_IPVLAN is not set +# CONFIG_VXLAN is not set +# CONFIG_GENEVE is not set +# CONFIG_BAREUDP is not set +# CONFIG_GTP is not set +# CONFIG_AMT is not set +# CONFIG_MACSEC is not set +# CONFIG_NETCONSOLE is not set +# CONFIG_TUN is not set +# CONFIG_TUN_VNET_CROSS_LE is not set +CONFIG_VETH=m +# CONFIG_NLMON is not set +# CONFIG_NETKIT is not set +# CONFIG_ARCNET is not set +CONFIG_ETHERNET=y +CONFIG_MDIO=m +CONFIG_NET_VENDOR_3COM=y +# CONFIG_VORTEX is not set +# CONFIG_TYPHOON is not set +CONFIG_NET_VENDOR_ADAPTEC=y +# CONFIG_ADAPTEC_STARFIRE is not set +CONFIG_NET_VENDOR_AGERE=y +# CONFIG_ET131X is not set +CONFIG_NET_VENDOR_ALACRITECH=y +# CONFIG_SLICOSS is not set +CONFIG_NET_VENDOR_ALTEON=y +# CONFIG_ACENIC is not set +# CONFIG_ALTERA_TSE is not set +CONFIG_NET_VENDOR_AMAZON=y +CONFIG_NET_VENDOR_AMD=y +# CONFIG_AMD8111_ETH is not set +# CONFIG_PCNET32 is not set +# CONFIG_PDS_CORE is not set +CONFIG_NET_VENDOR_AQUANTIA=y +# CONFIG_AQTION is not set +CONFIG_NET_VENDOR_ARC=y +CONFIG_NET_VENDOR_ASIX=y +CONFIG_NET_VENDOR_ATHEROS=y +CONFIG_ATL2=m +# CONFIG_ATL1 is not set +CONFIG_ATL1E=m +CONFIG_ATL1C=m +# CONFIG_ALX is not set +CONFIG_NET_VENDOR_BROADCOM=y +CONFIG_B44=m +# CONFIG_BCMGENET is not set +CONFIG_BNX2=m +CONFIG_CNIC=m +# CONFIG_TIGON3 is not set +CONFIG_BNX2X=m +# CONFIG_SYSTEMPORT is not set +# CONFIG_BNXT is not set +CONFIG_NET_VENDOR_CADENCE=y +CONFIG_NET_VENDOR_CAVIUM=y +# CONFIG_THUNDER_NIC_PF is not set +# CONFIG_THUNDER_NIC_VF is not set +# CONFIG_THUNDER_NIC_BGX is not set +# CONFIG_THUNDER_NIC_RGX is not set +# CONFIG_CAVIUM_PTP is not set +# CONFIG_LIQUIDIO is not set +CONFIG_NET_VENDOR_CHELSIO=y +# CONFIG_CHELSIO_T1 is not set +CONFIG_CHELSIO_T3=m +# CONFIG_CHELSIO_T4 is not set +# CONFIG_CHELSIO_T4VF is not set +CONFIG_CHELSIO_LIB=m +CONFIG_NET_VENDOR_CISCO=y +CONFIG_ENIC=m +CONFIG_NET_VENDOR_CORTINA=y +CONFIG_NET_VENDOR_DAVICOM=y +# CONFIG_DM9000 is not set +CONFIG_DNET=m +CONFIG_NET_VENDOR_DEC=y +# CONFIG_NET_TULIP is not set +CONFIG_NET_VENDOR_DLINK=y +# CONFIG_DL2K is not set +# CONFIG_SUNDANCE is not set +CONFIG_NET_VENDOR_EMULEX=y +CONFIG_BE2NET=m +CONFIG_BE2NET_BE2=y +CONFIG_BE2NET_BE3=y +CONFIG_BE2NET_LANCER=y +CONFIG_BE2NET_SKYHAWK=y +CONFIG_NET_VENDOR_ENGLEDER=y +# CONFIG_TSNEP is not set +CONFIG_NET_VENDOR_EZCHIP=y +CONFIG_NET_VENDOR_FUNGIBLE=y +CONFIG_NET_VENDOR_GOOGLE=y +CONFIG_NET_VENDOR_HUAWEI=y +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_INTEL=y +# CONFIG_E100 is not set +# CONFIG_E1000 is not set +CONFIG_E1000E=m +CONFIG_IGB=m +CONFIG_IGBVF=m +CONFIG_IXGBE=m +# CONFIG_I40E is not set +# CONFIG_IGC is not set +CONFIG_JME=m +CONFIG_NET_VENDOR_LITEX=y +CONFIG_NET_VENDOR_MARVELL=y +# CONFIG_MVMDIO is not set +# CONFIG_SKGE is not set +# CONFIG_SKY2 is not set +# CONFIG_OCTEON_EP is not set +CONFIG_NET_VENDOR_MELLANOX=y +CONFIG_MLX4_EN=m +CONFIG_MLX4_CORE=m +# CONFIG_MLX4_DEBUG is not set +CONFIG_MLX4_CORE_GEN2=y +# CONFIG_MLX5_CORE is not set +# CONFIG_MLXSW_CORE is not set +# CONFIG_MLXFW is not set +CONFIG_NET_VENDOR_MICREL=y +CONFIG_KS8851_MLL=m +# CONFIG_KSZ884X_PCI is not set +CONFIG_NET_VENDOR_MICROCHIP=y +# CONFIG_LAN743X is not set +# CONFIG_VCAP is not set +CONFIG_NET_VENDOR_MICROSEMI=y +CONFIG_NET_VENDOR_MICROSOFT=y +CONFIG_NET_VENDOR_MYRI=y +# CONFIG_MYRI10GE is not set +# CONFIG_FEALNX is not set +CONFIG_NET_VENDOR_NI=y +# CONFIG_NI_XGE_MANAGEMENT_ENET is not set +CONFIG_NET_VENDOR_NATSEMI=y +# CONFIG_NATSEMI is not set +# CONFIG_NS83820 is not set +CONFIG_NET_VENDOR_NETERION=y +# CONFIG_S2IO is not set +CONFIG_NET_VENDOR_NETRONOME=y +CONFIG_NET_VENDOR_8390=y +CONFIG_AX88796=m +CONFIG_AX88796_93CX6=y +# CONFIG_NE2K_PCI is not set +CONFIG_NET_VENDOR_NVIDIA=y +# CONFIG_FORCEDETH is not set +CONFIG_NET_VENDOR_OKI=y +CONFIG_ETHOC=m +CONFIG_NET_VENDOR_PACKET_ENGINES=y +# CONFIG_HAMACHI is not set +# CONFIG_YELLOWFIN is not set +CONFIG_NET_VENDOR_PENSANDO=y +# CONFIG_IONIC is not set +CONFIG_NET_VENDOR_QLOGIC=y +CONFIG_QLA3XXX=m +# CONFIG_QLCNIC is not set +CONFIG_NETXEN_NIC=m +# CONFIG_QED is not set +CONFIG_NET_VENDOR_BROCADE=y +# CONFIG_BNA is not set +CONFIG_NET_VENDOR_QUALCOMM=y +# CONFIG_QCOM_EMAC is not set +# CONFIG_RMNET is not set +CONFIG_NET_VENDOR_RDC=y +# CONFIG_R6040 is not set +CONFIG_NET_VENDOR_REALTEK=y +# CONFIG_8139CP is not set +# CONFIG_8139TOO is not set +# CONFIG_R8169 is not set +CONFIG_NET_VENDOR_RENESAS=y +CONFIG_NET_VENDOR_ROCKER=y +CONFIG_NET_VENDOR_SAMSUNG=y +# CONFIG_SXGBE_ETH is not set +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +# CONFIG_SC92031 is not set +CONFIG_NET_VENDOR_SIS=y +# CONFIG_SIS900 is not set +# CONFIG_SIS190 is not set +CONFIG_NET_VENDOR_SOLARFLARE=y +CONFIG_SFC=m +CONFIG_SFC_MCDI_LOGGING=y +# CONFIG_SFC_FALCON is not set +# CONFIG_SFC_SIENA is not set +CONFIG_NET_VENDOR_SMSC=y +CONFIG_SMC91X=m +# CONFIG_EPIC100 is not set +CONFIG_SMSC911X=m +# CONFIG_SMSC9420 is not set +CONFIG_NET_VENDOR_SOCIONEXT=y +CONFIG_NET_VENDOR_STMICRO=y +# CONFIG_STMMAC_ETH is not set +CONFIG_NET_VENDOR_SUN=y +# CONFIG_HAPPYMEAL is not set +# CONFIG_SUNGEM is not set +# CONFIG_CASSINI is not set +CONFIG_NIU=m +CONFIG_NET_VENDOR_SYNOPSYS=y +# CONFIG_DWC_XLGMAC is not set +CONFIG_NET_VENDOR_TEHUTI=y +CONFIG_TEHUTI=m +CONFIG_NET_VENDOR_TI=y +# CONFIG_TI_CPSW_PHY_SEL is not set +# CONFIG_TLAN is not set +CONFIG_NET_VENDOR_TOSHIBA=y +# CONFIG_TC35815 is not set +CONFIG_NET_VENDOR_VERTEXCOM=y +CONFIG_NET_VENDOR_VIA=y +# CONFIG_VIA_RHINE is not set +CONFIG_VIA_VELOCITY=m +CONFIG_NET_VENDOR_WANGXUN=y +# CONFIG_NGBE is not set +CONFIG_NET_VENDOR_WIZNET=y +# CONFIG_WIZNET_W5100 is not set +# CONFIG_WIZNET_W5300 is not set +CONFIG_NET_VENDOR_XILINX=y +# CONFIG_XILINX_EMACLITE is not set +# CONFIG_XILINX_LL_TEMAC is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +CONFIG_PHYLIB=y +# CONFIG_FIXED_PHY is not set + +# +# MII PHY device drivers +# +# CONFIG_AMD_PHY is not set +# CONFIG_ADIN_PHY is not set +# CONFIG_ADIN1100_PHY is not set +# CONFIG_AQUANTIA_PHY is not set +# CONFIG_AX88796B_PHY is not set +# CONFIG_BROADCOM_PHY is not set +# CONFIG_BCM54140_PHY is not set +# CONFIG_BCM7XXX_PHY is not set +# CONFIG_BCM84881_PHY is not set +# CONFIG_BCM87XX_PHY is not set +CONFIG_CICADA_PHY=m +# CONFIG_CORTINA_PHY is not set +CONFIG_DAVICOM_PHY=m +CONFIG_ICPLUS_PHY=m +CONFIG_LXT_PHY=m +# CONFIG_INTEL_XWAY_PHY is not set +CONFIG_LSI_ET1011C_PHY=m +CONFIG_MARVELL_PHY=m +# CONFIG_MARVELL_10G_PHY is not set +# CONFIG_MARVELL_88Q2XXX_PHY is not set +# CONFIG_MARVELL_88X2222_PHY is not set +# CONFIG_MAXLINEAR_GPHY is not set +# CONFIG_MEDIATEK_GE_PHY is not set +CONFIG_MICREL_PHY=m +# CONFIG_MICROCHIP_T1S_PHY is not set +# CONFIG_MICROCHIP_PHY is not set +# CONFIG_MICROCHIP_T1_PHY is not set +# CONFIG_MICROSEMI_PHY is not set +# CONFIG_MOTORCOMM_PHY is not set +CONFIG_NATIONAL_PHY=m +# CONFIG_NXP_CBTX_PHY is not set +# CONFIG_NXP_C45_TJA11XX_PHY is not set +# CONFIG_NCN26000_PHY is not set +CONFIG_QSEMI_PHY=m +CONFIG_REALTEK_PHY=m +# CONFIG_RENESAS_PHY is not set +# CONFIG_ROCKCHIP_PHY is not set +CONFIG_SMSC_PHY=m +CONFIG_STE10XP=m +# CONFIG_TERANETICS_PHY is not set +# CONFIG_DP83822_PHY is not set +# CONFIG_DP83TC811_PHY is not set +# CONFIG_DP83848_PHY is not set +# CONFIG_DP83867_PHY is not set +# CONFIG_DP83869_PHY is not set +# CONFIG_DP83TD510_PHY is not set +# CONFIG_DP83TG720_PHY is not set +CONFIG_VITESSE_PHY=m +# CONFIG_XILINX_GMII2RGMII is not set +# CONFIG_PSE_CONTROLLER is not set +CONFIG_MDIO_DEVICE=y +CONFIG_MDIO_BUS=y +CONFIG_MDIO_DEVRES=y +CONFIG_MDIO_BITBANG=m +# CONFIG_MDIO_BCM_UNIMAC is not set +# CONFIG_MDIO_THUNDER is not set + +# +# MDIO Multiplexers +# + +# +# PCS device drivers +# +# end of PCS device drivers + +# CONFIG_PPP is not set +# CONFIG_SLIP is not set + +# +# Host-side USB support is needed for USB Network Adapter support +# +# CONFIG_WLAN is not set +# CONFIG_WAN is not set + +# +# Wireless WAN +# +# CONFIG_WWAN is not set +# end of Wireless WAN + +# CONFIG_VMXNET3 is not set +# CONFIG_NET_FAILOVER is not set +# CONFIG_ISDN is not set + +# +# Input device support +# +# CONFIG_INPUT is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_SERIO_SERPORT=y +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=m +CONFIG_SERIO_RAW=m +CONFIG_SERIO_ALTERA_PS2=m +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +# CONFIG_VT is not set +CONFIG_UNIX98_PTYS=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=256 +CONFIG_LEGACY_TIOCSTI=y +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_16550A_VARIANTS=y +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_SHARE_IRQ=y +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +# CONFIG_SERIAL_8250_RSA is not set +# CONFIG_SERIAL_8250_DW is not set +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_8250_PERICOM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_PCH_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# end of Serial drivers + +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set +CONFIG_NOZOMI=m +# CONFIG_NULL_TTY is not set +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_TTY_PRINTK is not set +# CONFIG_VIRTIO_CONSOLE is not set +# CONFIG_IPMI_HANDLER is not set +CONFIG_HW_RANDOM=m +CONFIG_HW_RANDOM_TIMERIOMEM=m +# CONFIG_HW_RANDOM_BA431 is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +# CONFIG_APPLICOM is not set +CONFIG_DEVMEM=y +CONFIG_DEVPORT=y +# CONFIG_TCG_TPM is not set +# CONFIG_XILLYBUS is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=m +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=m +# CONFIG_I2C_MUX is not set +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=m +CONFIG_I2C_ALGOBIT=m +CONFIG_I2C_ALGOPCA=m + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +CONFIG_I2C_ALI1535=m +CONFIG_I2C_ALI1563=m +CONFIG_I2C_ALI15X3=m +CONFIG_I2C_AMD756=m +CONFIG_I2C_AMD8111=m +CONFIG_I2C_I801=m +CONFIG_I2C_ISCH=m +CONFIG_I2C_PIIX4=m +CONFIG_I2C_NFORCE2=m +# CONFIG_I2C_NVIDIA_GPU is not set +CONFIG_I2C_SIS5595=m +CONFIG_I2C_SIS630=m +CONFIG_I2C_SIS96X=m +CONFIG_I2C_VIA=m +CONFIG_I2C_VIAPRO=m + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_EG20T is not set +# CONFIG_I2C_IMG is not set +# CONFIG_I2C_JZ4780 is not set +CONFIG_I2C_OCORES=m +CONFIG_I2C_PCA_PLATFORM=m +CONFIG_I2C_SIMTEC=m +# CONFIG_I2C_XILINX is not set + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_PCI1XXXX is not set +CONFIG_I2C_TAOS_EVM=m + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +CONFIG_I2C_STUB=m +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +# CONFIG_SPI is not set +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# CONFIG_PTP_1588_CLOCK_MOCK is not set +# end of PTP clock support + +# CONFIG_PINCTRL is not set +# CONFIG_GPIOLIB is not set +# CONFIG_W1 is not set +# CONFIG_POWER_RESET is not set +# CONFIG_POWER_SUPPLY is not set +# CONFIG_HWMON is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +# CONFIG_THERMAL_STATISTICS is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +# CONFIG_THERMAL_WRITABLE_TRIPS is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +# CONFIG_THERMAL_GOV_USER_SPACE is not set +# CONFIG_THERMAL_EMULATION is not set +# CONFIG_WATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +CONFIG_SSB=m +# CONFIG_SSB_DRIVER_MIPS is not set +CONFIG_BCMA_POSSIBLE=y +CONFIG_BCMA=m +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_HOST_PCI=y +# CONFIG_BCMA_HOST_SOC is not set +CONFIG_BCMA_DRIVER_PCI=y +# CONFIG_BCMA_DRIVER_MIPS is not set +# CONFIG_BCMA_DRIVER_GMAC_CMN is not set +# CONFIG_BCMA_DEBUG is not set + +# +# Multifunction device drivers +# +CONFIG_MFD_CORE=m +# CONFIG_MFD_SMPRO is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_CS42L43_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_LPC_ICH is not set +CONFIG_LPC_SCH=m +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6370 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_RETU is not set +CONFIG_MFD_PCF50633=m +CONFIG_PCF50633_ADC=m +CONFIG_PCF50633_GPIO=m +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_SYSCON is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS6594_I2C is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ATC260X_I2C is not set +# CONFIG_SGI_MFD_IOC3 is not set +# end of Multifunction device drivers + +# CONFIG_REGULATOR is not set + +# +# CEC support +# +# CONFIG_MEDIA_CEC_SUPPORT is not set +# end of CEC support + +# CONFIG_MEDIA_SUPPORT is not set + +# +# Graphics support +# +# CONFIG_AUXDISPLAY is not set +# CONFIG_DRM is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set + +# +# Frame buffer Devices +# +# CONFIG_FB is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +# CONFIG_BACKLIGHT_CLASS_DEVICE is not set +# end of Backlight & LCD device support +# end of Graphics support + +# CONFIG_SOUND is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +# CONFIG_USB_ULPI_BUS is not set +CONFIG_USB_ARCH_HAS_HCD=y +# CONFIG_USB is not set +CONFIG_USB_PCI=y +# CONFIG_USB_PCI_AMD is not set + +# +# USB dual-mode controller drivers +# + +# +# USB port drivers +# + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# end of USB Physical Layer drivers + +# CONFIG_USB_GADGET is not set +# CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set +# CONFIG_MMC is not set +# CONFIG_SCSI_UFSHCD is not set +# CONFIG_MEMSTICK is not set +# CONFIG_NEW_LEDS is not set +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +CONFIG_RTC_I2C_AND_SPI=m + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +CONFIG_RTC_DRV_M48T35=y +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +# CONFIG_RTC_DRV_PCF50633 is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_FTRTC010 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +# CONFIG_DMADEVICES is not set + +# +# DMABUF options +# +# CONFIG_SYNC_FILE is not set +# CONFIG_DMABUF_HEAPS is not set +# end of DMABUF options + +CONFIG_UIO=y +# CONFIG_UIO_CIF is not set +# CONFIG_UIO_PDRV_GENIRQ is not set +# CONFIG_UIO_DMEM_GENIRQ is not set +CONFIG_UIO_AEC=m +CONFIG_UIO_SERCOS3=m +CONFIG_UIO_PCI_GENERIC=m +# CONFIG_UIO_NETX is not set +# CONFIG_UIO_PRUSS is not set +# CONFIG_UIO_MF624 is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_MENU=y +# CONFIG_VIRTIO_PCI is not set +# CONFIG_VIRTIO_MMIO is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +# CONFIG_STAGING is not set +CONFIG_MIPS_PLATFORM_DEVICES=y +# CONFIG_GOLDFISH is not set +# CONFIG_COMMON_CLK is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +# CONFIG_CLKSRC_PISTACHIO is not set +# end of Clock Source drivers + +# CONFIG_MAILBOX is not set +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMUFD is not set + +# +# Remoteproc drivers +# +# CONFIG_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# end of fujitsu SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# end of Enable LiteX SoC Builder specific drivers + +# CONFIG_WPCM450_SOC is not set + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# +# PM Domains +# + +# +# Amlogic PM Domains +# +# end of Amlogic PM Domains + +# +# Broadcom PM Domains +# +# end of Broadcom PM Domains + +# +# i.MX PM Domains +# +# end of i.MX PM Domains + +# +# Qualcomm PM Domains +# +# end of Qualcomm PM Domains +# end of PM Domains + +# CONFIG_PM_DEVFREQ is not set +# CONFIG_EXTCON is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_NTB is not set +# CONFIG_PWM is not set + +# +# IRQ chip support +# +CONFIG_IRQ_MIPS_CPU=y +# CONFIG_INGENIC_TCU_IRQ is not set +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +# CONFIG_RESET_CONTROLLER is not set + +# +# PHY Subsystem +# +# CONFIG_GENERIC_PHY is not set +# CONFIG_PHY_PISTACHIO_USB is not set +# CONFIG_PHY_CAN_TRANSCEIVER is not set + +# +# PHY drivers for Broadcom platforms +# +# CONFIG_BCM_KONA_USB2_PHY is not set +# end of PHY drivers for Broadcom platforms + +# CONFIG_PHY_INGENIC_USB is not set +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_DWC_PCIE_PMU is not set +# end of Performance monitor support + +# CONFIG_RAS is not set +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +# CONFIG_LIBNVDIMM is not set +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +# CONFIG_NVMEM_LAYOUTS is not set +# CONFIG_NVMEM_RMEM is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# CONFIG_PECI is not set +# CONFIG_HTE is not set +# end of Device Drivers + +# +# File systems +# +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +CONFIG_BUFFER_HEAD=y +CONFIG_LEGACY_DIRECT_IO=y +CONFIG_EXT2_FS=y +CONFIG_EXT2_FS_XATTR=y +CONFIG_EXT2_FS_POSIX_ACL=y +CONFIG_EXT2_FS_SECURITY=y +CONFIG_EXT3_FS=y +CONFIG_EXT3_FS_POSIX_ACL=y +CONFIG_EXT3_FS_SECURITY=y +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +CONFIG_XFS_FS=m +CONFIG_XFS_SUPPORT_V4=y +CONFIG_XFS_SUPPORT_ASCII_CI=y +CONFIG_XFS_QUOTA=y +CONFIG_XFS_POSIX_ACL=y +# CONFIG_XFS_RT is not set +# CONFIG_XFS_ONLINE_SCRUB is not set +# CONFIG_XFS_WARN is not set +# CONFIG_XFS_DEBUG is not set +# CONFIG_GFS2_FS is not set +CONFIG_BTRFS_FS=m +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +# CONFIG_BTRFS_DEBUG is not set +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_FS_REF_VERIFY is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_BCACHEFS_FS is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set +CONFIG_QUOTA=y +CONFIG_QUOTA_NETLINK_INTERFACE=y +# CONFIG_QUOTA_DEBUG is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set +CONFIG_QUOTACTL=y +# CONFIG_AUTOFS_FS is not set +CONFIG_FUSE_FS=m +CONFIG_CUSE=m +# CONFIG_VIRTIO_FS is not set +# CONFIG_OVERLAY_FS is not set + +# +# Caches +# +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +# CONFIG_MSDOS_FS is not set +# CONFIG_VFAT_FS is not set +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_CHILDREN=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_INODE64 is not set +# CONFIG_TMPFS_QUOTA is not set +CONFIG_ARCH_SUPPORTS_HUGETLBFS=y +# CONFIG_HUGETLBFS is not set +# CONFIG_CONFIGFS_FS is not set +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_CRAMFS is not set +CONFIG_SQUASHFS=m +CONFIG_SQUASHFS_FILE_CACHE=y +# CONFIG_SQUASHFS_FILE_DIRECT is not set +CONFIG_SQUASHFS_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set +CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU is not set +# CONFIG_SQUASHFS_XATTR is not set +CONFIG_SQUASHFS_ZLIB=y +# CONFIG_SQUASHFS_LZ4 is not set +# CONFIG_SQUASHFS_LZO is not set +# CONFIG_SQUASHFS_XZ is not set +# CONFIG_SQUASHFS_ZSTD is not set +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +CONFIG_OMFS_FS=m +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +# CONFIG_PSTORE is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +CONFIG_NFS_V2=y +CONFIG_NFS_V3=y +# CONFIG_NFS_V3_ACL is not set +# CONFIG_NFS_V4 is not set +# CONFIG_NFS_SWAP is not set +# CONFIG_ROOT_NFS is not set +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +CONFIG_NFSD=y +# CONFIG_NFSD_V2 is not set +# CONFIG_NFSD_V3_ACL is not set +# CONFIG_NFSD_V4 is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_COMMON=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_RPCSEC_GSS_KRB5=y +# CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA is not set +# CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2 is not set +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +# CONFIG_NLS is not set +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +CONFIG_SECURITY_LANDLOCK=y +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +# CONFIG_IMA is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y +# CONFIG_INIT_STACK_NONE is not set +# CONFIG_INIT_STACK_ALL_PATTERN is not set +CONFIG_INIT_STACK_ALL_ZERO=y +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization + +# +# Hardening of kernel data structures +# +# CONFIG_LIST_HARDENED is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Hardening of kernel data structures + +CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_FULL is not set +# CONFIG_RANDSTRUCT_PERFORMANCE is not set +# end of Kernel hardening options +# end of Security options + +CONFIG_XOR_BLOCKS=y +CONFIG_ASYNC_CORE=y +CONFIG_ASYNC_MEMCPY=y +CONFIG_ASYNC_XOR=y +CONFIG_ASYNC_PQ=y +CONFIG_ASYNC_RAID6_RECOV=y +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SIG2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=m +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=m +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_NULL2=m +# CONFIG_CRYPTO_PCRYPT is not set +CONFIG_CRYPTO_CRYPTD=m +CONFIG_CRYPTO_AUTHENC=m +# CONFIG_CRYPTO_TEST is not set +# end of Crypto core or helper + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +# CONFIG_CRYPTO_ECDH is not set +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=m +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ARIA is not set +CONFIG_CRYPTO_BLOWFISH=m +CONFIG_CRYPTO_BLOWFISH_COMMON=m +CONFIG_CRYPTO_CAMELLIA=m +CONFIG_CRYPTO_CAST_COMMON=m +CONFIG_CRYPTO_CAST5=m +CONFIG_CRYPTO_CAST6=m +# CONFIG_CRYPTO_DES is not set +CONFIG_CRYPTO_FCRYPT=m +CONFIG_CRYPTO_SERPENT=m +# CONFIG_CRYPTO_SM4_GENERIC is not set +CONFIG_CRYPTO_TWOFISH=m +CONFIG_CRYPTO_TWOFISH_COMMON=m +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=m +CONFIG_CRYPTO_CTR=m +CONFIG_CRYPTO_CTS=m +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +CONFIG_CRYPTO_LRW=m +CONFIG_CRYPTO_PCBC=m +CONFIG_CRYPTO_XTS=m +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GENIV=m +CONFIG_CRYPTO_SEQIV=m +CONFIG_CRYPTO_ECHAINIV=m +CONFIG_CRYPTO_ESSIV=m +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +CONFIG_CRYPTO_BLAKE2B=m +CONFIG_CRYPTO_CMAC=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_MD4=m +CONFIG_CRYPTO_MD5=y +CONFIG_CRYPTO_MICHAEL_MIC=m +# CONFIG_CRYPTO_POLY1305 is not set +CONFIG_CRYPTO_RMD160=m +# CONFIG_CRYPTO_SHA1 is not set +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=m +CONFIG_CRYPTO_SHA3=m +# CONFIG_CRYPTO_SM3_GENERIC is not set +# CONFIG_CRYPTO_STREEBOG is not set +CONFIG_CRYPTO_VMAC=m +CONFIG_CRYPTO_WP512=m +CONFIG_CRYPTO_XCBC=m +CONFIG_CRYPTO_XXHASH=m +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +CONFIG_CRYPTO_CRCT10DIF=m +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=m +CONFIG_CRYPTO_LZO=m +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +# CONFIG_CRYPTO_ZSTD is not set +# end of Compression + +# +# Random number generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=m +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=m +CONFIG_CRYPTO_JITTERENTROPY=m +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKS=64 +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKSIZE=32 +CONFIG_CRYPTO_JITTERENTROPY_OSR=1 +# end of Random number generation + +# +# Userspace interface +# +# CONFIG_CRYPTO_USER_API_HASH is not set +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +# CONFIG_CRYPTO_USER_API_RNG is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +# end of Userspace interface + +CONFIG_CRYPTO_HASH_INFO=y + +# +# Accelerated Cryptographic Algorithms for CPU (mips) +# +# CONFIG_CRYPTO_POLY1305_MIPS is not set +# end of Accelerated Cryptographic Algorithms for CPU (mips) + +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_IMGTEC_HASH is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_FIPS_SIGNATURE_SELFTEST is not set + +# +# Certificates for signature checking +# +# CONFIG_SYSTEM_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_RAID6_PQ=y +CONFIG_RAID6_PQ_BENCHMARK=y +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_ARCH_HAS_STRNCPY_FROM_USER=y +CONFIG_ARCH_HAS_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +CONFIG_CORDIC=m +# CONFIG_PRIME_NUMBERS is not set +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=m +CONFIG_CRYPTO_LIB_GF128MUL=m +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=2 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_CRC_CCITT=m +CONFIG_CRC16=y +CONFIG_CRC_T10DIF=m +# CONFIG_CRC64_ROCKSOFT is not set +CONFIG_CRC_ITU_T=m +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +# CONFIG_CRC4 is not set +CONFIG_CRC7=m +CONFIG_LIBCRC32C=y +# CONFIG_CRC8 is not set +CONFIG_XXHASH=m +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=m +CONFIG_ZLIB_DEFLATE=m +CONFIG_LZO_COMPRESS=m +CONFIG_LZO_DECOMPRESS=m +CONFIG_ZSTD_COMMON=m +CONFIG_ZSTD_COMPRESS=m +CONFIG_ZSTD_DECOMPRESS=m +# CONFIG_XZ_DEC is not set +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_DMA_API_DEBUG is not set +CONFIG_SGL_ALLOC=y +CONFIG_CHECK_SIGNATURE=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +CONFIG_IRQ_POLL=y +CONFIG_MPILIB=y +CONFIG_OID_REGISTRY=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_SG_POOL=y +CONFIG_STACKDEPOT=y +CONFIG_STACKDEPOT_MAX_FRAMES=64 +CONFIG_SBITMAP=y +# CONFIG_LWQ_TEST is not set +# end of Library routines + +CONFIG_GENERIC_LIB_ASHLDI3=y +CONFIG_GENERIC_LIB_ASHRDI3=y +CONFIG_GENERIC_LIB_LSHRDI3=y +CONFIG_GENERIC_LIB_CMPDI2=y +CONFIG_GENERIC_LIB_UCMPDI2=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +# CONFIG_PRINTK_TIME is not set +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_ULEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=2048 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +# CONFIG_MAGIC_SYSRQ is not set +# CONFIG_DEBUG_FS is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_ARCH_KCSAN=y +CONFIG_HAVE_KCSAN_COMPILER=y +# CONFIG_KCSAN is not set +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_PAGE_REF is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_SCHED_STACK_END_CHECK is not set +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +CONFIG_HAVE_DEBUG_STACKOVERFLOW=y +# CONFIG_DEBUG_STACKOVERFLOW is not set +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y +# CONFIG_HARDLOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +# CONFIG_SCHEDSTATS is not set +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# CONFIG_CSD_LOCK_WAIT_DEBUG is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +# CONFIG_RCU_CPU_STALL_CPUTIME is not set +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_LATENCYTOP is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_BLK_DEV_IO_TRACE is not set +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_RV is not set +# CONFIG_SAMPLES is not set + +# +# mips Debugging +# +CONFIG_EARLY_PRINTK=y +# CONFIG_CMDLINE_BOOL is not set +# end of mips Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_TEST_REF_TRACKER is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_ASYNC_RAID6_TEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_MAPLE_TREE is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_KMOD is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_OBJPOOL is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/db/mips/64/n64/v6.8/stderr.txt b/db/mips/64/n64/v6.8/stderr.txt new file mode 100644 index 0000000..291d5a4 --- /dev/null +++ b/db/mips/64/n64/v6.8/stderr.txt @@ -0,0 +1,896 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchMips(name='mips', abi='n64', compat=False, ...) +[D] Syscall table: Symbol("sys_call_table" at 0xa800000000032ff0, type=OBJECT, size=0x0) +[W] Syscall table (sys_call_table) has bad size (0), doing my best to figure out when to stop +[I] Syscall table seems to be 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding sys_chown16 as alias for sys_ni_syscall +[D] Discarding sys_fadvise64 as alias for sys_ni_syscall +[D] Discarding sys_fchown16 as alias for sys_ni_syscall +[D] Discarding sys_getegid16 as alias for sys_ni_syscall +[D] Discarding sys_geteuid16 as alias for sys_ni_syscall +[D] Discarding sys_getgid16 as alias for sys_ni_syscall +[D] Discarding sys_getgroups16 as alias for sys_ni_syscall +[D] Discarding sys_getresgid16 as alias for sys_ni_syscall +[D] Discarding sys_getresuid16 as alias for sys_ni_syscall +[D] Discarding sys_getuid16 as alias for sys_ni_syscall +[D] Discarding sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding sys_kexec_file_load as alias for sys_ni_syscall +[D] Discarding sys_lchown16 as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_iobase as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_read as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_write as alias for sys_ni_syscall +[D] Discarding sys_pkey_alloc as alias for sys_ni_syscall +[D] Discarding sys_pkey_free as alias for sys_ni_syscall +[D] Discarding sys_pkey_mprotect as alias for sys_ni_syscall +[D] Discarding sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding sys_rtas as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_setfsgid16 as alias for sys_ni_syscall +[D] Discarding sys_setfsuid16 as alias for sys_ni_syscall +[D] Discarding sys_setgid16 as alias for sys_ni_syscall +[D] Discarding sys_setgroups16 as alias for sys_ni_syscall +[D] Discarding sys_setregid16 as alias for sys_ni_syscall +[D] Discarding sys_setresgid16 as alias for sys_ni_syscall +[D] Discarding sys_setresuid16 as alias for sys_ni_syscall +[D] Discarding sys_setreuid16 as alias for sys_ni_syscall +[D] Discarding sys_setuid16 as alias for sys_ni_syscall +[D] Discarding sys_spu_create as alias for sys_ni_syscall +[D] Discarding sys_spu_run as alias for sys_ni_syscall +[D] Discarding sys_subpage_prot as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_acct over __se_sys_acct +[D] Preferring sys_add_key over __se_sys_add_key +[D] Preferring sys_adjtimex over __se_sys_adjtimex +[D] Preferring sys_alarm over __se_sys_alarm +[D] Preferring sys_bind over __se_sys_bind +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachectl over __se_sys_cachectl +[D] Preferring sys_cacheflush over __se_sys_cacheflush +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_connect over __se_sys_connect +[D] Preferring sys_copy_file_range over __se_sys_copy_file_range +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_delete_module over __se_sys_delete_module +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_ctl over __se_sys_epoll_ctl +[D] Preferring sys_epoll_pwait over __se_sys_epoll_pwait +[D] Preferring sys_epoll_pwait2 over __se_sys_epoll_pwait2 +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_execve over __se_sys_execve +[D] Preferring sys_execveat over __se_sys_execveat +[D] Preferring sys_exit over __se_sys_exit +[D] Preferring sys_exit_group over __se_sys_exit_group +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fadvise64_64 over __se_sys_fadvise64_64 +[D] Preferring sys_fallocate over __se_sys_fallocate +[D] Preferring sys_fanotify_init over __se_sys_fanotify_init +[D] Preferring sys_fanotify_mark over __se_sys_fanotify_mark +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fcntl over __se_sys_fcntl +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_finit_module over __se_sys_finit_module +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fstatfs over __se_sys_fstatfs +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_ftruncate over __se_sys_ftruncate +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat over __se_sys_futimesat +[D] Preferring sys_get_mempolicy over __se_sys_get_mempolicy +[D] Preferring sys_get_robust_list over __se_sys_get_robust_list +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents over __se_sys_getdents +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getitimer over __se_sys_getitimer +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getrlimit over __se_sys_getrlimit +[D] Preferring sys_getrusage over __se_sys_getrusage +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_gettimeofday over __se_sys_gettimeofday +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_init_module over __se_sys_init_module +[D] Preferring sys_inotify_add_watch over __se_sys_inotify_add_watch +[D] Preferring sys_inotify_init1 over __se_sys_inotify_init1 +[D] Preferring sys_inotify_rm_watch over __se_sys_inotify_rm_watch +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents over __se_sys_io_getevents +[D] Preferring sys_io_pgetevents over __se_sys_io_pgetevents +[D] Preferring sys_io_setup over __se_sys_io_setup +[D] Preferring sys_io_submit over __se_sys_io_submit +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioctl over __se_sys_ioctl +[D] Preferring sys_ioprio_get over __se_sys_ioprio_get +[D] Preferring sys_ioprio_set over __se_sys_ioprio_set +[D] Preferring sys_kcmp over __se_sys_kcmp +[D] Preferring sys_kexec_load over __se_sys_kexec_load +[D] Preferring sys_keyctl over __se_sys_keyctl +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lseek over __se_sys_lseek +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_mbind over __se_sys_mbind +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_migrate_pages over __se_sys_migrate_pages +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mips_mmap over __se_sys_mips_mmap +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlock2 over __se_sys_mlock2 +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mount over __se_sys_mount +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_move_pages over __se_sys_move_pages +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mq_getsetattr over __se_sys_mq_getsetattr +[D] Preferring sys_mq_notify over __se_sys_mq_notify +[D] Preferring sys_mq_open over __se_sys_mq_open +[D] Preferring sys_mq_timedreceive over __se_sys_mq_timedreceive +[D] Preferring sys_mq_timedsend over __se_sys_mq_timedsend +[D] Preferring sys_mq_unlink over __se_sys_mq_unlink +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msgrcv over __se_sys_msgrcv +[D] Preferring sys_msgsnd over __se_sys_msgsnd +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep over __se_sys_nanosleep +[D] Preferring sys_newfstat over __se_sys_newfstat +[D] Preferring sys_newfstatat over __se_sys_newfstatat +[D] Preferring sys_newlstat over __se_sys_newlstat +[D] Preferring sys_newstat over __se_sys_newstat +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_old_msgctl over __se_sys_old_msgctl +[D] Preferring sys_old_semctl over __se_sys_old_semctl +[D] Preferring sys_old_shmctl over __se_sys_old_shmctl +[D] Preferring sys_open over __se_sys_open +[D] Preferring sys_open_by_handle_at over __se_sys_open_by_handle_at +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat over __se_sys_openat +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_personality over __se_sys_personality +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_ppoll over __se_sys_ppoll +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_pread64 over __se_sys_pread64 +[D] Preferring sys_preadv over __se_sys_preadv +[D] Preferring sys_preadv2 over __se_sys_preadv2 +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_process_vm_readv over __se_sys_process_vm_readv +[D] Preferring sys_process_vm_writev over __se_sys_process_vm_writev +[D] Preferring sys_pselect6 over __se_sys_pselect6 +[D] Preferring sys_ptrace over __se_sys_ptrace +[D] Preferring sys_pwrite64 over __se_sys_pwrite64 +[D] Preferring sys_pwritev over __se_sys_pwritev +[D] Preferring sys_pwritev2 over __se_sys_pwritev2 +[D] Preferring sys_quotactl over __se_sys_quotactl +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readahead over __se_sys_readahead +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_reboot over __se_sys_reboot +[D] Preferring sys_recvfrom over __se_sys_recvfrom +[D] Preferring sys_recvmmsg over __se_sys_recvmmsg +[D] Preferring sys_recvmsg over __se_sys_recvmsg +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_request_key over __se_sys_request_key +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rseq over __se_sys_rseq +[D] Preferring sys_rt_sigaction over __se_sys_rt_sigaction +[D] Preferring sys_rt_sigpending over __se_sys_rt_sigpending +[D] Preferring sys_rt_sigprocmask over __se_sys_rt_sigprocmask +[D] Preferring sys_rt_sigqueueinfo over __se_sys_rt_sigqueueinfo +[D] Preferring sys_rt_sigsuspend over __se_sys_rt_sigsuspend +[D] Preferring sys_rt_sigtimedwait over __se_sys_rt_sigtimedwait +[D] Preferring sys_rt_tgsigqueueinfo over __se_sys_rt_tgsigqueueinfo +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getaffinity over __se_sys_sched_getaffinity +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_setaffinity over __se_sys_sched_setaffinity +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_select over __se_sys_select +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_semop over __se_sys_semop +[D] Preferring sys_semtimedop over __se_sys_semtimedop +[D] Preferring sys_sendfile64 over __se_sys_sendfile64 +[D] Preferring sys_sendmmsg over __se_sys_sendmmsg +[D] Preferring sys_sendmsg over __se_sys_sendmsg +[D] Preferring sys_sendto over __se_sys_sendto +[D] Preferring sys_set_mempolicy over __se_sys_set_mempolicy +[D] Preferring sys_set_mempolicy_home_node over __se_sys_set_mempolicy_home_node +[D] Preferring sys_set_robust_list over __se_sys_set_robust_list +[D] Preferring sys_set_thread_area over __se_sys_set_thread_area +[D] Preferring sys_set_tid_address over __se_sys_set_tid_address +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setitimer over __se_sys_setitimer +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setrlimit over __se_sys_setrlimit +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_settimeofday over __se_sys_settimeofday +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmat over __se_sys_shmat +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_sigaltstack over __se_sys_sigaltstack +[D] Preferring sys_signalfd over __se_sys_signalfd +[D] Preferring sys_signalfd4 over __se_sys_signalfd4 +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_statfs over __se_sys_statfs +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_statx over __se_sys_statx +[D] Preferring sys_swapoff over __se_sys_swapoff +[D] Preferring sys_swapon over __se_sys_swapon +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_sync_file_range over __se_sys_sync_file_range +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_sysinfo over __se_sys_sysinfo +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_timer_create over __se_sys_timer_create +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_times over __se_sys_times +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_truncate over __se_sys_truncate +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_umount over __se_sys_umount +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_ustat over __se_sys_ustat +[D] Preferring sys_utime over __se_sys_utime +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimes over __se_sys_utimes +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_wait4 over __se_sys_wait4 +[D] Preferring sys_waitid over __se_sys_waitid +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] sys_call_table[0]: Symbol("sys_read" at 0xa8000000003133b8, type=FUNC, size=0x8) +[D] sys_call_table[1]: Symbol("sys_write" at 0xa800000000313508, type=FUNC, size=0x8) +[D] sys_call_table[2]: Symbol("sys_open" at 0xa80000000030fac8, type=FUNC, size=0xb8) +[D] sys_call_table[3]: Symbol("sys_close" at 0xa80000000030ff60, type=FUNC, size=0x88) +[D] sys_call_table[4]: Symbol("sys_newstat" at 0xa80000000031d430, type=FUNC, size=0x8) +[D] sys_call_table[5]: Symbol("sys_newfstat" at 0xa80000000031d450, type=FUNC, size=0x8) +[D] sys_call_table[6]: Symbol("sys_newlstat" at 0xa80000000031d438, type=FUNC, size=0x8) +[D] sys_call_table[7]: Symbol("sys_poll" at 0xa800000000335590, type=FUNC, size=0x160) +[D] sys_call_table[8]: Symbol("sys_lseek" at 0xa800000000311bf8, type=FUNC, size=0x108) +[D] sys_call_table[9]: Symbol("sys_mips_mmap" at 0xa800000000028528, type=FUNC, size=0x20) +[D] sys_call_table[10]: Symbol("sys_mprotect" at 0xa8000000002c0718, type=FUNC, size=0x1c) +[D] sys_call_table[11]: Symbol("sys_munmap" at 0xa8000000002bb2d0, type=FUNC, size=0x1c) +[D] sys_call_table[12]: Symbol("sys_brk" at 0xa8000000002bc680, type=FUNC, size=0x444) +[D] sys_call_table[13]: Symbol("sys_rt_sigaction" at 0xa800000000066c40, type=FUNC, size=0x164) +[D] sys_call_table[14]: Symbol("sys_rt_sigprocmask" at 0xa8000000000615d0, type=FUNC, size=0x148) +[D] sys_call_table[15]: Symbol("sys_ioctl" at 0xa800000000331d80, type=FUNC, size=0x100) +[D] sys_call_table[16]: Symbol("sys_pread64" at 0xa8000000003135e8, type=FUNC, size=0x100) +[D] sys_call_table[17]: Symbol("sys_pwrite64" at 0xa8000000003137c0, type=FUNC, size=0x100) +[D] sys_call_table[18]: Symbol("sys_readv" at 0xa8000000003138c0, type=FUNC, size=0x8) +[D] sys_call_table[19]: Symbol("sys_writev" at 0xa8000000003138c8, type=FUNC, size=0x8) +[D] sys_call_table[20]: Symbol("sys_access" at 0xa80000000030e410, type=FUNC, size=0x18) +[D] sys_call_table[21]: Symbol("sysm_pipe" at 0xa8000000000284a0, type=FUNC, size=0x88) +[D] sys_call_table[22]: Symbol("sys_select" at 0xa800000000335258, type=FUNC, size=0x1a4) +[D] sys_call_table[23]: Symbol("sys_sched_yield" at 0xa800000000095750, type=FUNC, size=0x20) +[D] sys_call_table[24]: Symbol("sys_mremap" at 0xa8000000002c1e60, type=FUNC, size=0x8) +[D] sys_call_table[25]: Symbol("sys_msync" at 0xa8000000002c1e70, type=FUNC, size=0x3b0) +[D] sys_call_table[26]: Symbol("sys_mincore" at 0xa8000000002b2fe0, type=FUNC, size=0x454) +[D] sys_call_table[27]: Symbol("sys_madvise" at 0xa8000000002f14e0, type=FUNC, size=0x30) +[D] sys_call_table[28]: Symbol("sys_shmget" at 0xa800000000527bb8, type=FUNC, size=0xa8) +[D] sys_call_table[29]: Symbol("sys_shmat" at 0xa8000000005282b0, type=FUNC, size=0x70) +[D] sys_call_table[30]: Symbol("sys_old_shmctl" at 0xa800000000527cc0, type=FUNC, size=0x88) +[D] sys_call_table[31]: Symbol("sys_dup" at 0xa8000000003446b0, type=FUNC, size=0x190) +[D] sys_call_table[32]: Symbol("sys_dup2" at 0xa800000000344590, type=FUNC, size=0x120) +[D] sys_call_table[33]: Symbol("sys_pause" at 0xa800000000067080, type=FUNC, size=0x7c) +[D] sys_call_table[34]: Symbol("sys_nanosleep" at 0xa80000000010e168, type=FUNC, size=0x120) +[D] sys_call_table[35]: Symbol("sys_getitimer" at 0xa80000000011ee00, type=FUNC, size=0x98) +[D] sys_call_table[36]: Symbol("sys_setitimer" at 0xa80000000011f098, type=FUNC, size=0x208) +[D] sys_call_table[37]: Symbol("sys_alarm" at 0xa80000000011efd8, type=FUNC, size=0xbc) +[D] sys_call_table[38]: Symbol("sys_getpid" at 0xa80000000006a620, type=FUNC, size=0x24) +[D] sys_call_table[39]: Symbol("sys_sendfile64" at 0xa8000000003142e8, type=FUNC, size=0x100) +[D] sys_call_table[40]: Symbol("sys_socket" at 0xa80000000074c450, type=FUNC, size=0x24) +[D] sys_call_table[41]: Symbol("sys_connect" at 0xa80000000074ce98, type=FUNC, size=0x20) +[D] sys_call_table[42]: Symbol("sys_accept" at 0xa80000000074ccb0, type=FUNC, size=0x20) +[D] sys_call_table[43]: Symbol("sys_sendto" at 0xa80000000074d2d0, type=FUNC, size=0x24) +[D] sys_call_table[44]: Symbol("sys_recvfrom" at 0xa80000000074d4c0, type=FUNC, size=0x20) +[D] sys_call_table[45]: Symbol("sys_sendmsg" at 0xa80000000074e1f8, type=FUNC, size=0x10) +[D] sys_call_table[46]: Symbol("sys_recvmsg" at 0xa80000000074e620, type=FUNC, size=0x10) +[D] sys_call_table[47]: Symbol("sys_shutdown" at 0xa80000000074d880, type=FUNC, size=0x20) +[D] sys_call_table[48]: Symbol("sys_bind" at 0xa80000000074c870, type=FUNC, size=0x20) +[D] sys_call_table[49]: Symbol("sys_listen" at 0xa80000000074c988, type=FUNC, size=0x20) +[D] sys_call_table[50]: Symbol("sys_getsockname" at 0xa80000000074cfc0, type=FUNC, size=0x1c) +[D] sys_call_table[51]: Symbol("sys_getpeername" at 0xa80000000074d108, type=FUNC, size=0x1c) +[D] sys_call_table[52]: Symbol("sys_socketpair" at 0xa80000000074c730, type=FUNC, size=0x24) +[D] sys_call_table[53]: Symbol("sys_setsockopt" at 0xa80000000074d600, type=FUNC, size=0x28) +[D] sys_call_table[54]: Symbol("sys_getsockopt" at 0xa80000000074d738, type=FUNC, size=0x24) +[D] sys_call_table[55]: Symbol("__sys_clone" at 0xa800000000028428, type=FUNC, size=0x28) +[D] sys_call_table[56]: Symbol("__sys_fork" at 0xa800000000028400, type=FUNC, size=0x28) +[D] sys_call_table[57]: Symbol("sys_execve" at 0xa800000000321378, type=FUNC, size=0x50) +[D] sys_call_table[58]: Symbol("sys_exit" at 0xa800000000051070, type=FUNC, size=0x18) +[D] sys_call_table[59]: Symbol("sys_wait4" at 0xa800000000052090, type=FUNC, size=0xc) +[D] sys_call_table[60]: Symbol("sys_kill" at 0xa800000000065a20, type=FUNC, size=0x294) +[D] sys_call_table[61]: Symbol("sys_newuname" at 0xa80000000006ae70, type=FUNC, size=0x8) +[D] sys_call_table[62]: Symbol("sys_semget" at 0xa800000000523a18, type=FUNC, size=0xc8) +[D] sys_call_table[63]: Symbol("sys_semop" at 0xa800000000525048, type=FUNC, size=0x10) +[D] sys_call_table[64]: Symbol("sys_old_semctl" at 0xa800000000523b58, type=FUNC, size=0x98) +[D] sys_call_table[65]: Symbol("sys_shmdt" at 0xa800000000528640, type=FUNC, size=0x8) +[D] sys_call_table[66]: Symbol("sys_msgget" at 0xa800000000520238, type=FUNC, size=0xa0) +[D] sys_call_table[67]: Symbol("sys_msgsnd" at 0xa800000000520440, type=FUNC, size=0x4c) +[D] sys_call_table[68]: Symbol("sys_msgrcv" at 0xa800000000520520, type=FUNC, size=0x24) +[D] sys_call_table[69]: Symbol("sys_old_msgctl" at 0xa800000000520338, type=FUNC, size=0x88) +[D] sys_call_table[70]: Symbol("sys_fcntl" at 0xa80000000032fed8, type=FUNC, size=0xf8) +[D] sys_call_table[71]: Symbol("sys_flock" at 0xa80000000039d510, type=FUNC, size=0xc) +[D] sys_call_table[72]: Symbol("sys_fsync" at 0xa800000000366be8, type=FUNC, size=0x98) +[D] sys_call_table[73]: Symbol("sys_fdatasync" at 0xa800000000366c80, type=FUNC, size=0xa8) +[D] sys_call_table[74]: Symbol("sys_truncate" at 0xa80000000030dd90, type=FUNC, size=0x104) +[D] sys_call_table[75]: Symbol("sys_ftruncate" at 0xa80000000030e248, type=FUNC, size=0xc) +[D] sys_call_table[76]: Symbol("sys_getdents" at 0xa800000000332c00, type=FUNC, size=0x178) +[D] sys_call_table[77]: Symbol("sys_getcwd" at 0xa800000000368890, type=FUNC, size=0x1f0) +[D] sys_call_table[78]: Symbol("sys_chdir" at 0xa80000000030e428, type=FUNC, size=0x104) +[D] sys_call_table[79]: Symbol("sys_fchdir" at 0xa80000000030e530, type=FUNC, size=0xdc) +[D] sys_call_table[80]: Symbol("sys_rename" at 0xa80000000032e988, type=FUNC, size=0x58) +[D] sys_call_table[81]: Symbol("sys_mkdir" at 0xa80000000032d5f8, type=FUNC, size=0x3c) +[D] sys_call_table[82]: Symbol("sys_rmdir" at 0xa80000000032d828, type=FUNC, size=0x2c) +[D] sys_call_table[83]: Symbol("sys_creat" at 0xa80000000030fee8, type=FUNC, size=0x74) +[D] sys_call_table[84]: Symbol("sys_link" at 0xa80000000032e238, type=FUNC, size=0x58) +[D] sys_call_table[85]: Symbol("sys_unlink" at 0xa80000000032dc38, type=FUNC, size=0x2c) +[D] sys_call_table[86]: Symbol("sys_symlink" at 0xa80000000032de38, type=FUNC, size=0x58) +[D] sys_call_table[87]: Symbol("sys_readlink" at 0xa80000000031d478, type=FUNC, size=0x2c) +[D] sys_call_table[88]: Symbol("sys_chmod" at 0xa80000000030eba8, type=FUNC, size=0xdc) +[D] sys_call_table[89]: Symbol("sys_fchmod" at 0xa80000000030e918, type=FUNC, size=0x84) +[D] sys_call_table[90]: Symbol("sys_chown" at 0xa80000000030f040, type=FUNC, size=0x114) +[D] sys_call_table[91]: Symbol("sys_fchown" at 0xa80000000030f3a8, type=FUNC, size=0x24) +[D] sys_call_table[92]: Symbol("sys_lchown" at 0xa80000000030f158, type=FUNC, size=0x114) +[D] sys_call_table[93]: Symbol("sys_umask" at 0xa80000000006c188, type=FUNC, size=0x38) +[D] sys_call_table[94]: Symbol("sys_gettimeofday" at 0xa800000000105658, type=FUNC, size=0x148) +[D] sys_call_table[95]: Symbol("sys_getrlimit" at 0xa80000000006b4d8, type=FUNC, size=0x128) +[D] sys_call_table[96]: Symbol("sys_getrusage" at 0xa80000000006c178, type=FUNC, size=0x8) +[D] sys_call_table[97]: Symbol("sys_sysinfo" at 0xa80000000006cb30, type=FUNC, size=0x8) +[D] sys_call_table[98]: Symbol("sys_times" at 0xa80000000006a7a0, type=FUNC, size=0xe4) +[D] sys_call_table[99]: Symbol("sys_ptrace" at 0xa80000000005bef0, type=FUNC, size=0x180) +[D] sys_call_table[100]: Symbol("sys_getuid" at 0xa80000000006a6a0, type=FUNC, size=0x3c) +[D] sys_call_table[101]: Symbol("sys_syslog" at 0xa8000000000c2410, type=FUNC, size=0x24) +[D] sys_call_table[102]: Symbol("sys_getgid" at 0xa80000000006a720, type=FUNC, size=0x3c) +[D] sys_call_table[103]: Symbol("sys_setuid" at 0xa800000000069968, type=FUNC, size=0x8) +[D] sys_call_table[104]: Symbol("sys_setgid" at 0xa800000000069550, type=FUNC, size=0x8) +[D] sys_call_table[105]: Symbol("sys_geteuid" at 0xa80000000006a6e0, type=FUNC, size=0x3c) +[D] sys_call_table[106]: Symbol("sys_getegid" at 0xa80000000006a760, type=FUNC, size=0x3c) +[D] sys_call_table[107]: Symbol("sys_setpgid" at 0xa80000000006aa60, type=FUNC, size=0x1a4) +[D] sys_call_table[108]: Symbol("sys_getppid" at 0xa80000000006a670, type=FUNC, size=0x2c) +[D] sys_call_table[109]: Symbol("sys_getpgrp" at 0xa80000000006ac90, type=FUNC, size=0x24) +[D] sys_call_table[110]: Symbol("sys_setsid" at 0xa80000000006ae50, type=FUNC, size=0x1c) +[D] sys_call_table[111]: Symbol("sys_setreuid" at 0xa800000000069818, type=FUNC, size=0xc) +[D] sys_call_table[112]: Symbol("sys_setregid" at 0xa800000000069428, type=FUNC, size=0xc) +[D] sys_call_table[113]: Symbol("sys_getgroups" at 0xa800000000087d30, type=FUNC, size=0xc4) +[D] sys_call_table[114]: Symbol("sys_setgroups" at 0xa800000000087e18, type=FUNC, size=0x24c) +[D] sys_call_table[115]: Symbol("sys_setresuid" at 0xa800000000069df8, type=FUNC, size=0x10) +[D] sys_call_table[116]: Symbol("sys_getresuid" at 0xa800000000069e08, type=FUNC, size=0xec) +[D] sys_call_table[117]: Symbol("sys_setresgid" at 0xa80000000006a308, type=FUNC, size=0x10) +[D] sys_call_table[118]: Symbol("sys_getresgid" at 0xa80000000006a318, type=FUNC, size=0xe4) +[D] sys_call_table[119]: Symbol("sys_getpgid" at 0xa80000000006ac08, type=FUNC, size=0x88) +[D] sys_call_table[120]: Symbol("sys_setfsuid" at 0xa80000000006a508, type=FUNC, size=0x8) +[D] sys_call_table[121]: Symbol("sys_setfsgid" at 0xa80000000006a618, type=FUNC, size=0x8) +[D] sys_call_table[122]: Symbol("sys_getsid" at 0xa80000000006acb8, type=FUNC, size=0x90) +[D] sys_call_table[123]: Symbol("sys_capget" at 0xa80000000005a188, type=FUNC, size=0x1f8) +[D] sys_call_table[124]: Symbol("sys_capset" at 0xa80000000005a380, type=FUNC, size=0x1f0) +[D] sys_call_table[125]: Symbol("sys_rt_sigpending" at 0xa800000000061870, type=FUNC, size=0xb4) +[D] sys_call_table[126]: Symbol("sys_rt_sigtimedwait" at 0xa800000000065560, type=FUNC, size=0x14c) +[D] sys_call_table[127]: Symbol("sys_rt_sigqueueinfo" at 0xa800000000066018, type=FUNC, size=0x10c) +[D] sys_call_table[128]: Symbol("sys_rt_sigsuspend" at 0xa800000000067100, type=FUNC, size=0xb8) +[D] sys_call_table[129]: Symbol("sys_sigaltstack" at 0xa800000000066680, type=FUNC, size=0x16c) +[D] sys_call_table[130]: Symbol("sys_utime" at 0xa800000000367920, type=FUNC, size=0xe0) +[D] sys_call_table[131]: Symbol("sys_mknod" at 0xa80000000032d3a8, type=FUNC, size=0x4c) +[D] sys_call_table[132]: Symbol("sys_personality" at 0xa80000000004a608, type=FUNC, size=0x24) +[D] sys_call_table[133]: Symbol("sys_ustat" at 0xa80000000036a110, type=FUNC, size=0x8) +[D] sys_call_table[134]: Symbol("sys_statfs" at 0xa80000000036a0f0, type=FUNC, size=0x8) +[D] sys_call_table[135]: Symbol("sys_fstatfs" at 0xa80000000036a100, type=FUNC, size=0x8) +[D] sys_call_table[136]: Symbol("sys_sysfs" at 0xa800000000344e40, type=FUNC, size=0x328) +[D] sys_call_table[137]: Symbol("sys_getpriority" at 0xa800000000068fc0, type=FUNC, size=0x2e4) +[D] sys_call_table[138]: Symbol("sys_setpriority" at 0xa800000000068c40, type=FUNC, size=0x380) +[D] sys_call_table[139]: Symbol("sys_sched_setparam" at 0xa800000000094d98, type=FUNC, size=0x24) +[D] sys_call_table[140]: Symbol("sys_sched_getparam" at 0xa8000000000951f8, type=FUNC, size=0x108) +[D] sys_call_table[141]: Symbol("sys_sched_setscheduler" at 0xa800000000094d68, type=FUNC, size=0x30) +[D] sys_call_table[142]: Symbol("sys_sched_getscheduler" at 0xa800000000095150, type=FUNC, size=0xa8) +[D] sys_call_table[143]: Symbol("sys_sched_get_priority_max" at 0xa8000000000957e0, type=FUNC, size=0x58) +[D] sys_call_table[144]: Symbol("sys_sched_get_priority_min" at 0xa800000000095838, type=FUNC, size=0x58) +[D] sys_call_table[145]: Symbol("sys_sched_rr_get_interval" at 0xa800000000095890, type=FUNC, size=0x90) +[D] sys_call_table[146]: Symbol("sys_mlock" at 0xa8000000002b5bc8, type=FUNC, size=0x1c) +[D] sys_call_table[147]: Symbol("sys_munlock" at 0xa8000000002b5c40, type=FUNC, size=0x158) +[D] sys_call_table[148]: Symbol("sys_mlockall" at 0xa8000000002b5d98, type=FUNC, size=0x284) +[D] sys_call_table[149]: Symbol("sys_munlockall" at 0xa8000000002b6020, type=FUNC, size=0x124) +[D] sys_call_table[150]: Symbol("sys_vhangup" at 0xa800000000310010, type=FUNC, size=0x30) +[D] sys_call_table[151]: Symbol("sys_pivot_root" at 0xa80000000034e910, type=FUNC, size=0x55c) +[D] sys_call_table[152]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[153]: Symbol("sys_prctl" at 0xa80000000006c1d0, type=FUNC, size=0x878) +[D] sys_call_table[154]: Symbol("sys_adjtimex" at 0xa800000000105d00, type=FUNC, size=0x8) +[D] sys_call_table[155]: Symbol("sys_setrlimit" at 0xa80000000006bba0, type=FUNC, size=0xc4) +[D] sys_call_table[156]: Symbol("sys_chroot" at 0xa80000000030e610, type=FUNC, size=0x14c) +[D] sys_call_table[157]: Symbol("sys_sync" at 0xa800000000366a70, type=FUNC, size=0x20) +[D] sys_call_table[158]: Symbol("sys_acct" at 0xa80000000012f450, type=FUNC, size=0x3f0) +[D] sys_call_table[159]: Symbol("sys_settimeofday" at 0xa8000000001058d0, type=FUNC, size=0x16c) +[D] sys_call_table[160]: Symbol("sys_mount" at 0xa80000000034de30, type=FUNC, size=0x2c8) +[D] sys_call_table[161]: Symbol("sys_umount" at 0xa80000000034acd8, type=FUNC, size=0xa8) +[D] sys_call_table[162]: Symbol("sys_swapon" at 0xa8000000002fa578, type=FUNC, size=0x1830) +[D] sys_call_table[163]: Symbol("sys_swapoff" at 0xa8000000002f94d8, type=FUNC, size=0x107c) +[D] sys_call_table[164]: Symbol("sys_reboot" at 0xa800000000084d88, type=FUNC, size=0x10) +[D] sys_call_table[165]: Symbol("sys_sethostname" at 0xa80000000006b060, type=FUNC, size=0x184) +[D] sys_call_table[166]: Symbol("sys_setdomainname" at 0xa80000000006b350, type=FUNC, size=0x184) +[D] sys_call_table[167]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[168]: Symbol("sys_init_module" at 0xa8000000000ff550, type=FUNC, size=0x8) +[D] sys_call_table[169]: Symbol("sys_delete_module" at 0xa8000000000ff9f0, type=FUNC, size=0x2f0) +[D] sys_call_table[170]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[171]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[172]: Symbol("sys_quotactl" at 0xa8000000003bde20, type=FUNC, size=0x4f0) +[D] sys_call_table[173]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[174]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[175]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[176]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[177]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[178]: Symbol("sys_gettid" at 0xa80000000006a648, type=FUNC, size=0x24) +[D] sys_call_table[179]: Symbol("sys_readahead" at 0xa8000000002670c0, type=FUNC, size=0x8) +[D] sys_call_table[180]: Symbol("sys_setxattr" at 0xa800000000354728, type=FUNC, size=0x20) +[D] sys_call_table[181]: Symbol("sys_lsetxattr" at 0xa800000000354748, type=FUNC, size=0x20) +[D] sys_call_table[182]: Symbol("sys_fsetxattr" at 0xa800000000354768, type=FUNC, size=0xe8) +[D] sys_call_table[183]: Symbol("sys_getxattr" at 0xa800000000354cb8, type=FUNC, size=0x8) +[D] sys_call_table[184]: Symbol("sys_lgetxattr" at 0xa800000000354cc0, type=FUNC, size=0x8) +[D] sys_call_table[185]: Symbol("sys_fgetxattr" at 0xa800000000354cc8, type=FUNC, size=0xc8) +[D] sys_call_table[186]: Symbol("sys_listxattr" at 0xa800000000354d90, type=FUNC, size=0x8) +[D] sys_call_table[187]: Symbol("sys_llistxattr" at 0xa800000000354d98, type=FUNC, size=0x8) +[D] sys_call_table[188]: Symbol("sys_flistxattr" at 0xa800000000354da0, type=FUNC, size=0xa8) +[D] sys_call_table[189]: Symbol("sys_removexattr" at 0xa800000000354e48, type=FUNC, size=0x1c) +[D] sys_call_table[190]: Symbol("sys_lremovexattr" at 0xa800000000354e68, type=FUNC, size=0x1c) +[D] sys_call_table[191]: Symbol("sys_fremovexattr" at 0xa800000000354e88, type=FUNC, size=0xb8) +[D] sys_call_table[192]: Symbol("sys_tkill" at 0xa800000000065fe0, type=FUNC, size=0x38) +[D] sys_call_table[193]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[194]: Symbol("sys_futex" at 0xa800000000125bb0, type=FUNC, size=0x1a0) +[D] sys_call_table[195]: Symbol("sys_sched_setaffinity" at 0xa800000000097ac8, type=FUNC, size=0xf4) +[D] sys_call_table[196]: Symbol("sys_sched_getaffinity" at 0xa800000000095650, type=FUNC, size=0x100) +[D] sys_call_table[197]: Symbol("sys_cacheflush" at 0xa800000000039c58, type=FUNC, size=0x78) +[D] sys_call_table[198]: Symbol("sys_cachectl" at 0xa8000000000286e8, type=FUNC, size=0x8) +[D] sys_call_table[199]: Symbol("__sys_sysmips" at 0xa800000000028478, type=FUNC, size=0x28) +[D] sys_call_table[200]: Symbol("sys_io_setup" at 0xa8000000003945a0, type=FUNC, size=0x1a8) +[D] sys_call_table[201]: Symbol("sys_io_destroy" at 0xa8000000003948f8, type=FUNC, size=0x198) +[D] sys_call_table[202]: Symbol("sys_io_getevents" at 0xa800000000395150, type=FUNC, size=0xf0) +[D] sys_call_table[203]: Symbol("sys_io_submit" at 0xa800000000394a90, type=FUNC, size=0x268) +[D] sys_call_table[204]: Symbol("sys_io_cancel" at 0xa800000000394f60, type=FUNC, size=0x1f0) +[D] sys_call_table[205]: Symbol("sys_exit_group" at 0xa800000000051120, type=FUNC, size=0x18) +[D] sys_call_table[206]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[207]: Symbol("sys_epoll_create" at 0xa8000000003872a8, type=FUNC, size=0x30) +[D] sys_call_table[208]: Symbol("sys_epoll_ctl" at 0xa800000000388398, type=FUNC, size=0xe8) +[D] sys_call_table[209]: Symbol("sys_epoll_wait" at 0xa800000000388480, type=FUNC, size=0x140) +[D] sys_call_table[210]: Symbol("sys_remap_file_pages" at 0xa8000000002be100, type=FUNC, size=0x3d4) +[D] sys_call_table[211]: Symbol("sys_rt_sigreturn" at 0xa800000000027f30, type=FUNC, size=0x110) +[D] sys_call_table[212]: Symbol("sys_set_tid_address" at 0xa800000000047c58, type=FUNC, size=0x2c) +[D] sys_call_table[213]: Symbol("sys_restart_syscall" at 0xa800000000061198, type=FUNC, size=0x10) +[D] sys_call_table[214]: Symbol("sys_semtimedop" at 0xa800000000524db0, type=FUNC, size=0xe0) +[D] sys_call_table[215]: Symbol("sys_fadvise64_64" at 0xa8000000002600d0, type=FUNC, size=0xe0) +[D] sys_call_table[216]: Symbol("sys_timer_create" at 0xa80000000011a410, type=FUNC, size=0xec) +[D] sys_call_table[217]: Symbol("sys_timer_settime" at 0xa80000000011a798, type=FUNC, size=0x10c) +[D] sys_call_table[218]: Symbol("sys_timer_gettime" at 0xa80000000011a5c8, type=FUNC, size=0x98) +[D] sys_call_table[219]: Symbol("sys_timer_getoverrun" at 0xa80000000011a6f8, type=FUNC, size=0xa0) +[D] sys_call_table[220]: Symbol("sys_timer_delete" at 0xa80000000011a9b0, type=FUNC, size=0x168) +[D] sys_call_table[221]: Symbol("sys_clock_settime" at 0xa80000000011ad50, type=FUNC, size=0x138) +[D] sys_call_table[222]: Symbol("sys_clock_gettime" at 0xa80000000011ae88, type=FUNC, size=0x130) +[D] sys_call_table[223]: Symbol("sys_clock_getres" at 0xa80000000011b080, type=FUNC, size=0x138) +[D] sys_call_table[224]: Symbol("sys_clock_nanosleep" at 0xa80000000011b570, type=FUNC, size=0x1b8) +[D] sys_call_table[225]: Symbol("sys_tgkill" at 0xa800000000065fa0, type=FUNC, size=0x40) +[D] sys_call_table[226]: Symbol("sys_utimes" at 0xa800000000367908, type=FUNC, size=0x14) +[D] sys_call_table[227]: Symbol("sys_mbind" at 0xa800000000302130, type=FUNC, size=0x118) +[D] sys_call_table[228]: Symbol("sys_get_mempolicy" at 0xa8000000002ffd20, type=FUNC, size=0x7c4) +[D] sys_call_table[229]: Symbol("sys_set_mempolicy" at 0xa8000000002ff9a8, type=FUNC, size=0xdc) +[D] sys_call_table[230]: Symbol("sys_mq_open" at 0xa80000000052bac8, type=FUNC, size=0xec) +[D] sys_call_table[231]: Symbol("sys_mq_unlink" at 0xa80000000052bbb8, type=FUNC, size=0x140) +[D] sys_call_table[232]: Symbol("sys_mq_timedsend" at 0xa80000000052bcf8, type=FUNC, size=0xe8) +[D] sys_call_table[233]: Symbol("sys_mq_timedreceive" at 0xa80000000052bde0, type=FUNC, size=0xe8) +[D] sys_call_table[234]: Symbol("sys_mq_notify" at 0xa80000000052bec8, type=FUNC, size=0xdc) +[D] sys_call_table[235]: Symbol("sys_mq_getsetattr" at 0xa80000000052bfa8, type=FUNC, size=0x8) +[D] sys_call_table[236]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[237]: Symbol("sys_waitid" at 0xa800000000051c20, type=FUNC, size=0x10) +[D] sys_call_table[238]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[239]: Symbol("sys_add_key" at 0xa800000000531ba0, type=FUNC, size=0x230) +[D] sys_call_table[240]: Symbol("sys_request_key" at 0xa800000000531dd0, type=FUNC, size=0x1d0) +[D] sys_call_table[241]: Symbol("sys_keyctl" at 0xa800000000533f28, type=FUNC, size=0x410) +[D] sys_call_table[242]: Symbol("sys_set_thread_area" at 0xa800000000028550, type=FUNC, size=0x14) +[D] sys_call_table[243]: Symbol("sys_inotify_init" at 0xa800000000380030, type=FUNC, size=0x1c) +[D] sys_call_table[244]: Symbol("sys_inotify_add_watch" at 0xa800000000380050, type=FUNC, size=0x4c8) +[D] sys_call_table[245]: Symbol("sys_inotify_rm_watch" at 0xa800000000380518, type=FUNC, size=0x118) +[D] sys_call_table[246]: Symbol("sys_migrate_pages" at 0xa8000000002ffa88, type=FUNC, size=0x294) +[D] sys_call_table[247]: Symbol("sys_openat" at 0xa80000000030fb80, type=FUNC, size=0xb8) +[D] sys_call_table[248]: Symbol("sys_mkdirat" at 0xa80000000032d5a8, type=FUNC, size=0x4c) +[D] sys_call_table[249]: Symbol("sys_mknodat" at 0xa80000000032d348, type=FUNC, size=0x5c) +[D] sys_call_table[250]: Symbol("sys_fchownat" at 0xa80000000030f018, type=FUNC, size=0x28) +[D] sys_call_table[251]: Symbol("sys_futimesat" at 0xa800000000367900, type=FUNC, size=0x8) +[D] sys_call_table[252]: Symbol("sys_newfstatat" at 0xa80000000031d440, type=FUNC, size=0xc) +[D] sys_call_table[253]: Symbol("sys_unlinkat" at 0xa80000000032dba8, type=FUNC, size=0x90) +[D] sys_call_table[254]: Symbol("sys_renameat" at 0xa80000000032e910, type=FUNC, size=0x78) +[D] sys_call_table[255]: Symbol("sys_linkat" at 0xa80000000032e1b0, type=FUNC, size=0x88) +[D] sys_call_table[256]: Symbol("sys_symlinkat" at 0xa80000000032ddd8, type=FUNC, size=0x5c) +[D] sys_call_table[257]: Symbol("sys_readlinkat" at 0xa80000000031d458, type=FUNC, size=0x20) +[D] sys_call_table[258]: Symbol("sys_fchmodat" at 0xa80000000030eab0, type=FUNC, size=0xf4) +[D] sys_call_table[259]: Symbol("sys_faccessat" at 0xa80000000030e3f0, type=FUNC, size=0x10) +[D] sys_call_table[260]: Symbol("sys_pselect6" at 0xa800000000335400, type=FUNC, size=0x18c) +[D] sys_call_table[261]: Symbol("sys_ppoll" at 0xa8000000003356f0, type=FUNC, size=0x118) +[D] sys_call_table[262]: Symbol("sys_unshare" at 0xa80000000004a3f8, type=FUNC, size=0x1c) +[D] sys_call_table[263]: Symbol("sys_splice" at 0xa800000000365cf8, type=FUNC, size=0x320) +[D] sys_call_table[264]: Symbol("sys_sync_file_range" at 0xa800000000366f48, type=FUNC, size=0xb8) +[D] sys_call_table[265]: Symbol("sys_tee" at 0xa8000000003664b0, type=FUNC, size=0x140) +[D] sys_call_table[266]: Symbol("sys_vmsplice" at 0xa800000000365ce8, type=FUNC, size=0xc) +[D] sys_call_table[267]: Symbol("sys_move_pages" at 0xa800000000307240, type=FUNC, size=0x8bc) +[D] sys_call_table[268]: Symbol("sys_set_robust_list" at 0xa8000000001258e8, type=FUNC, size=0x28) +[D] sys_call_table[269]: Symbol("sys_get_robust_list" at 0xa800000000125910, type=FUNC, size=0xf8) +[D] sys_call_table[270]: Symbol("sys_kexec_load" at 0xa800000000132ff0, type=FUNC, size=0x108) +[D] sys_call_table[271]: Symbol("sys_getcpu" at 0xa80000000006ca48, type=FUNC, size=0xe8) +[D] sys_call_table[272]: Symbol("sys_epoll_pwait" at 0xa8000000003885c0, type=FUNC, size=0x170) +[D] sys_call_table[273]: Symbol("sys_ioprio_set" at 0xa80000000058f208, type=FUNC, size=0x2d8) +[D] sys_call_table[274]: Symbol("sys_ioprio_get" at 0xa80000000058f4e0, type=FUNC, size=0x390) +[D] sys_call_table[275]: Symbol("sys_utimensat" at 0xa800000000367800, type=FUNC, size=0x100) +[D] sys_call_table[276]: Symbol("sys_signalfd" at 0xa800000000389980, type=FUNC, size=0xd0) +[D] sys_call_table[277]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[278]: Symbol("sys_eventfd" at 0xa80000000038bd98, type=FUNC, size=0x20) +[D] sys_call_table[279]: Symbol("sys_fallocate" at 0xa80000000030e330, type=FUNC, size=0xc0) +[D] sys_call_table[280]: Symbol("sys_timerfd_create" at 0xa80000000038ab18, type=FUNC, size=0x1d8) +[D] sys_call_table[281]: Symbol("sys_timerfd_gettime" at 0xa80000000038add0, type=FUNC, size=0x90) +[D] sys_call_table[282]: Symbol("sys_timerfd_settime" at 0xa80000000038acf0, type=FUNC, size=0xe0) +[D] sys_call_table[283]: Symbol("sys_signalfd4" at 0xa8000000003898b0, type=FUNC, size=0xd0) +[D] sys_call_table[284]: Symbol("sys_eventfd2" at 0xa80000000038bd78, type=FUNC, size=0x20) +[D] sys_call_table[285]: Symbol("sys_epoll_create1" at 0xa800000000387288, type=FUNC, size=0x1c) +[D] sys_call_table[286]: Symbol("sys_dup3" at 0xa800000000344568, type=FUNC, size=0x24) +[D] sys_call_table[287]: Symbol("sys_pipe2" at 0xa8000000003238a8, type=FUNC, size=0x1c) +[D] sys_call_table[288]: Symbol("sys_inotify_init1" at 0xa800000000380010, type=FUNC, size=0x1c) +[D] sys_call_table[289]: Symbol("sys_preadv" at 0xa8000000003138d0, type=FUNC, size=0xf8) +[D] sys_call_table[290]: Symbol("sys_pwritev" at 0xa800000000313b08, type=FUNC, size=0xf8) +[D] sys_call_table[291]: Symbol("sys_rt_tgsigqueueinfo" at 0xa8000000000661c0, type=FUNC, size=0x114) +[D] sys_call_table[292]: Symbol("sys_perf_event_open" at 0xa8000000002471c8, type=FUNC, size=0x10) +[D] sys_call_table[293]: Symbol("sys_accept4" at 0xa80000000074cc90, type=FUNC, size=0x20) +[D] sys_call_table[294]: Symbol("sys_recvmmsg" at 0xa80000000074e7b8, type=FUNC, size=0x108) +[D] sys_call_table[295]: Symbol("sys_fanotify_init" at 0xa800000000385188, type=FUNC, size=0x3c8) +[D] sys_call_table[296]: Symbol("sys_fanotify_mark" at 0xa800000000385550, type=FUNC, size=0x24) +[D] sys_call_table[297]: Symbol("sys_prlimit64" at 0xa80000000006b878, type=FUNC, size=0x324) +[D] sys_call_table[298]: Symbol("sys_name_to_handle_at" at 0xa8000000003aaa58, type=FUNC, size=0x344) +[D] sys_call_table[299]: Symbol("sys_open_by_handle_at" at 0xa8000000003aada0, type=FUNC, size=0x10) +[D] sys_call_table[300]: Symbol("sys_clock_adjtime" at 0xa80000000011b078, type=FUNC, size=0x8) +[D] sys_call_table[301]: Symbol("sys_syncfs" at 0xa800000000366b38, type=FUNC, size=0xb0) +[D] sys_call_table[302]: Symbol("sys_sendmmsg" at 0xa80000000074e480, type=FUNC, size=0x28) +[D] sys_call_table[303]: Symbol("sys_setns" at 0xa8000000000806b8, type=FUNC, size=0x454) +[D] sys_call_table[304]: Symbol("sys_process_vm_readv" at 0xa8000000002d2b80, type=FUNC, size=0xc) +[D] sys_call_table[305]: Symbol("sys_process_vm_writev" at 0xa8000000002d2b90, type=FUNC, size=0xc) +[D] sys_call_table[306]: Symbol("sys_kcmp" at 0xa800000000102910, type=FUNC, size=0x5e0) +[D] sys_call_table[307]: Symbol("sys_finit_module" at 0xa8000000000ff558, type=FUNC, size=0x360) +[D] sys_call_table[308]: Symbol("sys_getdents64" at 0xa800000000332d78, type=FUNC, size=0x178) +[D] sys_call_table[309]: Symbol("sys_sched_setattr" at 0xa800000000094dc0, type=FUNC, size=0x390) +[D] sys_call_table[310]: Symbol("sys_sched_getattr" at 0xa800000000095300, type=FUNC, size=0x1e0) +[D] sys_call_table[311]: Symbol("sys_renameat2" at 0xa80000000032e888, type=FUNC, size=0x84) +[D] sys_call_table[312]: Symbol("sys_seccomp" at 0xa8000000001554f8, type=FUNC, size=0xc) +[D] sys_call_table[313]: Symbol("sys_getrandom" at 0xa80000000065ff50, type=FUNC, size=0x128) +[D] sys_call_table[314]: Symbol("sys_memfd_create" at 0xa80000000030c2e0, type=FUNC, size=0x344) +[D] sys_call_table[315]: Symbol("sys_bpf" at 0xa8000000001bb4d0, type=FUNC, size=0x28) +[D] sys_call_table[316]: Symbol("sys_execveat" at 0xa8000000003213c8, type=FUNC, size=0x6c) +[D] sys_call_table[317]: Symbol("sys_userfaultfd" at 0xa8000000003900a0, type=FUNC, size=0x6c) +[D] sys_call_table[318]: Symbol("sys_membarrier" at 0xa8000000000bbf10, type=FUNC, size=0x53c) +[D] sys_call_table[319]: Symbol("sys_mlock2" at 0xa8000000002b5be8, type=FUNC, size=0x58) +[D] sys_call_table[320]: Symbol("sys_copy_file_range" at 0xa800000000314e98, type=FUNC, size=0x2d8) +[D] sys_call_table[321]: Symbol("sys_preadv2" at 0xa8000000003139c8, type=FUNC, size=0x140) +[D] sys_call_table[322]: Symbol("sys_pwritev2" at 0xa800000000313c00, type=FUNC, size=0x140) +[D] sys_call_table[323]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[324]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[325]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[326]: Symbol("sys_statx" at 0xa80000000031d590, type=FUNC, size=0xb0) +[D] sys_call_table[327]: Symbol("sys_rseq" at 0xa800000000250a20, type=FUNC, size=0x1e8) +[D] sys_call_table[328]: Symbol("sys_io_pgetevents" at 0xa800000000395240, type=FUNC, size=0x224) +[D] sys_call_table[329]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[330]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[331]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[332]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[333]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[334]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[335]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[336]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[337]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[338]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[339]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[340]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[341]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[342]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[343]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[344]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[345]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[346]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[347]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[348]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[349]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[350]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[351]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[352]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[353]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[354]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[355]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[356]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[357]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[358]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[359]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[360]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[361]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[362]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[363]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[364]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[365]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[366]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[367]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[368]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[369]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[370]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[371]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[372]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[373]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[374]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[375]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[376]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[377]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[378]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[379]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[380]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[381]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[382]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[383]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[384]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[385]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[386]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[387]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[388]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[389]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[390]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[391]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[392]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[393]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[394]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[395]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[396]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[397]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[398]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[399]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[400]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[401]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[402]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[403]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[404]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[405]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[406]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[407]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[408]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[409]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[410]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[411]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[412]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[413]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[414]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[415]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[416]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[417]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[418]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[419]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[420]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[421]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[422]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[423]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[424]: Symbol("sys_pidfd_send_signal" at 0xa800000000065cb8, type=FUNC, size=0x2e4) +[D] sys_call_table[425]: Symbol("sys_io_uring_setup" at 0xa8000000005a9060, type=FUNC, size=0xc0) +[D] sys_call_table[426]: Symbol("sys_io_uring_enter" at 0xa8000000005a81a0, type=FUNC, size=0xe98) +[D] sys_call_table[427]: Symbol("sys_io_uring_register" at 0xa8000000005bd958, type=FUNC, size=0xca4) +[D] sys_call_table[428]: Symbol("sys_open_tree" at 0xa80000000034c5f0, type=FUNC, size=0x40c) +[D] sys_call_table[429]: Symbol("sys_move_mount" at 0xa80000000034e4b0, type=FUNC, size=0x410) +[D] sys_call_table[430]: Symbol("sys_fsopen" at 0xa80000000036d178, type=FUNC, size=0x1a0) +[D] sys_call_table[431]: Symbol("sys_fsconfig" at 0xa80000000036d500, type=FUNC, size=0x5c4) +[D] sys_call_table[432]: Symbol("sys_fsmount" at 0xa80000000034e0f8, type=FUNC, size=0x3b4) +[D] sys_call_table[433]: Symbol("sys_fspick" at 0xa80000000036d318, type=FUNC, size=0x1e8) +[D] sys_call_table[434]: Symbol("sys_pidfd_open" at 0xa80000000007aa28, type=FUNC, size=0x148) +[D] sys_call_table[435]: Symbol("__sys_clone3" at 0xa800000000028450, type=FUNC, size=0x28) +[D] sys_call_table[436]: Symbol("sys_close_range" at 0xa80000000030ffe8, type=FUNC, size=0x24) +[D] sys_call_table[437]: Symbol("sys_openat2" at 0xa80000000030fc38, type=FUNC, size=0x14c) +[D] sys_call_table[438]: Symbol("sys_pidfd_getfd" at 0xa80000000007ab70, type=FUNC, size=0x1d8) +[D] sys_call_table[439]: Symbol("sys_faccessat2" at 0xa80000000030e400, type=FUNC, size=0x10) +[D] sys_call_table[440]: Symbol("sys_process_madvise" at 0xa8000000002f1510, type=FUNC, size=0x10) +[D] sys_call_table[441]: Symbol("sys_epoll_pwait2" at 0xa800000000388730, type=FUNC, size=0x100) +[D] sys_call_table[442]: Symbol("sys_mount_setattr" at 0xa80000000034ee70, type=FUNC, size=0x9d8) +[D] sys_call_table[443]: Symbol("sys_quotactl_fd" at 0xa8000000003be310, type=FUNC, size=0x260) +[D] sys_call_table[444]: Symbol("sys_landlock_create_ruleset" at 0xa800000000544b28, type=FUNC, size=0x220) +[D] sys_call_table[445]: Symbol("sys_landlock_add_rule" at 0xa800000000544d48, type=FUNC, size=0x340) +[D] sys_call_table[446]: Symbol("sys_landlock_restrict_self" at 0xa800000000545088, type=FUNC, size=0x180) +[D] sys_call_table[447]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[448]: Symbol("sys_process_mrelease" at 0xa80000000025fa90, type=FUNC, size=0x270) +[D] sys_call_table[449]: Symbol("sys_futex_waitv" at 0xa800000000126068, type=FUNC, size=0x214) +[D] sys_call_table[450]: Symbol("sys_set_mempolicy_home_node" at 0xa8000000003017d8, type=FUNC, size=0x2b0) +[D] sys_call_table[451]: Symbol("sys_cachestat" at 0xa80000000025a938, type=FUNC, size=0x210) +[D] sys_call_table[452]: Symbol("sys_fchmodat2" at 0xa80000000030e9a0, type=FUNC, size=0x10c) +[D] sys_call_table[453]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys_call_table[454]: Symbol("sys_futex_wake" at 0xa800000000126280, type=FUNC, size=0xa8) +[D] sys_call_table[455]: Symbol("sys_futex_wait" at 0xa800000000126328, type=FUNC, size=0x188) +[D] sys_call_table[456]: Symbol("sys_futex_requeue" at 0xa8000000001264b0, type=FUNC, size=0x10) +[D] sys_call_table[457]: Symbol("sys_statmount" at 0xa80000000034f898, type=FUNC, size=0x8) +[D] sys_call_table[458]: Symbol("sys_listmount" at 0xa80000000034f8a0, type=FUNC, size=0x410) +[D] sys_call_table[459]: Symbol("sys_lsm_get_self_attr" at 0xa80000000053a448, type=FUNC, size=0x20) +[D] sys_call_table[460]: Symbol("sys_lsm_set_self_attr" at 0xa80000000053a428, type=FUNC, size=0x20) +[D] sys_call_table[461]: Symbol("sys_lsm_list_modules" at 0xa80000000053a468, type=FUNC, size=0xec) +[I] Common syscall symbol prefixes: sys_ +[I] 114 syscall table entries point to sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa8000000003133b8', '0xa800000000313508', '0xa80000000030fac8', '0xa80000000030ff60', '0xa80000000031d430', '0xa80000000031d450', '0xa80000000031d438', '0xa800000000335590', '0xa800000000311bf8', '0xa800000000028528', '0xa8000000002c0718', '0xa8000000002bb2d0', '0xa8000000002bc680', '0xa800000000066c40', '0xa8000000000615d0', '0xa800000000331d80', '0xa8000000003135e8', '0xa8000000003137c0', '0xa8000000003138c0', '0xa8000000003138c8', '0xa80000000030e410', '0xa8000000000284a0', '0xa800000000335258', '0xa800000000095750', '0xa8000000002c1e60', '0xa8000000002c1e70', '0xa8000000002b2fe0', '0xa8000000002f14e0', '0xa800000000527bb8', '0xa8000000005282b0', '0xa800000000527cc0', '0xa8000000003446b0', '0xa800000000344590', '0xa800000000067080', '0xa80000000010e168', '0xa80000000011ee00', '0xa80000000011f098', '0xa80000000011efd8', '0xa80000000006a620', '0xa8000000003142e8', '0xa80000000074c450', '0xa80000000074ce98', '0xa80000000074ccb0', '0xa80000000074d2d0', '0xa80000000074d4c0', '0xa80000000074e1f8', '0xa80000000074e620', '0xa80000000074d880', '0xa80000000074c870', '0xa80000000074c988', '0xa80000000074cfc0', '0xa80000000074d108', '0xa80000000074c730', '0xa80000000074d600', '0xa80000000074d738', '0xa800000000028428', '0xa800000000028400', '0xa800000000321378', '0xa800000000051070', '0xa800000000052090', '0xa800000000065a20', '0xa80000000006ae70', '0xa800000000523a18', '0xa800000000525048', '0xa800000000523b58', '0xa800000000528640', '0xa800000000520238', '0xa800000000520440', '0xa800000000520520', '0xa800000000520338', '0xa80000000032fed8', '0xa80000000039d510', '0xa800000000366be8', '0xa800000000366c80', '0xa80000000030dd90', '0xa80000000030e248', '0xa800000000332c00', '0xa800000000368890', '0xa80000000030e428', '0xa80000000030e530', '0xa80000000032e988', '0xa80000000032d5f8', '0xa80000000032d828', '0xa80000000030fee8', '0xa80000000032e238', '0xa80000000032dc38', '0xa80000000032de38', '0xa80000000031d478', '0xa80000000030eba8', '0xa80000000030e918', '0xa80000000030f040', '0xa80000000030f3a8', '0xa80000000030f158', '0xa80000000006c188', '0xa800000000105658', '0xa80000000006b4d8', '0xa80000000006c178', '0xa80000000006cb30', '0xa80000000006a7a0', '0xa80000000005bef0', '0xa80000000006a6a0', '0xa8000000000c2410', '0xa80000000006a720', '0xa800000000069968', '0xa800000000069550', '0xa80000000006a6e0', '0xa80000000006a760', '0xa80000000006aa60', '0xa80000000006a670', '0xa80000000006ac90', '0xa80000000006ae50', '0xa800000000069818', '0xa800000000069428', '0xa800000000087d30', '0xa800000000087e18', '0xa800000000069df8', '0xa800000000069e08', '0xa80000000006a308', '0xa80000000006a318', '0xa80000000006ac08', '0xa80000000006a508', '0xa80000000006a618', '0xa80000000006acb8', '0xa80000000005a188', '0xa80000000005a380', '0xa800000000061870', '0xa800000000065560', '0xa800000000066018', '0xa800000000067100', '0xa800000000066680', '0xa800000000367920', '0xa80000000032d3a8', '0xa80000000004a608', '0xa80000000036a110', '0xa80000000036a0f0', '0xa80000000036a100', '0xa800000000344e40', '0xa800000000068fc0', '0xa800000000068c40', '0xa800000000094d98', '0xa8000000000951f8', '0xa800000000094d68', '0xa800000000095150', '0xa8000000000957e0', '0xa800000000095838', '0xa800000000095890', '0xa8000000002b5bc8', '0xa8000000002b5c40', '0xa8000000002b5d98', '0xa8000000002b6020', '0xa800000000310010', '0xa80000000034e910', '0xa80000000006c1d0', '0xa800000000105d00', '0xa80000000006bba0', '0xa80000000030e610', '0xa800000000366a70', '0xa80000000012f450', '0xa8000000001058d0', '0xa80000000034de30', '0xa80000000034acd8', '0xa8000000002fa578', '0xa8000000002f94d8', '0xa800000000084d88', '0xa80000000006b060', '0xa80000000006b350', '0xa8000000000ff550', '0xa8000000000ff9f0', '0xa8000000003bde20', '0xa80000000006a648', '0xa8000000002670c0', '0xa800000000354728', '0xa800000000354748', '0xa800000000354768', '0xa800000000354cb8', '0xa800000000354cc0', '0xa800000000354cc8', '0xa800000000354d90', '0xa800000000354d98', '0xa800000000354da0', '0xa800000000354e48', '0xa800000000354e68', '0xa800000000354e88', '0xa800000000065fe0', '0xa800000000125bb0', '0xa800000000097ac8', '0xa800000000095650', '0xa800000000039c58', '0xa8000000000286e8', '0xa800000000028478', '0xa8000000003945a0', '0xa8000000003948f8', '0xa800000000395150', '0xa800000000394a90', '0xa800000000394f60', '0xa800000000051120', '0xa8000000003872a8', '0xa800000000388398', '0xa800000000388480', '0xa8000000002be100', '0xa800000000027f30', '0xa800000000047c58', '0xa800000000061198', '0xa800000000524db0', '0xa8000000002600d0', '0xa80000000011a410', '0xa80000000011a798', '0xa80000000011a5c8', '0xa80000000011a6f8', '0xa80000000011a9b0', '0xa80000000011ad50', '0xa80000000011ae88', '0xa80000000011b080', '0xa80000000011b570', '0xa800000000065fa0', '0xa800000000367908', '0xa800000000302130', '0xa8000000002ffd20', '0xa8000000002ff9a8', '0xa80000000052bac8', '0xa80000000052bbb8', '0xa80000000052bcf8', '0xa80000000052bde0', '0xa80000000052bec8', '0xa80000000052bfa8', '0xa800000000051c20', '0xa800000000531ba0', '0xa800000000531dd0', '0xa800000000533f28', '0xa800000000028550', '0xa800000000380030', '0xa800000000380050', '0xa800000000380518', '0xa8000000002ffa88', '0xa80000000030fb80', '0xa80000000032d5a8', '0xa80000000032d348', '0xa80000000030f018', '0xa800000000367900', '0xa80000000031d440', '0xa80000000032dba8', '0xa80000000032e910', '0xa80000000032e1b0', '0xa80000000032ddd8', '0xa80000000031d458', '0xa80000000030eab0', '0xa80000000030e3f0', '0xa800000000335400', '0xa8000000003356f0', '0xa80000000004a3f8', '0xa800000000365cf8', '0xa800000000366f48', '0xa8000000003664b0', '0xa800000000365ce8', '0xa800000000307240', '0xa8000000001258e8', '0xa800000000125910', '0xa800000000132ff0', '0xa80000000006ca48', '0xa8000000003885c0', '0xa80000000058f208', '0xa80000000058f4e0', '0xa800000000367800', '0xa800000000389980', '0xa80000000038bd98', '0xa80000000030e330', '0xa80000000038ab18', '0xa80000000038add0', '0xa80000000038acf0', '0xa8000000003898b0', '0xa80000000038bd78', '0xa800000000387288', '0xa800000000344568', '0xa8000000003238a8', '0xa800000000380010', '0xa8000000003138d0', '0xa800000000313b08', '0xa8000000000661c0', '0xa8000000002471c8', '0xa80000000074cc90', '0xa80000000074e7b8', '0xa800000000385188', '0xa800000000385550', '0xa80000000006b878', '0xa8000000003aaa58', '0xa8000000003aada0', '0xa80000000011b078', '0xa800000000366b38', '0xa80000000074e480', '0xa8000000000806b8', '0xa8000000002d2b80', '0xa8000000002d2b90', '0xa800000000102910', '0xa8000000000ff558', '0xa800000000332d78', '0xa800000000094dc0', '0xa800000000095300', '0xa80000000032e888', '0xa8000000001554f8', '0xa80000000065ff50', '0xa80000000030c2e0', '0xa8000000001bb4d0', '0xa8000000003213c8', '0xa8000000003900a0', '0xa8000000000bbf10', '0xa8000000002b5be8', '0xa800000000314e98', '0xa8000000003139c8', '0xa800000000313c00', '0xa80000000031d590', '0xa800000000250a20', '0xa800000000395240', '0xa800000000065cb8', '0xa8000000005a9060', '0xa8000000005a81a0', '0xa8000000005bd958', '0xa80000000034c5f0', '0xa80000000034e4b0', '0xa80000000036d178', '0xa80000000036d500', '0xa80000000034e0f8', '0xa80000000036d318', '0xa80000000007aa28', '0xa800000000028450', '0xa80000000030ffe8', '0xa80000000030fc38', '0xa80000000007ab70', '0xa80000000030e400', '0xa8000000002f1510', '0xa800000000388730', '0xa80000000034ee70', '0xa8000000003be310', '0xa800000000544b28', '0xa800000000544d48', '0xa800000000545088', '0xa80000000025fa90', '0xa800000000126068', '0xa8000000003017d8', '0xa80000000025a938', '0xa80000000030e9a0', '0xa800000000126280', '0xa800000000126328', '0xa8000000001264b0', '0xa80000000034f898', '0xa80000000034f8a0', '0xa80000000053a448', '0xa80000000053a428', '0xa80000000053a468'] +[D] Location needs adjustment (invalid): clone (__sys_clone) -> None:None +[D] Location needs adjustment (invalid): fork (__sys_fork) -> None:None +[D] Location needs adjustment (bad): msgsnd (sys_msgsnd) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): msgrcv (sys_msgrcv) -> ipc/msg.c:1264 +[D] Location needs adjustment (bad): rename (sys_rename) -> fs/namei.c:217 +[D] Location needs adjustment (bad): mkdir (sys_mkdir) -> fs/namei.c:217 +[D] Location needs adjustment (bad): rmdir (sys_rmdir) -> fs/namei.c:217 +[D] Location needs adjustment (bad): link (sys_link) -> fs/namei.c:217 +[D] Location needs adjustment (bad): unlink (sys_unlink) -> fs/namei.c:217 +[D] Location needs adjustment (bad): symlink (sys_symlink) -> fs/namei.c:217 +[D] Location needs adjustment (bad): munlock (sys_munlock) -> arch/mips/include/asm/atomic.h:37 +[D] Location needs adjustment (bad): munlockall (sys_munlockall) -> arch/mips/include/asm/atomic.h:37 +[D] Location needs adjustment (invalid): sysmips (__sys_sysmips) -> None:None +[D] Location needs adjustment (bad): io_setup (sys_io_setup) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): io_cancel (sys_io_cancel) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): io_uring_setup (sys_io_uring_setup) -> io_uring/io_uring.c:4059 +[D] Location needs adjustment (invalid): clone3 (__sys_clone3) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa80000000002844f', '0xa800000000028477', '0xa800000000028427', '0xa80000000039514f', '0xa800000000394747', '0xa8000000005a911f', '0xa80000000032e28f', '0xa80000000032d633', '0xa800000000520543', '0xa80000000052048b', '0xa8000000002b5d97', '0xa8000000002b6143', '0xa80000000032e9df', '0xa80000000032d853', '0xa80000000032de8f', '0xa80000000002849f', '0xa80000000032dc63'] +[D] Location needs full-range adjustment (invalid): clone (__sys_clone+0x27) -> None:None +[D] Location needs full-range adjustment (invalid): clone3 (__sys_clone3+0x27) -> None:None +[D] Location needs full-range adjustment (invalid): fork (__sys_fork+0x27) -> None:None +[D] Location needs full-range adjustment (bad): msgrcv (sys_msgrcv+0x23) -> ipc/msg.c:1264 +[D] Location needs full-range adjustment (bad): msgsnd (sys_msgsnd+0x4b) -> ipc/msg.c:961 +[D] Location needs full-range adjustment (bad): munlockall (sys_munlockall+0x123) -> include/linux/mmap_lock.h:39 +[D] Location needs full-range adjustment (invalid): sysmips (__sys_sysmips+0x27) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028429', '0xa80000000002842a', '0xa80000000002842b', '0xa80000000002842c', '0xa80000000002842d', '0xa80000000002842e', '0xa80000000002842f', '0xa800000000028430', '0xa800000000028431', '0xa800000000028432', '0xa800000000028433', '0xa800000000028434', '0xa800000000028435', '0xa800000000028436', '0xa800000000028437', '0xa800000000028438', '0xa800000000028439', '0xa80000000002843a', '0xa80000000002843b', '0xa80000000002843c', '0xa80000000002843d', '0xa80000000002843e', '0xa80000000002843f', '0xa800000000028440', '0xa800000000028441', '0xa800000000028442', '0xa800000000028443', '0xa800000000028444', '0xa800000000028445', '0xa800000000028446', '0xa800000000028447', '0xa800000000028448', '0xa800000000028449', '0xa80000000002844a', '0xa80000000002844b', '0xa80000000002844c', '0xa80000000002844d'] +[D] Location needs grepping (invalid): clone (__sys_clone) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028451', '0xa800000000028452', '0xa800000000028453', '0xa800000000028454', '0xa800000000028455', '0xa800000000028456', '0xa800000000028457', '0xa800000000028458', '0xa800000000028459', '0xa80000000002845a', '0xa80000000002845b', '0xa80000000002845c', '0xa80000000002845d', '0xa80000000002845e', '0xa80000000002845f', '0xa800000000028460', '0xa800000000028461', '0xa800000000028462', '0xa800000000028463', '0xa800000000028464', '0xa800000000028465', '0xa800000000028466', '0xa800000000028467', '0xa800000000028468', '0xa800000000028469', '0xa80000000002846a', '0xa80000000002846b', '0xa80000000002846c', '0xa80000000002846d', '0xa80000000002846e', '0xa80000000002846f', '0xa800000000028470', '0xa800000000028471', '0xa800000000028472', '0xa800000000028473', '0xa800000000028474', '0xa800000000028475'] +[D] Location needs grepping (invalid): clone3 (__sys_clone3) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028401', '0xa800000000028402', '0xa800000000028403', '0xa800000000028404', '0xa800000000028405', '0xa800000000028406', '0xa800000000028407', '0xa800000000028408', '0xa800000000028409', '0xa80000000002840a', '0xa80000000002840b', '0xa80000000002840c', '0xa80000000002840d', '0xa80000000002840e', '0xa80000000002840f', '0xa800000000028410', '0xa800000000028411', '0xa800000000028412', '0xa800000000028413', '0xa800000000028414', '0xa800000000028415', '0xa800000000028416', '0xa800000000028417', '0xa800000000028418', '0xa800000000028419', '0xa80000000002841a', '0xa80000000002841b', '0xa80000000002841c', '0xa80000000002841d', '0xa80000000002841e', '0xa80000000002841f', '0xa800000000028420', '0xa800000000028421', '0xa800000000028422', '0xa800000000028423', '0xa800000000028424', '0xa800000000028425'] +[D] Location needs grepping (invalid): fork (__sys_fork) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000520521', '0xa800000000520522', '0xa800000000520523', '0xa800000000520524', '0xa800000000520525', '0xa800000000520526', '0xa800000000520527', '0xa800000000520528', '0xa800000000520529', '0xa80000000052052a', '0xa80000000052052b', '0xa80000000052052c', '0xa80000000052052d', '0xa80000000052052e', '0xa80000000052052f', '0xa800000000520530', '0xa800000000520531', '0xa800000000520532', '0xa800000000520533', '0xa800000000520534', '0xa800000000520535', '0xa800000000520536', '0xa800000000520537', '0xa800000000520538', '0xa800000000520539', '0xa80000000052053a', '0xa80000000052053b', '0xa80000000052053c', '0xa80000000052053d', '0xa80000000052053e', '0xa80000000052053f', '0xa800000000520540', '0xa800000000520541'] +[D] Location found through full-range adjustment: msgrcv (sys_msgrcv+0x18) -> ipc/msg.c:1270 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000520441', '0xa800000000520442', '0xa800000000520443', '0xa800000000520444', '0xa800000000520445', '0xa800000000520446', '0xa800000000520447', '0xa800000000520448', '0xa800000000520449', '0xa80000000052044a', '0xa80000000052044b', '0xa80000000052044c', '0xa80000000052044d', '0xa80000000052044e', '0xa80000000052044f', '0xa800000000520450', '0xa800000000520451', '0xa800000000520452', '0xa800000000520453', '0xa800000000520454', '0xa800000000520455', '0xa800000000520456', '0xa800000000520457', '0xa800000000520458', '0xa800000000520459', '0xa80000000052045a', '0xa80000000052045b', '0xa80000000052045c', '0xa80000000052045d', '0xa80000000052045e', '0xa80000000052045f', '0xa800000000520460', '0xa800000000520461', '0xa800000000520462', '0xa800000000520463', '0xa800000000520464', '0xa800000000520465', '0xa800000000520466', '0xa800000000520467', '0xa800000000520468', '0xa800000000520469', '0xa80000000052046a', '0xa80000000052046b', '0xa80000000052046c', '0xa80000000052046d', '0xa80000000052046e', '0xa80000000052046f', '0xa800000000520470', '0xa800000000520471', '0xa800000000520472', '0xa800000000520473', '0xa800000000520474', '0xa800000000520475', '0xa800000000520476', '0xa800000000520477', '0xa800000000520478', '0xa800000000520479', '0xa80000000052047a', '0xa80000000052047b', '0xa80000000052047c', '0xa80000000052047d', '0xa80000000052047e', '0xa80000000052047f', '0xa800000000520480', '0xa800000000520481', '0xa800000000520482', '0xa800000000520483', '0xa800000000520484', '0xa800000000520485', '0xa800000000520486', '0xa800000000520487', '0xa800000000520488', '0xa800000000520489'] +[D] Location found through full-range adjustment: msgsnd (sys_msgsnd+0x4) -> ipc/msg.c:971 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa8000000002b6021', '0xa8000000002b6022', '0xa8000000002b6023', '0xa8000000002b6024', '0xa8000000002b6025', '0xa8000000002b6026', '0xa8000000002b6027', '0xa8000000002b6028', '0xa8000000002b6029', '0xa8000000002b602a', '0xa8000000002b602b', '0xa8000000002b602c', '0xa8000000002b602d', '0xa8000000002b602e', '0xa8000000002b602f', '0xa8000000002b6030', '0xa8000000002b6031', '0xa8000000002b6032', '0xa8000000002b6033', '0xa8000000002b6034', '0xa8000000002b6035', '0xa8000000002b6036', '0xa8000000002b6037', '0xa8000000002b6038', '0xa8000000002b6039', '0xa8000000002b603a', '0xa8000000002b603b', '0xa8000000002b603c', '0xa8000000002b603d', '0xa8000000002b603e', '0xa8000000002b603f', '0xa8000000002b6040', '0xa8000000002b6041', '0xa8000000002b6042', '0xa8000000002b6043', '0xa8000000002b6044', '0xa8000000002b6045', '0xa8000000002b6046', '0xa8000000002b6047', '0xa8000000002b6048', '0xa8000000002b6049', '0xa8000000002b604a', '0xa8000000002b604b', '0xa8000000002b604c', '0xa8000000002b604d', '0xa8000000002b604e', '0xa8000000002b604f', '0xa8000000002b6050', '0xa8000000002b6051', '0xa8000000002b6052', '0xa8000000002b6053', '0xa8000000002b6054', '0xa8000000002b6055', '0xa8000000002b6056', '0xa8000000002b6057', '0xa8000000002b6058', '0xa8000000002b6059', '0xa8000000002b605a', '0xa8000000002b605b', '0xa8000000002b605c', '0xa8000000002b605d', '0xa8000000002b605e', '0xa8000000002b605f', '0xa8000000002b6060', '0xa8000000002b6061', '0xa8000000002b6062', '0xa8000000002b6063', '0xa8000000002b6064', '0xa8000000002b6065', '0xa8000000002b6066', '0xa8000000002b6067', '0xa8000000002b6068', '0xa8000000002b6069', '0xa8000000002b606a', '0xa8000000002b606b', '0xa8000000002b606c', '0xa8000000002b606d', '0xa8000000002b606e', '0xa8000000002b606f', '0xa8000000002b6070', '0xa8000000002b6071', '0xa8000000002b6072', '0xa8000000002b6073', '0xa8000000002b6074', '0xa8000000002b6075', '0xa8000000002b6076', '0xa8000000002b6077', '0xa8000000002b6078', '0xa8000000002b6079', '0xa8000000002b607a', '0xa8000000002b607b', '0xa8000000002b607c', '0xa8000000002b607d', '0xa8000000002b607e', '0xa8000000002b607f', '0xa8000000002b6080', '0xa8000000002b6081', '0xa8000000002b6082', '0xa8000000002b6083', '0xa8000000002b6084', '0xa8000000002b6085', '0xa8000000002b6086', '0xa8000000002b6087', '0xa8000000002b6088', '0xa8000000002b6089', '0xa8000000002b608a', '0xa8000000002b608b', '0xa8000000002b608c', '0xa8000000002b608d', '0xa8000000002b608e', '0xa8000000002b608f', '0xa8000000002b6090', '0xa8000000002b6091', '0xa8000000002b6092', '0xa8000000002b6093', '0xa8000000002b6094', '0xa8000000002b6095', '0xa8000000002b6096', '0xa8000000002b6097', '0xa8000000002b6098', '0xa8000000002b6099', '0xa8000000002b609a', '0xa8000000002b609b', '0xa8000000002b609c', '0xa8000000002b609d', '0xa8000000002b609e', '0xa8000000002b609f', '0xa8000000002b60a0', '0xa8000000002b60a1', '0xa8000000002b60a2', '0xa8000000002b60a3', '0xa8000000002b60a4', '0xa8000000002b60a5', '0xa8000000002b60a6', '0xa8000000002b60a7', '0xa8000000002b60a8', '0xa8000000002b60a9', '0xa8000000002b60aa', '0xa8000000002b60ab', '0xa8000000002b60ac', '0xa8000000002b60ad', '0xa8000000002b60ae', '0xa8000000002b60af', '0xa8000000002b60b0', '0xa8000000002b60b1', '0xa8000000002b60b2', '0xa8000000002b60b3', '0xa8000000002b60b4', '0xa8000000002b60b5', '0xa8000000002b60b6', '0xa8000000002b60b7', '0xa8000000002b60b8', '0xa8000000002b60b9', '0xa8000000002b60ba', '0xa8000000002b60bb', '0xa8000000002b60bc', '0xa8000000002b60bd', '0xa8000000002b60be', '0xa8000000002b60bf', '0xa8000000002b60c0', '0xa8000000002b60c1', '0xa8000000002b60c2', '0xa8000000002b60c3', '0xa8000000002b60c4', '0xa8000000002b60c5', '0xa8000000002b60c6', '0xa8000000002b60c7', '0xa8000000002b60c8', '0xa8000000002b60c9', '0xa8000000002b60ca', '0xa8000000002b60cb', '0xa8000000002b60cc', '0xa8000000002b60cd', '0xa8000000002b60ce', '0xa8000000002b60cf', '0xa8000000002b60d0', '0xa8000000002b60d1', '0xa8000000002b60d2', '0xa8000000002b60d3', '0xa8000000002b60d4', '0xa8000000002b60d5', '0xa8000000002b60d6', '0xa8000000002b60d7', '0xa8000000002b60d8', '0xa8000000002b60d9', '0xa8000000002b60da', '0xa8000000002b60db', '0xa8000000002b60dc', '0xa8000000002b60dd', '0xa8000000002b60de', '0xa8000000002b60df', '0xa8000000002b60e0', '0xa8000000002b60e1', '0xa8000000002b60e2', '0xa8000000002b60e3', '0xa8000000002b60e4', '0xa8000000002b60e5', '0xa8000000002b60e6', '0xa8000000002b60e7', '0xa8000000002b60e8', '0xa8000000002b60e9', '0xa8000000002b60ea', '0xa8000000002b60eb', '0xa8000000002b60ec', '0xa8000000002b60ed', '0xa8000000002b60ee', '0xa8000000002b60ef', '0xa8000000002b60f0', '0xa8000000002b60f1', '0xa8000000002b60f2', '0xa8000000002b60f3', '0xa8000000002b60f4', '0xa8000000002b60f5', '0xa8000000002b60f6', '0xa8000000002b60f7', '0xa8000000002b60f8', '0xa8000000002b60f9', '0xa8000000002b60fa', '0xa8000000002b60fb', '0xa8000000002b60fc', '0xa8000000002b60fd', '0xa8000000002b60fe', '0xa8000000002b60ff', '0xa8000000002b6100', '0xa8000000002b6101', '0xa8000000002b6102', '0xa8000000002b6103', '0xa8000000002b6104', '0xa8000000002b6105', '0xa8000000002b6106', '0xa8000000002b6107', '0xa8000000002b6108', '0xa8000000002b6109', '0xa8000000002b610a', '0xa8000000002b610b', '0xa8000000002b610c', '0xa8000000002b610d', '0xa8000000002b610e', '0xa8000000002b610f', '0xa8000000002b6110', '0xa8000000002b6111', '0xa8000000002b6112', '0xa8000000002b6113', '0xa8000000002b6114', '0xa8000000002b6115', '0xa8000000002b6116', '0xa8000000002b6117', '0xa8000000002b6118', '0xa8000000002b6119', '0xa8000000002b611a', '0xa8000000002b611b', '0xa8000000002b611c', '0xa8000000002b611d', '0xa8000000002b611e', '0xa8000000002b611f', '0xa8000000002b6120', '0xa8000000002b6121', '0xa8000000002b6122', '0xa8000000002b6123', '0xa8000000002b6124', '0xa8000000002b6125', '0xa8000000002b6126', '0xa8000000002b6127', '0xa8000000002b6128', '0xa8000000002b6129', '0xa8000000002b612a', '0xa8000000002b612b', '0xa8000000002b612c', '0xa8000000002b612d', '0xa8000000002b612e', '0xa8000000002b612f', '0xa8000000002b6130', '0xa8000000002b6131', '0xa8000000002b6132', '0xa8000000002b6133', '0xa8000000002b6134', '0xa8000000002b6135', '0xa8000000002b6136', '0xa8000000002b6137', '0xa8000000002b6138', '0xa8000000002b6139', '0xa8000000002b613a', '0xa8000000002b613b', '0xa8000000002b613c', '0xa8000000002b613d', '0xa8000000002b613e', '0xa8000000002b613f', '0xa8000000002b6140', '0xa8000000002b6141'] +[D] Location found through full-range adjustment: munlockall (sys_munlockall+0x14) -> mm/mlock.c:783 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028479', '0xa80000000002847a', '0xa80000000002847b', '0xa80000000002847c', '0xa80000000002847d', '0xa80000000002847e', '0xa80000000002847f', '0xa800000000028480', '0xa800000000028481', '0xa800000000028482', '0xa800000000028483', '0xa800000000028484', '0xa800000000028485', '0xa800000000028486', '0xa800000000028487', '0xa800000000028488', '0xa800000000028489', '0xa80000000002848a', '0xa80000000002848b', '0xa80000000002848c', '0xa80000000002848d', '0xa80000000002848e', '0xa80000000002848f', '0xa800000000028490', '0xa800000000028491', '0xa800000000028492', '0xa800000000028493', '0xa800000000028494', '0xa800000000028495', '0xa800000000028496', '0xa800000000028497', '0xa800000000028498', '0xa800000000028499', '0xa80000000002849a', '0xa80000000002849b', '0xa80000000002849c', '0xa80000000002849d'] +[D] Location needs grepping (invalid): sysmips (__sys_sysmips) -> None:None +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/mips', '--glob', '*.c', '\\bSYSCALL_DEFINE\\d\\s*\\(\\s*\\w+') +[W] Location found through grepping: clone -> kernel/fork.c:3013 +[W] Location found through grepping: clone3 -> kernel/fork.c:3187 +[W] Location found through grepping: fork -> kernel/fork.c:2984 +[W] Location found through grepping: sysmips -> arch/mips/kernel/syscall.c:208 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +Found 348 implemented syscalls +Found 4 definition locations through grepping + diff --git a/db/mips/64/n64/v6.8/table.json b/db/mips/64/n64/v6.8/table.json new file mode 100644 index 0000000..ea76d2c --- /dev/null +++ b/db/mips/64/n64/v6.8/table.json @@ -0,0 +1,6233 @@ +{ + "kernel": { + "abi": { + "bits": 64, + "calling_convention": { + "parameters": [ + "a0", + "a1", + "a2", + "a3", + "a4", + "a5" + ], + "syscall_nr": "v0" + }, + "compat": false, + "name": "n64" + }, + "architecture": { + "bits": 64, + "name": "mips" + }, + "syscall_table_symbol": "sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 627, + "name": "read", + "number": 5000, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 652, + "name": "write", + "number": 5001, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 5002, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 5003, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 5004, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 5005, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 5006, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 5007, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 5008, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "sys_lseek" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 62, + "name": "mmap", + "number": 5009, + "origname": "mips_mmap", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "off_t offset" + ], + "symbol": "sys_mips_mmap" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 5010, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 5011, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 5012, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 4446, + "name": "rt_sigaction", + "number": 5013, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 5014, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 5015, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 678, + "name": "pread64", + "number": 5016, + "origname": "pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pread64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 17, + "kconfig": null, + "line": 712, + "name": "pwrite64", + "number": 5017, + "origname": "pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pwrite64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 18, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 5018, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 5019, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 545, + "name": "access", + "number": 5020, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 52, + "name": "pipe", + "number": 5021, + "origname": "sysm_pipe", + "signature": [], + "symbol": "sysm_pipe" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 726, + "name": "select", + "number": 5022, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "sys_select" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 5023, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 5024, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 5025, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 5026, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 5027, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 28, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 5028, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 5029, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": "SYSVIPC", + "line": 1308, + "name": "shmctl", + "number": 5030, + "origname": "old_shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "sys_old_shmctl" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 31, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 5031, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 32, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 5032, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 5033, + "origname": "pause", + "signature": [], + "symbol": "sys_pause" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 2122, + "name": "nanosleep", + "number": 5034, + "origname": "nanosleep", + "signature": [ + "struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 35, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 5035, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "sys_getitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 5036, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 5037, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 5038, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 5039, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile64" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 5040, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 5041, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 5042, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 5043, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 44, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 5044, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": "NET", + "line": 2674, + "name": "sendmsg", + "number": 5045, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 5046, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 5047, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 5048, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 5049, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 5050, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 5051, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 5052, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 53, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 5053, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 5054, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 55, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 5055, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "__sys_clone" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 56, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 5056, + "origname": "fork", + "signature": [], + "symbol": "__sys_fork" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 2129, + "name": "execve", + "number": 5057, + "origname": "execve", + "signature": [ + "const char *filename", + "const char *const *argv", + "const char *const *envp" + ], + "symbol": "sys_execve" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 58, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 5058, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 5059, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_wait4" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 5060, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 5061, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 5062, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": "SYSVIPC", + "line": 2296, + "name": "semop", + "number": 5063, + "origname": "semop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned nsops" + ], + "symbol": "sys_semop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": "SYSVIPC", + "line": 1718, + "name": "semctl", + "number": 5064, + "origname": "old_semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "sys_old_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 5065, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 5066, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 5067, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 5068, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SYSVIPC", + "line": 653, + "name": "msgctl", + "number": 5069, + "origname": "old_msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "sys_old_msgctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 5070, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_fcntl" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 5071, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 5072, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 5073, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 5074, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 5075, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 5076, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 5077, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 5078, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 5079, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 5080, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 5081, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 5082, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 5083, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 84, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 5084, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 5085, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 5086, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 5087, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 5088, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 5089, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 5090, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 5091, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 5092, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 5093, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 5094, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 5095, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 5096, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 5097, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "sys_sysinfo" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 98, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 5098, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "sys_times" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 1261, + "name": "ptrace", + "number": 5099, + "origname": "ptrace", + "signature": [ + "long request", + "long pid", + "unsigned long addr", + "unsigned long data" + ], + "symbol": "sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 5100, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 101, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 5101, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 5102, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 5103, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 5104, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 5105, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 5106, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 5107, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 5108, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 5109, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 110, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 5110, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 5111, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 112, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 5112, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 113, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 5113, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 5114, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 5115, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 5116, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 5117, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 5118, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 5119, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 5120, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 5121, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 5122, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 123, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 5123, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 5124, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": null, + "line": 3249, + "name": "rt_sigpending", + "number": 5125, + "origname": "rt_sigpending", + "signature": [ + "sigset_t *uset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 3663, + "name": "rt_sigtimedwait", + "number": 5126, + "origname": "rt_sigtimedwait", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct __kernel_timespec *uts", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigtimedwait" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 127, + "kconfig": null, + "line": 4032, + "name": "rt_sigqueueinfo", + "number": 5127, + "origname": "rt_sigqueueinfo", + "signature": [ + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 5128, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": null, + "line": 4263, + "name": "sigaltstack", + "number": 5129, + "origname": "sigaltstack", + "signature": [ + "const stack_t *uss", + "stack_t *uoss" + ], + "symbol": "sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 130, + "kconfig": null, + "line": 215, + "name": "utime", + "number": 5130, + "origname": "utime", + "signature": [ + "char *filename", + "struct utimbuf *times" + ], + "symbol": "sys_utime" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 5131, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 5132, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "sys_personality" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 248, + "name": "ustat", + "number": 5133, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct ustat *ubuf" + ], + "symbol": "sys_ustat" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 134, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 5134, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 5135, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "sys_fstatfs" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 5136, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 137, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 5137, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 5138, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 5139, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 5140, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 5141, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 5142, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 5143, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 5144, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 5145, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 5146, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 5147, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 5148, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 149, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 5149, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 5150, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 5151, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 5153, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 269, + "name": "adjtimex", + "number": 5154, + "origname": "adjtimex", + "signature": [ + "struct __kernel_timex *txc_p" + ], + "symbol": "sys_adjtimex" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 5155, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_setrlimit" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 5156, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 5157, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 5158, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "sys_acct" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 5159, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_settimeofday" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 5160, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 5161, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "sys_umount" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 5162, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "sys_swapon" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 5163, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 5164, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "sys_reboot" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 5165, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 166, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 5166, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 5168, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 5169, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 5172, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 5178, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "mm/readahead.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 746, + "name": "readahead", + "number": 5179, + "origname": "readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "sys_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 5180, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 5181, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 5182, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 5183, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 5184, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 5185, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 5186, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 5187, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 188, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 5188, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 189, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 5189, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 5190, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 5191, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 5192, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 5194, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 5195, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 5196, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "arch/mips/mm/cache.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 89, + "name": "cacheflush", + "number": 5197, + "origname": "cacheflush", + "signature": [ + "unsigned long addr", + "unsigned long bytes", + "unsigned int cache" + ], + "symbol": "sys_cacheflush" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 240, + "name": "cachectl", + "number": 5198, + "origname": "cachectl", + "signature": [ + "char *addr", + "int nbytes", + "int op" + ], + "symbol": "sys_cachectl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": true, + "index": 199, + "kconfig": null, + "line": 208, + "name": "sysmips", + "number": 5199, + "origname": "sysmips", + "signature": [ + "long cmd", + "long arg1", + "long arg2" + ], + "symbol": "__sys_sysmips" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 5200, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 5201, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": "AIO", + "line": 2257, + "name": "io_getevents", + "number": 5202, + "origname": "io_getevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_io_getevents" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 5203, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 5204, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 5205, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 5207, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 5208, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 5209, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 5210, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": null, + "line": 674, + "name": "rt_sigreturn", + "number": 5211, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 5212, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 5213, + "origname": "restart_syscall", + "signature": [], + "symbol": "sys_restart_syscall" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 5214, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "sys_semtimedop" + }, + { + "esoteric": false, + "file": "mm/fadvise.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": "ADVISE_SYSCALLS", + "line": 205, + "name": "fadvise64_64", + "number": 5215, + "origname": "fadvise64_64", + "signature": [ + "int fd", + "loff_t offset", + "loff_t len", + "int advice" + ], + "symbol": "sys_fadvise64_64" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 5216, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 5217, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 5218, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 5219, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 5220, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 5221, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 222, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 5222, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 5223, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 5224, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 5225, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 209, + "name": "utimes", + "number": 5226, + "origname": "utimes", + "signature": [ + "char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "sys_utimes" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 5227, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 5228, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 5229, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 5230, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 5231, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 5232, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 5233, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": "POSIX_MQUEUE", + "line": 1440, + "name": "mq_notify", + "number": 5234, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct sigevent *u_notification" + ], + "symbol": "sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 5235, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": null, + "line": 1715, + "name": "waitid", + "number": 5237, + "origname": "waitid", + "signature": [ + "int which", + "pid_t upid", + "struct siginfo *infop", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_waitid" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 5239, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 5240, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 5241, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_keyctl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": null, + "line": 87, + "name": "set_thread_area", + "number": 5242, + "origname": "set_thread_area", + "signature": [ + "unsigned long addr" + ], + "symbol": "sys_set_thread_area" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 5243, + "origname": "inotify_init", + "signature": [], + "symbol": "sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 5244, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 5245, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 5246, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "sys_migrate_pages" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 5247, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 5248, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 5249, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 5250, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": null, + "line": 203, + "name": "futimesat", + "number": 5251, + "origname": "futimesat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "sys_futimesat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 462, + "name": "newfstatat", + "number": 5252, + "origname": "newfstatat", + "signature": [ + "int dfd", + "const char *filename", + "struct stat *statbuf", + "int flag" + ], + "symbol": "sys_newfstatat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 5253, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 5254, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 5255, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 5256, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 5257, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 5258, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 5259, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 5260, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 5261, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_ppoll" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 5262, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 5263, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 370, + "name": "sync_file_range", + "number": 5264, + "origname": "sync_file_range", + "signature": [ + "int fd", + "loff_t offset", + "loff_t nbytes", + "unsigned int flags" + ], + "symbol": "sys_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 5265, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 5266, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 5267, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 5268, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 5269, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "sys_get_robust_list" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": "KEXEC", + "line": 235, + "name": "kexec_load", + "number": 5270, + "origname": "kexec_load", + "signature": [ + "unsigned long entry", + "unsigned long nr_segments", + "struct kexec_segment *segments", + "unsigned long flags" + ], + "symbol": "sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 5271, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 5272, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 5273, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 5274, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 5275, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 5276, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 5278, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 5279, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "sys_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 5280, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 5281, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 5282, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 5283, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 5284, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 5285, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 5286, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 5287, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 5288, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 5289, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 5290, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": null, + "line": 4072, + "name": "rt_tgsigqueueinfo", + "number": 5291, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 5292, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 5293, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 5294, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_recvmmsg" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 5295, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 5296, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 5297, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 5298, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 5299, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 5300, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 5301, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 5302, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 5303, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 5304, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 5305, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 5306, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 5307, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "sys_finit_module" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 5308, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 5309, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 5310, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 5311, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 5312, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 5313, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 5314, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 5315, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 2137, + "name": "execveat", + "number": 5316, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const char *const *argv", + "const char *const *envp", + "int flags" + ], + "symbol": "sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 5317, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 5318, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 5319, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 5320, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 5321, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 5322, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_pwritev2" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 5326, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "sys_statx" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 5327, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 5328, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 5424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 5425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 5426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 5427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 5428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 5429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 5430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 5431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 5432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 5433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 5434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 5435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 5436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 5437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 5438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 5439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 5440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 5441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 5442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 5443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 5444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 5445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 5446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 5448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 5449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 5450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 5451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 5452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 5454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 5455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 5456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 5457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 5458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 5459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 5460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 5461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/mips/64/o32/v6.8/config.txt b/db/mips/64/o32/v6.8/config.txt new file mode 120000 index 0000000..5e5a234 --- /dev/null +++ b/db/mips/64/o32/v6.8/config.txt @@ -0,0 +1 @@ +../../n64/v6.8/config.txt \ No newline at end of file diff --git a/db/mips/64/o32/v6.8/stderr.txt b/db/mips/64/o32/v6.8/stderr.txt new file mode 100644 index 0000000..40ab7f4 --- /dev/null +++ b/db/mips/64/o32/v6.8/stderr.txt @@ -0,0 +1,947 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchMips(name='mips', abi='o32', compat=True, ...) +[D] Syscall table: Symbol("sys32_call_table" at 0xa800000000035dd0, type=OBJECT, size=0x0) +[W] Syscall table (sys32_call_table) has bad size (0), doing my best to figure out when to stop +[I] Syscall table seems to be 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding sys_chown16 as alias for sys_ni_syscall +[D] Discarding sys_fadvise64 as alias for sys_ni_syscall +[D] Discarding sys_fchown16 as alias for sys_ni_syscall +[D] Discarding sys_getegid16 as alias for sys_ni_syscall +[D] Discarding sys_geteuid16 as alias for sys_ni_syscall +[D] Discarding sys_getgid16 as alias for sys_ni_syscall +[D] Discarding sys_getgroups16 as alias for sys_ni_syscall +[D] Discarding sys_getresgid16 as alias for sys_ni_syscall +[D] Discarding sys_getresuid16 as alias for sys_ni_syscall +[D] Discarding sys_getuid16 as alias for sys_ni_syscall +[D] Discarding sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding sys_kexec_file_load as alias for sys_ni_syscall +[D] Discarding sys_lchown16 as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_iobase as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_read as alias for sys_ni_syscall +[D] Discarding sys_pciconfig_write as alias for sys_ni_syscall +[D] Discarding sys_pkey_alloc as alias for sys_ni_syscall +[D] Discarding sys_pkey_free as alias for sys_ni_syscall +[D] Discarding sys_pkey_mprotect as alias for sys_ni_syscall +[D] Discarding sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding sys_rtas as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_setfsgid16 as alias for sys_ni_syscall +[D] Discarding sys_setfsuid16 as alias for sys_ni_syscall +[D] Discarding sys_setgid16 as alias for sys_ni_syscall +[D] Discarding sys_setgroups16 as alias for sys_ni_syscall +[D] Discarding sys_setregid16 as alias for sys_ni_syscall +[D] Discarding sys_setresgid16 as alias for sys_ni_syscall +[D] Discarding sys_setresuid16 as alias for sys_ni_syscall +[D] Discarding sys_setreuid16 as alias for sys_ni_syscall +[D] Discarding sys_setuid16 as alias for sys_ni_syscall +[D] Discarding sys_spu_create as alias for sys_ni_syscall +[D] Discarding sys_spu_run as alias for sys_ni_syscall +[D] Discarding sys_subpage_prot as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring compat_sys_epoll_pwait over __se_compat_sys_epoll_pwait +[D] Preferring compat_sys_epoll_pwait2 over __se_compat_sys_epoll_pwait2 +[D] Preferring compat_sys_execve over __se_compat_sys_execve +[D] Preferring compat_sys_execveat over __se_compat_sys_execveat +[D] Preferring compat_sys_fanotify_mark over __se_compat_sys_fanotify_mark +[D] Preferring compat_sys_fcntl over __se_compat_sys_fcntl +[D] Preferring compat_sys_fcntl64 over __se_compat_sys_fcntl64 +[D] Preferring compat_sys_fstatfs over __se_compat_sys_fstatfs +[D] Preferring compat_sys_fstatfs64 over __se_compat_sys_fstatfs64 +[D] Preferring compat_sys_ftruncate over __se_compat_sys_ftruncate +[D] Preferring compat_sys_get_robust_list over __se_compat_sys_get_robust_list +[D] Preferring compat_sys_getdents over __se_compat_sys_getdents +[D] Preferring compat_sys_getitimer over __se_compat_sys_getitimer +[D] Preferring compat_sys_getrlimit over __se_compat_sys_getrlimit +[D] Preferring compat_sys_getrusage over __se_compat_sys_getrusage +[D] Preferring compat_sys_gettimeofday over __se_compat_sys_gettimeofday +[D] Preferring compat_sys_io_pgetevents over __se_compat_sys_io_pgetevents +[D] Preferring compat_sys_io_setup over __se_compat_sys_io_setup +[D] Preferring compat_sys_io_submit over __se_compat_sys_io_submit +[D] Preferring compat_sys_ioctl over __se_compat_sys_ioctl +[D] Preferring compat_sys_ipc over __se_compat_sys_ipc +[D] Preferring compat_sys_kexec_load over __se_compat_sys_kexec_load +[D] Preferring compat_sys_keyctl over __se_compat_sys_keyctl +[D] Preferring compat_sys_mq_getsetattr over __se_compat_sys_mq_getsetattr +[D] Preferring compat_sys_mq_notify over __se_compat_sys_mq_notify +[D] Preferring compat_sys_mq_open over __se_compat_sys_mq_open +[D] Preferring compat_sys_msgctl over __se_compat_sys_msgctl +[D] Preferring compat_sys_msgrcv over __se_compat_sys_msgrcv +[D] Preferring compat_sys_msgsnd over __se_compat_sys_msgsnd +[D] Preferring compat_sys_newfstat over __se_compat_sys_newfstat +[D] Preferring compat_sys_newlstat over __se_compat_sys_newlstat +[D] Preferring compat_sys_newstat over __se_compat_sys_newstat +[D] Preferring compat_sys_old_readdir over __se_compat_sys_old_readdir +[D] Preferring compat_sys_open over __se_compat_sys_open +[D] Preferring compat_sys_open_by_handle_at over __se_compat_sys_open_by_handle_at +[D] Preferring compat_sys_openat over __se_compat_sys_openat +[D] Preferring compat_sys_ppoll_time32 over __se_compat_sys_ppoll_time32 +[D] Preferring compat_sys_ppoll_time64 over __se_compat_sys_ppoll_time64 +[D] Preferring compat_sys_preadv over __se_compat_sys_preadv +[D] Preferring compat_sys_preadv2 over __se_compat_sys_preadv2 +[D] Preferring compat_sys_pselect6_time32 over __se_compat_sys_pselect6_time32 +[D] Preferring compat_sys_pselect6_time64 over __se_compat_sys_pselect6_time64 +[D] Preferring compat_sys_ptrace over __se_compat_sys_ptrace +[D] Preferring compat_sys_pwritev over __se_compat_sys_pwritev +[D] Preferring compat_sys_pwritev2 over __se_compat_sys_pwritev2 +[D] Preferring compat_sys_recv over __se_compat_sys_recv +[D] Preferring compat_sys_recvfrom over __se_compat_sys_recvfrom +[D] Preferring compat_sys_recvmmsg_time32 over __se_compat_sys_recvmmsg_time32 +[D] Preferring compat_sys_recvmmsg_time64 over __se_compat_sys_recvmmsg_time64 +[D] Preferring compat_sys_recvmsg over __se_compat_sys_recvmsg +[D] Preferring compat_sys_rt_sigaction over __se_compat_sys_rt_sigaction +[D] Preferring compat_sys_rt_sigpending over __se_compat_sys_rt_sigpending +[D] Preferring compat_sys_rt_sigprocmask over __se_compat_sys_rt_sigprocmask +[D] Preferring compat_sys_rt_sigqueueinfo over __se_compat_sys_rt_sigqueueinfo +[D] Preferring compat_sys_rt_sigsuspend over __se_compat_sys_rt_sigsuspend +[D] Preferring compat_sys_rt_sigtimedwait_time32 over __se_compat_sys_rt_sigtimedwait_time32 +[D] Preferring compat_sys_rt_sigtimedwait_time64 over __se_compat_sys_rt_sigtimedwait_time64 +[D] Preferring compat_sys_rt_tgsigqueueinfo over __se_compat_sys_rt_tgsigqueueinfo +[D] Preferring compat_sys_sched_getaffinity over __se_compat_sys_sched_getaffinity +[D] Preferring compat_sys_sched_setaffinity over __se_compat_sys_sched_setaffinity +[D] Preferring compat_sys_select over __se_compat_sys_select +[D] Preferring compat_sys_semctl over __se_compat_sys_semctl +[D] Preferring compat_sys_sendfile over __se_compat_sys_sendfile +[D] Preferring compat_sys_sendmmsg over __se_compat_sys_sendmmsg +[D] Preferring compat_sys_sendmsg over __se_compat_sys_sendmsg +[D] Preferring compat_sys_set_robust_list over __se_compat_sys_set_robust_list +[D] Preferring compat_sys_setitimer over __se_compat_sys_setitimer +[D] Preferring compat_sys_setrlimit over __se_compat_sys_setrlimit +[D] Preferring compat_sys_settimeofday over __se_compat_sys_settimeofday +[D] Preferring compat_sys_shmat over __se_compat_sys_shmat +[D] Preferring compat_sys_shmctl over __se_compat_sys_shmctl +[D] Preferring compat_sys_sigaltstack over __se_compat_sys_sigaltstack +[D] Preferring compat_sys_signalfd over __se_compat_sys_signalfd +[D] Preferring compat_sys_signalfd4 over __se_compat_sys_signalfd4 +[D] Preferring compat_sys_sigpending over __se_compat_sys_sigpending +[D] Preferring compat_sys_sigprocmask over __se_compat_sys_sigprocmask +[D] Preferring compat_sys_socketcall over __se_compat_sys_socketcall +[D] Preferring compat_sys_statfs over __se_compat_sys_statfs +[D] Preferring compat_sys_statfs64 over __se_compat_sys_statfs64 +[D] Preferring compat_sys_sysinfo over __se_compat_sys_sysinfo +[D] Preferring compat_sys_timer_create over __se_compat_sys_timer_create +[D] Preferring compat_sys_times over __se_compat_sys_times +[D] Preferring compat_sys_truncate over __se_compat_sys_truncate +[D] Preferring compat_sys_ustat over __se_compat_sys_ustat +[D] Preferring compat_sys_wait4 over __se_compat_sys_wait4 +[D] Preferring compat_sys_waitid over __se_compat_sys_waitid +[D] Preferring sys_32_ftruncate64 over __se_sys_32_ftruncate64 +[D] Preferring sys_32_llseek over __se_sys_32_llseek +[D] Preferring sys_32_personality over __se_sys_32_personality +[D] Preferring sys_32_pread over __se_sys_32_pread +[D] Preferring sys_32_pwrite over __se_sys_32_pwrite +[D] Preferring sys_32_sigaction over __se_sys_32_sigaction +[D] Preferring sys_32_truncate64 over __se_sys_32_truncate64 +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_acct over __se_sys_acct +[D] Preferring sys_add_key over __se_sys_add_key +[D] Preferring sys_adjtimex_time32 over __se_sys_adjtimex_time32 +[D] Preferring sys_alarm over __se_sys_alarm +[D] Preferring sys_bind over __se_sys_bind +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachectl over __se_sys_cachectl +[D] Preferring sys_cacheflush over __se_sys_cacheflush +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_adjtime32 over __se_sys_clock_adjtime32 +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_getres_time32 over __se_sys_clock_getres_time32 +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_gettime32 over __se_sys_clock_gettime32 +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_nanosleep_time32 over __se_sys_clock_nanosleep_time32 +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_clock_settime32 over __se_sys_clock_settime32 +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_connect over __se_sys_connect +[D] Preferring sys_copy_file_range over __se_sys_copy_file_range +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_delete_module over __se_sys_delete_module +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_ctl over __se_sys_epoll_ctl +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_exit over __se_sys_exit +[D] Preferring sys_exit_group over __se_sys_exit_group +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fanotify_init over __se_sys_fanotify_init +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_finit_module over __se_sys_finit_module +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_time32 over __se_sys_futex_time32 +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat_time32 over __se_sys_futimesat_time32 +[D] Preferring sys_get_mempolicy over __se_sys_get_mempolicy +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_init_module over __se_sys_init_module +[D] Preferring sys_inotify_add_watch over __se_sys_inotify_add_watch +[D] Preferring sys_inotify_init1 over __se_sys_inotify_init1 +[D] Preferring sys_inotify_rm_watch over __se_sys_inotify_rm_watch +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents_time32 over __se_sys_io_getevents_time32 +[D] Preferring sys_io_pgetevents over __se_sys_io_pgetevents +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioprio_get over __se_sys_ioprio_get +[D] Preferring sys_ioprio_set over __se_sys_ioprio_set +[D] Preferring sys_kcmp over __se_sys_kcmp +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lseek over __se_sys_lseek +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_mbind over __se_sys_mbind +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_migrate_pages over __se_sys_migrate_pages +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mips_mmap over __se_sys_mips_mmap +[D] Preferring sys_mips_mmap2 over __se_sys_mips_mmap2 +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlock2 over __se_sys_mlock2 +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mount over __se_sys_mount +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_move_pages over __se_sys_move_pages +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mq_timedreceive over __se_sys_mq_timedreceive +[D] Preferring sys_mq_timedreceive_time32 over __se_sys_mq_timedreceive_time32 +[D] Preferring sys_mq_timedsend over __se_sys_mq_timedsend +[D] Preferring sys_mq_timedsend_time32 over __se_sys_mq_timedsend_time32 +[D] Preferring sys_mq_unlink over __se_sys_mq_unlink +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep_time32 over __se_sys_nanosleep_time32 +[D] Preferring sys_newfstat over __se_sys_newfstat +[D] Preferring sys_newfstatat over __se_sys_newfstatat +[D] Preferring sys_newlstat over __se_sys_newlstat +[D] Preferring sys_newstat over __se_sys_newstat +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_nice over __se_sys_nice +[D] Preferring sys_oldumount over __se_sys_oldumount +[D] Preferring sys_olduname over __se_sys_olduname +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_process_vm_readv over __se_sys_process_vm_readv +[D] Preferring sys_process_vm_writev over __se_sys_process_vm_writev +[D] Preferring sys_quotactl over __se_sys_quotactl +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_reboot over __se_sys_reboot +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_request_key over __se_sys_request_key +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rseq over __se_sys_rseq +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_rr_get_interval_time32 over __se_sys_sched_rr_get_interval_time32 +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_semtimedop over __se_sys_semtimedop +[D] Preferring sys_send over __se_sys_send +[D] Preferring sys_sendfile64 over __se_sys_sendfile64 +[D] Preferring sys_sendto over __se_sys_sendto +[D] Preferring sys_set_mempolicy over __se_sys_set_mempolicy +[D] Preferring sys_set_mempolicy_home_node over __se_sys_set_mempolicy_home_node +[D] Preferring sys_set_thread_area over __se_sys_set_thread_area +[D] Preferring sys_set_tid_address over __se_sys_set_tid_address +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_ssetmask over __se_sys_ssetmask +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_statx over __se_sys_statx +[D] Preferring sys_stime32 over __se_sys_stime32 +[D] Preferring sys_swapoff over __se_sys_swapoff +[D] Preferring sys_swapon over __se_sys_swapon +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_time32 over __se_sys_time32 +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_gettime32 over __se_sys_timer_gettime32 +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timer_settime32 over __se_sys_timer_settime32 +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_gettime32 over __se_sys_timerfd_gettime32 +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_timerfd_settime32 over __se_sys_timerfd_settime32 +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_umount over __se_sys_umount +[D] Preferring sys_uname over __se_sys_uname +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_uselib over __se_sys_uselib +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_utime32 over __se_sys_utime32 +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimensat_time32 over __se_sys_utimensat_time32 +[D] Preferring sys_utimes_time32 over __se_sys_utimes_time32 +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_waitpid over __se_sys_waitpid +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] sys32_call_table[0]: Symbol("sys32_syscall" at 0xa800000000035d68, type=FUNC, size=0x68) +[D] sys32_call_table[1]: Symbol("sys_exit" at 0xa800000000051070, type=FUNC, size=0x18) +[D] sys32_call_table[2]: Symbol("__sys_fork" at 0xa800000000028400, type=FUNC, size=0x28) +[D] sys32_call_table[3]: Symbol("sys_read" at 0xa8000000003133b8, type=FUNC, size=0x8) +[D] sys32_call_table[4]: Symbol("sys_write" at 0xa800000000313508, type=FUNC, size=0x8) +[D] sys32_call_table[5]: Symbol("compat_sys_open" at 0xa80000000030fd88, type=FUNC, size=0xac) +[D] sys32_call_table[6]: Symbol("sys_close" at 0xa80000000030ff60, type=FUNC, size=0x88) +[D] sys32_call_table[7]: Symbol("sys_waitpid" at 0xa8000000000520a0, type=FUNC, size=0x10) +[D] sys32_call_table[8]: Symbol("sys_creat" at 0xa80000000030fee8, type=FUNC, size=0x74) +[D] sys32_call_table[9]: Symbol("sys_link" at 0xa80000000032e238, type=FUNC, size=0x58) +[D] sys32_call_table[10]: Symbol("sys_unlink" at 0xa80000000032dc38, type=FUNC, size=0x2c) +[D] sys32_call_table[11]: Symbol("compat_sys_execve" at 0xa800000000321438, type=FUNC, size=0x50) +[D] sys32_call_table[12]: Symbol("sys_chdir" at 0xa80000000030e428, type=FUNC, size=0x104) +[D] sys32_call_table[13]: Symbol("sys_time32" at 0xa800000000105548, type=FUNC, size=0x68) +[D] sys32_call_table[14]: Symbol("sys_mknod" at 0xa80000000032d3a8, type=FUNC, size=0x4c) +[D] sys32_call_table[15]: Symbol("sys_chmod" at 0xa80000000030eba8, type=FUNC, size=0xdc) +[D] sys32_call_table[16]: Symbol("sys_lchown" at 0xa80000000030f158, type=FUNC, size=0x114) +[D] sys32_call_table[17]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[18]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[19]: Symbol("sys_lseek" at 0xa800000000311bf8, type=FUNC, size=0x108) +[D] sys32_call_table[20]: Symbol("sys_getpid" at 0xa80000000006a620, type=FUNC, size=0x24) +[D] sys32_call_table[21]: Symbol("sys_mount" at 0xa80000000034de30, type=FUNC, size=0x2c8) +[D] sys32_call_table[22]: Symbol("sys_oldumount" at 0xa80000000034ad80, type=FUNC, size=0x80) +[D] sys32_call_table[23]: Symbol("sys_setuid" at 0xa800000000069968, type=FUNC, size=0x8) +[D] sys32_call_table[24]: Symbol("sys_getuid" at 0xa80000000006a6a0, type=FUNC, size=0x3c) +[D] sys32_call_table[25]: Symbol("sys_stime32" at 0xa8000000001055b0, type=FUNC, size=0xa8) +[D] sys32_call_table[26]: Symbol("compat_sys_ptrace" at 0xa80000000005cc38, type=FUNC, size=0x198) +[D] sys32_call_table[27]: Symbol("sys_alarm" at 0xa80000000011efd8, type=FUNC, size=0xbc) +[D] sys32_call_table[28]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[29]: Symbol("sys_pause" at 0xa800000000067080, type=FUNC, size=0x7c) +[D] sys32_call_table[30]: Symbol("sys_utime32" at 0xa800000000367a00, type=FUNC, size=0xe8) +[D] sys32_call_table[31]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[32]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[33]: Symbol("sys_access" at 0xa80000000030e410, type=FUNC, size=0x18) +[D] sys32_call_table[34]: Symbol("sys_nice" at 0xa8000000000948c8, type=FUNC, size=0xc4) +[D] sys32_call_table[35]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[36]: Symbol("sys_sync" at 0xa800000000366a70, type=FUNC, size=0x20) +[D] sys32_call_table[37]: Symbol("sys_kill" at 0xa800000000065a20, type=FUNC, size=0x294) +[D] sys32_call_table[38]: Symbol("sys_rename" at 0xa80000000032e988, type=FUNC, size=0x58) +[D] sys32_call_table[39]: Symbol("sys_mkdir" at 0xa80000000032d5f8, type=FUNC, size=0x3c) +[D] sys32_call_table[40]: Symbol("sys_rmdir" at 0xa80000000032d828, type=FUNC, size=0x2c) +[D] sys32_call_table[41]: Symbol("sys_dup" at 0xa8000000003446b0, type=FUNC, size=0x190) +[D] sys32_call_table[42]: Symbol("sysm_pipe" at 0xa8000000000284a0, type=FUNC, size=0x88) +[D] sys32_call_table[43]: Symbol("compat_sys_times" at 0xa80000000006a888, type=FUNC, size=0x1d8) +[D] sys32_call_table[44]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[45]: Symbol("sys_brk" at 0xa8000000002bc680, type=FUNC, size=0x444) +[D] sys32_call_table[46]: Symbol("sys_setgid" at 0xa800000000069550, type=FUNC, size=0x8) +[D] sys32_call_table[47]: Symbol("sys_getgid" at 0xa80000000006a720, type=FUNC, size=0x3c) +[D] sys32_call_table[48]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[49]: Symbol("sys_geteuid" at 0xa80000000006a6e0, type=FUNC, size=0x3c) +[D] sys32_call_table[50]: Symbol("sys_getegid" at 0xa80000000006a760, type=FUNC, size=0x3c) +[D] sys32_call_table[51]: Symbol("sys_acct" at 0xa80000000012f450, type=FUNC, size=0x3f0) +[D] sys32_call_table[52]: Symbol("sys_umount" at 0xa80000000034acd8, type=FUNC, size=0xa8) +[D] sys32_call_table[53]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[54]: Symbol("compat_sys_ioctl" at 0xa800000000331e80, type=FUNC, size=0x1d8) +[D] sys32_call_table[55]: Symbol("compat_sys_fcntl" at 0xa80000000032ffe0, type=FUNC, size=0x28) +[D] sys32_call_table[56]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[57]: Symbol("sys_setpgid" at 0xa80000000006aa60, type=FUNC, size=0x1a4) +[D] sys32_call_table[58]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[59]: Symbol("sys_olduname" at 0xa80000000006ae80, type=FUNC, size=0x1e0) +[D] sys32_call_table[60]: Symbol("sys_umask" at 0xa80000000006c188, type=FUNC, size=0x38) +[D] sys32_call_table[61]: Symbol("sys_chroot" at 0xa80000000030e610, type=FUNC, size=0x14c) +[D] sys32_call_table[62]: Symbol("compat_sys_ustat" at 0xa80000000036a2d8, type=FUNC, size=0x8) +[D] sys32_call_table[63]: Symbol("sys_dup2" at 0xa800000000344590, type=FUNC, size=0x120) +[D] sys32_call_table[64]: Symbol("sys_getppid" at 0xa80000000006a670, type=FUNC, size=0x2c) +[D] sys32_call_table[65]: Symbol("sys_getpgrp" at 0xa80000000006ac90, type=FUNC, size=0x24) +[D] sys32_call_table[66]: Symbol("sys_setsid" at 0xa80000000006ae50, type=FUNC, size=0x1c) +[D] sys32_call_table[67]: Symbol("sys_32_sigaction" at 0xa8000000000346e0, type=FUNC, size=0x188) +[D] sys32_call_table[68]: Symbol("sys_sgetmask" at 0xa800000000066ff0, type=FUNC, size=0xc) +[D] sys32_call_table[69]: Symbol("sys_ssetmask" at 0xa800000000067000, type=FUNC, size=0x80) +[D] sys32_call_table[70]: Symbol("sys_setreuid" at 0xa800000000069818, type=FUNC, size=0xc) +[D] sys32_call_table[71]: Symbol("sys_setregid" at 0xa800000000069428, type=FUNC, size=0xc) +[D] sys32_call_table[72]: Symbol("sys32_sigsuspend" at 0xa8000000000346c0, type=FUNC, size=0x20) +[D] sys32_call_table[73]: Symbol("compat_sys_sigpending" at 0xa800000000066a30, type=FUNC, size=0x98) +[D] sys32_call_table[74]: Symbol("sys_sethostname" at 0xa80000000006b060, type=FUNC, size=0x184) +[D] sys32_call_table[75]: Symbol("compat_sys_setrlimit" at 0xa80000000006b600, type=FUNC, size=0x12c) +[D] sys32_call_table[76]: Symbol("compat_sys_getrlimit" at 0xa80000000006b730, type=FUNC, size=0x148) +[D] sys32_call_table[77]: Symbol("compat_sys_getrusage" at 0xa80000000006c180, type=FUNC, size=0x8) +[D] sys32_call_table[78]: Symbol("compat_sys_gettimeofday" at 0xa800000000105a40, type=FUNC, size=0x148) +[D] sys32_call_table[79]: Symbol("compat_sys_settimeofday" at 0xa800000000105b88, type=FUNC, size=0x174) +[D] sys32_call_table[80]: Symbol("sys_getgroups" at 0xa800000000087d30, type=FUNC, size=0xc4) +[D] sys32_call_table[81]: Symbol("sys_setgroups" at 0xa800000000087e18, type=FUNC, size=0x24c) +[D] sys32_call_table[82]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[83]: Symbol("sys_symlink" at 0xa80000000032de38, type=FUNC, size=0x58) +[D] sys32_call_table[84]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[85]: Symbol("sys_readlink" at 0xa80000000031d478, type=FUNC, size=0x2c) +[D] sys32_call_table[86]: Symbol("sys_uselib" at 0xa80000000031ffa0, type=FUNC, size=0x238) +[D] sys32_call_table[87]: Symbol("sys_swapon" at 0xa8000000002fa578, type=FUNC, size=0x1830) +[D] sys32_call_table[88]: Symbol("sys_reboot" at 0xa800000000084d88, type=FUNC, size=0x10) +[D] sys32_call_table[89]: Symbol("compat_sys_old_readdir" at 0xa800000000332ef0, type=FUNC, size=0x108) +[D] sys32_call_table[90]: Symbol("sys_mips_mmap" at 0xa800000000028528, type=FUNC, size=0x20) +[D] sys32_call_table[91]: Symbol("sys_munmap" at 0xa8000000002bb2d0, type=FUNC, size=0x1c) +[D] sys32_call_table[92]: Symbol("compat_sys_truncate" at 0xa80000000030de98, type=FUNC, size=0x104) +[D] sys32_call_table[93]: Symbol("compat_sys_ftruncate" at 0xa80000000030e258, type=FUNC, size=0x14) +[D] sys32_call_table[94]: Symbol("sys_fchmod" at 0xa80000000030e918, type=FUNC, size=0x84) +[D] sys32_call_table[95]: Symbol("sys_fchown" at 0xa80000000030f3a8, type=FUNC, size=0x24) +[D] sys32_call_table[96]: Symbol("sys_getpriority" at 0xa800000000068fc0, type=FUNC, size=0x2e4) +[D] sys32_call_table[97]: Symbol("sys_setpriority" at 0xa800000000068c40, type=FUNC, size=0x380) +[D] sys32_call_table[98]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[99]: Symbol("compat_sys_statfs" at 0xa80000000036a118, type=FUNC, size=0x8) +[D] sys32_call_table[100]: Symbol("compat_sys_fstatfs" at 0xa80000000036a120, type=FUNC, size=0x8) +[D] sys32_call_table[101]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[102]: Symbol("compat_sys_socketcall" at 0xa8000000007ee5e0, type=FUNC, size=0x388) +[D] sys32_call_table[103]: Symbol("sys_syslog" at 0xa8000000000c2410, type=FUNC, size=0x24) +[D] sys32_call_table[104]: Symbol("compat_sys_setitimer" at 0xa80000000011f2a0, type=FUNC, size=0x200) +[D] sys32_call_table[105]: Symbol("compat_sys_getitimer" at 0xa80000000011ee98, type=FUNC, size=0x98) +[D] sys32_call_table[106]: Symbol("compat_sys_newstat" at 0xa80000000031d640, type=FUNC, size=0x8) +[D] sys32_call_table[107]: Symbol("compat_sys_newlstat" at 0xa80000000031d648, type=FUNC, size=0x8) +[D] sys32_call_table[108]: Symbol("compat_sys_newfstat" at 0xa80000000031d660, type=FUNC, size=0x8) +[D] sys32_call_table[109]: Symbol("sys_uname" at 0xa80000000006ae78, type=FUNC, size=0x8) +[D] sys32_call_table[110]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[111]: Symbol("sys_vhangup" at 0xa800000000310010, type=FUNC, size=0x30) +[D] sys32_call_table[112]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[113]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[114]: Symbol("compat_sys_wait4" at 0xa8000000000520b0, type=FUNC, size=0xc) +[D] sys32_call_table[115]: Symbol("sys_swapoff" at 0xa8000000002f94d8, type=FUNC, size=0x107c) +[D] sys32_call_table[116]: Symbol("compat_sys_sysinfo" at 0xa80000000006cb38, type=FUNC, size=0x8) +[D] sys32_call_table[117]: Symbol("compat_sys_ipc" at 0xa800000000528c38, type=FUNC, size=0x30) +[D] sys32_call_table[118]: Symbol("sys_fsync" at 0xa800000000366be8, type=FUNC, size=0x98) +[D] sys32_call_table[119]: Symbol("sys32_sigreturn" at 0xa800000000037190, type=FUNC, size=0x100) +[D] sys32_call_table[120]: Symbol("__sys_clone" at 0xa800000000028428, type=FUNC, size=0x28) +[D] sys32_call_table[121]: Symbol("sys_setdomainname" at 0xa80000000006b350, type=FUNC, size=0x184) +[D] sys32_call_table[122]: Symbol("sys_newuname" at 0xa80000000006ae70, type=FUNC, size=0x8) +[D] sys32_call_table[123]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[124]: Symbol("sys_adjtimex_time32" at 0xa8000000001060a0, type=FUNC, size=0x8) +[D] sys32_call_table[125]: Symbol("sys_mprotect" at 0xa8000000002c0718, type=FUNC, size=0x1c) +[D] sys32_call_table[126]: Symbol("compat_sys_sigprocmask" at 0xa8000000001333d0, type=FUNC, size=0x158) +[D] sys32_call_table[127]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[128]: Symbol("sys_init_module" at 0xa8000000000ff550, type=FUNC, size=0x8) +[D] sys32_call_table[129]: Symbol("sys_delete_module" at 0xa8000000000ff9f0, type=FUNC, size=0x2f0) +[D] sys32_call_table[130]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[131]: Symbol("sys_quotactl" at 0xa8000000003bde20, type=FUNC, size=0x4f0) +[D] sys32_call_table[132]: Symbol("sys_getpgid" at 0xa80000000006ac08, type=FUNC, size=0x88) +[D] sys32_call_table[133]: Symbol("sys_fchdir" at 0xa80000000030e530, type=FUNC, size=0xdc) +[D] sys32_call_table[134]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[135]: Symbol("sys_sysfs" at 0xa800000000344e40, type=FUNC, size=0x328) +[D] sys32_call_table[136]: Symbol("sys_32_personality" at 0xa800000000033ee8, type=FUNC, size=0x88) +[D] sys32_call_table[137]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[138]: Symbol("sys_setfsuid" at 0xa80000000006a508, type=FUNC, size=0x8) +[D] sys32_call_table[139]: Symbol("sys_setfsgid" at 0xa80000000006a618, type=FUNC, size=0x8) +[D] sys32_call_table[140]: Symbol("sys_32_llseek" at 0xa800000000033e98, type=FUNC, size=0x1c) +[D] sys32_call_table[141]: Symbol("compat_sys_getdents" at 0xa800000000332ff8, type=FUNC, size=0x178) +[D] sys32_call_table[142]: Symbol("compat_sys_select" at 0xa800000000335808, type=FUNC, size=0x1c) +[D] sys32_call_table[143]: Symbol("sys_flock" at 0xa80000000039d510, type=FUNC, size=0xc) +[D] sys32_call_table[144]: Symbol("sys_msync" at 0xa8000000002c1e70, type=FUNC, size=0x3b0) +[D] sys32_call_table[145]: Symbol("sys_readv" at 0xa8000000003138c0, type=FUNC, size=0x8) +[D] sys32_call_table[146]: Symbol("sys_writev" at 0xa8000000003138c8, type=FUNC, size=0x8) +[D] sys32_call_table[147]: Symbol("sys_cacheflush" at 0xa800000000039c58, type=FUNC, size=0x78) +[D] sys32_call_table[148]: Symbol("sys_cachectl" at 0xa8000000000286e8, type=FUNC, size=0x8) +[D] sys32_call_table[149]: Symbol("__sys_sysmips" at 0xa800000000028478, type=FUNC, size=0x28) +[D] sys32_call_table[150]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[151]: Symbol("sys_getsid" at 0xa80000000006acb8, type=FUNC, size=0x90) +[D] sys32_call_table[152]: Symbol("sys_fdatasync" at 0xa800000000366c80, type=FUNC, size=0xa8) +[D] sys32_call_table[153]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[154]: Symbol("sys_mlock" at 0xa8000000002b5bc8, type=FUNC, size=0x1c) +[D] sys32_call_table[155]: Symbol("sys_munlock" at 0xa8000000002b5c40, type=FUNC, size=0x158) +[D] sys32_call_table[156]: Symbol("sys_mlockall" at 0xa8000000002b5d98, type=FUNC, size=0x284) +[D] sys32_call_table[157]: Symbol("sys_munlockall" at 0xa8000000002b6020, type=FUNC, size=0x124) +[D] sys32_call_table[158]: Symbol("sys_sched_setparam" at 0xa800000000094d98, type=FUNC, size=0x24) +[D] sys32_call_table[159]: Symbol("sys_sched_getparam" at 0xa8000000000951f8, type=FUNC, size=0x108) +[D] sys32_call_table[160]: Symbol("sys_sched_setscheduler" at 0xa800000000094d68, type=FUNC, size=0x30) +[D] sys32_call_table[161]: Symbol("sys_sched_getscheduler" at 0xa800000000095150, type=FUNC, size=0xa8) +[D] sys32_call_table[162]: Symbol("sys_sched_yield" at 0xa800000000095750, type=FUNC, size=0x20) +[D] sys32_call_table[163]: Symbol("sys_sched_get_priority_max" at 0xa8000000000957e0, type=FUNC, size=0x58) +[D] sys32_call_table[164]: Symbol("sys_sched_get_priority_min" at 0xa800000000095838, type=FUNC, size=0x58) +[D] sys32_call_table[165]: Symbol("sys_sched_rr_get_interval_time32" at 0xa800000000095920, type=FUNC, size=0x90) +[D] sys32_call_table[166]: Symbol("sys_nanosleep_time32" at 0xa80000000010e288, type=FUNC, size=0x128) +[D] sys32_call_table[167]: Symbol("sys_mremap" at 0xa8000000002c1e60, type=FUNC, size=0x8) +[D] sys32_call_table[168]: Symbol("sys_accept" at 0xa80000000074ccb0, type=FUNC, size=0x20) +[D] sys32_call_table[169]: Symbol("sys_bind" at 0xa80000000074c870, type=FUNC, size=0x20) +[D] sys32_call_table[170]: Symbol("sys_connect" at 0xa80000000074ce98, type=FUNC, size=0x20) +[D] sys32_call_table[171]: Symbol("sys_getpeername" at 0xa80000000074d108, type=FUNC, size=0x1c) +[D] sys32_call_table[172]: Symbol("sys_getsockname" at 0xa80000000074cfc0, type=FUNC, size=0x1c) +[D] sys32_call_table[173]: Symbol("sys_getsockopt" at 0xa80000000074d738, type=FUNC, size=0x24) +[D] sys32_call_table[174]: Symbol("sys_listen" at 0xa80000000074c988, type=FUNC, size=0x20) +[D] sys32_call_table[175]: Symbol("compat_sys_recv" at 0xa8000000007ee510, type=FUNC, size=0x38) +[D] sys32_call_table[176]: Symbol("compat_sys_recvfrom" at 0xa8000000007ee548, type=FUNC, size=0x30) +[D] sys32_call_table[177]: Symbol("compat_sys_recvmsg" at 0xa8000000007ee4f8, type=FUNC, size=0x18) +[D] sys32_call_table[178]: Symbol("sys_send" at 0xa80000000074d2f8, type=FUNC, size=0x28) +[D] sys32_call_table[179]: Symbol("compat_sys_sendmsg" at 0xa8000000007ee4b0, type=FUNC, size=0x18) +[D] sys32_call_table[180]: Symbol("sys_sendto" at 0xa80000000074d2d0, type=FUNC, size=0x24) +[D] sys32_call_table[181]: Symbol("sys_setsockopt" at 0xa80000000074d600, type=FUNC, size=0x28) +[D] sys32_call_table[182]: Symbol("sys_shutdown" at 0xa80000000074d880, type=FUNC, size=0x20) +[D] sys32_call_table[183]: Symbol("sys_socket" at 0xa80000000074c450, type=FUNC, size=0x24) +[D] sys32_call_table[184]: Symbol("sys_socketpair" at 0xa80000000074c730, type=FUNC, size=0x24) +[D] sys32_call_table[185]: Symbol("sys_setresuid" at 0xa800000000069df8, type=FUNC, size=0x10) +[D] sys32_call_table[186]: Symbol("sys_getresuid" at 0xa800000000069e08, type=FUNC, size=0xec) +[D] sys32_call_table[187]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[188]: Symbol("sys_poll" at 0xa800000000335590, type=FUNC, size=0x160) +[D] sys32_call_table[189]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[190]: Symbol("sys_setresgid" at 0xa80000000006a308, type=FUNC, size=0x10) +[D] sys32_call_table[191]: Symbol("sys_getresgid" at 0xa80000000006a318, type=FUNC, size=0xe4) +[D] sys32_call_table[192]: Symbol("sys_prctl" at 0xa80000000006c1d0, type=FUNC, size=0x878) +[D] sys32_call_table[193]: Symbol("sys32_rt_sigreturn" at 0xa800000000037088, type=FUNC, size=0x108) +[D] sys32_call_table[194]: Symbol("compat_sys_rt_sigaction" at 0xa800000000066da8, type=FUNC, size=0x248) +[D] sys32_call_table[195]: Symbol("compat_sys_rt_sigprocmask" at 0xa800000000061718, type=FUNC, size=0x158) +[D] sys32_call_table[196]: Symbol("compat_sys_rt_sigpending" at 0xa800000000061928, type=FUNC, size=0x11c) +[D] sys32_call_table[197]: Symbol("compat_sys_rt_sigtimedwait_time32" at 0xa800000000065910, type=FUNC, size=0x110) +[D] sys32_call_table[198]: Symbol("compat_sys_rt_sigqueueinfo" at 0xa800000000066128, type=FUNC, size=0x98) +[D] sys32_call_table[199]: Symbol("compat_sys_rt_sigsuspend" at 0xa8000000000671b8, type=FUNC, size=0x88) +[D] sys32_call_table[200]: Symbol("sys_32_pread" at 0xa800000000033eb8, type=FUNC, size=0x18) +[D] sys32_call_table[201]: Symbol("sys_32_pwrite" at 0xa800000000033ed0, type=FUNC, size=0x18) +[D] sys32_call_table[202]: Symbol("sys_chown" at 0xa80000000030f040, type=FUNC, size=0x114) +[D] sys32_call_table[203]: Symbol("sys_getcwd" at 0xa800000000368890, type=FUNC, size=0x1f0) +[D] sys32_call_table[204]: Symbol("sys_capget" at 0xa80000000005a188, type=FUNC, size=0x1f8) +[D] sys32_call_table[205]: Symbol("sys_capset" at 0xa80000000005a380, type=FUNC, size=0x1f0) +[D] sys32_call_table[206]: Symbol("compat_sys_sigaltstack" at 0xa800000000066908, type=FUNC, size=0x1c) +[D] sys32_call_table[207]: Symbol("compat_sys_sendfile" at 0xa8000000003143e8, type=FUNC, size=0xec) +[D] sys32_call_table[208]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[209]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[210]: Symbol("sys_mips_mmap2" at 0xa800000000028548, type=FUNC, size=0x8) +[D] sys32_call_table[211]: Symbol("sys_32_truncate64" at 0xa800000000033e60, type=FUNC, size=0x14) +[D] sys32_call_table[212]: Symbol("sys_32_ftruncate64" at 0xa800000000033e78, type=FUNC, size=0x20) +[D] sys32_call_table[213]: Symbol("sys_newstat" at 0xa80000000031d430, type=FUNC, size=0x8) +[D] sys32_call_table[214]: Symbol("sys_newlstat" at 0xa80000000031d438, type=FUNC, size=0x8) +[D] sys32_call_table[215]: Symbol("sys_newfstat" at 0xa80000000031d450, type=FUNC, size=0x8) +[D] sys32_call_table[216]: Symbol("sys_pivot_root" at 0xa80000000034e910, type=FUNC, size=0x55c) +[D] sys32_call_table[217]: Symbol("sys_mincore" at 0xa8000000002b2fe0, type=FUNC, size=0x454) +[D] sys32_call_table[218]: Symbol("sys_madvise" at 0xa8000000002f14e0, type=FUNC, size=0x30) +[D] sys32_call_table[219]: Symbol("sys_getdents64" at 0xa800000000332d78, type=FUNC, size=0x178) +[D] sys32_call_table[220]: Symbol("compat_sys_fcntl64" at 0xa80000000032ffd0, type=FUNC, size=0x10) +[D] sys32_call_table[221]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[222]: Symbol("sys_gettid" at 0xa80000000006a648, type=FUNC, size=0x24) +[D] sys32_call_table[223]: Symbol("sys32_readahead" at 0xa800000000033f70, type=FUNC, size=0x18) +[D] sys32_call_table[224]: Symbol("sys_setxattr" at 0xa800000000354728, type=FUNC, size=0x20) +[D] sys32_call_table[225]: Symbol("sys_lsetxattr" at 0xa800000000354748, type=FUNC, size=0x20) +[D] sys32_call_table[226]: Symbol("sys_fsetxattr" at 0xa800000000354768, type=FUNC, size=0xe8) +[D] sys32_call_table[227]: Symbol("sys_getxattr" at 0xa800000000354cb8, type=FUNC, size=0x8) +[D] sys32_call_table[228]: Symbol("sys_lgetxattr" at 0xa800000000354cc0, type=FUNC, size=0x8) +[D] sys32_call_table[229]: Symbol("sys_fgetxattr" at 0xa800000000354cc8, type=FUNC, size=0xc8) +[D] sys32_call_table[230]: Symbol("sys_listxattr" at 0xa800000000354d90, type=FUNC, size=0x8) +[D] sys32_call_table[231]: Symbol("sys_llistxattr" at 0xa800000000354d98, type=FUNC, size=0x8) +[D] sys32_call_table[232]: Symbol("sys_flistxattr" at 0xa800000000354da0, type=FUNC, size=0xa8) +[D] sys32_call_table[233]: Symbol("sys_removexattr" at 0xa800000000354e48, type=FUNC, size=0x1c) +[D] sys32_call_table[234]: Symbol("sys_lremovexattr" at 0xa800000000354e68, type=FUNC, size=0x1c) +[D] sys32_call_table[235]: Symbol("sys_fremovexattr" at 0xa800000000354e88, type=FUNC, size=0xb8) +[D] sys32_call_table[236]: Symbol("sys_tkill" at 0xa800000000065fe0, type=FUNC, size=0x38) +[D] sys32_call_table[237]: Symbol("sys_sendfile64" at 0xa8000000003142e8, type=FUNC, size=0x100) +[D] sys32_call_table[238]: Symbol("sys_futex_time32" at 0xa8000000001265e0, type=FUNC, size=0x1a0) +[D] sys32_call_table[239]: Symbol("compat_sys_sched_setaffinity" at 0xa800000000133840, type=FUNC, size=0xd0) +[D] sys32_call_table[240]: Symbol("compat_sys_sched_getaffinity" at 0xa8000000001339c0, type=FUNC, size=0xf8) +[D] sys32_call_table[241]: Symbol("compat_sys_io_setup" at 0xa800000000394748, type=FUNC, size=0x1b0) +[D] sys32_call_table[242]: Symbol("sys_io_destroy" at 0xa8000000003948f8, type=FUNC, size=0x198) +[D] sys32_call_table[243]: Symbol("sys_io_getevents_time32" at 0xa800000000395468, type=FUNC, size=0x118) +[D] sys32_call_table[244]: Symbol("compat_sys_io_submit" at 0xa800000000394cf8, type=FUNC, size=0x264) +[D] sys32_call_table[245]: Symbol("sys_io_cancel" at 0xa800000000394f60, type=FUNC, size=0x1f0) +[D] sys32_call_table[246]: Symbol("sys_exit_group" at 0xa800000000051120, type=FUNC, size=0x18) +[D] sys32_call_table[247]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[248]: Symbol("sys_epoll_create" at 0xa8000000003872a8, type=FUNC, size=0x30) +[D] sys32_call_table[249]: Symbol("sys_epoll_ctl" at 0xa800000000388398, type=FUNC, size=0xe8) +[D] sys32_call_table[250]: Symbol("sys_epoll_wait" at 0xa800000000388480, type=FUNC, size=0x140) +[D] sys32_call_table[251]: Symbol("sys_remap_file_pages" at 0xa8000000002be100, type=FUNC, size=0x3d4) +[D] sys32_call_table[252]: Symbol("sys_set_tid_address" at 0xa800000000047c58, type=FUNC, size=0x2c) +[D] sys32_call_table[253]: Symbol("sys_restart_syscall" at 0xa800000000061198, type=FUNC, size=0x10) +[D] sys32_call_table[254]: Symbol("sys32_fadvise64_64" at 0xa800000000033fc8, type=FUNC, size=0x3c) +[D] sys32_call_table[255]: Symbol("compat_sys_statfs64" at 0xa80000000036a1e0, type=FUNC, size=0x1c) +[D] sys32_call_table[256]: Symbol("compat_sys_fstatfs64" at 0xa80000000036a2b8, type=FUNC, size=0x20) +[D] sys32_call_table[257]: Symbol("compat_sys_timer_create" at 0xa80000000011a500, type=FUNC, size=0xc8) +[D] sys32_call_table[258]: Symbol("sys_timer_settime32" at 0xa80000000011a8a8, type=FUNC, size=0x108) +[D] sys32_call_table[259]: Symbol("sys_timer_gettime32" at 0xa80000000011a660, type=FUNC, size=0x98) +[D] sys32_call_table[260]: Symbol("sys_timer_getoverrun" at 0xa80000000011a6f8, type=FUNC, size=0xa0) +[D] sys32_call_table[261]: Symbol("sys_timer_delete" at 0xa80000000011a9b0, type=FUNC, size=0x168) +[D] sys32_call_table[262]: Symbol("sys_clock_settime32" at 0xa80000000011b1b8, type=FUNC, size=0x138) +[D] sys32_call_table[263]: Symbol("sys_clock_gettime32" at 0xa80000000011b2f0, type=FUNC, size=0x130) +[D] sys32_call_table[264]: Symbol("sys_clock_getres_time32" at 0xa80000000011b428, type=FUNC, size=0x148) +[D] sys32_call_table[265]: Symbol("sys_clock_nanosleep_time32" at 0xa80000000011b728, type=FUNC, size=0x1c4) +[D] sys32_call_table[266]: Symbol("sys_tgkill" at 0xa800000000065fa0, type=FUNC, size=0x40) +[D] sys32_call_table[267]: Symbol("sys_utimes_time32" at 0xa800000000367bf8, type=FUNC, size=0x14) +[D] sys32_call_table[268]: Symbol("sys_mbind" at 0xa800000000302130, type=FUNC, size=0x118) +[D] sys32_call_table[269]: Symbol("sys_get_mempolicy" at 0xa8000000002ffd20, type=FUNC, size=0x7c4) +[D] sys32_call_table[270]: Symbol("sys_set_mempolicy" at 0xa8000000002ff9a8, type=FUNC, size=0xdc) +[D] sys32_call_table[271]: Symbol("compat_sys_mq_open" at 0xa80000000052bfb0, type=FUNC, size=0x154) +[D] sys32_call_table[272]: Symbol("sys_mq_unlink" at 0xa80000000052bbb8, type=FUNC, size=0x140) +[D] sys32_call_table[273]: Symbol("sys_mq_timedsend_time32" at 0xa80000000052c1d0, type=FUNC, size=0xf0) +[D] sys32_call_table[274]: Symbol("sys_mq_timedreceive_time32" at 0xa80000000052c2c0, type=FUNC, size=0xe8) +[D] sys32_call_table[275]: Symbol("compat_sys_mq_notify" at 0xa80000000052c108, type=FUNC, size=0xc0) +[D] sys32_call_table[276]: Symbol("compat_sys_mq_getsetattr" at 0xa80000000052c1c8, type=FUNC, size=0x8) +[D] sys32_call_table[277]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[278]: Symbol("compat_sys_waitid" at 0xa8000000000520c0, type=FUNC, size=0x10) +[D] sys32_call_table[279]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[280]: Symbol("sys_add_key" at 0xa800000000531ba0, type=FUNC, size=0x230) +[D] sys32_call_table[281]: Symbol("sys_request_key" at 0xa800000000531dd0, type=FUNC, size=0x1d0) +[D] sys32_call_table[282]: Symbol("compat_sys_keyctl" at 0xa8000000005375b0, type=FUNC, size=0x2f4) +[D] sys32_call_table[283]: Symbol("sys_set_thread_area" at 0xa800000000028550, type=FUNC, size=0x14) +[D] sys32_call_table[284]: Symbol("sys_inotify_init" at 0xa800000000380030, type=FUNC, size=0x1c) +[D] sys32_call_table[285]: Symbol("sys_inotify_add_watch" at 0xa800000000380050, type=FUNC, size=0x4c8) +[D] sys32_call_table[286]: Symbol("sys_inotify_rm_watch" at 0xa800000000380518, type=FUNC, size=0x118) +[D] sys32_call_table[287]: Symbol("sys_migrate_pages" at 0xa8000000002ffa88, type=FUNC, size=0x294) +[D] sys32_call_table[288]: Symbol("compat_sys_openat" at 0xa80000000030fe38, type=FUNC, size=0xac) +[D] sys32_call_table[289]: Symbol("sys_mkdirat" at 0xa80000000032d5a8, type=FUNC, size=0x4c) +[D] sys32_call_table[290]: Symbol("sys_mknodat" at 0xa80000000032d348, type=FUNC, size=0x5c) +[D] sys32_call_table[291]: Symbol("sys_fchownat" at 0xa80000000030f018, type=FUNC, size=0x28) +[D] sys32_call_table[292]: Symbol("sys_futimesat_time32" at 0xa800000000367bf0, type=FUNC, size=0x8) +[D] sys32_call_table[293]: Symbol("sys_newfstatat" at 0xa80000000031d440, type=FUNC, size=0xc) +[D] sys32_call_table[294]: Symbol("sys_unlinkat" at 0xa80000000032dba8, type=FUNC, size=0x90) +[D] sys32_call_table[295]: Symbol("sys_renameat" at 0xa80000000032e910, type=FUNC, size=0x78) +[D] sys32_call_table[296]: Symbol("sys_linkat" at 0xa80000000032e1b0, type=FUNC, size=0x88) +[D] sys32_call_table[297]: Symbol("sys_symlinkat" at 0xa80000000032ddd8, type=FUNC, size=0x5c) +[D] sys32_call_table[298]: Symbol("sys_readlinkat" at 0xa80000000031d458, type=FUNC, size=0x20) +[D] sys32_call_table[299]: Symbol("sys_fchmodat" at 0xa80000000030eab0, type=FUNC, size=0xf4) +[D] sys32_call_table[300]: Symbol("sys_faccessat" at 0xa80000000030e3f0, type=FUNC, size=0x10) +[D] sys32_call_table[301]: Symbol("compat_sys_pselect6_time32" at 0xa800000000335a98, type=FUNC, size=0x19c) +[D] sys32_call_table[302]: Symbol("compat_sys_ppoll_time32" at 0xa800000000335c38, type=FUNC, size=0x120) +[D] sys32_call_table[303]: Symbol("sys_unshare" at 0xa80000000004a3f8, type=FUNC, size=0x1c) +[D] sys32_call_table[304]: Symbol("sys_splice" at 0xa800000000365cf8, type=FUNC, size=0x320) +[D] sys32_call_table[305]: Symbol("sys32_sync_file_range" at 0xa800000000033f88, type=FUNC, size=0x3c) +[D] sys32_call_table[306]: Symbol("sys_tee" at 0xa8000000003664b0, type=FUNC, size=0x140) +[D] sys32_call_table[307]: Symbol("sys_vmsplice" at 0xa800000000365ce8, type=FUNC, size=0xc) +[D] sys32_call_table[308]: Symbol("sys_move_pages" at 0xa800000000307240, type=FUNC, size=0x8bc) +[D] sys32_call_table[309]: Symbol("compat_sys_set_robust_list" at 0xa8000000001264c0, type=FUNC, size=0x28) +[D] sys32_call_table[310]: Symbol("compat_sys_get_robust_list" at 0xa8000000001264e8, type=FUNC, size=0xf8) +[D] sys32_call_table[311]: Symbol("compat_sys_kexec_load" at 0xa8000000001330f8, type=FUNC, size=0x1f4) +[D] sys32_call_table[312]: Symbol("sys_getcpu" at 0xa80000000006ca48, type=FUNC, size=0xe8) +[D] sys32_call_table[313]: Symbol("compat_sys_epoll_pwait" at 0xa800000000388830, type=FUNC, size=0x178) +[D] sys32_call_table[314]: Symbol("sys_ioprio_set" at 0xa80000000058f208, type=FUNC, size=0x2d8) +[D] sys32_call_table[315]: Symbol("sys_ioprio_get" at 0xa80000000058f4e0, type=FUNC, size=0x390) +[D] sys32_call_table[316]: Symbol("sys_utimensat_time32" at 0xa800000000367ae8, type=FUNC, size=0x108) +[D] sys32_call_table[317]: Symbol("compat_sys_signalfd" at 0xa800000000389af8, type=FUNC, size=0x98) +[D] sys32_call_table[318]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[319]: Symbol("sys_eventfd" at 0xa80000000038bd98, type=FUNC, size=0x20) +[D] sys32_call_table[320]: Symbol("sys32_fallocate" at 0xa800000000034008, type=FUNC, size=0x38) +[D] sys32_call_table[321]: Symbol("sys_timerfd_create" at 0xa80000000038ab18, type=FUNC, size=0x1d8) +[D] sys32_call_table[322]: Symbol("sys_timerfd_gettime32" at 0xa80000000038af40, type=FUNC, size=0x90) +[D] sys32_call_table[323]: Symbol("sys_timerfd_settime32" at 0xa80000000038ae60, type=FUNC, size=0xe0) +[D] sys32_call_table[324]: Symbol("compat_sys_signalfd4" at 0xa800000000389a50, type=FUNC, size=0xa4) +[D] sys32_call_table[325]: Symbol("sys_eventfd2" at 0xa80000000038bd78, type=FUNC, size=0x20) +[D] sys32_call_table[326]: Symbol("sys_epoll_create1" at 0xa800000000387288, type=FUNC, size=0x1c) +[D] sys32_call_table[327]: Symbol("sys_dup3" at 0xa800000000344568, type=FUNC, size=0x24) +[D] sys32_call_table[328]: Symbol("sys_pipe2" at 0xa8000000003238a8, type=FUNC, size=0x1c) +[D] sys32_call_table[329]: Symbol("sys_inotify_init1" at 0xa800000000380010, type=FUNC, size=0x1c) +[D] sys32_call_table[330]: Symbol("compat_sys_preadv" at 0xa800000000313d40, type=FUNC, size=0x108) +[D] sys32_call_table[331]: Symbol("compat_sys_pwritev" at 0xa800000000313fa8, type=FUNC, size=0x108) +[D] sys32_call_table[332]: Symbol("compat_sys_rt_tgsigqueueinfo" at 0xa8000000000662d8, type=FUNC, size=0xa8) +[D] sys32_call_table[333]: Symbol("sys_perf_event_open" at 0xa8000000002471c8, type=FUNC, size=0x10) +[D] sys32_call_table[334]: Symbol("sys_accept4" at 0xa80000000074cc90, type=FUNC, size=0x20) +[D] sys32_call_table[335]: Symbol("compat_sys_recvmmsg_time32" at 0xa8000000007ee5a8, type=FUNC, size=0x34) +[D] sys32_call_table[336]: Symbol("sys_fanotify_init" at 0xa800000000385188, type=FUNC, size=0x3c8) +[D] sys32_call_table[337]: Symbol("compat_sys_fanotify_mark" at 0xa800000000385578, type=FUNC, size=0x38) +[D] sys32_call_table[338]: Symbol("sys_prlimit64" at 0xa80000000006b878, type=FUNC, size=0x324) +[D] sys32_call_table[339]: Symbol("sys_name_to_handle_at" at 0xa8000000003aaa58, type=FUNC, size=0x344) +[D] sys32_call_table[340]: Symbol("compat_sys_open_by_handle_at" at 0xa8000000003aadb0, type=FUNC, size=0xc) +[D] sys32_call_table[341]: Symbol("sys_clock_adjtime32" at 0xa80000000011b420, type=FUNC, size=0x8) +[D] sys32_call_table[342]: Symbol("sys_syncfs" at 0xa800000000366b38, type=FUNC, size=0xb0) +[D] sys32_call_table[343]: Symbol("compat_sys_sendmmsg" at 0xa8000000007ee4c8, type=FUNC, size=0x30) +[D] sys32_call_table[344]: Symbol("sys_setns" at 0xa8000000000806b8, type=FUNC, size=0x454) +[D] sys32_call_table[345]: Symbol("sys_process_vm_readv" at 0xa8000000002d2b80, type=FUNC, size=0xc) +[D] sys32_call_table[346]: Symbol("sys_process_vm_writev" at 0xa8000000002d2b90, type=FUNC, size=0xc) +[D] sys32_call_table[347]: Symbol("sys_kcmp" at 0xa800000000102910, type=FUNC, size=0x5e0) +[D] sys32_call_table[348]: Symbol("sys_finit_module" at 0xa8000000000ff558, type=FUNC, size=0x360) +[D] sys32_call_table[349]: Symbol("sys_sched_setattr" at 0xa800000000094dc0, type=FUNC, size=0x390) +[D] sys32_call_table[350]: Symbol("sys_sched_getattr" at 0xa800000000095300, type=FUNC, size=0x1e0) +[D] sys32_call_table[351]: Symbol("sys_renameat2" at 0xa80000000032e888, type=FUNC, size=0x84) +[D] sys32_call_table[352]: Symbol("sys_seccomp" at 0xa8000000001554f8, type=FUNC, size=0xc) +[D] sys32_call_table[353]: Symbol("sys_getrandom" at 0xa80000000065ff50, type=FUNC, size=0x128) +[D] sys32_call_table[354]: Symbol("sys_memfd_create" at 0xa80000000030c2e0, type=FUNC, size=0x344) +[D] sys32_call_table[355]: Symbol("sys_bpf" at 0xa8000000001bb4d0, type=FUNC, size=0x28) +[D] sys32_call_table[356]: Symbol("compat_sys_execveat" at 0xa800000000321488, type=FUNC, size=0x6c) +[D] sys32_call_table[357]: Symbol("sys_userfaultfd" at 0xa8000000003900a0, type=FUNC, size=0x6c) +[D] sys32_call_table[358]: Symbol("sys_membarrier" at 0xa8000000000bbf10, type=FUNC, size=0x53c) +[D] sys32_call_table[359]: Symbol("sys_mlock2" at 0xa8000000002b5be8, type=FUNC, size=0x58) +[D] sys32_call_table[360]: Symbol("sys_copy_file_range" at 0xa800000000314e98, type=FUNC, size=0x2d8) +[D] sys32_call_table[361]: Symbol("compat_sys_preadv2" at 0xa800000000313e48, type=FUNC, size=0x160) +[D] sys32_call_table[362]: Symbol("compat_sys_pwritev2" at 0xa8000000003140b0, type=FUNC, size=0x160) +[D] sys32_call_table[363]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[364]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[365]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[366]: Symbol("sys_statx" at 0xa80000000031d590, type=FUNC, size=0xb0) +[D] sys32_call_table[367]: Symbol("sys_rseq" at 0xa800000000250a20, type=FUNC, size=0x1e8) +[D] sys32_call_table[368]: Symbol("compat_sys_io_pgetevents" at 0xa800000000395580, type=FUNC, size=0x224) +[D] sys32_call_table[369]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[370]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[371]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[372]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[373]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[374]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[375]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[376]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[377]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[378]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[379]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[380]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[381]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[382]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[383]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[384]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[385]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[386]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[387]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[388]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[389]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[390]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[391]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[392]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[393]: Symbol("sys_semget" at 0xa800000000523a18, type=FUNC, size=0xc8) +[D] sys32_call_table[394]: Symbol("compat_sys_semctl" at 0xa800000000523bf0, type=FUNC, size=0x18) +[D] sys32_call_table[395]: Symbol("sys_shmget" at 0xa800000000527bb8, type=FUNC, size=0xa8) +[D] sys32_call_table[396]: Symbol("compat_sys_shmctl" at 0xa800000000527d48, type=FUNC, size=0x10) +[D] sys32_call_table[397]: Symbol("compat_sys_shmat" at 0xa800000000528320, type=FUNC, size=0x74) +[D] sys32_call_table[398]: Symbol("sys_shmdt" at 0xa800000000528640, type=FUNC, size=0x8) +[D] sys32_call_table[399]: Symbol("sys_msgget" at 0xa800000000520238, type=FUNC, size=0xa0) +[D] sys32_call_table[400]: Symbol("compat_sys_msgsnd" at 0xa8000000005204c8, type=FUNC, size=0x38) +[D] sys32_call_table[401]: Symbol("compat_sys_msgrcv" at 0xa800000000520570, type=FUNC, size=0x34) +[D] sys32_call_table[402]: Symbol("compat_sys_msgctl" at 0xa8000000005203c0, type=FUNC, size=0x10) +[D] sys32_call_table[403]: Symbol("sys_clock_gettime" at 0xa80000000011ae88, type=FUNC, size=0x130) +[D] sys32_call_table[404]: Symbol("sys_clock_settime" at 0xa80000000011ad50, type=FUNC, size=0x138) +[D] sys32_call_table[405]: Symbol("sys_clock_adjtime" at 0xa80000000011b078, type=FUNC, size=0x8) +[D] sys32_call_table[406]: Symbol("sys_clock_getres" at 0xa80000000011b080, type=FUNC, size=0x138) +[D] sys32_call_table[407]: Symbol("sys_clock_nanosleep" at 0xa80000000011b570, type=FUNC, size=0x1b8) +[D] sys32_call_table[408]: Symbol("sys_timer_gettime" at 0xa80000000011a5c8, type=FUNC, size=0x98) +[D] sys32_call_table[409]: Symbol("sys_timer_settime" at 0xa80000000011a798, type=FUNC, size=0x10c) +[D] sys32_call_table[410]: Symbol("sys_timerfd_gettime" at 0xa80000000038add0, type=FUNC, size=0x90) +[D] sys32_call_table[411]: Symbol("sys_timerfd_settime" at 0xa80000000038acf0, type=FUNC, size=0xe0) +[D] sys32_call_table[412]: Symbol("sys_utimensat" at 0xa800000000367800, type=FUNC, size=0x100) +[D] sys32_call_table[413]: Symbol("compat_sys_pselect6_time64" at 0xa8000000003358f8, type=FUNC, size=0x19c) +[D] sys32_call_table[414]: Symbol("compat_sys_ppoll_time64" at 0xa800000000335d58, type=FUNC, size=0x120) +[D] sys32_call_table[415]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[416]: Symbol("sys_io_pgetevents" at 0xa800000000395240, type=FUNC, size=0x224) +[D] sys32_call_table[417]: Symbol("compat_sys_recvmmsg_time64" at 0xa8000000007ee578, type=FUNC, size=0x30) +[D] sys32_call_table[418]: Symbol("sys_mq_timedsend" at 0xa80000000052bcf8, type=FUNC, size=0xe8) +[D] sys32_call_table[419]: Symbol("sys_mq_timedreceive" at 0xa80000000052bde0, type=FUNC, size=0xe8) +[D] sys32_call_table[420]: Symbol("sys_semtimedop" at 0xa800000000524db0, type=FUNC, size=0xe0) +[D] sys32_call_table[421]: Symbol("compat_sys_rt_sigtimedwait_time64" at 0xa800000000065800, type=FUNC, size=0x110) +[D] sys32_call_table[422]: Symbol("sys_futex" at 0xa800000000125bb0, type=FUNC, size=0x1a0) +[D] sys32_call_table[423]: Symbol("sys_sched_rr_get_interval" at 0xa800000000095890, type=FUNC, size=0x90) +[D] sys32_call_table[424]: Symbol("sys_pidfd_send_signal" at 0xa800000000065cb8, type=FUNC, size=0x2e4) +[D] sys32_call_table[425]: Symbol("sys_io_uring_setup" at 0xa8000000005a9060, type=FUNC, size=0xc0) +[D] sys32_call_table[426]: Symbol("sys_io_uring_enter" at 0xa8000000005a81a0, type=FUNC, size=0xe98) +[D] sys32_call_table[427]: Symbol("sys_io_uring_register" at 0xa8000000005bd958, type=FUNC, size=0xca4) +[D] sys32_call_table[428]: Symbol("sys_open_tree" at 0xa80000000034c5f0, type=FUNC, size=0x40c) +[D] sys32_call_table[429]: Symbol("sys_move_mount" at 0xa80000000034e4b0, type=FUNC, size=0x410) +[D] sys32_call_table[430]: Symbol("sys_fsopen" at 0xa80000000036d178, type=FUNC, size=0x1a0) +[D] sys32_call_table[431]: Symbol("sys_fsconfig" at 0xa80000000036d500, type=FUNC, size=0x5c4) +[D] sys32_call_table[432]: Symbol("sys_fsmount" at 0xa80000000034e0f8, type=FUNC, size=0x3b4) +[D] sys32_call_table[433]: Symbol("sys_fspick" at 0xa80000000036d318, type=FUNC, size=0x1e8) +[D] sys32_call_table[434]: Symbol("sys_pidfd_open" at 0xa80000000007aa28, type=FUNC, size=0x148) +[D] sys32_call_table[435]: Symbol("__sys_clone3" at 0xa800000000028450, type=FUNC, size=0x28) +[D] sys32_call_table[436]: Symbol("sys_close_range" at 0xa80000000030ffe8, type=FUNC, size=0x24) +[D] sys32_call_table[437]: Symbol("sys_openat2" at 0xa80000000030fc38, type=FUNC, size=0x14c) +[D] sys32_call_table[438]: Symbol("sys_pidfd_getfd" at 0xa80000000007ab70, type=FUNC, size=0x1d8) +[D] sys32_call_table[439]: Symbol("sys_faccessat2" at 0xa80000000030e400, type=FUNC, size=0x10) +[D] sys32_call_table[440]: Symbol("sys_process_madvise" at 0xa8000000002f1510, type=FUNC, size=0x10) +[D] sys32_call_table[441]: Symbol("compat_sys_epoll_pwait2" at 0xa8000000003889a8, type=FUNC, size=0x100) +[D] sys32_call_table[442]: Symbol("sys_mount_setattr" at 0xa80000000034ee70, type=FUNC, size=0x9d8) +[D] sys32_call_table[443]: Symbol("sys_quotactl_fd" at 0xa8000000003be310, type=FUNC, size=0x260) +[D] sys32_call_table[444]: Symbol("sys_landlock_create_ruleset" at 0xa800000000544b28, type=FUNC, size=0x220) +[D] sys32_call_table[445]: Symbol("sys_landlock_add_rule" at 0xa800000000544d48, type=FUNC, size=0x340) +[D] sys32_call_table[446]: Symbol("sys_landlock_restrict_self" at 0xa800000000545088, type=FUNC, size=0x180) +[D] sys32_call_table[447]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[448]: Symbol("sys_process_mrelease" at 0xa80000000025fa90, type=FUNC, size=0x270) +[D] sys32_call_table[449]: Symbol("sys_futex_waitv" at 0xa800000000126068, type=FUNC, size=0x214) +[D] sys32_call_table[450]: Symbol("sys_set_mempolicy_home_node" at 0xa8000000003017d8, type=FUNC, size=0x2b0) +[D] sys32_call_table[451]: Symbol("sys_cachestat" at 0xa80000000025a938, type=FUNC, size=0x210) +[D] sys32_call_table[452]: Symbol("sys_fchmodat2" at 0xa80000000030e9a0, type=FUNC, size=0x10c) +[D] sys32_call_table[453]: Symbol("sys_ni_syscall" at 0xa80000000007ff70, type=FUNC, size=0x8) +[D] sys32_call_table[454]: Symbol("sys_futex_wake" at 0xa800000000126280, type=FUNC, size=0xa8) +[D] sys32_call_table[455]: Symbol("sys_futex_wait" at 0xa800000000126328, type=FUNC, size=0x188) +[D] sys32_call_table[456]: Symbol("sys_futex_requeue" at 0xa8000000001264b0, type=FUNC, size=0x10) +[D] sys32_call_table[457]: Symbol("sys_statmount" at 0xa80000000034f898, type=FUNC, size=0x8) +[D] sys32_call_table[458]: Symbol("sys_listmount" at 0xa80000000034f8a0, type=FUNC, size=0x410) +[D] sys32_call_table[459]: Symbol("sys_lsm_get_self_attr" at 0xa80000000053a448, type=FUNC, size=0x20) +[D] sys32_call_table[460]: Symbol("sys_lsm_set_self_attr" at 0xa80000000053a428, type=FUNC, size=0x20) +[D] sys32_call_table[461]: Symbol("sys_lsm_list_modules" at 0xa80000000053a468, type=FUNC, size=0xec) +[I] Common syscall symbol prefixes: compat_sys_, compat_, sys_ +[I] 64 syscall table entries point to sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000035d68', '0xa800000000051070', '0xa800000000028400', '0xa8000000003133b8', '0xa800000000313508', '0xa80000000030fd88', '0xa80000000030ff60', '0xa8000000000520a0', '0xa80000000030fee8', '0xa80000000032e238', '0xa80000000032dc38', '0xa800000000321438', '0xa80000000030e428', '0xa800000000105548', '0xa80000000032d3a8', '0xa80000000030eba8', '0xa80000000030f158', '0xa800000000311bf8', '0xa80000000006a620', '0xa80000000034de30', '0xa80000000034ad80', '0xa800000000069968', '0xa80000000006a6a0', '0xa8000000001055b0', '0xa80000000005cc38', '0xa80000000011efd8', '0xa800000000067080', '0xa800000000367a00', '0xa80000000030e410', '0xa8000000000948c8', '0xa800000000366a70', '0xa800000000065a20', '0xa80000000032e988', '0xa80000000032d5f8', '0xa80000000032d828', '0xa8000000003446b0', '0xa8000000000284a0', '0xa80000000006a888', '0xa8000000002bc680', '0xa800000000069550', '0xa80000000006a720', '0xa80000000006a6e0', '0xa80000000006a760', '0xa80000000012f450', '0xa80000000034acd8', '0xa800000000331e80', '0xa80000000032ffe0', '0xa80000000006aa60', '0xa80000000006ae80', '0xa80000000006c188', '0xa80000000030e610', '0xa80000000036a2d8', '0xa800000000344590', '0xa80000000006a670', '0xa80000000006ac90', '0xa80000000006ae50', '0xa8000000000346e0', '0xa800000000066ff0', '0xa800000000067000', '0xa800000000069818', '0xa800000000069428', '0xa8000000000346c0', '0xa800000000066a30', '0xa80000000006b060', '0xa80000000006b600', '0xa80000000006b730', '0xa80000000006c180', '0xa800000000105a40', '0xa800000000105b88', '0xa800000000087d30', '0xa800000000087e18', '0xa80000000032de38', '0xa80000000031d478', '0xa80000000031ffa0', '0xa8000000002fa578', '0xa800000000084d88', '0xa800000000332ef0', '0xa800000000028528', '0xa8000000002bb2d0', '0xa80000000030de98', '0xa80000000030e258', '0xa80000000030e918', '0xa80000000030f3a8', '0xa800000000068fc0', '0xa800000000068c40', '0xa80000000036a118', '0xa80000000036a120', '0xa8000000007ee5e0', '0xa8000000000c2410', '0xa80000000011f2a0', '0xa80000000011ee98', '0xa80000000031d640', '0xa80000000031d648', '0xa80000000031d660', '0xa80000000006ae78', '0xa800000000310010', '0xa8000000000520b0', '0xa8000000002f94d8', '0xa80000000006cb38', '0xa800000000528c38', '0xa800000000366be8', '0xa800000000037190', '0xa800000000028428', '0xa80000000006b350', '0xa80000000006ae70', '0xa8000000001060a0', '0xa8000000002c0718', '0xa8000000001333d0', '0xa8000000000ff550', '0xa8000000000ff9f0', '0xa8000000003bde20', '0xa80000000006ac08', '0xa80000000030e530', '0xa800000000344e40', '0xa800000000033ee8', '0xa80000000006a508', '0xa80000000006a618', '0xa800000000033e98', '0xa800000000332ff8', '0xa800000000335808', '0xa80000000039d510', '0xa8000000002c1e70', '0xa8000000003138c0', '0xa8000000003138c8', '0xa800000000039c58', '0xa8000000000286e8', '0xa800000000028478', '0xa80000000006acb8', '0xa800000000366c80', '0xa8000000002b5bc8', '0xa8000000002b5c40', '0xa8000000002b5d98', '0xa8000000002b6020', '0xa800000000094d98', '0xa8000000000951f8', '0xa800000000094d68', '0xa800000000095150', '0xa800000000095750', '0xa8000000000957e0', '0xa800000000095838', '0xa800000000095920', '0xa80000000010e288', '0xa8000000002c1e60', '0xa80000000074ccb0', '0xa80000000074c870', '0xa80000000074ce98', '0xa80000000074d108', '0xa80000000074cfc0', '0xa80000000074d738', '0xa80000000074c988', '0xa8000000007ee510', '0xa8000000007ee548', '0xa8000000007ee4f8', '0xa80000000074d2f8', '0xa8000000007ee4b0', '0xa80000000074d2d0', '0xa80000000074d600', '0xa80000000074d880', '0xa80000000074c450', '0xa80000000074c730', '0xa800000000069df8', '0xa800000000069e08', '0xa800000000335590', '0xa80000000006a308', '0xa80000000006a318', '0xa80000000006c1d0', '0xa800000000037088', '0xa800000000066da8', '0xa800000000061718', '0xa800000000061928', '0xa800000000065910', '0xa800000000066128', '0xa8000000000671b8', '0xa800000000033eb8', '0xa800000000033ed0', '0xa80000000030f040', '0xa800000000368890', '0xa80000000005a188', '0xa80000000005a380', '0xa800000000066908', '0xa8000000003143e8', '0xa800000000028548', '0xa800000000033e60', '0xa800000000033e78', '0xa80000000031d430', '0xa80000000031d438', '0xa80000000031d450', '0xa80000000034e910', '0xa8000000002b2fe0', '0xa8000000002f14e0', '0xa800000000332d78', '0xa80000000032ffd0', '0xa80000000006a648', '0xa800000000033f70', '0xa800000000354728', '0xa800000000354748', '0xa800000000354768', '0xa800000000354cb8', '0xa800000000354cc0', '0xa800000000354cc8', '0xa800000000354d90', '0xa800000000354d98', '0xa800000000354da0', '0xa800000000354e48', '0xa800000000354e68', '0xa800000000354e88', '0xa800000000065fe0', '0xa8000000003142e8', '0xa8000000001265e0', '0xa800000000133840', '0xa8000000001339c0', '0xa800000000394748', '0xa8000000003948f8', '0xa800000000395468', '0xa800000000394cf8', '0xa800000000394f60', '0xa800000000051120', '0xa8000000003872a8', '0xa800000000388398', '0xa800000000388480', '0xa8000000002be100', '0xa800000000047c58', '0xa800000000061198', '0xa800000000033fc8', '0xa80000000036a1e0', '0xa80000000036a2b8', '0xa80000000011a500', '0xa80000000011a8a8', '0xa80000000011a660', '0xa80000000011a6f8', '0xa80000000011a9b0', '0xa80000000011b1b8', '0xa80000000011b2f0', '0xa80000000011b428', '0xa80000000011b728', '0xa800000000065fa0', '0xa800000000367bf8', '0xa800000000302130', '0xa8000000002ffd20', '0xa8000000002ff9a8', '0xa80000000052bfb0', '0xa80000000052bbb8', '0xa80000000052c1d0', '0xa80000000052c2c0', '0xa80000000052c108', '0xa80000000052c1c8', '0xa8000000000520c0', '0xa800000000531ba0', '0xa800000000531dd0', '0xa8000000005375b0', '0xa800000000028550', '0xa800000000380030', '0xa800000000380050', '0xa800000000380518', '0xa8000000002ffa88', '0xa80000000030fe38', '0xa80000000032d5a8', '0xa80000000032d348', '0xa80000000030f018', '0xa800000000367bf0', '0xa80000000031d440', '0xa80000000032dba8', '0xa80000000032e910', '0xa80000000032e1b0', '0xa80000000032ddd8', '0xa80000000031d458', '0xa80000000030eab0', '0xa80000000030e3f0', '0xa800000000335a98', '0xa800000000335c38', '0xa80000000004a3f8', '0xa800000000365cf8', '0xa800000000033f88', '0xa8000000003664b0', '0xa800000000365ce8', '0xa800000000307240', '0xa8000000001264c0', '0xa8000000001264e8', '0xa8000000001330f8', '0xa80000000006ca48', '0xa800000000388830', '0xa80000000058f208', '0xa80000000058f4e0', '0xa800000000367ae8', '0xa800000000389af8', '0xa80000000038bd98', '0xa800000000034008', '0xa80000000038ab18', '0xa80000000038af40', '0xa80000000038ae60', '0xa800000000389a50', '0xa80000000038bd78', '0xa800000000387288', '0xa800000000344568', '0xa8000000003238a8', '0xa800000000380010', '0xa800000000313d40', '0xa800000000313fa8', '0xa8000000000662d8', '0xa8000000002471c8', '0xa80000000074cc90', '0xa8000000007ee5a8', '0xa800000000385188', '0xa800000000385578', '0xa80000000006b878', '0xa8000000003aaa58', '0xa8000000003aadb0', '0xa80000000011b420', '0xa800000000366b38', '0xa8000000007ee4c8', '0xa8000000000806b8', '0xa8000000002d2b80', '0xa8000000002d2b90', '0xa800000000102910', '0xa8000000000ff558', '0xa800000000094dc0', '0xa800000000095300', '0xa80000000032e888', '0xa8000000001554f8', '0xa80000000065ff50', '0xa80000000030c2e0', '0xa8000000001bb4d0', '0xa800000000321488', '0xa8000000003900a0', '0xa8000000000bbf10', '0xa8000000002b5be8', '0xa800000000314e98', '0xa800000000313e48', '0xa8000000003140b0', '0xa80000000031d590', '0xa800000000250a20', '0xa800000000395580', '0xa800000000523a18', '0xa800000000523bf0', '0xa800000000527bb8', '0xa800000000527d48', '0xa800000000528320', '0xa800000000528640', '0xa800000000520238', '0xa8000000005204c8', '0xa800000000520570', '0xa8000000005203c0', '0xa80000000011ae88', '0xa80000000011ad50', '0xa80000000011b078', '0xa80000000011b080', '0xa80000000011b570', '0xa80000000011a5c8', '0xa80000000011a798', '0xa80000000038add0', '0xa80000000038acf0', '0xa800000000367800', '0xa8000000003358f8', '0xa800000000335d58', '0xa800000000395240', '0xa8000000007ee578', '0xa80000000052bcf8', '0xa80000000052bde0', '0xa800000000524db0', '0xa800000000065800', '0xa800000000125bb0', '0xa800000000095890', '0xa800000000065cb8', '0xa8000000005a9060', '0xa8000000005a81a0', '0xa8000000005bd958', '0xa80000000034c5f0', '0xa80000000034e4b0', '0xa80000000036d178', '0xa80000000036d500', '0xa80000000034e0f8', '0xa80000000036d318', '0xa80000000007aa28', '0xa800000000028450', '0xa80000000030ffe8', '0xa80000000030fc38', '0xa80000000007ab70', '0xa80000000030e400', '0xa8000000002f1510', '0xa8000000003889a8', '0xa80000000034ee70', '0xa8000000003be310', '0xa800000000544b28', '0xa800000000544d48', '0xa800000000545088', '0xa80000000025fa90', '0xa800000000126068', '0xa8000000003017d8', '0xa80000000025a938', '0xa80000000030e9a0', '0xa800000000126280', '0xa800000000126328', '0xa8000000001264b0', '0xa80000000034f898', '0xa80000000034f8a0', '0xa80000000053a448', '0xa80000000053a428', '0xa80000000053a468'] +[D] Location needs adjustment (bad): sys32_syscall (sys32_syscall) -> arch/mips/kernel/scall64-o32.S:195 +[D] Location needs adjustment (invalid): fork (__sys_fork) -> None:None +[D] Location needs adjustment (bad): link (sys_link) -> fs/namei.c:217 +[D] Location needs adjustment (bad): unlink (sys_unlink) -> fs/namei.c:217 +[D] Location needs adjustment (bad): rename (sys_rename) -> fs/namei.c:217 +[D] Location needs adjustment (bad): mkdir (sys_mkdir) -> fs/namei.c:217 +[D] Location needs adjustment (bad): rmdir (sys_rmdir) -> fs/namei.c:217 +[D] Location needs adjustment (bad): symlink (sys_symlink) -> fs/namei.c:217 +[D] Location needs adjustment (invalid): clone (__sys_clone) -> None:None +[D] Location needs adjustment (invalid): sysmips (__sys_sysmips) -> None:None +[D] Location needs adjustment (bad): munlock (sys_munlock) -> arch/mips/include/asm/atomic.h:37 +[D] Location needs adjustment (bad): munlockall (sys_munlockall) -> arch/mips/include/asm/atomic.h:37 +[D] Location needs adjustment (bad): recv (compat_sys_recv) -> net/compat.c:384 +[D] Location needs adjustment (bad): recvfrom (compat_sys_recvfrom) -> net/compat.c:384 +[D] Location needs adjustment (bad): io_setup (compat_sys_io_setup) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): io_cancel (sys_io_cancel) -> include/asm-generic/access_ok.h:31 +[D] Location needs adjustment (bad): sendmmsg (compat_sys_sendmmsg) -> net/compat.c:356 +[D] Location needs adjustment (bad): msgsnd (compat_sys_msgsnd) -> include/linux/compat.h:976 +[D] Location needs adjustment (bad): msgrcv (compat_sys_msgrcv) -> ipc/msg.c:1291 +[D] Location needs adjustment (bad): io_uring_setup (sys_io_uring_setup) -> io_uring/io_uring.c:4059 +[D] Location needs adjustment (invalid): clone3 (__sys_clone3) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa80000000002844f', '0xa800000000028477', '0xa800000000028427', '0xa80000000039514f', '0xa8000000003948f7', '0xa8000000005a911f', '0xa80000000032e28f', '0xa80000000032d633', '0xa8000000005205a3', '0xa8000000005204ff', '0xa8000000002b5d97', '0xa8000000002b6143', '0xa8000000007ee547', '0xa8000000007ee577', '0xa80000000032e9df', '0xa80000000032d853', '0xa8000000007ee4f7', '0xa80000000032de8f', '0xa800000000035dcf', '0xa80000000002849f', '0xa80000000032dc63'] +[D] Location needs full-range adjustment (invalid): clone (__sys_clone+0x27) -> None:None +[D] Location needs full-range adjustment (invalid): clone3 (__sys_clone3+0x27) -> None:None +[D] Location needs full-range adjustment (invalid): fork (__sys_fork+0x27) -> None:None +[D] Location needs full-range adjustment (bad): msgrcv (compat_sys_msgrcv+0x33) -> ipc/msg.c:1291 +[D] Location needs full-range adjustment (bad): munlockall (sys_munlockall+0x123) -> include/linux/mmap_lock.h:39 +[D] Location needs full-range adjustment (bad): sys32_syscall (sys32_syscall+0x67) -> arch/mips/kernel/scall64-o32.S:213 +[D] Location needs full-range adjustment (invalid): sysmips (__sys_sysmips+0x27) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028429', '0xa80000000002842a', '0xa80000000002842b', '0xa80000000002842c', '0xa80000000002842d', '0xa80000000002842e', '0xa80000000002842f', '0xa800000000028430', '0xa800000000028431', '0xa800000000028432', '0xa800000000028433', '0xa800000000028434', '0xa800000000028435', '0xa800000000028436', '0xa800000000028437', '0xa800000000028438', '0xa800000000028439', '0xa80000000002843a', '0xa80000000002843b', '0xa80000000002843c', '0xa80000000002843d', '0xa80000000002843e', '0xa80000000002843f', '0xa800000000028440', '0xa800000000028441', '0xa800000000028442', '0xa800000000028443', '0xa800000000028444', '0xa800000000028445', '0xa800000000028446', '0xa800000000028447', '0xa800000000028448', '0xa800000000028449', '0xa80000000002844a', '0xa80000000002844b', '0xa80000000002844c', '0xa80000000002844d'] +[D] Location needs grepping (invalid): clone (__sys_clone) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028451', '0xa800000000028452', '0xa800000000028453', '0xa800000000028454', '0xa800000000028455', '0xa800000000028456', '0xa800000000028457', '0xa800000000028458', '0xa800000000028459', '0xa80000000002845a', '0xa80000000002845b', '0xa80000000002845c', '0xa80000000002845d', '0xa80000000002845e', '0xa80000000002845f', '0xa800000000028460', '0xa800000000028461', '0xa800000000028462', '0xa800000000028463', '0xa800000000028464', '0xa800000000028465', '0xa800000000028466', '0xa800000000028467', '0xa800000000028468', '0xa800000000028469', '0xa80000000002846a', '0xa80000000002846b', '0xa80000000002846c', '0xa80000000002846d', '0xa80000000002846e', '0xa80000000002846f', '0xa800000000028470', '0xa800000000028471', '0xa800000000028472', '0xa800000000028473', '0xa800000000028474', '0xa800000000028475'] +[D] Location needs grepping (invalid): clone3 (__sys_clone3) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028401', '0xa800000000028402', '0xa800000000028403', '0xa800000000028404', '0xa800000000028405', '0xa800000000028406', '0xa800000000028407', '0xa800000000028408', '0xa800000000028409', '0xa80000000002840a', '0xa80000000002840b', '0xa80000000002840c', '0xa80000000002840d', '0xa80000000002840e', '0xa80000000002840f', '0xa800000000028410', '0xa800000000028411', '0xa800000000028412', '0xa800000000028413', '0xa800000000028414', '0xa800000000028415', '0xa800000000028416', '0xa800000000028417', '0xa800000000028418', '0xa800000000028419', '0xa80000000002841a', '0xa80000000002841b', '0xa80000000002841c', '0xa80000000002841d', '0xa80000000002841e', '0xa80000000002841f', '0xa800000000028420', '0xa800000000028421', '0xa800000000028422', '0xa800000000028423', '0xa800000000028424', '0xa800000000028425'] +[D] Location needs grepping (invalid): fork (__sys_fork) -> None:None +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000520571', '0xa800000000520572', '0xa800000000520573', '0xa800000000520574', '0xa800000000520575', '0xa800000000520576', '0xa800000000520577', '0xa800000000520578', '0xa800000000520579', '0xa80000000052057a', '0xa80000000052057b', '0xa80000000052057c', '0xa80000000052057d', '0xa80000000052057e', '0xa80000000052057f', '0xa800000000520580', '0xa800000000520581', '0xa800000000520582', '0xa800000000520583', '0xa800000000520584', '0xa800000000520585', '0xa800000000520586', '0xa800000000520587', '0xa800000000520588', '0xa800000000520589', '0xa80000000052058a', '0xa80000000052058b', '0xa80000000052058c', '0xa80000000052058d', '0xa80000000052058e', '0xa80000000052058f', '0xa800000000520590', '0xa800000000520591', '0xa800000000520592', '0xa800000000520593', '0xa800000000520594', '0xa800000000520595', '0xa800000000520596', '0xa800000000520597', '0xa800000000520598', '0xa800000000520599', '0xa80000000052059a', '0xa80000000052059b', '0xa80000000052059c', '0xa80000000052059d', '0xa80000000052059e', '0xa80000000052059f', '0xa8000000005205a0', '0xa8000000005205a1'] +[D] Location found through full-range adjustment: msgrcv (compat_sys_msgrcv+0x1c) -> ipc/msg.c:1298 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa8000000002b6021', '0xa8000000002b6022', '0xa8000000002b6023', '0xa8000000002b6024', '0xa8000000002b6025', '0xa8000000002b6026', '0xa8000000002b6027', '0xa8000000002b6028', '0xa8000000002b6029', '0xa8000000002b602a', '0xa8000000002b602b', '0xa8000000002b602c', '0xa8000000002b602d', '0xa8000000002b602e', '0xa8000000002b602f', '0xa8000000002b6030', '0xa8000000002b6031', '0xa8000000002b6032', '0xa8000000002b6033', '0xa8000000002b6034', '0xa8000000002b6035', '0xa8000000002b6036', '0xa8000000002b6037', '0xa8000000002b6038', '0xa8000000002b6039', '0xa8000000002b603a', '0xa8000000002b603b', '0xa8000000002b603c', '0xa8000000002b603d', '0xa8000000002b603e', '0xa8000000002b603f', '0xa8000000002b6040', '0xa8000000002b6041', '0xa8000000002b6042', '0xa8000000002b6043', '0xa8000000002b6044', '0xa8000000002b6045', '0xa8000000002b6046', '0xa8000000002b6047', '0xa8000000002b6048', '0xa8000000002b6049', '0xa8000000002b604a', '0xa8000000002b604b', '0xa8000000002b604c', '0xa8000000002b604d', '0xa8000000002b604e', '0xa8000000002b604f', '0xa8000000002b6050', '0xa8000000002b6051', '0xa8000000002b6052', '0xa8000000002b6053', '0xa8000000002b6054', '0xa8000000002b6055', '0xa8000000002b6056', '0xa8000000002b6057', '0xa8000000002b6058', '0xa8000000002b6059', '0xa8000000002b605a', '0xa8000000002b605b', '0xa8000000002b605c', '0xa8000000002b605d', '0xa8000000002b605e', '0xa8000000002b605f', '0xa8000000002b6060', '0xa8000000002b6061', '0xa8000000002b6062', '0xa8000000002b6063', '0xa8000000002b6064', '0xa8000000002b6065', '0xa8000000002b6066', '0xa8000000002b6067', '0xa8000000002b6068', '0xa8000000002b6069', '0xa8000000002b606a', '0xa8000000002b606b', '0xa8000000002b606c', '0xa8000000002b606d', '0xa8000000002b606e', '0xa8000000002b606f', '0xa8000000002b6070', '0xa8000000002b6071', '0xa8000000002b6072', '0xa8000000002b6073', '0xa8000000002b6074', '0xa8000000002b6075', '0xa8000000002b6076', '0xa8000000002b6077', '0xa8000000002b6078', '0xa8000000002b6079', '0xa8000000002b607a', '0xa8000000002b607b', '0xa8000000002b607c', '0xa8000000002b607d', '0xa8000000002b607e', '0xa8000000002b607f', '0xa8000000002b6080', '0xa8000000002b6081', '0xa8000000002b6082', '0xa8000000002b6083', '0xa8000000002b6084', '0xa8000000002b6085', '0xa8000000002b6086', '0xa8000000002b6087', '0xa8000000002b6088', '0xa8000000002b6089', '0xa8000000002b608a', '0xa8000000002b608b', '0xa8000000002b608c', '0xa8000000002b608d', '0xa8000000002b608e', '0xa8000000002b608f', '0xa8000000002b6090', '0xa8000000002b6091', '0xa8000000002b6092', '0xa8000000002b6093', '0xa8000000002b6094', '0xa8000000002b6095', '0xa8000000002b6096', '0xa8000000002b6097', '0xa8000000002b6098', '0xa8000000002b6099', '0xa8000000002b609a', '0xa8000000002b609b', '0xa8000000002b609c', '0xa8000000002b609d', '0xa8000000002b609e', '0xa8000000002b609f', '0xa8000000002b60a0', '0xa8000000002b60a1', '0xa8000000002b60a2', '0xa8000000002b60a3', '0xa8000000002b60a4', '0xa8000000002b60a5', '0xa8000000002b60a6', '0xa8000000002b60a7', '0xa8000000002b60a8', '0xa8000000002b60a9', '0xa8000000002b60aa', '0xa8000000002b60ab', '0xa8000000002b60ac', '0xa8000000002b60ad', '0xa8000000002b60ae', '0xa8000000002b60af', '0xa8000000002b60b0', '0xa8000000002b60b1', '0xa8000000002b60b2', '0xa8000000002b60b3', '0xa8000000002b60b4', '0xa8000000002b60b5', '0xa8000000002b60b6', '0xa8000000002b60b7', '0xa8000000002b60b8', '0xa8000000002b60b9', '0xa8000000002b60ba', '0xa8000000002b60bb', '0xa8000000002b60bc', '0xa8000000002b60bd', '0xa8000000002b60be', '0xa8000000002b60bf', '0xa8000000002b60c0', '0xa8000000002b60c1', '0xa8000000002b60c2', '0xa8000000002b60c3', '0xa8000000002b60c4', '0xa8000000002b60c5', '0xa8000000002b60c6', '0xa8000000002b60c7', '0xa8000000002b60c8', '0xa8000000002b60c9', '0xa8000000002b60ca', '0xa8000000002b60cb', '0xa8000000002b60cc', '0xa8000000002b60cd', '0xa8000000002b60ce', '0xa8000000002b60cf', '0xa8000000002b60d0', '0xa8000000002b60d1', '0xa8000000002b60d2', '0xa8000000002b60d3', '0xa8000000002b60d4', '0xa8000000002b60d5', '0xa8000000002b60d6', '0xa8000000002b60d7', '0xa8000000002b60d8', '0xa8000000002b60d9', '0xa8000000002b60da', '0xa8000000002b60db', '0xa8000000002b60dc', '0xa8000000002b60dd', '0xa8000000002b60de', '0xa8000000002b60df', '0xa8000000002b60e0', '0xa8000000002b60e1', '0xa8000000002b60e2', '0xa8000000002b60e3', '0xa8000000002b60e4', '0xa8000000002b60e5', '0xa8000000002b60e6', '0xa8000000002b60e7', '0xa8000000002b60e8', '0xa8000000002b60e9', '0xa8000000002b60ea', '0xa8000000002b60eb', '0xa8000000002b60ec', '0xa8000000002b60ed', '0xa8000000002b60ee', '0xa8000000002b60ef', '0xa8000000002b60f0', '0xa8000000002b60f1', '0xa8000000002b60f2', '0xa8000000002b60f3', '0xa8000000002b60f4', '0xa8000000002b60f5', '0xa8000000002b60f6', '0xa8000000002b60f7', '0xa8000000002b60f8', '0xa8000000002b60f9', '0xa8000000002b60fa', '0xa8000000002b60fb', '0xa8000000002b60fc', '0xa8000000002b60fd', '0xa8000000002b60fe', '0xa8000000002b60ff', '0xa8000000002b6100', '0xa8000000002b6101', '0xa8000000002b6102', '0xa8000000002b6103', '0xa8000000002b6104', '0xa8000000002b6105', '0xa8000000002b6106', '0xa8000000002b6107', '0xa8000000002b6108', '0xa8000000002b6109', '0xa8000000002b610a', '0xa8000000002b610b', '0xa8000000002b610c', '0xa8000000002b610d', '0xa8000000002b610e', '0xa8000000002b610f', '0xa8000000002b6110', '0xa8000000002b6111', '0xa8000000002b6112', '0xa8000000002b6113', '0xa8000000002b6114', '0xa8000000002b6115', '0xa8000000002b6116', '0xa8000000002b6117', '0xa8000000002b6118', '0xa8000000002b6119', '0xa8000000002b611a', '0xa8000000002b611b', '0xa8000000002b611c', '0xa8000000002b611d', '0xa8000000002b611e', '0xa8000000002b611f', '0xa8000000002b6120', '0xa8000000002b6121', '0xa8000000002b6122', '0xa8000000002b6123', '0xa8000000002b6124', '0xa8000000002b6125', '0xa8000000002b6126', '0xa8000000002b6127', '0xa8000000002b6128', '0xa8000000002b6129', '0xa8000000002b612a', '0xa8000000002b612b', '0xa8000000002b612c', '0xa8000000002b612d', '0xa8000000002b612e', '0xa8000000002b612f', '0xa8000000002b6130', '0xa8000000002b6131', '0xa8000000002b6132', '0xa8000000002b6133', '0xa8000000002b6134', '0xa8000000002b6135', '0xa8000000002b6136', '0xa8000000002b6137', '0xa8000000002b6138', '0xa8000000002b6139', '0xa8000000002b613a', '0xa8000000002b613b', '0xa8000000002b613c', '0xa8000000002b613d', '0xa8000000002b613e', '0xa8000000002b613f', '0xa8000000002b6140', '0xa8000000002b6141'] +[D] Location found through full-range adjustment: munlockall (sys_munlockall+0x14) -> mm/mlock.c:783 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000035d69', '0xa800000000035d6a', '0xa800000000035d6b', '0xa800000000035d6c', '0xa800000000035d6d', '0xa800000000035d6e', '0xa800000000035d6f', '0xa800000000035d70', '0xa800000000035d71', '0xa800000000035d72', '0xa800000000035d73', '0xa800000000035d74', '0xa800000000035d75', '0xa800000000035d76', '0xa800000000035d77', '0xa800000000035d78', '0xa800000000035d79', '0xa800000000035d7a', '0xa800000000035d7b', '0xa800000000035d7c', '0xa800000000035d7d', '0xa800000000035d7e', '0xa800000000035d7f', '0xa800000000035d80', '0xa800000000035d81', '0xa800000000035d82', '0xa800000000035d83', '0xa800000000035d84', '0xa800000000035d85', '0xa800000000035d86', '0xa800000000035d87', '0xa800000000035d88', '0xa800000000035d89', '0xa800000000035d8a', '0xa800000000035d8b', '0xa800000000035d8c', '0xa800000000035d8d', '0xa800000000035d8e', '0xa800000000035d8f', '0xa800000000035d90', '0xa800000000035d91', '0xa800000000035d92', '0xa800000000035d93', '0xa800000000035d94', '0xa800000000035d95', '0xa800000000035d96', '0xa800000000035d97', '0xa800000000035d98', '0xa800000000035d99', '0xa800000000035d9a', '0xa800000000035d9b', '0xa800000000035d9c', '0xa800000000035d9d', '0xa800000000035d9e', '0xa800000000035d9f', '0xa800000000035da0', '0xa800000000035da1', '0xa800000000035da2', '0xa800000000035da3', '0xa800000000035da4', '0xa800000000035da5', '0xa800000000035da6', '0xa800000000035da7', '0xa800000000035da8', '0xa800000000035da9', '0xa800000000035daa', '0xa800000000035dab', '0xa800000000035dac', '0xa800000000035dad', '0xa800000000035dae', '0xa800000000035daf', '0xa800000000035db0', '0xa800000000035db1', '0xa800000000035db2', '0xa800000000035db3', '0xa800000000035db4', '0xa800000000035db5', '0xa800000000035db6', '0xa800000000035db7', '0xa800000000035db8', '0xa800000000035db9', '0xa800000000035dba', '0xa800000000035dbb', '0xa800000000035dbc', '0xa800000000035dbd', '0xa800000000035dbe', '0xa800000000035dbf', '0xa800000000035dc0', '0xa800000000035dc1', '0xa800000000035dc2', '0xa800000000035dc3', '0xa800000000035dc4', '0xa800000000035dc5', '0xa800000000035dc6', '0xa800000000035dc7', '0xa800000000035dc8', '0xa800000000035dc9', '0xa800000000035dca', '0xa800000000035dcb', '0xa800000000035dcc', '0xa800000000035dcd'] +[D] Location needs grepping (bad): sys32_syscall (sys32_syscall) -> arch/mips/kernel/scall64-o32.S:213 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-mips64-v6.8'), '0xa800000000028479', '0xa80000000002847a', '0xa80000000002847b', '0xa80000000002847c', '0xa80000000002847d', '0xa80000000002847e', '0xa80000000002847f', '0xa800000000028480', '0xa800000000028481', '0xa800000000028482', '0xa800000000028483', '0xa800000000028484', '0xa800000000028485', '0xa800000000028486', '0xa800000000028487', '0xa800000000028488', '0xa800000000028489', '0xa80000000002848a', '0xa80000000002848b', '0xa80000000002848c', '0xa80000000002848d', '0xa80000000002848e', '0xa80000000002848f', '0xa800000000028490', '0xa800000000028491', '0xa800000000028492', '0xa800000000028493', '0xa800000000028494', '0xa800000000028495', '0xa800000000028496', '0xa800000000028497', '0xa800000000028498', '0xa800000000028499', '0xa80000000002849a', '0xa80000000002849b', '0xa80000000002849c', '0xa80000000002849d'] +[D] Location needs grepping (invalid): sysmips (__sys_sysmips) -> None:None +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/mips', '--glob', '*.c', '\\b(COMPAT_)?SYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Location could not be found through grepping: syscall (orig name sys32_syscall) +[W] Location found through grepping: clone -> kernel/fork.c:3013 +[W] Location found through grepping: clone3 -> kernel/fork.c:3187 +[W] Location found through grepping: fork -> kernel/fork.c:2984 +[W] Location found through grepping: sysmips -> arch/mips/kernel/syscall.c:208 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +[D] Signature NOT found in ftrace metadata: syscall +[W] Potentially bad location for syscall (sys32_syscall): arch/mips/kernel/scall64-o32.S:213 (implemented in asm?) +[E] Unable to extract signature for syscall (sys32_syscall) +Found 398 implemented syscalls +Found 4 definition locations through grepping +Could not extract signature for 1 syscall + diff --git a/db/mips/64/o32/v6.8/table.json b/db/mips/64/o32/v6.8/table.json new file mode 100644 index 0000000..4f8df66 --- /dev/null +++ b/db/mips/64/o32/v6.8/table.json @@ -0,0 +1,7142 @@ +{ + "kernel": { + "abi": { + "bits": 32, + "calling_convention": { + "parameters": [ + "a0", + "a1", + "a2", + "a3", + "stack", + "stack", + "stack", + "stack" + ], + "syscall_nr": "v0" + }, + "compat": true, + "name": "o32" + }, + "architecture": { + "bits": 64, + "name": "mips" + }, + "syscall_table_symbol": "sys32_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "arch/mips/kernel/scall64-o32.S", + "good_location": false, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 213, + "name": "syscall", + "number": 4000, + "origname": "sys32_syscall", + "signature": null, + "symbol": "sys32_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 4001, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 4002, + "origname": "fork", + "signature": [], + "symbol": "__sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 4003, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4004, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1468, + "name": "open", + "number": 4005, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "compat_sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 4006, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1826, + "name": "waitpid", + "number": 4007, + "origname": "waitpid", + "signature": [ + "pid_t pid", + "int *stat_addr", + "int options" + ], + "symbol": "sys_waitpid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 4008, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 4009, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 4010, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2149, + "name": "execve", + "number": 4011, + "origname": "execve", + "signature": [ + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp" + ], + "symbol": "compat_sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 4012, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 105, + "name": "time", + "number": 4013, + "origname": "time32", + "signature": [ + "old_time32_t *tloc" + ], + "symbol": "sys_time32" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 4014, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 4015, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 4016, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 4019, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 4020, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 4021, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1932, + "name": "oldumount", + "number": 4022, + "origname": "oldumount", + "signature": [ + "char *name" + ], + "symbol": "sys_oldumount" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 4023, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 4024, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 119, + "name": "stime", + "number": 4025, + "origname": "stime32", + "signature": [ + "old_time32_t *tptr" + ], + "symbol": "sys_stime32" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1400, + "name": "ptrace", + "number": 4026, + "origname": "ptrace", + "signature": [ + "compat_long_t request", + "compat_long_t pid", + "compat_long_t addr", + "compat_long_t data" + ], + "symbol": "compat_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 4027, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 4029, + "origname": "pause", + "signature": [], + "symbol": "sys_pause" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": null, + "line": 236, + "name": "utime", + "number": 4030, + "origname": "utime32", + "signature": [ + "const char *filename", + "struct old_utimbuf32 *t" + ], + "symbol": "sys_utime32" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 4033, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 4034, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 4036, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 4037, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 4038, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 4039, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 4040, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 4041, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 52, + "name": "pipe", + "number": 4042, + "origname": "sysm_pipe", + "signature": [], + "symbol": "sysm_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1042, + "name": "times", + "number": 4043, + "origname": "times", + "signature": [ + "struct compat_tms *tbuf" + ], + "symbol": "compat_sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 4045, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 4046, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 4047, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 4049, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 4050, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 4051, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 4052, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 914, + "name": "ioctl", + "number": 4054, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 674, + "name": "fcntl", + "number": 4055, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 4057, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 1347, + "name": "olduname", + "number": 4059, + "origname": "olduname", + "signature": [ + "struct oldold_utsname *name" + ], + "symbol": "sys_olduname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 4060, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 4061, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 391, + "name": "ustat", + "number": 4062, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct compat_ustat *u" + ], + "symbol": "compat_sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 4063, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 4064, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 4065, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 4066, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal32.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 39, + "name": "sigaction", + "number": 4067, + "origname": "32_sigaction", + "signature": [ + "long sig", + "const struct compat_sigaction *act", + "struct compat_sigaction *oact" + ], + "symbol": "sys_32_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SGETMASK_SYSCALL", + "line": 4600, + "name": "sgetmask", + "number": 4068, + "origname": "sgetmask", + "signature": [], + "symbol": "sys_sgetmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SGETMASK_SYSCALL", + "line": 4606, + "name": "ssetmask", + "number": 4069, + "origname": "ssetmask", + "signature": [ + "int newmask" + ], + "symbol": "sys_ssetmask" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 4070, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 4071, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal32.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 34, + "name": "sigsuspend", + "number": 4072, + "origname": "sys32_sigsuspend", + "signature": [ + "compat_sigset_t *uset" + ], + "symbol": "sys32_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 4375, + "name": "sigpending", + "number": 4073, + "origname": "sigpending", + "signature": [ + "compat_old_sigset_t *set32" + ], + "symbol": "compat_sys_sigpending" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 4074, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1532, + "name": "setrlimit", + "number": 4075, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "compat_sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 1552, + "name": "getrlimit", + "number": 4076, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "compat_sys_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1884, + "name": "getrusage", + "number": 4077, + "origname": "getrusage", + "signature": [ + "int who", + "struct compat_rusage *ru" + ], + "symbol": "compat_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 224, + "name": "gettimeofday", + "number": 4078, + "origname": "gettimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "compat_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 243, + "name": "settimeofday", + "number": 4079, + "origname": "settimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "compat_sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 4080, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 4081, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 4083, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 4085, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 4086, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 4087, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 4088, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "sys_reboot" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 478, + "name": "readdir", + "number": 4089, + "origname": "old_readdir", + "signature": [ + "unsigned int fd", + "struct compat_old_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "compat_sys_old_readdir" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 62, + "name": "mmap", + "number": 4090, + "origname": "mips_mmap", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "off_t offset" + ], + "symbol": "sys_mips_mmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 4091, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 151, + "name": "truncate", + "number": 4092, + "origname": "truncate", + "signature": [ + "const char *path", + "compat_off_t length" + ], + "symbol": "compat_sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 209, + "name": "ftruncate", + "number": 4093, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "compat_ulong_t length" + ], + "symbol": "compat_sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 4094, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 4095, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 4096, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 4097, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 305, + "name": "statfs", + "number": 4099, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct compat_statfs *buf" + ], + "symbol": "compat_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 314, + "name": "fstatfs", + "number": 4100, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct compat_statfs *buf" + ], + "symbol": "compat_sys_fstatfs" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": "NET", + "line": 423, + "name": "socketcall", + "number": 4102, + "origname": "socketcall", + "signature": [ + "int call", + "u32 *args" + ], + "symbol": "compat_sys_socketcall" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 4103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 378, + "name": "setitimer", + "number": 4104, + "origname": "setitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value", + "struct old_itimerval32 *ovalue" + ], + "symbol": "compat_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 141, + "name": "getitimer", + "number": 4105, + "origname": "getitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value" + ], + "symbol": "compat_sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 750, + "name": "newstat", + "number": 4106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct compat_stat *statbuf" + ], + "symbol": "compat_sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 762, + "name": "newlstat", + "number": 4107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct compat_stat *statbuf" + ], + "symbol": "compat_sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 789, + "name": "newfstat", + "number": 4108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct compat_stat *statbuf" + ], + "symbol": "compat_sys_newfstat" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1327, + "name": "uname", + "number": 4109, + "origname": "uname", + "signature": [ + "struct old_utsname *name" + ], + "symbol": "sys_uname" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 4111, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1834, + "name": "wait4", + "number": 4114, + "origname": "wait4", + "signature": [ + "compat_pid_t pid", + "compat_uint_t *stat_addr", + "int options", + "struct compat_rusage *ru" + ], + "symbol": "compat_sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 4115, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2877, + "name": "sysinfo", + "number": 4116, + "origname": "sysinfo", + "signature": [ + "struct compat_sysinfo *info" + ], + "symbol": "compat_sys_sysinfo" + }, + { + "esoteric": false, + "file": "ipc/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "SYSVIPC", + "line": 205, + "name": "ipc", + "number": 4117, + "origname": "ipc", + "signature": [ + "u32 call", + "int first", + "int second", + "u32 third", + "compat_uptr_t ptr", + "u32 fifth" + ], + "symbol": "compat_sys_ipc" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 4118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal_o32.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 257, + "name": "sigreturn", + "number": 4119, + "origname": "sys32_sigreturn", + "signature": [], + "symbol": "sys32_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 120, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 4120, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "__sys_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 4121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 4122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 4124, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 4125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 40, + "name": "sigprocmask", + "number": 4126, + "origname": "sigprocmask", + "signature": [ + "int how", + "compat_old_sigset_t *nset", + "compat_old_sigset_t *oset" + ], + "symbol": "compat_sys_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 4128, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 4129, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 4131, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 4132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 4133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 4135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 89, + "name": "personality", + "number": 4136, + "origname": "32_personality", + "signature": [ + "unsigned long personality" + ], + "symbol": "sys_32_personality" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 4138, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 4139, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 66, + "name": "llseek", + "number": 4140, + "origname": "32_llseek", + "signature": [ + "unsigned int fd", + "unsigned int offset_high", + "unsigned int offset_low", + "loff_t *result", + "unsigned int origin" + ], + "symbol": "sys_32_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 562, + "name": "getdents", + "number": 4141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct compat_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "compat_sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 1288, + "name": "select", + "number": 4142, + "origname": "select", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timeval32 *tvp" + ], + "symbol": "compat_sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 4143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 4144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 4145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 4146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "arch/mips/mm/cache.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 89, + "name": "cacheflush", + "number": 4147, + "origname": "cacheflush", + "signature": [ + "unsigned long addr", + "unsigned long bytes", + "unsigned int cache" + ], + "symbol": "sys_cacheflush" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 240, + "name": "cachectl", + "number": 4148, + "origname": "cachectl", + "signature": [ + "char *addr", + "int nbytes", + "int op" + ], + "symbol": "sys_cachectl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": true, + "index": 149, + "kconfig": null, + "line": 208, + "name": "sysmips", + "number": 4149, + "origname": "sysmips", + "signature": [ + "long cmd", + "long arg1", + "long arg2" + ], + "symbol": "__sys_sysmips" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 4151, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 4152, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 4154, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 4155, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 4156, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 4157, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 4158, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 4159, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 4160, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 4161, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 4162, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 4163, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 4164, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 4165, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 166, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 4166, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 167, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 4167, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 4168, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 4169, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 4170, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 4171, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 4172, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 4173, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 4174, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": "NET", + "line": 393, + "name": "recv", + "number": 4175, + "origname": "recv", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags" + ], + "symbol": "compat_sys_recv" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": "NET", + "line": 398, + "name": "recvfrom", + "number": 4176, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int *addrlen" + ], + "symbol": "compat_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": "NET", + "line": 378, + "name": "recvmsg", + "number": 4177, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "compat_sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": "NET", + "line": 2210, + "name": "send", + "number": 4178, + "origname": "send", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_send" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": "NET", + "line": 350, + "name": "sendmsg", + "number": 4179, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "compat_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 4180, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 4181, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 4182, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 4183, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 4184, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 4185, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 4186, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 188, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 4188, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 4190, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 4191, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 4192, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/signal_o32.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 155, + "name": "rt_sigreturn", + "number": 4193, + "origname": "sys32_rt_sigreturn", + "signature": [], + "symbol": "sys32_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 4471, + "name": "rt_sigaction", + "number": 4194, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct compat_sigaction *act", + "struct compat_sigaction *oact", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 3208, + "name": "rt_sigprocmask", + "number": 4195, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "compat_sigset_t *nset", + "compat_sigset_t *oset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 3265, + "name": "rt_sigpending", + "number": 4196, + "origname": "rt_sigpending", + "signature": [ + "compat_sigset_t *uset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 3760, + "name": "rt_sigtimedwait", + "number": 4197, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct old_timespec32 *uts", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 4043, + "name": "rt_sigqueueinfo", + "number": 4198, + "origname": "rt_sigqueueinfo", + "signature": [ + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "compat_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 4683, + "name": "rt_sigsuspend", + "number": 4199, + "origname": "rt_sigsuspend", + "signature": [ + "compat_sigset_t *unewset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 77, + "name": "pread", + "number": 4200, + "origname": "32_pread", + "signature": [ + "unsigned long fd", + "char *buf", + "size_t count", + "unsigned long unused", + "unsigned long a4", + "unsigned long a5" + ], + "symbol": "sys_32_pread" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 83, + "name": "pwrite", + "number": 4201, + "origname": "32_pwrite", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "u32 unused", + "u64 a4", + "u64 a5" + ], + "symbol": "sys_32_pwrite" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 4202, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 4203, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 4204, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 4205, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": null, + "line": 4327, + "name": "sigaltstack", + "number": 4206, + "origname": "sigaltstack", + "signature": [ + "const compat_stack_t *uss_ptr", + "compat_stack_t *uoss_ptr" + ], + "symbol": "compat_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 1366, + "name": "sendfile", + "number": 4207, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "compat_off_t *offset", + "compat_size_t count" + ], + "symbol": "compat_sys_sendfile" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": null, + "line": 72, + "name": "mmap2", + "number": 4210, + "origname": "mips_mmap2", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long pgoff" + ], + "symbol": "sys_mips_mmap2" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": null, + "line": 54, + "name": "truncate64", + "number": 4211, + "origname": "32_truncate64", + "signature": [ + "const char *path", + "unsigned long __dummy", + "unsigned long a2", + "unsigned long a3" + ], + "symbol": "sys_32_truncate64" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 60, + "name": "ftruncate64", + "number": 4212, + "origname": "32_ftruncate64", + "signature": [ + "unsigned long fd", + "unsigned long __dummy", + "unsigned long a2", + "unsigned long a3" + ], + "symbol": "sys_32_ftruncate64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 4213, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 4214, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 4215, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 4216, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 4217, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 4218, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 4219, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": null, + "line": 668, + "name": "fcntl64", + "number": 4220, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 222, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 4222, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": null, + "line": 103, + "name": "readahead", + "number": 4223, + "origname": "sys32_readahead", + "signature": [ + "int fd", + "u32 pad0", + "u64 a2", + "u64 a3", + "size_t count" + ], + "symbol": "sys32_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 4224, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 4225, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 4226, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 4227, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 4228, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 4229, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 4230, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 4231, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 4232, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 4233, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 4234, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 4235, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 4236, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 4237, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 4238, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex_time32" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": null, + "line": 124, + "name": "sched_setaffinity", + "number": 4239, + "origname": "sched_setaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "compat_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": null, + "line": 144, + "name": "sched_getaffinity", + "number": 4240, + "origname": "sched_getaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "compat_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "AIO", + "line": 1419, + "name": "io_setup", + "number": 4241, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "u32 *ctx32p" + ], + "symbol": "compat_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 4242, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 4243, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "AIO", + "line": 2129, + "name": "io_submit", + "number": 4244, + "origname": "io_submit", + "signature": [ + "compat_aio_context_t ctx_id", + "int nr", + "compat_uptr_t *iocbpp" + ], + "symbol": "compat_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 4245, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 4246, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 4248, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 4249, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 4250, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 4251, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 4252, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 4253, + "origname": "restart_syscall", + "signature": [], + "symbol": "sys_restart_syscall" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": "ADVISE_SYSCALLS", + "line": 119, + "name": "fadvise64_64", + "number": 4254, + "origname": "sys32_fadvise64_64", + "signature": [ + "int fd", + "int __pad", + "unsigned long a2", + "unsigned long a3", + "unsigned long a4", + "unsigned long a5", + "int flags" + ], + "symbol": "sys32_fadvise64_64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": null, + "line": 362, + "name": "statfs64", + "number": 4255, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "compat_sys_statfs64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": null, + "line": 381, + "name": "fstatfs64", + "number": 4256, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "compat_sys_fstatfs64" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": "POSIX_TIMERS", + "line": 545, + "name": "timer_create", + "number": 4257, + "origname": "timer_create", + "signature": [ + "clockid_t which_clock", + "struct compat_sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "compat_sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 4258, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 4259, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 4260, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 4261, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 4262, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 4263, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 4264, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 4265, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 4266, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 4267, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_utimes_time32" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 4268, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 4269, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 4270, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": "POSIX_MQUEUE", + "line": 1562, + "name": "mq_open", + "number": 4271, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "compat_mode_t mode", + "struct compat_mq_attr *u_attr" + ], + "symbol": "compat_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 4272, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 4273, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 4274, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "POSIX_MQUEUE", + "line": 1575, + "name": "mq_notify", + "number": 4275, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct compat_sigevent *u_notification" + ], + "symbol": "compat_sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "POSIX_MQUEUE", + "line": 1589, + "name": "mq_getsetattr", + "number": 4276, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct compat_mq_attr *u_mqstat", + "struct compat_mq_attr *u_omqstat" + ], + "symbol": "compat_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": null, + "line": 1849, + "name": "waitid", + "number": 4278, + "origname": "waitid", + "signature": [ + "int which", + "compat_pid_t pid", + "struct compat_siginfo *infop", + "int options", + "struct compat_rusage *uru" + ], + "symbol": "compat_sys_waitid" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 4280, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 4281, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/compat.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "KEYS", + "line": 17, + "name": "keyctl", + "number": 4282, + "origname": "keyctl", + "signature": [ + "u32 option", + "u32 arg2", + "u32 arg3", + "u32 arg4", + "u32 arg5" + ], + "symbol": "compat_sys_keyctl" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": null, + "line": 87, + "name": "set_thread_area", + "number": 4283, + "origname": "set_thread_area", + "signature": [ + "unsigned long addr" + ], + "symbol": "sys_set_thread_area" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 4284, + "origname": "inotify_init", + "signature": [], + "symbol": "sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 4285, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 4286, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 4287, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "sys_migrate_pages" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": null, + "line": 1477, + "name": "openat", + "number": 4288, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "compat_sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 4289, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 4290, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 4291, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 4292, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": null, + "line": 462, + "name": "newfstatat", + "number": 4293, + "origname": "newfstatat", + "signature": [ + "int dfd", + "const char *filename", + "struct stat *statbuf", + "int flag" + ], + "symbol": "sys_newfstatat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 4294, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 4295, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 4296, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 4297, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 4298, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 4299, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 4300, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": null, + "line": 1383, + "name": "pselect6", + "number": 4301, + "origname": "pselect6_time32", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "compat_sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 1399, + "name": "ppoll", + "number": 4302, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 4303, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 4304, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": null, + "line": 109, + "name": "sync_file_range", + "number": 4305, + "origname": "sys32_sync_file_range", + "signature": [ + "int fd", + "int __pad", + "unsigned long a2", + "unsigned long a3", + "unsigned long a4", + "unsigned long a5", + "int flags" + ], + "symbol": "sys32_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 4306, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 4307, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 4308, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": "FUTEX", + "line": 442, + "name": "set_robust_list", + "number": 4309, + "origname": "set_robust_list", + "signature": [ + "struct compat_robust_list_head *head", + "compat_size_t len" + ], + "symbol": "compat_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "FUTEX", + "line": 454, + "name": "get_robust_list", + "number": 4310, + "origname": "get_robust_list", + "signature": [ + "int pid", + "compat_uptr_t *head_ptr", + "compat_size_t *len_ptr" + ], + "symbol": "compat_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "KEXEC", + "line": 261, + "name": "kexec_load", + "number": 4311, + "origname": "kexec_load", + "signature": [ + "compat_ulong_t entry", + "compat_ulong_t nr_segments", + "struct compat_kexec_segment *segments", + "compat_ulong_t flags" + ], + "symbol": "compat_sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 4312, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": "EPOLL", + "line": 2410, + "name": "epoll_pwait", + "number": 4313, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 4314, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 4315, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 4316, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "SIGNALFD", + "line": 348, + "name": "signalfd", + "number": 4317, + "origname": "signalfd", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 4319, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "arch/mips/kernel/linux32.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 129, + "name": "fallocate", + "number": 4320, + "origname": "sys32_fallocate", + "signature": [ + "int fd", + "int mode", + "unsigned offset_a2", + "unsigned offset_a3", + "unsigned len_a4", + "unsigned len_a5" + ], + "symbol": "sys32_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 4321, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 4322, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 4323, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": "SIGNALFD", + "line": 340, + "name": "signalfd4", + "number": 4324, + "origname": "signalfd4", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize", + "int flags" + ], + "symbol": "compat_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 4325, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 4326, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 4327, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 4328, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 4329, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": null, + "line": 1149, + "name": "preadv", + "number": 4330, + "origname": "preadv", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "compat_sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": null, + "line": 1190, + "name": "pwritev", + "number": 4331, + "origname": "pwritev", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "compat_sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": null, + "line": 4083, + "name": "rt_tgsigqueueinfo", + "number": 4332, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "compat_pid_t tgid", + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "compat_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 4333, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 4334, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": "NET", + "line": 414, + "name": "recvmmsg", + "number": 4335, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "compat_sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 4336, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": "FANOTIFY", + "line": 1981, + "name": "fanotify_mark", + "number": 4337, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "u32 mask_hi", + "u32 mask_lo", + "int dfd", + "const char *pathname" + ], + "symbol": "compat_sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 4338, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 4339, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": "FHANDLE", + "line": 276, + "name": "open_by_handle_at", + "number": 4340, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "compat_sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 4341, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 4342, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": "NET", + "line": 364, + "name": "sendmmsg", + "number": 4343, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "compat_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 344, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 4344, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 4345, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 4346, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 4347, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 4348, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 4349, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 4350, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 4351, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 4352, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 4353, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 4354, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 4355, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": null, + "line": 2156, + "name": "execveat", + "number": 4356, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp", + "int flags" + ], + "symbol": "compat_sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 4357, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 4358, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 4359, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 4360, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": null, + "line": 1169, + "name": "preadv2", + "number": 4361, + "origname": "preadv2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "compat_sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": null, + "line": 1210, + "name": "pwritev2", + "number": 4362, + "origname": "pwritev2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "compat_sys_pwritev2" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 366, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 4366, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "sys_statx" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 367, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 4367, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 368, + "kconfig": "AIO", + "line": 2384, + "name": "io_pgetevents", + "number": 4368, + "origname": "io_pgetevents", + "signature": [ + "compat_aio_context_t ctx_id", + "compat_long_t min_nr", + "compat_long_t nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __compat_aio_sigset *usig" + ], + "symbol": "compat_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 4393, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 394, + "kconfig": "SYSVIPC", + "line": 1819, + "name": "semctl", + "number": 4394, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "int arg" + ], + "symbol": "compat_sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 395, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 4395, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 396, + "kconfig": "SYSVIPC", + "line": 1491, + "name": "shmctl", + "number": 4396, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "void *uptr" + ], + "symbol": "compat_sys_shmctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": "SYSVIPC", + "line": 1710, + "name": "shmat", + "number": 4397, + "origname": "shmat", + "signature": [ + "int shmid", + "compat_uptr_t shmaddr", + "int shmflg" + ], + "symbol": "compat_sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 4398, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 4399, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 400, + "kconfig": "SYSVIPC", + "line": 995, + "name": "msgsnd", + "number": 4400, + "origname": "msgsnd", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "int msgflg" + ], + "symbol": "compat_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 401, + "kconfig": "SYSVIPC", + "line": 1298, + "name": "msgrcv", + "number": 4401, + "origname": "msgrcv", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "compat_long_t msgtyp", + "int msgflg" + ], + "symbol": "compat_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 402, + "kconfig": "SYSVIPC", + "line": 774, + "name": "msgctl", + "number": 4402, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "void *uptr" + ], + "symbol": "compat_sys_msgctl" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 4403, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 4404, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 4405, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 4406, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 4407, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 4408, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 4409, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 4410, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 4411, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 4412, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 1368, + "name": "pselect6", + "number": 4413, + "origname": "pselect6_time64", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "compat_sys_pselect6_time64" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1425, + "name": "ppoll", + "number": 4414, + "origname": "ppoll_time64", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_ppoll_time64" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 4416, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 405, + "name": "recvmmsg", + "number": 4417, + "origname": "recvmmsg_time64", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "compat_sys_recvmmsg_time64" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 4418, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 4419, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 4420, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3729, + "name": "rt_sigtimedwait", + "number": 4421, + "origname": "rt_sigtimedwait_time64", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct __kernel_timespec *uts", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigtimedwait_time64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 4422, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 4423, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 4424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 4425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 4426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 4427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 4428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 4429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 4430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 4431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 4432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 4433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 4434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": true, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 4435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 4436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 4437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 4438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 4439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 4440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2423, + "name": "epoll_pwait2", + "number": 4441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 4442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 4443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 4444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 4445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 4446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 4448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 4449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 4450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 4451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 4452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 4454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 4455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 4456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 4457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 4458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 4459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 4460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 4461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/powerpc/64/ppc32/v6.8/config.txt b/db/powerpc/64/ppc32/v6.8/config.txt new file mode 120000 index 0000000..31366fd --- /dev/null +++ b/db/powerpc/64/ppc32/v6.8/config.txt @@ -0,0 +1 @@ +../../ppc64/v6.8/config.txt \ No newline at end of file diff --git a/db/powerpc/64/ppc32/v6.8/stderr.txt b/db/powerpc/64/ppc32/v6.8/stderr.txt new file mode 100644 index 0000000..fddaeec --- /dev/null +++ b/db/powerpc/64/ppc32/v6.8/stderr.txt @@ -0,0 +1,904 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchPowerPC(name='powerpc', abi='ppc32', compat=True, ...) +[D] Syscall table: Symbol("compat_sys_call_table" at 0xc000000001620000, type=OBJECT, size=0xe70) +[D] Syscall table does NOT use function descriptors +[I] Syscall table (compat_sys_call_table) is 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding sys_chown16 as alias for sys_ni_syscall +[D] Discarding sys_fchown16 as alias for sys_ni_syscall +[D] Discarding sys_getegid16 as alias for sys_ni_syscall +[D] Discarding sys_geteuid16 as alias for sys_ni_syscall +[D] Discarding sys_getgid16 as alias for sys_ni_syscall +[D] Discarding sys_getgroups16 as alias for sys_ni_syscall +[D] Discarding sys_getresgid16 as alias for sys_ni_syscall +[D] Discarding sys_getresuid16 as alias for sys_ni_syscall +[D] Discarding sys_getuid16 as alias for sys_ni_syscall +[D] Discarding sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding sys_lchown16 as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_setfsgid16 as alias for sys_ni_syscall +[D] Discarding sys_setfsuid16 as alias for sys_ni_syscall +[D] Discarding sys_setgid16 as alias for sys_ni_syscall +[D] Discarding sys_setgroups16 as alias for sys_ni_syscall +[D] Discarding sys_setregid16 as alias for sys_ni_syscall +[D] Discarding sys_setresgid16 as alias for sys_ni_syscall +[D] Discarding sys_setresuid16 as alias for sys_ni_syscall +[D] Discarding sys_setreuid16 as alias for sys_ni_syscall +[D] Discarding sys_setuid16 as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring compat_sys_epoll_pwait over __se_compat_sys_epoll_pwait +[D] Preferring compat_sys_epoll_pwait2 over __se_compat_sys_epoll_pwait2 +[D] Preferring compat_sys_execve over __se_compat_sys_execve +[D] Preferring compat_sys_execveat over __se_compat_sys_execveat +[D] Preferring compat_sys_fallocate over __se_compat_sys_fallocate +[D] Preferring compat_sys_fanotify_mark over __se_compat_sys_fanotify_mark +[D] Preferring compat_sys_fcntl over __se_compat_sys_fcntl +[D] Preferring compat_sys_fcntl64 over __se_compat_sys_fcntl64 +[D] Preferring compat_sys_fstatfs over __se_compat_sys_fstatfs +[D] Preferring compat_sys_fstatfs64 over __se_compat_sys_fstatfs64 +[D] Preferring compat_sys_ftruncate over __se_compat_sys_ftruncate +[D] Preferring compat_sys_get_robust_list over __se_compat_sys_get_robust_list +[D] Preferring compat_sys_getdents over __se_compat_sys_getdents +[D] Preferring compat_sys_getitimer over __se_compat_sys_getitimer +[D] Preferring compat_sys_getrlimit over __se_compat_sys_getrlimit +[D] Preferring compat_sys_getrusage over __se_compat_sys_getrusage +[D] Preferring compat_sys_gettimeofday over __se_compat_sys_gettimeofday +[D] Preferring compat_sys_io_pgetevents over __se_compat_sys_io_pgetevents +[D] Preferring compat_sys_io_setup over __se_compat_sys_io_setup +[D] Preferring compat_sys_io_submit over __se_compat_sys_io_submit +[D] Preferring compat_sys_ioctl over __se_compat_sys_ioctl +[D] Preferring compat_sys_ipc over __se_compat_sys_ipc +[D] Preferring compat_sys_kexec_load over __se_compat_sys_kexec_load +[D] Preferring compat_sys_keyctl over __se_compat_sys_keyctl +[D] Preferring compat_sys_lseek over __se_compat_sys_lseek +[D] Preferring compat_sys_mmap2 over __se_compat_sys_mmap2 +[D] Preferring compat_sys_mq_getsetattr over __se_compat_sys_mq_getsetattr +[D] Preferring compat_sys_mq_notify over __se_compat_sys_mq_notify +[D] Preferring compat_sys_mq_open over __se_compat_sys_mq_open +[D] Preferring compat_sys_msgctl over __se_compat_sys_msgctl +[D] Preferring compat_sys_msgrcv over __se_compat_sys_msgrcv +[D] Preferring compat_sys_msgsnd over __se_compat_sys_msgsnd +[D] Preferring compat_sys_newfstat over __se_compat_sys_newfstat +[D] Preferring compat_sys_newlstat over __se_compat_sys_newlstat +[D] Preferring compat_sys_newstat over __se_compat_sys_newstat +[D] Preferring compat_sys_old_getrlimit over __se_compat_sys_old_getrlimit +[D] Preferring compat_sys_old_readdir over __se_compat_sys_old_readdir +[D] Preferring compat_sys_old_select over __se_compat_sys_old_select +[D] Preferring compat_sys_open over __se_compat_sys_open +[D] Preferring compat_sys_open_by_handle_at over __se_compat_sys_open_by_handle_at +[D] Preferring compat_sys_openat over __se_compat_sys_openat +[D] Preferring compat_sys_ppc32_fadvise64 over __se_compat_sys_ppc32_fadvise64 +[D] Preferring compat_sys_ppc64_personality over __se_compat_sys_ppc64_personality +[D] Preferring compat_sys_ppc_ftruncate64 over __se_compat_sys_ppc_ftruncate64 +[D] Preferring compat_sys_ppc_pread64 over __se_compat_sys_ppc_pread64 +[D] Preferring compat_sys_ppc_pwrite64 over __se_compat_sys_ppc_pwrite64 +[D] Preferring compat_sys_ppc_readahead over __se_compat_sys_ppc_readahead +[D] Preferring compat_sys_ppc_sync_file_range2 over __se_compat_sys_ppc_sync_file_range2 +[D] Preferring compat_sys_ppc_truncate64 over __se_compat_sys_ppc_truncate64 +[D] Preferring compat_sys_ppoll_time32 over __se_compat_sys_ppoll_time32 +[D] Preferring compat_sys_ppoll_time64 over __se_compat_sys_ppoll_time64 +[D] Preferring compat_sys_preadv over __se_compat_sys_preadv +[D] Preferring compat_sys_preadv2 over __se_compat_sys_preadv2 +[D] Preferring compat_sys_pselect6_time32 over __se_compat_sys_pselect6_time32 +[D] Preferring compat_sys_pselect6_time64 over __se_compat_sys_pselect6_time64 +[D] Preferring compat_sys_ptrace over __se_compat_sys_ptrace +[D] Preferring compat_sys_pwritev over __se_compat_sys_pwritev +[D] Preferring compat_sys_pwritev2 over __se_compat_sys_pwritev2 +[D] Preferring compat_sys_recv over __se_compat_sys_recv +[D] Preferring compat_sys_recvfrom over __se_compat_sys_recvfrom +[D] Preferring compat_sys_recvmmsg_time32 over __se_compat_sys_recvmmsg_time32 +[D] Preferring compat_sys_recvmmsg_time64 over __se_compat_sys_recvmmsg_time64 +[D] Preferring compat_sys_recvmsg over __se_compat_sys_recvmsg +[D] Preferring compat_sys_rt_sigaction over __se_compat_sys_rt_sigaction +[D] Preferring compat_sys_rt_sigpending over __se_compat_sys_rt_sigpending +[D] Preferring compat_sys_rt_sigprocmask over __se_compat_sys_rt_sigprocmask +[D] Preferring compat_sys_rt_sigqueueinfo over __se_compat_sys_rt_sigqueueinfo +[D] Preferring compat_sys_rt_sigsuspend over __se_compat_sys_rt_sigsuspend +[D] Preferring compat_sys_rt_sigtimedwait_time32 over __se_compat_sys_rt_sigtimedwait_time32 +[D] Preferring compat_sys_rt_sigtimedwait_time64 over __se_compat_sys_rt_sigtimedwait_time64 +[D] Preferring compat_sys_rt_tgsigqueueinfo over __se_compat_sys_rt_tgsigqueueinfo +[D] Preferring compat_sys_sched_getaffinity over __se_compat_sys_sched_getaffinity +[D] Preferring compat_sys_sched_setaffinity over __se_compat_sys_sched_setaffinity +[D] Preferring compat_sys_select over __se_compat_sys_select +[D] Preferring compat_sys_semctl over __se_compat_sys_semctl +[D] Preferring compat_sys_sendfile over __se_compat_sys_sendfile +[D] Preferring compat_sys_sendfile64 over __se_compat_sys_sendfile64 +[D] Preferring compat_sys_sendmmsg over __se_compat_sys_sendmmsg +[D] Preferring compat_sys_sendmsg over __se_compat_sys_sendmsg +[D] Preferring compat_sys_set_robust_list over __se_compat_sys_set_robust_list +[D] Preferring compat_sys_setitimer over __se_compat_sys_setitimer +[D] Preferring compat_sys_setrlimit over __se_compat_sys_setrlimit +[D] Preferring compat_sys_settimeofday over __se_compat_sys_settimeofday +[D] Preferring compat_sys_shmat over __se_compat_sys_shmat +[D] Preferring compat_sys_shmctl over __se_compat_sys_shmctl +[D] Preferring compat_sys_sigaction over __se_compat_sys_sigaction +[D] Preferring compat_sys_sigaltstack over __se_compat_sys_sigaltstack +[D] Preferring compat_sys_signalfd over __se_compat_sys_signalfd +[D] Preferring compat_sys_signalfd4 over __se_compat_sys_signalfd4 +[D] Preferring compat_sys_sigpending over __se_compat_sys_sigpending +[D] Preferring compat_sys_sigprocmask over __se_compat_sys_sigprocmask +[D] Preferring compat_sys_socketcall over __se_compat_sys_socketcall +[D] Preferring compat_sys_statfs over __se_compat_sys_statfs +[D] Preferring compat_sys_statfs64 over __se_compat_sys_statfs64 +[D] Preferring compat_sys_swapcontext over __se_compat_sys_swapcontext +[D] Preferring compat_sys_sysinfo over __se_compat_sys_sysinfo +[D] Preferring compat_sys_timer_create over __se_compat_sys_timer_create +[D] Preferring compat_sys_times over __se_compat_sys_times +[D] Preferring compat_sys_truncate over __se_compat_sys_truncate +[D] Preferring compat_sys_ustat over __se_compat_sys_ustat +[D] Preferring compat_sys_wait4 over __se_compat_sys_wait4 +[D] Preferring compat_sys_waitid over __se_compat_sys_waitid +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_acct over __se_sys_acct +[D] Preferring sys_add_key over __se_sys_add_key +[D] Preferring sys_adjtimex_time32 over __se_sys_adjtimex_time32 +[D] Preferring sys_alarm over __se_sys_alarm +[D] Preferring sys_bind over __se_sys_bind +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_adjtime32 over __se_sys_clock_adjtime32 +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_getres_time32 over __se_sys_clock_getres_time32 +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_gettime32 over __se_sys_clock_gettime32 +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_nanosleep_time32 over __se_sys_clock_nanosleep_time32 +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_clock_settime32 over __se_sys_clock_settime32 +[D] Preferring sys_clone over __se_sys_clone +[D] Preferring sys_clone3 over __se_sys_clone3 +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_connect over __se_sys_connect +[D] Preferring sys_copy_file_range over __se_sys_copy_file_range +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_delete_module over __se_sys_delete_module +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_ctl over __se_sys_epoll_ctl +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_exit over __se_sys_exit +[D] Preferring sys_exit_group over __se_sys_exit_group +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fanotify_init over __se_sys_fanotify_init +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_finit_module over __se_sys_finit_module +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fstat64 over __se_sys_fstat64 +[D] Preferring sys_fstatat64 over __se_sys_fstatat64 +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_time32 over __se_sys_futex_time32 +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat_time32 over __se_sys_futimesat_time32 +[D] Preferring sys_get_mempolicy over __se_sys_get_mempolicy +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_init_module over __se_sys_init_module +[D] Preferring sys_inotify_add_watch over __se_sys_inotify_add_watch +[D] Preferring sys_inotify_init1 over __se_sys_inotify_init1 +[D] Preferring sys_inotify_rm_watch over __se_sys_inotify_rm_watch +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents_time32 over __se_sys_io_getevents_time32 +[D] Preferring sys_io_pgetevents over __se_sys_io_pgetevents +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioprio_get over __se_sys_ioprio_get +[D] Preferring sys_ioprio_set over __se_sys_ioprio_set +[D] Preferring sys_kcmp over __se_sys_kcmp +[D] Preferring sys_kexec_file_load over __se_sys_kexec_file_load +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_llseek over __se_sys_llseek +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_lstat64 over __se_sys_lstat64 +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_mbind over __se_sys_mbind +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_migrate_pages over __se_sys_migrate_pages +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlock2 over __se_sys_mlock2 +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mmap over __se_sys_mmap +[D] Preferring sys_mount over __se_sys_mount +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_move_pages over __se_sys_move_pages +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mq_timedreceive over __se_sys_mq_timedreceive +[D] Preferring sys_mq_timedreceive_time32 over __se_sys_mq_timedreceive_time32 +[D] Preferring sys_mq_timedsend over __se_sys_mq_timedsend +[D] Preferring sys_mq_timedsend_time32 over __se_sys_mq_timedsend_time32 +[D] Preferring sys_mq_unlink over __se_sys_mq_unlink +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep_time32 over __se_sys_nanosleep_time32 +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_nice over __se_sys_nice +[D] Preferring sys_oldumount over __se_sys_oldumount +[D] Preferring sys_olduname over __se_sys_olduname +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_pciconfig_iobase over __se_sys_pciconfig_iobase +[D] Preferring sys_pciconfig_read over __se_sys_pciconfig_read +[D] Preferring sys_pciconfig_write over __se_sys_pciconfig_write +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe over __se_sys_pipe +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_pkey_alloc over __se_sys_pkey_alloc +[D] Preferring sys_pkey_free over __se_sys_pkey_free +[D] Preferring sys_pkey_mprotect over __se_sys_pkey_mprotect +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_ppc_fadvise64_64 over __se_sys_ppc_fadvise64_64 +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_process_vm_readv over __se_sys_process_vm_readv +[D] Preferring sys_process_vm_writev over __se_sys_process_vm_writev +[D] Preferring sys_quotactl over __se_sys_quotactl +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_reboot over __se_sys_reboot +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_request_key over __se_sys_request_key +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rseq over __se_sys_rseq +[D] Preferring sys_rtas over __se_sys_rtas +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_rr_get_interval_time32 over __se_sys_sched_rr_get_interval_time32 +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_semtimedop over __se_sys_semtimedop +[D] Preferring sys_send over __se_sys_send +[D] Preferring sys_sendto over __se_sys_sendto +[D] Preferring sys_set_mempolicy over __se_sys_set_mempolicy +[D] Preferring sys_set_mempolicy_home_node over __se_sys_set_mempolicy_home_node +[D] Preferring sys_set_tid_address over __se_sys_set_tid_address +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_signal over __se_sys_signal +[D] Preferring sys_sigsuspend over __se_sys_sigsuspend +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_spu_create over __se_sys_spu_create +[D] Preferring sys_spu_run over __se_sys_spu_run +[D] Preferring sys_ssetmask over __se_sys_ssetmask +[D] Preferring sys_stat64 over __se_sys_stat64 +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_statx over __se_sys_statx +[D] Preferring sys_stime32 over __se_sys_stime32 +[D] Preferring sys_subpage_prot over __se_sys_subpage_prot +[D] Preferring sys_swapoff over __se_sys_swapoff +[D] Preferring sys_swapon over __se_sys_swapon +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_time32 over __se_sys_time32 +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_gettime32 over __se_sys_timer_gettime32 +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timer_settime32 over __se_sys_timer_settime32 +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_gettime32 over __se_sys_timerfd_gettime32 +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_timerfd_settime32 over __se_sys_timerfd_settime32 +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_umount over __se_sys_umount +[D] Preferring sys_uname over __se_sys_uname +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_uselib over __se_sys_uselib +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_utime32 over __se_sys_utime32 +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimensat_time32 over __se_sys_utimensat_time32 +[D] Preferring sys_utimes_time32 over __se_sys_utimes_time32 +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_waitpid over __se_sys_waitpid +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] compat_sys_call_table[0]: Symbol("sys_restart_syscall" at 0xc0000000001980f0, type=FUNC, size=0x48) +[D] compat_sys_call_table[1]: Symbol("sys_exit" at 0xc000000000184c88, type=FUNC, size=0x24) +[D] compat_sys_call_table[2]: Symbol("sys_fork" at 0xc000000000179bbc, type=FUNC, size=0x78) +[D] compat_sys_call_table[3]: Symbol("sys_read" at 0xc000000000583da8, type=FUNC, size=0x18) +[D] compat_sys_call_table[4]: Symbol("sys_write" at 0xc000000000583f18, type=FUNC, size=0x18) +[D] compat_sys_call_table[5]: Symbol("compat_sys_open" at 0xc00000000058003c, type=FUNC, size=0xd4) +[D] compat_sys_call_table[6]: Symbol("sys_close" at 0xc000000000580270, type=FUNC, size=0xb4) +[D] compat_sys_call_table[7]: Symbol("sys_waitpid" at 0xc0000000001860cc, type=FUNC, size=0x20) +[D] compat_sys_call_table[8]: Symbol("sys_creat" at 0xc0000000005801e0, type=FUNC, size=0x90) +[D] compat_sys_call_table[9]: Symbol("sys_link" at 0xc0000000005a4c0c, type=FUNC, size=0x78) +[D] compat_sys_call_table[10]: Symbol("sys_unlink" at 0xc0000000005a43e8, type=FUNC, size=0xa4) +[D] compat_sys_call_table[11]: Symbol("compat_sys_execve" at 0xc000000000594b1c, type=FUNC, size=0x6c) +[D] compat_sys_call_table[12]: Symbol("sys_chdir" at 0xc00000000057e160, type=FUNC, size=0x150) +[D] compat_sys_call_table[13]: Symbol("sys_time32" at 0xc000000000275bf4, type=FUNC, size=0x19c) +[D] compat_sys_call_table[14]: Symbol("sys_mknod" at 0xc0000000005a3834, type=FUNC, size=0xd8) +[D] compat_sys_call_table[15]: Symbol("sys_chmod" at 0xc00000000057eb80, type=FUNC, size=0x110) +[D] compat_sys_call_table[16]: Symbol("sys_lchown" at 0xc00000000057f2c0, type=FUNC, size=0x150) +[D] compat_sys_call_table[17]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[18]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[19]: Symbol("compat_sys_lseek" at 0xc000000000582550, type=FUNC, size=0x130) +[D] compat_sys_call_table[20]: Symbol("sys_getpid" at 0xc0000000001a42ac, type=FUNC, size=0x40) +[D] compat_sys_call_table[21]: Symbol("sys_mount" at 0xc0000000005cb154, type=FUNC, size=0x3f8) +[D] compat_sys_call_table[22]: Symbol("sys_oldumount" at 0xc0000000005c7ce8, type=FUNC, size=0x94) +[D] compat_sys_call_table[23]: Symbol("sys_setuid" at 0xc0000000001a2d00, type=FUNC, size=0x18) +[D] compat_sys_call_table[24]: Symbol("sys_getuid" at 0xc0000000001a4370, type=FUNC, size=0x44) +[D] compat_sys_call_table[25]: Symbol("sys_stime32" at 0xc000000000275d90, type=FUNC, size=0x1f4) +[D] compat_sys_call_table[26]: Symbol("compat_sys_ptrace" at 0xc00000000019375c, type=FUNC, size=0x1dc) +[D] compat_sys_call_table[27]: Symbol("sys_alarm" at 0xc0000000002914ec, type=FUNC, size=0xcc) +[D] compat_sys_call_table[28]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[29]: Symbol("sys_pause" at 0xc00000000019fd90, type=FUNC, size=0x98) +[D] compat_sys_call_table[30]: Symbol("sys_utime32" at 0xc0000000005ed268, type=FUNC, size=0x310) +[D] compat_sys_call_table[31]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[32]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[33]: Symbol("sys_access" at 0xc00000000057e138, type=FUNC, size=0x28) +[D] compat_sys_call_table[34]: Symbol("sys_nice" at 0xc0000000001d6cbc, type=FUNC, size=0x130) +[D] compat_sys_call_table[35]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[36]: Symbol("sys_sync" at 0xc0000000005eba54, type=FUNC, size=0x34) +[D] compat_sys_call_table[37]: Symbol("sys_kill" at 0xc00000000019cc9c, type=FUNC, size=0x2e0) +[D] compat_sys_call_table[38]: Symbol("sys_rename" at 0xc0000000005a5488, type=FUNC, size=0x78) +[D] compat_sys_call_table[39]: Symbol("sys_mkdir" at 0xc0000000005a3bdc, type=FUNC, size=0xb8) +[D] compat_sys_call_table[40]: Symbol("sys_rmdir" at 0xc0000000005a3eac, type=FUNC, size=0xa0) +[D] compat_sys_call_table[41]: Symbol("sys_dup" at 0xc0000000005c07dc, type=FUNC, size=0x1a8) +[D] compat_sys_call_table[42]: Symbol("sys_pipe" at 0xc000000000597b44, type=FUNC, size=0x34) +[D] compat_sys_call_table[43]: Symbol("compat_sys_times" at 0xc0000000001a454c, type=FUNC, size=0x1a4) +[D] compat_sys_call_table[44]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[45]: Symbol("sys_brk" at 0xc0000000004b1138, type=FUNC, size=0x474) +[D] compat_sys_call_table[46]: Symbol("sys_setgid" at 0xc0000000001a27b4, type=FUNC, size=0x18) +[D] compat_sys_call_table[47]: Symbol("sys_getgid" at 0xc0000000001a43f8, type=FUNC, size=0x44) +[D] compat_sys_call_table[48]: Symbol("sys_signal" at 0xc00000000019fcf0, type=FUNC, size=0xa0) +[D] compat_sys_call_table[49]: Symbol("sys_geteuid" at 0xc0000000001a43b4, type=FUNC, size=0x44) +[D] compat_sys_call_table[50]: Symbol("sys_getegid" at 0xc0000000001a443c, type=FUNC, size=0x44) +[D] compat_sys_call_table[51]: Symbol("sys_acct" at 0xc0000000002a8318, type=FUNC, size=0x3cc) +[D] compat_sys_call_table[52]: Symbol("sys_umount" at 0xc0000000005c7c14, type=FUNC, size=0xd4) +[D] compat_sys_call_table[53]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[54]: Symbol("compat_sys_ioctl" at 0xc0000000005a9e18, type=FUNC, size=0x238) +[D] compat_sys_call_table[55]: Symbol("compat_sys_fcntl" at 0xc0000000005a70e8, type=FUNC, size=0x4c) +[D] compat_sys_call_table[56]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[57]: Symbol("sys_setpgid" at 0xc0000000001a46f0, type=FUNC, size=0x228) +[D] compat_sys_call_table[58]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[59]: Symbol("sys_olduname" at 0xc0000000001a4c98, type=FUNC, size=0x1b8) +[D] compat_sys_call_table[60]: Symbol("sys_umask" at 0xc0000000001a6610, type=FUNC, size=0x34) +[D] compat_sys_call_table[61]: Symbol("sys_chroot" at 0xc00000000057e3b4, type=FUNC, size=0x1c4) +[D] compat_sys_call_table[62]: Symbol("compat_sys_ustat" at 0xc0000000005f0428, type=FUNC, size=0x18) +[D] compat_sys_call_table[63]: Symbol("sys_dup2" at 0xc0000000005c06a4, type=FUNC, size=0x138) +[D] compat_sys_call_table[64]: Symbol("sys_getppid" at 0xc0000000001a432c, type=FUNC, size=0x44) +[D] compat_sys_call_table[65]: Symbol("sys_getpgrp" at 0xc0000000001a49c0, type=FUNC, size=0x40) +[D] compat_sys_call_table[66]: Symbol("sys_setsid" at 0xc0000000001a4c40, type=FUNC, size=0x30) +[D] compat_sys_call_table[67]: Symbol("compat_sys_sigaction" at 0xc00000000019f398, type=FUNC, size=0x8bc) +[D] compat_sys_call_table[68]: Symbol("sys_sgetmask" at 0xc00000000019fc54, type=FUNC, size=0x14) +[D] compat_sys_call_table[69]: Symbol("sys_ssetmask" at 0xc00000000019fc68, type=FUNC, size=0x88) +[D] compat_sys_call_table[70]: Symbol("sys_setreuid" at 0xc0000000001a2b48, type=FUNC, size=0x1c) +[D] compat_sys_call_table[71]: Symbol("sys_setregid" at 0xc0000000001a2618, type=FUNC, size=0x1c) +[D] compat_sys_call_table[72]: Symbol("sys_sigsuspend" at 0xc00000000019ff90, type=FUNC, size=0x64) +[D] compat_sys_call_table[73]: Symbol("compat_sys_sigpending" at 0xc00000000019e5c0, type=FUNC, size=0x1b0) +[D] compat_sys_call_table[74]: Symbol("sys_sethostname" at 0xc0000000001a4e50, type=FUNC, size=0x190) +[D] compat_sys_call_table[75]: Symbol("compat_sys_setrlimit" at 0xc0000000001a5430, type=FUNC, size=0xe0) +[D] compat_sys_call_table[76]: Symbol("compat_sys_old_getrlimit" at 0xc0000000001a5844, type=FUNC, size=0x38c) +[D] compat_sys_call_table[77]: Symbol("compat_sys_getrusage" at 0xc0000000001a65f8, type=FUNC, size=0x18) +[D] compat_sys_call_table[78]: Symbol("compat_sys_gettimeofday" at 0xc0000000002767ec, type=FUNC, size=0x324) +[D] compat_sys_call_table[79]: Symbol("compat_sys_settimeofday" at 0xc000000000276b10, type=FUNC, size=0x39c) +[D] compat_sys_call_table[80]: Symbol("sys_getgroups" at 0xc0000000001c583c, type=FUNC, size=0x278) +[D] compat_sys_call_table[81]: Symbol("sys_setgroups" at 0xc0000000001c5b34, type=FUNC, size=0x37c) +[D] compat_sys_call_table[82]: Symbol("compat_sys_old_select" at 0xc0000000005aec3c, type=FUNC, size=0xa4) +[D] compat_sys_call_table[83]: Symbol("sys_symlink" at 0xc0000000005a46e8, type=FUNC, size=0x70) +[D] compat_sys_call_table[84]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[85]: Symbol("sys_readlink" at 0xc00000000058fe7c, type=FUNC, size=0x48) +[D] compat_sys_call_table[86]: Symbol("sys_uselib" at 0xc0000000005935cc, type=FUNC, size=0x210) +[D] compat_sys_call_table[87]: Symbol("sys_swapon" at 0xc000000000500878, type=FUNC, size=0x1704) +[D] compat_sys_call_table[88]: Symbol("sys_reboot" at 0xc0000000001c2420, type=FUNC, size=0x20) +[D] compat_sys_call_table[89]: Symbol("compat_sys_old_readdir" at 0xc0000000005ab958, type=FUNC, size=0x120) +[D] compat_sys_call_table[90]: Symbol("sys_mmap" at 0xc000000000010570, type=FUNC, size=0x90) +[D] compat_sys_call_table[91]: Symbol("sys_munmap" at 0xc0000000004afa60, type=FUNC, size=0x34) +[D] compat_sys_call_table[92]: Symbol("compat_sys_truncate" at 0xc00000000057dad4, type=FUNC, size=0x130) +[D] compat_sys_call_table[93]: Symbol("compat_sys_ftruncate" at 0xc00000000057de64, type=FUNC, size=0x20) +[D] compat_sys_call_table[94]: Symbol("sys_fchmod" at 0xc00000000057e800, type=FUNC, size=0xf4) +[D] compat_sys_call_table[95]: Symbol("sys_fchown" at 0xc00000000057f668, type=FUNC, size=0x3c) +[D] compat_sys_call_table[96]: Symbol("sys_getpriority" at 0xc0000000001a2088, type=FUNC, size=0x35c) +[D] compat_sys_call_table[97]: Symbol("sys_setpriority" at 0xc0000000001a1cdc, type=FUNC, size=0x3ac) +[D] compat_sys_call_table[98]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[99]: Symbol("compat_sys_statfs" at 0xc0000000005f01f8, type=FUNC, size=0x14) +[D] compat_sys_call_table[100]: Symbol("compat_sys_fstatfs" at 0xc0000000005f020c, type=FUNC, size=0x18) +[D] compat_sys_call_table[101]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[102]: Symbol("compat_sys_socketcall" at 0xc000000000fd8b44, type=FUNC, size=0x544) +[D] compat_sys_call_table[103]: Symbol("sys_syslog" at 0xc0000000002257d0, type=FUNC, size=0x3c) +[D] compat_sys_call_table[104]: Symbol("compat_sys_setitimer" at 0xc0000000002917d0, type=FUNC, size=0x220) +[D] compat_sys_call_table[105]: Symbol("compat_sys_getitimer" at 0xc000000000291294, type=FUNC, size=0x110) +[D] compat_sys_call_table[106]: Symbol("compat_sys_newstat" at 0xc0000000005900dc, type=FUNC, size=0x14) +[D] compat_sys_call_table[107]: Symbol("compat_sys_newlstat" at 0xc0000000005900f0, type=FUNC, size=0x14) +[D] compat_sys_call_table[108]: Symbol("compat_sys_newfstat" at 0xc000000000590104, type=FUNC, size=0x18) +[D] compat_sys_call_table[109]: Symbol("sys_uname" at 0xc0000000001a4c84, type=FUNC, size=0x14) +[D] compat_sys_call_table[110]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[111]: Symbol("sys_vhangup" at 0xc000000000580364, type=FUNC, size=0x54) +[D] compat_sys_call_table[112]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[113]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[114]: Symbol("compat_sys_wait4" at 0xc0000000001860ec, type=FUNC, size=0x1c) +[D] compat_sys_call_table[115]: Symbol("sys_swapoff" at 0xc0000000004ff4a8, type=FUNC, size=0x13a8) +[D] compat_sys_call_table[116]: Symbol("compat_sys_sysinfo" at 0xc0000000001a7608, type=FUNC, size=0x14) +[D] compat_sys_call_table[117]: Symbol("compat_sys_ipc" at 0xc000000000961ab0, type=FUNC, size=0x48) +[D] compat_sys_call_table[118]: Symbol("sys_fsync" at 0xc0000000005ebc18, type=FUNC, size=0xa0) +[D] compat_sys_call_table[119]: Symbol("compat_sys_sigreturn" at 0xc00000000003c6c8, type=FUNC, size=0x274) +[D] compat_sys_call_table[120]: Symbol("sys_clone" at 0xc000000000179cb4, type=FUNC, size=0x14) +[D] compat_sys_call_table[121]: Symbol("sys_setdomainname" at 0xc0000000001a515c, type=FUNC, size=0x184) +[D] compat_sys_call_table[122]: Symbol("sys_newuname" at 0xc0000000001a4c70, type=FUNC, size=0x14) +[D] compat_sys_call_table[123]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[124]: Symbol("sys_adjtimex_time32" at 0xc000000000277248, type=FUNC, size=0x14) +[D] compat_sys_call_table[125]: Symbol("sys_mprotect" at 0xc0000000004b6670, type=FUNC, size=0x34) +[D] compat_sys_call_table[126]: Symbol("compat_sys_sigprocmask" at 0xc0000000002ae760, type=FUNC, size=0x3bc) +[D] compat_sys_call_table[127]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[128]: Symbol("sys_init_module" at 0xc00000000026e02c, type=FUNC, size=0x14) +[D] compat_sys_call_table[129]: Symbol("sys_delete_module" at 0xc00000000026e61c, type=FUNC, size=0x348) +[D] compat_sys_call_table[130]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[131]: Symbol("sys_quotactl" at 0xc000000000658e9c, type=FUNC, size=0x5a0) +[D] compat_sys_call_table[132]: Symbol("sys_getpgid" at 0xc0000000001a4918, type=FUNC, size=0xa8) +[D] compat_sys_call_table[133]: Symbol("sys_fchdir" at 0xc00000000057e2b0, type=FUNC, size=0x104) +[D] compat_sys_call_table[134]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[135]: Symbol("sys_sysfs" at 0xc0000000005c104c, type=FUNC, size=0x34c) +[D] compat_sys_call_table[136]: Symbol("compat_sys_ppc64_personality" at 0xc000000000010668, type=FUNC, size=0x60) +[D] compat_sys_call_table[137]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[138]: Symbol("sys_setfsuid" at 0xc0000000001a4114, type=FUNC, size=0x18) +[D] compat_sys_call_table[139]: Symbol("sys_setfsgid" at 0xc0000000001a4294, type=FUNC, size=0x18) +[D] compat_sys_call_table[140]: Symbol("sys_llseek" at 0xc000000000582680, type=FUNC, size=0x1a8) +[D] compat_sys_call_table[141]: Symbol("compat_sys_getdents" at 0xc0000000005aba78, type=FUNC, size=0x2a0) +[D] compat_sys_call_table[142]: Symbol("compat_sys_select" at 0xc0000000005aec08, type=FUNC, size=0x34) +[D] compat_sys_call_table[143]: Symbol("sys_flock" at 0xc000000000633820, type=FUNC, size=0x1c) +[D] compat_sys_call_table[144]: Symbol("sys_msync" at 0xc0000000004b9390, type=FUNC, size=0x434) +[D] compat_sys_call_table[145]: Symbol("sys_readv" at 0xc000000000584368, type=FUNC, size=0x18) +[D] compat_sys_call_table[146]: Symbol("sys_writev" at 0xc000000000584380, type=FUNC, size=0x18) +[D] compat_sys_call_table[147]: Symbol("sys_getsid" at 0xc0000000001a4a00, type=FUNC, size=0xa8) +[D] compat_sys_call_table[148]: Symbol("sys_fdatasync" at 0xc0000000005ebcb8, type=FUNC, size=0xe8) +[D] compat_sys_call_table[149]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[150]: Symbol("sys_mlock" at 0xc0000000004a8db8, type=FUNC, size=0x34) +[D] compat_sys_call_table[151]: Symbol("sys_munlock" at 0xc0000000004a8e68, type=FUNC, size=0x150) +[D] compat_sys_call_table[152]: Symbol("sys_mlockall" at 0xc0000000004a8fb8, type=FUNC, size=0x278) +[D] compat_sys_call_table[153]: Symbol("sys_munlockall" at 0xc0000000004a9230, type=FUNC, size=0x128) +[D] compat_sys_call_table[154]: Symbol("sys_sched_setparam" at 0xc0000000001d7398, type=FUNC, size=0x3c) +[D] compat_sys_call_table[155]: Symbol("sys_sched_getparam" at 0xc0000000001d79cc, type=FUNC, size=0x11c) +[D] compat_sys_call_table[156]: Symbol("sys_sched_setscheduler" at 0xc0000000001d734c, type=FUNC, size=0x4c) +[D] compat_sys_call_table[157]: Symbol("sys_sched_getscheduler" at 0xc0000000001d7928, type=FUNC, size=0xa4) +[D] compat_sys_call_table[158]: Symbol("sys_sched_yield" at 0xc0000000001d805c, type=FUNC, size=0x34) +[D] compat_sys_call_table[159]: Symbol("sys_sched_get_priority_max" at 0xc0000000001d8114, type=FUNC, size=0x50) +[D] compat_sys_call_table[160]: Symbol("sys_sched_get_priority_min" at 0xc0000000001d8164, type=FUNC, size=0x50) +[D] compat_sys_call_table[161]: Symbol("sys_sched_rr_get_interval_time32" at 0xc0000000001d827c, type=FUNC, size=0xc0) +[D] compat_sys_call_table[162]: Symbol("sys_nanosleep_time32" at 0xc00000000027f2a0, type=FUNC, size=0x120) +[D] compat_sys_call_table[163]: Symbol("sys_mremap" at 0xc0000000004b9370, type=FUNC, size=0x14) +[D] compat_sys_call_table[164]: Symbol("sys_setresuid" at 0xc0000000001a3288, type=FUNC, size=0x20) +[D] compat_sys_call_table[165]: Symbol("sys_getresuid" at 0xc0000000001a32a8, type=FUNC, size=0x3ec) +[D] compat_sys_call_table[166]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[167]: Symbol("sys_poll" at 0xc0000000005ae970, type=FUNC, size=0x14c) +[D] compat_sys_call_table[168]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[169]: Symbol("sys_setresgid" at 0xc0000000001a3ba0, type=FUNC, size=0x20) +[D] compat_sys_call_table[170]: Symbol("sys_getresgid" at 0xc0000000001a3bc0, type=FUNC, size=0x3e0) +[D] compat_sys_call_table[171]: Symbol("sys_prctl" at 0xc0000000001a6664, type=FUNC, size=0xc20) +[D] compat_sys_call_table[172]: Symbol("compat_sys_rt_sigreturn" at 0xc00000000003c004, type=FUNC, size=0x6c4) +[D] compat_sys_call_table[173]: Symbol("compat_sys_rt_sigaction" at 0xc00000000019ea78, type=FUNC, size=0x920) +[D] compat_sys_call_table[174]: Symbol("compat_sys_rt_sigprocmask" at 0xc000000000198710, type=FUNC, size=0x170) +[D] compat_sys_call_table[175]: Symbol("compat_sys_rt_sigpending" at 0xc000000000198950, type=FUNC, size=0x110) +[D] compat_sys_call_table[176]: Symbol("compat_sys_rt_sigtimedwait_time32" at 0xc00000000019cb4c, type=FUNC, size=0x150) +[D] compat_sys_call_table[177]: Symbol("compat_sys_rt_sigqueueinfo" at 0xc00000000019d414, type=FUNC, size=0xac) +[D] compat_sys_call_table[178]: Symbol("compat_sys_rt_sigsuspend" at 0xc00000000019fee0, type=FUNC, size=0xb0) +[D] compat_sys_call_table[179]: Symbol("compat_sys_ppc_pread64" at 0xc0000000000399a0, type=FUNC, size=0x44) +[D] compat_sys_call_table[180]: Symbol("compat_sys_ppc_pwrite64" at 0xc0000000000399e4, type=FUNC, size=0x44) +[D] compat_sys_call_table[181]: Symbol("sys_chown" at 0xc00000000057f16c, type=FUNC, size=0x154) +[D] compat_sys_call_table[182]: Symbol("sys_getcwd" at 0xc0000000005ee568, type=FUNC, size=0x210) +[D] compat_sys_call_table[183]: Symbol("sys_capget" at 0xc00000000018f6b4, type=FUNC, size=0x318) +[D] compat_sys_call_table[184]: Symbol("sys_capset" at 0xc00000000018f9cc, type=FUNC, size=0x334) +[D] compat_sys_call_table[185]: Symbol("compat_sys_sigaltstack" at 0xc00000000019e0d8, type=FUNC, size=0x30) +[D] compat_sys_call_table[186]: Symbol("compat_sys_sendfile" at 0xc000000000585670, type=FUNC, size=0x350) +[D] compat_sys_call_table[187]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[188]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[189]: Symbol("sys_vfork" at 0xc000000000179c34, type=FUNC, size=0x80) +[D] compat_sys_call_table[190]: Symbol("compat_sys_getrlimit" at 0xc0000000001a5510, type=FUNC, size=0x1a4) +[D] compat_sys_call_table[191]: Symbol("compat_sys_ppc_readahead" at 0xc000000000039a28, type=FUNC, size=0x44) +[D] compat_sys_call_table[192]: Symbol("compat_sys_mmap2" at 0xc0000000000104e0, type=FUNC, size=0x90) +[D] compat_sys_call_table[193]: Symbol("compat_sys_ppc_truncate64" at 0xc000000000039a6c, type=FUNC, size=0x3c) +[D] compat_sys_call_table[194]: Symbol("compat_sys_ppc_ftruncate64" at 0xc000000000039aa8, type=FUNC, size=0x48) +[D] compat_sys_call_table[195]: Symbol("sys_stat64" at 0xc00000000058fec4, type=FUNC, size=0x14) +[D] compat_sys_call_table[196]: Symbol("sys_lstat64" at 0xc00000000058fed8, type=FUNC, size=0x14) +[D] compat_sys_call_table[197]: Symbol("sys_fstat64" at 0xc00000000058feec, type=FUNC, size=0x14) +[D] compat_sys_call_table[198]: Symbol("sys_pciconfig_read" at 0xc000000000b0ecd0, type=FUNC, size=0x6c0) +[D] compat_sys_call_table[199]: Symbol("sys_pciconfig_write" at 0xc000000000b0f390, type=FUNC, size=0x4b8) +[D] compat_sys_call_table[200]: Symbol("sys_pciconfig_iobase" at 0xc00000000006ec84, type=FUNC, size=0x1e8) +[D] compat_sys_call_table[201]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[202]: Symbol("sys_getdents64" at 0xc0000000005ab6b8, type=FUNC, size=0x2a0) +[D] compat_sys_call_table[203]: Symbol("sys_pivot_root" at 0xc0000000005cbe7c, type=FUNC, size=0x63c) +[D] compat_sys_call_table[204]: Symbol("compat_sys_fcntl64" at 0xc0000000005a70c8, type=FUNC, size=0x20) +[D] compat_sys_call_table[205]: Symbol("sys_madvise" at 0xc0000000004f6930, type=FUNC, size=0x4c) +[D] compat_sys_call_table[206]: Symbol("sys_mincore" at 0xc0000000004a62e4, type=FUNC, size=0x380) +[D] compat_sys_call_table[207]: Symbol("sys_gettid" at 0xc0000000001a42ec, type=FUNC, size=0x40) +[D] compat_sys_call_table[208]: Symbol("sys_tkill" at 0xc00000000019d2c8, type=FUNC, size=0x50) +[D] compat_sys_call_table[209]: Symbol("sys_setxattr" at 0xc0000000005d2f4c, type=FUNC, size=0x38) +[D] compat_sys_call_table[210]: Symbol("sys_lsetxattr" at 0xc0000000005d2f84, type=FUNC, size=0x38) +[D] compat_sys_call_table[211]: Symbol("sys_fsetxattr" at 0xc0000000005d2fbc, type=FUNC, size=0x14c) +[D] compat_sys_call_table[212]: Symbol("sys_getxattr" at 0xc0000000005d350c, type=FUNC, size=0x18) +[D] compat_sys_call_table[213]: Symbol("sys_lgetxattr" at 0xc0000000005d3524, type=FUNC, size=0x18) +[D] compat_sys_call_table[214]: Symbol("sys_fgetxattr" at 0xc0000000005d353c, type=FUNC, size=0x14c) +[D] compat_sys_call_table[215]: Symbol("sys_listxattr" at 0xc0000000005d3688, type=FUNC, size=0x18) +[D] compat_sys_call_table[216]: Symbol("sys_llistxattr" at 0xc0000000005d36a0, type=FUNC, size=0x18) +[D] compat_sys_call_table[217]: Symbol("sys_flistxattr" at 0xc0000000005d36b8, type=FUNC, size=0x120) +[D] compat_sys_call_table[218]: Symbol("sys_removexattr" at 0xc0000000005d37d8, type=FUNC, size=0x34) +[D] compat_sys_call_table[219]: Symbol("sys_lremovexattr" at 0xc0000000005d380c, type=FUNC, size=0x34) +[D] compat_sys_call_table[220]: Symbol("sys_fremovexattr" at 0xc0000000005d3840, type=FUNC, size=0x128) +[D] compat_sys_call_table[221]: Symbol("sys_futex_time32" at 0xc00000000029e8d8, type=FUNC, size=0x23c) +[D] compat_sys_call_table[222]: Symbol("compat_sys_sched_setaffinity" at 0xc0000000002af3e0, type=FUNC, size=0x1c) +[D] compat_sys_call_table[223]: Symbol("compat_sys_sched_getaffinity" at 0xc0000000002af7a0, type=FUNC, size=0x1c) +[D] compat_sys_call_table[224]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[225]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[226]: Symbol("compat_sys_sendfile64" at 0xc0000000005859c0, type=FUNC, size=0x22c) +[D] compat_sys_call_table[227]: Symbol("compat_sys_io_setup" at 0xc000000000622608, type=FUNC, size=0x3b0) +[D] compat_sys_call_table[228]: Symbol("sys_io_destroy" at 0xc0000000006229b8, type=FUNC, size=0x178) +[D] compat_sys_call_table[229]: Symbol("sys_io_getevents_time32" at 0xc0000000006238d0, type=FUNC, size=0x128) +[D] compat_sys_call_table[230]: Symbol("compat_sys_io_submit" at 0xc000000000622ed8, type=FUNC, size=0x3a0) +[D] compat_sys_call_table[231]: Symbol("sys_io_cancel" at 0xc000000000623278, type=FUNC, size=0x358) +[D] compat_sys_call_table[232]: Symbol("sys_set_tid_address" at 0xc0000000001777a8, type=FUNC, size=0x48) +[D] compat_sys_call_table[233]: Symbol("compat_sys_ppc32_fadvise64" at 0xc000000000039af0, type=FUNC, size=0x48) +[D] compat_sys_call_table[234]: Symbol("sys_exit_group" at 0xc000000000184d68, type=FUNC, size=0x24) +[D] compat_sys_call_table[235]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[236]: Symbol("sys_epoll_create" at 0xc000000000611888, type=FUNC, size=0x50) +[D] compat_sys_call_table[237]: Symbol("sys_epoll_ctl" at 0xc000000000612894, type=FUNC, size=0xc8) +[D] compat_sys_call_table[238]: Symbol("sys_epoll_wait" at 0xc00000000061295c, type=FUNC, size=0x134) +[D] compat_sys_call_table[239]: Symbol("sys_remap_file_pages" at 0xc0000000004b302c, type=FUNC, size=0x3f0) +[D] compat_sys_call_table[240]: Symbol("compat_sys_timer_create" at 0xc00000000028bb58, type=FUNC, size=0xe0) +[D] compat_sys_call_table[241]: Symbol("sys_timer_settime32" at 0xc00000000028bf9c, type=FUNC, size=0x160) +[D] compat_sys_call_table[242]: Symbol("sys_timer_gettime32" at 0xc00000000028bcf0, type=FUNC, size=0xb0) +[D] compat_sys_call_table[243]: Symbol("sys_timer_getoverrun" at 0xc00000000028bda0, type=FUNC, size=0xbc) +[D] compat_sys_call_table[244]: Symbol("sys_timer_delete" at 0xc00000000028c0fc, type=FUNC, size=0x1cc) +[D] compat_sys_call_table[245]: Symbol("sys_clock_settime32" at 0xc00000000028ca58, type=FUNC, size=0x158) +[D] compat_sys_call_table[246]: Symbol("sys_clock_gettime32" at 0xc00000000028cbb0, type=FUNC, size=0x158) +[D] compat_sys_call_table[247]: Symbol("sys_clock_getres_time32" at 0xc00000000028cd20, type=FUNC, size=0x18c) +[D] compat_sys_call_table[248]: Symbol("sys_clock_nanosleep_time32" at 0xc00000000028d090, type=FUNC, size=0x1f0) +[D] compat_sys_call_table[249]: Symbol("compat_sys_swapcontext" at 0xc00000000003b9d8, type=FUNC, size=0x62c) +[D] compat_sys_call_table[250]: Symbol("sys_tgkill" at 0xc00000000019d270, type=FUNC, size=0x58) +[D] compat_sys_call_table[251]: Symbol("sys_utimes_time32" at 0xc0000000005ed6c8, type=FUNC, size=0x28) +[D] compat_sys_call_table[252]: Symbol("compat_sys_statfs64" at 0xc0000000005f02f0, type=FUNC, size=0x34) +[D] compat_sys_call_table[253]: Symbol("compat_sys_fstatfs64" at 0xc0000000005f03f0, type=FUNC, size=0x38) +[D] compat_sys_call_table[254]: Symbol("sys_ppc_fadvise64_64" at 0xc0000000000106c8, type=FUNC, size=0x50) +[D] compat_sys_call_table[255]: Symbol("sys_rtas" at 0xc0000000000472a0, type=FUNC, size=0x638) +[D] compat_sys_call_table[256]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[257]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[258]: Symbol("sys_migrate_pages" at 0xc00000000051aeac, type=FUNC, size=0x3a0) +[D] compat_sys_call_table[259]: Symbol("sys_mbind" at 0xc00000000051ef5c, type=FUNC, size=0x158) +[D] compat_sys_call_table[260]: Symbol("sys_get_mempolicy" at 0xc00000000051b24c, type=FUNC, size=0xa54) +[D] compat_sys_call_table[261]: Symbol("sys_set_mempolicy" at 0xc00000000051ad78, type=FUNC, size=0x134) +[D] compat_sys_call_table[262]: Symbol("compat_sys_mq_open" at 0xc000000000965f80, type=FUNC, size=0x148) +[D] compat_sys_call_table[263]: Symbol("sys_mq_unlink" at 0xc000000000965ab8, type=FUNC, size=0x1ec) +[D] compat_sys_call_table[264]: Symbol("sys_mq_timedsend_time32" at 0xc0000000009661c0, type=FUNC, size=0x108) +[D] compat_sys_call_table[265]: Symbol("sys_mq_timedreceive_time32" at 0xc0000000009662c8, type=FUNC, size=0x100) +[D] compat_sys_call_table[266]: Symbol("compat_sys_mq_notify" at 0xc0000000009660c8, type=FUNC, size=0xe0) +[D] compat_sys_call_table[267]: Symbol("compat_sys_mq_getsetattr" at 0xc0000000009661a8, type=FUNC, size=0x18) +[D] compat_sys_call_table[268]: Symbol("compat_sys_kexec_load" at 0xc0000000002abf38, type=FUNC, size=0x23c) +[D] compat_sys_call_table[269]: Symbol("sys_add_key" at 0xc00000000096d400, type=FUNC, size=0x308) +[D] compat_sys_call_table[270]: Symbol("sys_request_key" at 0xc00000000096d708, type=FUNC, size=0x29c) +[D] compat_sys_call_table[271]: Symbol("compat_sys_keyctl" at 0xc0000000009741b0, type=FUNC, size=0x5d0) +[D] compat_sys_call_table[272]: Symbol("compat_sys_waitid" at 0xc000000000186108, type=FUNC, size=0x20) +[D] compat_sys_call_table[273]: Symbol("sys_ioprio_set" at 0xc000000000a1d2cc, type=FUNC, size=0x3b0) +[D] compat_sys_call_table[274]: Symbol("sys_ioprio_get" at 0xc000000000a1d67c, type=FUNC, size=0x4a0) +[D] compat_sys_call_table[275]: Symbol("sys_inotify_init" at 0xc000000000609964, type=FUNC, size=0x34) +[D] compat_sys_call_table[276]: Symbol("sys_inotify_add_watch" at 0xc000000000609998, type=FUNC, size=0x5c8) +[D] compat_sys_call_table[277]: Symbol("sys_inotify_rm_watch" at 0xc000000000609f60, type=FUNC, size=0x170) +[D] compat_sys_call_table[278]: Symbol("sys_spu_run" at 0xc000000000112b10, type=FUNC, size=0xe0) +[D] compat_sys_call_table[279]: Symbol("sys_spu_create" at 0xc0000000001129d4, type=FUNC, size=0x13c) +[D] compat_sys_call_table[280]: Symbol("compat_sys_pselect6_time32" at 0xc0000000005aee98, type=FUNC, size=0x1b0) +[D] compat_sys_call_table[281]: Symbol("compat_sys_ppoll_time32" at 0xc0000000005af048, type=FUNC, size=0x140) +[D] compat_sys_call_table[282]: Symbol("sys_unshare" at 0xc00000000017a3ec, type=FUNC, size=0x30) +[D] compat_sys_call_table[283]: Symbol("sys_splice" at 0xc0000000005ea9f0, type=FUNC, size=0x394) +[D] compat_sys_call_table[284]: Symbol("sys_tee" at 0xc0000000005eb33c, type=FUNC, size=0x16c) +[D] compat_sys_call_table[285]: Symbol("sys_vmsplice" at 0xc0000000005ea9d4, type=FUNC, size=0x1c) +[D] compat_sys_call_table[286]: Symbol("compat_sys_openat" at 0xc000000000580110, type=FUNC, size=0xd0) +[D] compat_sys_call_table[287]: Symbol("sys_mkdirat" at 0xc0000000005a3b0c, type=FUNC, size=0xd0) +[D] compat_sys_call_table[288]: Symbol("sys_mknodat" at 0xc0000000005a3754, type=FUNC, size=0xe0) +[D] compat_sys_call_table[289]: Symbol("sys_fchownat" at 0xc00000000057f12c, type=FUNC, size=0x40) +[D] compat_sys_call_table[290]: Symbol("sys_futimesat_time32" at 0xc0000000005ed6b0, type=FUNC, size=0x18) +[D] compat_sys_call_table[291]: Symbol("sys_fstatat64" at 0xc00000000058ff00, type=FUNC, size=0x1c) +[D] compat_sys_call_table[292]: Symbol("sys_unlinkat" at 0xc0000000005a4340, type=FUNC, size=0xa8) +[D] compat_sys_call_table[293]: Symbol("sys_renameat" at 0xc0000000005a53f0, type=FUNC, size=0x98) +[D] compat_sys_call_table[294]: Symbol("sys_linkat" at 0xc0000000005a4b6c, type=FUNC, size=0xa0) +[D] compat_sys_call_table[295]: Symbol("sys_symlinkat" at 0xc0000000005a466c, type=FUNC, size=0x7c) +[D] compat_sys_call_table[296]: Symbol("sys_readlinkat" at 0xc00000000058fe44, type=FUNC, size=0x38) +[D] compat_sys_call_table[297]: Symbol("sys_fchmodat" at 0xc00000000057ea6c, type=FUNC, size=0x114) +[D] compat_sys_call_table[298]: Symbol("sys_faccessat" at 0xc00000000057e0f8, type=FUNC, size=0x20) +[D] compat_sys_call_table[299]: Symbol("compat_sys_get_robust_list" at 0xc00000000029e5d8, type=FUNC, size=0x300) +[D] compat_sys_call_table[300]: Symbol("compat_sys_set_robust_list" at 0xc00000000029e5a4, type=FUNC, size=0x34) +[D] compat_sys_call_table[301]: Symbol("sys_move_pages" at 0xc000000000533844, type=FUNC, size=0xc80) +[D] compat_sys_call_table[302]: Symbol("sys_getcpu" at 0xc0000000001a7284, type=FUNC, size=0x370) +[D] compat_sys_call_table[303]: Symbol("compat_sys_epoll_pwait" at 0xc000000000612d48, type=FUNC, size=0x168) +[D] compat_sys_call_table[304]: Symbol("sys_utimensat_time32" at 0xc0000000005ed578, type=FUNC, size=0x138) +[D] compat_sys_call_table[305]: Symbol("compat_sys_signalfd" at 0xc0000000006142e0, type=FUNC, size=0xc8) +[D] compat_sys_call_table[306]: Symbol("sys_timerfd_create" at 0xc000000000615a08, type=FUNC, size=0x1c4) +[D] compat_sys_call_table[307]: Symbol("sys_eventfd" at 0xc000000000616f80, type=FUNC, size=0x38) +[D] compat_sys_call_table[308]: Symbol("compat_sys_ppc_sync_file_range2" at 0xc000000000039b38, type=FUNC, size=0x50) +[D] compat_sys_call_table[309]: Symbol("compat_sys_fallocate" at 0xc00000000057e038, type=FUNC, size=0xc0) +[D] compat_sys_call_table[310]: Symbol("sys_subpage_prot" at 0xc00000000008c4dc, type=FUNC, size=0x9ac) +[D] compat_sys_call_table[311]: Symbol("sys_timerfd_settime32" at 0xc000000000615d80, type=FUNC, size=0x100) +[D] compat_sys_call_table[312]: Symbol("sys_timerfd_gettime32" at 0xc000000000615e80, type=FUNC, size=0xb0) +[D] compat_sys_call_table[313]: Symbol("compat_sys_signalfd4" at 0xc000000000614208, type=FUNC, size=0xd8) +[D] compat_sys_call_table[314]: Symbol("sys_eventfd2" at 0xc000000000616f48, type=FUNC, size=0x38) +[D] compat_sys_call_table[315]: Symbol("sys_epoll_create1" at 0xc000000000611854, type=FUNC, size=0x34) +[D] compat_sys_call_table[316]: Symbol("sys_dup3" at 0xc0000000005c0668, type=FUNC, size=0x3c) +[D] compat_sys_call_table[317]: Symbol("sys_pipe2" at 0xc000000000597b10, type=FUNC, size=0x34) +[D] compat_sys_call_table[318]: Symbol("sys_inotify_init1" at 0xc000000000609930, type=FUNC, size=0x34) +[D] compat_sys_call_table[319]: Symbol("sys_perf_event_open" at 0xc000000000421840, type=FUNC, size=0x20) +[D] compat_sys_call_table[320]: Symbol("compat_sys_preadv" at 0xc000000000584a3c, type=FUNC, size=0x170) +[D] compat_sys_call_table[321]: Symbol("compat_sys_pwritev" at 0xc000000000584d84, type=FUNC, size=0x178) +[D] compat_sys_call_table[322]: Symbol("compat_sys_rt_tgsigqueueinfo" at 0xc00000000019d644, type=FUNC, size=0x11c) +[D] compat_sys_call_table[323]: Symbol("sys_fanotify_init" at 0xc00000000060ed64, type=FUNC, size=0x3d8) +[D] compat_sys_call_table[324]: Symbol("compat_sys_fanotify_mark" at 0xc00000000060f178, type=FUNC, size=0x48) +[D] compat_sys_call_table[325]: Symbol("sys_prlimit64" at 0xc0000000001a5bd0, type=FUNC, size=0x364) +[D] compat_sys_call_table[326]: Symbol("sys_socket" at 0xc000000000f21f80, type=FUNC, size=0x3c) +[D] compat_sys_call_table[327]: Symbol("sys_bind" at 0xc000000000f226a0, type=FUNC, size=0x38) +[D] compat_sys_call_table[328]: Symbol("sys_connect" at 0xc000000000f22e48, type=FUNC, size=0x38) +[D] compat_sys_call_table[329]: Symbol("sys_listen" at 0xc000000000f227e8, type=FUNC, size=0x38) +[D] compat_sys_call_table[330]: Symbol("sys_accept" at 0xc000000000f22c00, type=FUNC, size=0x38) +[D] compat_sys_call_table[331]: Symbol("sys_getsockname" at 0xc000000000f22fb8, type=FUNC, size=0x34) +[D] compat_sys_call_table[332]: Symbol("sys_getpeername" at 0xc000000000f23164, type=FUNC, size=0x34) +[D] compat_sys_call_table[333]: Symbol("sys_socketpair" at 0xc000000000f22514, type=FUNC, size=0x3c) +[D] compat_sys_call_table[334]: Symbol("sys_send" at 0xc000000000f2340c, type=FUNC, size=0x40) +[D] compat_sys_call_table[335]: Symbol("sys_sendto" at 0xc000000000f233d0, type=FUNC, size=0x3c) +[D] compat_sys_call_table[336]: Symbol("compat_sys_recv" at 0xc000000000fd8a20, type=FUNC, size=0x4c) +[D] compat_sys_call_table[337]: Symbol("compat_sys_recvfrom" at 0xc000000000fd8a6c, type=FUNC, size=0x44) +[D] compat_sys_call_table[338]: Symbol("sys_shutdown" at 0xc000000000f23a88, type=FUNC, size=0x38) +[D] compat_sys_call_table[339]: Symbol("sys_setsockopt" at 0xc000000000f23790, type=FUNC, size=0x40) +[D] compat_sys_call_table[340]: Symbol("sys_getsockopt" at 0xc000000000f238d0, type=FUNC, size=0x3c) +[D] compat_sys_call_table[341]: Symbol("compat_sys_sendmsg" at 0xc000000000fd8950, type=FUNC, size=0x44) +[D] compat_sys_call_table[342]: Symbol("compat_sys_recvmsg" at 0xc000000000fd89dc, type=FUNC, size=0x44) +[D] compat_sys_call_table[343]: Symbol("compat_sys_recvmmsg_time32" at 0xc000000000fd8af8, type=FUNC, size=0x4c) +[D] compat_sys_call_table[344]: Symbol("sys_accept4" at 0xc000000000f22bc8, type=FUNC, size=0x38) +[D] compat_sys_call_table[345]: Symbol("sys_name_to_handle_at" at 0xc000000000644778, type=FUNC, size=0x410) +[D] compat_sys_call_table[346]: Symbol("compat_sys_open_by_handle_at" at 0xc000000000644ba8, type=FUNC, size=0x1c) +[D] compat_sys_call_table[347]: Symbol("sys_clock_adjtime32" at 0xc00000000028cd08, type=FUNC, size=0x18) +[D] compat_sys_call_table[348]: Symbol("sys_syncfs" at 0xc0000000005ebb1c, type=FUNC, size=0xfc) +[D] compat_sys_call_table[349]: Symbol("compat_sys_sendmmsg" at 0xc000000000fd8994, type=FUNC, size=0x48) +[D] compat_sys_call_table[350]: Symbol("sys_setns" at 0xc0000000001bd230, type=FUNC, size=0x83c) +[D] compat_sys_call_table[351]: Symbol("sys_process_vm_readv" at 0xc0000000004cec30, type=FUNC, size=0x1c) +[D] compat_sys_call_table[352]: Symbol("sys_process_vm_writev" at 0xc0000000004cec4c, type=FUNC, size=0x1c) +[D] compat_sys_call_table[353]: Symbol("sys_finit_module" at 0xc00000000026e040, type=FUNC, size=0x448) +[D] compat_sys_call_table[354]: Symbol("sys_kcmp" at 0xc000000000272370, type=FUNC, size=0x68c) +[D] compat_sys_call_table[355]: Symbol("sys_sched_setattr" at 0xc0000000001d73d4, type=FUNC, size=0x554) +[D] compat_sys_call_table[356]: Symbol("sys_sched_getattr" at 0xc0000000001d7ae8, type=FUNC, size=0x234) +[D] compat_sys_call_table[357]: Symbol("sys_renameat2" at 0xc0000000005a534c, type=FUNC, size=0xa4) +[D] compat_sys_call_table[358]: Symbol("sys_seccomp" at 0xc0000000002f71c4, type=FUNC, size=0x1c) +[D] compat_sys_call_table[359]: Symbol("sys_getrandom" at 0xc000000000bb62ec, type=FUNC, size=0x144) +[D] compat_sys_call_table[360]: Symbol("sys_memfd_create" at 0xc00000000057a658, type=FUNC, size=0x454) +[D] compat_sys_call_table[361]: Symbol("sys_bpf" at 0xc0000000003842bc, type=FUNC, size=0x40) +[D] compat_sys_call_table[362]: Symbol("compat_sys_execveat" at 0xc000000000594b88, type=FUNC, size=0x8c) +[D] compat_sys_call_table[363]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[364]: Symbol("sys_userfaultfd" at 0xc00000000061d260, type=FUNC, size=0x7c) +[D] compat_sys_call_table[365]: Symbol("sys_membarrier" at 0xc00000000021966c, type=FUNC, size=0x3b4) +[D] compat_sys_call_table[366]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[367]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[368]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[369]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[370]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[371]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[372]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[373]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[374]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[375]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[376]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[377]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[378]: Symbol("sys_mlock2" at 0xc0000000004a8dec, type=FUNC, size=0x7c) +[D] compat_sys_call_table[379]: Symbol("sys_copy_file_range" at 0xc000000000586644, type=FUNC, size=0x2a8) +[D] compat_sys_call_table[380]: Symbol("compat_sys_preadv2" at 0xc000000000584bac, type=FUNC, size=0x1d8) +[D] compat_sys_call_table[381]: Symbol("compat_sys_pwritev2" at 0xc000000000584efc, type=FUNC, size=0x1d8) +[D] compat_sys_call_table[382]: Symbol("sys_kexec_file_load" at 0xc0000000002ad1c4, type=FUNC, size=0xa04) +[D] compat_sys_call_table[383]: Symbol("sys_statx" at 0xc000000000590010, type=FUNC, size=0xcc) +[D] compat_sys_call_table[384]: Symbol("sys_pkey_alloc" at 0xc0000000004b66d8, type=FUNC, size=0x250) +[D] compat_sys_call_table[385]: Symbol("sys_pkey_free" at 0xc0000000004b6928, type=FUNC, size=0x17c) +[D] compat_sys_call_table[386]: Symbol("sys_pkey_mprotect" at 0xc0000000004b66a4, type=FUNC, size=0x34) +[D] compat_sys_call_table[387]: Symbol("sys_rseq" at 0xc00000000042ff98, type=FUNC, size=0x594) +[D] compat_sys_call_table[388]: Symbol("compat_sys_io_pgetevents" at 0xc0000000006239f8, type=FUNC, size=0x1dc) +[D] compat_sys_call_table[389]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[390]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[391]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[392]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[393]: Symbol("sys_semget" at 0xc00000000095a818, type=FUNC, size=0xc0) +[D] compat_sys_call_table[394]: Symbol("compat_sys_semctl" at 0xc00000000095aa14, type=FUNC, size=0x28) +[D] compat_sys_call_table[395]: Symbol("sys_shmget" at 0xc0000000009600b4, type=FUNC, size=0x88) +[D] compat_sys_call_table[396]: Symbol("compat_sys_shmctl" at 0xc000000000960254, type=FUNC, size=0x20) +[D] compat_sys_call_table[397]: Symbol("compat_sys_shmat" at 0xc000000000960a84, type=FUNC, size=0x98) +[D] compat_sys_call_table[398]: Symbol("sys_shmdt" at 0xc000000000960e3c, type=FUNC, size=0x14) +[D] compat_sys_call_table[399]: Symbol("sys_msgget" at 0xc000000000955afc, type=FUNC, size=0x88) +[D] compat_sys_call_table[400]: Symbol("compat_sys_msgsnd" at 0xc000000000956074, type=FUNC, size=0x24) +[D] compat_sys_call_table[401]: Symbol("compat_sys_msgrcv" at 0xc0000000009560f4, type=FUNC, size=0x30) +[D] compat_sys_call_table[402]: Symbol("compat_sys_msgctl" at 0xc000000000955c9c, type=FUNC, size=0x20) +[D] compat_sys_call_table[403]: Symbol("sys_clock_gettime" at 0xc00000000028c6a0, type=FUNC, size=0x158) +[D] compat_sys_call_table[404]: Symbol("sys_clock_settime" at 0xc00000000028c53c, type=FUNC, size=0x164) +[D] compat_sys_call_table[405]: Symbol("sys_clock_adjtime" at 0xc00000000028c8d4, type=FUNC, size=0x18) +[D] compat_sys_call_table[406]: Symbol("sys_clock_getres" at 0xc00000000028c8ec, type=FUNC, size=0x16c) +[D] compat_sys_call_table[407]: Symbol("sys_clock_nanosleep" at 0xc00000000028ceac, type=FUNC, size=0x1e4) +[D] compat_sys_call_table[408]: Symbol("sys_timer_gettime" at 0xc00000000028bc38, type=FUNC, size=0xb8) +[D] compat_sys_call_table[409]: Symbol("sys_timer_settime" at 0xc00000000028be5c, type=FUNC, size=0x140) +[D] compat_sys_call_table[410]: Symbol("sys_timerfd_gettime" at 0xc000000000615cd0, type=FUNC, size=0xb0) +[D] compat_sys_call_table[411]: Symbol("sys_timerfd_settime" at 0xc000000000615bcc, type=FUNC, size=0x104) +[D] compat_sys_call_table[412]: Symbol("sys_utimensat" at 0xc0000000005ecdf0, type=FUNC, size=0x130) +[D] compat_sys_call_table[413]: Symbol("compat_sys_pselect6_time64" at 0xc0000000005aece0, type=FUNC, size=0x1b8) +[D] compat_sys_call_table[414]: Symbol("compat_sys_ppoll_time64" at 0xc0000000005af188, type=FUNC, size=0x140) +[D] compat_sys_call_table[415]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[416]: Symbol("sys_io_pgetevents" at 0xc0000000006236f0, type=FUNC, size=0x1e0) +[D] compat_sys_call_table[417]: Symbol("compat_sys_recvmmsg_time64" at 0xc000000000fd8ab0, type=FUNC, size=0x48) +[D] compat_sys_call_table[418]: Symbol("sys_mq_timedsend" at 0xc000000000965ca4, type=FUNC, size=0x104) +[D] compat_sys_call_table[419]: Symbol("sys_mq_timedreceive" at 0xc000000000965da8, type=FUNC, size=0x100) +[D] compat_sys_call_table[420]: Symbol("sys_semtimedop" at 0xc00000000095c3d0, type=FUNC, size=0x118) +[D] compat_sys_call_table[421]: Symbol("compat_sys_rt_sigtimedwait_time64" at 0xc00000000019c9f0, type=FUNC, size=0x15c) +[D] compat_sys_call_table[422]: Symbol("sys_futex" at 0xc00000000029dba8, type=FUNC, size=0x23c) +[D] compat_sys_call_table[423]: Symbol("sys_sched_rr_get_interval" at 0xc0000000001d81b4, type=FUNC, size=0xc8) +[D] compat_sys_call_table[424]: Symbol("sys_pidfd_send_signal" at 0xc00000000019cf7c, type=FUNC, size=0x2f4) +[D] compat_sys_call_table[425]: Symbol("sys_io_uring_setup" at 0xc000000000a44bd4, type=FUNC, size=0xf4) +[D] compat_sys_call_table[426]: Symbol("sys_io_uring_enter" at 0xc000000000a43cbc, type=FUNC, size=0xeec) +[D] compat_sys_call_table[427]: Symbol("sys_io_uring_register" at 0xc000000000a5dda8, type=FUNC, size=0xe9c) +[D] compat_sys_call_table[428]: Symbol("sys_open_tree" at 0xc0000000005c9784, type=FUNC, size=0x45c) +[D] compat_sys_call_table[429]: Symbol("sys_move_mount" at 0xc0000000005cb92c, type=FUNC, size=0x4c4) +[D] compat_sys_call_table[430]: Symbol("sys_fsopen" at 0xc0000000005f4088, type=FUNC, size=0x1dc) +[D] compat_sys_call_table[431]: Symbol("sys_fsconfig" at 0xc0000000005f4470, type=FUNC, size=0x6f0) +[D] compat_sys_call_table[432]: Symbol("sys_fsmount" at 0xc0000000005cb54c, type=FUNC, size=0x3e0) +[D] compat_sys_call_table[433]: Symbol("sys_fspick" at 0xc0000000005f4264, type=FUNC, size=0x20c) +[D] compat_sys_call_table[434]: Symbol("sys_pidfd_open" at 0xc0000000001b69e4, type=FUNC, size=0x178) +[D] compat_sys_call_table[435]: Symbol("sys_clone3" at 0xc000000000179cc8, type=FUNC, size=0x14) +[D] compat_sys_call_table[436]: Symbol("sys_close_range" at 0xc000000000580324, type=FUNC, size=0x40) +[D] compat_sys_call_table[437]: Symbol("sys_openat2" at 0xc00000000057fec0, type=FUNC, size=0x17c) +[D] compat_sys_call_table[438]: Symbol("sys_pidfd_getfd" at 0xc0000000001b6b5c, type=FUNC, size=0x234) +[D] compat_sys_call_table[439]: Symbol("sys_faccessat2" at 0xc00000000057e118, type=FUNC, size=0x20) +[D] compat_sys_call_table[440]: Symbol("sys_process_madvise" at 0xc0000000004f697c, type=FUNC, size=0x20) +[D] compat_sys_call_table[441]: Symbol("compat_sys_epoll_pwait2" at 0xc000000000612eb0, type=FUNC, size=0x148) +[D] compat_sys_call_table[442]: Symbol("sys_mount_setattr" at 0xc0000000005cc4b8, type=FUNC, size=0xa78) +[D] compat_sys_call_table[443]: Symbol("sys_quotactl_fd" at 0xc00000000065943c, type=FUNC, size=0x29c) +[D] compat_sys_call_table[444]: Symbol("sys_landlock_create_ruleset" at 0xc0000000009bad7c, type=FUNC, size=0x26c) +[D] compat_sys_call_table[445]: Symbol("sys_landlock_add_rule" at 0xc0000000009bafe8, type=FUNC, size=0x308) +[D] compat_sys_call_table[446]: Symbol("sys_landlock_restrict_self" at 0xc0000000009bb2f0, type=FUNC, size=0x1d8) +[D] compat_sys_call_table[447]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[448]: Symbol("sys_process_mrelease" at 0xc000000000441cb0, type=FUNC, size=0x328) +[D] compat_sys_call_table[449]: Symbol("sys_futex_waitv" at 0xc00000000029e0e0, type=FUNC, size=0x214) +[D] compat_sys_call_table[450]: Symbol("sys_set_mempolicy_home_node" at 0xc00000000051e3bc, type=FUNC, size=0x3b8) +[D] compat_sys_call_table[451]: Symbol("sys_cachestat" at 0xc00000000043be60, type=FUNC, size=0x21c) +[D] compat_sys_call_table[452]: Symbol("sys_fchmodat2" at 0xc00000000057e8f4, type=FUNC, size=0x178) +[D] compat_sys_call_table[453]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] compat_sys_call_table[454]: Symbol("sys_futex_wake" at 0xc00000000029e2f4, type=FUNC, size=0xc4) +[D] compat_sys_call_table[455]: Symbol("sys_futex_wait" at 0xc00000000029e3b8, type=FUNC, size=0x1cc) +[D] compat_sys_call_table[456]: Symbol("sys_futex_requeue" at 0xc00000000029e584, type=FUNC, size=0x20) +[D] compat_sys_call_table[457]: Symbol("sys_statmount" at 0xc0000000005ccfb8, type=FUNC, size=0x18) +[D] compat_sys_call_table[458]: Symbol("sys_listmount" at 0xc0000000005ccfd0, type=FUNC, size=0x5bc) +[D] compat_sys_call_table[459]: Symbol("sys_lsm_get_self_attr" at 0xc000000000977c68, type=FUNC, size=0x3c) +[D] compat_sys_call_table[460]: Symbol("sys_lsm_set_self_attr" at 0xc000000000977c2c, type=FUNC, size=0x3c) +[D] compat_sys_call_table[461]: Symbol("sys_lsm_list_modules" at 0xc000000000977ca4, type=FUNC, size=0x45c) +[I] Common syscall symbol prefixes: compat_sys_, compat_, sys_ +[I] 52 syscall table entries point to sys_ni_syscall +[I] Found 1 esoteric syscall: switch_endian +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8'), '0xc0000000001980f0', '0xc000000000184c88', '0xc000000000179bbc', '0xc000000000583da8', '0xc000000000583f18', '0xc00000000058003c', '0xc000000000580270', '0xc0000000001860cc', '0xc0000000005801e0', '0xc0000000005a4c0c', '0xc0000000005a43e8', '0xc000000000594b1c', '0xc00000000057e160', '0xc000000000275bf4', '0xc0000000005a3834', '0xc00000000057eb80', '0xc00000000057f2c0', '0xc000000000582550', '0xc0000000001a42ac', '0xc0000000005cb154', '0xc0000000005c7ce8', '0xc0000000001a2d00', '0xc0000000001a4370', '0xc000000000275d90', '0xc00000000019375c', '0xc0000000002914ec', '0xc00000000019fd90', '0xc0000000005ed268', '0xc00000000057e138', '0xc0000000001d6cbc', '0xc0000000005eba54', '0xc00000000019cc9c', '0xc0000000005a5488', '0xc0000000005a3bdc', '0xc0000000005a3eac', '0xc0000000005c07dc', '0xc000000000597b44', '0xc0000000001a454c', '0xc0000000004b1138', '0xc0000000001a27b4', '0xc0000000001a43f8', '0xc00000000019fcf0', '0xc0000000001a43b4', '0xc0000000001a443c', '0xc0000000002a8318', '0xc0000000005c7c14', '0xc0000000005a9e18', '0xc0000000005a70e8', '0xc0000000001a46f0', '0xc0000000001a4c98', '0xc0000000001a6610', '0xc00000000057e3b4', '0xc0000000005f0428', '0xc0000000005c06a4', '0xc0000000001a432c', '0xc0000000001a49c0', '0xc0000000001a4c40', '0xc00000000019f398', '0xc00000000019fc54', '0xc00000000019fc68', '0xc0000000001a2b48', '0xc0000000001a2618', '0xc00000000019ff90', '0xc00000000019e5c0', '0xc0000000001a4e50', '0xc0000000001a5430', '0xc0000000001a5844', '0xc0000000001a65f8', '0xc0000000002767ec', '0xc000000000276b10', '0xc0000000001c583c', '0xc0000000001c5b34', '0xc0000000005aec3c', '0xc0000000005a46e8', '0xc00000000058fe7c', '0xc0000000005935cc', '0xc000000000500878', '0xc0000000001c2420', '0xc0000000005ab958', '0xc000000000010570', '0xc0000000004afa60', '0xc00000000057dad4', '0xc00000000057de64', '0xc00000000057e800', '0xc00000000057f668', '0xc0000000001a2088', '0xc0000000001a1cdc', '0xc0000000005f01f8', '0xc0000000005f020c', '0xc000000000fd8b44', '0xc0000000002257d0', '0xc0000000002917d0', '0xc000000000291294', '0xc0000000005900dc', '0xc0000000005900f0', '0xc000000000590104', '0xc0000000001a4c84', '0xc000000000580364', '0xc0000000001860ec', '0xc0000000004ff4a8', '0xc0000000001a7608', '0xc000000000961ab0', '0xc0000000005ebc18', '0xc00000000003c6c8', '0xc000000000179cb4', '0xc0000000001a515c', '0xc0000000001a4c70', '0xc000000000277248', '0xc0000000004b6670', '0xc0000000002ae760', '0xc00000000026e02c', '0xc00000000026e61c', '0xc000000000658e9c', '0xc0000000001a4918', '0xc00000000057e2b0', '0xc0000000005c104c', '0xc000000000010668', '0xc0000000001a4114', '0xc0000000001a4294', '0xc000000000582680', '0xc0000000005aba78', '0xc0000000005aec08', '0xc000000000633820', '0xc0000000004b9390', '0xc000000000584368', '0xc000000000584380', '0xc0000000001a4a00', '0xc0000000005ebcb8', '0xc0000000004a8db8', '0xc0000000004a8e68', '0xc0000000004a8fb8', '0xc0000000004a9230', '0xc0000000001d7398', '0xc0000000001d79cc', '0xc0000000001d734c', '0xc0000000001d7928', '0xc0000000001d805c', '0xc0000000001d8114', '0xc0000000001d8164', '0xc0000000001d827c', '0xc00000000027f2a0', '0xc0000000004b9370', '0xc0000000001a3288', '0xc0000000001a32a8', '0xc0000000005ae970', '0xc0000000001a3ba0', '0xc0000000001a3bc0', '0xc0000000001a6664', '0xc00000000003c004', '0xc00000000019ea78', '0xc000000000198710', '0xc000000000198950', '0xc00000000019cb4c', '0xc00000000019d414', '0xc00000000019fee0', '0xc0000000000399a0', '0xc0000000000399e4', '0xc00000000057f16c', '0xc0000000005ee568', '0xc00000000018f6b4', '0xc00000000018f9cc', '0xc00000000019e0d8', '0xc000000000585670', '0xc000000000179c34', '0xc0000000001a5510', '0xc000000000039a28', '0xc0000000000104e0', '0xc000000000039a6c', '0xc000000000039aa8', '0xc00000000058fec4', '0xc00000000058fed8', '0xc00000000058feec', '0xc000000000b0ecd0', '0xc000000000b0f390', '0xc00000000006ec84', '0xc0000000005ab6b8', '0xc0000000005cbe7c', '0xc0000000005a70c8', '0xc0000000004f6930', '0xc0000000004a62e4', '0xc0000000001a42ec', '0xc00000000019d2c8', '0xc0000000005d2f4c', '0xc0000000005d2f84', '0xc0000000005d2fbc', '0xc0000000005d350c', '0xc0000000005d3524', '0xc0000000005d353c', '0xc0000000005d3688', '0xc0000000005d36a0', '0xc0000000005d36b8', '0xc0000000005d37d8', '0xc0000000005d380c', '0xc0000000005d3840', '0xc00000000029e8d8', '0xc0000000002af3e0', '0xc0000000002af7a0', '0xc0000000005859c0', '0xc000000000622608', '0xc0000000006229b8', '0xc0000000006238d0', '0xc000000000622ed8', '0xc000000000623278', '0xc0000000001777a8', '0xc000000000039af0', '0xc000000000184d68', '0xc000000000611888', '0xc000000000612894', '0xc00000000061295c', '0xc0000000004b302c', '0xc00000000028bb58', '0xc00000000028bf9c', '0xc00000000028bcf0', '0xc00000000028bda0', '0xc00000000028c0fc', '0xc00000000028ca58', '0xc00000000028cbb0', '0xc00000000028cd20', '0xc00000000028d090', '0xc00000000003b9d8', '0xc00000000019d270', '0xc0000000005ed6c8', '0xc0000000005f02f0', '0xc0000000005f03f0', '0xc0000000000106c8', '0xc0000000000472a0', '0xc00000000051aeac', '0xc00000000051ef5c', '0xc00000000051b24c', '0xc00000000051ad78', '0xc000000000965f80', '0xc000000000965ab8', '0xc0000000009661c0', '0xc0000000009662c8', '0xc0000000009660c8', '0xc0000000009661a8', '0xc0000000002abf38', '0xc00000000096d400', '0xc00000000096d708', '0xc0000000009741b0', '0xc000000000186108', '0xc000000000a1d2cc', '0xc000000000a1d67c', '0xc000000000609964', '0xc000000000609998', '0xc000000000609f60', '0xc000000000112b10', '0xc0000000001129d4', '0xc0000000005aee98', '0xc0000000005af048', '0xc00000000017a3ec', '0xc0000000005ea9f0', '0xc0000000005eb33c', '0xc0000000005ea9d4', '0xc000000000580110', '0xc0000000005a3b0c', '0xc0000000005a3754', '0xc00000000057f12c', '0xc0000000005ed6b0', '0xc00000000058ff00', '0xc0000000005a4340', '0xc0000000005a53f0', '0xc0000000005a4b6c', '0xc0000000005a466c', '0xc00000000058fe44', '0xc00000000057ea6c', '0xc00000000057e0f8', '0xc00000000029e5d8', '0xc00000000029e5a4', '0xc000000000533844', '0xc0000000001a7284', '0xc000000000612d48', '0xc0000000005ed578', '0xc0000000006142e0', '0xc000000000615a08', '0xc000000000616f80', '0xc000000000039b38', '0xc00000000057e038', '0xc00000000008c4dc', '0xc000000000615d80', '0xc000000000615e80', '0xc000000000614208', '0xc000000000616f48', '0xc000000000611854', '0xc0000000005c0668', '0xc000000000597b10', '0xc000000000609930', '0xc000000000421840', '0xc000000000584a3c', '0xc000000000584d84', '0xc00000000019d644', '0xc00000000060ed64', '0xc00000000060f178', '0xc0000000001a5bd0', '0xc000000000f21f80', '0xc000000000f226a0', '0xc000000000f22e48', '0xc000000000f227e8', '0xc000000000f22c00', '0xc000000000f22fb8', '0xc000000000f23164', '0xc000000000f22514', '0xc000000000f2340c', '0xc000000000f233d0', '0xc000000000fd8a20', '0xc000000000fd8a6c', '0xc000000000f23a88', '0xc000000000f23790', '0xc000000000f238d0', '0xc000000000fd8950', '0xc000000000fd89dc', '0xc000000000fd8af8', '0xc000000000f22bc8', '0xc000000000644778', '0xc000000000644ba8', '0xc00000000028cd08', '0xc0000000005ebb1c', '0xc000000000fd8994', '0xc0000000001bd230', '0xc0000000004cec30', '0xc0000000004cec4c', '0xc00000000026e040', '0xc000000000272370', '0xc0000000001d73d4', '0xc0000000001d7ae8', '0xc0000000005a534c', '0xc0000000002f71c4', '0xc000000000bb62ec', '0xc00000000057a658', '0xc0000000003842bc', '0xc000000000594b88', '0xc00000000061d260', '0xc00000000021966c', '0xc0000000004a8dec', '0xc000000000586644', '0xc000000000584bac', '0xc000000000584efc', '0xc0000000002ad1c4', '0xc000000000590010', '0xc0000000004b66d8', '0xc0000000004b6928', '0xc0000000004b66a4', '0xc00000000042ff98', '0xc0000000006239f8', '0xc00000000095a818', '0xc00000000095aa14', '0xc0000000009600b4', '0xc000000000960254', '0xc000000000960a84', '0xc000000000960e3c', '0xc000000000955afc', '0xc000000000956074', '0xc0000000009560f4', '0xc000000000955c9c', '0xc00000000028c6a0', '0xc00000000028c53c', '0xc00000000028c8d4', '0xc00000000028c8ec', '0xc00000000028ceac', '0xc00000000028bc38', '0xc00000000028be5c', '0xc000000000615cd0', '0xc000000000615bcc', '0xc0000000005ecdf0', '0xc0000000005aece0', '0xc0000000005af188', '0xc0000000006236f0', '0xc000000000fd8ab0', '0xc000000000965ca4', '0xc000000000965da8', '0xc00000000095c3d0', '0xc00000000019c9f0', '0xc00000000029dba8', '0xc0000000001d81b4', '0xc00000000019cf7c', '0xc000000000a44bd4', '0xc000000000a43cbc', '0xc000000000a5dda8', '0xc0000000005c9784', '0xc0000000005cb92c', '0xc0000000005f4088', '0xc0000000005f4470', '0xc0000000005cb54c', '0xc0000000005f4264', '0xc0000000001b69e4', '0xc000000000179cc8', '0xc000000000580324', '0xc00000000057fec0', '0xc0000000001b6b5c', '0xc00000000057e118', '0xc0000000004f697c', '0xc000000000612eb0', '0xc0000000005cc4b8', '0xc00000000065943c', '0xc0000000009bad7c', '0xc0000000009bafe8', '0xc0000000009bb2f0', '0xc000000000441cb0', '0xc00000000029e0e0', '0xc00000000051e3bc', '0xc00000000043be60', '0xc00000000057e8f4', '0xc00000000029e2f4', '0xc00000000029e3b8', '0xc00000000029e584', '0xc0000000005ccfb8', '0xc0000000005ccfd0', '0xc000000000977c68', '0xc000000000977c2c', '0xc000000000977ca4', '0xc000000000000c00'] +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/powerpc', '--glob', '*.c', '((\\b(COMPAT_)?SYSCALL(32)?_DEFINE\\d\\s*\\()|(\\bPPC32_SYSCALL_DEFINE\\d\\s*\\())\\s*\\w+') +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +Found 411 implemented syscalls + diff --git a/db/powerpc/64/ppc32/v6.8/table.json b/db/powerpc/64/ppc32/v6.8/table.json new file mode 100644 index 0000000..36e7b9f --- /dev/null +++ b/db/powerpc/64/ppc32/v6.8/table.json @@ -0,0 +1,7375 @@ +{ + "kernel": { + "abi": { + "bits": 32, + "calling_convention": { + "parameters": [ + "r3", + "r4", + "r5", + "r6", + "r7", + "r8", + "r9" + ], + "syscall_nr": "r0" + }, + "compat": true, + "name": "ppc32" + }, + "architecture": { + "bits": 64, + "name": "powerpc" + }, + "syscall_table_symbol": "compat_sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 0, + "origname": "restart_syscall", + "signature": [], + "symbol": "sys_restart_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 1, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 2, + "origname": "fork", + "signature": [], + "symbol": "sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 3, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1468, + "name": "open", + "number": 5, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "compat_sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 6, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1826, + "name": "waitpid", + "number": 7, + "origname": "waitpid", + "signature": [ + "pid_t pid", + "int *stat_addr", + "int options" + ], + "symbol": "sys_waitpid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 8, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 9, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 10, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2149, + "name": "execve", + "number": 11, + "origname": "execve", + "signature": [ + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp" + ], + "symbol": "compat_sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 12, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 105, + "name": "time", + "number": 13, + "origname": "time32", + "signature": [ + "old_time32_t *tloc" + ], + "symbol": "sys_time32" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 14, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 15, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 16, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 317, + "name": "lseek", + "number": 19, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "compat_off_t offset", + "unsigned int whence" + ], + "symbol": "compat_sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 20, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 21, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1932, + "name": "oldumount", + "number": 22, + "origname": "oldumount", + "signature": [ + "char *name" + ], + "symbol": "sys_oldumount" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 23, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 24, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 119, + "name": "stime", + "number": 25, + "origname": "stime32", + "signature": [ + "old_time32_t *tptr" + ], + "symbol": "sys_stime32" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1400, + "name": "ptrace", + "number": 26, + "origname": "ptrace", + "signature": [ + "compat_long_t request", + "compat_long_t pid", + "compat_long_t addr", + "compat_long_t data" + ], + "symbol": "compat_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 27, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 29, + "origname": "pause", + "signature": [], + "symbol": "sys_pause" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": null, + "line": 236, + "name": "utime", + "number": 30, + "origname": "utime32", + "signature": [ + "const char *filename", + "struct old_utimbuf32 *t" + ], + "symbol": "sys_utime32" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 33, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 34, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 36, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 37, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 38, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 39, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 40, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 41, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 42, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "sys_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1042, + "name": "times", + "number": 43, + "origname": "times", + "signature": [ + "struct compat_tms *tbuf" + ], + "symbol": "compat_sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 45, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 46, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 47, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": null, + "line": 4622, + "name": "signal", + "number": 48, + "origname": "signal", + "signature": [ + "int sig", + "__sighandler_t handler" + ], + "symbol": "sys_signal" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 49, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 50, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 51, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 52, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 914, + "name": "ioctl", + "number": 54, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 674, + "name": "fcntl", + "number": 55, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 57, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 1347, + "name": "olduname", + "number": 59, + "origname": "olduname", + "signature": [ + "struct oldold_utsname *name" + ], + "symbol": "sys_olduname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 60, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 61, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 391, + "name": "ustat", + "number": 62, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct compat_ustat *u" + ], + "symbol": "compat_sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 63, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 64, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 65, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 66, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 4554, + "name": "sigaction", + "number": 67, + "origname": "sigaction", + "signature": [ + "int sig", + "const struct compat_old_sigaction *act", + "struct compat_old_sigaction *oact" + ], + "symbol": "compat_sys_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SGETMASK_SYSCALL", + "line": 4600, + "name": "sgetmask", + "number": 68, + "origname": "sgetmask", + "signature": [], + "symbol": "sys_sgetmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SGETMASK_SYSCALL", + "line": 4606, + "name": "ssetmask", + "number": 69, + "origname": "ssetmask", + "signature": [ + "int newmask" + ], + "symbol": "sys_ssetmask" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 70, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 71, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 4698, + "name": "sigsuspend", + "number": 72, + "origname": "sigsuspend", + "signature": [ + "old_sigset_t mask" + ], + "symbol": "sys_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 4375, + "name": "sigpending", + "number": 73, + "origname": "sigpending", + "signature": [ + "compat_old_sigset_t *set32" + ], + "symbol": "compat_sys_sigpending" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 74, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1532, + "name": "setrlimit", + "number": 75, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "compat_sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 1602, + "name": "getrlimit", + "number": 76, + "origname": "old_getrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "compat_sys_old_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1884, + "name": "getrusage", + "number": 77, + "origname": "getrusage", + "signature": [ + "int who", + "struct compat_rusage *ru" + ], + "symbol": "compat_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 224, + "name": "gettimeofday", + "number": 78, + "origname": "gettimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "compat_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 243, + "name": "settimeofday", + "number": 79, + "origname": "settimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "compat_sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 80, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 81, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 1303, + "name": "select", + "number": 82, + "origname": "old_select", + "signature": [ + "struct compat_sel_arg_struct *arg" + ], + "symbol": "compat_sys_old_select" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 83, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 85, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 86, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 87, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 88, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "sys_reboot" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 478, + "name": "readdir", + "number": 89, + "origname": "old_readdir", + "signature": [ + "unsigned int fd", + "struct compat_old_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "compat_sys_old_readdir" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 69, + "name": "mmap", + "number": 90, + "origname": "mmap", + "signature": [ + "unsigned long addr", + "size_t len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "off_t offset" + ], + "symbol": "sys_mmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 91, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 151, + "name": "truncate", + "number": 92, + "origname": "truncate", + "signature": [ + "const char *path", + "compat_off_t length" + ], + "symbol": "compat_sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 209, + "name": "ftruncate", + "number": 93, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "compat_ulong_t length" + ], + "symbol": "compat_sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 94, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 95, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 96, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 97, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 305, + "name": "statfs", + "number": 99, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct compat_statfs *buf" + ], + "symbol": "compat_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 314, + "name": "fstatfs", + "number": 100, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct compat_statfs *buf" + ], + "symbol": "compat_sys_fstatfs" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": "NET", + "line": 423, + "name": "socketcall", + "number": 102, + "origname": "socketcall", + "signature": [ + "int call", + "u32 *args" + ], + "symbol": "compat_sys_socketcall" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 378, + "name": "setitimer", + "number": 104, + "origname": "setitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value", + "struct old_itimerval32 *ovalue" + ], + "symbol": "compat_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 141, + "name": "getitimer", + "number": 105, + "origname": "getitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value" + ], + "symbol": "compat_sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 750, + "name": "newstat", + "number": 106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct compat_stat *statbuf" + ], + "symbol": "compat_sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 762, + "name": "newlstat", + "number": 107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct compat_stat *statbuf" + ], + "symbol": "compat_sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 789, + "name": "newfstat", + "number": 108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct compat_stat *statbuf" + ], + "symbol": "compat_sys_newfstat" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1327, + "name": "uname", + "number": 109, + "origname": "uname", + "signature": [ + "struct old_utsname *name" + ], + "symbol": "sys_uname" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 111, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1834, + "name": "wait4", + "number": 114, + "origname": "wait4", + "signature": [ + "compat_pid_t pid", + "compat_uint_t *stat_addr", + "int options", + "struct compat_rusage *ru" + ], + "symbol": "compat_sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 115, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2877, + "name": "sysinfo", + "number": 116, + "origname": "sysinfo", + "signature": [ + "struct compat_sysinfo *info" + ], + "symbol": "compat_sys_sysinfo" + }, + { + "esoteric": false, + "file": "ipc/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "SYSVIPC", + "line": 205, + "name": "ipc", + "number": 117, + "origname": "ipc", + "signature": [ + "u32 call", + "int first", + "int second", + "u32 third", + "compat_uptr_t ptr", + "u32 fifth" + ], + "symbol": "compat_sys_ipc" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/signal_32.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 1297, + "name": "sigreturn", + "number": 119, + "origname": "sigreturn", + "signature": [], + "symbol": "compat_sys_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 120, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "sys_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 124, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 40, + "name": "sigprocmask", + "number": 126, + "origname": "sigprocmask", + "signature": [ + "int how", + "compat_old_sigset_t *nset", + "compat_old_sigset_t *oset" + ], + "symbol": "compat_sys_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 128, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 129, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 131, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 96, + "name": "personality", + "number": 136, + "origname": "ppc64_personality", + "signature": [ + "unsigned long personality" + ], + "symbol": "compat_sys_ppc64_personality" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 138, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 139, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 140, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 562, + "name": "getdents", + "number": 141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct compat_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "compat_sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 1288, + "name": "select", + "number": 142, + "origname": "select", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timeval32 *tvp" + ], + "symbol": "compat_sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 147, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 148, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 150, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 151, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 152, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 153, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 154, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 155, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 156, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 157, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 158, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 159, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 160, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 161, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 162, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 163, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 164, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 165, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 167, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 167, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 169, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 170, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 171, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/signal_32.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": null, + "line": 1094, + "name": "rt_sigreturn", + "number": 172, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "compat_sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": null, + "line": 4471, + "name": "rt_sigaction", + "number": 173, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct compat_sigaction *act", + "struct compat_sigaction *oact", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": null, + "line": 3208, + "name": "rt_sigprocmask", + "number": 174, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "compat_sigset_t *nset", + "compat_sigset_t *oset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": null, + "line": 3265, + "name": "rt_sigpending", + "number": 175, + "origname": "rt_sigpending", + "signature": [ + "compat_sigset_t *uset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": null, + "line": 3760, + "name": "rt_sigtimedwait", + "number": 176, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct old_timespec32 *uts", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": null, + "line": 4043, + "name": "rt_sigqueueinfo", + "number": 177, + "origname": "rt_sigqueueinfo", + "signature": [ + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "compat_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 4683, + "name": "rt_sigsuspend", + "number": 178, + "origname": "rt_sigsuspend", + "signature": [ + "compat_sigset_t *unewset", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/sys_ppc32.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 70, + "name": "pread64", + "number": 179, + "origname": "ppc_pread64", + "signature": [ + "unsigned int fd", + "char *ubuf", + "compat_size_t count", + "u32 reg6", + "u32 pos1", + "u32 pos2" + ], + "symbol": "compat_sys_ppc_pread64" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/sys_ppc32.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 78, + "name": "pwrite64", + "number": 180, + "origname": "ppc_pwrite64", + "signature": [ + "unsigned int fd", + "const char *ubuf", + "compat_size_t count", + "u32 reg6", + "u32 pos1", + "u32 pos2" + ], + "symbol": "compat_sys_ppc_pwrite64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 181, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 182, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 183, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 184, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": null, + "line": 4327, + "name": "sigaltstack", + "number": 185, + "origname": "sigaltstack", + "signature": [ + "const compat_stack_t *uss_ptr", + "compat_stack_t *uoss_ptr" + ], + "symbol": "compat_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 1366, + "name": "sendfile", + "number": 186, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "compat_off_t *offset", + "compat_size_t count" + ], + "symbol": "compat_sys_sendfile" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 189, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 189, + "origname": "vfork", + "signature": [], + "symbol": "sys_vfork" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 1552, + "name": "getrlimit", + "number": 190, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "compat_sys_getrlimit" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/sys_ppc32.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 86, + "name": "readahead", + "number": 191, + "origname": "ppc_readahead", + "signature": [ + "int fd", + "u32 r4", + "u32 offset1", + "u32 offset2", + "u32 count" + ], + "symbol": "compat_sys_ppc_readahead" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 60, + "name": "mmap2", + "number": 192, + "origname": "mmap2", + "signature": [ + "unsigned long addr", + "size_t len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long off_4k" + ], + "symbol": "compat_sys_mmap2" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/sys_ppc32.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 93, + "name": "truncate64", + "number": 193, + "origname": "ppc_truncate64", + "signature": [ + "const char *path", + "u32 reg4", + "unsigned long len1", + "unsigned long len2" + ], + "symbol": "compat_sys_ppc_truncate64" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/sys_ppc32.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 100, + "name": "ftruncate64", + "number": 194, + "origname": "ppc_ftruncate64", + "signature": [ + "unsigned int fd", + "u32 reg4", + "unsigned long len1", + "unsigned long len2" + ], + "symbol": "compat_sys_ppc_ftruncate64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 578, + "name": "stat64", + "number": 195, + "origname": "stat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "sys_stat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 590, + "name": "lstat64", + "number": 196, + "origname": "lstat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "sys_lstat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 602, + "name": "fstat64", + "number": 197, + "origname": "fstat64", + "signature": [ + "unsigned long fd", + "struct stat64 *statbuf" + ], + "symbol": "sys_fstat64" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": "PCI_SYSCALL", + "line": 15, + "name": "pciconfig_read", + "number": 198, + "origname": "pciconfig_read", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "sys_pciconfig_read" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": "PCI_SYSCALL", + "line": 86, + "name": "pciconfig_write", + "number": 199, + "origname": "pciconfig_write", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "sys_pciconfig_write" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/pci_64.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 226, + "name": "pciconfig_iobase", + "number": 200, + "origname": "pciconfig_iobase", + "signature": [ + "long which", + "unsigned long in_bus", + "unsigned long in_devfn" + ], + "symbol": "sys_pciconfig_iobase" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 202, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 203, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": null, + "line": 668, + "name": "fcntl64", + "number": 204, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "compat_sys_fcntl64" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 205, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 206, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 207, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 208, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 209, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 210, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 211, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 212, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 213, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 214, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 215, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 216, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 217, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 218, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 219, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 220, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 221, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex_time32" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 222, + "kconfig": null, + "line": 124, + "name": "sched_setaffinity", + "number": 222, + "origname": "sched_setaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "compat_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": null, + "line": 144, + "name": "sched_getaffinity", + "number": 223, + "origname": "sched_getaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "compat_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 1386, + "name": "sendfile64", + "number": 226, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "compat_loff_t *offset", + "compat_size_t count" + ], + "symbol": "compat_sys_sendfile64" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": "AIO", + "line": 1419, + "name": "io_setup", + "number": 227, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "u32 *ctx32p" + ], + "symbol": "compat_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 228, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 229, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": "AIO", + "line": 2129, + "name": "io_submit", + "number": 230, + "origname": "io_submit", + "signature": [ + "compat_aio_context_t ctx_id", + "int nr", + "compat_uptr_t *iocbpp" + ], + "symbol": "compat_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 231, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 232, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "sys_set_tid_address" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/sys_ppc32.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": "ADVISE_SYSCALLS", + "line": 107, + "name": "fadvise64", + "number": 233, + "origname": "ppc32_fadvise64", + "signature": [ + "int fd", + "u32 unused", + "u32 offset1", + "u32 offset2", + "size_t len", + "int advice" + ], + "symbol": "compat_sys_ppc32_fadvise64" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 234, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 236, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 237, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 238, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 239, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "POSIX_TIMERS", + "line": 545, + "name": "timer_create", + "number": 240, + "origname": "timer_create", + "signature": [ + "clockid_t which_clock", + "struct compat_sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "compat_sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 241, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 242, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 243, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 244, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 245, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 246, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 247, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 248, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/signal_32.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": null, + "line": 990, + "name": "swapcontext", + "number": 249, + "origname": "swapcontext", + "signature": [ + "struct ucontext *old_ctx", + "struct ucontext *new_ctx", + "int ctx_size" + ], + "symbol": "compat_sys_swapcontext" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 250, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 251, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_utimes_time32" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 362, + "name": "statfs64", + "number": 252, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "compat_sys_statfs64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": null, + "line": 381, + "name": "fstatfs64", + "number": 253, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "compat_sys_fstatfs64" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": "ADVISE_SYSCALLS", + "line": 103, + "name": "fadvise64_64", + "number": 254, + "origname": "ppc_fadvise64_64", + "signature": [ + "int fd", + "int advice", + "u32 offset_high", + "u32 offset_low", + "u32 len_high", + "u32 len_low" + ], + "symbol": "sys_ppc_fadvise64_64" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/rtas.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": "PPC_RTAS", + "line": 1892, + "name": "rtas", + "number": 255, + "origname": "rtas", + "signature": [ + "struct rtas_args *uargs" + ], + "symbol": "sys_rtas" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 258, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "sys_migrate_pages" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 259, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 260, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 261, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": "POSIX_MQUEUE", + "line": 1562, + "name": "mq_open", + "number": 262, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "compat_mode_t mode", + "struct compat_mq_attr *u_attr" + ], + "symbol": "compat_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 263, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 264, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 265, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": "POSIX_MQUEUE", + "line": 1575, + "name": "mq_notify", + "number": 266, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct compat_sigevent *u_notification" + ], + "symbol": "compat_sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": "POSIX_MQUEUE", + "line": 1589, + "name": "mq_getsetattr", + "number": 267, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct compat_mq_attr *u_mqstat", + "struct compat_mq_attr *u_omqstat" + ], + "symbol": "compat_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": "KEXEC", + "line": 261, + "name": "kexec_load", + "number": 268, + "origname": "kexec_load", + "signature": [ + "compat_ulong_t entry", + "compat_ulong_t nr_segments", + "struct compat_kexec_segment *segments", + "compat_ulong_t flags" + ], + "symbol": "compat_sys_kexec_load" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 269, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 270, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/compat.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": "KEYS", + "line": 17, + "name": "keyctl", + "number": 271, + "origname": "keyctl", + "signature": [ + "u32 option", + "u32 arg2", + "u32 arg3", + "u32 arg4", + "u32 arg5" + ], + "symbol": "compat_sys_keyctl" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": null, + "line": 1849, + "name": "waitid", + "number": 272, + "origname": "waitid", + "signature": [ + "int which", + "compat_pid_t pid", + "struct compat_siginfo *infop", + "int options", + "struct compat_rusage *uru" + ], + "symbol": "compat_sys_waitid" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 273, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 274, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 275, + "origname": "inotify_init", + "signature": [], + "symbol": "sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 276, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 277, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "arch/powerpc/platforms/cell/spu_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": "SPU_FS", + "line": 80, + "name": "spu_run", + "number": 278, + "origname": "spu_run", + "signature": [ + "int fd", + "__u32 *unpc", + "__u32 *ustatus" + ], + "symbol": "sys_spu_run" + }, + { + "esoteric": false, + "file": "arch/powerpc/platforms/cell/spu_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "SPU_FS", + "line": 56, + "name": "spu_create", + "number": 279, + "origname": "spu_create", + "signature": [ + "const char *name", + "unsigned int flags", + "umode_t mode", + "int neighbor_fd" + ], + "symbol": "sys_spu_create" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": null, + "line": 1383, + "name": "pselect6", + "number": 280, + "origname": "pselect6_time32", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "compat_sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": null, + "line": 1399, + "name": "ppoll", + "number": 281, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 282, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 283, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 284, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 285, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": null, + "line": 1477, + "name": "openat", + "number": 286, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "compat_sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 287, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 288, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 289, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 290, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": null, + "line": 613, + "name": "fstatat64", + "number": 291, + "origname": "fstatat64", + "signature": [ + "int dfd", + "const char *filename", + "struct stat64 *statbuf", + "int flag" + ], + "symbol": "sys_fstatat64" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 292, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 293, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 294, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 295, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 296, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 297, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 298, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": "FUTEX", + "line": 454, + "name": "get_robust_list", + "number": 299, + "origname": "get_robust_list", + "signature": [ + "int pid", + "compat_uptr_t *head_ptr", + "compat_size_t *len_ptr" + ], + "symbol": "compat_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "FUTEX", + "line": 442, + "name": "set_robust_list", + "number": 300, + "origname": "set_robust_list", + "signature": [ + "struct compat_robust_list_head *head", + "compat_size_t len" + ], + "symbol": "compat_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 301, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 302, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": "EPOLL", + "line": 2410, + "name": "epoll_pwait", + "number": 303, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 304, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": "SIGNALFD", + "line": 348, + "name": "signalfd", + "number": 305, + "origname": "signalfd", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 306, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 307, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/sys_ppc32.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 115, + "name": "sync_file_range2", + "number": 308, + "origname": "ppc_sync_file_range2", + "signature": [ + "int fd", + "unsigned int flags", + "unsigned int offset1", + "unsigned int offset2", + "unsigned int nbytes1", + "unsigned int nbytes2" + ], + "symbol": "compat_sys_ppc_sync_file_range2" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": null, + "line": 363, + "name": "fallocate", + "number": 309, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "u32 offset_hi", + "u32 offset_lo", + "u32 len_hi", + "u32 len_lo" + ], + "symbol": "compat_sys_fallocate" + }, + { + "esoteric": false, + "file": "arch/powerpc/mm/book3s64/subpage_prot.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "PPC_SUBPAGE_PROT", + "line": 184, + "name": "subpage_prot", + "number": 310, + "origname": "subpage_prot", + "signature": [ + "unsigned long addr", + "unsigned long len", + "u32 *map" + ], + "symbol": "sys_subpage_prot" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 311, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 312, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": "SIGNALFD", + "line": 340, + "name": "signalfd4", + "number": 313, + "origname": "signalfd4", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize", + "int flags" + ], + "symbol": "compat_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 314, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 315, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 316, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 317, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 318, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "sys_inotify_init1" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 319, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 1149, + "name": "preadv", + "number": 320, + "origname": "preadv", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "compat_sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": null, + "line": 1190, + "name": "pwritev", + "number": 321, + "origname": "pwritev", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "compat_sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 4083, + "name": "rt_tgsigqueueinfo", + "number": 322, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "compat_pid_t tgid", + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "compat_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 323, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": "FANOTIFY", + "line": 1981, + "name": "fanotify_mark", + "number": 324, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "u32 mask_hi", + "u32 mask_lo", + "int dfd", + "const char *pathname" + ], + "symbol": "compat_sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 325, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 326, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 327, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 328, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 329, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 330, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 331, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 332, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 333, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": "NET", + "line": 2210, + "name": "send", + "number": 334, + "origname": "send", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_send" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 335, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "sys_sendto" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": "NET", + "line": 393, + "name": "recv", + "number": 336, + "origname": "recv", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags" + ], + "symbol": "compat_sys_recv" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": "NET", + "line": 398, + "name": "recvfrom", + "number": 337, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int *addrlen" + ], + "symbol": "compat_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 338, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 339, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 340, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": "NET", + "line": 350, + "name": "sendmsg", + "number": 341, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "compat_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": "NET", + "line": 378, + "name": "recvmsg", + "number": 342, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "compat_sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": "NET", + "line": 414, + "name": "recvmmsg", + "number": 343, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "compat_sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 344, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 344, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 345, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": "FHANDLE", + "line": 276, + "name": "open_by_handle_at", + "number": 346, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "compat_sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 347, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 348, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": "NET", + "line": 364, + "name": "sendmmsg", + "number": 349, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "compat_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 350, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 351, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 352, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 353, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 354, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 355, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 356, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 357, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 358, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 359, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 360, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 361, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": null, + "line": 2156, + "name": "execveat", + "number": 362, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp", + "int flags" + ], + "symbol": "compat_sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 364, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 364, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 365, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 365, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 378, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 378, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 379, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 379, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 380, + "kconfig": null, + "line": 1169, + "name": "preadv2", + "number": 380, + "origname": "preadv2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "compat_sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 381, + "kconfig": null, + "line": 1210, + "name": "pwritev2", + "number": 381, + "origname": "pwritev2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "compat_sys_pwritev2" + }, + { + "esoteric": false, + "file": "kernel/kexec_file.c", + "good_location": true, + "grepped_location": false, + "index": 382, + "kconfig": "KEXEC_FILE", + "line": 330, + "name": "kexec_file_load", + "number": 382, + "origname": "kexec_file_load", + "signature": [ + "int kernel_fd", + "int initrd_fd", + "unsigned long cmdline_len", + "const char *cmdline_ptr", + "unsigned long flags" + ], + "symbol": "sys_kexec_file_load" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 383, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 383, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "sys_statx" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 384, + "kconfig": "PPC_MEM_KEYS", + "line": 841, + "name": "pkey_alloc", + "number": 384, + "origname": "pkey_alloc", + "signature": [ + "unsigned long flags", + "unsigned long init_val" + ], + "symbol": "sys_pkey_alloc" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 385, + "kconfig": "PPC_MEM_KEYS", + "line": 871, + "name": "pkey_free", + "number": 385, + "origname": "pkey_free", + "signature": [ + "int pkey" + ], + "symbol": "sys_pkey_free" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 386, + "kconfig": "PPC_MEM_KEYS", + "line": 835, + "name": "pkey_mprotect", + "number": 386, + "origname": "pkey_mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot", + "int pkey" + ], + "symbol": "sys_pkey_mprotect" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 387, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 387, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 388, + "kconfig": "AIO", + "line": 2384, + "name": "io_pgetevents", + "number": 388, + "origname": "io_pgetevents", + "signature": [ + "compat_aio_context_t ctx_id", + "compat_long_t min_nr", + "compat_long_t nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __compat_aio_sigset *usig" + ], + "symbol": "compat_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 393, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 394, + "kconfig": "SYSVIPC", + "line": 1819, + "name": "semctl", + "number": 394, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "int arg" + ], + "symbol": "compat_sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 395, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 395, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 396, + "kconfig": "SYSVIPC", + "line": 1491, + "name": "shmctl", + "number": 396, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "void *uptr" + ], + "symbol": "compat_sys_shmctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": "SYSVIPC", + "line": 1710, + "name": "shmat", + "number": 397, + "origname": "shmat", + "signature": [ + "int shmid", + "compat_uptr_t shmaddr", + "int shmflg" + ], + "symbol": "compat_sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 398, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 399, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 400, + "kconfig": "SYSVIPC", + "line": 995, + "name": "msgsnd", + "number": 400, + "origname": "msgsnd", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "int msgflg" + ], + "symbol": "compat_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 401, + "kconfig": "SYSVIPC", + "line": 1298, + "name": "msgrcv", + "number": 401, + "origname": "msgrcv", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "compat_long_t msgtyp", + "int msgflg" + ], + "symbol": "compat_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 402, + "kconfig": "SYSVIPC", + "line": 774, + "name": "msgctl", + "number": 402, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "void *uptr" + ], + "symbol": "compat_sys_msgctl" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 403, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 404, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 405, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 406, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 407, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 408, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 409, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 410, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 411, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 412, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 1368, + "name": "pselect6", + "number": 413, + "origname": "pselect6_time64", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "compat_sys_pselect6_time64" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1425, + "name": "ppoll", + "number": 414, + "origname": "ppoll_time64", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_ppoll_time64" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 416, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 405, + "name": "recvmmsg", + "number": 417, + "origname": "recvmmsg_time64", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "compat_sys_recvmmsg_time64" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 418, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 419, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 420, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3729, + "name": "rt_sigtimedwait", + "number": 421, + "origname": "rt_sigtimedwait_time64", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct __kernel_timespec *uts", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_rt_sigtimedwait_time64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 422, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 423, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2423, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "compat_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + }, + { + "esoteric": true, + "file": "arch/powerpc/kernel/exceptions-64s.S", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": "PPC_FAST_ENDIAN_SWITCH", + "line": 2031, + "name": "switch_endian", + "number": 7870, + "origname": "switch_endian", + "signature": [], + "symbol": "exc_real_0xc00_system_call" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/powerpc/64/ppc64/v6.8/config.txt b/db/powerpc/64/ppc64/v6.8/config.txt new file mode 100644 index 0000000..2e13eaf --- /dev/null +++ b/db/powerpc/64/ppc64/v6.8/config.txt @@ -0,0 +1,5014 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/powerpc 6.8.0 Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="powerpc64-linux-gcc (GCC) 12.2.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=120200 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23900 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23900 +CONFIG_LLD_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y +CONFIG_TOOLS_SUPPORT_RELR=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=120 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_BUILD_SALT="" +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_XZ is not set +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +CONFIG_AUDIT=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_IRQ_EDGE_EOI_HANDLER=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_IRQ_DOMAIN_NOMAP=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_TIME_KUNIT_TEST=m +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +# CONFIG_NO_HZ_IDLE is not set +CONFIG_NO_HZ_FULL=y +CONFIG_CONTEXT_TRACKING_USER=y +# CONFIG_CONTEXT_TRACKING_USER_FORCE is not set +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y +CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +CONFIG_BPF_JIT=y +# CONFIG_BPF_JIT_ALWAYS_ON is not set +CONFIG_BPF_JIT_DEFAULT_ON=y +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +# CONFIG_BPF_PRELOAD is not set +CONFIG_BPF_LSM=y +# end of BPF subsystem + +CONFIG_PREEMPT_VOLUNTARY_BUILD=y +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_VOLUNTARY=y +# CONFIG_PREEMPT is not set +# CONFIG_SCHED_CORE is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_VIRT_CPU_ACCOUNTING=y +CONFIG_VIRT_CPU_ACCOUNTING_GEN=y +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_HAVE_SCHED_AVG_IRQ=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_BSD_PROCESS_ACCT_V3=y +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_XACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +CONFIG_PSI=y +# CONFIG_PSI_DEFAULT_DISABLED is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_NEED_SRCU_NMI_SAFE=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_RUDE_RCU=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +CONFIG_RCU_NOCB_CPU=y +# CONFIG_RCU_NOCB_CPU_DEFAULT_ALL is not set +# CONFIG_RCU_LAZY is not set +# end of RCU Subsystem + +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=18 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=13 +# CONFIG_PRINTK_INDEX is not set + +# +# Scheduler features +# +# end of Scheduler features + +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_CC_HAS_INT128=y +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" +CONFIG_GCC10_NO_ARRAY_BOUNDS=y +CONFIG_CC_NO_ARRAY_BOUNDS=y +CONFIG_GCC_NO_STRINGOP_OVERFLOW=y +CONFIG_CC_NO_STRINGOP_OVERFLOW=y +CONFIG_NUMA_BALANCING=y +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y +CONFIG_CGROUPS=y +CONFIG_PAGE_COUNTER=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +CONFIG_MEMCG=y +CONFIG_MEMCG_KMEM=y +CONFIG_BLK_CGROUP=y +CONFIG_CGROUP_WRITEBACK=y +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_CFS_BANDWIDTH=y +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_SCHED_MM_CID=y +CONFIG_CGROUP_PIDS=y +# CONFIG_CGROUP_RDMA is not set +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_BPF=y +CONFIG_CGROUP_MISC=y +# CONFIG_CGROUP_DEBUG is not set +CONFIG_SOCK_CGROUP_DATA=y +CONFIG_NAMESPACES=y +CONFIG_UTS_NS=y +CONFIG_TIME_NS=y +CONFIG_IPC_NS=y +CONFIG_USER_NS=y +CONFIG_PID_NS=y +CONFIG_NET_NS=y +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_SCHED_AUTOGROUP=y +CONFIG_RELAY=y +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION=y +# CONFIG_LD_DEAD_CODE_DATA_ELIMINATION is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="warn" +CONFIG_SYSCTL=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_EXPERT=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_PCSPKR_PLATFORM=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_PC104 is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +# CONFIG_KALLSYMS_ALL is not set +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_ARCH_HAS_MEMBARRIER_CALLBACKS=y +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_HAVE_PERF_EVENTS=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# end of Kernel Performance Events And Counters + +CONFIG_SYSTEM_DATA_VERIFICATION=y +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y + +# +# Kexec and crash features +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC_ELF=y +CONFIG_HAVE_IMA_KEXEC=y +CONFIG_KEXEC=y +CONFIG_KEXEC_FILE=y +# CONFIG_CRASH_DUMP is not set +# end of Kexec and crash features +# end of General setup + +CONFIG_PPC64=y + +# +# Processor support +# +CONFIG_PPC_BOOK3S_64=y +# CONFIG_PPC_BOOK3E_64 is not set +CONFIG_POWERPC64_CPU=y +# CONFIG_CELL_CPU is not set +# CONFIG_PPC_970_CPU is not set +# CONFIG_POWER6_CPU is not set +# CONFIG_POWER7_CPU is not set +# CONFIG_POWER8_CPU is not set +# CONFIG_POWER9_CPU is not set +# CONFIG_POWER10_CPU is not set +# CONFIG_TOOLCHAIN_DEFAULT_CPU is not set +CONFIG_TARGET_CPU_BOOL=y +CONFIG_TARGET_CPU="power4" +CONFIG_TUNE_CPU="-mtune=power10" +CONFIG_PPC_BOOK3S=y +CONFIG_PPC_FPU_REGS=y +CONFIG_PPC_FPU=y +CONFIG_ALTIVEC=y +CONFIG_VSX=y +CONFIG_PPC_64S_HASH_MMU=y +CONFIG_PPC_RADIX_MMU=y +CONFIG_PPC_RADIX_MMU_DEFAULT=y +CONFIG_PPC_KUEP=y +CONFIG_PPC_KUAP=y +# CONFIG_PPC_KUAP_DEBUG is not set +CONFIG_PPC_PKEY=y +CONFIG_PPC_HAVE_PMU_SUPPORT=y +# CONFIG_PMU_SYSFS is not set +CONFIG_PPC_PERF_CTRS=y +CONFIG_FORCE_SMP=y +CONFIG_SMP=y +CONFIG_NR_CPUS=2048 +CONFIG_PPC_DOORBELL=y +# end of Processor support + +CONFIG_VDSO32=y +CONFIG_CPU_BIG_ENDIAN=y +# CONFIG_CPU_LITTLE_ENDIAN is not set +CONFIG_PPC64_ELF_ABI_V2=y +CONFIG_CC_HAS_ELFV2=y +CONFIG_CC_HAS_PREFIXED=y +CONFIG_CC_HAS_PCREL=y +CONFIG_64BIT=y +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MAX=29 +CONFIG_ARCH_MMAP_RND_BITS_MIN=14 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=13 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=7 +CONFIG_NR_IRQS=512 +CONFIG_NMI_IPI=y +CONFIG_PPC_WATCHDOG=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_PPC=y +CONFIG_PPC_BARRIER_NOSPEC=y +CONFIG_EARLY_PRINTK=y +CONFIG_PANIC_TIMEOUT=180 +CONFIG_COMPAT=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_PPC_UDBG_16550=y +CONFIG_GENERIC_TBSYNC=y +CONFIG_AUDIT_ARCH=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_EPAPR_BOOT=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_ARCH_SUSPEND_NONZERO_CPU=y +CONFIG_ARCH_HAS_ADD_PAGES=y +CONFIG_PPC_DCR_MMIO=y +CONFIG_PPC_DCR=y +CONFIG_PPC_OF_PLATFORM_PCI=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_PPC_DAWR=y +CONFIG_PGTABLE_LEVELS=4 +CONFIG_PPC_MSI_BITMAP=y +CONFIG_PPC_XICS=y +CONFIG_PPC_ICP_NATIVE=y +CONFIG_PPC_ICP_HV=y +CONFIG_PPC_ICS_RTAS=y +CONFIG_PPC_XIVE=y +CONFIG_PPC_XIVE_NATIVE=y +CONFIG_PPC_XIVE_SPAPR=y + +# +# Platform support +# +CONFIG_PPC_POWERNV=y +# CONFIG_OPAL_PRD is not set +# CONFIG_PPC_MEMTRACE is not set +# CONFIG_SCOM_DEBUGFS is not set +CONFIG_PPC_PSERIES=y +CONFIG_PARAVIRT=y +CONFIG_PARAVIRT_SPINLOCKS=y +CONFIG_PARAVIRT_TIME_ACCOUNTING=y +CONFIG_PPC_SPLPAR=y +CONFIG_DTL=y +CONFIG_PSERIES_ENERGY=y +CONFIG_IO_EVENT_IRQ=y +CONFIG_LPARCFG=y +CONFIG_PPC_SMLPAR=y +CONFIG_CMM=y +CONFIG_HV_PERF_CTRS=y +CONFIG_IBMVIO=y +CONFIG_IBMEBUS=y +CONFIG_PSERIES_PLPKS=y +CONFIG_PAPR_SCM=m +CONFIG_PPC_SVM=y +CONFIG_PPC_PMAC=y +CONFIG_PPC_PMAC64=y +CONFIG_PPC_MAPLE=y +CONFIG_PPC_PASEMI=y + +# +# PA Semi PWRficient options +# +# CONFIG_PPC_PASEMI_NEMO is not set +CONFIG_PPC_PASEMI_IOMMU=y +# CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE is not set +CONFIG_PPC_PASEMI_MDIO=y +# end of PA Semi PWRficient options + +CONFIG_PPC_PS3=y + +# +# PS3 Platform Options +# +# CONFIG_PS3_ADVANCED is not set +CONFIG_PS3_HTAB_SIZE=20 +# CONFIG_PS3_DYNAMIC_DMA is not set +CONFIG_PS3_VUART=y +CONFIG_PS3_PS3AV=y +CONFIG_PS3_SYS_MANAGER=y +CONFIG_PS3_STORAGE=m +CONFIG_PS3_DISK=m +CONFIG_PS3_ROM=m +CONFIG_PS3_FLASH=m +CONFIG_PS3_LPM=m +# end of PS3 Platform Options + +CONFIG_PPC_CELL=y +CONFIG_PPC_CELL_COMMON=y +CONFIG_PPC_CELL_NATIVE=y +CONFIG_PPC_IBM_CELL_BLADE=y +CONFIG_AXON_MSI=y + +# +# Cell Broadband Engine options +# +CONFIG_SPU_FS=y +CONFIG_SPU_BASE=y +CONFIG_CBE_RAS=y +CONFIG_PPC_IBM_CELL_RESETBUTTON=y +CONFIG_PPC_IBM_CELL_POWERBUTTON=m +CONFIG_CBE_THERM=m +CONFIG_PPC_PMI=m +CONFIG_CBE_CPUFREQ_SPU_GOVERNOR=m +# end of Cell Broadband Engine options + +CONFIG_PPC_VAS=y +# CONFIG_KVM_GUEST is not set +# CONFIG_EPAPR_PARAVIRT is not set +CONFIG_PPC_HASH_MMU_NATIVE=y +# CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set +CONFIG_PPC_DT_CPU_FTRS=y +CONFIG_UDBG_RTAS_CONSOLE=y +CONFIG_PPC_SMP_MUXED_IPI=y +CONFIG_MPIC=y +# CONFIG_MPIC_MSGR is not set +CONFIG_PPC_I8259=y +CONFIG_U3_DART=y +CONFIG_PPC_RTAS=y +CONFIG_RTAS_ERROR_LOGGING=y +CONFIG_PPC_RTAS_DAEMON=y +CONFIG_RTAS_PROC=y +CONFIG_RTAS_FLASH=m +CONFIG_MMIO_NVRAM=y +CONFIG_MPIC_U3_HT_IRQS=y +CONFIG_MPIC_BROKEN_REGREAD=y +CONFIG_EEH=y +CONFIG_PPC_970_NAP=y +CONFIG_PPC_P7_NAP=y +CONFIG_PPC_BOOK3S_IDLE=y +CONFIG_PPC_INDIRECT_PIO=y +CONFIG_PPC_INDIRECT_MMIO=y +CONFIG_PPC_IO_WORKAROUNDS=y + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +# CONFIG_CPU_FREQ_STAT is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set + +# +# CPU frequency scaling drivers +# +# CONFIG_CPUFREQ_DT_PLATDEV is not set +CONFIG_CPU_FREQ_CBE=m +# CONFIG_CPU_FREQ_CBE_PMI is not set +# CONFIG_CPU_FREQ_MAPLE is not set +CONFIG_CPU_FREQ_PMAC64=y +CONFIG_PPC_PASEMI_CPUFREQ=y +CONFIG_POWERNV_CPUFREQ=y +# end of CPU Frequency scaling + +# +# CPUIdle driver +# + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set + +# +# POWERPC CPU Idle Drivers +# +CONFIG_PSERIES_CPUIDLE=y +CONFIG_POWERNV_CPUIDLE=y +# end of POWERPC CPU Idle Drivers +# end of CPU Idle +# end of CPUIdle driver + +# CONFIG_GEN_RTC is not set +# end of Platform support + +# +# Kernel options +# +CONFIG_HZ_100=y +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ=100 +CONFIG_SCHED_HRTICK=y +CONFIG_PPC_TRANSACTIONAL_MEM=y +# CONFIG_LD_HEAD_STUB_CATCH is not set +CONFIG_MPROFILE_KERNEL=y +CONFIG_HOTPLUG_CPU=y +CONFIG_PPC_QUEUED_SPINLOCKS=y +CONFIG_ARCH_CPU_PROBE_RELEASE=y +CONFIG_PPC64_SUPPORTS_MEMORY_FAILURE=y +CONFIG_ARCH_SUPPORTS_KEXEC=y +CONFIG_ARCH_SUPPORTS_KEXEC_FILE=y +CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY=y +CONFIG_ARCH_SELECTS_KEXEC_FILE=y +CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2=y +# CONFIG_RELOCATABLE is not set +CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y +# CONFIG_FA_DUMP is not set +# CONFIG_PRESERVE_FA_DUMP is not set +# CONFIG_OPAL_CORE is not set +CONFIG_IRQ_ALL_CPUS=y +CONFIG_NUMA=y +CONFIG_NODES_SHIFT=8 +CONFIG_HAVE_MEMORYLESS_NODES=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ILLEGAL_POINTER_VALUE=0x5deadbeef0000000 +CONFIG_ARCH_MEMORY_PROBE=y +# CONFIG_PPC_4K_PAGES is not set +CONFIG_PPC_64K_PAGES=y +CONFIG_PAGE_SIZE_64KB=y +CONFIG_PPC_PAGE_SHIFT=16 +CONFIG_THREAD_SHIFT=15 +CONFIG_DATA_SHIFT=24 +CONFIG_ARCH_FORCE_MAX_ORDER=8 +CONFIG_PPC_SUBPAGE_PROT=y +# CONFIG_PPC_PROT_SAO_LPAR is not set +CONFIG_PPC_COPRO_BASE=y +CONFIG_SCHED_SMT=y +CONFIG_PPC_DENORMALISATION=y +CONFIG_CMDLINE="" +CONFIG_EXTRA_TARGETS="" +CONFIG_ARCH_WANTS_FREEZER_CONTROL=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +# CONFIG_HIBERNATION is not set +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_SLEEP_SMP_NONZERO_CPU=y +# CONFIG_PM_AUTOSLEEP is not set +# CONFIG_PM_USERSPACE_AUTOSLEEP is not set +# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +# CONFIG_ENERGY_MODEL is not set +CONFIG_PPC_MEM_KEYS=y +CONFIG_PPC_SECURE_BOOT=y +CONFIG_PPC_SECVAR_SYSFS=y +# end of Kernel options + +CONFIG_ISA_DMA_API=y + +# +# Bus options +# +CONFIG_GENERIC_ISA_DMA=y +# CONFIG_FSL_LBC is not set +# end of Bus options + +CONFIG_PAGE_OFFSET=0xc000000000000000 +CONFIG_KERNEL_START=0xc000000000000000 +CONFIG_PHYSICAL_START=0x00000000 +CONFIG_KVM_COMMON=y +CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_KVM_VFIO=y +CONFIG_KVM_COMPAT=y +CONFIG_HAVE_KVM_IRQ_BYPASS=y +CONFIG_HAVE_KVM_VCPU_ASYNC_IOCTL=y +CONFIG_KVM_GENERIC_MMU_NOTIFIER=y +CONFIG_VIRTUALIZATION=y +CONFIG_KVM=y +CONFIG_KVM_BOOK3S_HANDLER=y +CONFIG_KVM_BOOK3S_64_HANDLER=y +CONFIG_KVM_BOOK3S_HV_POSSIBLE=y +CONFIG_KVM_BOOK3S_64=m +CONFIG_KVM_BOOK3S_64_HV=m +# CONFIG_KVM_BOOK3S_HV_P9_TIMING is not set +# CONFIG_KVM_BOOK3S_HV_P8_TIMING is not set +CONFIG_KVM_BOOK3S_HV_NESTED_PMU_WORKAROUND=y +CONFIG_KVM_XICS=y +CONFIG_KVM_XIVE=y +CONFIG_HAVE_LIVEPATCH=y + +# +# General architecture-dependent options +# +CONFIG_HOTPLUG_SMT=y +CONFIG_SMT_NUM_THREADS_DYNAMIC=y +CONFIG_KPROBES=y +CONFIG_JUMP_LABEL=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +CONFIG_OPTPROBES=y +CONFIG_KPROBES_ON_FTRACE=y +CONFIG_UPROBES=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_KRETPROBES=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_KPROBES_ON_FTRACE=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y +CONFIG_HAVE_HARDLOCKUP_DETECTOR_ARCH=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_MMU_GATHER_TABLE_FREE=y +CONFIG_MMU_GATHER_RCU_TABLE_FREE=y +CONFIG_MMU_GATHER_PAGE_SIZE=y +CONFIG_MMU_GATHER_MERGE_VMAS=y +CONFIG_ARCH_WANT_IRQS_OFF_ACTIVATE_MM=y +CONFIG_MMU_LAZY_TLB_SHOOTDOWN=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_WEAK_RELEASE_ACQUIRE=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_LTO_NONE=y +CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y +CONFIG_HAVE_CONTEXT_TRACKING_USER=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOVE_PUD=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_HAVE_ARCH_HUGE_VMALLOC=y +CONFIG_ARCH_WANT_PMD_MKWRITE=y +CONFIG_HAVE_ARCH_SOFT_DIRTY=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y +CONFIG_SOFTIRQ_ON_OWN_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_ARCH_MMAP_RND_BITS=14 +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=7 +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_HAVE_OBJTOOL=y +CONFIG_HAVE_RELIABLE_STACKTRACE=y +CONFIG_HAVE_ARCH_NVRAM_OPS=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_OLD_SIGSUSPEND=y +CONFIG_COMPAT_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y +CONFIG_RANDOMIZE_KSTACK_OFFSET=y +# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set +CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y +CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +CONFIG_ARCH_HAS_PHYS_TO_DMA=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_HAS_MEM_ENCRYPT=y +CONFIG_ARCH_HAS_CC_PLATFORM=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +CONFIG_FUNCTION_ALIGNMENT_4B=y +CONFIG_FUNCTION_ALIGNMENT=4 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULE_SIG_FORMAT=y +CONFIG_MODULES=y +# CONFIG_MODULE_DEBUG is not set +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +CONFIG_MODVERSIONS=y +CONFIG_ASM_MODVERSIONS=y +CONFIG_MODULE_SRCVERSION_ALL=y +CONFIG_MODULE_SIG=y +# CONFIG_MODULE_SIG_FORCE is not set +CONFIG_MODULE_SIG_ALL=y +# CONFIG_MODULE_SIG_SHA256 is not set +# CONFIG_MODULE_SIG_SHA384 is not set +CONFIG_MODULE_SIG_SHA512=y +# CONFIG_MODULE_SIG_SHA3_256 is not set +# CONFIG_MODULE_SIG_SHA3_384 is not set +# CONFIG_MODULE_SIG_SHA3_512 is not set +CONFIG_MODULE_SIG_HASH="sha512" +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_CGROUP_PUNT_BIO=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_INTEGRITY is not set +CONFIG_BLK_DEV_WRITE_MOUNTED=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_DEV_THROTTLING is not set +# CONFIG_BLK_WBT is not set +# CONFIG_BLK_CGROUP_IOLATENCY is not set +# CONFIG_BLK_CGROUP_IOCOST is not set +# CONFIG_BLK_CGROUP_IOPRIO is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_AIX_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +CONFIG_MAC_PARTITION=y +CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +# CONFIG_SGI_PARTITION is not set +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +# CONFIG_KARMA_PARTITION is not set +CONFIG_EFI_PARTITION=y +# CONFIG_SYSV68_PARTITION is not set +# CONFIG_CMDLINE_PARTITION is not set +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y +CONFIG_BLOCK_HOLDER_DEPRECATED=y +CONFIG_BLK_MQ_STACKING=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +# CONFIG_IOSCHED_BFQ is not set +# end of IO Schedulers + +CONFIG_PREEMPT_NOTIFIERS=y +CONFIG_ASN1=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_MMIOWB=y +CONFIG_MMIOWB=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_COMPAT_BINFMT_ELF=y +CONFIG_ELFCORE=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_BINFMT_SCRIPT=y +CONFIG_BINFMT_MISC=m +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_ZPOOL=y +CONFIG_SWAP=y +CONFIG_ZSWAP=y +# CONFIG_ZSWAP_DEFAULT_ON is not set +# CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON is not set +# CONFIG_ZSWAP_SHRINKER_DEFAULT_ON is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set +CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD is not set +CONFIG_ZSWAP_COMPRESSOR_DEFAULT="lzo" +# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD is not set +# CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set +CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC=y +CONFIG_ZSWAP_ZPOOL_DEFAULT="zsmalloc" +# CONFIG_ZBUD is not set +CONFIG_Z3FOLD=y +CONFIG_ZSMALLOC=y +# CONFIG_ZSMALLOC_STAT is not set +CONFIG_ZSMALLOC_CHAIN_SIZE=8 + +# +# Slab allocator options +# +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +# CONFIG_SLAB_MERGE_DEFAULT is not set +CONFIG_SLAB_FREELIST_RANDOM=y +CONFIG_SLAB_FREELIST_HARDENED=y +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_RANDOM_KMALLOC_CACHES is not set +# end of Slab allocator options + +CONFIG_SHUFFLE_PAGE_ALLOCATOR=y +# CONFIG_COMPAT_BRK is not set +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_SPARSEMEM_MANUAL=y +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_NUMA_KEEP_MEMINFO=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_EXCLUSIVE_SYSTEM_RAM=y +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_MEMORY_HOTPLUG=y +# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set +CONFIG_MEMORY_HOTREMOVE=y +CONFIG_MHP_MEMMAP_ON_MEMORY=y +CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_MEMORY_BALLOON=y +CONFIG_BALLOON_COMPACTION=y +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +CONFIG_PAGE_REPORTING=y +CONFIG_MIGRATION=y +CONFIG_DEVICE_MIGRATION=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_ARCH_ENABLE_THP_MIGRATION=y +CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y +CONFIG_CONTIG_ALLOC=y +CONFIG_PCP_BATCH_SCALE_MAX=5 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_MMU_NOTIFIER=y +CONFIG_KSM=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_MEMORY_FAILURE is not set +CONFIG_TRANSPARENT_HUGEPAGE=y +CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y +# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set +# CONFIG_TRANSPARENT_HUGEPAGE_NEVER is not set +# CONFIG_READ_ONLY_THP_FOR_FS is not set +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_CMA=y +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMA_DEBUGFS is not set +# CONFIG_CMA_SYSFS is not set +CONFIG_CMA_AREAS=19 +CONFIG_MEM_SOFT_DIRTY=y +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_ARCH_HAS_PTE_DEVMAP=y +CONFIG_ZONE_DEVICE=y +CONFIG_HMM_MIRROR=y +# CONFIG_DEVICE_PRIVATE is not set +CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y +CONFIG_ARCH_HAS_PKEYS=y +CONFIG_VM_EVENT_COUNTERS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +# CONFIG_DMAPOOL_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_ARCH_HAS_HUGEPD=y +CONFIG_MEMFD_CREATE=y +# CONFIG_ANON_VMA_NAME is not set +CONFIG_USERFAULTFD=y +# CONFIG_LRU_GEN is not set +CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y +CONFIG_PER_VMA_LOCK=y +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_NET_XGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=m +CONFIG_XFRM_USER=m +# CONFIG_XFRM_INTERFACE is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_AH=m +CONFIG_XFRM_ESP=m +CONFIG_XFRM_IPCOMP=m +CONFIG_NET_KEY=m +# CONFIG_NET_KEY_MIGRATE is not set +# CONFIG_SMC is not set +# CONFIG_XDP_SOCKETS is not set +CONFIG_NET_HANDSHAKE=y +CONFIG_NET_HANDSHAKE_KUNIT_TEST=m +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +# CONFIG_IP_ADVANCED_ROUTER is not set +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +# CONFIG_IP_PNP_RARP is not set +CONFIG_NET_IPIP=y +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=y +# CONFIG_IP_MROUTE is not set +CONFIG_SYN_COOKIES=y +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +CONFIG_INET_AH=m +CONFIG_INET_ESP=m +# CONFIG_INET_ESP_OFFLOAD is not set +# CONFIG_INET_ESPINTCP is not set +CONFIG_INET_IPCOMP=m +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_XFRM_TUNNEL=m +CONFIG_INET_TUNNEL=y +CONFIG_INET_DIAG=y +CONFIG_INET_TCP_DIAG=y +# CONFIG_INET_UDP_DIAG is not set +# CONFIG_INET_RAW_DIAG is not set +# CONFIG_INET_DIAG_DESTROY is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_AO is not set +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_INET6_AH is not set +# CONFIG_INET6_ESP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_ILA is not set +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_NETLABEL is not set +# CONFIG_MPTCP is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_ADVANCED is not set + +# +# Core Netfilter Configuration +# +CONFIG_NETFILTER_INGRESS=y +CONFIG_NETFILTER_EGRESS=y +CONFIG_NETFILTER_SKIP_EGRESS=y +CONFIG_NETFILTER_NETLINK=m +CONFIG_NETFILTER_BPF_LINK=y +CONFIG_NETFILTER_NETLINK_LOG=m +CONFIG_NF_CONNTRACK=m +CONFIG_NF_LOG_SYSLOG=m +CONFIG_NF_CONNTRACK_SECMARK=y +# CONFIG_NF_CONNTRACK_PROCFS is not set +# CONFIG_NF_CONNTRACK_LABELS is not set +CONFIG_NF_CONNTRACK_FTP=m +CONFIG_NF_CONNTRACK_IRC=m +# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set +CONFIG_NF_CONNTRACK_SIP=m +CONFIG_NF_CT_NETLINK=m +# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set +CONFIG_NF_NAT=m +CONFIG_NF_NAT_FTP=m +CONFIG_NF_NAT_IRC=m +CONFIG_NF_NAT_SIP=m +CONFIG_NF_NAT_MASQUERADE=y +# CONFIG_NF_TABLES is not set +CONFIG_NETFILTER_XTABLES=m +# CONFIG_NETFILTER_XTABLES_COMPAT is not set + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=m + +# +# Xtables targets +# +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_NAT=m +# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set +CONFIG_NETFILTER_XT_TARGET_NFLOG=m +# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set +CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=m +CONFIG_NETFILTER_XT_TARGET_TCPMSS=m + +# +# Xtables matches +# +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m +CONFIG_NETFILTER_XT_MATCH_STATE=m +# end of Core Netfilter Configuration + +# CONFIG_IP_SET is not set +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=m +# CONFIG_NF_SOCKET_IPV4 is not set +# CONFIG_NF_TPROXY_IPV4 is not set +# CONFIG_NF_DUP_IPV4 is not set +CONFIG_NF_LOG_ARP=m +CONFIG_NF_LOG_IPV4=m +CONFIG_NF_REJECT_IPV4=m +CONFIG_IP_NF_IPTABLES=m +CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_TARGET_REJECT=m +CONFIG_IP_NF_NAT=m +# CONFIG_IP_NF_TARGET_MASQUERADE is not set +CONFIG_IP_NF_MANGLE=m +# CONFIG_IP_NF_RAW is not set +# end of IP: Netfilter Configuration + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_SOCKET_IPV6 is not set +# CONFIG_NF_TPROXY_IPV6 is not set +# CONFIG_NF_DUP_IPV6 is not set +CONFIG_NF_REJECT_IPV6=m +CONFIG_NF_LOG_IPV6=m +CONFIG_IP6_NF_IPTABLES=m +CONFIG_IP6_NF_MATCH_IPV6HEADER=m +CONFIG_IP6_NF_FILTER=m +CONFIG_IP6_NF_TARGET_REJECT=m +CONFIG_IP6_NF_MANGLE=m +# CONFIG_IP6_NF_RAW is not set +# end of IPv6: Netfilter Configuration + +CONFIG_NF_DEFRAG_IPV6=m +# CONFIG_NF_CONNTRACK_BRIDGE is not set +# CONFIG_BRIDGE_NF_EBTABLES is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +CONFIG_STP=m +CONFIG_BRIDGE=m +CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_VLAN_FILTERING is not set +# CONFIG_BRIDGE_MRP is not set +# CONFIG_BRIDGE_CFM is not set +# CONFIG_NET_DSA is not set +CONFIG_VLAN_8021Q=m +# CONFIG_VLAN_8021Q_GVRP is not set +# CONFIG_VLAN_8021Q_MVRP is not set +CONFIG_LLC=m +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +CONFIG_NET_SCHED=y + +# +# Queueing/Scheduling +# +# CONFIG_NET_SCH_HTB is not set +# CONFIG_NET_SCH_HFSC is not set +# CONFIG_NET_SCH_PRIO is not set +# CONFIG_NET_SCH_MULTIQ is not set +# CONFIG_NET_SCH_RED is not set +# CONFIG_NET_SCH_SFB is not set +# CONFIG_NET_SCH_SFQ is not set +# CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCH_TBF is not set +# CONFIG_NET_SCH_CBS is not set +# CONFIG_NET_SCH_ETF is not set +# CONFIG_NET_SCH_TAPRIO is not set +# CONFIG_NET_SCH_GRED is not set +# CONFIG_NET_SCH_NETEM is not set +# CONFIG_NET_SCH_DRR is not set +# CONFIG_NET_SCH_MQPRIO is not set +# CONFIG_NET_SCH_SKBPRIO is not set +# CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set +# CONFIG_NET_SCH_CODEL is not set +# CONFIG_NET_SCH_FQ_CODEL is not set +# CONFIG_NET_SCH_CAKE is not set +# CONFIG_NET_SCH_FQ is not set +# CONFIG_NET_SCH_HHF is not set +# CONFIG_NET_SCH_PIE is not set +# CONFIG_NET_SCH_INGRESS is not set +# CONFIG_NET_SCH_PLUG is not set +# CONFIG_NET_SCH_ETS is not set +# CONFIG_NET_SCH_DEFAULT is not set + +# +# Classification +# +CONFIG_NET_CLS=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_ROUTE4 is not set +# CONFIG_NET_CLS_FW is not set +# CONFIG_NET_CLS_U32 is not set +# CONFIG_NET_CLS_FLOW is not set +# CONFIG_NET_CLS_CGROUP is not set +CONFIG_NET_CLS_BPF=m +# CONFIG_NET_CLS_FLOWER is not set +# CONFIG_NET_CLS_MATCHALL is not set +# CONFIG_NET_EMATCH is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_ACT_POLICE is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_SAMPLE is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +# CONFIG_NET_ACT_SIMP is not set +# CONFIG_NET_ACT_SKBEDIT is not set +# CONFIG_NET_ACT_CSUM is not set +# CONFIG_NET_ACT_MPLS is not set +# CONFIG_NET_ACT_VLAN is not set +CONFIG_NET_ACT_BPF=m +# CONFIG_NET_ACT_SKBMOD is not set +# CONFIG_NET_ACT_IFE is not set +# CONFIG_NET_ACT_TUNNEL_KEY is not set +# CONFIG_NET_ACT_GATE is not set +# CONFIG_NET_TC_SKB_EXT is not set +CONFIG_NET_SCH_FIFO=y +# CONFIG_DCB is not set +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +# CONFIG_NET_SWITCHDEV is not set +# CONFIG_NET_L3_MASTER_DEV is not set +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +# CONFIG_CGROUP_NET_PRIO is not set +# CONFIG_CGROUP_NET_CLASSID is not set +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +# CONFIG_BPF_STREAM_PARSER is not set +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_BT is not set +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +# CONFIG_WIRELESS is not set +# CONFIG_RFKILL is not set +# CONFIG_NET_9P is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SELFTESTS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_NET_DEVLINK=y +CONFIG_PAGE_POOL=y +# CONFIG_PAGE_POOL_STATS is not set +CONFIG_FAILOVER=m +CONFIG_ETHTOOL_NETLINK=y +CONFIG_NETDEV_ADDR_LIST_TEST=m +CONFIG_NET_TEST=m + +# +# Device Drivers +# +CONFIG_HAVE_PCI=y +CONFIG_FORCE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_SYSCALL=y +# CONFIG_PCIEPORTBUS is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_MSI_ARCH_FALLBACKS=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +# CONFIG_PCI_IOV is not set +# CONFIG_PCI_PRI is not set +# CONFIG_PCI_PASID is not set +# CONFIG_PCI_P2PDMA is not set +# CONFIG_PCI_DYNAMIC_OF_NODES is not set +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_HOTPLUG_PCI=y +# CONFIG_HOTPLUG_PCI_CPCI is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set +# CONFIG_HOTPLUG_PCI_POWERNV is not set +CONFIG_HOTPLUG_PCI_RPA=m +CONFIG_HOTPLUG_PCI_RPA_DLPAR=m + +# +# PCI controller drivers +# +# CONFIG_PCI_FTPCI100 is not set +# CONFIG_PCI_HOST_GENERIC is not set +# CONFIG_PCIE_MICROCHIP_HOST is not set +# CONFIG_PCIE_XILINX is not set + +# +# Cadence-based PCIe controllers +# +# CONFIG_PCIE_CADENCE_PLAT_HOST is not set +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +# CONFIG_PCI_MESON is not set +# CONFIG_PCIE_DW_PLAT_HOST is not set +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +CONFIG_PCCARD=y +CONFIG_PCMCIA=y +CONFIG_PCMCIA_LOAD_CIS=y +CONFIG_CARDBUS=y + +# +# PC-card bridges +# +# CONFIG_YENTA is not set +# CONFIG_PD6729 is not set +# CONFIG_I82092 is not set +CONFIG_ELECTRA_CF=y +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +CONFIG_AUXILIARY_BUS=y +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +# CONFIG_DEVTMPFS_SAFE is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_ALLOW_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +# CONFIG_DM_KUNIT_TEST is not set +CONFIG_DRIVER_PE_KUNIT_TEST=m +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_REGMAP=y +CONFIG_REGMAP_KUNIT=m +# CONFIG_REGMAP_BUILD is not set +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_RAM=m +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_MHI_BUS is not set +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# +# Cache Drivers +# +# end of Cache Drivers + +CONFIG_CONNECTOR=m + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# end of ARM System Control and Management Interface Protocol + +# CONFIG_FIRMWARE_MEMMAP is not set +# CONFIG_FW_CFG_SYSFS is not set +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# Qualcomm firmware drivers +# +# end of Qualcomm firmware drivers + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +# CONFIG_MTD is not set +CONFIG_DTC=y +CONFIG_OF=y +# CONFIG_OF_UNITTEST is not set +CONFIG_OF_FLATTREE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_KOBJ=y +CONFIG_OF_DYNAMIC=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_IRQ=y +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_OVERLAY is not set +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +CONFIG_BLK_DEV_FD=y +# CONFIG_BLK_DEV_FD_RAWCMD is not set +CONFIG_CDROM=y +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +CONFIG_ZRAM=m +CONFIG_ZRAM_DEF_COMP_LZORLE=y +# CONFIG_ZRAM_DEF_COMP_LZO is not set +CONFIG_ZRAM_DEF_COMP="lzo-rle" +# CONFIG_ZRAM_WRITEBACK is not set +# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set +# CONFIG_ZRAM_MEMORY_TRACKING is not set +# CONFIG_ZRAM_MULTI_COMP is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +CONFIG_BLK_DEV_NBD=m +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +CONFIG_VIRTIO_BLK=m +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_UBLK is not set + +# +# NVME Support +# +CONFIG_NVME_CORE=m +CONFIG_BLK_DEV_NVME=m +# CONFIG_NVME_MULTIPATH is not set +# CONFIG_NVME_VERBOSE_ERRORS is not set +# CONFIG_NVME_HWMON is not set +# CONFIG_NVME_RDMA is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# CONFIG_NVME_HOST_AUTH is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_IBMVMC is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HP_ILO is not set +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_SRAM is not set +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_OPEN_DICE is not set +# CONFIG_VCPU_STALL_DETECTOR is not set +# CONFIG_NSM is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_GENWQE is not set +# CONFIG_ECHO is not set +CONFIG_CXL_BASE=y +CONFIG_CXL=m +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +CONFIG_RAID_ATTRS=m +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_NETLINK=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +CONFIG_CHR_DEV_ST=m +CONFIG_BLK_DEV_SR=y +CONFIG_CHR_DEV_SG=y +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +CONFIG_SCSI_CONSTANTS=y +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +CONFIG_SCSI_SPI_ATTRS=m +CONFIG_SCSI_FC_ATTRS=y +CONFIG_SCSI_ISCSI_ATTRS=m +CONFIG_SCSI_SAS_ATTRS=m +# CONFIG_SCSI_SAS_LIBSAS is not set +CONFIG_SCSI_SRP_ATTRS=y +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +CONFIG_ISCSI_BOOT_SYSFS=m +CONFIG_SCSI_CXGB3_ISCSI=m +CONFIG_SCSI_CXGB4_ISCSI=m +CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_BE2ISCSI=m +CONFIG_CXLFLASH=m +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +CONFIG_SCSI_MPT3SAS=m +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +CONFIG_SCSI_MPT2SAS=m +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_LIBFC is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_IPS is not set +CONFIG_SCSI_IBMVSCSI=y +CONFIG_SCSI_IBMVFC=m +CONFIG_SCSI_IBMVFC_TRACE=y +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +CONFIG_SCSI_SYM53C8XX_2=m +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 +CONFIG_SCSI_SYM53C8XX_MMIO=y +CONFIG_SCSI_IPR=y +CONFIG_SCSI_IPR_TRACE=y +CONFIG_SCSI_IPR_DUMP=y +# CONFIG_SCSI_QLOGIC_1280 is not set +CONFIG_SCSI_QLA_FC=m +CONFIG_SCSI_QLA_ISCSI=m +CONFIG_SCSI_LPFC=m +# CONFIG_SCSI_LPFC_DEBUG_FS is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_BFA_FC is not set +CONFIG_SCSI_VIRTIO=m +# CONFIG_SCSI_CHELSIO_FCOE is not set +# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set +CONFIG_SCSI_DH=y +CONFIG_SCSI_DH_RDAC=m +# CONFIG_SCSI_DH_HP_SW is not set +# CONFIG_SCSI_DH_EMC is not set +CONFIG_SCSI_DH_ALUA=m +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_ATA_NONSTANDARD=y +CONFIG_SATA_HOST=y +CONFIG_PATA_TIMINGS=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATA_FORCE=y +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +# CONFIG_SATA_AHCI_PLATFORM is not set +# CONFIG_AHCI_DWC is not set +# CONFIG_AHCI_CEVA is not set +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +CONFIG_SATA_SIL24=y +CONFIG_ATA_SFF=y + +# +# SFF controllers with custom DMA interface +# +# CONFIG_PDC_ADMA is not set +# CONFIG_SATA_QSTOR is not set +# CONFIG_SATA_SX4 is not set +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# +# CONFIG_ATA_PIIX is not set +CONFIG_SATA_MV=y +# CONFIG_SATA_NV is not set +# CONFIG_SATA_PROMISE is not set +# CONFIG_SATA_SIL is not set +# CONFIG_SATA_SIS is not set +CONFIG_SATA_SVW=y +# CONFIG_SATA_ULI is not set +# CONFIG_SATA_VIA is not set +# CONFIG_SATA_VITESSE is not set + +# +# PATA SFF controllers with BMDMA +# +# CONFIG_PATA_ALI is not set +CONFIG_PATA_AMD=y +# CONFIG_PATA_ARTOP is not set +# CONFIG_PATA_ATIIXP is not set +# CONFIG_PATA_ATP867X is not set +# CONFIG_PATA_CMD64X is not set +# CONFIG_PATA_CYPRESS is not set +# CONFIG_PATA_EFAR is not set +# CONFIG_PATA_HPT366 is not set +# CONFIG_PATA_HPT37X is not set +# CONFIG_PATA_HPT3X2N is not set +# CONFIG_PATA_HPT3X3 is not set +# CONFIG_PATA_IT8213 is not set +# CONFIG_PATA_IT821X is not set +# CONFIG_PATA_JMICRON is not set +CONFIG_PATA_MACIO=y +# CONFIG_PATA_MARVELL is not set +# CONFIG_PATA_NETCELL is not set +# CONFIG_PATA_NINJA32 is not set +# CONFIG_PATA_NS87415 is not set +# CONFIG_PATA_OLDPIIX is not set +# CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_PDC2027X is not set +# CONFIG_PATA_PDC_OLD is not set +# CONFIG_PATA_RADISYS is not set +# CONFIG_PATA_RDC is not set +# CONFIG_PATA_SCH is not set +# CONFIG_PATA_SERVERWORKS is not set +# CONFIG_PATA_SIL680 is not set +# CONFIG_PATA_SIS is not set +# CONFIG_PATA_TOSHIBA is not set +# CONFIG_PATA_TRIFLEX is not set +# CONFIG_PATA_VIA is not set +# CONFIG_PATA_WINBOND is not set + +# +# PIO-only SFF controllers +# +# CONFIG_PATA_CMD640_PCI is not set +# CONFIG_PATA_MPIIX is not set +# CONFIG_PATA_NS87410 is not set +# CONFIG_PATA_OPTI is not set +# CONFIG_PATA_PCMCIA is not set +# CONFIG_PATA_OF_PLATFORM is not set +# CONFIG_PATA_RZ1000 is not set + +# +# Generic fallback / legacy drivers +# +CONFIG_ATA_GENERIC=y +# CONFIG_PATA_LEGACY is not set +CONFIG_MD=y +CONFIG_BLK_DEV_MD=y +CONFIG_MD_AUTODETECT=y +CONFIG_MD_BITMAP_FILE=y +CONFIG_MD_RAID0=y +CONFIG_MD_RAID1=y +CONFIG_MD_RAID10=m +CONFIG_MD_RAID456=m +# CONFIG_BCACHE is not set +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DM=y +# CONFIG_DM_DEBUG is not set +CONFIG_DM_BUFIO=m +# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_PERSISTENT_DATA=m +CONFIG_DM_UNSTRIPED=m +CONFIG_DM_CRYPT=m +CONFIG_DM_SNAPSHOT=m +CONFIG_DM_THIN_PROVISIONING=m +CONFIG_DM_CACHE=m +CONFIG_DM_CACHE_SMQ=m +CONFIG_DM_WRITECACHE=m +CONFIG_DM_EBS=m +CONFIG_DM_ERA=m +CONFIG_DM_CLONE=m +CONFIG_DM_MIRROR=m +CONFIG_DM_LOG_USERSPACE=m +CONFIG_DM_RAID=m +CONFIG_DM_ZERO=m +CONFIG_DM_MULTIPATH=m +CONFIG_DM_MULTIPATH_QL=m +CONFIG_DM_MULTIPATH_ST=m +CONFIG_DM_MULTIPATH_HST=m +CONFIG_DM_MULTIPATH_IOA=m +CONFIG_DM_DELAY=m +CONFIG_DM_DUST=m +CONFIG_DM_INIT=y +CONFIG_DM_UEVENT=y +# CONFIG_DM_FLAKEY is not set +# CONFIG_DM_VERITY is not set +# CONFIG_DM_SWITCH is not set +# CONFIG_DM_LOG_WRITES is not set +# CONFIG_DM_INTEGRITY is not set +# CONFIG_DM_AUDIT is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_ADB_PMU=y +CONFIG_ADB_PMU_EVENT=y +# CONFIG_ADB_PMU_LED is not set +CONFIG_PMAC_SMU=y +# CONFIG_MAC_EMUMOUSEBTN is not set +CONFIG_WINDFARM=y +CONFIG_WINDFARM_PM81=y +# CONFIG_WINDFARM_PM72 is not set +# CONFIG_WINDFARM_RM31 is not set +CONFIG_WINDFARM_PM91=y +CONFIG_WINDFARM_PM112=y +CONFIG_WINDFARM_PM121=y +# CONFIG_PMAC_RACKMETER is not set +CONFIG_NETDEVICES=y +CONFIG_MII=y +CONFIG_NET_CORE=y +CONFIG_BONDING=m +CONFIG_DUMMY=m +# CONFIG_WIREGUARD is not set +# CONFIG_EQUALIZER is not set +# CONFIG_NET_FC is not set +# CONFIG_NET_TEAM is not set +# CONFIG_MACVLAN is not set +# CONFIG_IPVLAN is not set +# CONFIG_VXLAN is not set +# CONFIG_GENEVE is not set +# CONFIG_BAREUDP is not set +# CONFIG_GTP is not set +# CONFIG_AMT is not set +# CONFIG_MACSEC is not set +CONFIG_NETCONSOLE=y +# CONFIG_NETCONSOLE_EXTENDED_LOG is not set +CONFIG_NETPOLL=y +CONFIG_NET_POLL_CONTROLLER=y +CONFIG_TUN=m +# CONFIG_TUN_VNET_CROSS_LE is not set +# CONFIG_VETH is not set +CONFIG_VIRTIO_NET=m +# CONFIG_NLMON is not set +# CONFIG_NETKIT is not set +CONFIG_SUNGEM_PHY=y +# CONFIG_ARCNET is not set +CONFIG_ETHERNET=y +CONFIG_MDIO=m +CONFIG_NET_VENDOR_3COM=y +# CONFIG_PCMCIA_3C574 is not set +# CONFIG_PCMCIA_3C589 is not set +CONFIG_VORTEX=m +# CONFIG_TYPHOON is not set +CONFIG_NET_VENDOR_ADAPTEC=y +# CONFIG_ADAPTEC_STARFIRE is not set +CONFIG_NET_VENDOR_AGERE=y +# CONFIG_ET131X is not set +CONFIG_NET_VENDOR_ALACRITECH=y +# CONFIG_SLICOSS is not set +CONFIG_NET_VENDOR_ALTEON=y +CONFIG_ACENIC=m +CONFIG_ACENIC_OMIT_TIGON_I=y +# CONFIG_ALTERA_TSE is not set +CONFIG_NET_VENDOR_AMAZON=y +CONFIG_NET_VENDOR_AMD=y +# CONFIG_AMD8111_ETH is not set +CONFIG_PCNET32=m +# CONFIG_PCMCIA_NMCLAN is not set +# CONFIG_PDS_CORE is not set +CONFIG_NET_VENDOR_AQUANTIA=y +# CONFIG_AQTION is not set +CONFIG_NET_VENDOR_ARC=y +CONFIG_NET_VENDOR_ASIX=y +CONFIG_NET_VENDOR_ATHEROS=y +# CONFIG_ATL2 is not set +# CONFIG_ATL1 is not set +# CONFIG_ATL1E is not set +# CONFIG_ATL1C is not set +# CONFIG_ALX is not set +CONFIG_NET_VENDOR_BROADCOM=y +# CONFIG_B44 is not set +# CONFIG_BCMGENET is not set +CONFIG_BNX2=m +CONFIG_CNIC=m +CONFIG_TIGON3=y +CONFIG_TIGON3_HWMON=y +CONFIG_BNX2X=m +# CONFIG_SYSTEMPORT is not set +# CONFIG_BNXT is not set +CONFIG_NET_VENDOR_CADENCE=y +CONFIG_NET_VENDOR_CAVIUM=y +# CONFIG_THUNDER_NIC_PF is not set +# CONFIG_THUNDER_NIC_VF is not set +# CONFIG_THUNDER_NIC_BGX is not set +# CONFIG_THUNDER_NIC_RGX is not set +# CONFIG_CAVIUM_PTP is not set +# CONFIG_LIQUIDIO is not set +# CONFIG_LIQUIDIO_VF is not set +CONFIG_NET_VENDOR_CHELSIO=y +CONFIG_CHELSIO_T1=m +# CONFIG_CHELSIO_T1_1G is not set +CONFIG_CHELSIO_T3=m +CONFIG_CHELSIO_T4=m +# CONFIG_CHELSIO_T4VF is not set +CONFIG_CHELSIO_LIB=m +CONFIG_CHELSIO_INLINE_CRYPTO=y +CONFIG_NET_VENDOR_CISCO=y +# CONFIG_ENIC is not set +CONFIG_NET_VENDOR_CORTINA=y +# CONFIG_GEMINI_ETHERNET is not set +CONFIG_NET_VENDOR_DAVICOM=y +# CONFIG_DNET is not set +CONFIG_NET_VENDOR_DEC=y +# CONFIG_NET_TULIP is not set +CONFIG_NET_VENDOR_DLINK=y +# CONFIG_DL2K is not set +# CONFIG_SUNDANCE is not set +CONFIG_NET_VENDOR_EMULEX=y +CONFIG_BE2NET=m +CONFIG_BE2NET_HWMON=y +CONFIG_BE2NET_BE2=y +CONFIG_BE2NET_BE3=y +CONFIG_BE2NET_LANCER=y +CONFIG_BE2NET_SKYHAWK=y +CONFIG_NET_VENDOR_ENGLEDER=y +# CONFIG_TSNEP is not set +CONFIG_NET_VENDOR_EZCHIP=y +# CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set +CONFIG_NET_VENDOR_FUJITSU=y +# CONFIG_PCMCIA_FMVJ18X is not set +CONFIG_NET_VENDOR_FUNGIBLE=y +# CONFIG_FUN_ETH is not set +CONFIG_NET_VENDOR_GOOGLE=y +CONFIG_NET_VENDOR_HUAWEI=y +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_IBM=y +CONFIG_IBMVETH=m +# CONFIG_IBM_EMAC is not set +CONFIG_EHEA=m +CONFIG_IBMVNIC=m +CONFIG_NET_VENDOR_INTEL=y +CONFIG_E100=y +CONFIG_E1000=y +CONFIG_E1000E=y +# CONFIG_IGB is not set +# CONFIG_IGBVF is not set +CONFIG_IXGBE=m +CONFIG_IXGBE_HWMON=y +# CONFIG_IXGBEVF is not set +CONFIG_I40E=m +# CONFIG_I40EVF is not set +# CONFIG_ICE is not set +# CONFIG_FM10K is not set +# CONFIG_IGC is not set +# CONFIG_IDPF is not set +# CONFIG_JME is not set +CONFIG_NET_VENDOR_LITEX=y +# CONFIG_LITEX_LITEETH is not set +CONFIG_NET_VENDOR_MARVELL=y +# CONFIG_MVMDIO is not set +# CONFIG_SKGE is not set +# CONFIG_SKY2 is not set +# CONFIG_OCTEON_EP is not set +CONFIG_NET_VENDOR_MELLANOX=y +CONFIG_MLX4_EN=m +CONFIG_MLX4_CORE=m +CONFIG_MLX4_DEBUG=y +CONFIG_MLX4_CORE_GEN2=y +# CONFIG_MLX5_CORE is not set +# CONFIG_MLXSW_CORE is not set +# CONFIG_MLXFW is not set +CONFIG_NET_VENDOR_MICREL=y +# CONFIG_KS8851_MLL is not set +# CONFIG_KSZ884X_PCI is not set +CONFIG_NET_VENDOR_MICROCHIP=y +# CONFIG_LAN743X is not set +# CONFIG_VCAP is not set +CONFIG_NET_VENDOR_MICROSEMI=y +CONFIG_NET_VENDOR_MICROSOFT=y +CONFIG_NET_VENDOR_MYRI=y +CONFIG_MYRI10GE=m +# CONFIG_FEALNX is not set +CONFIG_NET_VENDOR_NI=y +# CONFIG_NI_XGE_MANAGEMENT_ENET is not set +CONFIG_NET_VENDOR_NATSEMI=y +# CONFIG_NATSEMI is not set +# CONFIG_NS83820 is not set +CONFIG_NET_VENDOR_NETERION=y +CONFIG_S2IO=m +CONFIG_NET_VENDOR_NETRONOME=y +# CONFIG_NFP is not set +CONFIG_NET_VENDOR_8390=y +# CONFIG_PCMCIA_AXNET is not set +# CONFIG_NE2K_PCI is not set +# CONFIG_PCMCIA_PCNET is not set +CONFIG_NET_VENDOR_NVIDIA=y +# CONFIG_FORCEDETH is not set +CONFIG_NET_VENDOR_OKI=y +# CONFIG_ETHOC is not set +CONFIG_NET_VENDOR_PACKET_ENGINES=y +# CONFIG_HAMACHI is not set +# CONFIG_YELLOWFIN is not set +CONFIG_NET_VENDOR_PASEMI=y +CONFIG_PASEMI_MAC=y +CONFIG_NET_VENDOR_PENSANDO=y +# CONFIG_IONIC is not set +CONFIG_NET_VENDOR_QLOGIC=y +# CONFIG_QLA3XXX is not set +# CONFIG_QLCNIC is not set +CONFIG_NETXEN_NIC=m +# CONFIG_QED is not set +CONFIG_NET_VENDOR_BROCADE=y +# CONFIG_BNA is not set +CONFIG_NET_VENDOR_QUALCOMM=y +# CONFIG_QCOM_EMAC is not set +# CONFIG_RMNET is not set +CONFIG_NET_VENDOR_RDC=y +# CONFIG_R6040 is not set +CONFIG_NET_VENDOR_REALTEK=y +# CONFIG_8139CP is not set +# CONFIG_8139TOO is not set +# CONFIG_R8169 is not set +CONFIG_NET_VENDOR_RENESAS=y +CONFIG_NET_VENDOR_ROCKER=y +CONFIG_NET_VENDOR_SAMSUNG=y +# CONFIG_SXGBE_ETH is not set +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +# CONFIG_SC92031 is not set +CONFIG_NET_VENDOR_SIS=y +# CONFIG_SIS900 is not set +# CONFIG_SIS190 is not set +CONFIG_NET_VENDOR_SOLARFLARE=y +# CONFIG_SFC is not set +# CONFIG_SFC_FALCON is not set +# CONFIG_SFC_SIENA is not set +CONFIG_NET_VENDOR_SMSC=y +# CONFIG_PCMCIA_SMC91C92 is not set +# CONFIG_EPIC100 is not set +# CONFIG_SMSC911X is not set +# CONFIG_SMSC9420 is not set +CONFIG_NET_VENDOR_SOCIONEXT=y +CONFIG_NET_VENDOR_STMICRO=y +# CONFIG_STMMAC_ETH is not set +CONFIG_NET_VENDOR_SUN=y +# CONFIG_HAPPYMEAL is not set +CONFIG_SUNGEM=y +# CONFIG_CASSINI is not set +# CONFIG_NIU is not set +CONFIG_NET_VENDOR_SYNOPSYS=y +# CONFIG_DWC_XLGMAC is not set +CONFIG_NET_VENDOR_TEHUTI=y +# CONFIG_TEHUTI is not set +CONFIG_NET_VENDOR_TI=y +# CONFIG_TI_CPSW_PHY_SEL is not set +# CONFIG_TLAN is not set +CONFIG_NET_VENDOR_TOSHIBA=y +CONFIG_GELIC_NET=m +CONFIG_SPIDER_NET=m +CONFIG_NET_VENDOR_VERTEXCOM=y +CONFIG_NET_VENDOR_VIA=y +# CONFIG_VIA_RHINE is not set +# CONFIG_VIA_VELOCITY is not set +CONFIG_NET_VENDOR_WANGXUN=y +# CONFIG_NGBE is not set +CONFIG_NET_VENDOR_WIZNET=y +# CONFIG_WIZNET_W5100 is not set +# CONFIG_WIZNET_W5300 is not set +CONFIG_NET_VENDOR_XILINX=y +# CONFIG_XILINX_EMACLITE is not set +# CONFIG_XILINX_LL_TEMAC is not set +CONFIG_NET_VENDOR_XIRCOM=y +# CONFIG_PCMCIA_XIRC2PS is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +CONFIG_PHYLIB=y +CONFIG_SWPHY=y +CONFIG_FIXED_PHY=y + +# +# MII PHY device drivers +# +# CONFIG_AMD_PHY is not set +# CONFIG_ADIN_PHY is not set +# CONFIG_ADIN1100_PHY is not set +# CONFIG_AQUANTIA_PHY is not set +# CONFIG_AX88796B_PHY is not set +CONFIG_BROADCOM_PHY=m +# CONFIG_BCM54140_PHY is not set +# CONFIG_BCM7XXX_PHY is not set +# CONFIG_BCM84881_PHY is not set +# CONFIG_BCM87XX_PHY is not set +CONFIG_BCM_NET_PHYLIB=m +# CONFIG_CICADA_PHY is not set +# CONFIG_CORTINA_PHY is not set +# CONFIG_DAVICOM_PHY is not set +# CONFIG_ICPLUS_PHY is not set +# CONFIG_LXT_PHY is not set +# CONFIG_INTEL_XWAY_PHY is not set +# CONFIG_LSI_ET1011C_PHY is not set +CONFIG_MARVELL_PHY=y +# CONFIG_MARVELL_10G_PHY is not set +# CONFIG_MARVELL_88Q2XXX_PHY is not set +# CONFIG_MARVELL_88X2222_PHY is not set +# CONFIG_MAXLINEAR_GPHY is not set +# CONFIG_MEDIATEK_GE_PHY is not set +# CONFIG_MICREL_PHY is not set +# CONFIG_MICROCHIP_T1S_PHY is not set +# CONFIG_MICROCHIP_PHY is not set +# CONFIG_MICROCHIP_T1_PHY is not set +# CONFIG_MICROSEMI_PHY is not set +# CONFIG_MOTORCOMM_PHY is not set +# CONFIG_NATIONAL_PHY is not set +# CONFIG_NXP_CBTX_PHY is not set +# CONFIG_NXP_C45_TJA11XX_PHY is not set +# CONFIG_NXP_TJA11XX_PHY is not set +# CONFIG_NCN26000_PHY is not set +# CONFIG_QSEMI_PHY is not set +# CONFIG_REALTEK_PHY is not set +# CONFIG_RENESAS_PHY is not set +# CONFIG_ROCKCHIP_PHY is not set +# CONFIG_SMSC_PHY is not set +# CONFIG_STE10XP is not set +# CONFIG_TERANETICS_PHY is not set +# CONFIG_DP83822_PHY is not set +# CONFIG_DP83TC811_PHY is not set +# CONFIG_DP83848_PHY is not set +# CONFIG_DP83867_PHY is not set +# CONFIG_DP83869_PHY is not set +# CONFIG_DP83TD510_PHY is not set +# CONFIG_DP83TG720_PHY is not set +# CONFIG_VITESSE_PHY is not set +# CONFIG_XILINX_GMII2RGMII is not set +# CONFIG_PSE_CONTROLLER is not set +CONFIG_MDIO_DEVICE=y +CONFIG_MDIO_BUS=y +CONFIG_FWNODE_MDIO=y +CONFIG_OF_MDIO=y +CONFIG_MDIO_DEVRES=y +# CONFIG_MDIO_BITBANG is not set +# CONFIG_MDIO_BCM_UNIMAC is not set +# CONFIG_MDIO_HISI_FEMAC is not set +# CONFIG_MDIO_MVUSB is not set +# CONFIG_MDIO_OCTEON is not set +# CONFIG_MDIO_THUNDER is not set + +# +# MDIO Multiplexers +# +# CONFIG_MDIO_BUS_MUX_MULTIPLEXER is not set +# CONFIG_MDIO_BUS_MUX_MMIOREG is not set + +# +# PCS device drivers +# +# end of PCS device drivers + +CONFIG_PPP=m +CONFIG_PPP_BSDCOMP=m +CONFIG_PPP_DEFLATE=m +# CONFIG_PPP_FILTER is not set +# CONFIG_PPP_MPPE is not set +# CONFIG_PPP_MULTILINK is not set +CONFIG_PPPOE=m +# CONFIG_PPPOE_HASH_BITS_1 is not set +# CONFIG_PPPOE_HASH_BITS_2 is not set +CONFIG_PPPOE_HASH_BITS_4=y +# CONFIG_PPPOE_HASH_BITS_8 is not set +CONFIG_PPPOE_HASH_BITS=4 +CONFIG_PPP_ASYNC=m +CONFIG_PPP_SYNC_TTY=m +# CONFIG_SLIP is not set +CONFIG_SLHC=m +CONFIG_USB_NET_DRIVERS=y +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +# CONFIG_USB_RTL8152 is not set +# CONFIG_USB_LAN78XX is not set +# CONFIG_USB_USBNET is not set +# CONFIG_USB_IPHETH is not set +# CONFIG_WLAN is not set +# CONFIG_WAN is not set + +# +# Wireless WAN +# +# CONFIG_WWAN is not set +# end of Wireless WAN + +# CONFIG_NETDEVSIM is not set +CONFIG_NET_FAILOVER=m +# CONFIG_ISDN is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=m +CONFIG_INPUT_FF_MEMLESS=y +# CONFIG_INPUT_SPARSEKMAP is not set +# CONFIG_INPUT_MATRIXKMAP is not set +CONFIG_INPUT_VIVALDIFMAP=y + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=m +# CONFIG_INPUT_EVBUG is not set +CONFIG_INPUT_KUNIT_TEST=m + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_OMAP4 is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CAP11XX is not set +# CONFIG_KEYBOARD_CYPRESS_SF is not set +CONFIG_INPUT_MOUSE=y +CONFIG_MOUSE_PS2=y +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +# CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=y +CONFIG_MOUSE_PS2_SMBUS=y +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_CYAPA is not set +# CONFIG_MOUSE_ELAN_I2C is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_MOUSE_SYNAPTICS_USB is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +# CONFIG_INPUT_TOUCHSCREEN is not set +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AD714X is not set +# CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BMA150 is not set +# CONFIG_INPUT_E3X0_BUTTON is not set +CONFIG_INPUT_PCSPKR=m +# CONFIG_INPUT_MMA8450 is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_KXTJ9 is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +# CONFIG_INPUT_UINPUT is not set +# CONFIG_INPUT_PCF8574 is not set +# CONFIG_INPUT_DA7280_HAPTICS is not set +# CONFIG_INPUT_ADXL34X is not set +# CONFIG_INPUT_IMS_PCU is not set +# CONFIG_INPUT_IQS269A is not set +# CONFIG_INPUT_IQS626A is not set +# CONFIG_INPUT_IQS7222 is not set +# CONFIG_INPUT_CMA3000 is not set +# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set +# CONFIG_INPUT_DRV2665_HAPTICS is not set +# CONFIG_INPUT_DRV2667_HAPTICS is not set +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +CONFIG_SERIO_I8042=y +# CONFIG_SERIO_SERPORT is not set +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_XILINX_XPS_PS2 is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_SERIO_APBPS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_UNIX98_PTYS=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=256 +CONFIG_LEGACY_TIOCSTI=y +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_16550A_VARIANTS=y +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +# CONFIG_SERIAL_8250_CS is not set +CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +# CONFIG_SERIAL_8250_EXTENDED is not set +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_FSL=y +# CONFIG_SERIAL_8250_DW is not set +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_8250_PERICOM=y +# CONFIG_SERIAL_OF_PLATFORM is not set + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_PMACZILOG is not set +CONFIG_SERIAL_ICOM=m +CONFIG_SERIAL_JSM=m +# CONFIG_SERIAL_SIFIVE is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_XILINX_PS_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set +# end of Serial drivers + +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_PPC_EPAPR_HV_BYTECHAN is not set +# CONFIG_IPWIRELESS is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +CONFIG_HVC_DRIVER=y +CONFIG_HVC_IRQ=y +CONFIG_HVC_CONSOLE=y +# CONFIG_HVC_OLD_HVSI is not set +CONFIG_HVC_OPAL=y +CONFIG_HVC_RTAS=y +# CONFIG_HVC_UDBG is not set +CONFIG_HVCS=m +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_TTY_PRINTK is not set +CONFIG_VIRTIO_CONSOLE=m +CONFIG_IBM_BSR=m +CONFIG_POWERNV_OP_PANEL=m +# CONFIG_IPMI_HANDLER is not set +CONFIG_HW_RANDOM=m +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +CONFIG_HW_RANDOM_AMD=m +# CONFIG_HW_RANDOM_BA431 is not set +CONFIG_HW_RANDOM_PASEMI=m +# CONFIG_HW_RANDOM_VIRTIO is not set +CONFIG_HW_RANDOM_PSERIES=m +CONFIG_HW_RANDOM_POWERNV=m +# CONFIG_HW_RANDOM_CCTRNG is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +# CONFIG_APPLICOM is not set +CONFIG_DEVMEM=y +CONFIG_NVRAM=y +CONFIG_DEVPORT=y +# CONFIG_HANGCHECK_TIMER is not set +CONFIG_TCG_TPM=y +# CONFIG_TCG_TIS is not set +# CONFIG_TCG_TIS_I2C is not set +# CONFIG_TCG_TIS_I2C_CR50 is not set +# CONFIG_TCG_TIS_I2C_ATMEL is not set +# CONFIG_TCG_TIS_I2C_INFINEON is not set +# CONFIG_TCG_TIS_I2C_NUVOTON is not set +# CONFIG_TCG_ATMEL is not set +CONFIG_TCG_IBMVTPM=y +# CONFIG_TCG_VTPM_PROXY is not set +# CONFIG_TCG_TIS_ST33ZP24_I2C is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +# CONFIG_I2C_MUX is not set +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_ALGOBIT=y + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +CONFIG_I2C_AMD8111=y +# CONFIG_I2C_I801 is not set +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# Mac SMBus host controller drivers +# +CONFIG_I2C_POWERMAC=y + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_MPC is not set +# CONFIG_I2C_OCORES is not set +CONFIG_I2C_PASEMI=y +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_SIMTEC is not set +# CONFIG_I2C_XILINX is not set + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_PCI1XXXX is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +CONFIG_I2C_OPAL=y +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +# CONFIG_SPI is not set +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# CONFIG_PTP_1588_CLOCK_MOCK is not set +# end of PTP clock support + +# CONFIG_PINCTRL is not set +# CONFIG_GPIOLIB is not set +# CONFIG_W1 is not set +# CONFIG_POWER_RESET is not set +# CONFIG_POWER_SUPPLY is not set +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# +# CONFIG_SENSORS_AD7414 is not set +# CONFIG_SENSORS_AD7418 is not set +# CONFIG_SENSORS_ADM1021 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1029 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ADM1177 is not set +# CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7410 is not set +# CONFIG_SENSORS_ADT7411 is not set +# CONFIG_SENSORS_ADT7462 is not set +# CONFIG_SENSORS_ADT7470 is not set +# CONFIG_SENSORS_ADT7475 is not set +# CONFIG_SENSORS_AHT10 is not set +# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set +# CONFIG_SENSORS_AS370 is not set +# CONFIG_SENSORS_ASC7621 is not set +# CONFIG_SENSORS_AXI_FAN_CONTROL is not set +# CONFIG_SENSORS_ATXP1 is not set +# CONFIG_SENSORS_CORSAIR_CPRO is not set +# CONFIG_SENSORS_CORSAIR_PSU is not set +# CONFIG_SENSORS_DRIVETEMP is not set +# CONFIG_SENSORS_DS620 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_I5K_AMB is not set +# CONFIG_SENSORS_F75375S is not set +# CONFIG_SENSORS_GIGABYTE_WATERFORCE is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_G760A is not set +# CONFIG_SENSORS_G762 is not set +# CONFIG_SENSORS_HIH6130 is not set +# CONFIG_SENSORS_HS3001 is not set +CONFIG_SENSORS_IBMPOWERNV=y +# CONFIG_SENSORS_JC42 is not set +# CONFIG_SENSORS_POWERZ is not set +# CONFIG_SENSORS_POWR1220 is not set +# CONFIG_SENSORS_LINEAGE is not set +# CONFIG_SENSORS_LTC2945 is not set +# CONFIG_SENSORS_LTC2947_I2C is not set +# CONFIG_SENSORS_LTC2990 is not set +# CONFIG_SENSORS_LTC2991 is not set +# CONFIG_SENSORS_LTC4151 is not set +# CONFIG_SENSORS_LTC4215 is not set +# CONFIG_SENSORS_LTC4222 is not set +# CONFIG_SENSORS_LTC4245 is not set +# CONFIG_SENSORS_LTC4260 is not set +# CONFIG_SENSORS_LTC4261 is not set +# CONFIG_SENSORS_MAX127 is not set +# CONFIG_SENSORS_MAX16065 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX1668 is not set +# CONFIG_SENSORS_MAX197 is not set +# CONFIG_SENSORS_MAX31730 is not set +# CONFIG_SENSORS_MAX31760 is not set +# CONFIG_MAX31827 is not set +# CONFIG_SENSORS_MAX6620 is not set +# CONFIG_SENSORS_MAX6621 is not set +# CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6642 is not set +# CONFIG_SENSORS_MAX6650 is not set +# CONFIG_SENSORS_MAX6697 is not set +# CONFIG_SENSORS_MAX31790 is not set +# CONFIG_SENSORS_MC34VR500 is not set +# CONFIG_SENSORS_MCP3021 is not set +# CONFIG_SENSORS_TC654 is not set +# CONFIG_SENSORS_TPS23861 is not set +# CONFIG_SENSORS_MR75203 is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM73 is not set +# CONFIG_SENSORS_LM75 is not set +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +# CONFIG_SENSORS_LM90 is not set +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_LM95234 is not set +# CONFIG_SENSORS_LM95241 is not set +# CONFIG_SENSORS_LM95245 is not set +# CONFIG_SENSORS_NCT6775_I2C is not set +# CONFIG_SENSORS_NCT7802 is not set +# CONFIG_SENSORS_NPCM7XX is not set +# CONFIG_SENSORS_NZXT_KRAKEN2 is not set +# CONFIG_SENSORS_NZXT_SMART2 is not set +# CONFIG_SENSORS_OCC_P8_I2C is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_PMBUS is not set +# CONFIG_SENSORS_SBTSI is not set +# CONFIG_SENSORS_SBRMI is not set +# CONFIG_SENSORS_SHT21 is not set +# CONFIG_SENSORS_SHT3x is not set +# CONFIG_SENSORS_SHT4x is not set +# CONFIG_SENSORS_SHTC1 is not set +# CONFIG_SENSORS_SIS5595 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC2305 is not set +# CONFIG_SENSORS_EMC6W201 is not set +# CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_STTS751 is not set +# CONFIG_SENSORS_ADC128D818 is not set +# CONFIG_SENSORS_ADS7828 is not set +# CONFIG_SENSORS_AMC6821 is not set +# CONFIG_SENSORS_INA209 is not set +# CONFIG_SENSORS_INA2XX is not set +# CONFIG_SENSORS_INA238 is not set +# CONFIG_SENSORS_INA3221 is not set +# CONFIG_SENSORS_TC74 is not set +# CONFIG_SENSORS_THMC50 is not set +# CONFIG_SENSORS_TMP102 is not set +# CONFIG_SENSORS_TMP103 is not set +# CONFIG_SENSORS_TMP108 is not set +# CONFIG_SENSORS_TMP401 is not set +# CONFIG_SENSORS_TMP421 is not set +# CONFIG_SENSORS_TMP464 is not set +# CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_VIA686A is not set +# CONFIG_SENSORS_VT8231 is not set +# CONFIG_SENSORS_W83773G is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83791D is not set +# CONFIG_SENSORS_W83792D is not set +# CONFIG_SENSORS_W83793 is not set +# CONFIG_SENSORS_W83795 is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83L786NG is not set +# CONFIG_THERMAL is not set +# CONFIG_WATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_ACT8945A is not set +# CONFIG_MFD_AS3711 is not set +# CONFIG_MFD_SMPRO is not set +# CONFIG_MFD_AS3722 is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_ATMEL_FLEXCOM is not set +# CONFIG_MFD_ATMEL_HLCDC is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_CS42L43_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_MFD_MAX5970 is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_GATEWORKS_GSC is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_MFD_HI6421_PMIC is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77541 is not set +# CONFIG_MFD_MAX77620 is not set +# CONFIG_MFD_MAX77650 is not set +# CONFIG_MFD_MAX77686 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77714 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6370 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_NTXEC is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_RC5T583 is not set +# CONFIG_MFD_RK8XX_I2C is not set +# CONFIG_MFD_RN5T618 is not set +# CONFIG_MFD_SEC_CORE is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_STMPE is not set +# CONFIG_MFD_SYSCON is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TPS65217 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TI_LP87565 is not set +# CONFIG_MFD_TPS65218 is not set +# CONFIG_MFD_TPS65219 is not set +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS6594_I2C is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TC3589X is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_LOCHNAGAR is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ROHM_BD718XX is not set +# CONFIG_MFD_ROHM_BD71828 is not set +# CONFIG_MFD_ROHM_BD957XMUF is not set +# CONFIG_MFD_STPMIC1 is not set +# CONFIG_MFD_STMFX is not set +# CONFIG_MFD_ATC260X_I2C is not set +# CONFIG_MFD_QCOM_PM8008 is not set +# CONFIG_MFD_RSMU_I2C is not set +# end of Multifunction device drivers + +# CONFIG_REGULATOR is not set +# CONFIG_RC_CORE is not set + +# +# CEC support +# +# CONFIG_MEDIA_CEC_SUPPORT is not set +# end of CEC support + +# CONFIG_MEDIA_SUPPORT is not set + +# +# Graphics support +# +CONFIG_APERTURE_HELPERS=y +CONFIG_VIDEO_CMDLINE=y +CONFIG_VIDEO_NOMODESET=y +# CONFIG_AUXDISPLAY is not set +# CONFIG_AGP is not set +# CONFIG_DRM is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set + +# +# Frame buffer Devices +# +CONFIG_FB=y +CONFIG_FB_MACMODES=y +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_CYBER2000 is not set +CONFIG_FB_OF=y +# CONFIG_FB_ASILIANT is not set +# CONFIG_FB_IMSTT is not set +# CONFIG_FB_UVESA is not set +# CONFIG_FB_OPENCORES is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_I740 is not set +CONFIG_FB_MATROX=y +CONFIG_FB_MATROX_MILLENIUM=y +CONFIG_FB_MATROX_MYSTIQUE=y +CONFIG_FB_MATROX_G=y +CONFIG_FB_MATROX_I2C=m +CONFIG_FB_MATROX_MAVEN=m +CONFIG_FB_RADEON=y +CONFIG_FB_RADEON_I2C=y +CONFIG_FB_RADEON_BACKLIGHT=y +# CONFIG_FB_RADEON_DEBUG is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_ARK is not set +# CONFIG_FB_PM3 is not set +# CONFIG_FB_CARMINE is not set +# CONFIG_FB_SMSCUFX is not set +# CONFIG_FB_UDL is not set +CONFIG_FB_IBM_GXT4500=y +CONFIG_FB_PS3=m +CONFIG_FB_PS3_DEFAULT_SIZE_M=9 +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_SIMPLE is not set +# CONFIG_FB_SM712 is not set +CONFIG_FB_CORE=y +CONFIG_FB_NOTIFY=y +CONFIG_FIRMWARE_EDID=y +CONFIG_FB_DEVICE=y +CONFIG_FB_DDC=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_IMAGEBLIT=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_SYSMEM_FOPS=y +CONFIG_FB_IOMEM_FOPS=y +CONFIG_FB_IOMEM_HELPERS=y +CONFIG_FB_SYSMEM_HELPERS=y +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_TILEBLITTING=y +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +CONFIG_LCD_CLASS_DEVICE=y +# CONFIG_LCD_PLATFORM is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_KTZ8866 is not set +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# CONFIG_BACKLIGHT_LED is not set +# end of Backlight & LCD device support + +# +# Console display driver support +# +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set +# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set +# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set +# end of Console display driver support + +CONFIG_LOGO=y +CONFIG_FB_LOGO_EXTRA=y +CONFIG_LOGO_LINUX_MONO=y +CONFIG_LOGO_LINUX_VGA16=y +CONFIG_LOGO_LINUX_CLUT224=y +# end of Graphics support + +CONFIG_SOUND=m +CONFIG_SOUND_OSS_CORE=y +CONFIG_SOUND_OSS_CORE_PRECLAIM=y +CONFIG_SND=m +CONFIG_SND_TIMER=m +CONFIG_SND_PCM=m +CONFIG_SND_SEQ_DEVICE=m +CONFIG_SND_OSSEMUL=y +CONFIG_SND_MIXER_OSS=m +CONFIG_SND_PCM_OSS=m +CONFIG_SND_PCM_OSS_PLUGINS=y +CONFIG_SND_PCM_TIMER=y +# CONFIG_SND_HRTIMER is not set +# CONFIG_SND_DYNAMIC_MINORS is not set +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_CTL_FAST_LOOKUP=y +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_CTL_INPUT_VALIDATION is not set +CONFIG_SND_VMASTER=y +CONFIG_SND_SEQUENCER=m +CONFIG_SND_SEQ_DUMMY=m +CONFIG_SND_SEQUENCER_OSS=m +CONFIG_SND_SEQ_MIDI_EVENT=m +# CONFIG_SND_SEQ_UMP is not set +CONFIG_SND_DRIVERS=y +# CONFIG_SND_DUMMY is not set +# CONFIG_SND_ALOOP is not set +# CONFIG_SND_PCMTEST is not set +# CONFIG_SND_VIRMIDI is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_MPU401 is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS4000 is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_LX6464ES is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +# CONFIG_SND_HDA_INTEL is not set +# end of HD-Audio + +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_PPC=y +CONFIG_SND_POWERMAC=m +CONFIG_SND_POWERMAC_AUTO_DRC=y +CONFIG_SND_PS3=m +CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 +CONFIG_SND_AOA=m +CONFIG_SND_AOA_FABRIC_LAYOUT=m +CONFIG_SND_AOA_ONYX=m +CONFIG_SND_AOA_TAS=m +CONFIG_SND_AOA_TOONIE=m +CONFIG_SND_AOA_SOUNDBUS=m +CONFIG_SND_AOA_SOUNDBUS_I2S=m +CONFIG_SND_USB=y +# CONFIG_SND_USB_AUDIO is not set +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_USX2Y is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_6FIRE is not set +# CONFIG_SND_USB_HIFACE is not set +# CONFIG_SND_BCD2000 is not set +# CONFIG_SND_USB_POD is not set +# CONFIG_SND_USB_PODHD is not set +# CONFIG_SND_USB_TONEPORT is not set +# CONFIG_SND_USB_VARIAX is not set +CONFIG_SND_PCMCIA=y +# CONFIG_SND_VXPOCKET is not set +# CONFIG_SND_PDAUDIOCF is not set +# CONFIG_SND_SOC is not set +# CONFIG_SND_VIRTIO is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +CONFIG_HID_A4TECH=y +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +CONFIG_HID_APPLE=m +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +CONFIG_HID_BELKIN=y +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +CONFIG_HID_CHERRY=y +CONFIG_HID_CHICONY=y +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +CONFIG_HID_CYPRESS=y +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EVISION is not set +CONFIG_HID_EZKEY=y +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_GOOGLE_STADIA_FF is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_VRC2 is not set +# CONFIG_HID_XIAOMI is not set +CONFIG_HID_GYRATION=y +# CONFIG_HID_ICADE is not set +CONFIG_HID_ITE=y +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +CONFIG_HID_KENSINGTON=y +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LETSKETCH is not set +CONFIG_HID_LOGITECH=m +# CONFIG_HID_LOGITECH_HIDPP is not set +# CONFIG_LOGITECH_FF is not set +# CONFIG_LOGIRUMBLEPAD2_FF is not set +# CONFIG_LOGIG940_FF is not set +# CONFIG_LOGIWHEELS_FF is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_MEGAWORLD_FF is not set +CONFIG_HID_REDRAGON=y +CONFIG_HID_MICROSOFT=y +CONFIG_HID_MONTEREY=y +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NINTENDO is not set +# CONFIG_HID_NTI is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_ORTEK is not set +CONFIG_HID_PANTHERLORD=y +# CONFIG_PANTHERLORD_FF is not set +# CONFIG_HID_PENMOUNT is not set +CONFIG_HID_PETALYNX=y +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PXRC is not set +# CONFIG_HID_RAZER is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +CONFIG_HID_SAMSUNG=y +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SIGMAMICRO is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +CONFIG_HID_SUNPLUS=y +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_TOPRE is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# HID-BPF support +# +# end of HID-BPF support + +# +# USB HID support +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +CONFIG_USB_HIDDEV=y +# end of USB HID support + +CONFIG_I2C_HID=y +# CONFIG_I2C_HID_OF is not set +# CONFIG_I2C_HID_OF_ELAN is not set +# CONFIG_I2C_HID_OF_GOODIX is not set +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_ULPI_BUS is not set +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +CONFIG_USB_PCI_AMD=y +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +CONFIG_USB_MON=m + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_EHCI_HCD=y +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +# CONFIG_USB_EHCI_HCD_PPC_OF is not set +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +CONFIG_USB_OHCI_HCD=y +# CONFIG_USB_OHCI_HCD_PPC_OF_BE is not set +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set +CONFIG_USB_OHCI_HCD_PCI=y +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +# CONFIG_USB_UHCI_HCD is not set +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HCD_TEST_MODE is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set + +# +# USB dual-mode controller drivers +# +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_DWC3 is not set +# CONFIG_USB_DWC2 is not set +# CONFIG_USB_CHIPIDEA is not set +# CONFIG_USB_ISP1760 is not set + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +CONFIG_USB_APPLEDISPLAY=m +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +# CONFIG_USB_HSIC_USB3503 is not set +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set +# CONFIG_USB_ONBOARD_HUB is not set + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_USB_ISP1301 is not set +# end of USB Physical Layer drivers + +# CONFIG_USB_GADGET is not set +# CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set +# CONFIG_MMC is not set +# CONFIG_SCSI_UFSHCD is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=m +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_AN30259A is not set +# CONFIG_LEDS_AW200XX is not set +# CONFIG_LEDS_AW2013 is not set +# CONFIG_LEDS_BCM6328 is not set +# CONFIG_LEDS_BCM6358 is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_LM3692X is not set +# CONFIG_LEDS_PCA9532 is not set +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP50XX is not set +# CONFIG_LEDS_LP55XX_COMMON is not set +# CONFIG_LEDS_LP8860 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PCA995X is not set +# CONFIG_LEDS_BD2606MVV is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set +# CONFIG_LEDS_IS31FL32XX is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +CONFIG_LEDS_POWERNV=m +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_LM3697 is not set + +# +# Flash and Torch LED drivers +# + +# +# RGB LED drivers +# + +# +# LED Triggers +# +# CONFIG_LEDS_TRIGGERS is not set + +# +# Simple LED drivers +# +# CONFIG_ACCESSIBILITY is not set +CONFIG_INFINIBAND=m +CONFIG_INFINIBAND_USER_MAD=m +CONFIG_INFINIBAND_USER_ACCESS=m +CONFIG_INFINIBAND_USER_MEM=y +CONFIG_INFINIBAND_ON_DEMAND_PAGING=y +CONFIG_INFINIBAND_ADDR_TRANS=y +CONFIG_INFINIBAND_VIRT_DMA=y +CONFIG_INFINIBAND_CXGB4=m +# CONFIG_INFINIBAND_ERDMA is not set +CONFIG_MLX4_INFINIBAND=m +CONFIG_INFINIBAND_MTHCA=m +CONFIG_INFINIBAND_MTHCA_DEBUG=y +# CONFIG_INFINIBAND_OCRDMA is not set +# CONFIG_RDMA_RXE is not set +# CONFIG_RDMA_SIW is not set +CONFIG_INFINIBAND_IPOIB=m +CONFIG_INFINIBAND_IPOIB_CM=y +CONFIG_INFINIBAND_IPOIB_DEBUG=y +# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set +CONFIG_INFINIBAND_SRP=m +CONFIG_INFINIBAND_ISER=m +# CONFIG_INFINIBAND_RTRS_CLIENT is not set +# CONFIG_INFINIBAND_RTRS_SERVER is not set +CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_EDAC_SUPPORT=y +CONFIG_EDAC=y +CONFIG_EDAC_LEGACY_SYSFS=y +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_PASEMI=y +# CONFIG_EDAC_CELL is not set +# CONFIG_EDAC_AMD8131 is not set +# CONFIG_EDAC_AMD8111 is not set +# CONFIG_EDAC_CPC925 is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_LIB_KUNIT_TEST=m +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +CONFIG_RTC_DRV_DS1307=y +# CONFIG_RTC_DRV_DS1307_CENTURY is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_HYM8563 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_NCT3018Y is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_ISL12026 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +CONFIG_RTC_DRV_OPAL=y +# CONFIG_RTC_DRV_ZYNQMP is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_GENERIC is not set +# CONFIG_RTC_DRV_CADENCE is not set +# CONFIG_RTC_DRV_FTRTC010 is not set +# CONFIG_RTC_DRV_PS3 is not set +# CONFIG_RTC_DRV_R7301 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +# CONFIG_DMADEVICES is not set + +# +# DMABUF options +# +# CONFIG_SYNC_FILE is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +# CONFIG_DMABUF_HEAPS is not set +# CONFIG_DMABUF_SYSFS_STATS is not set +# end of DMABUF options + +CONFIG_UIO=m +# CONFIG_UIO_CIF is not set +# CONFIG_UIO_PDRV_GENIRQ is not set +# CONFIG_UIO_DMEM_GENIRQ is not set +# CONFIG_UIO_AEC is not set +# CONFIG_UIO_SERCOS3 is not set +# CONFIG_UIO_PCI_GENERIC is not set +# CONFIG_UIO_NETX is not set +# CONFIG_UIO_PRUSS is not set +# CONFIG_UIO_MF624 is not set +# CONFIG_VFIO is not set +CONFIG_IRQ_BYPASS_MANAGER=y +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_ANCHOR=y +CONFIG_VIRTIO=m +CONFIG_VIRTIO_PCI_LIB=m +CONFIG_VIRTIO_PCI_LIB_LEGACY=m +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=m +CONFIG_VIRTIO_PCI_LEGACY=y +# CONFIG_VIRTIO_PMEM is not set +CONFIG_VIRTIO_BALLOON=m +# CONFIG_VIRTIO_INPUT is not set +# CONFIG_VIRTIO_MMIO is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_IOTLB=m +CONFIG_VHOST_TASK=y +CONFIG_VHOST=m +CONFIG_VHOST_MENU=y +CONFIG_VHOST_NET=m +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +# CONFIG_STAGING is not set +# CONFIG_GOLDFISH is not set +# CONFIG_COMMON_CLK is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +CONFIG_I8253_LOCK=y +CONFIG_CLKBLD_I8253=y +# end of Clock Source drivers + +# CONFIG_MAILBOX is not set +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +CONFIG_IOMMU_DEFAULT_DMA_STRICT=y +# CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_OF_IOMMU=y +# CONFIG_IOMMUFD is not set +CONFIG_SPAPR_TCE_IOMMU=y + +# +# Remoteproc drivers +# +# CONFIG_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# CONFIG_QUICC_ENGINE is not set +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# end of fujitsu SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# CONFIG_LITEX_SOC_CONTROLLER is not set +# end of Enable LiteX SoC Builder specific drivers + +# CONFIG_WPCM450_SOC is not set + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# +# PM Domains +# + +# +# Amlogic PM Domains +# +# end of Amlogic PM Domains + +# +# Broadcom PM Domains +# +# end of Broadcom PM Domains + +# +# i.MX PM Domains +# +# end of i.MX PM Domains + +# +# Qualcomm PM Domains +# +# end of Qualcomm PM Domains +# end of PM Domains + +# CONFIG_PM_DEVFREQ is not set +# CONFIG_EXTCON is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_NTB is not set +# CONFIG_PWM is not set + +# +# IRQ chip support +# +CONFIG_IRQCHIP=y +# CONFIG_AL_FIC is not set +# CONFIG_XILINX_INTC is not set +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +# CONFIG_RESET_CONTROLLER is not set + +# +# PHY Subsystem +# +CONFIG_GENERIC_PHY=y +# CONFIG_PHY_CAN_TRANSCEIVER is not set + +# +# PHY drivers for Broadcom platforms +# +# CONFIG_BCM_KONA_USB2_PHY is not set +# end of PHY drivers for Broadcom platforms + +# CONFIG_PHY_CADENCE_DPHY is not set +# CONFIG_PHY_CADENCE_DPHY_RX is not set +# CONFIG_PHY_CADENCE_SALVO is not set +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_DWC_PCIE_PMU is not set +# end of Performance monitor support + +CONFIG_RAS=y +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +CONFIG_LIBNVDIMM=y +CONFIG_BLK_DEV_PMEM=y +CONFIG_ND_CLAIM=y +CONFIG_ND_BTT=y +CONFIG_BTT=y +CONFIG_ND_PFN=y +CONFIG_NVDIMM_PFN=y +CONFIG_NVDIMM_DAX=y +CONFIG_OF_PMEM=y +CONFIG_DAX=y +# CONFIG_DEV_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +CONFIG_NVMEM_LAYOUTS=y + +# +# Layout Types +# +# CONFIG_NVMEM_LAYOUT_SL28_VPD is not set +# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set +# end of Layout Types + +# CONFIG_NVMEM_RMEM is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +# CONFIG_FSI is not set +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# CONFIG_PECI is not set +# CONFIG_HTE is not set +# end of Device Drivers + +# +# File systems +# +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +CONFIG_FS_STACK=y +CONFIG_BUFFER_HEAD=y +CONFIG_LEGACY_DIRECT_IO=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_EXT4_KUNIT_TESTS=m +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +CONFIG_XFS_FS=y +CONFIG_XFS_SUPPORT_V4=y +CONFIG_XFS_SUPPORT_ASCII_CI=y +# CONFIG_XFS_QUOTA is not set +CONFIG_XFS_POSIX_ACL=y +# CONFIG_XFS_RT is not set +# CONFIG_XFS_ONLINE_SCRUB is not set +# CONFIG_XFS_WARN is not set +# CONFIG_XFS_DEBUG is not set +# CONFIG_GFS2_FS is not set +CONFIG_BTRFS_FS=m +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +# CONFIG_BTRFS_DEBUG is not set +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_FS_REF_VERIFY is not set +CONFIG_NILFS2_FS=m +# CONFIG_F2FS_FS is not set +# CONFIG_BCACHEFS_FS is not set +CONFIG_FS_DAX=y +CONFIG_FS_DAX_PMD=y +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set +CONFIG_QUOTA=y +# CONFIG_QUOTA_NETLINK_INTERFACE is not set +# CONFIG_QUOTA_DEBUG is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set +CONFIG_QUOTACTL=y +CONFIG_AUTOFS_FS=m +CONFIG_FUSE_FS=m +# CONFIG_CUSE is not set +# CONFIG_VIRTIO_FS is not set +CONFIG_OVERLAY_FS=m +# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set +CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y +# CONFIG_OVERLAY_FS_INDEX is not set +# CONFIG_OVERLAY_FS_XINO_AUTO is not set +# CONFIG_OVERLAY_FS_METACOPY is not set +# CONFIG_OVERLAY_FS_DEBUG is not set + +# +# Caches +# +CONFIG_NETFS_SUPPORT=m +# CONFIG_NETFS_STATS is not set +# CONFIG_FSCACHE is not set +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +CONFIG_ISO9660_FS=y +# CONFIG_JOLIET is not set +# CONFIG_ZISOFS is not set +CONFIG_UDF_FS=m +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=m +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +CONFIG_FAT_KUNIT_TEST=m +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_CHILDREN=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_INODE64 is not set +# CONFIG_TMPFS_QUOTA is not set +CONFIG_ARCH_SUPPORTS_HUGETLBFS=y +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y +CONFIG_ARCH_HAS_GIGANTIC_PAGE=y +# CONFIG_CONFIGFS_FS is not set +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +CONFIG_HFS_FS=m +CONFIG_HFSPLUS_FS=m +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +CONFIG_CRAMFS=m +CONFIG_CRAMFS_BLOCKDEV=y +CONFIG_SQUASHFS=m +CONFIG_SQUASHFS_FILE_CACHE=y +# CONFIG_SQUASHFS_FILE_DIRECT is not set +CONFIG_SQUASHFS_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set +CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU is not set +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_ZLIB=y +# CONFIG_SQUASHFS_LZ4 is not set +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XZ=y +# CONFIG_SQUASHFS_ZSTD is not set +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +CONFIG_PSTORE=y +CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240 +CONFIG_PSTORE_COMPRESS=y +# CONFIG_PSTORE_CONSOLE is not set +# CONFIG_PSTORE_PMSG is not set +# CONFIG_PSTORE_FTRACE is not set +# CONFIG_PSTORE_RAM is not set +# CONFIG_PSTORE_BLK is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +CONFIG_NFS_V2=y +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +# CONFIG_NFS_SWAP is not set +# CONFIG_NFS_V4_1 is not set +CONFIG_ROOT_NFS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +CONFIG_NFSD=y +# CONFIG_NFSD_V2 is not set +CONFIG_NFSD_V3_ACL=y +CONFIG_NFSD_V4=y +# CONFIG_NFSD_BLOCKLAYOUT is not set +# CONFIG_NFSD_SCSILAYOUT is not set +# CONFIG_NFSD_FLEXFILELAYOUT is not set +# CONFIG_NFSD_V4_SECURITY_LABEL is not set +# CONFIG_NFSD_LEGACY_CLIENT_TRACKING is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=y +CONFIG_NFS_COMMON=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_RPCSEC_GSS_KRB5=y +CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST=m +# CONFIG_SUNRPC_DEBUG is not set +CONFIG_SUNRPC_XPRT_RDMA=m +# CONFIG_CEPH_FS is not set +CONFIG_CIFS=m +CONFIG_CIFS_STATS2=y +CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y +# CONFIG_CIFS_UPCALL is not set +CONFIG_CIFS_XATTR=y +CONFIG_CIFS_POSIX=y +CONFIG_CIFS_DEBUG=y +# CONFIG_CIFS_DEBUG2 is not set +# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set +# CONFIG_CIFS_DFS_UPCALL is not set +# CONFIG_CIFS_SWN_UPCALL is not set +# CONFIG_CIFS_SMB_DIRECT is not set +# CONFIG_SMB_SERVER is not set +CONFIG_SMBFS=m +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +CONFIG_NLS_ASCII=y +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +CONFIG_NLS_UTF8=y +CONFIG_NLS_UCS2_UTILS=m +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_INFINIBAND is not set +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +CONFIG_LSM_MMAP_MIN_ADDR=65536 +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9 +CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256 +# CONFIG_SECURITY_SELINUX_DEBUG is not set +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +CONFIG_SECURITY_YAMA=y +# CONFIG_SECURITY_SAFESETID is not set +CONFIG_SECURITY_LOCKDOWN_LSM=y +CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y +CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y +# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set +# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set +CONFIG_SECURITY_LANDLOCK=y +CONFIG_INTEGRITY=y +CONFIG_INTEGRITY_SIGNATURE=y +CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y +CONFIG_INTEGRITY_TRUSTED_KEYRING=y +CONFIG_INTEGRITY_PLATFORM_KEYRING=y +CONFIG_LOAD_PPC_KEYS=y +CONFIG_INTEGRITY_AUDIT=y +CONFIG_IMA=y +CONFIG_IMA_KEXEC=y +CONFIG_IMA_MEASURE_PCR_IDX=10 +CONFIG_IMA_LSM_RULES=y +CONFIG_IMA_NG_TEMPLATE=y +# CONFIG_IMA_SIG_TEMPLATE is not set +CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng" +# CONFIG_IMA_DEFAULT_HASH_SHA1 is not set +CONFIG_IMA_DEFAULT_HASH_SHA256=y +# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set +CONFIG_IMA_DEFAULT_HASH="sha256" +CONFIG_IMA_WRITE_POLICY=y +CONFIG_IMA_READ_POLICY=y +CONFIG_IMA_APPRAISE=y +CONFIG_IMA_ARCH_POLICY=y +# CONFIG_IMA_APPRAISE_BUILD_POLICY is not set +CONFIG_IMA_APPRAISE_BOOTPARAM=y +CONFIG_IMA_APPRAISE_MODSIG=y +# CONFIG_IMA_BLACKLIST_KEYRING is not set +# CONFIG_IMA_LOAD_X509 is not set +CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS=y +CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS=y +CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT=y +# CONFIG_IMA_DISABLE_HTABLE is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_SELINUX=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,selinux,smack,tomoyo,apparmor,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y +# CONFIG_INIT_STACK_NONE is not set +# CONFIG_INIT_STACK_ALL_PATTERN is not set +CONFIG_INIT_STACK_ALL_ZERO=y +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization + +# +# Hardening of kernel data structures +# +CONFIG_LIST_HARDENED=y +CONFIG_BUG_ON_DATA_CORRUPTION=y +# end of Hardening of kernel data structures + +CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_FULL is not set +# CONFIG_RANDSTRUCT_PERFORMANCE is not set +# end of Kernel hardening options +# end of Security options + +CONFIG_XOR_BLOCKS=m +CONFIG_ASYNC_CORE=m +CONFIG_ASYNC_MEMCPY=m +CONFIG_ASYNC_XOR=m +CONFIG_ASYNC_PQ=m +CONFIG_ASYNC_RAID6_RECOV=m +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=m +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SIG2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=m +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=m +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_NULL2=m +# CONFIG_CRYPTO_PCRYPT is not set +# CONFIG_CRYPTO_CRYPTD is not set +CONFIG_CRYPTO_AUTHENC=m +CONFIG_CRYPTO_TEST=m +# end of Crypto core or helper + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +# CONFIG_CRYPTO_ECDH is not set +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=m +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ARIA is not set +CONFIG_CRYPTO_BLOWFISH=m +CONFIG_CRYPTO_BLOWFISH_COMMON=m +# CONFIG_CRYPTO_CAMELLIA is not set +CONFIG_CRYPTO_CAST_COMMON=m +# CONFIG_CRYPTO_CAST5 is not set +CONFIG_CRYPTO_CAST6=m +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_FCRYPT is not set +CONFIG_CRYPTO_SERPENT=m +# CONFIG_CRYPTO_SM4_GENERIC is not set +CONFIG_CRYPTO_TWOFISH=m +CONFIG_CRYPTO_TWOFISH_COMMON=m +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=m +CONFIG_CRYPTO_CTR=m +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_LRW is not set +CONFIG_CRYPTO_PCBC=m +CONFIG_CRYPTO_XTS=m +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GENIV=m +CONFIG_CRYPTO_SEQIV=m +CONFIG_CRYPTO_ECHAINIV=m +CONFIG_CRYPTO_ESSIV=m +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +CONFIG_CRYPTO_BLAKE2B=m +CONFIG_CRYPTO_CMAC=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=y +CONFIG_CRYPTO_MICHAEL_MIC=m +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_SHA3=m +# CONFIG_CRYPTO_SM3_GENERIC is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_VMAC is not set +CONFIG_CRYPTO_WP512=m +# CONFIG_CRYPTO_XCBC is not set +CONFIG_CRYPTO_XXHASH=m +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +CONFIG_CRYPTO_CRCT10DIF=m +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=m +CONFIG_CRYPTO_LZO=y +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +# CONFIG_CRYPTO_ZSTD is not set +# end of Compression + +# +# Random number generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=m +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=m +CONFIG_CRYPTO_JITTERENTROPY=m +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKS=64 +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKSIZE=32 +CONFIG_CRYPTO_JITTERENTROPY_OSR=1 +# end of Random number generation + +# +# Userspace interface +# +# CONFIG_CRYPTO_USER_API_HASH is not set +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +# CONFIG_CRYPTO_USER_API_RNG is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +# end of Userspace interface + +CONFIG_CRYPTO_HASH_INFO=y + +# +# Accelerated Cryptographic Algorithms for CPU (powerpc) +# +CONFIG_CRYPTO_CRC32C_VPMSUM=m +CONFIG_CRYPTO_CRCT10DIF_VPMSUM=m +CONFIG_CRYPTO_VPMSUM_TESTER=m +CONFIG_CRYPTO_MD5_PPC=m +CONFIG_CRYPTO_SHA1_PPC=m +# end of Accelerated Cryptographic Algorithms for CPU (powerpc) + +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_DEV_NX=y +CONFIG_CRYPTO_DEV_NX_ENCRYPT=m +CONFIG_CRYPTO_DEV_NX_COMPRESS=y +CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES=y +CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV=y +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set +CONFIG_CRYPTO_DEV_VMX=y +CONFIG_CRYPTO_DEV_VMX_ENCRYPT=m +# CONFIG_CRYPTO_DEV_CHELSIO is not set +# CONFIG_CRYPTO_DEV_VIRTIO is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_CCREE is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_PKCS7_TEST_KEY is not set +# CONFIG_SIGNED_PE_FILE_VERIFICATION is not set +# CONFIG_FIPS_SIGNATURE_SELFTEST is not set + +# +# Certificates for signature checking +# +CONFIG_MODULE_SIG_KEY="certs/signing_key.pem" +CONFIG_MODULE_SIG_KEY_TYPE_RSA=y +# CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set +CONFIG_SYSTEM_TRUSTED_KEYRING=y +CONFIG_SYSTEM_TRUSTED_KEYS="" +# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set +# CONFIG_SECONDARY_TRUSTED_KEYRING is not set +CONFIG_SYSTEM_BLACKLIST_KEYRING=y +CONFIG_SYSTEM_BLACKLIST_HASH_LIST="" +# CONFIG_SYSTEM_REVOCATION_LIST is not set +# CONFIG_SYSTEM_BLACKLIST_AUTH_UPDATE is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_RAID6_PQ=m +CONFIG_RAID6_PQ_BENCHMARK=y +CONFIG_LINEAR_RANGES=m +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=m +CONFIG_CRYPTO_LIB_GF128MUL=m +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_CRC_CCITT=m +CONFIG_CRC16=y +CONFIG_CRC_T10DIF=m +# CONFIG_CRC64_ROCKSOFT is not set +CONFIG_CRC_ITU_T=m +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +# CONFIG_CRC4 is not set +# CONFIG_CRC7 is not set +CONFIG_LIBCRC32C=y +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_842_DECOMPRESS=y +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_COMPRESS=m +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_REED_SOLOMON=m +CONFIG_REED_SOLOMON_ENC16=y +CONFIG_REED_SOLOMON_DEC16=y +CONFIG_BTREE=y +CONFIG_INTERVAL_TREE=y +CONFIG_XARRAY_MULTI=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_DMA_OPS_BYPASS=y +CONFIG_ARCH_HAS_DMA_MAP_DIRECT=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_DMA_DECLARE_COHERENT=y +CONFIG_ARCH_HAS_FORCE_DMA_UNENCRYPTED=y +CONFIG_ARCH_DMA_DEFAULT_COHERENT=y +CONFIG_SWIOTLB=y +# CONFIG_SWIOTLB_DYNAMIC is not set +# CONFIG_DMA_RESTRICTED_POOL is not set +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +CONFIG_IOMMU_HELPER=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +CONFIG_IRQ_POLL=y +CONFIG_MPILIB=y +CONFIG_SIGNATURE=y +CONFIG_DIMLIB=y +CONFIG_LIBFDT=y +CONFIG_OID_REGISTRY=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_TIME_NS=y +CONFIG_FONT_SUPPORT=y +# CONFIG_FONTS is not set +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +CONFIG_FONT_SUN8x16=y +CONFIG_SG_POOL=y +CONFIG_ARCH_HAS_PMEM_API=y +CONFIG_MEMREGION=y +CONFIG_ARCH_HAS_MEMREMAP_COMPAT_ALIGN=y +CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y +CONFIG_ARCH_HAS_COPY_MC=y +CONFIG_ARCH_STACKWALK=y +CONFIG_STACKDEPOT=y +CONFIG_STACKDEPOT_MAX_FRAMES=64 +CONFIG_REF_TRACKER=y +CONFIG_SBITMAP=y +# CONFIG_LWQ_TEST is not set +# end of Library routines + +CONFIG_GENERIC_IOREMAP=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +CONFIG_PRINTK_CALLER=y +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_ULEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=2048 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set +CONFIG_OBJTOOL=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_ARCH_KCSAN=y +CONFIG_HAVE_KCSAN_COMPILER=y +# CONFIG_KCSAN is not set +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +CONFIG_PAGE_EXTENSION=y +# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +CONFIG_PAGE_OWNER=y +CONFIG_PAGE_POISONING=y +# CONFIG_DEBUG_PAGE_REF is not set +CONFIG_DEBUG_RODATA_TEST=y +CONFIG_ARCH_HAS_DEBUG_WX=y +CONFIG_DEBUG_WX=y +CONFIG_GENERIC_PTDUMP=y +CONFIG_PTDUMP_CORE=y +# CONFIG_PTDUMP_DEBUGFS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_PER_VMA_LOCK_STATS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SHRINKER_DEBUG is not set +CONFIG_DEBUG_STACK_USAGE=y +# CONFIG_SCHED_STACK_END_CHECK is not set +CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y +CONFIG_DEBUG_VM_IRQSOFF=y +CONFIG_DEBUG_VM=y +# CONFIG_DEBUG_VM_SHOOT_LAZIES is not set +# CONFIG_DEBUG_VM_MAPLE_TREE is not set +# CONFIG_DEBUG_VM_RB is not set +# CONFIG_DEBUG_VM_PGFLAGS is not set +# CONFIG_DEBUG_VM_PGTABLE is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +CONFIG_DEBUG_MEMORY_INIT=y +# CONFIG_DEBUG_PER_CPU_MAPS is not set +CONFIG_HAVE_DEBUG_STACKOVERFLOW=y +CONFIG_DEBUG_STACKOVERFLOW=y +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_ARCH_DISABLE_KASAN_INLINE=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_LOCKUP_DETECTOR=y +CONFIG_SOFTLOCKUP_DETECTOR=y +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y +CONFIG_HARDLOCKUP_DETECTOR=y +# CONFIG_HARDLOCKUP_DETECTOR_PERF is not set +# CONFIG_HARDLOCKUP_DETECTOR_BUDDY is not set +CONFIG_HARDLOCKUP_DETECTOR_ARCH=y +# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set +CONFIG_DETECT_HUNG_TASK=y +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +CONFIG_SCHED_DEBUG=y +CONFIG_SCHED_INFO=y +CONFIG_SCHEDSTATS=y +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +CONFIG_DEBUG_MUTEXES=y +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +CONFIG_LOCK_TORTURE_TEST=m +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# CONFIG_CSD_LOCK_WAIT_DEBUG is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +CONFIG_TORTURE_TEST=m +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +# CONFIG_RCU_CPU_STALL_CPUTIME is not set +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +# CONFIG_DEBUG_CGROUP_REF is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_OBJTOOL_MCOUNT=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_TRACER_MAX_TRACE=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +CONFIG_FUNCTION_TRACER=y +CONFIG_FUNCTION_GRAPH_TRACER=y +CONFIG_DYNAMIC_FTRACE=y +CONFIG_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_DYNAMIC_FTRACE_WITH_ARGS=y +# CONFIG_FUNCTION_PROFILER is not set +CONFIG_STACK_TRACER=y +# CONFIG_IRQSOFF_TRACER is not set +CONFIG_SCHED_TRACER=y +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +CONFIG_FTRACE_SYSCALLS=y +CONFIG_TRACER_SNAPSHOT=y +# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_KPROBE_EVENTS=y +# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +CONFIG_FTRACE_MCOUNT_RECORD=y +CONFIG_FTRACE_MCOUNT_USE_OBJTOOL=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_HIST_TRIGGERS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_RECORD_RECURSION is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_KPROBE_EVENT_GEN_TEST is not set +# CONFIG_RV is not set +# CONFIG_SAMPLES is not set +CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y +CONFIG_STRICT_DEVMEM=y +CONFIG_IO_STRICT_DEVMEM=y + +# +# powerpc Debugging +# +# CONFIG_PPC_DISABLE_WERROR is not set +CONFIG_PPC_WERROR=y +CONFIG_PRINT_STACK_DEPTH=64 +# CONFIG_HCALL_STATS is not set +CONFIG_PPC_EMULATED_STATS=y +CONFIG_CODE_PATCHING_SELFTEST=y +CONFIG_JUMP_LABEL_FEATURE_CHECKS=y +# CONFIG_JUMP_LABEL_FEATURE_CHECK_DEBUG is not set +CONFIG_FTR_FIXUP_SELFTEST=y +CONFIG_MSI_BITMAP_SELFTEST=y +# CONFIG_GUEST_STATE_BUFFER_TEST is not set +# CONFIG_PPC_IRQ_SOFT_MASK_DEBUG is not set +# CONFIG_PPC_RFI_SRR_DEBUG is not set +CONFIG_XMON=y +# CONFIG_XMON_DEFAULT is not set +CONFIG_XMON_DISASSEMBLY=y +CONFIG_XMON_DEFAULT_RO_MODE=y +CONFIG_DEBUGGER=y +CONFIG_BOOTX_TEXT=y +# CONFIG_PPC_EARLY_DEBUG is not set +CONFIG_PPC_FAST_ENDIAN_SWITCH=y +# end of powerpc Debugging + +# +# Kernel Testing and Coverage +# +CONFIG_KUNIT=m +CONFIG_KUNIT_DEBUGFS=y +CONFIG_KUNIT_TEST=m +CONFIG_KUNIT_EXAMPLE_TEST=m +CONFIG_KUNIT_ALL_TESTS=m +CONFIG_KUNIT_DEFAULT_ENABLED=y +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +CONFIG_LKDTM=m +CONFIG_CPUMASK_KUNIT_TEST=m +CONFIG_TEST_LIST_SORT=m +CONFIG_TEST_MIN_HEAP=m +CONFIG_TEST_SORT=m +CONFIG_TEST_DIV64=m +CONFIG_TEST_IOV_ITER=m +CONFIG_KPROBES_SANITY_TEST=m +CONFIG_BACKTRACE_SELF_TEST=m +CONFIG_TEST_REF_TRACKER=m +CONFIG_RBTREE_TEST=m +CONFIG_REED_SOLOMON_TEST=m +CONFIG_INTERVAL_TREE_TEST=m +CONFIG_PERCPU_TEST=m +CONFIG_ATOMIC64_SELFTEST=m +CONFIG_ASYNC_RAID6_TEST=m +CONFIG_TEST_HEXDUMP=m +CONFIG_STRING_SELFTEST=m +CONFIG_TEST_STRING_HELPERS=m +CONFIG_TEST_KSTRTOX=m +CONFIG_TEST_PRINTF=m +CONFIG_TEST_SCANF=m +CONFIG_TEST_BITMAP=m +CONFIG_TEST_UUID=m +CONFIG_TEST_XARRAY=m +CONFIG_TEST_MAPLE_TREE=m +CONFIG_TEST_RHASHTABLE=m +CONFIG_TEST_IDA=m +CONFIG_TEST_LKM=m +CONFIG_TEST_BITOPS=m +CONFIG_TEST_VMALLOC=m +CONFIG_TEST_USER_COPY=m +CONFIG_TEST_BPF=m +CONFIG_TEST_BLACKHOLE_DEV=m +CONFIG_FIND_BIT_BENCHMARK=m +CONFIG_TEST_FIRMWARE=m +CONFIG_TEST_SYSCTL=m +CONFIG_BITFIELD_KUNIT=m +CONFIG_CHECKSUM_KUNIT=m +CONFIG_HASH_KUNIT_TEST=m +CONFIG_RESOURCE_KUNIT_TEST=m +CONFIG_SYSCTL_KUNIT_TEST=m +CONFIG_LIST_KUNIT_TEST=m +CONFIG_HASHTABLE_KUNIT_TEST=m +CONFIG_LINEAR_RANGES_TEST=m +CONFIG_CMDLINE_KUNIT_TEST=m +CONFIG_BITS_TEST=m +CONFIG_SLUB_KUNIT_TEST=m +CONFIG_MEMCPY_KUNIT_TEST=m +CONFIG_MEMCPY_SLOW_KUNIT_TEST=y +CONFIG_IS_SIGNED_TYPE_KUNIT_TEST=m +CONFIG_OVERFLOW_KUNIT_TEST=m +CONFIG_STACKINIT_KUNIT_TEST=m +CONFIG_STRCAT_KUNIT_TEST=m +CONFIG_STRSCPY_KUNIT_TEST=m +CONFIG_SIPHASH_KUNIT_TEST=m +CONFIG_TEST_UDELAY=m +CONFIG_TEST_STATIC_KEYS=m +CONFIG_TEST_KMOD=m +CONFIG_TEST_MEMCAT_P=m +CONFIG_TEST_MEMINIT=m +CONFIG_TEST_FREE_PAGES=m +# CONFIG_TEST_OBJPOOL is not set +CONFIG_ARCH_USE_MEMTEST=y +CONFIG_MEMTEST=y +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/db/powerpc/64/ppc64/v6.8/stderr.txt b/db/powerpc/64/ppc64/v6.8/stderr.txt new file mode 100644 index 0000000..402aed0 --- /dev/null +++ b/db/powerpc/64/ppc64/v6.8/stderr.txt @@ -0,0 +1,866 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchPowerPC(name='powerpc', abi='ppc64', compat=False, ...) +[D] Syscall table: Symbol("sys_call_table" at 0xc000000001620e70, type=OBJECT, size=0xe70) +[D] Syscall table does NOT use function descriptors +[I] Syscall table (sys_call_table) is 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding sys_chown16 as alias for sys_ni_syscall +[D] Discarding sys_fchown16 as alias for sys_ni_syscall +[D] Discarding sys_getegid16 as alias for sys_ni_syscall +[D] Discarding sys_geteuid16 as alias for sys_ni_syscall +[D] Discarding sys_getgid16 as alias for sys_ni_syscall +[D] Discarding sys_getgroups16 as alias for sys_ni_syscall +[D] Discarding sys_getresgid16 as alias for sys_ni_syscall +[D] Discarding sys_getresuid16 as alias for sys_ni_syscall +[D] Discarding sys_getuid16 as alias for sys_ni_syscall +[D] Discarding sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding sys_lchown16 as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_setfsgid16 as alias for sys_ni_syscall +[D] Discarding sys_setfsuid16 as alias for sys_ni_syscall +[D] Discarding sys_setgid16 as alias for sys_ni_syscall +[D] Discarding sys_setgroups16 as alias for sys_ni_syscall +[D] Discarding sys_setregid16 as alias for sys_ni_syscall +[D] Discarding sys_setresgid16 as alias for sys_ni_syscall +[D] Discarding sys_setresuid16 as alias for sys_ni_syscall +[D] Discarding sys_setreuid16 as alias for sys_ni_syscall +[D] Discarding sys_setuid16 as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_acct over __se_sys_acct +[D] Preferring sys_add_key over __se_sys_add_key +[D] Preferring sys_adjtimex over __se_sys_adjtimex +[D] Preferring sys_alarm over __se_sys_alarm +[D] Preferring sys_bind over __se_sys_bind +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_clone over __se_sys_clone +[D] Preferring sys_clone3 over __se_sys_clone3 +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_connect over __se_sys_connect +[D] Preferring sys_copy_file_range over __se_sys_copy_file_range +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_delete_module over __se_sys_delete_module +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_ctl over __se_sys_epoll_ctl +[D] Preferring sys_epoll_pwait over __se_sys_epoll_pwait +[D] Preferring sys_epoll_pwait2 over __se_sys_epoll_pwait2 +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_execve over __se_sys_execve +[D] Preferring sys_execveat over __se_sys_execveat +[D] Preferring sys_exit over __se_sys_exit +[D] Preferring sys_exit_group over __se_sys_exit_group +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fadvise64 over __se_sys_fadvise64 +[D] Preferring sys_fallocate over __se_sys_fallocate +[D] Preferring sys_fanotify_init over __se_sys_fanotify_init +[D] Preferring sys_fanotify_mark over __se_sys_fanotify_mark +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fcntl over __se_sys_fcntl +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_finit_module over __se_sys_finit_module +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fstatfs over __se_sys_fstatfs +[D] Preferring sys_fstatfs64 over __se_sys_fstatfs64 +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_ftruncate over __se_sys_ftruncate +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat over __se_sys_futimesat +[D] Preferring sys_get_mempolicy over __se_sys_get_mempolicy +[D] Preferring sys_get_robust_list over __se_sys_get_robust_list +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents over __se_sys_getdents +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getitimer over __se_sys_getitimer +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getrlimit over __se_sys_getrlimit +[D] Preferring sys_getrusage over __se_sys_getrusage +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_gettimeofday over __se_sys_gettimeofday +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_init_module over __se_sys_init_module +[D] Preferring sys_inotify_add_watch over __se_sys_inotify_add_watch +[D] Preferring sys_inotify_init1 over __se_sys_inotify_init1 +[D] Preferring sys_inotify_rm_watch over __se_sys_inotify_rm_watch +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents over __se_sys_io_getevents +[D] Preferring sys_io_pgetevents over __se_sys_io_pgetevents +[D] Preferring sys_io_setup over __se_sys_io_setup +[D] Preferring sys_io_submit over __se_sys_io_submit +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioctl over __se_sys_ioctl +[D] Preferring sys_ioprio_get over __se_sys_ioprio_get +[D] Preferring sys_ioprio_set over __se_sys_ioprio_set +[D] Preferring sys_ipc over __se_sys_ipc +[D] Preferring sys_kcmp over __se_sys_kcmp +[D] Preferring sys_kexec_file_load over __se_sys_kexec_file_load +[D] Preferring sys_kexec_load over __se_sys_kexec_load +[D] Preferring sys_keyctl over __se_sys_keyctl +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_llseek over __se_sys_llseek +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lseek over __se_sys_lseek +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_mbind over __se_sys_mbind +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_migrate_pages over __se_sys_migrate_pages +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlock2 over __se_sys_mlock2 +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mmap over __se_sys_mmap +[D] Preferring sys_mount over __se_sys_mount +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_move_pages over __se_sys_move_pages +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mq_getsetattr over __se_sys_mq_getsetattr +[D] Preferring sys_mq_notify over __se_sys_mq_notify +[D] Preferring sys_mq_open over __se_sys_mq_open +[D] Preferring sys_mq_timedreceive over __se_sys_mq_timedreceive +[D] Preferring sys_mq_timedsend over __se_sys_mq_timedsend +[D] Preferring sys_mq_unlink over __se_sys_mq_unlink +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgctl over __se_sys_msgctl +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msgrcv over __se_sys_msgrcv +[D] Preferring sys_msgsnd over __se_sys_msgsnd +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep over __se_sys_nanosleep +[D] Preferring sys_newfstat over __se_sys_newfstat +[D] Preferring sys_newfstatat over __se_sys_newfstatat +[D] Preferring sys_newlstat over __se_sys_newlstat +[D] Preferring sys_newstat over __se_sys_newstat +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_nice over __se_sys_nice +[D] Preferring sys_open over __se_sys_open +[D] Preferring sys_open_by_handle_at over __se_sys_open_by_handle_at +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat over __se_sys_openat +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_pciconfig_iobase over __se_sys_pciconfig_iobase +[D] Preferring sys_pciconfig_read over __se_sys_pciconfig_read +[D] Preferring sys_pciconfig_write over __se_sys_pciconfig_write +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe over __se_sys_pipe +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_pkey_alloc over __se_sys_pkey_alloc +[D] Preferring sys_pkey_free over __se_sys_pkey_free +[D] Preferring sys_pkey_mprotect over __se_sys_pkey_mprotect +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_ppc64_personality over __se_sys_ppc64_personality +[D] Preferring sys_ppoll over __se_sys_ppoll +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_pread64 over __se_sys_pread64 +[D] Preferring sys_preadv over __se_sys_preadv +[D] Preferring sys_preadv2 over __se_sys_preadv2 +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_process_vm_readv over __se_sys_process_vm_readv +[D] Preferring sys_process_vm_writev over __se_sys_process_vm_writev +[D] Preferring sys_pselect6 over __se_sys_pselect6 +[D] Preferring sys_ptrace over __se_sys_ptrace +[D] Preferring sys_pwrite64 over __se_sys_pwrite64 +[D] Preferring sys_pwritev over __se_sys_pwritev +[D] Preferring sys_pwritev2 over __se_sys_pwritev2 +[D] Preferring sys_quotactl over __se_sys_quotactl +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readahead over __se_sys_readahead +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_reboot over __se_sys_reboot +[D] Preferring sys_recv over __se_sys_recv +[D] Preferring sys_recvfrom over __se_sys_recvfrom +[D] Preferring sys_recvmmsg over __se_sys_recvmmsg +[D] Preferring sys_recvmsg over __se_sys_recvmsg +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_request_key over __se_sys_request_key +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rseq over __se_sys_rseq +[D] Preferring sys_rt_sigaction over __se_sys_rt_sigaction +[D] Preferring sys_rt_sigpending over __se_sys_rt_sigpending +[D] Preferring sys_rt_sigprocmask over __se_sys_rt_sigprocmask +[D] Preferring sys_rt_sigqueueinfo over __se_sys_rt_sigqueueinfo +[D] Preferring sys_rt_sigsuspend over __se_sys_rt_sigsuspend +[D] Preferring sys_rt_sigtimedwait over __se_sys_rt_sigtimedwait +[D] Preferring sys_rt_tgsigqueueinfo over __se_sys_rt_tgsigqueueinfo +[D] Preferring sys_rtas over __se_sys_rtas +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getaffinity over __se_sys_sched_getaffinity +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_setaffinity over __se_sys_sched_setaffinity +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_select over __se_sys_select +[D] Preferring sys_semctl over __se_sys_semctl +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_semtimedop over __se_sys_semtimedop +[D] Preferring sys_send over __se_sys_send +[D] Preferring sys_sendfile64 over __se_sys_sendfile64 +[D] Preferring sys_sendmmsg over __se_sys_sendmmsg +[D] Preferring sys_sendmsg over __se_sys_sendmsg +[D] Preferring sys_sendto over __se_sys_sendto +[D] Preferring sys_set_mempolicy over __se_sys_set_mempolicy +[D] Preferring sys_set_mempolicy_home_node over __se_sys_set_mempolicy_home_node +[D] Preferring sys_set_robust_list over __se_sys_set_robust_list +[D] Preferring sys_set_tid_address over __se_sys_set_tid_address +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setitimer over __se_sys_setitimer +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setrlimit over __se_sys_setrlimit +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_settimeofday over __se_sys_settimeofday +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmat over __se_sys_shmat +[D] Preferring sys_shmctl over __se_sys_shmctl +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_sigaltstack over __se_sys_sigaltstack +[D] Preferring sys_signal over __se_sys_signal +[D] Preferring sys_signalfd over __se_sys_signalfd +[D] Preferring sys_signalfd4 over __se_sys_signalfd4 +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketcall over __se_sys_socketcall +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_spu_create over __se_sys_spu_create +[D] Preferring sys_spu_run over __se_sys_spu_run +[D] Preferring sys_ssetmask over __se_sys_ssetmask +[D] Preferring sys_statfs over __se_sys_statfs +[D] Preferring sys_statfs64 over __se_sys_statfs64 +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_statx over __se_sys_statx +[D] Preferring sys_stime over __se_sys_stime +[D] Preferring sys_subpage_prot over __se_sys_subpage_prot +[D] Preferring sys_swapcontext over __se_sys_swapcontext +[D] Preferring sys_swapoff over __se_sys_swapoff +[D] Preferring sys_swapon over __se_sys_swapon +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_sync_file_range2 over __se_sys_sync_file_range2 +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_sysinfo over __se_sys_sysinfo +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_time over __se_sys_time +[D] Preferring sys_timer_create over __se_sys_timer_create +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_times over __se_sys_times +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_truncate over __se_sys_truncate +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_umount over __se_sys_umount +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_uselib over __se_sys_uselib +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_ustat over __se_sys_ustat +[D] Preferring sys_utime over __se_sys_utime +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimes over __se_sys_utimes +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_wait4 over __se_sys_wait4 +[D] Preferring sys_waitid over __se_sys_waitid +[D] Preferring sys_waitpid over __se_sys_waitpid +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] sys_call_table[0]: Symbol("sys_restart_syscall" at 0xc0000000001980f0, type=FUNC, size=0x48) +[D] sys_call_table[1]: Symbol("sys_exit" at 0xc000000000184c88, type=FUNC, size=0x24) +[D] sys_call_table[2]: Symbol("sys_fork" at 0xc000000000179bbc, type=FUNC, size=0x78) +[D] sys_call_table[3]: Symbol("sys_read" at 0xc000000000583da8, type=FUNC, size=0x18) +[D] sys_call_table[4]: Symbol("sys_write" at 0xc000000000583f18, type=FUNC, size=0x18) +[D] sys_call_table[5]: Symbol("sys_open" at 0xc00000000057fd10, type=FUNC, size=0xe0) +[D] sys_call_table[6]: Symbol("sys_close" at 0xc000000000580270, type=FUNC, size=0xb4) +[D] sys_call_table[7]: Symbol("sys_waitpid" at 0xc0000000001860cc, type=FUNC, size=0x20) +[D] sys_call_table[8]: Symbol("sys_creat" at 0xc0000000005801e0, type=FUNC, size=0x90) +[D] sys_call_table[9]: Symbol("sys_link" at 0xc0000000005a4c0c, type=FUNC, size=0x78) +[D] sys_call_table[10]: Symbol("sys_unlink" at 0xc0000000005a43e8, type=FUNC, size=0xa4) +[D] sys_call_table[11]: Symbol("sys_execve" at 0xc000000000594a24, type=FUNC, size=0x6c) +[D] sys_call_table[12]: Symbol("sys_chdir" at 0xc00000000057e160, type=FUNC, size=0x150) +[D] sys_call_table[13]: Symbol("sys_time" at 0xc000000000275860, type=FUNC, size=0x1a0) +[D] sys_call_table[14]: Symbol("sys_mknod" at 0xc0000000005a3834, type=FUNC, size=0xd8) +[D] sys_call_table[15]: Symbol("sys_chmod" at 0xc00000000057eb80, type=FUNC, size=0x110) +[D] sys_call_table[16]: Symbol("sys_lchown" at 0xc00000000057f2c0, type=FUNC, size=0x150) +[D] sys_call_table[17]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[18]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[19]: Symbol("sys_lseek" at 0xc000000000582418, type=FUNC, size=0x138) +[D] sys_call_table[20]: Symbol("sys_getpid" at 0xc0000000001a42ac, type=FUNC, size=0x40) +[D] sys_call_table[21]: Symbol("sys_mount" at 0xc0000000005cb154, type=FUNC, size=0x3f8) +[D] sys_call_table[22]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[23]: Symbol("sys_setuid" at 0xc0000000001a2d00, type=FUNC, size=0x18) +[D] sys_call_table[24]: Symbol("sys_getuid" at 0xc0000000001a4370, type=FUNC, size=0x44) +[D] sys_call_table[25]: Symbol("sys_stime" at 0xc000000000275a00, type=FUNC, size=0x1f4) +[D] sys_call_table[26]: Symbol("sys_ptrace" at 0xc000000000191e0c, type=FUNC, size=0x1d4) +[D] sys_call_table[27]: Symbol("sys_alarm" at 0xc0000000002914ec, type=FUNC, size=0xcc) +[D] sys_call_table[28]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[29]: Symbol("sys_pause" at 0xc00000000019fd90, type=FUNC, size=0x98) +[D] sys_call_table[30]: Symbol("sys_utime" at 0xc0000000005ecf5c, type=FUNC, size=0x30c) +[D] sys_call_table[31]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[32]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[33]: Symbol("sys_access" at 0xc00000000057e138, type=FUNC, size=0x28) +[D] sys_call_table[34]: Symbol("sys_nice" at 0xc0000000001d6cbc, type=FUNC, size=0x130) +[D] sys_call_table[35]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[36]: Symbol("sys_sync" at 0xc0000000005eba54, type=FUNC, size=0x34) +[D] sys_call_table[37]: Symbol("sys_kill" at 0xc00000000019cc9c, type=FUNC, size=0x2e0) +[D] sys_call_table[38]: Symbol("sys_rename" at 0xc0000000005a5488, type=FUNC, size=0x78) +[D] sys_call_table[39]: Symbol("sys_mkdir" at 0xc0000000005a3bdc, type=FUNC, size=0xb8) +[D] sys_call_table[40]: Symbol("sys_rmdir" at 0xc0000000005a3eac, type=FUNC, size=0xa0) +[D] sys_call_table[41]: Symbol("sys_dup" at 0xc0000000005c07dc, type=FUNC, size=0x1a8) +[D] sys_call_table[42]: Symbol("sys_pipe" at 0xc000000000597b44, type=FUNC, size=0x34) +[D] sys_call_table[43]: Symbol("sys_times" at 0xc0000000001a4480, type=FUNC, size=0xcc) +[D] sys_call_table[44]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[45]: Symbol("sys_brk" at 0xc0000000004b1138, type=FUNC, size=0x474) +[D] sys_call_table[46]: Symbol("sys_setgid" at 0xc0000000001a27b4, type=FUNC, size=0x18) +[D] sys_call_table[47]: Symbol("sys_getgid" at 0xc0000000001a43f8, type=FUNC, size=0x44) +[D] sys_call_table[48]: Symbol("sys_signal" at 0xc00000000019fcf0, type=FUNC, size=0xa0) +[D] sys_call_table[49]: Symbol("sys_geteuid" at 0xc0000000001a43b4, type=FUNC, size=0x44) +[D] sys_call_table[50]: Symbol("sys_getegid" at 0xc0000000001a443c, type=FUNC, size=0x44) +[D] sys_call_table[51]: Symbol("sys_acct" at 0xc0000000002a8318, type=FUNC, size=0x3cc) +[D] sys_call_table[52]: Symbol("sys_umount" at 0xc0000000005c7c14, type=FUNC, size=0xd4) +[D] sys_call_table[53]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[54]: Symbol("sys_ioctl" at 0xc0000000005a9ca8, type=FUNC, size=0x170) +[D] sys_call_table[55]: Symbol("sys_fcntl" at 0xc0000000005a6f78, type=FUNC, size=0x150) +[D] sys_call_table[56]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[57]: Symbol("sys_setpgid" at 0xc0000000001a46f0, type=FUNC, size=0x228) +[D] sys_call_table[58]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[59]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[60]: Symbol("sys_umask" at 0xc0000000001a6610, type=FUNC, size=0x34) +[D] sys_call_table[61]: Symbol("sys_chroot" at 0xc00000000057e3b4, type=FUNC, size=0x1c4) +[D] sys_call_table[62]: Symbol("sys_ustat" at 0xc0000000005f01e0, type=FUNC, size=0x18) +[D] sys_call_table[63]: Symbol("sys_dup2" at 0xc0000000005c06a4, type=FUNC, size=0x138) +[D] sys_call_table[64]: Symbol("sys_getppid" at 0xc0000000001a432c, type=FUNC, size=0x44) +[D] sys_call_table[65]: Symbol("sys_getpgrp" at 0xc0000000001a49c0, type=FUNC, size=0x40) +[D] sys_call_table[66]: Symbol("sys_setsid" at 0xc0000000001a4c40, type=FUNC, size=0x30) +[D] sys_call_table[67]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[68]: Symbol("sys_sgetmask" at 0xc00000000019fc54, type=FUNC, size=0x14) +[D] sys_call_table[69]: Symbol("sys_ssetmask" at 0xc00000000019fc68, type=FUNC, size=0x88) +[D] sys_call_table[70]: Symbol("sys_setreuid" at 0xc0000000001a2b48, type=FUNC, size=0x1c) +[D] sys_call_table[71]: Symbol("sys_setregid" at 0xc0000000001a2618, type=FUNC, size=0x1c) +[D] sys_call_table[72]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[73]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[74]: Symbol("sys_sethostname" at 0xc0000000001a4e50, type=FUNC, size=0x190) +[D] sys_call_table[75]: Symbol("sys_setrlimit" at 0xc0000000001a5f34, type=FUNC, size=0xac) +[D] sys_call_table[76]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[77]: Symbol("sys_getrusage" at 0xc0000000001a65e0, type=FUNC, size=0x18) +[D] sys_call_table[78]: Symbol("sys_gettimeofday" at 0xc000000000275f84, type=FUNC, size=0x324) +[D] sys_call_table[79]: Symbol("sys_settimeofday" at 0xc000000000276458, type=FUNC, size=0x394) +[D] sys_call_table[80]: Symbol("sys_getgroups" at 0xc0000000001c583c, type=FUNC, size=0x278) +[D] sys_call_table[81]: Symbol("sys_setgroups" at 0xc0000000001c5b34, type=FUNC, size=0x37c) +[D] sys_call_table[82]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[83]: Symbol("sys_symlink" at 0xc0000000005a46e8, type=FUNC, size=0x70) +[D] sys_call_table[84]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[85]: Symbol("sys_readlink" at 0xc00000000058fe7c, type=FUNC, size=0x48) +[D] sys_call_table[86]: Symbol("sys_uselib" at 0xc0000000005935cc, type=FUNC, size=0x210) +[D] sys_call_table[87]: Symbol("sys_swapon" at 0xc000000000500878, type=FUNC, size=0x1704) +[D] sys_call_table[88]: Symbol("sys_reboot" at 0xc0000000001c2420, type=FUNC, size=0x20) +[D] sys_call_table[89]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[90]: Symbol("sys_mmap" at 0xc000000000010570, type=FUNC, size=0x90) +[D] sys_call_table[91]: Symbol("sys_munmap" at 0xc0000000004afa60, type=FUNC, size=0x34) +[D] sys_call_table[92]: Symbol("sys_truncate" at 0xc00000000057d9ac, type=FUNC, size=0x128) +[D] sys_call_table[93]: Symbol("sys_ftruncate" at 0xc00000000057de48, type=FUNC, size=0x1c) +[D] sys_call_table[94]: Symbol("sys_fchmod" at 0xc00000000057e800, type=FUNC, size=0xf4) +[D] sys_call_table[95]: Symbol("sys_fchown" at 0xc00000000057f668, type=FUNC, size=0x3c) +[D] sys_call_table[96]: Symbol("sys_getpriority" at 0xc0000000001a2088, type=FUNC, size=0x35c) +[D] sys_call_table[97]: Symbol("sys_setpriority" at 0xc0000000001a1cdc, type=FUNC, size=0x3ac) +[D] sys_call_table[98]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[99]: Symbol("sys_statfs" at 0xc0000000005f0188, type=FUNC, size=0x14) +[D] sys_call_table[100]: Symbol("sys_fstatfs" at 0xc0000000005f01b0, type=FUNC, size=0x18) +[D] sys_call_table[101]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[102]: Symbol("sys_socketcall" at 0xc000000000f2521c, type=FUNC, size=0x504) +[D] sys_call_table[103]: Symbol("sys_syslog" at 0xc0000000002257d0, type=FUNC, size=0x3c) +[D] sys_call_table[104]: Symbol("sys_setitimer" at 0xc0000000002915b8, type=FUNC, size=0x218) +[D] sys_call_table[105]: Symbol("sys_getitimer" at 0xc000000000291190, type=FUNC, size=0x104) +[D] sys_call_table[106]: Symbol("sys_newstat" at 0xc00000000058fde8, type=FUNC, size=0x14) +[D] sys_call_table[107]: Symbol("sys_newlstat" at 0xc00000000058fdfc, type=FUNC, size=0x14) +[D] sys_call_table[108]: Symbol("sys_newfstat" at 0xc00000000058fe2c, type=FUNC, size=0x18) +[D] sys_call_table[109]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[110]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[111]: Symbol("sys_vhangup" at 0xc000000000580364, type=FUNC, size=0x54) +[D] sys_call_table[112]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[113]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[114]: Symbol("sys_wait4" at 0xc0000000001860b0, type=FUNC, size=0x1c) +[D] sys_call_table[115]: Symbol("sys_swapoff" at 0xc0000000004ff4a8, type=FUNC, size=0x13a8) +[D] sys_call_table[116]: Symbol("sys_sysinfo" at 0xc0000000001a75f4, type=FUNC, size=0x14) +[D] sys_call_table[117]: Symbol("sys_ipc" at 0xc000000000961454, type=FUNC, size=0x38) +[D] sys_call_table[118]: Symbol("sys_fsync" at 0xc0000000005ebc18, type=FUNC, size=0xa0) +[D] sys_call_table[119]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[120]: Symbol("sys_clone" at 0xc000000000179cb4, type=FUNC, size=0x14) +[D] sys_call_table[121]: Symbol("sys_setdomainname" at 0xc0000000001a515c, type=FUNC, size=0x184) +[D] sys_call_table[122]: Symbol("sys_newuname" at 0xc0000000001a4c70, type=FUNC, size=0x14) +[D] sys_call_table[123]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[124]: Symbol("sys_adjtimex" at 0xc000000000276eac, type=FUNC, size=0x14) +[D] sys_call_table[125]: Symbol("sys_mprotect" at 0xc0000000004b6670, type=FUNC, size=0x34) +[D] sys_call_table[126]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[127]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[128]: Symbol("sys_init_module" at 0xc00000000026e02c, type=FUNC, size=0x14) +[D] sys_call_table[129]: Symbol("sys_delete_module" at 0xc00000000026e61c, type=FUNC, size=0x348) +[D] sys_call_table[130]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[131]: Symbol("sys_quotactl" at 0xc000000000658e9c, type=FUNC, size=0x5a0) +[D] sys_call_table[132]: Symbol("sys_getpgid" at 0xc0000000001a4918, type=FUNC, size=0xa8) +[D] sys_call_table[133]: Symbol("sys_fchdir" at 0xc00000000057e2b0, type=FUNC, size=0x104) +[D] sys_call_table[134]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[135]: Symbol("sys_sysfs" at 0xc0000000005c104c, type=FUNC, size=0x34c) +[D] sys_call_table[136]: Symbol("sys_ppc64_personality" at 0xc000000000010600, type=FUNC, size=0x68) +[D] sys_call_table[137]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[138]: Symbol("sys_setfsuid" at 0xc0000000001a4114, type=FUNC, size=0x18) +[D] sys_call_table[139]: Symbol("sys_setfsgid" at 0xc0000000001a4294, type=FUNC, size=0x18) +[D] sys_call_table[140]: Symbol("sys_llseek" at 0xc000000000582680, type=FUNC, size=0x1a8) +[D] sys_call_table[141]: Symbol("sys_getdents" at 0xc0000000005ab418, type=FUNC, size=0x2a0) +[D] sys_call_table[142]: Symbol("sys_select" at 0xc0000000005ae524, type=FUNC, size=0x164) +[D] sys_call_table[143]: Symbol("sys_flock" at 0xc000000000633820, type=FUNC, size=0x1c) +[D] sys_call_table[144]: Symbol("sys_msync" at 0xc0000000004b9390, type=FUNC, size=0x434) +[D] sys_call_table[145]: Symbol("sys_readv" at 0xc000000000584368, type=FUNC, size=0x18) +[D] sys_call_table[146]: Symbol("sys_writev" at 0xc000000000584380, type=FUNC, size=0x18) +[D] sys_call_table[147]: Symbol("sys_getsid" at 0xc0000000001a4a00, type=FUNC, size=0xa8) +[D] sys_call_table[148]: Symbol("sys_fdatasync" at 0xc0000000005ebcb8, type=FUNC, size=0xe8) +[D] sys_call_table[149]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[150]: Symbol("sys_mlock" at 0xc0000000004a8db8, type=FUNC, size=0x34) +[D] sys_call_table[151]: Symbol("sys_munlock" at 0xc0000000004a8e68, type=FUNC, size=0x150) +[D] sys_call_table[152]: Symbol("sys_mlockall" at 0xc0000000004a8fb8, type=FUNC, size=0x278) +[D] sys_call_table[153]: Symbol("sys_munlockall" at 0xc0000000004a9230, type=FUNC, size=0x128) +[D] sys_call_table[154]: Symbol("sys_sched_setparam" at 0xc0000000001d7398, type=FUNC, size=0x3c) +[D] sys_call_table[155]: Symbol("sys_sched_getparam" at 0xc0000000001d79cc, type=FUNC, size=0x11c) +[D] sys_call_table[156]: Symbol("sys_sched_setscheduler" at 0xc0000000001d734c, type=FUNC, size=0x4c) +[D] sys_call_table[157]: Symbol("sys_sched_getscheduler" at 0xc0000000001d7928, type=FUNC, size=0xa4) +[D] sys_call_table[158]: Symbol("sys_sched_yield" at 0xc0000000001d805c, type=FUNC, size=0x34) +[D] sys_call_table[159]: Symbol("sys_sched_get_priority_max" at 0xc0000000001d8114, type=FUNC, size=0x50) +[D] sys_call_table[160]: Symbol("sys_sched_get_priority_min" at 0xc0000000001d8164, type=FUNC, size=0x50) +[D] sys_call_table[161]: Symbol("sys_sched_rr_get_interval" at 0xc0000000001d81b4, type=FUNC, size=0xc8) +[D] sys_call_table[162]: Symbol("sys_nanosleep" at 0xc00000000027f180, type=FUNC, size=0x120) +[D] sys_call_table[163]: Symbol("sys_mremap" at 0xc0000000004b9370, type=FUNC, size=0x14) +[D] sys_call_table[164]: Symbol("sys_setresuid" at 0xc0000000001a3288, type=FUNC, size=0x20) +[D] sys_call_table[165]: Symbol("sys_getresuid" at 0xc0000000001a32a8, type=FUNC, size=0x3ec) +[D] sys_call_table[166]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[167]: Symbol("sys_poll" at 0xc0000000005ae970, type=FUNC, size=0x14c) +[D] sys_call_table[168]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[169]: Symbol("sys_setresgid" at 0xc0000000001a3ba0, type=FUNC, size=0x20) +[D] sys_call_table[170]: Symbol("sys_getresgid" at 0xc0000000001a3bc0, type=FUNC, size=0x3e0) +[D] sys_call_table[171]: Symbol("sys_prctl" at 0xc0000000001a6664, type=FUNC, size=0xc20) +[D] sys_call_table[172]: Symbol("sys_rt_sigreturn" at 0xc000000000018154, type=FUNC, size=0x1d48) +[D] sys_call_table[173]: Symbol("sys_rt_sigaction" at 0xc00000000019e8f4, type=FUNC, size=0x184) +[D] sys_call_table[174]: Symbol("sys_rt_sigprocmask" at 0xc0000000001985b0, type=FUNC, size=0x160) +[D] sys_call_table[175]: Symbol("sys_rt_sigpending" at 0xc000000000198880, type=FUNC, size=0xd0) +[D] sys_call_table[176]: Symbol("sys_rt_sigtimedwait" at 0xc00000000019c6f0, type=FUNC, size=0x180) +[D] sys_call_table[177]: Symbol("sys_rt_sigqueueinfo" at 0xc00000000019d318, type=FUNC, size=0xfc) +[D] sys_call_table[178]: Symbol("sys_rt_sigsuspend" at 0xc00000000019fe28, type=FUNC, size=0xb8) +[D] sys_call_table[179]: Symbol("sys_pread64" at 0xc000000000584018, type=FUNC, size=0x130) +[D] sys_call_table[180]: Symbol("sys_pwrite64" at 0xc000000000584238, type=FUNC, size=0x130) +[D] sys_call_table[181]: Symbol("sys_chown" at 0xc00000000057f16c, type=FUNC, size=0x154) +[D] sys_call_table[182]: Symbol("sys_getcwd" at 0xc0000000005ee568, type=FUNC, size=0x210) +[D] sys_call_table[183]: Symbol("sys_capget" at 0xc00000000018f6b4, type=FUNC, size=0x318) +[D] sys_call_table[184]: Symbol("sys_capset" at 0xc00000000018f9cc, type=FUNC, size=0x334) +[D] sys_call_table[185]: Symbol("sys_sigaltstack" at 0xc00000000019db28, type=FUNC, size=0x128) +[D] sys_call_table[186]: Symbol("sys_sendfile64" at 0xc000000000585430, type=FUNC, size=0x240) +[D] sys_call_table[187]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[188]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[189]: Symbol("sys_vfork" at 0xc000000000179c34, type=FUNC, size=0x80) +[D] sys_call_table[190]: Symbol("sys_getrlimit" at 0xc0000000001a52e0, type=FUNC, size=0x150) +[D] sys_call_table[191]: Symbol("sys_readahead" at 0xc00000000044a2d0, type=FUNC, size=0x18) +[D] sys_call_table[192]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[193]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[194]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[195]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[196]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[197]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[198]: Symbol("sys_pciconfig_read" at 0xc000000000b0ecd0, type=FUNC, size=0x6c0) +[D] sys_call_table[199]: Symbol("sys_pciconfig_write" at 0xc000000000b0f390, type=FUNC, size=0x4b8) +[D] sys_call_table[200]: Symbol("sys_pciconfig_iobase" at 0xc00000000006ec84, type=FUNC, size=0x1e8) +[D] sys_call_table[201]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[202]: Symbol("sys_getdents64" at 0xc0000000005ab6b8, type=FUNC, size=0x2a0) +[D] sys_call_table[203]: Symbol("sys_pivot_root" at 0xc0000000005cbe7c, type=FUNC, size=0x63c) +[D] sys_call_table[204]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[205]: Symbol("sys_madvise" at 0xc0000000004f6930, type=FUNC, size=0x4c) +[D] sys_call_table[206]: Symbol("sys_mincore" at 0xc0000000004a62e4, type=FUNC, size=0x380) +[D] sys_call_table[207]: Symbol("sys_gettid" at 0xc0000000001a42ec, type=FUNC, size=0x40) +[D] sys_call_table[208]: Symbol("sys_tkill" at 0xc00000000019d2c8, type=FUNC, size=0x50) +[D] sys_call_table[209]: Symbol("sys_setxattr" at 0xc0000000005d2f4c, type=FUNC, size=0x38) +[D] sys_call_table[210]: Symbol("sys_lsetxattr" at 0xc0000000005d2f84, type=FUNC, size=0x38) +[D] sys_call_table[211]: Symbol("sys_fsetxattr" at 0xc0000000005d2fbc, type=FUNC, size=0x14c) +[D] sys_call_table[212]: Symbol("sys_getxattr" at 0xc0000000005d350c, type=FUNC, size=0x18) +[D] sys_call_table[213]: Symbol("sys_lgetxattr" at 0xc0000000005d3524, type=FUNC, size=0x18) +[D] sys_call_table[214]: Symbol("sys_fgetxattr" at 0xc0000000005d353c, type=FUNC, size=0x14c) +[D] sys_call_table[215]: Symbol("sys_listxattr" at 0xc0000000005d3688, type=FUNC, size=0x18) +[D] sys_call_table[216]: Symbol("sys_llistxattr" at 0xc0000000005d36a0, type=FUNC, size=0x18) +[D] sys_call_table[217]: Symbol("sys_flistxattr" at 0xc0000000005d36b8, type=FUNC, size=0x120) +[D] sys_call_table[218]: Symbol("sys_removexattr" at 0xc0000000005d37d8, type=FUNC, size=0x34) +[D] sys_call_table[219]: Symbol("sys_lremovexattr" at 0xc0000000005d380c, type=FUNC, size=0x34) +[D] sys_call_table[220]: Symbol("sys_fremovexattr" at 0xc0000000005d3840, type=FUNC, size=0x128) +[D] sys_call_table[221]: Symbol("sys_futex" at 0xc00000000029dba8, type=FUNC, size=0x23c) +[D] sys_call_table[222]: Symbol("sys_sched_setaffinity" at 0xc0000000001db8a0, type=FUNC, size=0x1c) +[D] sys_call_table[223]: Symbol("sys_sched_getaffinity" at 0xc0000000001d8040, type=FUNC, size=0x1c) +[D] sys_call_table[224]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[225]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[226]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[227]: Symbol("sys_io_setup" at 0xc000000000622268, type=FUNC, size=0x3a0) +[D] sys_call_table[228]: Symbol("sys_io_destroy" at 0xc0000000006229b8, type=FUNC, size=0x178) +[D] sys_call_table[229]: Symbol("sys_io_getevents" at 0xc0000000006235d0, type=FUNC, size=0x120) +[D] sys_call_table[230]: Symbol("sys_io_submit" at 0xc000000000622b30, type=FUNC, size=0x3a8) +[D] sys_call_table[231]: Symbol("sys_io_cancel" at 0xc000000000623278, type=FUNC, size=0x358) +[D] sys_call_table[232]: Symbol("sys_set_tid_address" at 0xc0000000001777a8, type=FUNC, size=0x48) +[D] sys_call_table[233]: Symbol("sys_fadvise64" at 0xc000000000442648, type=FUNC, size=0xf0) +[D] sys_call_table[234]: Symbol("sys_exit_group" at 0xc000000000184d68, type=FUNC, size=0x24) +[D] sys_call_table[235]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[236]: Symbol("sys_epoll_create" at 0xc000000000611888, type=FUNC, size=0x50) +[D] sys_call_table[237]: Symbol("sys_epoll_ctl" at 0xc000000000612894, type=FUNC, size=0xc8) +[D] sys_call_table[238]: Symbol("sys_epoll_wait" at 0xc00000000061295c, type=FUNC, size=0x134) +[D] sys_call_table[239]: Symbol("sys_remap_file_pages" at 0xc0000000004b302c, type=FUNC, size=0x3f0) +[D] sys_call_table[240]: Symbol("sys_timer_create" at 0xc00000000028ba70, type=FUNC, size=0xe8) +[D] sys_call_table[241]: Symbol("sys_timer_settime" at 0xc00000000028be5c, type=FUNC, size=0x140) +[D] sys_call_table[242]: Symbol("sys_timer_gettime" at 0xc00000000028bc38, type=FUNC, size=0xb8) +[D] sys_call_table[243]: Symbol("sys_timer_getoverrun" at 0xc00000000028bda0, type=FUNC, size=0xbc) +[D] sys_call_table[244]: Symbol("sys_timer_delete" at 0xc00000000028c0fc, type=FUNC, size=0x1cc) +[D] sys_call_table[245]: Symbol("sys_clock_settime" at 0xc00000000028c53c, type=FUNC, size=0x164) +[D] sys_call_table[246]: Symbol("sys_clock_gettime" at 0xc00000000028c6a0, type=FUNC, size=0x158) +[D] sys_call_table[247]: Symbol("sys_clock_getres" at 0xc00000000028c8ec, type=FUNC, size=0x16c) +[D] sys_call_table[248]: Symbol("sys_clock_nanosleep" at 0xc00000000028ceac, type=FUNC, size=0x1e4) +[D] sys_call_table[249]: Symbol("sys_swapcontext" at 0xc000000000017ae4, type=FUNC, size=0x670) +[D] sys_call_table[250]: Symbol("sys_tgkill" at 0xc00000000019d270, type=FUNC, size=0x58) +[D] sys_call_table[251]: Symbol("sys_utimes" at 0xc0000000005ecf38, type=FUNC, size=0x24) +[D] sys_call_table[252]: Symbol("sys_statfs64" at 0xc0000000005f019c, type=FUNC, size=0x14) +[D] sys_call_table[253]: Symbol("sys_fstatfs64" at 0xc0000000005f01c8, type=FUNC, size=0x18) +[D] sys_call_table[254]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[255]: Symbol("sys_rtas" at 0xc0000000000472a0, type=FUNC, size=0x638) +[D] sys_call_table[256]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[257]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[258]: Symbol("sys_migrate_pages" at 0xc00000000051aeac, type=FUNC, size=0x3a0) +[D] sys_call_table[259]: Symbol("sys_mbind" at 0xc00000000051ef5c, type=FUNC, size=0x158) +[D] sys_call_table[260]: Symbol("sys_get_mempolicy" at 0xc00000000051b24c, type=FUNC, size=0xa54) +[D] sys_call_table[261]: Symbol("sys_set_mempolicy" at 0xc00000000051ad78, type=FUNC, size=0x134) +[D] sys_call_table[262]: Symbol("sys_mq_open" at 0xc0000000009659cc, type=FUNC, size=0xec) +[D] sys_call_table[263]: Symbol("sys_mq_unlink" at 0xc000000000965ab8, type=FUNC, size=0x1ec) +[D] sys_call_table[264]: Symbol("sys_mq_timedsend" at 0xc000000000965ca4, type=FUNC, size=0x104) +[D] sys_call_table[265]: Symbol("sys_mq_timedreceive" at 0xc000000000965da8, type=FUNC, size=0x100) +[D] sys_call_table[266]: Symbol("sys_mq_notify" at 0xc000000000965ea8, type=FUNC, size=0xc0) +[D] sys_call_table[267]: Symbol("sys_mq_getsetattr" at 0xc000000000965f68, type=FUNC, size=0x18) +[D] sys_call_table[268]: Symbol("sys_kexec_load" at 0xc0000000002abe08, type=FUNC, size=0x130) +[D] sys_call_table[269]: Symbol("sys_add_key" at 0xc00000000096d400, type=FUNC, size=0x308) +[D] sys_call_table[270]: Symbol("sys_request_key" at 0xc00000000096d708, type=FUNC, size=0x29c) +[D] sys_call_table[271]: Symbol("sys_keyctl" at 0xc0000000009700a8, type=FUNC, size=0x44c) +[D] sys_call_table[272]: Symbol("sys_waitid" at 0xc000000000185ae8, type=FUNC, size=0x20) +[D] sys_call_table[273]: Symbol("sys_ioprio_set" at 0xc000000000a1d2cc, type=FUNC, size=0x3b0) +[D] sys_call_table[274]: Symbol("sys_ioprio_get" at 0xc000000000a1d67c, type=FUNC, size=0x4a0) +[D] sys_call_table[275]: Symbol("sys_inotify_init" at 0xc000000000609964, type=FUNC, size=0x34) +[D] sys_call_table[276]: Symbol("sys_inotify_add_watch" at 0xc000000000609998, type=FUNC, size=0x5c8) +[D] sys_call_table[277]: Symbol("sys_inotify_rm_watch" at 0xc000000000609f60, type=FUNC, size=0x170) +[D] sys_call_table[278]: Symbol("sys_spu_run" at 0xc000000000112b10, type=FUNC, size=0xe0) +[D] sys_call_table[279]: Symbol("sys_spu_create" at 0xc0000000001129d4, type=FUNC, size=0x13c) +[D] sys_call_table[280]: Symbol("sys_pselect6" at 0xc0000000005ae688, type=FUNC, size=0x2e8) +[D] sys_call_table[281]: Symbol("sys_ppoll" at 0xc0000000005aeabc, type=FUNC, size=0x14c) +[D] sys_call_table[282]: Symbol("sys_unshare" at 0xc00000000017a3ec, type=FUNC, size=0x30) +[D] sys_call_table[283]: Symbol("sys_splice" at 0xc0000000005ea9f0, type=FUNC, size=0x394) +[D] sys_call_table[284]: Symbol("sys_tee" at 0xc0000000005eb33c, type=FUNC, size=0x16c) +[D] sys_call_table[285]: Symbol("sys_vmsplice" at 0xc0000000005ea9d4, type=FUNC, size=0x1c) +[D] sys_call_table[286]: Symbol("sys_openat" at 0xc00000000057fdf0, type=FUNC, size=0xd0) +[D] sys_call_table[287]: Symbol("sys_mkdirat" at 0xc0000000005a3b0c, type=FUNC, size=0xd0) +[D] sys_call_table[288]: Symbol("sys_mknodat" at 0xc0000000005a3754, type=FUNC, size=0xe0) +[D] sys_call_table[289]: Symbol("sys_fchownat" at 0xc00000000057f12c, type=FUNC, size=0x40) +[D] sys_call_table[290]: Symbol("sys_futimesat" at 0xc0000000005ecf20, type=FUNC, size=0x18) +[D] sys_call_table[291]: Symbol("sys_newfstatat" at 0xc00000000058fe10, type=FUNC, size=0x1c) +[D] sys_call_table[292]: Symbol("sys_unlinkat" at 0xc0000000005a4340, type=FUNC, size=0xa8) +[D] sys_call_table[293]: Symbol("sys_renameat" at 0xc0000000005a53f0, type=FUNC, size=0x98) +[D] sys_call_table[294]: Symbol("sys_linkat" at 0xc0000000005a4b6c, type=FUNC, size=0xa0) +[D] sys_call_table[295]: Symbol("sys_symlinkat" at 0xc0000000005a466c, type=FUNC, size=0x7c) +[D] sys_call_table[296]: Symbol("sys_readlinkat" at 0xc00000000058fe44, type=FUNC, size=0x38) +[D] sys_call_table[297]: Symbol("sys_fchmodat" at 0xc00000000057ea6c, type=FUNC, size=0x114) +[D] sys_call_table[298]: Symbol("sys_faccessat" at 0xc00000000057e0f8, type=FUNC, size=0x20) +[D] sys_call_table[299]: Symbol("sys_get_robust_list" at 0xc00000000029d598, type=FUNC, size=0x300) +[D] sys_call_table[300]: Symbol("sys_set_robust_list" at 0xc00000000029d564, type=FUNC, size=0x34) +[D] sys_call_table[301]: Symbol("sys_move_pages" at 0xc000000000533844, type=FUNC, size=0xc80) +[D] sys_call_table[302]: Symbol("sys_getcpu" at 0xc0000000001a7284, type=FUNC, size=0x370) +[D] sys_call_table[303]: Symbol("sys_epoll_pwait" at 0xc000000000612a90, type=FUNC, size=0x170) +[D] sys_call_table[304]: Symbol("sys_utimensat" at 0xc0000000005ecdf0, type=FUNC, size=0x130) +[D] sys_call_table[305]: Symbol("sys_signalfd" at 0xc000000000614140, type=FUNC, size=0xc8) +[D] sys_call_table[306]: Symbol("sys_timerfd_create" at 0xc000000000615a08, type=FUNC, size=0x1c4) +[D] sys_call_table[307]: Symbol("sys_eventfd" at 0xc000000000616f80, type=FUNC, size=0x38) +[D] sys_call_table[308]: Symbol("sys_sync_file_range2" at 0xc0000000005ec118, type=FUNC, size=0xf0) +[D] sys_call_table[309]: Symbol("sys_fallocate" at 0xc00000000057df78, type=FUNC, size=0xc0) +[D] sys_call_table[310]: Symbol("sys_subpage_prot" at 0xc00000000008c4dc, type=FUNC, size=0x9ac) +[D] sys_call_table[311]: Symbol("sys_timerfd_settime" at 0xc000000000615bcc, type=FUNC, size=0x104) +[D] sys_call_table[312]: Symbol("sys_timerfd_gettime" at 0xc000000000615cd0, type=FUNC, size=0xb0) +[D] sys_call_table[313]: Symbol("sys_signalfd4" at 0xc000000000614064, type=FUNC, size=0xdc) +[D] sys_call_table[314]: Symbol("sys_eventfd2" at 0xc000000000616f48, type=FUNC, size=0x38) +[D] sys_call_table[315]: Symbol("sys_epoll_create1" at 0xc000000000611854, type=FUNC, size=0x34) +[D] sys_call_table[316]: Symbol("sys_dup3" at 0xc0000000005c0668, type=FUNC, size=0x3c) +[D] sys_call_table[317]: Symbol("sys_pipe2" at 0xc000000000597b10, type=FUNC, size=0x34) +[D] sys_call_table[318]: Symbol("sys_inotify_init1" at 0xc000000000609930, type=FUNC, size=0x34) +[D] sys_call_table[319]: Symbol("sys_perf_event_open" at 0xc000000000421840, type=FUNC, size=0x20) +[D] sys_call_table[320]: Symbol("sys_preadv" at 0xc000000000584398, type=FUNC, size=0x174) +[D] sys_call_table[321]: Symbol("sys_pwritev" at 0xc0000000005846ec, type=FUNC, size=0x170) +[D] sys_call_table[322]: Symbol("sys_rt_tgsigqueueinfo" at 0xc00000000019d4c0, type=FUNC, size=0x184) +[D] sys_call_table[323]: Symbol("sys_fanotify_init" at 0xc00000000060ed64, type=FUNC, size=0x3d8) +[D] sys_call_table[324]: Symbol("sys_fanotify_mark" at 0xc00000000060f13c, type=FUNC, size=0x3c) +[D] sys_call_table[325]: Symbol("sys_prlimit64" at 0xc0000000001a5bd0, type=FUNC, size=0x364) +[D] sys_call_table[326]: Symbol("sys_socket" at 0xc000000000f21f80, type=FUNC, size=0x3c) +[D] sys_call_table[327]: Symbol("sys_bind" at 0xc000000000f226a0, type=FUNC, size=0x38) +[D] sys_call_table[328]: Symbol("sys_connect" at 0xc000000000f22e48, type=FUNC, size=0x38) +[D] sys_call_table[329]: Symbol("sys_listen" at 0xc000000000f227e8, type=FUNC, size=0x38) +[D] sys_call_table[330]: Symbol("sys_accept" at 0xc000000000f22c00, type=FUNC, size=0x38) +[D] sys_call_table[331]: Symbol("sys_getsockname" at 0xc000000000f22fb8, type=FUNC, size=0x34) +[D] sys_call_table[332]: Symbol("sys_getpeername" at 0xc000000000f23164, type=FUNC, size=0x34) +[D] sys_call_table[333]: Symbol("sys_socketpair" at 0xc000000000f22514, type=FUNC, size=0x3c) +[D] sys_call_table[334]: Symbol("sys_send" at 0xc000000000f2340c, type=FUNC, size=0x40) +[D] sys_call_table[335]: Symbol("sys_sendto" at 0xc000000000f233d0, type=FUNC, size=0x3c) +[D] sys_call_table[336]: Symbol("sys_recv" at 0xc000000000f23648, type=FUNC, size=0x40) +[D] sys_call_table[337]: Symbol("sys_recvfrom" at 0xc000000000f23610, type=FUNC, size=0x38) +[D] sys_call_table[338]: Symbol("sys_shutdown" at 0xc000000000f23a88, type=FUNC, size=0x38) +[D] sys_call_table[339]: Symbol("sys_setsockopt" at 0xc000000000f23790, type=FUNC, size=0x40) +[D] sys_call_table[340]: Symbol("sys_getsockopt" at 0xc000000000f238d0, type=FUNC, size=0x3c) +[D] sys_call_table[341]: Symbol("sys_sendmsg" at 0xc000000000f246d8, type=FUNC, size=0x20) +[D] sys_call_table[342]: Symbol("sys_recvmsg" at 0xc000000000f24d58, type=FUNC, size=0x20) +[D] sys_call_table[343]: Symbol("sys_recvmmsg" at 0xc000000000f24f5c, type=FUNC, size=0x160) +[D] sys_call_table[344]: Symbol("sys_accept4" at 0xc000000000f22bc8, type=FUNC, size=0x38) +[D] sys_call_table[345]: Symbol("sys_name_to_handle_at" at 0xc000000000644778, type=FUNC, size=0x410) +[D] sys_call_table[346]: Symbol("sys_open_by_handle_at" at 0xc000000000644b88, type=FUNC, size=0x20) +[D] sys_call_table[347]: Symbol("sys_clock_adjtime" at 0xc00000000028c8d4, type=FUNC, size=0x18) +[D] sys_call_table[348]: Symbol("sys_syncfs" at 0xc0000000005ebb1c, type=FUNC, size=0xfc) +[D] sys_call_table[349]: Symbol("sys_sendmmsg" at 0xc000000000f24b68, type=FUNC, size=0x40) +[D] sys_call_table[350]: Symbol("sys_setns" at 0xc0000000001bd230, type=FUNC, size=0x83c) +[D] sys_call_table[351]: Symbol("sys_process_vm_readv" at 0xc0000000004cec30, type=FUNC, size=0x1c) +[D] sys_call_table[352]: Symbol("sys_process_vm_writev" at 0xc0000000004cec4c, type=FUNC, size=0x1c) +[D] sys_call_table[353]: Symbol("sys_finit_module" at 0xc00000000026e040, type=FUNC, size=0x448) +[D] sys_call_table[354]: Symbol("sys_kcmp" at 0xc000000000272370, type=FUNC, size=0x68c) +[D] sys_call_table[355]: Symbol("sys_sched_setattr" at 0xc0000000001d73d4, type=FUNC, size=0x554) +[D] sys_call_table[356]: Symbol("sys_sched_getattr" at 0xc0000000001d7ae8, type=FUNC, size=0x234) +[D] sys_call_table[357]: Symbol("sys_renameat2" at 0xc0000000005a534c, type=FUNC, size=0xa4) +[D] sys_call_table[358]: Symbol("sys_seccomp" at 0xc0000000002f71c4, type=FUNC, size=0x1c) +[D] sys_call_table[359]: Symbol("sys_getrandom" at 0xc000000000bb62ec, type=FUNC, size=0x144) +[D] sys_call_table[360]: Symbol("sys_memfd_create" at 0xc00000000057a658, type=FUNC, size=0x454) +[D] sys_call_table[361]: Symbol("sys_bpf" at 0xc0000000003842bc, type=FUNC, size=0x40) +[D] sys_call_table[362]: Symbol("sys_execveat" at 0xc000000000594a90, type=FUNC, size=0x8c) +[D] sys_call_table[363]: Symbol("sys_switch_endian" at 0xc000000000010718, type=FUNC, size=0x3c) +[D] sys_call_table[364]: Symbol("sys_userfaultfd" at 0xc00000000061d260, type=FUNC, size=0x7c) +[D] sys_call_table[365]: Symbol("sys_membarrier" at 0xc00000000021966c, type=FUNC, size=0x3b4) +[D] sys_call_table[366]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[367]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[368]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[369]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[370]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[371]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[372]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[373]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[374]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[375]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[376]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[377]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[378]: Symbol("sys_mlock2" at 0xc0000000004a8dec, type=FUNC, size=0x7c) +[D] sys_call_table[379]: Symbol("sys_copy_file_range" at 0xc000000000586644, type=FUNC, size=0x2a8) +[D] sys_call_table[380]: Symbol("sys_preadv2" at 0xc00000000058450c, type=FUNC, size=0x1e0) +[D] sys_call_table[381]: Symbol("sys_pwritev2" at 0xc00000000058485c, type=FUNC, size=0x1e0) +[D] sys_call_table[382]: Symbol("sys_kexec_file_load" at 0xc0000000002ad1c4, type=FUNC, size=0xa04) +[D] sys_call_table[383]: Symbol("sys_statx" at 0xc000000000590010, type=FUNC, size=0xcc) +[D] sys_call_table[384]: Symbol("sys_pkey_alloc" at 0xc0000000004b66d8, type=FUNC, size=0x250) +[D] sys_call_table[385]: Symbol("sys_pkey_free" at 0xc0000000004b6928, type=FUNC, size=0x17c) +[D] sys_call_table[386]: Symbol("sys_pkey_mprotect" at 0xc0000000004b66a4, type=FUNC, size=0x34) +[D] sys_call_table[387]: Symbol("sys_rseq" at 0xc00000000042ff98, type=FUNC, size=0x594) +[D] sys_call_table[388]: Symbol("sys_io_pgetevents" at 0xc0000000006236f0, type=FUNC, size=0x1e0) +[D] sys_call_table[389]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[390]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[391]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[392]: Symbol("sys_semtimedop" at 0xc00000000095c3d0, type=FUNC, size=0x118) +[D] sys_call_table[393]: Symbol("sys_semget" at 0xc00000000095a818, type=FUNC, size=0xc0) +[D] sys_call_table[394]: Symbol("sys_semctl" at 0xc00000000095a8d8, type=FUNC, size=0x24) +[D] sys_call_table[395]: Symbol("sys_shmget" at 0xc0000000009600b4, type=FUNC, size=0x88) +[D] sys_call_table[396]: Symbol("sys_shmctl" at 0xc00000000096013c, type=FUNC, size=0x20) +[D] sys_call_table[397]: Symbol("sys_shmat" at 0xc0000000009609f0, type=FUNC, size=0x94) +[D] sys_call_table[398]: Symbol("sys_shmdt" at 0xc000000000960e3c, type=FUNC, size=0x14) +[D] sys_call_table[399]: Symbol("sys_msgget" at 0xc000000000955afc, type=FUNC, size=0x88) +[D] sys_call_table[400]: Symbol("sys_msgsnd" at 0xc000000000955ec0, type=FUNC, size=0x1c) +[D] sys_call_table[401]: Symbol("sys_msgrcv" at 0xc0000000009560b4, type=FUNC, size=0x24) +[D] sys_call_table[402]: Symbol("sys_msgctl" at 0xc000000000955b84, type=FUNC, size=0x20) +[D] sys_call_table[403]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[404]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[405]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[406]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[407]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[408]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[409]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[410]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[411]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[412]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[413]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[414]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[415]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[416]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[417]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[418]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[419]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[420]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[421]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[422]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[423]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[424]: Symbol("sys_pidfd_send_signal" at 0xc00000000019cf7c, type=FUNC, size=0x2f4) +[D] sys_call_table[425]: Symbol("sys_io_uring_setup" at 0xc000000000a44bd4, type=FUNC, size=0xf4) +[D] sys_call_table[426]: Symbol("sys_io_uring_enter" at 0xc000000000a43cbc, type=FUNC, size=0xeec) +[D] sys_call_table[427]: Symbol("sys_io_uring_register" at 0xc000000000a5dda8, type=FUNC, size=0xe9c) +[D] sys_call_table[428]: Symbol("sys_open_tree" at 0xc0000000005c9784, type=FUNC, size=0x45c) +[D] sys_call_table[429]: Symbol("sys_move_mount" at 0xc0000000005cb92c, type=FUNC, size=0x4c4) +[D] sys_call_table[430]: Symbol("sys_fsopen" at 0xc0000000005f4088, type=FUNC, size=0x1dc) +[D] sys_call_table[431]: Symbol("sys_fsconfig" at 0xc0000000005f4470, type=FUNC, size=0x6f0) +[D] sys_call_table[432]: Symbol("sys_fsmount" at 0xc0000000005cb54c, type=FUNC, size=0x3e0) +[D] sys_call_table[433]: Symbol("sys_fspick" at 0xc0000000005f4264, type=FUNC, size=0x20c) +[D] sys_call_table[434]: Symbol("sys_pidfd_open" at 0xc0000000001b69e4, type=FUNC, size=0x178) +[D] sys_call_table[435]: Symbol("sys_clone3" at 0xc000000000179cc8, type=FUNC, size=0x14) +[D] sys_call_table[436]: Symbol("sys_close_range" at 0xc000000000580324, type=FUNC, size=0x40) +[D] sys_call_table[437]: Symbol("sys_openat2" at 0xc00000000057fec0, type=FUNC, size=0x17c) +[D] sys_call_table[438]: Symbol("sys_pidfd_getfd" at 0xc0000000001b6b5c, type=FUNC, size=0x234) +[D] sys_call_table[439]: Symbol("sys_faccessat2" at 0xc00000000057e118, type=FUNC, size=0x20) +[D] sys_call_table[440]: Symbol("sys_process_madvise" at 0xc0000000004f697c, type=FUNC, size=0x20) +[D] sys_call_table[441]: Symbol("sys_epoll_pwait2" at 0xc000000000612c00, type=FUNC, size=0x148) +[D] sys_call_table[442]: Symbol("sys_mount_setattr" at 0xc0000000005cc4b8, type=FUNC, size=0xa78) +[D] sys_call_table[443]: Symbol("sys_quotactl_fd" at 0xc00000000065943c, type=FUNC, size=0x29c) +[D] sys_call_table[444]: Symbol("sys_landlock_create_ruleset" at 0xc0000000009bad7c, type=FUNC, size=0x26c) +[D] sys_call_table[445]: Symbol("sys_landlock_add_rule" at 0xc0000000009bafe8, type=FUNC, size=0x308) +[D] sys_call_table[446]: Symbol("sys_landlock_restrict_self" at 0xc0000000009bb2f0, type=FUNC, size=0x1d8) +[D] sys_call_table[447]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[448]: Symbol("sys_process_mrelease" at 0xc000000000441cb0, type=FUNC, size=0x328) +[D] sys_call_table[449]: Symbol("sys_futex_waitv" at 0xc00000000029e0e0, type=FUNC, size=0x214) +[D] sys_call_table[450]: Symbol("sys_set_mempolicy_home_node" at 0xc00000000051e3bc, type=FUNC, size=0x3b8) +[D] sys_call_table[451]: Symbol("sys_cachestat" at 0xc00000000043be60, type=FUNC, size=0x21c) +[D] sys_call_table[452]: Symbol("sys_fchmodat2" at 0xc00000000057e8f4, type=FUNC, size=0x178) +[D] sys_call_table[453]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] sys_call_table[454]: Symbol("sys_futex_wake" at 0xc00000000029e2f4, type=FUNC, size=0xc4) +[D] sys_call_table[455]: Symbol("sys_futex_wait" at 0xc00000000029e3b8, type=FUNC, size=0x1cc) +[D] sys_call_table[456]: Symbol("sys_futex_requeue" at 0xc00000000029e584, type=FUNC, size=0x20) +[D] sys_call_table[457]: Symbol("sys_statmount" at 0xc0000000005ccfb8, type=FUNC, size=0x18) +[D] sys_call_table[458]: Symbol("sys_listmount" at 0xc0000000005ccfd0, type=FUNC, size=0x5bc) +[D] sys_call_table[459]: Symbol("sys_lsm_get_self_attr" at 0xc000000000977c68, type=FUNC, size=0x3c) +[D] sys_call_table[460]: Symbol("sys_lsm_set_self_attr" at 0xc000000000977c2c, type=FUNC, size=0x3c) +[D] sys_call_table[461]: Symbol("sys_lsm_list_modules" at 0xc000000000977ca4, type=FUNC, size=0x45c) +[I] Common syscall symbol prefixes: sys_ +[I] 90 syscall table entries point to sys_ni_syscall +[I] Found 1 esoteric syscall: switch_endian +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8'), '0xc0000000001980f0', '0xc000000000184c88', '0xc000000000179bbc', '0xc000000000583da8', '0xc000000000583f18', '0xc00000000057fd10', '0xc000000000580270', '0xc0000000001860cc', '0xc0000000005801e0', '0xc0000000005a4c0c', '0xc0000000005a43e8', '0xc000000000594a24', '0xc00000000057e160', '0xc000000000275860', '0xc0000000005a3834', '0xc00000000057eb80', '0xc00000000057f2c0', '0xc000000000582418', '0xc0000000001a42ac', '0xc0000000005cb154', '0xc0000000001a2d00', '0xc0000000001a4370', '0xc000000000275a00', '0xc000000000191e0c', '0xc0000000002914ec', '0xc00000000019fd90', '0xc0000000005ecf5c', '0xc00000000057e138', '0xc0000000001d6cbc', '0xc0000000005eba54', '0xc00000000019cc9c', '0xc0000000005a5488', '0xc0000000005a3bdc', '0xc0000000005a3eac', '0xc0000000005c07dc', '0xc000000000597b44', '0xc0000000001a4480', '0xc0000000004b1138', '0xc0000000001a27b4', '0xc0000000001a43f8', '0xc00000000019fcf0', '0xc0000000001a43b4', '0xc0000000001a443c', '0xc0000000002a8318', '0xc0000000005c7c14', '0xc0000000005a9ca8', '0xc0000000005a6f78', '0xc0000000001a46f0', '0xc0000000001a6610', '0xc00000000057e3b4', '0xc0000000005f01e0', '0xc0000000005c06a4', '0xc0000000001a432c', '0xc0000000001a49c0', '0xc0000000001a4c40', '0xc00000000019fc54', '0xc00000000019fc68', '0xc0000000001a2b48', '0xc0000000001a2618', '0xc0000000001a4e50', '0xc0000000001a5f34', '0xc0000000001a65e0', '0xc000000000275f84', '0xc000000000276458', '0xc0000000001c583c', '0xc0000000001c5b34', '0xc0000000005a46e8', '0xc00000000058fe7c', '0xc0000000005935cc', '0xc000000000500878', '0xc0000000001c2420', '0xc000000000010570', '0xc0000000004afa60', '0xc00000000057d9ac', '0xc00000000057de48', '0xc00000000057e800', '0xc00000000057f668', '0xc0000000001a2088', '0xc0000000001a1cdc', '0xc0000000005f0188', '0xc0000000005f01b0', '0xc000000000f2521c', '0xc0000000002257d0', '0xc0000000002915b8', '0xc000000000291190', '0xc00000000058fde8', '0xc00000000058fdfc', '0xc00000000058fe2c', '0xc000000000580364', '0xc0000000001860b0', '0xc0000000004ff4a8', '0xc0000000001a75f4', '0xc000000000961454', '0xc0000000005ebc18', '0xc000000000179cb4', '0xc0000000001a515c', '0xc0000000001a4c70', '0xc000000000276eac', '0xc0000000004b6670', '0xc00000000026e02c', '0xc00000000026e61c', '0xc000000000658e9c', '0xc0000000001a4918', '0xc00000000057e2b0', '0xc0000000005c104c', '0xc000000000010600', '0xc0000000001a4114', '0xc0000000001a4294', '0xc000000000582680', '0xc0000000005ab418', '0xc0000000005ae524', '0xc000000000633820', '0xc0000000004b9390', '0xc000000000584368', '0xc000000000584380', '0xc0000000001a4a00', '0xc0000000005ebcb8', '0xc0000000004a8db8', '0xc0000000004a8e68', '0xc0000000004a8fb8', '0xc0000000004a9230', '0xc0000000001d7398', '0xc0000000001d79cc', '0xc0000000001d734c', '0xc0000000001d7928', '0xc0000000001d805c', '0xc0000000001d8114', '0xc0000000001d8164', '0xc0000000001d81b4', '0xc00000000027f180', '0xc0000000004b9370', '0xc0000000001a3288', '0xc0000000001a32a8', '0xc0000000005ae970', '0xc0000000001a3ba0', '0xc0000000001a3bc0', '0xc0000000001a6664', '0xc000000000018154', '0xc00000000019e8f4', '0xc0000000001985b0', '0xc000000000198880', '0xc00000000019c6f0', '0xc00000000019d318', '0xc00000000019fe28', '0xc000000000584018', '0xc000000000584238', '0xc00000000057f16c', '0xc0000000005ee568', '0xc00000000018f6b4', '0xc00000000018f9cc', '0xc00000000019db28', '0xc000000000585430', '0xc000000000179c34', '0xc0000000001a52e0', '0xc00000000044a2d0', '0xc000000000b0ecd0', '0xc000000000b0f390', '0xc00000000006ec84', '0xc0000000005ab6b8', '0xc0000000005cbe7c', '0xc0000000004f6930', '0xc0000000004a62e4', '0xc0000000001a42ec', '0xc00000000019d2c8', '0xc0000000005d2f4c', '0xc0000000005d2f84', '0xc0000000005d2fbc', '0xc0000000005d350c', '0xc0000000005d3524', '0xc0000000005d353c', '0xc0000000005d3688', '0xc0000000005d36a0', '0xc0000000005d36b8', '0xc0000000005d37d8', '0xc0000000005d380c', '0xc0000000005d3840', '0xc00000000029dba8', '0xc0000000001db8a0', '0xc0000000001d8040', '0xc000000000622268', '0xc0000000006229b8', '0xc0000000006235d0', '0xc000000000622b30', '0xc000000000623278', '0xc0000000001777a8', '0xc000000000442648', '0xc000000000184d68', '0xc000000000611888', '0xc000000000612894', '0xc00000000061295c', '0xc0000000004b302c', '0xc00000000028ba70', '0xc00000000028be5c', '0xc00000000028bc38', '0xc00000000028bda0', '0xc00000000028c0fc', '0xc00000000028c53c', '0xc00000000028c6a0', '0xc00000000028c8ec', '0xc00000000028ceac', '0xc000000000017ae4', '0xc00000000019d270', '0xc0000000005ecf38', '0xc0000000005f019c', '0xc0000000005f01c8', '0xc0000000000472a0', '0xc00000000051aeac', '0xc00000000051ef5c', '0xc00000000051b24c', '0xc00000000051ad78', '0xc0000000009659cc', '0xc000000000965ab8', '0xc000000000965ca4', '0xc000000000965da8', '0xc000000000965ea8', '0xc000000000965f68', '0xc0000000002abe08', '0xc00000000096d400', '0xc00000000096d708', '0xc0000000009700a8', '0xc000000000185ae8', '0xc000000000a1d2cc', '0xc000000000a1d67c', '0xc000000000609964', '0xc000000000609998', '0xc000000000609f60', '0xc000000000112b10', '0xc0000000001129d4', '0xc0000000005ae688', '0xc0000000005aeabc', '0xc00000000017a3ec', '0xc0000000005ea9f0', '0xc0000000005eb33c', '0xc0000000005ea9d4', '0xc00000000057fdf0', '0xc0000000005a3b0c', '0xc0000000005a3754', '0xc00000000057f12c', '0xc0000000005ecf20', '0xc00000000058fe10', '0xc0000000005a4340', '0xc0000000005a53f0', '0xc0000000005a4b6c', '0xc0000000005a466c', '0xc00000000058fe44', '0xc00000000057ea6c', '0xc00000000057e0f8', '0xc00000000029d598', '0xc00000000029d564', '0xc000000000533844', '0xc0000000001a7284', '0xc000000000612a90', '0xc0000000005ecdf0', '0xc000000000614140', '0xc000000000615a08', '0xc000000000616f80', '0xc0000000005ec118', '0xc00000000057df78', '0xc00000000008c4dc', '0xc000000000615bcc', '0xc000000000615cd0', '0xc000000000614064', '0xc000000000616f48', '0xc000000000611854', '0xc0000000005c0668', '0xc000000000597b10', '0xc000000000609930', '0xc000000000421840', '0xc000000000584398', '0xc0000000005846ec', '0xc00000000019d4c0', '0xc00000000060ed64', '0xc00000000060f13c', '0xc0000000001a5bd0', '0xc000000000f21f80', '0xc000000000f226a0', '0xc000000000f22e48', '0xc000000000f227e8', '0xc000000000f22c00', '0xc000000000f22fb8', '0xc000000000f23164', '0xc000000000f22514', '0xc000000000f2340c', '0xc000000000f233d0', '0xc000000000f23648', '0xc000000000f23610', '0xc000000000f23a88', '0xc000000000f23790', '0xc000000000f238d0', '0xc000000000f246d8', '0xc000000000f24d58', '0xc000000000f24f5c', '0xc000000000f22bc8', '0xc000000000644778', '0xc000000000644b88', '0xc00000000028c8d4', '0xc0000000005ebb1c', '0xc000000000f24b68', '0xc0000000001bd230', '0xc0000000004cec30', '0xc0000000004cec4c', '0xc00000000026e040', '0xc000000000272370', '0xc0000000001d73d4', '0xc0000000001d7ae8', '0xc0000000005a534c', '0xc0000000002f71c4', '0xc000000000bb62ec', '0xc00000000057a658', '0xc0000000003842bc', '0xc000000000594a90', '0xc000000000010718', '0xc00000000061d260', '0xc00000000021966c', '0xc0000000004a8dec', '0xc000000000586644', '0xc00000000058450c', '0xc00000000058485c', '0xc0000000002ad1c4', '0xc000000000590010', '0xc0000000004b66d8', '0xc0000000004b6928', '0xc0000000004b66a4', '0xc00000000042ff98', '0xc0000000006236f0', '0xc00000000095c3d0', '0xc00000000095a818', '0xc00000000095a8d8', '0xc0000000009600b4', '0xc00000000096013c', '0xc0000000009609f0', '0xc000000000960e3c', '0xc000000000955afc', '0xc000000000955ec0', '0xc0000000009560b4', '0xc000000000955b84', '0xc00000000019cf7c', '0xc000000000a44bd4', '0xc000000000a43cbc', '0xc000000000a5dda8', '0xc0000000005c9784', '0xc0000000005cb92c', '0xc0000000005f4088', '0xc0000000005f4470', '0xc0000000005cb54c', '0xc0000000005f4264', '0xc0000000001b69e4', '0xc000000000179cc8', '0xc000000000580324', '0xc00000000057fec0', '0xc0000000001b6b5c', '0xc00000000057e118', '0xc0000000004f697c', '0xc000000000612c00', '0xc0000000005cc4b8', '0xc00000000065943c', '0xc0000000009bad7c', '0xc0000000009bafe8', '0xc0000000009bb2f0', '0xc000000000441cb0', '0xc00000000029e0e0', '0xc00000000051e3bc', '0xc00000000043be60', '0xc00000000057e8f4', '0xc00000000029e2f4', '0xc00000000029e3b8', '0xc00000000029e584', '0xc0000000005ccfb8', '0xc0000000005ccfd0', '0xc000000000977c68', '0xc000000000977c2c', '0xc000000000977ca4', '0xc000000000000c00'] +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/powerpc', '--glob', '*.c', '\\bSYSCALL_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +Found 373 implemented syscalls + diff --git a/db/powerpc/64/ppc64/v6.8/table.json b/db/powerpc/64/ppc64/v6.8/table.json new file mode 100644 index 0000000..252ab23 --- /dev/null +++ b/db/powerpc/64/ppc64/v6.8/table.json @@ -0,0 +1,6669 @@ +{ + "kernel": { + "abi": { + "bits": 64, + "calling_convention": { + "parameters": [ + "r3", + "r4", + "r5", + "r6", + "r7", + "r8" + ], + "syscall_nr": "r0" + }, + "compat": false, + "name": "ppc64" + }, + "architecture": { + "bits": 64, + "name": "powerpc" + }, + "syscall_table_symbol": "sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 0, + "origname": "restart_syscall", + "signature": [], + "symbol": "sys_restart_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 1, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 2, + "origname": "fork", + "signature": [], + "symbol": "sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 3, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 5, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 6, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1826, + "name": "waitpid", + "number": 7, + "origname": "waitpid", + "signature": [ + "pid_t pid", + "int *stat_addr", + "int options" + ], + "symbol": "sys_waitpid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 8, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 9, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 10, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2129, + "name": "execve", + "number": 11, + "origname": "execve", + "signature": [ + "const char *filename", + "const char *const *argv", + "const char *const *envp" + ], + "symbol": "sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 12, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 62, + "name": "time", + "number": 13, + "origname": "time", + "signature": [ + "__kernel_old_time_t *tloc" + ], + "symbol": "sys_time" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 14, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 15, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 16, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 19, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 20, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 21, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "sys_mount" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 23, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 24, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 81, + "name": "stime", + "number": 25, + "origname": "stime", + "signature": [ + "__kernel_old_time_t *tptr" + ], + "symbol": "sys_stime" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1261, + "name": "ptrace", + "number": 26, + "origname": "ptrace", + "signature": [ + "long request", + "long pid", + "unsigned long addr", + "unsigned long data" + ], + "symbol": "sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 27, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 29, + "origname": "pause", + "signature": [], + "symbol": "sys_pause" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": null, + "line": 215, + "name": "utime", + "number": 30, + "origname": "utime", + "signature": [ + "char *filename", + "struct utimbuf *times" + ], + "symbol": "sys_utime" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 33, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 34, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 36, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 37, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 38, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 39, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 40, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 41, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 42, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "sys_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 43, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 45, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 46, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 47, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": null, + "line": 4622, + "name": "signal", + "number": 48, + "origname": "signal", + "signature": [ + "int sig", + "__sighandler_t handler" + ], + "symbol": "sys_signal" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 49, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 50, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 51, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 52, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 54, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 55, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 57, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 60, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 61, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 248, + "name": "ustat", + "number": 62, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct ustat *ubuf" + ], + "symbol": "sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 63, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 64, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 65, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 66, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SGETMASK_SYSCALL", + "line": 4600, + "name": "sgetmask", + "number": 68, + "origname": "sgetmask", + "signature": [], + "symbol": "sys_sgetmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SGETMASK_SYSCALL", + "line": 4606, + "name": "ssetmask", + "number": 69, + "origname": "ssetmask", + "signature": [ + "int newmask" + ], + "symbol": "sys_ssetmask" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 70, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 71, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 74, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 75, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 77, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 78, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 79, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 80, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 81, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 83, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 85, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 86, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 87, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 88, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "sys_reboot" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 69, + "name": "mmap", + "number": 90, + "origname": "mmap", + "signature": [ + "unsigned long addr", + "size_t len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "off_t offset" + ], + "symbol": "sys_mmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 91, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 92, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 93, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 94, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 95, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 96, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 97, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 99, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 100, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "sys_fstatfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": "NET", + "line": 3076, + "name": "socketcall", + "number": 102, + "origname": "socketcall", + "signature": [ + "int call", + "unsigned long *args" + ], + "symbol": "sys_socketcall" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 104, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 105, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 111, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 114, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 115, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 116, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "sys_sysinfo" + }, + { + "esoteric": false, + "file": "ipc/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "SYSVIPC", + "line": 110, + "name": "ipc", + "number": 117, + "origname": "ipc", + "signature": [ + "unsigned int call", + "int first", + "unsigned long second", + "unsigned long third", + "void *ptr", + "long fifth" + ], + "symbol": "sys_ipc" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 120, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "sys_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 269, + "name": "adjtimex", + "number": 124, + "origname": "adjtimex", + "signature": [ + "struct __kernel_timex *txc_p" + ], + "symbol": "sys_adjtimex" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 128, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 129, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 131, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 90, + "name": "personality", + "number": 136, + "origname": "ppc64_personality", + "signature": [ + "unsigned long personality" + ], + "symbol": "sys_ppc64_personality" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 138, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 139, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 140, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 726, + "name": "select", + "number": 142, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 147, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 148, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 150, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 151, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 152, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 153, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 154, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 155, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 156, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 157, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 158, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 159, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 160, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 161, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 2122, + "name": "nanosleep", + "number": 162, + "origname": "nanosleep", + "signature": [ + "struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_nanosleep" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 163, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 164, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 165, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 167, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 167, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 169, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 170, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 171, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/signal_64.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": null, + "line": 744, + "name": "rt_sigreturn", + "number": 172, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": null, + "line": 4446, + "name": "rt_sigaction", + "number": 173, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 174, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": null, + "line": 3249, + "name": "rt_sigpending", + "number": 175, + "origname": "rt_sigpending", + "signature": [ + "sigset_t *uset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": null, + "line": 3663, + "name": "rt_sigtimedwait", + "number": 176, + "origname": "rt_sigtimedwait", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct __kernel_timespec *uts", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigtimedwait" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": null, + "line": 4032, + "name": "rt_sigqueueinfo", + "number": 177, + "origname": "rt_sigqueueinfo", + "signature": [ + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 178, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 678, + "name": "pread64", + "number": 179, + "origname": "pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pread64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 712, + "name": "pwrite64", + "number": 180, + "origname": "pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "sys_pwrite64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 181, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 182, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 183, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 184, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": null, + "line": 4263, + "name": "sigaltstack", + "number": 185, + "origname": "sigaltstack", + "signature": [ + "const stack_t *uss", + "stack_t *uoss" + ], + "symbol": "sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 186, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 189, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 189, + "origname": "vfork", + "signature": [], + "symbol": "sys_vfork" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 190, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_getrlimit" + }, + { + "esoteric": false, + "file": "mm/readahead.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 746, + "name": "readahead", + "number": 191, + "origname": "readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "sys_readahead" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": "PCI_SYSCALL", + "line": 15, + "name": "pciconfig_read", + "number": 198, + "origname": "pciconfig_read", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "sys_pciconfig_read" + }, + { + "esoteric": false, + "file": "drivers/pci/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": "PCI_SYSCALL", + "line": 86, + "name": "pciconfig_write", + "number": 199, + "origname": "pciconfig_write", + "signature": [ + "unsigned long bus", + "unsigned long dfn", + "unsigned long off", + "unsigned long len", + "void *buf" + ], + "symbol": "sys_pciconfig_write" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/pci_64.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 226, + "name": "pciconfig_iobase", + "number": 200, + "origname": "pciconfig_iobase", + "signature": [ + "long which", + "unsigned long in_bus", + "unsigned long in_devfn" + ], + "symbol": "sys_pciconfig_iobase" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 202, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 203, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 205, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 206, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 207, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 208, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 209, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 210, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 211, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 212, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 213, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 214, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 215, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 216, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 217, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 218, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 219, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 220, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 221, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 222, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 222, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 223, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 227, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 228, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": "AIO", + "line": 2257, + "name": "io_getevents", + "number": 229, + "origname": "io_getevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_io_getevents" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 230, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 231, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 232, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "sys_set_tid_address" + }, + { + "esoteric": false, + "file": "mm/fadvise.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": "ADVISE_SYSCALLS", + "line": 212, + "name": "fadvise64", + "number": 233, + "origname": "fadvise64", + "signature": [ + "int fd", + "loff_t offset", + "size_t len", + "int advice" + ], + "symbol": "sys_fadvise64" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 234, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 236, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 237, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 238, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 239, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 240, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 241, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 242, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 243, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 244, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 245, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 246, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 247, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 248, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/signal_64.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": null, + "line": 657, + "name": "swapcontext", + "number": 249, + "origname": "swapcontext", + "signature": [ + "struct ucontext *old_ctx", + "struct ucontext *new_ctx", + "long ctx_size" + ], + "symbol": "sys_swapcontext" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 250, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": null, + "line": 209, + "name": "utimes", + "number": 251, + "origname": "utimes", + "signature": [ + "char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "sys_utimes" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 201, + "name": "statfs64", + "number": 252, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "sys_statfs64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": null, + "line": 222, + "name": "fstatfs64", + "number": 253, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "sys_fstatfs64" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/rtas.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": "PPC_RTAS", + "line": 1892, + "name": "rtas", + "number": 255, + "origname": "rtas", + "signature": [ + "struct rtas_args *uargs" + ], + "symbol": "sys_rtas" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 258, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "sys_migrate_pages" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 259, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 260, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 261, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 262, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 263, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 264, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 265, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": "POSIX_MQUEUE", + "line": 1440, + "name": "mq_notify", + "number": 266, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct sigevent *u_notification" + ], + "symbol": "sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 267, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": "KEXEC", + "line": 235, + "name": "kexec_load", + "number": 268, + "origname": "kexec_load", + "signature": [ + "unsigned long entry", + "unsigned long nr_segments", + "struct kexec_segment *segments", + "unsigned long flags" + ], + "symbol": "sys_kexec_load" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 269, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 270, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 271, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_keyctl" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": null, + "line": 1715, + "name": "waitid", + "number": 272, + "origname": "waitid", + "signature": [ + "int which", + "pid_t upid", + "struct siginfo *infop", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_waitid" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 273, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 274, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 275, + "origname": "inotify_init", + "signature": [], + "symbol": "sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 276, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 277, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "arch/powerpc/platforms/cell/spu_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": "SPU_FS", + "line": 80, + "name": "spu_run", + "number": 278, + "origname": "spu_run", + "signature": [ + "int fd", + "__u32 *unpc", + "__u32 *ustatus" + ], + "symbol": "sys_spu_run" + }, + { + "esoteric": false, + "file": "arch/powerpc/platforms/cell/spu_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "SPU_FS", + "line": 56, + "name": "spu_create", + "number": 279, + "origname": "spu_create", + "signature": [ + "const char *name", + "unsigned int flags", + "umode_t mode", + "int neighbor_fd" + ], + "symbol": "sys_spu_create" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 280, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 281, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_ppoll" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 282, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 283, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 284, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 285, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 286, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 287, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 288, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 289, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 203, + "name": "futimesat", + "number": 290, + "origname": "futimesat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "sys_futimesat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": null, + "line": 462, + "name": "newfstatat", + "number": 291, + "origname": "newfstatat", + "signature": [ + "int dfd", + "const char *filename", + "struct stat *statbuf", + "int flag" + ], + "symbol": "sys_newfstatat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 292, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 293, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 294, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 295, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 296, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 297, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 298, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 299, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "sys_get_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 300, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "sys_set_robust_list" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 301, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 302, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 303, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 304, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 305, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 306, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 307, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 387, + "name": "sync_file_range2", + "number": 308, + "origname": "sync_file_range2", + "signature": [ + "int fd", + "unsigned int flags", + "loff_t offset", + "loff_t nbytes" + ], + "symbol": "sys_sync_file_range2" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 309, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "sys_fallocate" + }, + { + "esoteric": false, + "file": "arch/powerpc/mm/book3s64/subpage_prot.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "PPC_SUBPAGE_PROT", + "line": 184, + "name": "subpage_prot", + "number": 310, + "origname": "subpage_prot", + "signature": [ + "unsigned long addr", + "unsigned long len", + "u32 *map" + ], + "symbol": "sys_subpage_prot" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 311, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 312, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 313, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 314, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 315, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 316, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 317, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 318, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "sys_inotify_init1" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 319, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 320, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 321, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 4072, + "name": "rt_tgsigqueueinfo", + "number": 322, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 323, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 324, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 325, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 326, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 327, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 328, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 329, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 330, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 331, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 332, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 333, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": "NET", + "line": 2210, + "name": "send", + "number": 334, + "origname": "send", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_send" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 335, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": "NET", + "line": 2267, + "name": "recv", + "number": 336, + "origname": "recv", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags" + ], + "symbol": "sys_recv" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 337, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 338, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 339, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 340, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": "NET", + "line": 2674, + "name": "sendmsg", + "number": 341, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 342, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 343, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_recvmmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 344, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 344, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 345, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 346, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 347, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 348, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 349, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 350, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 351, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 352, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 353, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 354, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 355, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 356, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 357, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 358, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 359, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 360, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 361, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": null, + "line": 2137, + "name": "execveat", + "number": 362, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const char *const *argv", + "const char *const *envp", + "int flags" + ], + "symbol": "sys_execveat" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 363, + "kconfig": null, + "line": 111, + "name": "switch_endian", + "number": 363, + "origname": "switch_endian", + "signature": [], + "symbol": "sys_switch_endian" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 364, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 364, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 365, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 365, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 378, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 378, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 379, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 379, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 380, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 380, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 381, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 381, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_pwritev2" + }, + { + "esoteric": false, + "file": "kernel/kexec_file.c", + "good_location": true, + "grepped_location": false, + "index": 382, + "kconfig": "KEXEC_FILE", + "line": 330, + "name": "kexec_file_load", + "number": 382, + "origname": "kexec_file_load", + "signature": [ + "int kernel_fd", + "int initrd_fd", + "unsigned long cmdline_len", + "const char *cmdline_ptr", + "unsigned long flags" + ], + "symbol": "sys_kexec_file_load" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 383, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 383, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "sys_statx" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 384, + "kconfig": "PPC_MEM_KEYS", + "line": 841, + "name": "pkey_alloc", + "number": 384, + "origname": "pkey_alloc", + "signature": [ + "unsigned long flags", + "unsigned long init_val" + ], + "symbol": "sys_pkey_alloc" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 385, + "kconfig": "PPC_MEM_KEYS", + "line": 871, + "name": "pkey_free", + "number": 385, + "origname": "pkey_free", + "signature": [ + "int pkey" + ], + "symbol": "sys_pkey_free" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 386, + "kconfig": "PPC_MEM_KEYS", + "line": 835, + "name": "pkey_mprotect", + "number": 386, + "origname": "pkey_mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot", + "int pkey" + ], + "symbol": "sys_pkey_mprotect" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 387, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 387, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "sys_rseq" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 388, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 388, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 392, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 392, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "sys_semtimedop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 393, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 394, + "kconfig": "SYSVIPC", + "line": 1705, + "name": "semctl", + "number": 394, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 395, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 395, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 396, + "kconfig": "SYSVIPC", + "line": 1295, + "name": "shmctl", + "number": 396, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "sys_shmctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 397, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 398, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 399, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 400, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 400, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 401, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 401, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 402, + "kconfig": "SYSVIPC", + "line": 640, + "name": "msgctl", + "number": 402, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "sys_msgctl" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + }, + { + "esoteric": true, + "file": "arch/powerpc/kernel/exceptions-64s.S", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": "PPC_FAST_ENDIAN_SWITCH", + "line": 2031, + "name": "switch_endian", + "number": 7870, + "origname": "switch_endian", + "signature": [], + "symbol": "exc_real_0xc00_system_call" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/powerpc/64/spu/v6.8/config.txt b/db/powerpc/64/spu/v6.8/config.txt new file mode 120000 index 0000000..31366fd --- /dev/null +++ b/db/powerpc/64/spu/v6.8/config.txt @@ -0,0 +1 @@ +../../ppc64/v6.8/config.txt \ No newline at end of file diff --git a/db/powerpc/64/spu/v6.8/stderr.txt b/db/powerpc/64/spu/v6.8/stderr.txt new file mode 100644 index 0000000..e7e7c4f --- /dev/null +++ b/db/powerpc/64/spu/v6.8/stderr.txt @@ -0,0 +1,782 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchPowerPC(name='powerpc', abi='spu', compat=True, ...) +[D] Syscall table: Symbol("spu_syscall_table" at 0xc0000000016255f0, type=OBJECT, size=0xe70) +[D] Syscall table does NOT use function descriptors +[I] Syscall table (spu_syscall_table) is 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] Discarding compat_sys_fadvise64_64 as alias for sys_ni_syscall +[D] Discarding compat_sys_getsockopt as alias for sys_ni_syscall +[D] Discarding compat_sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_readv as alias for sys_ni_syscall +[D] Discarding compat_sys_process_vm_writev as alias for sys_ni_syscall +[D] Discarding compat_sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding compat_sys_setsockopt as alias for sys_ni_syscall +[D] Discarding sys_chown16 as alias for sys_ni_syscall +[D] Discarding sys_fchown16 as alias for sys_ni_syscall +[D] Discarding sys_getegid16 as alias for sys_ni_syscall +[D] Discarding sys_geteuid16 as alias for sys_ni_syscall +[D] Discarding sys_getgid16 as alias for sys_ni_syscall +[D] Discarding sys_getgroups16 as alias for sys_ni_syscall +[D] Discarding sys_getresgid16 as alias for sys_ni_syscall +[D] Discarding sys_getresuid16 as alias for sys_ni_syscall +[D] Discarding sys_getuid16 as alias for sys_ni_syscall +[D] Discarding sys_io_pgetevents_time32 as alias for sys_ni_syscall +[D] Discarding sys_lchown16 as alias for sys_ni_syscall +[D] Discarding sys_map_shadow_stack as alias for sys_ni_syscall +[D] Discarding sys_memfd_secret as alias for sys_ni_syscall +[D] Discarding sys_modify_ldt as alias for sys_ni_syscall +[D] Discarding sys_ppoll_time32 as alias for sys_ni_syscall +[D] Discarding sys_pselect6_time32 as alias for sys_ni_syscall +[D] Discarding sys_s390_ipc as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_read as alias for sys_ni_syscall +[D] Discarding sys_s390_pci_mmio_write as alias for sys_ni_syscall +[D] Discarding sys_setfsgid16 as alias for sys_ni_syscall +[D] Discarding sys_setfsuid16 as alias for sys_ni_syscall +[D] Discarding sys_setgid16 as alias for sys_ni_syscall +[D] Discarding sys_setgroups16 as alias for sys_ni_syscall +[D] Discarding sys_setregid16 as alias for sys_ni_syscall +[D] Discarding sys_setresgid16 as alias for sys_ni_syscall +[D] Discarding sys_setresuid16 as alias for sys_ni_syscall +[D] Discarding sys_setreuid16 as alias for sys_ni_syscall +[D] Discarding sys_setuid16 as alias for sys_ni_syscall +[D] Discarding sys_vm86 as alias for sys_ni_syscall +[D] Discarding sys_vm86old as alias for sys_ni_syscall +[D] Preferring sys_accept over __se_sys_accept +[D] Preferring sys_accept4 over __se_sys_accept4 +[D] Preferring sys_access over __se_sys_access +[D] Preferring sys_adjtimex over __se_sys_adjtimex +[D] Preferring sys_alarm over __se_sys_alarm +[D] Preferring sys_bind over __se_sys_bind +[D] Preferring sys_bpf over __se_sys_bpf +[D] Preferring sys_brk over __se_sys_brk +[D] Preferring sys_cachestat over __se_sys_cachestat +[D] Preferring sys_capget over __se_sys_capget +[D] Preferring sys_capset over __se_sys_capset +[D] Preferring sys_chdir over __se_sys_chdir +[D] Preferring sys_chmod over __se_sys_chmod +[D] Preferring sys_chown over __se_sys_chown +[D] Preferring sys_chroot over __se_sys_chroot +[D] Preferring sys_clock_adjtime over __se_sys_clock_adjtime +[D] Preferring sys_clock_getres over __se_sys_clock_getres +[D] Preferring sys_clock_gettime over __se_sys_clock_gettime +[D] Preferring sys_clock_nanosleep over __se_sys_clock_nanosleep +[D] Preferring sys_clock_settime over __se_sys_clock_settime +[D] Preferring sys_close over __se_sys_close +[D] Preferring sys_close_range over __se_sys_close_range +[D] Preferring sys_connect over __se_sys_connect +[D] Preferring sys_creat over __se_sys_creat +[D] Preferring sys_dup over __se_sys_dup +[D] Preferring sys_dup2 over __se_sys_dup2 +[D] Preferring sys_dup3 over __se_sys_dup3 +[D] Preferring sys_epoll_create over __se_sys_epoll_create +[D] Preferring sys_epoll_create1 over __se_sys_epoll_create1 +[D] Preferring sys_epoll_ctl over __se_sys_epoll_ctl +[D] Preferring sys_epoll_pwait2 over __se_sys_epoll_pwait2 +[D] Preferring sys_epoll_wait over __se_sys_epoll_wait +[D] Preferring sys_eventfd over __se_sys_eventfd +[D] Preferring sys_eventfd2 over __se_sys_eventfd2 +[D] Preferring sys_faccessat over __se_sys_faccessat +[D] Preferring sys_faccessat2 over __se_sys_faccessat2 +[D] Preferring sys_fchdir over __se_sys_fchdir +[D] Preferring sys_fchmod over __se_sys_fchmod +[D] Preferring sys_fchmodat over __se_sys_fchmodat +[D] Preferring sys_fchmodat2 over __se_sys_fchmodat2 +[D] Preferring sys_fchown over __se_sys_fchown +[D] Preferring sys_fchownat over __se_sys_fchownat +[D] Preferring sys_fcntl over __se_sys_fcntl +[D] Preferring sys_fdatasync over __se_sys_fdatasync +[D] Preferring sys_fgetxattr over __se_sys_fgetxattr +[D] Preferring sys_flistxattr over __se_sys_flistxattr +[D] Preferring sys_flock over __se_sys_flock +[D] Preferring sys_fremovexattr over __se_sys_fremovexattr +[D] Preferring sys_fsconfig over __se_sys_fsconfig +[D] Preferring sys_fsetxattr over __se_sys_fsetxattr +[D] Preferring sys_fsmount over __se_sys_fsmount +[D] Preferring sys_fsopen over __se_sys_fsopen +[D] Preferring sys_fspick over __se_sys_fspick +[D] Preferring sys_fstatfs64 over __se_sys_fstatfs64 +[D] Preferring sys_fsync over __se_sys_fsync +[D] Preferring sys_ftruncate over __se_sys_ftruncate +[D] Preferring sys_futex over __se_sys_futex +[D] Preferring sys_futex_requeue over __se_sys_futex_requeue +[D] Preferring sys_futex_wait over __se_sys_futex_wait +[D] Preferring sys_futex_waitv over __se_sys_futex_waitv +[D] Preferring sys_futex_wake over __se_sys_futex_wake +[D] Preferring sys_futimesat over __se_sys_futimesat +[D] Preferring sys_get_robust_list over __se_sys_get_robust_list +[D] Preferring sys_getcpu over __se_sys_getcpu +[D] Preferring sys_getcwd over __se_sys_getcwd +[D] Preferring sys_getdents over __se_sys_getdents +[D] Preferring sys_getdents64 over __se_sys_getdents64 +[D] Preferring sys_getgroups over __se_sys_getgroups +[D] Preferring sys_getitimer over __se_sys_getitimer +[D] Preferring sys_getpeername over __se_sys_getpeername +[D] Preferring sys_getpgid over __se_sys_getpgid +[D] Preferring sys_getpriority over __se_sys_getpriority +[D] Preferring sys_getrandom over __se_sys_getrandom +[D] Preferring sys_getresgid over __se_sys_getresgid +[D] Preferring sys_getresuid over __se_sys_getresuid +[D] Preferring sys_getrlimit over __se_sys_getrlimit +[D] Preferring sys_getrusage over __se_sys_getrusage +[D] Preferring sys_getsid over __se_sys_getsid +[D] Preferring sys_getsockname over __se_sys_getsockname +[D] Preferring sys_getsockopt over __se_sys_getsockopt +[D] Preferring sys_gettimeofday over __se_sys_gettimeofday +[D] Preferring sys_getxattr over __se_sys_getxattr +[D] Preferring sys_io_cancel over __se_sys_io_cancel +[D] Preferring sys_io_destroy over __se_sys_io_destroy +[D] Preferring sys_io_getevents over __se_sys_io_getevents +[D] Preferring sys_io_setup over __se_sys_io_setup +[D] Preferring sys_io_submit over __se_sys_io_submit +[D] Preferring sys_io_uring_enter over __se_sys_io_uring_enter +[D] Preferring sys_io_uring_register over __se_sys_io_uring_register +[D] Preferring sys_io_uring_setup over __se_sys_io_uring_setup +[D] Preferring sys_ioctl over __se_sys_ioctl +[D] Preferring sys_kill over __se_sys_kill +[D] Preferring sys_landlock_add_rule over __se_sys_landlock_add_rule +[D] Preferring sys_landlock_create_ruleset over __se_sys_landlock_create_ruleset +[D] Preferring sys_landlock_restrict_self over __se_sys_landlock_restrict_self +[D] Preferring sys_lchown over __se_sys_lchown +[D] Preferring sys_lgetxattr over __se_sys_lgetxattr +[D] Preferring sys_link over __se_sys_link +[D] Preferring sys_linkat over __se_sys_linkat +[D] Preferring sys_listen over __se_sys_listen +[D] Preferring sys_listmount over __se_sys_listmount +[D] Preferring sys_listxattr over __se_sys_listxattr +[D] Preferring sys_llistxattr over __se_sys_llistxattr +[D] Preferring sys_llseek over __se_sys_llseek +[D] Preferring sys_lremovexattr over __se_sys_lremovexattr +[D] Preferring sys_lseek over __se_sys_lseek +[D] Preferring sys_lsetxattr over __se_sys_lsetxattr +[D] Preferring sys_lsm_get_self_attr over __se_sys_lsm_get_self_attr +[D] Preferring sys_lsm_list_modules over __se_sys_lsm_list_modules +[D] Preferring sys_lsm_set_self_attr over __se_sys_lsm_set_self_attr +[D] Preferring sys_madvise over __se_sys_madvise +[D] Preferring sys_membarrier over __se_sys_membarrier +[D] Preferring sys_memfd_create over __se_sys_memfd_create +[D] Preferring sys_mincore over __se_sys_mincore +[D] Preferring sys_mkdir over __se_sys_mkdir +[D] Preferring sys_mkdirat over __se_sys_mkdirat +[D] Preferring sys_mknod over __se_sys_mknod +[D] Preferring sys_mknodat over __se_sys_mknodat +[D] Preferring sys_mlock over __se_sys_mlock +[D] Preferring sys_mlockall over __se_sys_mlockall +[D] Preferring sys_mmap over __se_sys_mmap +[D] Preferring sys_mount_setattr over __se_sys_mount_setattr +[D] Preferring sys_move_mount over __se_sys_move_mount +[D] Preferring sys_move_pages over __se_sys_move_pages +[D] Preferring sys_mprotect over __se_sys_mprotect +[D] Preferring sys_mremap over __se_sys_mremap +[D] Preferring sys_msgctl over __se_sys_msgctl +[D] Preferring sys_msgget over __se_sys_msgget +[D] Preferring sys_msgrcv over __se_sys_msgrcv +[D] Preferring sys_msgsnd over __se_sys_msgsnd +[D] Preferring sys_msync over __se_sys_msync +[D] Preferring sys_munlock over __se_sys_munlock +[D] Preferring sys_munmap over __se_sys_munmap +[D] Preferring sys_name_to_handle_at over __se_sys_name_to_handle_at +[D] Preferring sys_nanosleep over __se_sys_nanosleep +[D] Preferring sys_newfstat over __se_sys_newfstat +[D] Preferring sys_newfstatat over __se_sys_newfstatat +[D] Preferring sys_newlstat over __se_sys_newlstat +[D] Preferring sys_newstat over __se_sys_newstat +[D] Preferring sys_newuname over __se_sys_newuname +[D] Preferring sys_nice over __se_sys_nice +[D] Preferring sys_open over __se_sys_open +[D] Preferring sys_open_by_handle_at over __se_sys_open_by_handle_at +[D] Preferring sys_open_tree over __se_sys_open_tree +[D] Preferring sys_openat over __se_sys_openat +[D] Preferring sys_openat2 over __se_sys_openat2 +[D] Preferring sys_perf_event_open over __se_sys_perf_event_open +[D] Preferring sys_pidfd_getfd over __se_sys_pidfd_getfd +[D] Preferring sys_pidfd_open over __se_sys_pidfd_open +[D] Preferring sys_pidfd_send_signal over __se_sys_pidfd_send_signal +[D] Preferring sys_pipe over __se_sys_pipe +[D] Preferring sys_pipe2 over __se_sys_pipe2 +[D] Preferring sys_pivot_root over __se_sys_pivot_root +[D] Preferring sys_poll over __se_sys_poll +[D] Preferring sys_ppc64_personality over __se_sys_ppc64_personality +[D] Preferring sys_prctl over __se_sys_prctl +[D] Preferring sys_preadv over __se_sys_preadv +[D] Preferring sys_preadv2 over __se_sys_preadv2 +[D] Preferring sys_prlimit64 over __se_sys_prlimit64 +[D] Preferring sys_process_madvise over __se_sys_process_madvise +[D] Preferring sys_process_mrelease over __se_sys_process_mrelease +[D] Preferring sys_pwritev over __se_sys_pwritev +[D] Preferring sys_pwritev2 over __se_sys_pwritev2 +[D] Preferring sys_quotactl_fd over __se_sys_quotactl_fd +[D] Preferring sys_read over __se_sys_read +[D] Preferring sys_readlink over __se_sys_readlink +[D] Preferring sys_readlinkat over __se_sys_readlinkat +[D] Preferring sys_readv over __se_sys_readv +[D] Preferring sys_recv over __se_sys_recv +[D] Preferring sys_recvfrom over __se_sys_recvfrom +[D] Preferring sys_recvmmsg over __se_sys_recvmmsg +[D] Preferring sys_recvmsg over __se_sys_recvmsg +[D] Preferring sys_remap_file_pages over __se_sys_remap_file_pages +[D] Preferring sys_removexattr over __se_sys_removexattr +[D] Preferring sys_rename over __se_sys_rename +[D] Preferring sys_renameat over __se_sys_renameat +[D] Preferring sys_renameat2 over __se_sys_renameat2 +[D] Preferring sys_rmdir over __se_sys_rmdir +[D] Preferring sys_rtas over __se_sys_rtas +[D] Preferring sys_sched_get_priority_max over __se_sys_sched_get_priority_max +[D] Preferring sys_sched_get_priority_min over __se_sys_sched_get_priority_min +[D] Preferring sys_sched_getaffinity over __se_sys_sched_getaffinity +[D] Preferring sys_sched_getattr over __se_sys_sched_getattr +[D] Preferring sys_sched_getparam over __se_sys_sched_getparam +[D] Preferring sys_sched_getscheduler over __se_sys_sched_getscheduler +[D] Preferring sys_sched_rr_get_interval over __se_sys_sched_rr_get_interval +[D] Preferring sys_sched_setaffinity over __se_sys_sched_setaffinity +[D] Preferring sys_sched_setattr over __se_sys_sched_setattr +[D] Preferring sys_sched_setparam over __se_sys_sched_setparam +[D] Preferring sys_sched_setscheduler over __se_sys_sched_setscheduler +[D] Preferring sys_seccomp over __se_sys_seccomp +[D] Preferring sys_select over __se_sys_select +[D] Preferring sys_semctl over __se_sys_semctl +[D] Preferring sys_semget over __se_sys_semget +[D] Preferring sys_send over __se_sys_send +[D] Preferring sys_sendfile64 over __se_sys_sendfile64 +[D] Preferring sys_sendmmsg over __se_sys_sendmmsg +[D] Preferring sys_sendmsg over __se_sys_sendmsg +[D] Preferring sys_sendto over __se_sys_sendto +[D] Preferring sys_set_robust_list over __se_sys_set_robust_list +[D] Preferring sys_setdomainname over __se_sys_setdomainname +[D] Preferring sys_setfsgid over __se_sys_setfsgid +[D] Preferring sys_setfsuid over __se_sys_setfsuid +[D] Preferring sys_setgid over __se_sys_setgid +[D] Preferring sys_setgroups over __se_sys_setgroups +[D] Preferring sys_sethostname over __se_sys_sethostname +[D] Preferring sys_setitimer over __se_sys_setitimer +[D] Preferring sys_setns over __se_sys_setns +[D] Preferring sys_setpgid over __se_sys_setpgid +[D] Preferring sys_setpriority over __se_sys_setpriority +[D] Preferring sys_setregid over __se_sys_setregid +[D] Preferring sys_setresgid over __se_sys_setresgid +[D] Preferring sys_setresuid over __se_sys_setresuid +[D] Preferring sys_setreuid over __se_sys_setreuid +[D] Preferring sys_setrlimit over __se_sys_setrlimit +[D] Preferring sys_setsockopt over __se_sys_setsockopt +[D] Preferring sys_settimeofday over __se_sys_settimeofday +[D] Preferring sys_setuid over __se_sys_setuid +[D] Preferring sys_setxattr over __se_sys_setxattr +[D] Preferring sys_shmat over __se_sys_shmat +[D] Preferring sys_shmctl over __se_sys_shmctl +[D] Preferring sys_shmdt over __se_sys_shmdt +[D] Preferring sys_shmget over __se_sys_shmget +[D] Preferring sys_shutdown over __se_sys_shutdown +[D] Preferring sys_signalfd over __se_sys_signalfd +[D] Preferring sys_signalfd4 over __se_sys_signalfd4 +[D] Preferring sys_socket over __se_sys_socket +[D] Preferring sys_socketcall over __se_sys_socketcall +[D] Preferring sys_socketpair over __se_sys_socketpair +[D] Preferring sys_splice over __se_sys_splice +[D] Preferring sys_ssetmask over __se_sys_ssetmask +[D] Preferring sys_statfs64 over __se_sys_statfs64 +[D] Preferring sys_statmount over __se_sys_statmount +[D] Preferring sys_stime over __se_sys_stime +[D] Preferring sys_symlink over __se_sys_symlink +[D] Preferring sys_symlinkat over __se_sys_symlinkat +[D] Preferring sys_sync_file_range2 over __se_sys_sync_file_range2 +[D] Preferring sys_syncfs over __se_sys_syncfs +[D] Preferring sys_sysfs over __se_sys_sysfs +[D] Preferring sys_sysinfo over __se_sys_sysinfo +[D] Preferring sys_syslog over __se_sys_syslog +[D] Preferring sys_tee over __se_sys_tee +[D] Preferring sys_tgkill over __se_sys_tgkill +[D] Preferring sys_time over __se_sys_time +[D] Preferring sys_timer_create over __se_sys_timer_create +[D] Preferring sys_timer_delete over __se_sys_timer_delete +[D] Preferring sys_timer_getoverrun over __se_sys_timer_getoverrun +[D] Preferring sys_timer_gettime over __se_sys_timer_gettime +[D] Preferring sys_timer_settime over __se_sys_timer_settime +[D] Preferring sys_timerfd_create over __se_sys_timerfd_create +[D] Preferring sys_timerfd_gettime over __se_sys_timerfd_gettime +[D] Preferring sys_timerfd_settime over __se_sys_timerfd_settime +[D] Preferring sys_times over __se_sys_times +[D] Preferring sys_tkill over __se_sys_tkill +[D] Preferring sys_truncate over __se_sys_truncate +[D] Preferring sys_umask over __se_sys_umask +[D] Preferring sys_unlink over __se_sys_unlink +[D] Preferring sys_unlinkat over __se_sys_unlinkat +[D] Preferring sys_unshare over __se_sys_unshare +[D] Preferring sys_userfaultfd over __se_sys_userfaultfd +[D] Preferring sys_utimensat over __se_sys_utimensat +[D] Preferring sys_utimes over __se_sys_utimes +[D] Preferring sys_vmsplice over __se_sys_vmsplice +[D] Preferring sys_wait4 over __se_sys_wait4 +[D] Preferring sys_waitpid over __se_sys_waitpid +[D] Preferring sys_write over __se_sys_write +[D] Preferring sys_writev over __se_sys_writev +[D] spu_syscall_table[0]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[1]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[2]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[3]: Symbol("sys_read" at 0xc000000000583da8, type=FUNC, size=0x18) +[D] spu_syscall_table[4]: Symbol("sys_write" at 0xc000000000583f18, type=FUNC, size=0x18) +[D] spu_syscall_table[5]: Symbol("sys_open" at 0xc00000000057fd10, type=FUNC, size=0xe0) +[D] spu_syscall_table[6]: Symbol("sys_close" at 0xc000000000580270, type=FUNC, size=0xb4) +[D] spu_syscall_table[7]: Symbol("sys_waitpid" at 0xc0000000001860cc, type=FUNC, size=0x20) +[D] spu_syscall_table[8]: Symbol("sys_creat" at 0xc0000000005801e0, type=FUNC, size=0x90) +[D] spu_syscall_table[9]: Symbol("sys_link" at 0xc0000000005a4c0c, type=FUNC, size=0x78) +[D] spu_syscall_table[10]: Symbol("sys_unlink" at 0xc0000000005a43e8, type=FUNC, size=0xa4) +[D] spu_syscall_table[11]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[12]: Symbol("sys_chdir" at 0xc00000000057e160, type=FUNC, size=0x150) +[D] spu_syscall_table[13]: Symbol("sys_time" at 0xc000000000275860, type=FUNC, size=0x1a0) +[D] spu_syscall_table[14]: Symbol("sys_mknod" at 0xc0000000005a3834, type=FUNC, size=0xd8) +[D] spu_syscall_table[15]: Symbol("sys_chmod" at 0xc00000000057eb80, type=FUNC, size=0x110) +[D] spu_syscall_table[16]: Symbol("sys_lchown" at 0xc00000000057f2c0, type=FUNC, size=0x150) +[D] spu_syscall_table[17]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[18]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[19]: Symbol("sys_lseek" at 0xc000000000582418, type=FUNC, size=0x138) +[D] spu_syscall_table[20]: Symbol("sys_getpid" at 0xc0000000001a42ac, type=FUNC, size=0x40) +[D] spu_syscall_table[21]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[22]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[23]: Symbol("sys_setuid" at 0xc0000000001a2d00, type=FUNC, size=0x18) +[D] spu_syscall_table[24]: Symbol("sys_getuid" at 0xc0000000001a4370, type=FUNC, size=0x44) +[D] spu_syscall_table[25]: Symbol("sys_stime" at 0xc000000000275a00, type=FUNC, size=0x1f4) +[D] spu_syscall_table[26]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[27]: Symbol("sys_alarm" at 0xc0000000002914ec, type=FUNC, size=0xcc) +[D] spu_syscall_table[28]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[29]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[30]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[31]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[32]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[33]: Symbol("sys_access" at 0xc00000000057e138, type=FUNC, size=0x28) +[D] spu_syscall_table[34]: Symbol("sys_nice" at 0xc0000000001d6cbc, type=FUNC, size=0x130) +[D] spu_syscall_table[35]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[36]: Symbol("sys_sync" at 0xc0000000005eba54, type=FUNC, size=0x34) +[D] spu_syscall_table[37]: Symbol("sys_kill" at 0xc00000000019cc9c, type=FUNC, size=0x2e0) +[D] spu_syscall_table[38]: Symbol("sys_rename" at 0xc0000000005a5488, type=FUNC, size=0x78) +[D] spu_syscall_table[39]: Symbol("sys_mkdir" at 0xc0000000005a3bdc, type=FUNC, size=0xb8) +[D] spu_syscall_table[40]: Symbol("sys_rmdir" at 0xc0000000005a3eac, type=FUNC, size=0xa0) +[D] spu_syscall_table[41]: Symbol("sys_dup" at 0xc0000000005c07dc, type=FUNC, size=0x1a8) +[D] spu_syscall_table[42]: Symbol("sys_pipe" at 0xc000000000597b44, type=FUNC, size=0x34) +[D] spu_syscall_table[43]: Symbol("sys_times" at 0xc0000000001a4480, type=FUNC, size=0xcc) +[D] spu_syscall_table[44]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[45]: Symbol("sys_brk" at 0xc0000000004b1138, type=FUNC, size=0x474) +[D] spu_syscall_table[46]: Symbol("sys_setgid" at 0xc0000000001a27b4, type=FUNC, size=0x18) +[D] spu_syscall_table[47]: Symbol("sys_getgid" at 0xc0000000001a43f8, type=FUNC, size=0x44) +[D] spu_syscall_table[48]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[49]: Symbol("sys_geteuid" at 0xc0000000001a43b4, type=FUNC, size=0x44) +[D] spu_syscall_table[50]: Symbol("sys_getegid" at 0xc0000000001a443c, type=FUNC, size=0x44) +[D] spu_syscall_table[51]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[52]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[53]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[54]: Symbol("sys_ioctl" at 0xc0000000005a9ca8, type=FUNC, size=0x170) +[D] spu_syscall_table[55]: Symbol("sys_fcntl" at 0xc0000000005a6f78, type=FUNC, size=0x150) +[D] spu_syscall_table[56]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[57]: Symbol("sys_setpgid" at 0xc0000000001a46f0, type=FUNC, size=0x228) +[D] spu_syscall_table[58]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[59]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[60]: Symbol("sys_umask" at 0xc0000000001a6610, type=FUNC, size=0x34) +[D] spu_syscall_table[61]: Symbol("sys_chroot" at 0xc00000000057e3b4, type=FUNC, size=0x1c4) +[D] spu_syscall_table[62]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[63]: Symbol("sys_dup2" at 0xc0000000005c06a4, type=FUNC, size=0x138) +[D] spu_syscall_table[64]: Symbol("sys_getppid" at 0xc0000000001a432c, type=FUNC, size=0x44) +[D] spu_syscall_table[65]: Symbol("sys_getpgrp" at 0xc0000000001a49c0, type=FUNC, size=0x40) +[D] spu_syscall_table[66]: Symbol("sys_setsid" at 0xc0000000001a4c40, type=FUNC, size=0x30) +[D] spu_syscall_table[67]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[68]: Symbol("sys_sgetmask" at 0xc00000000019fc54, type=FUNC, size=0x14) +[D] spu_syscall_table[69]: Symbol("sys_ssetmask" at 0xc00000000019fc68, type=FUNC, size=0x88) +[D] spu_syscall_table[70]: Symbol("sys_setreuid" at 0xc0000000001a2b48, type=FUNC, size=0x1c) +[D] spu_syscall_table[71]: Symbol("sys_setregid" at 0xc0000000001a2618, type=FUNC, size=0x1c) +[D] spu_syscall_table[72]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[73]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[74]: Symbol("sys_sethostname" at 0xc0000000001a4e50, type=FUNC, size=0x190) +[D] spu_syscall_table[75]: Symbol("sys_setrlimit" at 0xc0000000001a5f34, type=FUNC, size=0xac) +[D] spu_syscall_table[76]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[77]: Symbol("sys_getrusage" at 0xc0000000001a65e0, type=FUNC, size=0x18) +[D] spu_syscall_table[78]: Symbol("sys_gettimeofday" at 0xc000000000275f84, type=FUNC, size=0x324) +[D] spu_syscall_table[79]: Symbol("sys_settimeofday" at 0xc000000000276458, type=FUNC, size=0x394) +[D] spu_syscall_table[80]: Symbol("sys_getgroups" at 0xc0000000001c583c, type=FUNC, size=0x278) +[D] spu_syscall_table[81]: Symbol("sys_setgroups" at 0xc0000000001c5b34, type=FUNC, size=0x37c) +[D] spu_syscall_table[82]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[83]: Symbol("sys_symlink" at 0xc0000000005a46e8, type=FUNC, size=0x70) +[D] spu_syscall_table[84]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[85]: Symbol("sys_readlink" at 0xc00000000058fe7c, type=FUNC, size=0x48) +[D] spu_syscall_table[86]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[87]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[88]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[89]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[90]: Symbol("sys_mmap" at 0xc000000000010570, type=FUNC, size=0x90) +[D] spu_syscall_table[91]: Symbol("sys_munmap" at 0xc0000000004afa60, type=FUNC, size=0x34) +[D] spu_syscall_table[92]: Symbol("sys_truncate" at 0xc00000000057d9ac, type=FUNC, size=0x128) +[D] spu_syscall_table[93]: Symbol("sys_ftruncate" at 0xc00000000057de48, type=FUNC, size=0x1c) +[D] spu_syscall_table[94]: Symbol("sys_fchmod" at 0xc00000000057e800, type=FUNC, size=0xf4) +[D] spu_syscall_table[95]: Symbol("sys_fchown" at 0xc00000000057f668, type=FUNC, size=0x3c) +[D] spu_syscall_table[96]: Symbol("sys_getpriority" at 0xc0000000001a2088, type=FUNC, size=0x35c) +[D] spu_syscall_table[97]: Symbol("sys_setpriority" at 0xc0000000001a1cdc, type=FUNC, size=0x3ac) +[D] spu_syscall_table[98]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[99]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[100]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[101]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[102]: Symbol("sys_socketcall" at 0xc000000000f2521c, type=FUNC, size=0x504) +[D] spu_syscall_table[103]: Symbol("sys_syslog" at 0xc0000000002257d0, type=FUNC, size=0x3c) +[D] spu_syscall_table[104]: Symbol("sys_setitimer" at 0xc0000000002915b8, type=FUNC, size=0x218) +[D] spu_syscall_table[105]: Symbol("sys_getitimer" at 0xc000000000291190, type=FUNC, size=0x104) +[D] spu_syscall_table[106]: Symbol("sys_newstat" at 0xc00000000058fde8, type=FUNC, size=0x14) +[D] spu_syscall_table[107]: Symbol("sys_newlstat" at 0xc00000000058fdfc, type=FUNC, size=0x14) +[D] spu_syscall_table[108]: Symbol("sys_newfstat" at 0xc00000000058fe2c, type=FUNC, size=0x18) +[D] spu_syscall_table[109]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[110]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[111]: Symbol("sys_vhangup" at 0xc000000000580364, type=FUNC, size=0x54) +[D] spu_syscall_table[112]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[113]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[114]: Symbol("sys_wait4" at 0xc0000000001860b0, type=FUNC, size=0x1c) +[D] spu_syscall_table[115]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[116]: Symbol("sys_sysinfo" at 0xc0000000001a75f4, type=FUNC, size=0x14) +[D] spu_syscall_table[117]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[118]: Symbol("sys_fsync" at 0xc0000000005ebc18, type=FUNC, size=0xa0) +[D] spu_syscall_table[119]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[120]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[121]: Symbol("sys_setdomainname" at 0xc0000000001a515c, type=FUNC, size=0x184) +[D] spu_syscall_table[122]: Symbol("sys_newuname" at 0xc0000000001a4c70, type=FUNC, size=0x14) +[D] spu_syscall_table[123]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[124]: Symbol("sys_adjtimex" at 0xc000000000276eac, type=FUNC, size=0x14) +[D] spu_syscall_table[125]: Symbol("sys_mprotect" at 0xc0000000004b6670, type=FUNC, size=0x34) +[D] spu_syscall_table[126]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[127]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[128]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[129]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[130]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[131]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[132]: Symbol("sys_getpgid" at 0xc0000000001a4918, type=FUNC, size=0xa8) +[D] spu_syscall_table[133]: Symbol("sys_fchdir" at 0xc00000000057e2b0, type=FUNC, size=0x104) +[D] spu_syscall_table[134]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[135]: Symbol("sys_sysfs" at 0xc0000000005c104c, type=FUNC, size=0x34c) +[D] spu_syscall_table[136]: Symbol("sys_ppc64_personality" at 0xc000000000010600, type=FUNC, size=0x68) +[D] spu_syscall_table[137]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[138]: Symbol("sys_setfsuid" at 0xc0000000001a4114, type=FUNC, size=0x18) +[D] spu_syscall_table[139]: Symbol("sys_setfsgid" at 0xc0000000001a4294, type=FUNC, size=0x18) +[D] spu_syscall_table[140]: Symbol("sys_llseek" at 0xc000000000582680, type=FUNC, size=0x1a8) +[D] spu_syscall_table[141]: Symbol("sys_getdents" at 0xc0000000005ab418, type=FUNC, size=0x2a0) +[D] spu_syscall_table[142]: Symbol("sys_select" at 0xc0000000005ae524, type=FUNC, size=0x164) +[D] spu_syscall_table[143]: Symbol("sys_flock" at 0xc000000000633820, type=FUNC, size=0x1c) +[D] spu_syscall_table[144]: Symbol("sys_msync" at 0xc0000000004b9390, type=FUNC, size=0x434) +[D] spu_syscall_table[145]: Symbol("sys_readv" at 0xc000000000584368, type=FUNC, size=0x18) +[D] spu_syscall_table[146]: Symbol("sys_writev" at 0xc000000000584380, type=FUNC, size=0x18) +[D] spu_syscall_table[147]: Symbol("sys_getsid" at 0xc0000000001a4a00, type=FUNC, size=0xa8) +[D] spu_syscall_table[148]: Symbol("sys_fdatasync" at 0xc0000000005ebcb8, type=FUNC, size=0xe8) +[D] spu_syscall_table[149]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[150]: Symbol("sys_mlock" at 0xc0000000004a8db8, type=FUNC, size=0x34) +[D] spu_syscall_table[151]: Symbol("sys_munlock" at 0xc0000000004a8e68, type=FUNC, size=0x150) +[D] spu_syscall_table[152]: Symbol("sys_mlockall" at 0xc0000000004a8fb8, type=FUNC, size=0x278) +[D] spu_syscall_table[153]: Symbol("sys_munlockall" at 0xc0000000004a9230, type=FUNC, size=0x128) +[D] spu_syscall_table[154]: Symbol("sys_sched_setparam" at 0xc0000000001d7398, type=FUNC, size=0x3c) +[D] spu_syscall_table[155]: Symbol("sys_sched_getparam" at 0xc0000000001d79cc, type=FUNC, size=0x11c) +[D] spu_syscall_table[156]: Symbol("sys_sched_setscheduler" at 0xc0000000001d734c, type=FUNC, size=0x4c) +[D] spu_syscall_table[157]: Symbol("sys_sched_getscheduler" at 0xc0000000001d7928, type=FUNC, size=0xa4) +[D] spu_syscall_table[158]: Symbol("sys_sched_yield" at 0xc0000000001d805c, type=FUNC, size=0x34) +[D] spu_syscall_table[159]: Symbol("sys_sched_get_priority_max" at 0xc0000000001d8114, type=FUNC, size=0x50) +[D] spu_syscall_table[160]: Symbol("sys_sched_get_priority_min" at 0xc0000000001d8164, type=FUNC, size=0x50) +[D] spu_syscall_table[161]: Symbol("sys_sched_rr_get_interval" at 0xc0000000001d81b4, type=FUNC, size=0xc8) +[D] spu_syscall_table[162]: Symbol("sys_nanosleep" at 0xc00000000027f180, type=FUNC, size=0x120) +[D] spu_syscall_table[163]: Symbol("sys_mremap" at 0xc0000000004b9370, type=FUNC, size=0x14) +[D] spu_syscall_table[164]: Symbol("sys_setresuid" at 0xc0000000001a3288, type=FUNC, size=0x20) +[D] spu_syscall_table[165]: Symbol("sys_getresuid" at 0xc0000000001a32a8, type=FUNC, size=0x3ec) +[D] spu_syscall_table[166]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[167]: Symbol("sys_poll" at 0xc0000000005ae970, type=FUNC, size=0x14c) +[D] spu_syscall_table[168]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[169]: Symbol("sys_setresgid" at 0xc0000000001a3ba0, type=FUNC, size=0x20) +[D] spu_syscall_table[170]: Symbol("sys_getresgid" at 0xc0000000001a3bc0, type=FUNC, size=0x3e0) +[D] spu_syscall_table[171]: Symbol("sys_prctl" at 0xc0000000001a6664, type=FUNC, size=0xc20) +[D] spu_syscall_table[172]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[173]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[174]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[175]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[176]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[177]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[178]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[179]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[180]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[181]: Symbol("sys_chown" at 0xc00000000057f16c, type=FUNC, size=0x154) +[D] spu_syscall_table[182]: Symbol("sys_getcwd" at 0xc0000000005ee568, type=FUNC, size=0x210) +[D] spu_syscall_table[183]: Symbol("sys_capget" at 0xc00000000018f6b4, type=FUNC, size=0x318) +[D] spu_syscall_table[184]: Symbol("sys_capset" at 0xc00000000018f9cc, type=FUNC, size=0x334) +[D] spu_syscall_table[185]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[186]: Symbol("sys_sendfile64" at 0xc000000000585430, type=FUNC, size=0x240) +[D] spu_syscall_table[187]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[188]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[189]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[190]: Symbol("sys_getrlimit" at 0xc0000000001a52e0, type=FUNC, size=0x150) +[D] spu_syscall_table[191]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[192]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[193]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[194]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[195]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[196]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[197]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[198]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[199]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[200]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[201]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[202]: Symbol("sys_getdents64" at 0xc0000000005ab6b8, type=FUNC, size=0x2a0) +[D] spu_syscall_table[203]: Symbol("sys_pivot_root" at 0xc0000000005cbe7c, type=FUNC, size=0x63c) +[D] spu_syscall_table[204]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[205]: Symbol("sys_madvise" at 0xc0000000004f6930, type=FUNC, size=0x4c) +[D] spu_syscall_table[206]: Symbol("sys_mincore" at 0xc0000000004a62e4, type=FUNC, size=0x380) +[D] spu_syscall_table[207]: Symbol("sys_gettid" at 0xc0000000001a42ec, type=FUNC, size=0x40) +[D] spu_syscall_table[208]: Symbol("sys_tkill" at 0xc00000000019d2c8, type=FUNC, size=0x50) +[D] spu_syscall_table[209]: Symbol("sys_setxattr" at 0xc0000000005d2f4c, type=FUNC, size=0x38) +[D] spu_syscall_table[210]: Symbol("sys_lsetxattr" at 0xc0000000005d2f84, type=FUNC, size=0x38) +[D] spu_syscall_table[211]: Symbol("sys_fsetxattr" at 0xc0000000005d2fbc, type=FUNC, size=0x14c) +[D] spu_syscall_table[212]: Symbol("sys_getxattr" at 0xc0000000005d350c, type=FUNC, size=0x18) +[D] spu_syscall_table[213]: Symbol("sys_lgetxattr" at 0xc0000000005d3524, type=FUNC, size=0x18) +[D] spu_syscall_table[214]: Symbol("sys_fgetxattr" at 0xc0000000005d353c, type=FUNC, size=0x14c) +[D] spu_syscall_table[215]: Symbol("sys_listxattr" at 0xc0000000005d3688, type=FUNC, size=0x18) +[D] spu_syscall_table[216]: Symbol("sys_llistxattr" at 0xc0000000005d36a0, type=FUNC, size=0x18) +[D] spu_syscall_table[217]: Symbol("sys_flistxattr" at 0xc0000000005d36b8, type=FUNC, size=0x120) +[D] spu_syscall_table[218]: Symbol("sys_removexattr" at 0xc0000000005d37d8, type=FUNC, size=0x34) +[D] spu_syscall_table[219]: Symbol("sys_lremovexattr" at 0xc0000000005d380c, type=FUNC, size=0x34) +[D] spu_syscall_table[220]: Symbol("sys_fremovexattr" at 0xc0000000005d3840, type=FUNC, size=0x128) +[D] spu_syscall_table[221]: Symbol("sys_futex" at 0xc00000000029dba8, type=FUNC, size=0x23c) +[D] spu_syscall_table[222]: Symbol("sys_sched_setaffinity" at 0xc0000000001db8a0, type=FUNC, size=0x1c) +[D] spu_syscall_table[223]: Symbol("sys_sched_getaffinity" at 0xc0000000001d8040, type=FUNC, size=0x1c) +[D] spu_syscall_table[224]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[225]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[226]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[227]: Symbol("sys_io_setup" at 0xc000000000622268, type=FUNC, size=0x3a0) +[D] spu_syscall_table[228]: Symbol("sys_io_destroy" at 0xc0000000006229b8, type=FUNC, size=0x178) +[D] spu_syscall_table[229]: Symbol("sys_io_getevents" at 0xc0000000006235d0, type=FUNC, size=0x120) +[D] spu_syscall_table[230]: Symbol("sys_io_submit" at 0xc000000000622b30, type=FUNC, size=0x3a8) +[D] spu_syscall_table[231]: Symbol("sys_io_cancel" at 0xc000000000623278, type=FUNC, size=0x358) +[D] spu_syscall_table[232]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[233]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[234]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[235]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[236]: Symbol("sys_epoll_create" at 0xc000000000611888, type=FUNC, size=0x50) +[D] spu_syscall_table[237]: Symbol("sys_epoll_ctl" at 0xc000000000612894, type=FUNC, size=0xc8) +[D] spu_syscall_table[238]: Symbol("sys_epoll_wait" at 0xc00000000061295c, type=FUNC, size=0x134) +[D] spu_syscall_table[239]: Symbol("sys_remap_file_pages" at 0xc0000000004b302c, type=FUNC, size=0x3f0) +[D] spu_syscall_table[240]: Symbol("sys_timer_create" at 0xc00000000028ba70, type=FUNC, size=0xe8) +[D] spu_syscall_table[241]: Symbol("sys_timer_settime" at 0xc00000000028be5c, type=FUNC, size=0x140) +[D] spu_syscall_table[242]: Symbol("sys_timer_gettime" at 0xc00000000028bc38, type=FUNC, size=0xb8) +[D] spu_syscall_table[243]: Symbol("sys_timer_getoverrun" at 0xc00000000028bda0, type=FUNC, size=0xbc) +[D] spu_syscall_table[244]: Symbol("sys_timer_delete" at 0xc00000000028c0fc, type=FUNC, size=0x1cc) +[D] spu_syscall_table[245]: Symbol("sys_clock_settime" at 0xc00000000028c53c, type=FUNC, size=0x164) +[D] spu_syscall_table[246]: Symbol("sys_clock_gettime" at 0xc00000000028c6a0, type=FUNC, size=0x158) +[D] spu_syscall_table[247]: Symbol("sys_clock_getres" at 0xc00000000028c8ec, type=FUNC, size=0x16c) +[D] spu_syscall_table[248]: Symbol("sys_clock_nanosleep" at 0xc00000000028ceac, type=FUNC, size=0x1e4) +[D] spu_syscall_table[249]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[250]: Symbol("sys_tgkill" at 0xc00000000019d270, type=FUNC, size=0x58) +[D] spu_syscall_table[251]: Symbol("sys_utimes" at 0xc0000000005ecf38, type=FUNC, size=0x24) +[D] spu_syscall_table[252]: Symbol("sys_statfs64" at 0xc0000000005f019c, type=FUNC, size=0x14) +[D] spu_syscall_table[253]: Symbol("sys_fstatfs64" at 0xc0000000005f01c8, type=FUNC, size=0x18) +[D] spu_syscall_table[254]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[255]: Symbol("sys_rtas" at 0xc0000000000472a0, type=FUNC, size=0x638) +[D] spu_syscall_table[256]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[257]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[258]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[259]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[260]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[261]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[262]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[263]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[264]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[265]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[266]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[267]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[268]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[269]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[270]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[271]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[272]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[273]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[274]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[275]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[276]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[277]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[278]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[279]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[280]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[281]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[282]: Symbol("sys_unshare" at 0xc00000000017a3ec, type=FUNC, size=0x30) +[D] spu_syscall_table[283]: Symbol("sys_splice" at 0xc0000000005ea9f0, type=FUNC, size=0x394) +[D] spu_syscall_table[284]: Symbol("sys_tee" at 0xc0000000005eb33c, type=FUNC, size=0x16c) +[D] spu_syscall_table[285]: Symbol("sys_vmsplice" at 0xc0000000005ea9d4, type=FUNC, size=0x1c) +[D] spu_syscall_table[286]: Symbol("sys_openat" at 0xc00000000057fdf0, type=FUNC, size=0xd0) +[D] spu_syscall_table[287]: Symbol("sys_mkdirat" at 0xc0000000005a3b0c, type=FUNC, size=0xd0) +[D] spu_syscall_table[288]: Symbol("sys_mknodat" at 0xc0000000005a3754, type=FUNC, size=0xe0) +[D] spu_syscall_table[289]: Symbol("sys_fchownat" at 0xc00000000057f12c, type=FUNC, size=0x40) +[D] spu_syscall_table[290]: Symbol("sys_futimesat" at 0xc0000000005ecf20, type=FUNC, size=0x18) +[D] spu_syscall_table[291]: Symbol("sys_newfstatat" at 0xc00000000058fe10, type=FUNC, size=0x1c) +[D] spu_syscall_table[292]: Symbol("sys_unlinkat" at 0xc0000000005a4340, type=FUNC, size=0xa8) +[D] spu_syscall_table[293]: Symbol("sys_renameat" at 0xc0000000005a53f0, type=FUNC, size=0x98) +[D] spu_syscall_table[294]: Symbol("sys_linkat" at 0xc0000000005a4b6c, type=FUNC, size=0xa0) +[D] spu_syscall_table[295]: Symbol("sys_symlinkat" at 0xc0000000005a466c, type=FUNC, size=0x7c) +[D] spu_syscall_table[296]: Symbol("sys_readlinkat" at 0xc00000000058fe44, type=FUNC, size=0x38) +[D] spu_syscall_table[297]: Symbol("sys_fchmodat" at 0xc00000000057ea6c, type=FUNC, size=0x114) +[D] spu_syscall_table[298]: Symbol("sys_faccessat" at 0xc00000000057e0f8, type=FUNC, size=0x20) +[D] spu_syscall_table[299]: Symbol("sys_get_robust_list" at 0xc00000000029d598, type=FUNC, size=0x300) +[D] spu_syscall_table[300]: Symbol("sys_set_robust_list" at 0xc00000000029d564, type=FUNC, size=0x34) +[D] spu_syscall_table[301]: Symbol("sys_move_pages" at 0xc000000000533844, type=FUNC, size=0xc80) +[D] spu_syscall_table[302]: Symbol("sys_getcpu" at 0xc0000000001a7284, type=FUNC, size=0x370) +[D] spu_syscall_table[303]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[304]: Symbol("sys_utimensat" at 0xc0000000005ecdf0, type=FUNC, size=0x130) +[D] spu_syscall_table[305]: Symbol("sys_signalfd" at 0xc000000000614140, type=FUNC, size=0xc8) +[D] spu_syscall_table[306]: Symbol("sys_timerfd_create" at 0xc000000000615a08, type=FUNC, size=0x1c4) +[D] spu_syscall_table[307]: Symbol("sys_eventfd" at 0xc000000000616f80, type=FUNC, size=0x38) +[D] spu_syscall_table[308]: Symbol("sys_sync_file_range2" at 0xc0000000005ec118, type=FUNC, size=0xf0) +[D] spu_syscall_table[309]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[310]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[311]: Symbol("sys_timerfd_settime" at 0xc000000000615bcc, type=FUNC, size=0x104) +[D] spu_syscall_table[312]: Symbol("sys_timerfd_gettime" at 0xc000000000615cd0, type=FUNC, size=0xb0) +[D] spu_syscall_table[313]: Symbol("sys_signalfd4" at 0xc000000000614064, type=FUNC, size=0xdc) +[D] spu_syscall_table[314]: Symbol("sys_eventfd2" at 0xc000000000616f48, type=FUNC, size=0x38) +[D] spu_syscall_table[315]: Symbol("sys_epoll_create1" at 0xc000000000611854, type=FUNC, size=0x34) +[D] spu_syscall_table[316]: Symbol("sys_dup3" at 0xc0000000005c0668, type=FUNC, size=0x3c) +[D] spu_syscall_table[317]: Symbol("sys_pipe2" at 0xc000000000597b10, type=FUNC, size=0x34) +[D] spu_syscall_table[318]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[319]: Symbol("sys_perf_event_open" at 0xc000000000421840, type=FUNC, size=0x20) +[D] spu_syscall_table[320]: Symbol("sys_preadv" at 0xc000000000584398, type=FUNC, size=0x174) +[D] spu_syscall_table[321]: Symbol("sys_pwritev" at 0xc0000000005846ec, type=FUNC, size=0x170) +[D] spu_syscall_table[322]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[323]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[324]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[325]: Symbol("sys_prlimit64" at 0xc0000000001a5bd0, type=FUNC, size=0x364) +[D] spu_syscall_table[326]: Symbol("sys_socket" at 0xc000000000f21f80, type=FUNC, size=0x3c) +[D] spu_syscall_table[327]: Symbol("sys_bind" at 0xc000000000f226a0, type=FUNC, size=0x38) +[D] spu_syscall_table[328]: Symbol("sys_connect" at 0xc000000000f22e48, type=FUNC, size=0x38) +[D] spu_syscall_table[329]: Symbol("sys_listen" at 0xc000000000f227e8, type=FUNC, size=0x38) +[D] spu_syscall_table[330]: Symbol("sys_accept" at 0xc000000000f22c00, type=FUNC, size=0x38) +[D] spu_syscall_table[331]: Symbol("sys_getsockname" at 0xc000000000f22fb8, type=FUNC, size=0x34) +[D] spu_syscall_table[332]: Symbol("sys_getpeername" at 0xc000000000f23164, type=FUNC, size=0x34) +[D] spu_syscall_table[333]: Symbol("sys_socketpair" at 0xc000000000f22514, type=FUNC, size=0x3c) +[D] spu_syscall_table[334]: Symbol("sys_send" at 0xc000000000f2340c, type=FUNC, size=0x40) +[D] spu_syscall_table[335]: Symbol("sys_sendto" at 0xc000000000f233d0, type=FUNC, size=0x3c) +[D] spu_syscall_table[336]: Symbol("sys_recv" at 0xc000000000f23648, type=FUNC, size=0x40) +[D] spu_syscall_table[337]: Symbol("sys_recvfrom" at 0xc000000000f23610, type=FUNC, size=0x38) +[D] spu_syscall_table[338]: Symbol("sys_shutdown" at 0xc000000000f23a88, type=FUNC, size=0x38) +[D] spu_syscall_table[339]: Symbol("sys_setsockopt" at 0xc000000000f23790, type=FUNC, size=0x40) +[D] spu_syscall_table[340]: Symbol("sys_getsockopt" at 0xc000000000f238d0, type=FUNC, size=0x3c) +[D] spu_syscall_table[341]: Symbol("sys_sendmsg" at 0xc000000000f246d8, type=FUNC, size=0x20) +[D] spu_syscall_table[342]: Symbol("sys_recvmsg" at 0xc000000000f24d58, type=FUNC, size=0x20) +[D] spu_syscall_table[343]: Symbol("sys_recvmmsg" at 0xc000000000f24f5c, type=FUNC, size=0x160) +[D] spu_syscall_table[344]: Symbol("sys_accept4" at 0xc000000000f22bc8, type=FUNC, size=0x38) +[D] spu_syscall_table[345]: Symbol("sys_name_to_handle_at" at 0xc000000000644778, type=FUNC, size=0x410) +[D] spu_syscall_table[346]: Symbol("sys_open_by_handle_at" at 0xc000000000644b88, type=FUNC, size=0x20) +[D] spu_syscall_table[347]: Symbol("sys_clock_adjtime" at 0xc00000000028c8d4, type=FUNC, size=0x18) +[D] spu_syscall_table[348]: Symbol("sys_syncfs" at 0xc0000000005ebb1c, type=FUNC, size=0xfc) +[D] spu_syscall_table[349]: Symbol("sys_sendmmsg" at 0xc000000000f24b68, type=FUNC, size=0x40) +[D] spu_syscall_table[350]: Symbol("sys_setns" at 0xc0000000001bd230, type=FUNC, size=0x83c) +[D] spu_syscall_table[351]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[352]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[353]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[354]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[355]: Symbol("sys_sched_setattr" at 0xc0000000001d73d4, type=FUNC, size=0x554) +[D] spu_syscall_table[356]: Symbol("sys_sched_getattr" at 0xc0000000001d7ae8, type=FUNC, size=0x234) +[D] spu_syscall_table[357]: Symbol("sys_renameat2" at 0xc0000000005a534c, type=FUNC, size=0xa4) +[D] spu_syscall_table[358]: Symbol("sys_seccomp" at 0xc0000000002f71c4, type=FUNC, size=0x1c) +[D] spu_syscall_table[359]: Symbol("sys_getrandom" at 0xc000000000bb62ec, type=FUNC, size=0x144) +[D] spu_syscall_table[360]: Symbol("sys_memfd_create" at 0xc00000000057a658, type=FUNC, size=0x454) +[D] spu_syscall_table[361]: Symbol("sys_bpf" at 0xc0000000003842bc, type=FUNC, size=0x40) +[D] spu_syscall_table[362]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[363]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[364]: Symbol("sys_userfaultfd" at 0xc00000000061d260, type=FUNC, size=0x7c) +[D] spu_syscall_table[365]: Symbol("sys_membarrier" at 0xc00000000021966c, type=FUNC, size=0x3b4) +[D] spu_syscall_table[366]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[367]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[368]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[369]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[370]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[371]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[372]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[373]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[374]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[375]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[376]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[377]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[378]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[379]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[380]: Symbol("sys_preadv2" at 0xc00000000058450c, type=FUNC, size=0x1e0) +[D] spu_syscall_table[381]: Symbol("sys_pwritev2" at 0xc00000000058485c, type=FUNC, size=0x1e0) +[D] spu_syscall_table[382]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[383]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[384]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[385]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[386]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[387]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[388]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[389]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[390]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[391]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[392]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[393]: Symbol("sys_semget" at 0xc00000000095a818, type=FUNC, size=0xc0) +[D] spu_syscall_table[394]: Symbol("sys_semctl" at 0xc00000000095a8d8, type=FUNC, size=0x24) +[D] spu_syscall_table[395]: Symbol("sys_shmget" at 0xc0000000009600b4, type=FUNC, size=0x88) +[D] spu_syscall_table[396]: Symbol("sys_shmctl" at 0xc00000000096013c, type=FUNC, size=0x20) +[D] spu_syscall_table[397]: Symbol("sys_shmat" at 0xc0000000009609f0, type=FUNC, size=0x94) +[D] spu_syscall_table[398]: Symbol("sys_shmdt" at 0xc000000000960e3c, type=FUNC, size=0x14) +[D] spu_syscall_table[399]: Symbol("sys_msgget" at 0xc000000000955afc, type=FUNC, size=0x88) +[D] spu_syscall_table[400]: Symbol("sys_msgsnd" at 0xc000000000955ec0, type=FUNC, size=0x1c) +[D] spu_syscall_table[401]: Symbol("sys_msgrcv" at 0xc0000000009560b4, type=FUNC, size=0x24) +[D] spu_syscall_table[402]: Symbol("sys_msgctl" at 0xc000000000955b84, type=FUNC, size=0x20) +[D] spu_syscall_table[403]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[404]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[405]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[406]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[407]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[408]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[409]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[410]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[411]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[412]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[413]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[414]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[415]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[416]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[417]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[418]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[419]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[420]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[421]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[422]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[423]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[424]: Symbol("sys_pidfd_send_signal" at 0xc00000000019cf7c, type=FUNC, size=0x2f4) +[D] spu_syscall_table[425]: Symbol("sys_io_uring_setup" at 0xc000000000a44bd4, type=FUNC, size=0xf4) +[D] spu_syscall_table[426]: Symbol("sys_io_uring_enter" at 0xc000000000a43cbc, type=FUNC, size=0xeec) +[D] spu_syscall_table[427]: Symbol("sys_io_uring_register" at 0xc000000000a5dda8, type=FUNC, size=0xe9c) +[D] spu_syscall_table[428]: Symbol("sys_open_tree" at 0xc0000000005c9784, type=FUNC, size=0x45c) +[D] spu_syscall_table[429]: Symbol("sys_move_mount" at 0xc0000000005cb92c, type=FUNC, size=0x4c4) +[D] spu_syscall_table[430]: Symbol("sys_fsopen" at 0xc0000000005f4088, type=FUNC, size=0x1dc) +[D] spu_syscall_table[431]: Symbol("sys_fsconfig" at 0xc0000000005f4470, type=FUNC, size=0x6f0) +[D] spu_syscall_table[432]: Symbol("sys_fsmount" at 0xc0000000005cb54c, type=FUNC, size=0x3e0) +[D] spu_syscall_table[433]: Symbol("sys_fspick" at 0xc0000000005f4264, type=FUNC, size=0x20c) +[D] spu_syscall_table[434]: Symbol("sys_pidfd_open" at 0xc0000000001b69e4, type=FUNC, size=0x178) +[D] spu_syscall_table[435]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[436]: Symbol("sys_close_range" at 0xc000000000580324, type=FUNC, size=0x40) +[D] spu_syscall_table[437]: Symbol("sys_openat2" at 0xc00000000057fec0, type=FUNC, size=0x17c) +[D] spu_syscall_table[438]: Symbol("sys_pidfd_getfd" at 0xc0000000001b6b5c, type=FUNC, size=0x234) +[D] spu_syscall_table[439]: Symbol("sys_faccessat2" at 0xc00000000057e118, type=FUNC, size=0x20) +[D] spu_syscall_table[440]: Symbol("sys_process_madvise" at 0xc0000000004f697c, type=FUNC, size=0x20) +[D] spu_syscall_table[441]: Symbol("sys_epoll_pwait2" at 0xc000000000612c00, type=FUNC, size=0x148) +[D] spu_syscall_table[442]: Symbol("sys_mount_setattr" at 0xc0000000005cc4b8, type=FUNC, size=0xa78) +[D] spu_syscall_table[443]: Symbol("sys_quotactl_fd" at 0xc00000000065943c, type=FUNC, size=0x29c) +[D] spu_syscall_table[444]: Symbol("sys_landlock_create_ruleset" at 0xc0000000009bad7c, type=FUNC, size=0x26c) +[D] spu_syscall_table[445]: Symbol("sys_landlock_add_rule" at 0xc0000000009bafe8, type=FUNC, size=0x308) +[D] spu_syscall_table[446]: Symbol("sys_landlock_restrict_self" at 0xc0000000009bb2f0, type=FUNC, size=0x1d8) +[D] spu_syscall_table[447]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[448]: Symbol("sys_process_mrelease" at 0xc000000000441cb0, type=FUNC, size=0x328) +[D] spu_syscall_table[449]: Symbol("sys_futex_waitv" at 0xc00000000029e0e0, type=FUNC, size=0x214) +[D] spu_syscall_table[450]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[451]: Symbol("sys_cachestat" at 0xc00000000043be60, type=FUNC, size=0x21c) +[D] spu_syscall_table[452]: Symbol("sys_fchmodat2" at 0xc00000000057e8f4, type=FUNC, size=0x178) +[D] spu_syscall_table[453]: Symbol("sys_ni_syscall" at 0xc0000000001bc648, type=FUNC, size=0x10) +[D] spu_syscall_table[454]: Symbol("sys_futex_wake" at 0xc00000000029e2f4, type=FUNC, size=0xc4) +[D] spu_syscall_table[455]: Symbol("sys_futex_wait" at 0xc00000000029e3b8, type=FUNC, size=0x1cc) +[D] spu_syscall_table[456]: Symbol("sys_futex_requeue" at 0xc00000000029e584, type=FUNC, size=0x20) +[D] spu_syscall_table[457]: Symbol("sys_statmount" at 0xc0000000005ccfb8, type=FUNC, size=0x18) +[D] spu_syscall_table[458]: Symbol("sys_listmount" at 0xc0000000005ccfd0, type=FUNC, size=0x5bc) +[D] spu_syscall_table[459]: Symbol("sys_lsm_get_self_attr" at 0xc000000000977c68, type=FUNC, size=0x3c) +[D] spu_syscall_table[460]: Symbol("sys_lsm_set_self_attr" at 0xc000000000977c2c, type=FUNC, size=0x3c) +[D] spu_syscall_table[461]: Symbol("sys_lsm_list_modules" at 0xc000000000977ca4, type=FUNC, size=0x45c) +[I] Common syscall symbol prefixes: sys_ +[I] 181 syscall table entries point to sys_ni_syscall +[I] Found 1 esoteric syscall: switch_endian +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-powerpc64-v6.8'), '0xc000000000583da8', '0xc000000000583f18', '0xc00000000057fd10', '0xc000000000580270', '0xc0000000001860cc', '0xc0000000005801e0', '0xc0000000005a4c0c', '0xc0000000005a43e8', '0xc00000000057e160', '0xc000000000275860', '0xc0000000005a3834', '0xc00000000057eb80', '0xc00000000057f2c0', '0xc000000000582418', '0xc0000000001a42ac', '0xc0000000001a2d00', '0xc0000000001a4370', '0xc000000000275a00', '0xc0000000002914ec', '0xc00000000057e138', '0xc0000000001d6cbc', '0xc0000000005eba54', '0xc00000000019cc9c', '0xc0000000005a5488', '0xc0000000005a3bdc', '0xc0000000005a3eac', '0xc0000000005c07dc', '0xc000000000597b44', '0xc0000000001a4480', '0xc0000000004b1138', '0xc0000000001a27b4', '0xc0000000001a43f8', '0xc0000000001a43b4', '0xc0000000001a443c', '0xc0000000005a9ca8', '0xc0000000005a6f78', '0xc0000000001a46f0', '0xc0000000001a6610', '0xc00000000057e3b4', '0xc0000000005c06a4', '0xc0000000001a432c', '0xc0000000001a49c0', '0xc0000000001a4c40', '0xc00000000019fc54', '0xc00000000019fc68', '0xc0000000001a2b48', '0xc0000000001a2618', '0xc0000000001a4e50', '0xc0000000001a5f34', '0xc0000000001a65e0', '0xc000000000275f84', '0xc000000000276458', '0xc0000000001c583c', '0xc0000000001c5b34', '0xc0000000005a46e8', '0xc00000000058fe7c', '0xc000000000010570', '0xc0000000004afa60', '0xc00000000057d9ac', '0xc00000000057de48', '0xc00000000057e800', '0xc00000000057f668', '0xc0000000001a2088', '0xc0000000001a1cdc', '0xc000000000f2521c', '0xc0000000002257d0', '0xc0000000002915b8', '0xc000000000291190', '0xc00000000058fde8', '0xc00000000058fdfc', '0xc00000000058fe2c', '0xc000000000580364', '0xc0000000001860b0', '0xc0000000001a75f4', '0xc0000000005ebc18', '0xc0000000001a515c', '0xc0000000001a4c70', '0xc000000000276eac', '0xc0000000004b6670', '0xc0000000001a4918', '0xc00000000057e2b0', '0xc0000000005c104c', '0xc000000000010600', '0xc0000000001a4114', '0xc0000000001a4294', '0xc000000000582680', '0xc0000000005ab418', '0xc0000000005ae524', '0xc000000000633820', '0xc0000000004b9390', '0xc000000000584368', '0xc000000000584380', '0xc0000000001a4a00', '0xc0000000005ebcb8', '0xc0000000004a8db8', '0xc0000000004a8e68', '0xc0000000004a8fb8', '0xc0000000004a9230', '0xc0000000001d7398', '0xc0000000001d79cc', '0xc0000000001d734c', '0xc0000000001d7928', '0xc0000000001d805c', '0xc0000000001d8114', '0xc0000000001d8164', '0xc0000000001d81b4', '0xc00000000027f180', '0xc0000000004b9370', '0xc0000000001a3288', '0xc0000000001a32a8', '0xc0000000005ae970', '0xc0000000001a3ba0', '0xc0000000001a3bc0', '0xc0000000001a6664', '0xc00000000057f16c', '0xc0000000005ee568', '0xc00000000018f6b4', '0xc00000000018f9cc', '0xc000000000585430', '0xc0000000001a52e0', '0xc0000000005ab6b8', '0xc0000000005cbe7c', '0xc0000000004f6930', '0xc0000000004a62e4', '0xc0000000001a42ec', '0xc00000000019d2c8', '0xc0000000005d2f4c', '0xc0000000005d2f84', '0xc0000000005d2fbc', '0xc0000000005d350c', '0xc0000000005d3524', '0xc0000000005d353c', '0xc0000000005d3688', '0xc0000000005d36a0', '0xc0000000005d36b8', '0xc0000000005d37d8', '0xc0000000005d380c', '0xc0000000005d3840', '0xc00000000029dba8', '0xc0000000001db8a0', '0xc0000000001d8040', '0xc000000000622268', '0xc0000000006229b8', '0xc0000000006235d0', '0xc000000000622b30', '0xc000000000623278', '0xc000000000611888', '0xc000000000612894', '0xc00000000061295c', '0xc0000000004b302c', '0xc00000000028ba70', '0xc00000000028be5c', '0xc00000000028bc38', '0xc00000000028bda0', '0xc00000000028c0fc', '0xc00000000028c53c', '0xc00000000028c6a0', '0xc00000000028c8ec', '0xc00000000028ceac', '0xc00000000019d270', '0xc0000000005ecf38', '0xc0000000005f019c', '0xc0000000005f01c8', '0xc0000000000472a0', '0xc00000000017a3ec', '0xc0000000005ea9f0', '0xc0000000005eb33c', '0xc0000000005ea9d4', '0xc00000000057fdf0', '0xc0000000005a3b0c', '0xc0000000005a3754', '0xc00000000057f12c', '0xc0000000005ecf20', '0xc00000000058fe10', '0xc0000000005a4340', '0xc0000000005a53f0', '0xc0000000005a4b6c', '0xc0000000005a466c', '0xc00000000058fe44', '0xc00000000057ea6c', '0xc00000000057e0f8', '0xc00000000029d598', '0xc00000000029d564', '0xc000000000533844', '0xc0000000001a7284', '0xc0000000005ecdf0', '0xc000000000614140', '0xc000000000615a08', '0xc000000000616f80', '0xc0000000005ec118', '0xc000000000615bcc', '0xc000000000615cd0', '0xc000000000614064', '0xc000000000616f48', '0xc000000000611854', '0xc0000000005c0668', '0xc000000000597b10', '0xc000000000421840', '0xc000000000584398', '0xc0000000005846ec', '0xc0000000001a5bd0', '0xc000000000f21f80', '0xc000000000f226a0', '0xc000000000f22e48', '0xc000000000f227e8', '0xc000000000f22c00', '0xc000000000f22fb8', '0xc000000000f23164', '0xc000000000f22514', '0xc000000000f2340c', '0xc000000000f233d0', '0xc000000000f23648', '0xc000000000f23610', '0xc000000000f23a88', '0xc000000000f23790', '0xc000000000f238d0', '0xc000000000f246d8', '0xc000000000f24d58', '0xc000000000f24f5c', '0xc000000000f22bc8', '0xc000000000644778', '0xc000000000644b88', '0xc00000000028c8d4', '0xc0000000005ebb1c', '0xc000000000f24b68', '0xc0000000001bd230', '0xc0000000001d73d4', '0xc0000000001d7ae8', '0xc0000000005a534c', '0xc0000000002f71c4', '0xc000000000bb62ec', '0xc00000000057a658', '0xc0000000003842bc', '0xc00000000061d260', '0xc00000000021966c', '0xc00000000058450c', '0xc00000000058485c', '0xc00000000095a818', '0xc00000000095a8d8', '0xc0000000009600b4', '0xc00000000096013c', '0xc0000000009609f0', '0xc000000000960e3c', '0xc000000000955afc', '0xc000000000955ec0', '0xc0000000009560b4', '0xc000000000955b84', '0xc00000000019cf7c', '0xc000000000a44bd4', '0xc000000000a43cbc', '0xc000000000a5dda8', '0xc0000000005c9784', '0xc0000000005cb92c', '0xc0000000005f4088', '0xc0000000005f4470', '0xc0000000005cb54c', '0xc0000000005f4264', '0xc0000000001b69e4', '0xc000000000580324', '0xc00000000057fec0', '0xc0000000001b6b5c', '0xc00000000057e118', '0xc0000000004f697c', '0xc000000000612c00', '0xc0000000005cc4b8', '0xc00000000065943c', '0xc0000000009bad7c', '0xc0000000009bafe8', '0xc0000000009bb2f0', '0xc000000000441cb0', '0xc00000000029e0e0', '0xc00000000043be60', '0xc00000000057e8f4', '0xc00000000029e2f4', '0xc00000000029e3b8', '0xc00000000029e584', '0xc0000000005ccfb8', '0xc0000000005ccfd0', '0xc000000000977c68', '0xc000000000977c2c', '0xc000000000977ca4', '0xc000000000000c00'] +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/powerpc', '--glob', '*.c', '\\b(COMPAT_)?SYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +Found 282 implemented syscalls + diff --git a/db/powerpc/64/spu/v6.8/table.json b/db/powerpc/64/spu/v6.8/table.json new file mode 100644 index 0000000..42df5e3 --- /dev/null +++ b/db/powerpc/64/spu/v6.8/table.json @@ -0,0 +1,5018 @@ +{ + "kernel": { + "abi": { + "bits": 64, + "calling_convention": { + "parameters": [ + "r3", + "r4", + "r5", + "r6", + "r7", + "r8" + ], + "syscall_nr": "r0" + }, + "compat": true, + "name": "spu" + }, + "architecture": { + "bits": 64, + "name": "powerpc" + }, + "syscall_table_symbol": "spu_syscall_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 3, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 5, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 6, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_close" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1826, + "name": "waitpid", + "number": 7, + "origname": "waitpid", + "signature": [ + "pid_t pid", + "int *stat_addr", + "int options" + ], + "symbol": "sys_waitpid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 8, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 9, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 10, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_unlink" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 12, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chdir" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 62, + "name": "time", + "number": 13, + "origname": "time", + "signature": [ + "__kernel_old_time_t *tloc" + ], + "symbol": "sys_time" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 14, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 15, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 16, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_lchown" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 19, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 20, + "origname": "getpid", + "signature": [], + "symbol": "sys_getpid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 23, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 24, + "origname": "getuid", + "signature": [], + "symbol": "sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 81, + "name": "stime", + "number": 25, + "origname": "stime", + "signature": [ + "__kernel_old_time_t *tptr" + ], + "symbol": "sys_stime" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 27, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "sys_alarm" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 33, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 34, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 36, + "origname": "sync", + "signature": [], + "symbol": "sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 37, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 38, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 39, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 40, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 41, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "sys_dup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 42, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "sys_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 43, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 45, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "sys_brk" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 46, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 47, + "origname": "getgid", + "signature": [], + "symbol": "sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 49, + "origname": "geteuid", + "signature": [], + "symbol": "sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 50, + "origname": "getegid", + "signature": [], + "symbol": "sys_getegid" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 54, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 55, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 57, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 60, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 61, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "sys_chroot" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 63, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 64, + "origname": "getppid", + "signature": [], + "symbol": "sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 65, + "origname": "getpgrp", + "signature": [], + "symbol": "sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 66, + "origname": "setsid", + "signature": [], + "symbol": "sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SGETMASK_SYSCALL", + "line": 4600, + "name": "sgetmask", + "number": 68, + "origname": "sgetmask", + "signature": [], + "symbol": "sys_sgetmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SGETMASK_SYSCALL", + "line": 4606, + "name": "ssetmask", + "number": 69, + "origname": "ssetmask", + "signature": [ + "int newmask" + ], + "symbol": "sys_ssetmask" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 70, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 71, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 74, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 75, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 77, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 78, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 79, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 80, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 81, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 83, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 85, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlink" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 69, + "name": "mmap", + "number": 90, + "origname": "mmap", + "signature": [ + "unsigned long addr", + "size_t len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "off_t offset" + ], + "symbol": "sys_mmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 91, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 92, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 93, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 94, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 95, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 96, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 97, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "sys_setpriority" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": "NET", + "line": 3076, + "name": "socketcall", + "number": 102, + "origname": "socketcall", + "signature": [ + "int call", + "unsigned long *args" + ], + "symbol": "sys_socketcall" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 104, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 105, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 111, + "origname": "vhangup", + "signature": [], + "symbol": "sys_vhangup" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 114, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "sys_wait4" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 116, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "sys_sysinfo" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fsync" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "sys_newuname" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 269, + "name": "adjtimex", + "number": 124, + "origname": "adjtimex", + "signature": [ + "struct __kernel_timex *txc_p" + ], + "symbol": "sys_adjtimex" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "sys_sysfs" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 90, + "name": "personality", + "number": 136, + "origname": "ppc64_personality", + "signature": [ + "unsigned long personality" + ], + "symbol": "sys_ppc64_personality" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 138, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 139, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 140, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 726, + "name": "select", + "number": 142, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "sys_writev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 147, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 148, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 150, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 151, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 152, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 153, + "origname": "munlockall", + "signature": [], + "symbol": "sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 154, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 155, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 156, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 157, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 158, + "origname": "sched_yield", + "signature": [], + "symbol": "sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 159, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 160, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 161, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 2122, + "name": "nanosleep", + "number": 162, + "origname": "nanosleep", + "signature": [ + "struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_nanosleep" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 163, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "sys_mremap" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 164, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 165, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "sys_getresuid" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 167, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 167, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "sys_poll" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 169, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 170, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 171, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "sys_prctl" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 181, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "sys_chown" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 182, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 183, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 184, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "sys_capset" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 186, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 190, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "sys_getrlimit" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 202, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 203, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 205, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "sys_madvise" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 206, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "sys_mincore" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 207, + "origname": "gettid", + "signature": [], + "symbol": "sys_gettid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 208, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "sys_tkill" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 209, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 210, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 211, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 212, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 213, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 214, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 215, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 216, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 217, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 218, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 219, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 220, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 221, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 222, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 222, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 223, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 227, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 228, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": "AIO", + "line": 2257, + "name": "io_getevents", + "number": 229, + "origname": "io_getevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_io_getevents" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 230, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 231, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "sys_io_cancel" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 236, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 237, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 238, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 239, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 240, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 241, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "sys_timer_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 242, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 243, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 244, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 245, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 246, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 247, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 248, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 250, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": null, + "line": 209, + "name": "utimes", + "number": 251, + "origname": "utimes", + "signature": [ + "char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "sys_utimes" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 201, + "name": "statfs64", + "number": 252, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "sys_statfs64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": null, + "line": 222, + "name": "fstatfs64", + "number": 253, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "sys_fstatfs64" + }, + { + "esoteric": false, + "file": "arch/powerpc/kernel/rtas.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": "PPC_RTAS", + "line": 1892, + "name": "rtas", + "number": 255, + "origname": "rtas", + "signature": [ + "struct rtas_args *uargs" + ], + "symbol": "sys_rtas" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 282, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "sys_unshare" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 283, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_splice" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 284, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 285, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "sys_vmsplice" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 286, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 287, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 288, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 289, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 203, + "name": "futimesat", + "number": 290, + "origname": "futimesat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "sys_futimesat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": null, + "line": 462, + "name": "newfstatat", + "number": 291, + "origname": "newfstatat", + "signature": [ + "int dfd", + "const char *filename", + "struct stat *statbuf", + "int flag" + ], + "symbol": "sys_newfstatat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 292, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 293, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 294, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 295, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 296, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 297, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 298, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "sys_faccessat" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 299, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "sys_get_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 300, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "sys_set_robust_list" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 301, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 302, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 304, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 305, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 306, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 307, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 387, + "name": "sync_file_range2", + "number": 308, + "origname": "sync_file_range2", + "signature": [ + "int fd", + "unsigned int flags", + "loff_t offset", + "loff_t nbytes" + ], + "symbol": "sys_sync_file_range2" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 311, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 312, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 313, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 314, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 315, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 316, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 317, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "sys_pipe2" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 319, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "sys_perf_event_open" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 320, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 321, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 325, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "sys_prlimit64" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 326, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 327, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 328, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 329, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 330, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 331, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 332, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 333, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": "NET", + "line": 2210, + "name": "send", + "number": 334, + "origname": "send", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_send" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 335, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": "NET", + "line": 2267, + "name": "recv", + "number": 336, + "origname": "recv", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags" + ], + "symbol": "sys_recv" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 337, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 338, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 339, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 340, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": "NET", + "line": 2674, + "name": "sendmsg", + "number": 341, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 342, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 343, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "sys_recvmmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 344, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 344, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "sys_accept4" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 345, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 346, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 347, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 348, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "sys_syncfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 349, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 350, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "sys_setns" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 355, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 356, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 357, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 358, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 359, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 360, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 361, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "sys_bpf" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 364, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 364, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 365, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 365, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "sys_membarrier" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 380, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 380, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 381, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 381, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "sys_pwritev2" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 393, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 394, + "kconfig": "SYSVIPC", + "line": 1705, + "name": "semctl", + "number": 394, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 395, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 395, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 396, + "kconfig": "SYSVIPC", + "line": 1295, + "name": "shmctl", + "number": 396, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "sys_shmctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 397, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 398, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 399, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 400, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 400, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 401, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 401, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 402, + "kconfig": "SYSVIPC", + "line": 640, + "name": "msgctl", + "number": 402, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "sys_msgctl" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "sys_pidfd_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "sys_lsm_list_modules" + }, + { + "esoteric": true, + "file": "arch/powerpc/kernel/exceptions-64s.S", + "good_location": false, + "grepped_location": false, + "index": null, + "kconfig": "PPC_FAST_ENDIAN_SWITCH", + "line": 2031, + "name": "switch_endian", + "number": 7870, + "origname": "switch_endian", + "signature": [], + "symbol": "exc_real_0xc00_system_call" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/x86/32/ia32/v6.8/config.txt b/db/x86/32/ia32/v6.8/config.txt new file mode 100644 index 0000000..b199bc2 --- /dev/null +++ b/db/x86/32/ia32/v6.8/config.txt @@ -0,0 +1,4743 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/x86 6.8.0 Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="i386-linux-gcc (GCC) 11.3.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=110300 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23800 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23800 +CONFIG_LLD_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y +CONFIG_TOOLS_SUPPORT_RELR=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=120 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +CONFIG_WERROR=y +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_BUILD_SALT="" +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_ZSTD=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_BZIP2 is not set +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_XZ is not set +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_LZ4 is not set +# CONFIG_KERNEL_ZSTD is not set +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +CONFIG_AUDIT=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_IRQ_MSI_IOMMU=y +CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y +CONFIG_GENERIC_IRQ_RESERVATION_MODE=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_ARCH_CLOCKSOURCE_INIT=y +CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=125 +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +# CONFIG_BPF_JIT is not set +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +# CONFIG_BPF_PRELOAD is not set +# end of BPF subsystem + +CONFIG_PREEMPT_BUILD=y +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_VOLUNTARY=y +# CONFIG_PREEMPT is not set +CONFIG_PREEMPT_COUNT=y +CONFIG_PREEMPTION=y +CONFIG_PREEMPT_DYNAMIC=y +# CONFIG_SCHED_CORE is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_BSD_PROCESS_ACCT=y +# CONFIG_BSD_PROCESS_ACCT_V3 is not set +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_XACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +CONFIG_PREEMPT_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_RCU=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +# CONFIG_IKCONFIG is not set +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=18 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +# CONFIG_PRINTK_INDEX is not set +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y + +# +# Scheduler features +# +# CONFIG_UCLAMP_TASK is not set +# end of Scheduler features + +CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" +CONFIG_GCC10_NO_ARRAY_BOUNDS=y +CONFIG_CC_NO_ARRAY_BOUNDS=y +CONFIG_GCC_NO_STRINGOP_OVERFLOW=y +CONFIG_CC_NO_STRINGOP_OVERFLOW=y +CONFIG_CGROUPS=y +CONFIG_PAGE_COUNTER=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +# CONFIG_MEMCG is not set +CONFIG_BLK_CGROUP=y +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +# CONFIG_CFS_BANDWIDTH is not set +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_SCHED_MM_CID=y +CONFIG_CGROUP_PIDS=y +CONFIG_CGROUP_RDMA=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_PERF=y +# CONFIG_CGROUP_BPF is not set +CONFIG_CGROUP_MISC=y +CONFIG_CGROUP_DEBUG=y +CONFIG_SOCK_CGROUP_DATA=y +CONFIG_NAMESPACES=y +CONFIG_UTS_NS=y +CONFIG_TIME_NS=y +CONFIG_IPC_NS=y +# CONFIG_USER_NS is not set +CONFIG_PID_NS=y +CONFIG_NET_NS=y +CONFIG_CHECKPOINT_RESTORE=y +# CONFIG_SCHED_AUTOGROUP is not set +CONFIG_RELAY=y +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="error" +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_EXPERT=y +CONFIG_UID16=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_PCSPKR_PLATFORM=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_PC104 is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +CONFIG_KALLSYMS_ALL=y +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_HAVE_PERF_EVENTS=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y + +# +# Kexec and crash features +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC=y +# CONFIG_KEXEC_JUMP is not set +CONFIG_CRASH_DUMP=y +CONFIG_CRASH_HOTPLUG=y +CONFIG_CRASH_MAX_MEMORY_RANGES=8192 +# end of Kexec and crash features +# end of General setup + +# CONFIG_64BIT is not set +CONFIG_X86_32=y +CONFIG_X86=y +CONFIG_INSTRUCTION_DECODER=y +CONFIG_OUTPUT_FORMAT="elf32-i386" +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_BITS_MAX=16 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 +CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_BUG=y +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_PGTABLE_LEVELS=3 +CONFIG_CC_HAS_SANE_STACKPROTECTOR=y + +# +# Processor type and features +# +CONFIG_SMP=y +CONFIG_X86_MPPARSE=y +# CONFIG_GOLDFISH is not set +# CONFIG_X86_CPU_RESCTRL is not set +CONFIG_X86_BIGSMP=y +CONFIG_X86_EXTENDED_PLATFORM=y +# CONFIG_X86_GOLDFISH is not set +# CONFIG_X86_INTEL_MID is not set +# CONFIG_X86_INTEL_QUARK is not set +# CONFIG_X86_INTEL_LPSS is not set +# CONFIG_X86_AMD_PLATFORM_DEVICE is not set +CONFIG_IOSF_MBI=y +# CONFIG_IOSF_MBI_DEBUG is not set +# CONFIG_X86_RDC321X is not set +# CONFIG_X86_32_NON_STANDARD is not set +# CONFIG_X86_32_IRIS is not set +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_HYPERVISOR_GUEST=y +CONFIG_PARAVIRT=y +# CONFIG_PARAVIRT_DEBUG is not set +# CONFIG_PARAVIRT_SPINLOCKS is not set +CONFIG_X86_HV_CALLBACK_VECTOR=y +CONFIG_KVM_GUEST=y +CONFIG_ARCH_CPUIDLE_HALTPOLL=y +# CONFIG_PVH is not set +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PARAVIRT_CLOCK=y +# CONFIG_M486SX is not set +# CONFIG_M486 is not set +# CONFIG_M586 is not set +# CONFIG_M586TSC is not set +# CONFIG_M586MMX is not set +CONFIG_M686=y +# CONFIG_MPENTIUMII is not set +# CONFIG_MPENTIUMIII is not set +# CONFIG_MPENTIUMM is not set +# CONFIG_MPENTIUM4 is not set +# CONFIG_MK6 is not set +# CONFIG_MK7 is not set +# CONFIG_MK8 is not set +# CONFIG_MCRUSOE is not set +# CONFIG_MEFFICEON is not set +# CONFIG_MWINCHIPC6 is not set +# CONFIG_MWINCHIP3D is not set +# CONFIG_MELAN is not set +# CONFIG_MGEODEGX1 is not set +# CONFIG_MGEODE_LX is not set +# CONFIG_MCYRIXIII is not set +# CONFIG_MVIAC3_2 is not set +# CONFIG_MVIAC7 is not set +# CONFIG_MCORE2 is not set +# CONFIG_MATOM is not set +# CONFIG_X86_GENERIC is not set +CONFIG_X86_INTERNODE_CACHE_SHIFT=5 +CONFIG_X86_L1_CACHE_SHIFT=5 +CONFIG_X86_USE_PPRO_CHECKSUM=y +CONFIG_X86_TSC=y +CONFIG_X86_HAVE_PAE=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CMOV=y +CONFIG_X86_MINIMUM_CPU_FAMILY=6 +CONFIG_X86_DEBUGCTLMSR=y +CONFIG_IA32_FEAT_CTL=y +CONFIG_X86_VMX_FEATURE_NAMES=y +# CONFIG_PROCESSOR_SELECT is not set +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_CYRIX_32=y +CONFIG_CPU_SUP_AMD=y +CONFIG_CPU_SUP_HYGON=y +CONFIG_CPU_SUP_CENTAUR=y +CONFIG_CPU_SUP_TRANSMETA_32=y +CONFIG_CPU_SUP_UMC_32=y +CONFIG_CPU_SUP_ZHAOXIN=y +CONFIG_CPU_SUP_VORTEX_32=y +# CONFIG_HPET_TIMER is not set +CONFIG_DMI=y +CONFIG_NR_CPUS_RANGE_BEGIN=2 +CONFIG_NR_CPUS_RANGE_END=64 +CONFIG_NR_CPUS_DEFAULT=32 +CONFIG_NR_CPUS=8 +CONFIG_SCHED_CLUSTER=y +CONFIG_SCHED_SMT=y +CONFIG_SCHED_MC=y +CONFIG_SCHED_MC_PRIO=y +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_IO_APIC=y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y +CONFIG_X86_MCE=y +# CONFIG_X86_MCELOG_LEGACY is not set +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_AMD=y +# CONFIG_X86_ANCIENT_MCE is not set +CONFIG_X86_MCE_THRESHOLD=y +# CONFIG_X86_MCE_INJECT is not set + +# +# Performance monitoring +# +CONFIG_PERF_EVENTS_INTEL_UNCORE=y +CONFIG_PERF_EVENTS_INTEL_RAPL=y +CONFIG_PERF_EVENTS_INTEL_CSTATE=y +# CONFIG_PERF_EVENTS_AMD_POWER is not set +CONFIG_PERF_EVENTS_AMD_UNCORE=y +# CONFIG_PERF_EVENTS_AMD_BRS is not set +# end of Performance monitoring + +CONFIG_X86_LEGACY_VM86=y +CONFIG_VM86=y +CONFIG_X86_16BIT=y +CONFIG_X86_ESPFIX32=y +CONFIG_X86_IOPL_IOPERM=y +# CONFIG_TOSHIBA is not set +# CONFIG_X86_REBOOTFIXUPS is not set +CONFIG_MICROCODE=y +CONFIG_MICROCODE_INITRD32=y +# CONFIG_MICROCODE_LATE_LOADING is not set +CONFIG_X86_MSR=y +CONFIG_X86_CPUID=y +# CONFIG_NOHIGHMEM is not set +# CONFIG_HIGHMEM4G is not set +CONFIG_HIGHMEM64G=y +CONFIG_VMSPLIT_3G=y +# CONFIG_VMSPLIT_2G is not set +# CONFIG_VMSPLIT_1G is not set +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_HIGHMEM=y +CONFIG_X86_PAE=y +# CONFIG_X86_CPA_STATISTICS is not set +CONFIG_NUMA=y +# CONFIG_NUMA_EMU is not set +CONFIG_NODES_SHIFT=3 +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ILLEGAL_POINTER_VALUE=0 +# CONFIG_X86_PMEM_LEGACY is not set +# CONFIG_HIGHPTE is not set +CONFIG_X86_CHECK_BIOS_CORRUPTION=y +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_MTRR=y +# CONFIG_MTRR_SANITIZER is not set +CONFIG_X86_PAT=y +CONFIG_ARCH_USES_PG_UNCACHED=y +CONFIG_X86_UMIP=y +CONFIG_X86_INTEL_TSX_MODE_OFF=y +# CONFIG_X86_INTEL_TSX_MODE_ON is not set +# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set +CONFIG_EFI=y +CONFIG_EFI_STUB=y +CONFIG_EFI_HANDOVER_PROTOCOL=y +# CONFIG_EFI_FAKE_MEMMAP is not set +CONFIG_EFI_RUNTIME_MAP=y +# CONFIG_HZ_100 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y +CONFIG_HZ=1000 +CONFIG_SCHED_HRTICK=y +CONFIG_ARCH_SUPPORTS_KEXEC=y +CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY=y +CONFIG_ARCH_SUPPORTS_KEXEC_SIG=y +CONFIG_ARCH_SUPPORTS_KEXEC_SIG_FORCE=y +CONFIG_ARCH_SUPPORTS_KEXEC_BZIMAGE_VERIFY_SIG=y +CONFIG_ARCH_SUPPORTS_KEXEC_JUMP=y +CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y +CONFIG_ARCH_SUPPORTS_CRASH_HOTPLUG=y +CONFIG_ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION=y +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_RELOCATABLE=y +# CONFIG_RANDOMIZE_BASE is not set +CONFIG_X86_NEED_RELOCS=y +CONFIG_PHYSICAL_ALIGN=0x200000 +CONFIG_HOTPLUG_CPU=y +# CONFIG_COMPAT_VDSO is not set +# CONFIG_CMDLINE_BOOL is not set +CONFIG_MODIFY_LDT_SYSCALL=y +# CONFIG_STRICT_SIGALTSTACK_SIZE is not set +# end of Processor type and features + +CONFIG_CC_HAS_SLS=y +CONFIG_CC_HAS_RETURN_THUNK=y +CONFIG_CC_HAS_ENTRY_PADDING=y +CONFIG_FUNCTION_PADDING_CFI=0 +CONFIG_FUNCTION_PADDING_BYTES=4 +CONFIG_SPECULATION_MITIGATIONS=y +CONFIG_PAGE_TABLE_ISOLATION=y +# CONFIG_RETPOLINE is not set +# CONFIG_GDS_FORCE_MITIGATION is not set + +# +# Power management and ACPI options +# +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HIBERNATION=y +CONFIG_HIBERNATION_SNAPSHOT_DEV=y +CONFIG_PM_STD_PARTITION="" +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +# CONFIG_PM_USERSPACE_AUTOSLEEP is not set +# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM=y +CONFIG_PM_DEBUG=y +# CONFIG_PM_ADVANCED_DEBUG is not set +# CONFIG_PM_TEST_SUSPEND is not set +CONFIG_PM_SLEEP_DEBUG=y +CONFIG_PM_TRACE=y +CONFIG_PM_TRACE_RTC=y +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +# CONFIG_ENERGY_MODEL is not set +CONFIG_ARCH_SUPPORTS_ACPI=y +CONFIG_ACPI=y +CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y +CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y +CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y +CONFIG_ACPI_THERMAL_LIB=y +# CONFIG_ACPI_DEBUGGER is not set +CONFIG_ACPI_SPCR_TABLE=y +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y +# CONFIG_ACPI_EC_DEBUGFS is not set +CONFIG_ACPI_AC=y +CONFIG_ACPI_BATTERY=y +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_VIDEO=y +CONFIG_ACPI_FAN=y +# CONFIG_ACPI_TAD is not set +CONFIG_ACPI_DOCK=y +CONFIG_ACPI_CPU_FREQ_PSS=y +CONFIG_ACPI_PROCESSOR_CSTATE=y +CONFIG_ACPI_PROCESSOR_IDLE=y +CONFIG_ACPI_PROCESSOR=y +CONFIG_ACPI_HOTPLUG_CPU=y +# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set +CONFIG_ACPI_THERMAL=y +CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y +CONFIG_ACPI_TABLE_UPGRADE=y +# CONFIG_ACPI_DEBUG is not set +# CONFIG_ACPI_PCI_SLOT is not set +CONFIG_ACPI_CONTAINER=y +CONFIG_ACPI_HOTPLUG_IOAPIC=y +# CONFIG_ACPI_SBS is not set +# CONFIG_ACPI_HED is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set +CONFIG_ACPI_BGRT=y +# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set +# CONFIG_ACPI_NUMA is not set +CONFIG_HAVE_ACPI_APEI=y +CONFIG_HAVE_ACPI_APEI_NMI=y +# CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_DPTF is not set +# CONFIG_ACPI_CONFIGFS is not set +# CONFIG_ACPI_FFH is not set +# CONFIG_PMIC_OPREGION is not set +CONFIG_X86_PM_TIMER=y +# CONFIG_APM is not set + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +# CONFIG_CPU_FREQ_STAT is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y + +# +# CPU frequency scaling drivers +# +CONFIG_X86_INTEL_PSTATE=y +# CONFIG_X86_PCC_CPUFREQ is not set +# CONFIG_X86_AMD_PSTATE is not set +# CONFIG_X86_AMD_PSTATE_UT is not set +CONFIG_X86_ACPI_CPUFREQ=y +CONFIG_X86_ACPI_CPUFREQ_CPB=y +# CONFIG_X86_POWERNOW_K6 is not set +# CONFIG_X86_POWERNOW_K7 is not set +# CONFIG_X86_POWERNOW_K8 is not set +# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set +# CONFIG_X86_GX_SUSPMOD is not set +# CONFIG_X86_SPEEDSTEP_CENTRINO is not set +# CONFIG_X86_SPEEDSTEP_ICH is not set +# CONFIG_X86_SPEEDSTEP_SMI is not set +# CONFIG_X86_P4_CLOCKMOD is not set +# CONFIG_X86_CPUFREQ_NFORCE2 is not set +# CONFIG_X86_LONGRUN is not set +# CONFIG_X86_LONGHAUL is not set +# CONFIG_X86_E_POWERSAVER is not set + +# +# shared options +# +# end of CPU Frequency scaling + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +CONFIG_CPU_IDLE_GOV_HALTPOLL=y +CONFIG_HALTPOLL_CPUIDLE=y +# end of CPU Idle + +# CONFIG_INTEL_IDLE is not set +# end of Power management and ACPI options + +# +# Bus options (PCI etc.) +# +# CONFIG_PCI_GOBIOS is not set +# CONFIG_PCI_GOMMCONFIG is not set +# CONFIG_PCI_GODIRECT is not set +CONFIG_PCI_GOANY=y +CONFIG_PCI_BIOS=y +CONFIG_PCI_DIRECT=y +CONFIG_PCI_MMCONFIG=y +# CONFIG_PCI_CNB20LE_QUIRK is not set +# CONFIG_ISA_BUS is not set +CONFIG_ISA_DMA_API=y +# CONFIG_ISA is not set +# CONFIG_SCx200 is not set +# CONFIG_ALIX is not set +# CONFIG_NET5501 is not set +# CONFIG_GEOS is not set +CONFIG_AMD_NB=y +# end of Bus options (PCI etc.) + +# +# Binary Emulations +# +CONFIG_COMPAT_32=y +# end of Binary Emulations + +CONFIG_HAVE_ATOMIC_IOMAP=y +CONFIG_HAVE_KVM=y +CONFIG_VIRTUALIZATION=y +# CONFIG_KVM is not set +CONFIG_AS_AVX512=y +CONFIG_AS_SHA1_NI=y +CONFIG_AS_SHA256_NI=y +CONFIG_AS_TPAUSE=y +CONFIG_AS_GFNI=y + +# +# General architecture-dependent options +# +CONFIG_HOTPLUG_SMT=y +CONFIG_HOTPLUG_CORE_SYNC=y +CONFIG_HOTPLUG_CORE_SYNC_DEAD=y +CONFIG_HOTPLUG_CORE_SYNC_FULL=y +CONFIG_HOTPLUG_SPLIT_STARTUP=y +CONFIG_GENERIC_ENTRY=y +CONFIG_KPROBES=y +CONFIG_JUMP_LABEL=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +# CONFIG_STATIC_CALL_SELFTEST is not set +CONFIG_OPTPROBES=y +CONFIG_UPROBES=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_KRETPROBES=y +CONFIG_KRETPROBE_ON_RETHOOK=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_KPROBES_ON_FTRACE=y +CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_SET_DIRECT_MAP=y +CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y +CONFIG_ARCH_WANTS_NO_INSTR=y +CONFIG_ARCH_32BIT_OFF_T=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_MMU_GATHER_TABLE_FREE=y +CONFIG_MMU_GATHER_RCU_TABLE_FREE=y +CONFIG_MMU_GATHER_MERGE_VMAS=y +CONFIG_MMU_LAZY_TLB_REFCOUNT=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HAS_NMI_SAFE_THIS_CPU_OPS=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y +CONFIG_LTO_NONE=y +CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOVE_PUD=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y +CONFIG_SOFTIRQ_ON_OWN_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_ARCH_MMAP_RND_BITS=8 +CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y +CONFIG_RANDOMIZE_KSTACK_OFFSET=y +# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y +CONFIG_ARCH_USE_MEMREMAP_PROT=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_HAS_MEM_ENCRYPT=y +CONFIG_HAVE_STATIC_CALL=y +CONFIG_HAVE_PREEMPT_DYNAMIC=y +CONFIG_HAVE_PREEMPT_DYNAMIC_CALL=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SPLIT_ARG64=y +CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=y +CONFIG_DYNAMIC_SIGFRAME=y +CONFIG_ARCH_HAS_HW_PTE_YOUNG=y +CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +CONFIG_FUNCTION_ALIGNMENT_4B=y +CONFIG_FUNCTION_ALIGNMENT=4 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_DEBUG is not set +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +CONFIG_MODULE_FORCE_UNLOAD=y +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_RQ_ALLOC_TIME=y +CONFIG_BLK_DEV_BSG_COMMON=y +# CONFIG_BLK_DEV_BSGLIB is not set +# CONFIG_BLK_DEV_INTEGRITY is not set +CONFIG_BLK_DEV_WRITE_MOUNTED=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_DEV_THROTTLING is not set +# CONFIG_BLK_WBT is not set +CONFIG_BLK_CGROUP_IOLATENCY=y +CONFIG_BLK_CGROUP_IOCOST=y +CONFIG_BLK_CGROUP_IOPRIO=y +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_EFI_PARTITION=y +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y +CONFIG_BLOCK_HOLDER_DEPRECATED=y +CONFIG_BLK_MQ_STACKING=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +# CONFIG_IOSCHED_BFQ is not set +# end of IO Schedulers + +CONFIG_ASN1=y +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y +CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_ELFCORE=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_BINFMT_SCRIPT=y +CONFIG_BINFMT_MISC=y +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SWAP=y +# CONFIG_ZSWAP is not set + +# +# Slab allocator options +# +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_RANDOM_KMALLOC_CACHES is not set +# end of Slab allocator options + +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +# CONFIG_COMPAT_BRK is not set +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_STATIC=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_EXCLUSIVE_SYSTEM_RAM=y +CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +# CONFIG_PAGE_REPORTING is not set +CONFIG_MIGRATION=y +CONFIG_PCP_BATCH_SCALE_MAX=5 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_BOUNCE=y +CONFIG_MMU_NOTIFIER=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +# CONFIG_TRANSPARENT_HUGEPAGE is not set +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +# CONFIG_CMA is not set +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_ARCH_HAS_ZONE_DMA_SET=y +CONFIG_ZONE_DMA=y +CONFIG_VMAP_PFN=y +CONFIG_VM_EVENT_COUNTERS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +CONFIG_GUP_GET_PXX_LOW_HIGH=y +# CONFIG_DMAPOOL_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_KMAP_LOCAL=y +CONFIG_MEMFD_CREATE=y +CONFIG_SECRETMEM=y +# CONFIG_ANON_VMA_NAME is not set +CONFIG_USERFAULTFD=y +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_NET_XGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=y +CONFIG_XFRM_USER=y +# CONFIG_XFRM_INTERFACE is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_AH=y +CONFIG_XFRM_ESP=y +# CONFIG_NET_KEY is not set +# CONFIG_XDP_SOCKETS is not set +CONFIG_NET_HANDSHAKE=y +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IP_FIB_TRIE_STATS is not set +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +CONFIG_IP_PNP_RARP=y +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=y +CONFIG_IP_MROUTE_COMMON=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +CONFIG_SYN_COOKIES=y +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_TUNNEL=y +# CONFIG_INET_DIAG is not set +CONFIG_TCP_CONG_ADVANCED=y +# CONFIG_TCP_CONG_BIC is not set +CONFIG_TCP_CONG_CUBIC=y +# CONFIG_TCP_CONG_WESTWOOD is not set +# CONFIG_TCP_CONG_HTCP is not set +# CONFIG_TCP_CONG_HSTCP is not set +# CONFIG_TCP_CONG_HYBLA is not set +# CONFIG_TCP_CONG_VEGAS is not set +# CONFIG_TCP_CONG_NV is not set +# CONFIG_TCP_CONG_SCALABLE is not set +# CONFIG_TCP_CONG_LP is not set +# CONFIG_TCP_CONG_VENO is not set +# CONFIG_TCP_CONG_YEAH is not set +# CONFIG_TCP_CONG_ILLINOIS is not set +# CONFIG_TCP_CONG_DCTCP is not set +# CONFIG_TCP_CONG_CDG is not set +# CONFIG_TCP_CONG_BBR is not set +CONFIG_DEFAULT_CUBIC=y +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_TCP_SIGPOOL=y +CONFIG_TCP_MD5SIG=y +CONFIG_IPV6=y +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_INET6_AH=y +CONFIG_INET6_ESP=y +# CONFIG_INET6_ESP_OFFLOAD is not set +# CONFIG_INET6_ESPINTCP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_ILA is not set +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +CONFIG_NETLABEL=y +# CONFIG_MPTCP is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_ADVANCED is not set + +# +# Core Netfilter Configuration +# +CONFIG_NETFILTER_INGRESS=y +CONFIG_NETFILTER_EGRESS=y +CONFIG_NETFILTER_SKIP_EGRESS=y +CONFIG_NETFILTER_NETLINK=y +CONFIG_NETFILTER_BPF_LINK=y +CONFIG_NETFILTER_NETLINK_LOG=y +CONFIG_NF_CONNTRACK=y +CONFIG_NF_LOG_SYSLOG=m +CONFIG_NF_CONNTRACK_SECMARK=y +# CONFIG_NF_CONNTRACK_PROCFS is not set +# CONFIG_NF_CONNTRACK_LABELS is not set +CONFIG_NF_CONNTRACK_FTP=y +CONFIG_NF_CONNTRACK_IRC=y +# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set +CONFIG_NF_CONNTRACK_SIP=y +CONFIG_NF_CT_NETLINK=y +# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set +CONFIG_NF_NAT=y +CONFIG_NF_NAT_FTP=y +CONFIG_NF_NAT_IRC=y +CONFIG_NF_NAT_SIP=y +CONFIG_NF_NAT_MASQUERADE=y +# CONFIG_NF_TABLES is not set +CONFIG_NETFILTER_XTABLES=y + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=m + +# +# Xtables targets +# +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_NAT=m +# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set +CONFIG_NETFILTER_XT_TARGET_NFLOG=y +# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set +CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=y +CONFIG_NETFILTER_XT_TARGET_TCPMSS=y + +# +# Xtables matches +# +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y +CONFIG_NETFILTER_XT_MATCH_POLICY=y +CONFIG_NETFILTER_XT_MATCH_STATE=y +# end of Core Netfilter Configuration + +# CONFIG_IP_SET is not set +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=y +# CONFIG_NF_SOCKET_IPV4 is not set +# CONFIG_NF_TPROXY_IPV4 is not set +# CONFIG_NF_DUP_IPV4 is not set +CONFIG_NF_LOG_ARP=m +CONFIG_NF_LOG_IPV4=m +CONFIG_NF_REJECT_IPV4=y +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +CONFIG_IP_NF_NAT=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_MANGLE=y +# CONFIG_IP_NF_RAW is not set +# end of IP: Netfilter Configuration + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_SOCKET_IPV6 is not set +# CONFIG_NF_TPROXY_IPV6 is not set +# CONFIG_NF_DUP_IPV6 is not set +CONFIG_NF_REJECT_IPV6=y +CONFIG_NF_LOG_IPV6=m +CONFIG_IP6_NF_IPTABLES=y +CONFIG_IP6_NF_MATCH_IPV6HEADER=y +CONFIG_IP6_NF_FILTER=y +CONFIG_IP6_NF_TARGET_REJECT=y +CONFIG_IP6_NF_MANGLE=y +# CONFIG_IP6_NF_RAW is not set +# end of IPv6: Netfilter Configuration + +CONFIG_NF_DEFRAG_IPV6=y +# CONFIG_NF_CONNTRACK_BRIDGE is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +# CONFIG_BRIDGE is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +CONFIG_NET_SCHED=y + +# +# Queueing/Scheduling +# +# CONFIG_NET_SCH_HTB is not set +# CONFIG_NET_SCH_HFSC is not set +# CONFIG_NET_SCH_PRIO is not set +# CONFIG_NET_SCH_MULTIQ is not set +# CONFIG_NET_SCH_RED is not set +# CONFIG_NET_SCH_SFB is not set +# CONFIG_NET_SCH_SFQ is not set +# CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCH_TBF is not set +# CONFIG_NET_SCH_CBS is not set +# CONFIG_NET_SCH_ETF is not set +# CONFIG_NET_SCH_TAPRIO is not set +# CONFIG_NET_SCH_GRED is not set +# CONFIG_NET_SCH_NETEM is not set +# CONFIG_NET_SCH_DRR is not set +# CONFIG_NET_SCH_MQPRIO is not set +# CONFIG_NET_SCH_SKBPRIO is not set +# CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set +# CONFIG_NET_SCH_CODEL is not set +# CONFIG_NET_SCH_FQ_CODEL is not set +# CONFIG_NET_SCH_CAKE is not set +# CONFIG_NET_SCH_FQ is not set +# CONFIG_NET_SCH_HHF is not set +# CONFIG_NET_SCH_PIE is not set +# CONFIG_NET_SCH_INGRESS is not set +# CONFIG_NET_SCH_PLUG is not set +# CONFIG_NET_SCH_ETS is not set +# CONFIG_NET_SCH_DEFAULT is not set + +# +# Classification +# +CONFIG_NET_CLS=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_ROUTE4 is not set +# CONFIG_NET_CLS_FW is not set +# CONFIG_NET_CLS_U32 is not set +# CONFIG_NET_CLS_FLOW is not set +CONFIG_NET_CLS_CGROUP=y +# CONFIG_NET_CLS_BPF is not set +# CONFIG_NET_CLS_FLOWER is not set +# CONFIG_NET_CLS_MATCHALL is not set +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH_NBYTE is not set +# CONFIG_NET_EMATCH_U32 is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_IPT is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_ACT_POLICE is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_SAMPLE is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +# CONFIG_NET_ACT_SIMP is not set +# CONFIG_NET_ACT_SKBEDIT is not set +# CONFIG_NET_ACT_CSUM is not set +# CONFIG_NET_ACT_MPLS is not set +# CONFIG_NET_ACT_VLAN is not set +# CONFIG_NET_ACT_BPF is not set +# CONFIG_NET_ACT_SKBMOD is not set +# CONFIG_NET_ACT_IFE is not set +# CONFIG_NET_ACT_TUNNEL_KEY is not set +# CONFIG_NET_ACT_GATE is not set +# CONFIG_NET_TC_SKB_EXT is not set +CONFIG_NET_SCH_FIFO=y +# CONFIG_DCB is not set +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +# CONFIG_NET_SWITCHDEV is not set +# CONFIG_NET_L3_MASTER_DEV is not set +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_BT is not set +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +CONFIG_FIB_RULES=y +# CONFIG_WIRELESS is not set +CONFIG_RFKILL=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +CONFIG_NET_9P=y +CONFIG_NET_9P_FD=y +CONFIG_NET_9P_VIRTIO=y +# CONFIG_NET_9P_DEBUG is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_PAGE_POOL=y +# CONFIG_PAGE_POOL_STATS is not set +CONFIG_FAILOVER=y +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_HAVE_EISA=y +# CONFIG_EISA is not set +CONFIG_HAVE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCIEPORTBUS=y +# CONFIG_HOTPLUG_PCI_PCIE is not set +# CONFIG_PCIEAER is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +CONFIG_PCIE_PME=y +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +CONFIG_PCI_LOCKLESS_CONFIG=y +# CONFIG_PCI_IOV is not set +# CONFIG_PCI_PRI is not set +# CONFIG_PCI_PASID is not set +CONFIG_PCI_LABEL=y +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_HOTPLUG_PCI=y +# CONFIG_HOTPLUG_PCI_COMPAQ is not set +# CONFIG_HOTPLUG_PCI_IBM is not set +# CONFIG_HOTPLUG_PCI_ACPI is not set +# CONFIG_HOTPLUG_PCI_CPCI is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set + +# +# PCI controller drivers +# + +# +# Cadence-based PCIe controllers +# +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +# CONFIG_PCI_MESON is not set +# CONFIG_PCIE_DW_PLAT_HOST is not set +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +CONFIG_PCCARD=y +CONFIG_PCMCIA=y +CONFIG_PCMCIA_LOAD_CIS=y +CONFIG_CARDBUS=y + +# +# PC-card bridges +# +CONFIG_YENTA=y +CONFIG_YENTA_O2=y +CONFIG_YENTA_RICOH=y +CONFIG_YENTA_TI=y +CONFIG_YENTA_ENE_TUNE=y +CONFIG_YENTA_TOSHIBA=y +# CONFIG_PD6729 is not set +# CONFIG_I82092 is not set +CONFIG_PCCARD_NONSTATIC=y +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +CONFIG_AUXILIARY_BUS=y +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +# CONFIG_DEVTMPFS_SAFE is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_ALLOW_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +CONFIG_DEBUG_DEVRES=y +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_DEVICES=y +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_REGMAP=y +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_MHI_BUS is not set +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# +# Cache Drivers +# +# end of Cache Drivers + +CONFIG_CONNECTOR=y +CONFIG_PROC_EVENTS=y + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# end of ARM System Control and Management Interface Protocol + +# CONFIG_EDD is not set +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y +# CONFIG_ISCSI_IBFT is not set +# CONFIG_FW_CFG_SYSFS is not set +# CONFIG_SYSFB_SIMPLEFB is not set +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# EFI (Extensible Firmware Interface) Support +# +CONFIG_EFI_ESRT=y +CONFIG_EFI_DXE_MEM_ATTRIBUTES=y +CONFIG_EFI_RUNTIME_WRAPPERS=y +# CONFIG_EFI_BOOTLOADER_CONTROL is not set +CONFIG_EFI_CAPSULE_LOADER=y +CONFIG_EFI_CAPSULE_QUIRK_QUARK_CSH=y +# CONFIG_EFI_TEST is not set +# CONFIG_APPLE_PROPERTIES is not set +# CONFIG_RESET_ATTACK_MITIGATION is not set +# CONFIG_EFI_RCI2_TABLE is not set +# CONFIG_EFI_DISABLE_PCI_DMA is not set +CONFIG_EFI_EARLYCON=y +CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y +# CONFIG_EFI_DISABLE_RUNTIME is not set +# CONFIG_EFI_COCO_SECRET is not set +# end of EFI (Extensible Firmware Interface) Support + +# +# Qualcomm firmware drivers +# +# end of Qualcomm firmware drivers + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +# CONFIG_MTD is not set +# CONFIG_OF is not set +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +# CONFIG_PARPORT is not set +CONFIG_PNP=y +CONFIG_PNP_DEBUG_MESSAGES=y + +# +# Protocols +# +CONFIG_PNPACPI=y +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +# CONFIG_BLK_DEV_FD is not set +CONFIG_CDROM=y +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +CONFIG_VIRTIO_BLK=y +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_UBLK is not set + +# +# NVME Support +# +# CONFIG_BLK_DEV_NVME is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_IBM_ASM is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HP_ILO is not set +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_PCH_PHUB is not set +# CONFIG_SRAM is not set +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_NSM is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_INTEL_MEI is not set +# CONFIG_VMWARE_VMCI is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +CONFIG_BLK_DEV_SR=y +CONFIG_CHR_DEV_SG=y +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +CONFIG_SCSI_CONSTANTS=y +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +CONFIG_SCSI_SPI_ATTRS=y +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +# CONFIG_SCSI_MPT3SAS is not set +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_VMWARE_PVSCSI is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_ISCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_IPR is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_NSP32 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +CONFIG_SCSI_VIRTIO=y +# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_SATA_HOST=y +CONFIG_PATA_TIMINGS=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATA_FORCE=y +CONFIG_ATA_ACPI=y +# CONFIG_SATA_ZPODD is not set +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +# CONFIG_SATA_AHCI_PLATFORM is not set +# CONFIG_AHCI_DWC is not set +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +# CONFIG_SATA_SIL24 is not set +CONFIG_ATA_SFF=y + +# +# SFF controllers with custom DMA interface +# +# CONFIG_PDC_ADMA is not set +# CONFIG_SATA_QSTOR is not set +# CONFIG_SATA_SX4 is not set +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# +CONFIG_ATA_PIIX=y +# CONFIG_SATA_DWC is not set +# CONFIG_SATA_MV is not set +# CONFIG_SATA_NV is not set +# CONFIG_SATA_PROMISE is not set +# CONFIG_SATA_SIL is not set +# CONFIG_SATA_SIS is not set +# CONFIG_SATA_SVW is not set +# CONFIG_SATA_ULI is not set +# CONFIG_SATA_VIA is not set +# CONFIG_SATA_VITESSE is not set + +# +# PATA SFF controllers with BMDMA +# +# CONFIG_PATA_ALI is not set +CONFIG_PATA_AMD=y +# CONFIG_PATA_ARTOP is not set +# CONFIG_PATA_ATIIXP is not set +# CONFIG_PATA_ATP867X is not set +# CONFIG_PATA_CMD64X is not set +# CONFIG_PATA_CS5520 is not set +# CONFIG_PATA_CS5530 is not set +# CONFIG_PATA_CS5535 is not set +# CONFIG_PATA_CS5536 is not set +# CONFIG_PATA_CYPRESS is not set +# CONFIG_PATA_EFAR is not set +# CONFIG_PATA_HPT366 is not set +# CONFIG_PATA_HPT37X is not set +# CONFIG_PATA_HPT3X2N is not set +# CONFIG_PATA_HPT3X3 is not set +# CONFIG_PATA_IT8213 is not set +# CONFIG_PATA_IT821X is not set +# CONFIG_PATA_JMICRON is not set +# CONFIG_PATA_MARVELL is not set +# CONFIG_PATA_NETCELL is not set +# CONFIG_PATA_NINJA32 is not set +# CONFIG_PATA_NS87415 is not set +CONFIG_PATA_OLDPIIX=y +# CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_PDC2027X is not set +# CONFIG_PATA_PDC_OLD is not set +# CONFIG_PATA_RADISYS is not set +# CONFIG_PATA_RDC is not set +# CONFIG_PATA_SC1200 is not set +CONFIG_PATA_SCH=y +# CONFIG_PATA_SERVERWORKS is not set +# CONFIG_PATA_SIL680 is not set +# CONFIG_PATA_SIS is not set +# CONFIG_PATA_TOSHIBA is not set +# CONFIG_PATA_TRIFLEX is not set +# CONFIG_PATA_VIA is not set +# CONFIG_PATA_WINBOND is not set + +# +# PIO-only SFF controllers +# +# CONFIG_PATA_CMD640_PCI is not set +CONFIG_PATA_MPIIX=y +# CONFIG_PATA_NS87410 is not set +# CONFIG_PATA_OPTI is not set +# CONFIG_PATA_PCMCIA is not set +# CONFIG_PATA_RZ1000 is not set + +# +# Generic fallback / legacy drivers +# +# CONFIG_PATA_ACPI is not set +CONFIG_ATA_GENERIC=y +# CONFIG_PATA_LEGACY is not set +CONFIG_MD=y +CONFIG_BLK_DEV_MD=y +CONFIG_MD_AUTODETECT=y +CONFIG_MD_BITMAP_FILE=y +# CONFIG_MD_RAID0 is not set +# CONFIG_MD_RAID1 is not set +# CONFIG_MD_RAID10 is not set +# CONFIG_MD_RAID456 is not set +# CONFIG_BCACHE is not set +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DM=y +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_UNSTRIPED is not set +# CONFIG_DM_CRYPT is not set +# CONFIG_DM_SNAPSHOT is not set +# CONFIG_DM_THIN_PROVISIONING is not set +# CONFIG_DM_CACHE is not set +# CONFIG_DM_WRITECACHE is not set +# CONFIG_DM_ERA is not set +# CONFIG_DM_CLONE is not set +CONFIG_DM_MIRROR=y +# CONFIG_DM_LOG_USERSPACE is not set +# CONFIG_DM_RAID is not set +CONFIG_DM_ZERO=y +# CONFIG_DM_MULTIPATH is not set +# CONFIG_DM_DELAY is not set +# CONFIG_DM_DUST is not set +# CONFIG_DM_INIT is not set +# CONFIG_DM_UEVENT is not set +# CONFIG_DM_FLAKEY is not set +# CONFIG_DM_VERITY is not set +# CONFIG_DM_SWITCH is not set +# CONFIG_DM_LOG_WRITES is not set +# CONFIG_DM_INTEGRITY is not set +# CONFIG_DM_AUDIT is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_MAC_EMUMOUSEBTN=y +# CONFIG_NETDEVICES is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +CONFIG_INPUT_FF_MEMLESS=y +CONFIG_INPUT_SPARSEKMAP=y +# CONFIG_INPUT_MATRIXKMAP is not set +CONFIG_INPUT_VIVALDIFMAP=y + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CYPRESS_SF is not set +CONFIG_INPUT_MOUSE=y +CONFIG_MOUSE_PS2=y +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_LIFEBOOK=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +# CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=y +# CONFIG_MOUSE_PS2_VMMOUSE is not set +CONFIG_MOUSE_PS2_SMBUS=y +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_CYAPA is not set +# CONFIG_MOUSE_ELAN_I2C is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_MOUSE_SYNAPTICS_USB is not set +CONFIG_INPUT_JOYSTICK=y +# CONFIG_JOYSTICK_ANALOG is not set +# CONFIG_JOYSTICK_A3D is not set +# CONFIG_JOYSTICK_ADI is not set +# CONFIG_JOYSTICK_COBRA is not set +# CONFIG_JOYSTICK_GF2K is not set +# CONFIG_JOYSTICK_GRIP is not set +# CONFIG_JOYSTICK_GRIP_MP is not set +# CONFIG_JOYSTICK_GUILLEMOT is not set +# CONFIG_JOYSTICK_INTERACT is not set +# CONFIG_JOYSTICK_SIDEWINDER is not set +# CONFIG_JOYSTICK_TMDC is not set +# CONFIG_JOYSTICK_IFORCE is not set +# CONFIG_JOYSTICK_WARRIOR is not set +# CONFIG_JOYSTICK_MAGELLAN is not set +# CONFIG_JOYSTICK_SPACEORB is not set +# CONFIG_JOYSTICK_SPACEBALL is not set +# CONFIG_JOYSTICK_STINGER is not set +# CONFIG_JOYSTICK_TWIDJOY is not set +# CONFIG_JOYSTICK_ZHENHUA is not set +# CONFIG_JOYSTICK_AS5011 is not set +# CONFIG_JOYSTICK_JOYDUMP is not set +# CONFIG_JOYSTICK_XPAD is not set +# CONFIG_JOYSTICK_PXRC is not set +# CONFIG_JOYSTICK_QWIIC is not set +# CONFIG_JOYSTICK_FSIA6B is not set +# CONFIG_JOYSTICK_SENSEHAT is not set +# CONFIG_JOYSTICK_SEESAW is not set +CONFIG_INPUT_TABLET=y +# CONFIG_TABLET_USB_ACECAD is not set +# CONFIG_TABLET_USB_AIPTEK is not set +# CONFIG_TABLET_USB_HANWANG is not set +# CONFIG_TABLET_USB_KBTAB is not set +# CONFIG_TABLET_USB_PEGASUS is not set +# CONFIG_TABLET_SERIAL_WACOM4 is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_AD7879 is not set +# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set +# CONFIG_TOUCHSCREEN_BU21013 is not set +# CONFIG_TOUCHSCREEN_BU21029 is not set +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8505 is not set +# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set +# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP5 is not set +# CONFIG_TOUCHSCREEN_DYNAPRO is not set +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set +# CONFIG_TOUCHSCREEN_EXC3000 is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +# CONFIG_TOUCHSCREEN_HIDEEP is not set +# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set +# CONFIG_TOUCHSCREEN_HYNITRON_CSTXXX is not set +# CONFIG_TOUCHSCREEN_ILI210X is not set +# CONFIG_TOUCHSCREEN_ILITEK is not set +# CONFIG_TOUCHSCREEN_S6SY761 is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_EKTF2127 is not set +# CONFIG_TOUCHSCREEN_ELAN is not set +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WACOM_I2C is not set +# CONFIG_TOUCHSCREEN_MAX11801 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +# CONFIG_TOUCHSCREEN_MMS114 is not set +# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS is not set +# CONFIG_TOUCHSCREEN_IMAGIS is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +# CONFIG_TOUCHSCREEN_PIXCIR is not set +# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set +# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TSC_SERIO is not set +# CONFIG_TOUCHSCREEN_TSC2004 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_SILEAD is not set +# CONFIG_TOUCHSCREEN_ST1232 is not set +# CONFIG_TOUCHSCREEN_STMFTS is not set +# CONFIG_TOUCHSCREEN_SX8654 is not set +# CONFIG_TOUCHSCREEN_TPS6507X is not set +# CONFIG_TOUCHSCREEN_ZET6223 is not set +# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set +# CONFIG_TOUCHSCREEN_IQS5XX is not set +# CONFIG_TOUCHSCREEN_IQS7211 is not set +# CONFIG_TOUCHSCREEN_ZINITIX is not set +# CONFIG_TOUCHSCREEN_HIMAX_HX83112B is not set +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AD714X is not set +# CONFIG_INPUT_BMA150 is not set +# CONFIG_INPUT_E3X0_BUTTON is not set +# CONFIG_INPUT_PCSPKR is not set +# CONFIG_INPUT_MMA8450 is not set +# CONFIG_INPUT_APANEL is not set +# CONFIG_INPUT_WISTRON_BTNS is not set +# CONFIG_INPUT_ATLAS_BTNS is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_KXTJ9 is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +# CONFIG_INPUT_UINPUT is not set +# CONFIG_INPUT_PCF8574 is not set +# CONFIG_INPUT_DA7280_HAPTICS is not set +# CONFIG_INPUT_ADXL34X is not set +# CONFIG_INPUT_IMS_PCU is not set +# CONFIG_INPUT_IQS269A is not set +# CONFIG_INPUT_IQS626A is not set +# CONFIG_INPUT_IQS7222 is not set +# CONFIG_INPUT_CMA3000 is not set +# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set +# CONFIG_INPUT_DRV2665_HAPTICS is not set +# CONFIG_INPUT_DRV2667_HAPTICS is not set +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +CONFIG_SERIO_I8042=y +CONFIG_SERIO_SERPORT=y +# CONFIG_SERIO_CT82C710 is not set +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +# CONFIG_VT_HW_CONSOLE_BINDING is not set +CONFIG_UNIX98_PTYS=y +# CONFIG_LEGACY_PTYS is not set +CONFIG_LEGACY_TIOCSTI=y +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_PNP=y +# CONFIG_SERIAL_8250_16550A_VARIANTS is not set +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +# CONFIG_SERIAL_8250_CS is not set +CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_8250_DETECT_IRQ=y +CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_8250_DWLIB=y +# CONFIG_SERIAL_8250_DW is not set +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_8250_LPSS=y +CONFIG_SERIAL_8250_MID=y +CONFIG_SERIAL_8250_PERICOM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_LANTIQ is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_TIMBERDALE is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_PCH_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# end of Serial drivers + +CONFIG_SERIAL_NONSTANDARD=y +# CONFIG_MOXA_INTELLIO is not set +# CONFIG_MOXA_SMARTIO is not set +# CONFIG_N_HDLC is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +CONFIG_HVC_DRIVER=y +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_TTY_PRINTK is not set +CONFIG_VIRTIO_CONSOLE=y +# CONFIG_IPMI_HANDLER is not set +CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +CONFIG_HW_RANDOM_INTEL=y +CONFIG_HW_RANDOM_AMD=y +# CONFIG_HW_RANDOM_BA431 is not set +CONFIG_HW_RANDOM_GEODE=y +CONFIG_HW_RANDOM_VIA=y +# CONFIG_HW_RANDOM_VIRTIO is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +# CONFIG_APPLICOM is not set +# CONFIG_SONYPI is not set +# CONFIG_MWAVE is not set +# CONFIG_PC8736x_GPIO is not set +# CONFIG_NSC_GPIO is not set +CONFIG_DEVMEM=y +CONFIG_NVRAM=y +CONFIG_DEVPORT=y +CONFIG_HPET=y +# CONFIG_HPET_MMAP is not set +# CONFIG_HANGCHECK_TIMER is not set +# CONFIG_TCG_TPM is not set +# CONFIG_TELCLOCK is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_ACPI_I2C_OPREGION=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +# CONFIG_I2C_CHARDEV is not set +# CONFIG_I2C_MUX is not set +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=y +CONFIG_I2C_ALGOBIT=y + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_AMD_MP2 is not set +CONFIG_I2C_I801=y +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_ISMT is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# ACPI drivers +# +# CONFIG_I2C_SCMI is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_EG20T is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_SIMTEC is not set +# CONFIG_I2C_XILINX is not set + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_PCI1XXXX is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_SCx200_ACB is not set +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +# CONFIG_SPI is not set +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +# CONFIG_PTP_1588_CLOCK_PCH is not set +CONFIG_PTP_1588_CLOCK_KVM=y +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# CONFIG_PTP_1588_CLOCK_MOCK is not set +# CONFIG_PTP_1588_CLOCK_VMW is not set +# end of PTP clock support + +# CONFIG_PINCTRL is not set +# CONFIG_GPIOLIB is not set +# CONFIG_W1 is not set +# CONFIG_POWER_RESET is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_POWER_SUPPLY_HWMON=y +# CONFIG_IP5XXX_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SAMSUNG_SDI is not set +# CONFIG_BATTERY_SBS is not set +# CONFIG_CHARGER_SBS is not set +# CONFIG_BATTERY_BQ27XXX is not set +# CONFIG_BATTERY_MAX17042 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_LTC4162L is not set +# CONFIG_CHARGER_MAX77976 is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_BD99954 is not set +# CONFIG_BATTERY_UG3105 is not set +# CONFIG_FUEL_GAUGE_MM8013 is not set +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# +# CONFIG_SENSORS_ABITUGURU is not set +# CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_AD7414 is not set +# CONFIG_SENSORS_AD7418 is not set +# CONFIG_SENSORS_ADM1021 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1029 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ADM1177 is not set +# CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7410 is not set +# CONFIG_SENSORS_ADT7411 is not set +# CONFIG_SENSORS_ADT7462 is not set +# CONFIG_SENSORS_ADT7470 is not set +# CONFIG_SENSORS_ADT7475 is not set +# CONFIG_SENSORS_AHT10 is not set +# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set +# CONFIG_SENSORS_AS370 is not set +# CONFIG_SENSORS_ASC7621 is not set +# CONFIG_SENSORS_AXI_FAN_CONTROL is not set +# CONFIG_SENSORS_K8TEMP is not set +# CONFIG_SENSORS_K10TEMP is not set +# CONFIG_SENSORS_FAM15H_POWER is not set +# CONFIG_SENSORS_APPLESMC is not set +# CONFIG_SENSORS_ASB100 is not set +# CONFIG_SENSORS_ATXP1 is not set +# CONFIG_SENSORS_CORSAIR_CPRO is not set +# CONFIG_SENSORS_CORSAIR_PSU is not set +# CONFIG_SENSORS_DRIVETEMP is not set +# CONFIG_SENSORS_DS620 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_DELL_SMM is not set +# CONFIG_SENSORS_I5K_AMB is not set +# CONFIG_SENSORS_F71805F is not set +# CONFIG_SENSORS_F71882FG is not set +# CONFIG_SENSORS_F75375S is not set +# CONFIG_SENSORS_FSCHMD is not set +# CONFIG_SENSORS_FTSTEUTATES is not set +# CONFIG_SENSORS_GIGABYTE_WATERFORCE is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_G760A is not set +# CONFIG_SENSORS_G762 is not set +# CONFIG_SENSORS_HIH6130 is not set +# CONFIG_SENSORS_HS3001 is not set +# CONFIG_SENSORS_I5500 is not set +# CONFIG_SENSORS_CORETEMP is not set +# CONFIG_SENSORS_IT87 is not set +# CONFIG_SENSORS_JC42 is not set +# CONFIG_SENSORS_POWERZ is not set +# CONFIG_SENSORS_POWR1220 is not set +# CONFIG_SENSORS_LINEAGE is not set +# CONFIG_SENSORS_LTC2945 is not set +# CONFIG_SENSORS_LTC2947_I2C is not set +# CONFIG_SENSORS_LTC2990 is not set +# CONFIG_SENSORS_LTC2991 is not set +# CONFIG_SENSORS_LTC4151 is not set +# CONFIG_SENSORS_LTC4215 is not set +# CONFIG_SENSORS_LTC4222 is not set +# CONFIG_SENSORS_LTC4245 is not set +# CONFIG_SENSORS_LTC4260 is not set +# CONFIG_SENSORS_LTC4261 is not set +# CONFIG_SENSORS_MAX127 is not set +# CONFIG_SENSORS_MAX16065 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX1668 is not set +# CONFIG_SENSORS_MAX197 is not set +# CONFIG_SENSORS_MAX31730 is not set +# CONFIG_SENSORS_MAX31760 is not set +# CONFIG_MAX31827 is not set +# CONFIG_SENSORS_MAX6620 is not set +# CONFIG_SENSORS_MAX6621 is not set +# CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6642 is not set +# CONFIG_SENSORS_MAX6650 is not set +# CONFIG_SENSORS_MAX6697 is not set +# CONFIG_SENSORS_MAX31790 is not set +# CONFIG_SENSORS_MC34VR500 is not set +# CONFIG_SENSORS_MCP3021 is not set +# CONFIG_SENSORS_TC654 is not set +# CONFIG_SENSORS_TPS23861 is not set +# CONFIG_SENSORS_MR75203 is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM73 is not set +# CONFIG_SENSORS_LM75 is not set +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +# CONFIG_SENSORS_LM90 is not set +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_LM95234 is not set +# CONFIG_SENSORS_LM95241 is not set +# CONFIG_SENSORS_LM95245 is not set +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +# CONFIG_SENSORS_NCT6683 is not set +# CONFIG_SENSORS_NCT6775 is not set +# CONFIG_SENSORS_NCT6775_I2C is not set +# CONFIG_SENSORS_NCT7802 is not set +# CONFIG_SENSORS_NCT7904 is not set +# CONFIG_SENSORS_NPCM7XX is not set +# CONFIG_SENSORS_NZXT_KRAKEN2 is not set +# CONFIG_SENSORS_NZXT_SMART2 is not set +# CONFIG_SENSORS_OCC_P8_I2C is not set +# CONFIG_SENSORS_OXP is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_PMBUS is not set +# CONFIG_SENSORS_SBTSI is not set +# CONFIG_SENSORS_SBRMI is not set +# CONFIG_SENSORS_SHT21 is not set +# CONFIG_SENSORS_SHT3x is not set +# CONFIG_SENSORS_SHT4x is not set +# CONFIG_SENSORS_SHTC1 is not set +# CONFIG_SENSORS_SIS5595 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC2305 is not set +# CONFIG_SENSORS_EMC6W201 is not set +# CONFIG_SENSORS_SMSC47M1 is not set +# CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47B397 is not set +# CONFIG_SENSORS_SCH5627 is not set +# CONFIG_SENSORS_SCH5636 is not set +# CONFIG_SENSORS_STTS751 is not set +# CONFIG_SENSORS_ADC128D818 is not set +# CONFIG_SENSORS_ADS7828 is not set +# CONFIG_SENSORS_AMC6821 is not set +# CONFIG_SENSORS_INA209 is not set +# CONFIG_SENSORS_INA2XX is not set +# CONFIG_SENSORS_INA238 is not set +# CONFIG_SENSORS_INA3221 is not set +# CONFIG_SENSORS_TC74 is not set +# CONFIG_SENSORS_THMC50 is not set +# CONFIG_SENSORS_TMP102 is not set +# CONFIG_SENSORS_TMP103 is not set +# CONFIG_SENSORS_TMP108 is not set +# CONFIG_SENSORS_TMP401 is not set +# CONFIG_SENSORS_TMP421 is not set +# CONFIG_SENSORS_TMP464 is not set +# CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_VIA_CPUTEMP is not set +# CONFIG_SENSORS_VIA686A is not set +# CONFIG_SENSORS_VT1211 is not set +# CONFIG_SENSORS_VT8231 is not set +# CONFIG_SENSORS_W83773G is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83791D is not set +# CONFIG_SENSORS_W83792D is not set +# CONFIG_SENSORS_W83793 is not set +# CONFIG_SENSORS_W83795 is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83L786NG is not set +# CONFIG_SENSORS_W83627HF is not set +# CONFIG_SENSORS_W83627EHF is not set + +# +# ACPI drivers +# +# CONFIG_SENSORS_ACPI_POWER is not set +# CONFIG_SENSORS_ATK0110 is not set +# CONFIG_SENSORS_ASUS_WMI is not set +# CONFIG_SENSORS_ASUS_EC is not set +# CONFIG_SENSORS_HP_WMI is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +# CONFIG_THERMAL_STATISTICS is not set +# CONFIG_THERMAL_DEBUGFS is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_WRITABLE_TRIPS=y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +CONFIG_THERMAL_GOV_USER_SPACE=y +# CONFIG_THERMAL_EMULATION is not set + +# +# Intel thermal drivers +# +# CONFIG_INTEL_POWERCLAMP is not set +CONFIG_X86_THERMAL_VECTOR=y +CONFIG_INTEL_TCC=y +CONFIG_X86_PKG_TEMP_THERMAL=m +# CONFIG_INTEL_SOC_DTS_THERMAL is not set + +# +# ACPI INT340X thermal drivers +# +# end of ACPI INT340X thermal drivers + +# CONFIG_INTEL_PCH_THERMAL is not set +# CONFIG_INTEL_TCC_COOLING is not set +# CONFIG_INTEL_HFI_THERMAL is not set +# end of Intel thermal drivers + +CONFIG_WATCHDOG=y +# CONFIG_WATCHDOG_CORE is not set +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +# CONFIG_WDAT_WDT is not set +# CONFIG_XILINX_WATCHDOG is not set +# CONFIG_ZIIRAVE_WATCHDOG is not set +# CONFIG_CADENCE_WATCHDOG is not set +# CONFIG_DW_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +# CONFIG_ACQUIRE_WDT is not set +# CONFIG_ADVANTECH_WDT is not set +# CONFIG_ADVANTECH_EC_WDT is not set +# CONFIG_ALIM1535_WDT is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_EBC_C384_WDT is not set +# CONFIG_EXAR_WDT is not set +# CONFIG_F71808E_WDT is not set +# CONFIG_SP5100_TCO is not set +# CONFIG_SBC_FITPC2_WATCHDOG is not set +# CONFIG_EUROTECH_WDT is not set +# CONFIG_IB700_WDT is not set +# CONFIG_IBMASR is not set +# CONFIG_WAFER_WDT is not set +# CONFIG_I6300ESB_WDT is not set +# CONFIG_IE6XX_WDT is not set +# CONFIG_ITCO_WDT is not set +# CONFIG_IT8712F_WDT is not set +# CONFIG_IT87_WDT is not set +# CONFIG_HP_WATCHDOG is not set +# CONFIG_SC1200_WDT is not set +# CONFIG_PC87413_WDT is not set +# CONFIG_NV_TCO is not set +# CONFIG_60XX_WDT is not set +# CONFIG_SBC8360_WDT is not set +# CONFIG_SBC7240_WDT is not set +# CONFIG_CPU5_WDT is not set +# CONFIG_SMSC_SCH311X_WDT is not set +# CONFIG_SMSC37B787_WDT is not set +# CONFIG_TQMX86_WDT is not set +# CONFIG_VIA_WDT is not set +# CONFIG_W83627HF_WDT is not set +# CONFIG_W83877F_WDT is not set +# CONFIG_W83977F_WDT is not set +# CONFIG_MACHZ_WDT is not set +# CONFIG_SBC_EPX_C3_WATCHDOG is not set +# CONFIG_NI903X_WDT is not set +# CONFIG_NIC7018_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_CS5535 is not set +# CONFIG_MFD_AS3711 is not set +# CONFIG_MFD_SMPRO is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_CS42L43_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_INTEL_LPSS_ACPI is not set +# CONFIG_MFD_INTEL_LPSS_PCI is not set +# CONFIG_MFD_INTEL_PMC_BXT is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77541 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6370 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_RC5T583 is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_SYSCON is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS6594_I2C is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ATC260X_I2C is not set +# end of Multifunction device drivers + +# CONFIG_REGULATOR is not set +# CONFIG_RC_CORE is not set + +# +# CEC support +# +# CONFIG_MEDIA_CEC_SUPPORT is not set +# end of CEC support + +# CONFIG_MEDIA_SUPPORT is not set + +# +# Graphics support +# +CONFIG_APERTURE_HELPERS=y +CONFIG_VIDEO_CMDLINE=y +CONFIG_VIDEO_NOMODESET=y +# CONFIG_AUXDISPLAY is not set +CONFIG_AGP=y +# CONFIG_AGP_ALI is not set +# CONFIG_AGP_ATI is not set +# CONFIG_AGP_AMD is not set +CONFIG_AGP_AMD64=y +CONFIG_AGP_INTEL=y +# CONFIG_AGP_NVIDIA is not set +# CONFIG_AGP_SIS is not set +# CONFIG_AGP_SWORKS is not set +# CONFIG_AGP_VIA is not set +# CONFIG_AGP_EFFICEON is not set +CONFIG_INTEL_GTT=y +# CONFIG_VGA_SWITCHEROO is not set +CONFIG_DRM=y +CONFIG_DRM_MIPI_DSI=y +# CONFIG_DRM_DEBUG_MM is not set +CONFIG_DRM_KMS_HELPER=y +# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set +# CONFIG_DRM_FBDEV_EMULATION is not set +# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +CONFIG_DRM_DISPLAY_HELPER=y +CONFIG_DRM_DISPLAY_DP_HELPER=y +CONFIG_DRM_DISPLAY_HDCP_HELPER=y +CONFIG_DRM_DISPLAY_HDMI_HELPER=y +# CONFIG_DRM_DP_AUX_CHARDEV is not set +# CONFIG_DRM_DP_CEC is not set +CONFIG_DRM_TTM=y +CONFIG_DRM_BUDDY=y +CONFIG_DRM_GEM_SHMEM_HELPER=y + +# +# I2C encoder or helper chips +# +# CONFIG_DRM_I2C_CH7006 is not set +# CONFIG_DRM_I2C_SIL164 is not set +# CONFIG_DRM_I2C_NXP_TDA998X is not set +# CONFIG_DRM_I2C_NXP_TDA9950 is not set +# end of I2C encoder or helper chips + +# +# ARM devices +# +# end of ARM devices + +# CONFIG_DRM_RADEON is not set +# CONFIG_DRM_AMDGPU is not set +# CONFIG_DRM_NOUVEAU is not set +CONFIG_DRM_I915=y +CONFIG_DRM_I915_FORCE_PROBE="" +CONFIG_DRM_I915_CAPTURE_ERROR=y +CONFIG_DRM_I915_COMPRESS_ERROR=y +CONFIG_DRM_I915_USERPTR=y + +# +# drm/i915 Debugging +# +# CONFIG_DRM_I915_WERROR is not set +# CONFIG_DRM_I915_DEBUG is not set +# CONFIG_DRM_I915_DEBUG_MMIO is not set +# CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set +# CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set +# CONFIG_DRM_I915_DEBUG_GUC is not set +# CONFIG_DRM_I915_SELFTEST is not set +# CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set +# CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set +# CONFIG_DRM_I915_DEBUG_RUNTIME_PM is not set +# CONFIG_DRM_I915_DEBUG_WAKEREF is not set +# end of drm/i915 Debugging + +# +# drm/i915 Profile Guided Optimisation +# +CONFIG_DRM_I915_REQUEST_TIMEOUT=20000 +CONFIG_DRM_I915_FENCE_TIMEOUT=10000 +CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250 +CONFIG_DRM_I915_HEARTBEAT_INTERVAL=2500 +CONFIG_DRM_I915_PREEMPT_TIMEOUT=640 +CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500 +CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000 +CONFIG_DRM_I915_STOP_TIMEOUT=100 +CONFIG_DRM_I915_TIMESLICE_DURATION=1 +# end of drm/i915 Profile Guided Optimisation + +# CONFIG_DRM_VGEM is not set +# CONFIG_DRM_VKMS is not set +# CONFIG_DRM_VMWGFX is not set +# CONFIG_DRM_GMA500 is not set +# CONFIG_DRM_UDL is not set +# CONFIG_DRM_AST is not set +# CONFIG_DRM_MGAG200 is not set +# CONFIG_DRM_QXL is not set +CONFIG_DRM_VIRTIO_GPU=y +CONFIG_DRM_VIRTIO_GPU_KMS=y +CONFIG_DRM_PANEL=y + +# +# Display Panels +# +# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set +# end of Display Panels + +CONFIG_DRM_BRIDGE=y +CONFIG_DRM_PANEL_BRIDGE=y + +# +# Display Interface Bridges +# +# CONFIG_DRM_ANALOGIX_ANX78XX is not set +# end of Display Interface Bridges + +# CONFIG_DRM_ETNAVIV is not set +# CONFIG_DRM_BOCHS is not set +# CONFIG_DRM_CIRRUS_QEMU is not set +# CONFIG_DRM_GM12U320 is not set +# CONFIG_DRM_SIMPLEDRM is not set +# CONFIG_DRM_VBOXVIDEO is not set +# CONFIG_DRM_GUD is not set +# CONFIG_DRM_SSD130X is not set +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y + +# +# Frame buffer Devices +# +# CONFIG_FB is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_KTZ8866 is not set +# CONFIG_BACKLIGHT_APPLE is not set +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_SAHARA is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# end of Backlight & LCD device support + +CONFIG_HDMI=y + +# +# Console display driver support +# +CONFIG_VGA_CONSOLE=y +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +# end of Console display driver support +# end of Graphics support + +# CONFIG_DRM_ACCEL is not set +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_TIMER=y +CONFIG_SND_PCM=y +CONFIG_SND_HWDEP=y +CONFIG_SND_SEQ_DEVICE=y +CONFIG_SND_JACK=y +CONFIG_SND_JACK_INPUT_DEV=y +# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_PCM_TIMER=y +CONFIG_SND_HRTIMER=y +# CONFIG_SND_DYNAMIC_MINORS is not set +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_CTL_FAST_LOOKUP=y +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_CTL_INPUT_VALIDATION is not set +CONFIG_SND_VMASTER=y +CONFIG_SND_DMA_SGBUF=y +CONFIG_SND_SEQUENCER=y +CONFIG_SND_SEQ_DUMMY=y +CONFIG_SND_SEQ_HRTIMER_DEFAULT=y +# CONFIG_SND_SEQ_UMP is not set +CONFIG_SND_DRIVERS=y +# CONFIG_SND_PCSP is not set +# CONFIG_SND_DUMMY is not set +# CONFIG_SND_ALOOP is not set +# CONFIG_SND_PCMTEST is not set +# CONFIG_SND_VIRMIDI is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_MPU401 is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS300 is not set +# CONFIG_SND_ALS4000 is not set +# CONFIG_SND_ALI5451 is not set +# CONFIG_SND_ASIHPI is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_AZT3328 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CS5530 is not set +# CONFIG_SND_CS5535AUDIO is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_EMU10K1 is not set +# CONFIG_SND_EMU10K1X is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_ES1938 is not set +# CONFIG_SND_ES1968 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1712 is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_LX6464ES is not set +# CONFIG_SND_MAESTRO3 is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_SIS7019 is not set +# CONFIG_SND_SONICVIBES is not set +# CONFIG_SND_TRIDENT is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +CONFIG_SND_HDA=y +CONFIG_SND_HDA_INTEL=y +CONFIG_SND_HDA_HWDEP=y +# CONFIG_SND_HDA_RECONFIG is not set +# CONFIG_SND_HDA_INPUT_BEEP is not set +# CONFIG_SND_HDA_PATCH_LOADER is not set +# CONFIG_SND_HDA_CODEC_REALTEK is not set +# CONFIG_SND_HDA_CODEC_ANALOG is not set +# CONFIG_SND_HDA_CODEC_SIGMATEL is not set +# CONFIG_SND_HDA_CODEC_VIA is not set +# CONFIG_SND_HDA_CODEC_HDMI is not set +# CONFIG_SND_HDA_CODEC_CIRRUS is not set +# CONFIG_SND_HDA_CODEC_CS8409 is not set +# CONFIG_SND_HDA_CODEC_CONEXANT is not set +# CONFIG_SND_HDA_CODEC_CA0110 is not set +# CONFIG_SND_HDA_CODEC_CA0132 is not set +# CONFIG_SND_HDA_CODEC_CMEDIA is not set +# CONFIG_SND_HDA_CODEC_SI3054 is not set +# CONFIG_SND_HDA_GENERIC is not set +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +# CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM is not set +# CONFIG_SND_HDA_CTL_DEV_ID is not set +# end of HD-Audio + +CONFIG_SND_HDA_CORE=y +CONFIG_SND_HDA_COMPONENT=y +CONFIG_SND_HDA_I915=y +CONFIG_SND_HDA_PREALLOC_SIZE=0 +CONFIG_SND_INTEL_NHLT=y +CONFIG_SND_INTEL_DSP_CONFIG=y +CONFIG_SND_INTEL_SOUNDWIRE_ACPI=y +CONFIG_SND_USB=y +# CONFIG_SND_USB_AUDIO is not set +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_USX2Y is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_US122L is not set +# CONFIG_SND_USB_6FIRE is not set +# CONFIG_SND_USB_HIFACE is not set +# CONFIG_SND_BCD2000 is not set +# CONFIG_SND_USB_POD is not set +# CONFIG_SND_USB_PODHD is not set +# CONFIG_SND_USB_TONEPORT is not set +# CONFIG_SND_USB_VARIAX is not set +CONFIG_SND_PCMCIA=y +# CONFIG_SND_VXPOCKET is not set +# CONFIG_SND_PDAUDIOCF is not set +# CONFIG_SND_SOC is not set +CONFIG_SND_X86=y +# CONFIG_HDMI_LPE_AUDIO is not set +# CONFIG_SND_VIRTIO is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +CONFIG_HIDRAW=y +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +CONFIG_HID_A4TECH=y +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +CONFIG_HID_APPLE=y +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +CONFIG_HID_BELKIN=y +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +CONFIG_HID_CHERRY=y +CONFIG_HID_CHICONY=y +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +CONFIG_HID_CYPRESS=y +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EVISION is not set +CONFIG_HID_EZKEY=y +# CONFIG_HID_FT260 is not set +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_GOOGLE_STADIA_FF is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_VRC2 is not set +# CONFIG_HID_XIAOMI is not set +CONFIG_HID_GYRATION=y +# CONFIG_HID_ICADE is not set +CONFIG_HID_ITE=y +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +CONFIG_HID_KENSINGTON=y +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LETSKETCH is not set +CONFIG_HID_LOGITECH=y +# CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set +CONFIG_LOGITECH_FF=y +# CONFIG_LOGIRUMBLEPAD2_FF is not set +# CONFIG_LOGIG940_FF is not set +CONFIG_LOGIWHEELS_FF=y +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_MEGAWORLD_FF is not set +CONFIG_HID_REDRAGON=y +CONFIG_HID_MICROSOFT=y +CONFIG_HID_MONTEREY=y +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NINTENDO is not set +# CONFIG_HID_NTI is not set +CONFIG_HID_NTRIG=y +# CONFIG_HID_ORTEK is not set +CONFIG_HID_PANTHERLORD=y +CONFIG_PANTHERLORD_FF=y +# CONFIG_HID_PENMOUNT is not set +CONFIG_HID_PETALYNX=y +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PXRC is not set +# CONFIG_HID_RAZER is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +CONFIG_HID_SAMSUNG=y +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SIGMAMICRO is not set +CONFIG_HID_SONY=y +# CONFIG_SONY_FF is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +CONFIG_HID_SUNPLUS=y +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +CONFIG_HID_TOPSEED=y +# CONFIG_HID_TOPRE is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# HID-BPF support +# +# end of HID-BPF support + +# +# USB HID support +# +CONFIG_USB_HID=y +CONFIG_HID_PID=y +CONFIG_USB_HIDDEV=y +# end of USB HID support + +CONFIG_I2C_HID=y +# CONFIG_I2C_HID_ACPI is not set +# CONFIG_I2C_HID_OF is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_LED_TRIG is not set +# CONFIG_USB_ULPI_BUS is not set +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +CONFIG_USB_PCI_AMD=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +CONFIG_USB_MON=y + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=y +# CONFIG_USB_XHCI_PCI_RENESAS is not set +# CONFIG_USB_XHCI_PLATFORM is not set +CONFIG_USB_EHCI_HCD=y +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PCI=y +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +CONFIG_USB_UHCI_HCD=y +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HCD_TEST_MODE is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +CONFIG_USB_PRINTER=y +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set + +# +# USB dual-mode controller drivers +# +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_DWC3 is not set +# CONFIG_USB_DWC2 is not set +# CONFIG_USB_CHIPIDEA is not set +# CONFIG_USB_ISP1760 is not set + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_LJCA is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +# CONFIG_USB_HSIC_USB3503 is not set +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_USB_ISP1301 is not set +# end of USB Physical Layer drivers + +# CONFIG_USB_GADGET is not set +# CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set +# CONFIG_MMC is not set +# CONFIG_SCSI_UFSHCD is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_APU is not set +# CONFIG_LEDS_AW200XX is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_PCA9532 is not set +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PCA995X is not set +# CONFIG_LEDS_BD2606MVV is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_INTEL_SS4200 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_OT200 is not set +# CONFIG_LEDS_IS31FL319X is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +# CONFIG_LEDS_MLXCPLD is not set +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_NIC78BX is not set + +# +# Flash and Torch LED drivers +# + +# +# RGB LED drivers +# + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +# CONFIG_LEDS_TRIGGER_TIMER is not set +# CONFIG_LEDS_TRIGGER_ONESHOT is not set +# CONFIG_LEDS_TRIGGER_DISK is not set +# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_CPU is not set +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set + +# +# iptables trigger is under Netfilter config (LED target) +# +# CONFIG_LEDS_TRIGGER_TRANSIENT is not set +# CONFIG_LEDS_TRIGGER_CAMERA is not set +# CONFIG_LEDS_TRIGGER_PANIC is not set +# CONFIG_LEDS_TRIGGER_NETDEV is not set +# CONFIG_LEDS_TRIGGER_PATTERN is not set +# CONFIG_LEDS_TRIGGER_AUDIO is not set +# CONFIG_LEDS_TRIGGER_TTY is not set + +# +# Simple LED drivers +# +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_EDAC_SUPPORT=y +CONFIG_RTC_LIB=y +CONFIG_RTC_MC146818_LIB=y +CONFIG_RTC_CLASS=y +# CONFIG_RTC_HCTOSYS is not set +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +CONFIG_RTC_DRV_CMOS=y +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_RP5C01 is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_FTRTC010 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_ACPI=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_PCH_DMA is not set +# CONFIG_PLX_DMA is not set +# CONFIG_XILINX_DMA is not set +# CONFIG_XILINX_XDMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +CONFIG_DW_DMAC_CORE=y +# CONFIG_DW_DMAC is not set +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +CONFIG_HSU_DMA=y +# CONFIG_SF_PDMA is not set +# CONFIG_INTEL_LDMA is not set + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set + +# +# DMABUF options +# +CONFIG_SYNC_FILE=y +# CONFIG_SW_SYNC is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +# CONFIG_DMABUF_HEAPS is not set +# CONFIG_DMABUF_SYSFS_STATS is not set +# end of DMABUF options + +# CONFIG_UIO is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_ANCHOR=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_PCI_LIB=y +CONFIG_VIRTIO_PCI_LIB_LEGACY=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_PCI_ADMIN_LEGACY=y +CONFIG_VIRTIO_PCI_LEGACY=y +# CONFIG_VIRTIO_BALLOON is not set +CONFIG_VIRTIO_INPUT=y +# CONFIG_VIRTIO_MMIO is not set +CONFIG_VIRTIO_DMA_SHARED_BUFFER=y +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# CONFIG_HYPERV is not set +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +# CONFIG_STAGING is not set +# CONFIG_CHROME_PLATFORMS is not set +# CONFIG_MELLANOX_PLATFORM is not set +CONFIG_SURFACE_PLATFORMS=y +# CONFIG_SURFACE_3_POWER_OPREGION is not set +# CONFIG_SURFACE_GPE is not set +# CONFIG_SURFACE_PRO3_BUTTON is not set +CONFIG_X86_PLATFORM_DEVICES=y +CONFIG_ACPI_WMI=y +CONFIG_WMI_BMOF=y +# CONFIG_HUAWEI_WMI is not set +# CONFIG_MXM_WMI is not set +# CONFIG_NVIDIA_WMI_EC_BACKLIGHT is not set +# CONFIG_XIAOMI_WMI is not set +# CONFIG_GIGABYTE_WMI is not set +# CONFIG_YOGABOOK is not set +# CONFIG_ACERHDF is not set +# CONFIG_ACER_WIRELESS is not set +# CONFIG_ACER_WMI is not set +# CONFIG_AMD_PMC is not set +# CONFIG_AMD_WBRF is not set +# CONFIG_ADV_SWBUTTON is not set +# CONFIG_APPLE_GMUX is not set +# CONFIG_ASUS_LAPTOP is not set +# CONFIG_ASUS_WIRELESS is not set +# CONFIG_ASUS_WMI is not set +CONFIG_EEEPC_LAPTOP=y +# CONFIG_X86_PLATFORM_DRIVERS_DELL is not set +# CONFIG_AMILO_RFKILL is not set +# CONFIG_FUJITSU_LAPTOP is not set +# CONFIG_FUJITSU_TABLET is not set +# CONFIG_GPD_POCKET_FAN is not set +# CONFIG_X86_PLATFORM_DRIVERS_HP is not set +# CONFIG_WIRELESS_HOTKEY is not set +# CONFIG_IBM_RTL is not set +# CONFIG_IDEAPAD_LAPTOP is not set +# CONFIG_LENOVO_YMC is not set +# CONFIG_SENSORS_HDAPS is not set +# CONFIG_THINKPAD_ACPI is not set +# CONFIG_THINKPAD_LMI is not set +# CONFIG_INTEL_ATOMISP2_PM is not set +# CONFIG_INTEL_SAR_INT1092 is not set +# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set +# CONFIG_INTEL_WMI_THUNDERBOLT is not set +# CONFIG_INTEL_HID_EVENT is not set +# CONFIG_INTEL_VBTN is not set +# CONFIG_INTEL_OAKTRAIL is not set +# CONFIG_INTEL_PUNIT_IPC is not set +# CONFIG_INTEL_RST is not set +# CONFIG_INTEL_SMARTCONNECT is not set +# CONFIG_INTEL_VSEC is not set +# CONFIG_MSI_EC is not set +# CONFIG_MSI_LAPTOP is not set +# CONFIG_MSI_WMI is not set +# CONFIG_SAMSUNG_LAPTOP is not set +# CONFIG_SAMSUNG_Q10 is not set +# CONFIG_TOSHIBA_BT_RFKILL is not set +# CONFIG_TOSHIBA_HAPS is not set +# CONFIG_TOSHIBA_WMI is not set +# CONFIG_ACPI_CMPC is not set +# CONFIG_COMPAL_LAPTOP is not set +# CONFIG_LG_LAPTOP is not set +# CONFIG_PANASONIC_LAPTOP is not set +# CONFIG_SONY_LAPTOP is not set +# CONFIG_SYSTEM76_ACPI is not set +# CONFIG_TOPSTAR_LAPTOP is not set +# CONFIG_MLX_PLATFORM is not set +# CONFIG_INSPUR_PLATFORM_PROFILE is not set +# CONFIG_INTEL_IPS is not set +# CONFIG_INTEL_SCU_PCI is not set +# CONFIG_INTEL_SCU_PLATFORM is not set +# CONFIG_SIEMENS_SIMATIC_IPC is not set +# CONFIG_WINMATE_FM07_KEYS is not set +CONFIG_P2SB=y +# CONFIG_COMMON_CLK is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +CONFIG_CLKSRC_I8253=y +CONFIG_CLKEVT_I8253=y +CONFIG_I8253_LOCK=y +CONFIG_CLKBLD_I8253=y +# end of Clock Source drivers + +# CONFIG_MAILBOX is not set +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +# CONFIG_IOMMU_DEFAULT_DMA_STRICT is not set +CONFIG_IOMMU_DEFAULT_DMA_LAZY=y +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_IOMMU_DMA=y +# CONFIG_INTEL_IOMMU is not set +# CONFIG_IOMMUFD is not set +# CONFIG_VIRTIO_IOMMU is not set + +# +# Remoteproc drivers +# +# CONFIG_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# end of fujitsu SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# end of Enable LiteX SoC Builder specific drivers + +# CONFIG_WPCM450_SOC is not set + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# +# PM Domains +# + +# +# Amlogic PM Domains +# +# end of Amlogic PM Domains + +# +# Broadcom PM Domains +# +# end of Broadcom PM Domains + +# +# i.MX PM Domains +# +# end of i.MX PM Domains + +# +# Qualcomm PM Domains +# +# end of Qualcomm PM Domains +# end of PM Domains + +# CONFIG_PM_DEVFREQ is not set +# CONFIG_EXTCON is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_NTB is not set +# CONFIG_PWM is not set + +# +# IRQ chip support +# +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +# CONFIG_RESET_CONTROLLER is not set + +# +# PHY Subsystem +# +# CONFIG_GENERIC_PHY is not set +# CONFIG_USB_LGM_PHY is not set +# CONFIG_PHY_CAN_TRANSCEIVER is not set + +# +# PHY drivers for Broadcom platforms +# +# CONFIG_BCM_KONA_USB2_PHY is not set +# end of PHY drivers for Broadcom platforms + +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_INTEL_LGM_EMMC is not set +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_DWC_PCIE_PMU is not set +# end of Performance monitor support + +# CONFIG_RAS is not set +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +# CONFIG_LIBNVDIMM is not set +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +# CONFIG_NVMEM_LAYOUTS is not set +# CONFIG_NVMEM_RMEM is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +# CONFIG_TEE is not set +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# CONFIG_PECI is not set +# CONFIG_HTE is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +CONFIG_BUFFER_HEAD=y +CONFIG_LEGACY_DIRECT_IO=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_BCACHEFS_FS is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set +CONFIG_QUOTA=y +CONFIG_QUOTA_NETLINK_INTERFACE=y +# CONFIG_QUOTA_DEBUG is not set +CONFIG_QUOTA_TREE=y +# CONFIG_QFMT_V1 is not set +CONFIG_QFMT_V2=y +CONFIG_QUOTACTL=y +CONFIG_AUTOFS_FS=y +# CONFIG_FUSE_FS is not set +# CONFIG_OVERLAY_FS is not set + +# +# Caches +# +CONFIG_NETFS_SUPPORT=y +# CONFIG_NETFS_STATS is not set +# CONFIG_FSCACHE is not set +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +CONFIG_ISO9660_FS=y +CONFIG_JOLIET=y +CONFIG_ZISOFS=y +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_VMCORE=y +# CONFIG_PROC_VMCORE_DEVICE_DUMP is not set +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_CHILDREN=y +CONFIG_PROC_PID_ARCH_STATUS=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_QUOTA is not set +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y +# CONFIG_CONFIGFS_FS is not set +CONFIG_EFIVAR_FS=m +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_CRAMFS is not set +# CONFIG_SQUASHFS is not set +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +# CONFIG_PSTORE is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +CONFIG_NFS_V2=y +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +# CONFIG_NFS_SWAP is not set +# CONFIG_NFS_V4_1 is not set +CONFIG_ROOT_NFS=y +# CONFIG_NFS_FSCACHE is not set +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +CONFIG_NFSD=y +# CONFIG_NFSD_V2 is not set +# CONFIG_NFSD_V3_ACL is not set +# CONFIG_NFSD_V4 is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=y +CONFIG_NFS_COMMON=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_RPCSEC_GSS_KRB5=y +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_9P_FS=y +# CONFIG_9P_FS_POSIX_ACL is not set +# CONFIG_9P_FS_SECURITY is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +CONFIG_NLS_ASCII=y +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +CONFIG_NLS_UTF8=y +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +# CONFIG_SECURITYFS is not set +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +CONFIG_LSM_MMAP_MIN_ADDR=65536 +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9 +CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256 +# CONFIG_SECURITY_SELINUX_DEBUG is not set +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +CONFIG_SECURITY_LANDLOCK=y +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +CONFIG_INTEGRITY_AUDIT=y +# CONFIG_IMA is not set +# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_SELINUX=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,selinux,smack,tomoyo,apparmor,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_INIT_STACK_NONE=y +# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL is not set +# CONFIG_GCC_PLUGIN_STACKLEAK is not set +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization + +# +# Hardening of kernel data structures +# +# CONFIG_LIST_HARDENED is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Hardening of kernel data structures + +CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_FULL is not set +# CONFIG_RANDSTRUCT_PERFORMANCE is not set +# end of Kernel hardening options +# end of Security options + +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SIG2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_NULL2=y +# CONFIG_CRYPTO_PCRYPT is not set +# CONFIG_CRYPTO_CRYPTD is not set +CONFIG_CRYPTO_AUTHENC=y +# CONFIG_CRYPTO_TEST is not set +# end of Crypto core or helper + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +# CONFIG_CRYPTO_ECDH is not set +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ARIA is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_SM4_GENERIC is not set +# CONFIG_CRYPTO_TWOFISH is not set +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=y +CONFIG_CRYPTO_CTR=y +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_CCM=y +CONFIG_CRYPTO_GCM=y +CONFIG_CRYPTO_GENIV=y +CONFIG_CRYPTO_SEQIV=y +CONFIG_CRYPTO_ECHAINIV=y +# CONFIG_CRYPTO_ESSIV is not set +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +# CONFIG_CRYPTO_BLAKE2B is not set +CONFIG_CRYPTO_CMAC=y +CONFIG_CRYPTO_GHASH=y +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_RMD160 is not set +# CONFIG_CRYPTO_SHA1 is not set +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_SHA3=y +# CONFIG_CRYPTO_SM3_GENERIC is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_VMAC is not set +# CONFIG_CRYPTO_WP512 is not set +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_XXHASH is not set +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +# CONFIG_CRYPTO_CRCT10DIF is not set +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +# CONFIG_CRYPTO_DEFLATE is not set +# CONFIG_CRYPTO_LZO is not set +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +# CONFIG_CRYPTO_ZSTD is not set +# end of Compression + +# +# Random number generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=y +CONFIG_CRYPTO_JITTERENTROPY=y +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKS=64 +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKSIZE=32 +CONFIG_CRYPTO_JITTERENTROPY_OSR=1 +# end of Random number generation + +# +# Userspace interface +# +# CONFIG_CRYPTO_USER_API_HASH is not set +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +# CONFIG_CRYPTO_USER_API_RNG is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +# end of Userspace interface + +CONFIG_CRYPTO_HASH_INFO=y + +# +# Accelerated Cryptographic Algorithms for CPU (x86) +# +# CONFIG_CRYPTO_AES_NI_INTEL is not set +# CONFIG_CRYPTO_SERPENT_SSE2_586 is not set +# CONFIG_CRYPTO_TWOFISH_586 is not set +# CONFIG_CRYPTO_CRC32C_INTEL is not set +# CONFIG_CRYPTO_CRC32_PCLMUL is not set +# end of Accelerated Cryptographic Algorithms for CPU (x86) + +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_PADLOCK is not set +# CONFIG_CRYPTO_DEV_GEODE is not set +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_CCP is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_4XXX is not set +# CONFIG_CRYPTO_DEV_QAT_420XX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +# CONFIG_CRYPTO_DEV_VIRTIO is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_FIPS_SIGNATURE_SELFTEST is not set + +# +# Certificates for signature checking +# +# CONFIG_SYSTEM_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y +CONFIG_ARCH_USE_SYM_ANNOTATIONS=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_GF128MUL=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_CRC_CCITT=y +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC64_ROCKSOFT is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +# CONFIG_CRC4 is not set +# CONFIG_CRC7 is not set +# CONFIG_LIBCRC32C is not set +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +CONFIG_AUDIT_GENERIC=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_INTERVAL_TREE=y +CONFIG_XARRAY_MULTI=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_FLAGS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_SWIOTLB=y +# CONFIG_SWIOTLB_DYNAMIC is not set +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +CONFIG_CHECK_SIGNATURE=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +# CONFIG_IRQ_POLL is not set +CONFIG_MPILIB=y +CONFIG_OID_REGISTRY=y +CONFIG_UCS2_STRING=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_32=y +CONFIG_GENERIC_VDSO_TIME_NS=y +CONFIG_FONT_SUPPORT=y +CONFIG_FONT_8x16=y +CONFIG_FONT_AUTOSELECT=y +CONFIG_SG_POOL=y +CONFIG_ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION=y +CONFIG_ARCH_STACKWALK=y +CONFIG_STACKDEPOT=y +CONFIG_STACKDEPOT_MAX_FRAMES=64 +CONFIG_SBITMAP=y +# CONFIG_LWQ_TEST is not set +# end of Library routines + +CONFIG_FIRMWARE_TABLE=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_ULEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=1024 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +CONFIG_FRAME_POINTER=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_KCSAN_COMPILER=y +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_PAGE_REF is not set +# CONFIG_DEBUG_RODATA_TEST is not set +CONFIG_ARCH_HAS_DEBUG_WX=y +CONFIG_DEBUG_WX=y +CONFIG_GENERIC_PTDUMP=y +CONFIG_PTDUMP_CORE=y +# CONFIG_PTDUMP_DEBUGFS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SHRINKER_DEBUG is not set +CONFIG_DEBUG_STACK_USAGE=y +# CONFIG_SCHED_STACK_END_CHECK is not set +# CONFIG_DEBUG_VM is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +CONFIG_DEBUG_MEMORY_INIT=y +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_KMAP_LOCAL is not set +CONFIG_ARCH_SUPPORTS_KMAP_LOCAL_FORCE_MAP=y +# CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP is not set +# CONFIG_DEBUG_HIGHMEM is not set +CONFIG_HAVE_DEBUG_STACKOVERFLOW=y +# CONFIG_DEBUG_STACKOVERFLOW is not set +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y +# CONFIG_HARDLOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +# CONFIG_SCHED_DEBUG is not set +CONFIG_SCHED_INFO=y +CONFIG_SCHEDSTATS=y +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set +# CONFIG_DEBUG_PREEMPT is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_NMI_CHECK_CPU is not set +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +# CONFIG_RCU_CPU_STALL_CPUTIME is not set +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +# CONFIG_DEBUG_CGROUP_REF is not set +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_NOP_TRACER=y +CONFIG_HAVE_RETHOOK=y +CONFIG_RETHOOK=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_RETVAL=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y +CONFIG_HAVE_DYNAMIC_FTRACE_NO_PATCHABLE=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_BUILDTIME_MCOUNT_SORT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +# CONFIG_MMIOTRACE is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_KPROBE_EVENTS=y +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_HIST_TRIGGERS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_KPROBE_EVENT_GEN_TEST is not set +# CONFIG_RV is not set +CONFIG_PROVIDE_OHCI1394_DMA_INIT=y +# CONFIG_SAMPLES is not set +CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y +CONFIG_STRICT_DEVMEM=y +# CONFIG_IO_STRICT_DEVMEM is not set + +# +# x86 Debugging +# +CONFIG_EARLY_PRINTK_USB=y +CONFIG_X86_VERBOSE_BOOTUP=y +CONFIG_EARLY_PRINTK=y +CONFIG_EARLY_PRINTK_DBGP=y +# CONFIG_EARLY_PRINTK_USB_XDBC is not set +# CONFIG_EFI_PGT_DUMP is not set +# CONFIG_DEBUG_TLBFLUSH is not set +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +# CONFIG_X86_DECODER_SELFTEST is not set +CONFIG_IO_DELAY_0X80=y +# CONFIG_IO_DELAY_0XED is not set +# CONFIG_IO_DELAY_UDELAY is not set +# CONFIG_IO_DELAY_NONE is not set +CONFIG_DEBUG_BOOT_PARAMS=y +# CONFIG_CPA_DEBUG is not set +CONFIG_DEBUG_ENTRY=y +# CONFIG_DEBUG_NMI_SELFTEST is not set +CONFIG_X86_DEBUG_FPU=y +# CONFIG_PUNIT_ATOM_DEBUG is not set +CONFIG_UNWINDER_FRAME_POINTER=y +# end of x86 Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_TEST_REF_TRACKER is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_MAPLE_TREE is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_FPU is not set +# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set +# CONFIG_TEST_OBJPOOL is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/db/x86/32/ia32/v6.8/stderr.txt b/db/x86/32/ia32/v6.8/stderr.txt new file mode 100644 index 0000000..a6c3bc0 --- /dev/null +++ b/db/x86/32/ia32/v6.8/stderr.txt @@ -0,0 +1,524 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-i386-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-i386-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchX86(name='x86', abi='ia32', compat=False, ...) +[D] Syscall table: Symbol("sys_call_table" at 0xc1cb5160, type=OBJECT, size=0x738) +[I] Syscall table (sys_call_table) is 1848 bytes, 462 entries +[D] Found ni_syscall: Symbol("__do_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xc10958a4, type=FUNC, size=0x6) +[D] Found ni_syscall: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] Preferring __ia32_sys_ni_syscall over __do_sys_ni_syscall +[D] Preferring __ia32_sys_fork over __do_sys_fork +[D] Preferring __ia32_sys_getegid over __do_sys_getegid +[D] Preferring __ia32_sys_getegid16 over __do_sys_getegid16 +[D] Preferring __ia32_sys_geteuid over __do_sys_geteuid +[D] Preferring __ia32_sys_geteuid16 over __do_sys_geteuid16 +[D] Preferring __ia32_sys_getgid over __do_sys_getgid +[D] Preferring __ia32_sys_getgid16 over __do_sys_getgid16 +[D] Preferring __ia32_sys_getpgrp over __do_sys_getpgrp +[D] Preferring __ia32_sys_getpid over __do_sys_getpid +[D] Preferring __ia32_sys_getppid over __do_sys_getppid +[D] Preferring __ia32_sys_gettid over __do_sys_gettid +[D] Preferring __ia32_sys_getuid over __do_sys_getuid +[D] Preferring __ia32_sys_getuid16 over __do_sys_getuid16 +[D] Preferring __ia32_sys_inotify_init over __do_sys_inotify_init +[D] Preferring __ia32_sys_munlockall over __do_sys_munlockall +[D] Preferring __ia32_sys_pause over __do_sys_pause +[D] Preferring __ia32_sys_restart_syscall over __do_sys_restart_syscall +[D] Preferring __ia32_sys_rt_sigreturn over __do_sys_rt_sigreturn +[D] Preferring __ia32_sys_sched_yield over __do_sys_sched_yield +[D] Preferring __ia32_sys_setsid over __do_sys_setsid +[D] Preferring __ia32_sys_sgetmask over __do_sys_sgetmask +[D] Preferring __ia32_sys_sigreturn over __do_sys_sigreturn +[D] Preferring __ia32_sys_sync over __do_sys_sync +[D] Preferring __ia32_sys_vfork over __do_sys_vfork +[D] Preferring __ia32_sys_vhangup over __do_sys_vhangup +[D] sys_call_table[0]: Symbol("__ia32_sys_restart_syscall" at 0xc1081e0c, type=FUNC, size=0x18) +[D] sys_call_table[1]: Symbol("__ia32_sys_exit" at 0xc1076ac8, type=FUNC, size=0x10) +[D] sys_call_table[2]: Symbol("__ia32_sys_fork" at 0xc10704a0, type=FUNC, size=0x4d) +[D] sys_call_table[3]: Symbol("__ia32_sys_read" at 0xc12a3e48, type=FUNC, size=0x12) +[D] sys_call_table[4]: Symbol("__ia32_sys_write" at 0xc12a3f28, type=FUNC, size=0x12) +[D] sys_call_table[5]: Symbol("__ia32_sys_open" at 0xc12a0dac, type=FUNC, size=0xaf) +[D] sys_call_table[6]: Symbol("__ia32_sys_close" at 0xc12a1038, type=FUNC, size=0x66) +[D] sys_call_table[7]: Symbol("__ia32_sys_waitpid" at 0xc1077420, type=FUNC, size=0x1e) +[D] sys_call_table[8]: Symbol("__ia32_sys_creat" at 0xc12a0fd4, type=FUNC, size=0x62) +[D] sys_call_table[9]: Symbol("__ia32_sys_link" at 0xc12b7628, type=FUNC, size=0x44) +[D] sys_call_table[10]: Symbol("__ia32_sys_unlink" at 0xc12b7150, type=FUNC, size=0x4f) +[D] sys_call_table[11]: Symbol("__ia32_sys_execve" at 0xc12ad4f0, type=FUNC, size=0x3a) +[D] sys_call_table[12]: Symbol("__ia32_sys_chdir" at 0xc129fd9c, type=FUNC, size=0xbc) +[D] sys_call_table[13]: Symbol("__ia32_sys_time32" at 0xc1107234, type=FUNC, size=0x23) +[D] sys_call_table[14]: Symbol("__ia32_sys_mknod" at 0xc12b6a64, type=FUNC, size=0x39) +[D] sys_call_table[15]: Symbol("__ia32_sys_chmod" at 0xc12a030c, type=FUNC, size=0x21) +[D] sys_call_table[16]: Symbol("__ia32_sys_lchown16" at 0xc1126b84, type=FUNC, size=0x46) +[D] sys_call_table[17]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[18]: Symbol("__ia32_sys_stat" at 0xc12aa874, type=FUNC, size=0xf) +[D] sys_call_table[19]: Symbol("__ia32_sys_lseek" at 0xc12a2c28, type=FUNC, size=0xb7) +[D] sys_call_table[20]: Symbol("__ia32_sys_getpid" at 0xc1087bb8, type=FUNC, size=0x17) +[D] sys_call_table[21]: Symbol("__ia32_sys_mount" at 0xc12ccf14, type=FUNC, size=0x1d2) +[D] sys_call_table[22]: Symbol("__ia32_sys_oldumount" at 0xc12cac4c, type=FUNC, size=0x57) +[D] sys_call_table[23]: Symbol("__ia32_sys_setuid16" at 0xc1126c68, type=FUNC, size=0x1a) +[D] sys_call_table[24]: Symbol("__ia32_sys_getuid16" at 0xc1126ff8, type=FUNC, size=0x51) +[D] sys_call_table[25]: Symbol("__ia32_sys_stime32" at 0xc1107258, type=FUNC, size=0x74) +[D] sys_call_table[26]: Symbol("__ia32_sys_ptrace" at 0xc107e578, type=FUNC, size=0x59d) +[D] sys_call_table[27]: Symbol("__ia32_sys_alarm" at 0xc111bbd8, type=FUNC, size=0x8b) +[D] sys_call_table[28]: Symbol("__ia32_sys_fstat" at 0xc12aa894, type=FUNC, size=0xf) +[D] sys_call_table[29]: Symbol("__ia32_sys_pause" at 0xc108581c, type=FUNC, size=0x4a) +[D] sys_call_table[30]: Symbol("__ia32_sys_utime32" at 0xc12df248, type=FUNC, size=0x94) +[D] sys_call_table[31]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[32]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[33]: Symbol("__ia32_sys_access" at 0xc129fd7c, type=FUNC, size=0x20) +[D] sys_call_table[34]: Symbol("__ia32_sys_nice" at 0xc10a4124, type=FUNC, size=0xa9) +[D] sys_call_table[35]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[36]: Symbol("__ia32_sys_sync" at 0xc12de97c, type=FUNC, size=0xc) +[D] sys_call_table[37]: Symbol("__ia32_sys_kill" at 0xc1084994, type=FUNC, size=0x1e5) +[D] sys_call_table[38]: Symbol("__ia32_sys_rename" at 0xc12b7c24, type=FUNC, size=0x44) +[D] sys_call_table[39]: Symbol("__ia32_sys_mkdir" at 0xc12b6c30, type=FUNC, size=0x4f) +[D] sys_call_table[40]: Symbol("__ia32_sys_rmdir" at 0xc12b6e04, type=FUNC, size=0x4b) +[D] sys_call_table[41]: Symbol("__ia32_sys_dup" at 0xc12c6c98, type=FUNC, size=0xf5) +[D] sys_call_table[42]: Symbol("__ia32_sys_pipe" at 0xc12af16c, type=FUNC, size=0xe) +[D] sys_call_table[43]: Symbol("__ia32_sys_times" at 0xc1087c98, type=FUNC, size=0xd5) +[D] sys_call_table[44]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[45]: Symbol("__ia32_sys_brk" at 0xc125b300, type=FUNC, size=0x327) +[D] sys_call_table[46]: Symbol("__ia32_sys_setgid16" at 0xc1126c24, type=FUNC, size=0x1a) +[D] sys_call_table[47]: Symbol("__ia32_sys_getgid16" at 0xc112709c, type=FUNC, size=0x4d) +[D] sys_call_table[48]: Symbol("__ia32_sys_signal" at 0xc10857bc, type=FUNC, size=0x5e) +[D] sys_call_table[49]: Symbol("__ia32_sys_geteuid16" at 0xc112704c, type=FUNC, size=0x4d) +[D] sys_call_table[50]: Symbol("__ia32_sys_getegid16" at 0xc11270ec, type=FUNC, size=0x4d) +[D] sys_call_table[51]: Symbol("__ia32_sys_acct" at 0xc1128990, type=FUNC, size=0x2a0) +[D] sys_call_table[52]: Symbol("__ia32_sys_umount" at 0xc12cabd8, type=FUNC, size=0x74) +[D] sys_call_table[53]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[54]: Symbol("__ia32_sys_ioctl" at 0xc12b96f4, type=FUNC, size=0x945) +[D] sys_call_table[55]: Symbol("__ia32_sys_fcntl" at 0xc12b870c, type=FUNC, size=0xaf) +[D] sys_call_table[56]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[57]: Symbol("__ia32_sys_setpgid" at 0xc1087d70, type=FUNC, size=0x1ac) +[D] sys_call_table[58]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[59]: Symbol("__ia32_sys_olduname" at 0xc1088170, type=FUNC, size=0x1ed) +[D] sys_call_table[60]: Symbol("__ia32_sys_umask" at 0xc10892d4, type=FUNC, size=0x18) +[D] sys_call_table[61]: Symbol("__ia32_sys_chroot" at 0xc129fef8, type=FUNC, size=0xed) +[D] sys_call_table[62]: Symbol("__ia32_sys_ustat" at 0xc12e0bbc, type=FUNC, size=0xf) +[D] sys_call_table[63]: Symbol("__ia32_sys_dup2" at 0xc12c6bc4, type=FUNC, size=0xd2) +[D] sys_call_table[64]: Symbol("__ia32_sys_getppid" at 0xc1087be4, type=FUNC, size=0x32) +[D] sys_call_table[65]: Symbol("__ia32_sys_getpgrp" at 0xc1087f9c, type=FUNC, size=0x31) +[D] sys_call_table[66]: Symbol("__ia32_sys_setsid" at 0xc108814c, type=FUNC, size=0xa) +[D] sys_call_table[67]: Symbol("__ia32_sys_sigaction" at 0xc1085618, type=FUNC, size=0x13a) +[D] sys_call_table[68]: Symbol("__ia32_sys_sgetmask" at 0xc1085754, type=FUNC, size=0xd) +[D] sys_call_table[69]: Symbol("__ia32_sys_ssetmask" at 0xc1085764, type=FUNC, size=0x55) +[D] sys_call_table[70]: Symbol("__ia32_sys_setreuid16" at 0xc1126c40, type=FUNC, size=0x28) +[D] sys_call_table[71]: Symbol("__ia32_sys_setregid16" at 0xc1126bfc, type=FUNC, size=0x28) +[D] sys_call_table[72]: Symbol("__ia32_sys_sigsuspend" at 0xc10858cc, type=FUNC, size=0x3c) +[D] sys_call_table[73]: Symbol("__ia32_sys_sigpending" at 0xc10853dc, type=FUNC, size=0x4d) +[D] sys_call_table[74]: Symbol("__ia32_sys_sethostname" at 0xc1088360, type=FUNC, size=0x1ff) +[D] sys_call_table[75]: Symbol("__ia32_sys_setrlimit" at 0xc1088ce8, type=FUNC, size=0x64) +[D] sys_call_table[76]: Symbol("__ia32_sys_old_getrlimit" at 0xc108892c, type=FUNC, size=0xd0) +[D] sys_call_table[77]: Symbol("__ia32_sys_getrusage" at 0xc108926c, type=FUNC, size=0x68) +[D] sys_call_table[78]: Symbol("__ia32_sys_gettimeofday" at 0xc11072cc, type=FUNC, size=0xb0) +[D] sys_call_table[79]: Symbol("__ia32_sys_settimeofday" at 0xc1107440, type=FUNC, size=0xe3) +[D] sys_call_table[80]: Symbol("__ia32_sys_getgroups16" at 0xc1126e7c, type=FUNC, size=0x8a) +[D] sys_call_table[81]: Symbol("__ia32_sys_setgroups16" at 0xc1126f08, type=FUNC, size=0xef) +[D] sys_call_table[82]: Symbol("__ia32_sys_old_select" at 0xc12bc784, type=FUNC, size=0x60) +[D] sys_call_table[83]: Symbol("__ia32_sys_symlink" at 0xc12b72ec, type=FUNC, size=0x30) +[D] sys_call_table[84]: Symbol("__ia32_sys_lstat" at 0xc12aa884, type=FUNC, size=0xf) +[D] sys_call_table[85]: Symbol("__ia32_sys_readlink" at 0xc12aa8f8, type=FUNC, size=0x1f) +[D] sys_call_table[86]: Symbol("__ia32_sys_uselib" at 0xc12ac764, type=FUNC, size=0xf5) +[D] sys_call_table[87]: Symbol("__ia32_sys_swapon" at 0xc1284bb4, type=FUNC, size=0x113e) +[D] sys_call_table[88]: Symbol("__ia32_sys_reboot" at 0xc1099908, type=FUNC, size=0x23) +[D] sys_call_table[89]: Symbol("__ia32_sys_old_readdir" at 0xc12ba700, type=FUNC, size=0xb5) +[D] sys_call_table[90]: Symbol("__ia32_sys_old_mmap" at 0xc1259880, type=FUNC, size=0x7c) +[D] sys_call_table[91]: Symbol("__ia32_sys_munmap" at 0xc125a48c, type=FUNC, size=0x14) +[D] sys_call_table[92]: Symbol("__ia32_sys_truncate" at 0xc129f9b0, type=FUNC, size=0x23) +[D] sys_call_table[93]: Symbol("__ia32_sys_ftruncate" at 0xc129fbbc, type=FUNC, size=0x1d) +[D] sys_call_table[94]: Symbol("__ia32_sys_fchmod" at 0xc12a023c, type=FUNC, size=0x8b) +[D] sys_call_table[95]: Symbol("__ia32_sys_fchown16" at 0xc1126bcc, type=FUNC, size=0x2f) +[D] sys_call_table[96]: Symbol("__ia32_sys_getpriority" at 0xc1086e24, type=FUNC, size=0x2ae) +[D] sys_call_table[97]: Symbol("__ia32_sys_setpriority" at 0xc1086b64, type=FUNC, size=0x2bd) +[D] sys_call_table[98]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[99]: Symbol("__ia32_sys_statfs" at 0xc12e0a58, type=FUNC, size=0x51) +[D] sys_call_table[100]: Symbol("__ia32_sys_fstatfs" at 0xc12e0b0c, type=FUNC, size=0x4d) +[D] sys_call_table[101]: Symbol("__ia32_sys_ioperm" at 0xc102b4f8, type=FUNC, size=0x12) +[D] sys_call_table[102]: Symbol("__ia32_sys_socketcall" at 0xc1a36f3c, type=FUNC, size=0x2e3) +[D] sys_call_table[103]: Symbol("__ia32_sys_syslog" at 0xc10d4300, type=FUNC, size=0x43) +[D] sys_call_table[104]: Symbol("__ia32_sys_setitimer" at 0xc111bc64, type=FUNC, size=0x195) +[D] sys_call_table[105]: Symbol("__ia32_sys_getitimer" at 0xc111b974, type=FUNC, size=0x188) +[D] sys_call_table[106]: Symbol("__ia32_sys_newstat" at 0xc12aa8a4, type=FUNC, size=0xf) +[D] sys_call_table[107]: Symbol("__ia32_sys_newlstat" at 0xc12aa8b4, type=FUNC, size=0xf) +[D] sys_call_table[108]: Symbol("__ia32_sys_newfstat" at 0xc12aa8c4, type=FUNC, size=0xf) +[D] sys_call_table[109]: Symbol("__ia32_sys_uname" at 0xc1088164, type=FUNC, size=0xc) +[D] sys_call_table[110]: Symbol("__ia32_sys_iopl" at 0xc102b50c, type=FUNC, size=0xab) +[D] sys_call_table[111]: Symbol("__ia32_sys_vhangup" at 0xc12a10b4, type=FUNC, size=0x2b) +[D] sys_call_table[112]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[113]: Symbol("__ia32_sys_vm86old" at 0xc105befc, type=FUNC, size=0xe) +[D] sys_call_table[114]: Symbol("__ia32_sys_wait4" at 0xc107738c, type=FUNC, size=0x93) +[D] sys_call_table[115]: Symbol("__ia32_sys_swapoff" at 0xc1283ad0, type=FUNC, size=0x10d3) +[D] sys_call_table[116]: Symbol("__ia32_sys_sysinfo" at 0xc1089a68, type=FUNC, size=0x146) +[D] sys_call_table[117]: Symbol("__ia32_sys_ipc" at 0xc147545c, type=FUNC, size=0x31) +[D] sys_call_table[118]: Symbol("__ia32_sys_fsync" at 0xc12dea58, type=FUNC, size=0xe) +[D] sys_call_table[119]: Symbol("__ia32_sys_sigreturn" at 0xc10275ac, type=FUNC, size=0xaa) +[D] sys_call_table[120]: Symbol("__ia32_sys_clone" at 0xc107054c, type=FUNC, size=0x85) +[D] sys_call_table[121]: Symbol("__ia32_sys_setdomainname" at 0xc1088680, type=FUNC, size=0x207) +[D] sys_call_table[122]: Symbol("__ia32_sys_newuname" at 0xc1088158, type=FUNC, size=0xc) +[D] sys_call_table[123]: Symbol("__ia32_sys_modify_ldt" at 0xc102d338, type=FUNC, size=0x133) +[D] sys_call_table[124]: Symbol("__ia32_sys_adjtimex_time32" at 0xc110787c, type=FUNC, size=0xc) +[D] sys_call_table[125]: Symbol("__ia32_sys_mprotect" at 0xc125eb94, type=FUNC, size=0x12) +[D] sys_call_table[126]: Symbol("__ia32_sys_sigprocmask" at 0xc108542c, type=FUNC, size=0xf0) +[D] sys_call_table[127]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[128]: Symbol("__ia32_sys_init_module" at 0xc1102968, type=FUNC, size=0x15e) +[D] sys_call_table[129]: Symbol("__ia32_sys_delete_module" at 0xc1102d9c, type=FUNC, size=0x24b) +[D] sys_call_table[130]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[131]: Symbol("__ia32_sys_quotactl" at 0xc131fdf4, type=FUNC, size=0x353) +[D] sys_call_table[132]: Symbol("__ia32_sys_getpgid" at 0xc1087f1c, type=FUNC, size=0x7f) +[D] sys_call_table[133]: Symbol("__ia32_sys_fchdir" at 0xc129fe58, type=FUNC, size=0x9f) +[D] sys_call_table[134]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[135]: Symbol("__ia32_sys_sysfs" at 0xc12c712c, type=FUNC, size=0x19a) +[D] sys_call_table[136]: Symbol("__ia32_sys_personality" at 0xc1070b88, type=FUNC, size=0x1c) +[D] sys_call_table[137]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[138]: Symbol("__ia32_sys_setfsuid16" at 0xc1126e44, type=FUNC, size=0x1a) +[D] sys_call_table[139]: Symbol("__ia32_sys_setfsgid16" at 0xc1126e60, type=FUNC, size=0x1a) +[D] sys_call_table[140]: Symbol("__ia32_sys_llseek" at 0xc12a2ce0, type=FUNC, size=0xfb) +[D] sys_call_table[141]: Symbol("__ia32_sys_getdents" at 0xc12ba7b8, type=FUNC, size=0xe3) +[D] sys_call_table[142]: Symbol("__ia32_sys_select" at 0xc12bc638, type=FUNC, size=0x2a) +[D] sys_call_table[143]: Symbol("__ia32_sys_flock" at 0xc13050b8, type=FUNC, size=0xf) +[D] sys_call_table[144]: Symbol("__ia32_sys_msync" at 0xc1260420, type=FUNC, size=0x2d1) +[D] sys_call_table[145]: Symbol("__ia32_sys_readv" at 0xc12a41b4, type=FUNC, size=0x1e) +[D] sys_call_table[146]: Symbol("__ia32_sys_writev" at 0xc12a41d4, type=FUNC, size=0x1e) +[D] sys_call_table[147]: Symbol("__ia32_sys_getsid" at 0xc1087fd0, type=FUNC, size=0x7b) +[D] sys_call_table[148]: Symbol("__ia32_sys_fdatasync" at 0xc12dea68, type=FUNC, size=0x11) +[D] sys_call_table[149]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[150]: Symbol("__ia32_sys_mlock" at 0xc1256a6c, type=FUNC, size=0x14) +[D] sys_call_table[151]: Symbol("__ia32_sys_munlock" at 0xc1256ab8, type=FUNC, size=0xcf) +[D] sys_call_table[152]: Symbol("__ia32_sys_mlockall" at 0xc1256b88, type=FUNC, size=0x1b4) +[D] sys_call_table[153]: Symbol("__ia32_sys_munlockall" at 0xc1256d3c, type=FUNC, size=0x9b) +[D] sys_call_table[154]: Symbol("__ia32_sys_sched_setparam" at 0xc10a4498, type=FUNC, size=0x14) +[D] sys_call_table[155]: Symbol("__ia32_sys_sched_getparam" at 0xc10a48d0, type=FUNC, size=0xcb) +[D] sys_call_table[156]: Symbol("__ia32_sys_sched_setscheduler" at 0xc10a4470, type=FUNC, size=0x27) +[D] sys_call_table[157]: Symbol("__ia32_sys_sched_getscheduler" at 0xc10a484c, type=FUNC, size=0x83) +[D] sys_call_table[158]: Symbol("__ia32_sys_sched_yield" at 0xc10a4cb4, type=FUNC, size=0xc) +[D] sys_call_table[159]: Symbol("__ia32_sys_sched_get_priority_max" at 0xc10a4e18, type=FUNC, size=0x33) +[D] sys_call_table[160]: Symbol("__ia32_sys_sched_get_priority_min" at 0xc10a4e4c, type=FUNC, size=0x2f) +[D] sys_call_table[161]: Symbol("__ia32_sys_sched_rr_get_interval_time32" at 0xc10a4edc, type=FUNC, size=0x60) +[D] sys_call_table[162]: Symbol("__ia32_sys_nanosleep_time32" at 0xc110cabc, type=FUNC, size=0xe0) +[D] sys_call_table[163]: Symbol("__ia32_sys_mremap" at 0xc125fc38, type=FUNC, size=0x7e6) +[D] sys_call_table[164]: Symbol("__ia32_sys_setresuid16" at 0xc1126c84, type=FUNC, size=0x37) +[D] sys_call_table[165]: Symbol("__ia32_sys_getresuid16" at 0xc1126cbc, type=FUNC, size=0xa8) +[D] sys_call_table[166]: Symbol("__ia32_sys_vm86" at 0xc105bf0c, type=FUNC, size=0x20c) +[D] sys_call_table[167]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[168]: Symbol("__ia32_sys_poll" at 0xc12bc7e4, type=FUNC, size=0x109) +[D] sys_call_table[169]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[170]: Symbol("__ia32_sys_setresgid16" at 0xc1126d64, type=FUNC, size=0x37) +[D] sys_call_table[171]: Symbol("__ia32_sys_getresgid16" at 0xc1126d9c, type=FUNC, size=0xa8) +[D] sys_call_table[172]: Symbol("__ia32_sys_prctl" at 0xc10892fc, type=FUNC, size=0x714) +[D] sys_call_table[173]: Symbol("__ia32_sys_rt_sigreturn" at 0xc1027658, type=FUNC, size=0xb1) +[D] sys_call_table[174]: Symbol("__ia32_sys_rt_sigaction" at 0xc108551c, type=FUNC, size=0xfb) +[D] sys_call_table[175]: Symbol("__ia32_sys_rt_sigprocmask" at 0xc108208c, type=FUNC, size=0xc0) +[D] sys_call_table[176]: Symbol("__ia32_sys_rt_sigpending" at 0xc108214c, type=FUNC, size=0x60) +[D] sys_call_table[177]: Symbol("__ia32_sys_rt_sigtimedwait_time32" at 0xc10848c4, type=FUNC, size=0xd0) +[D] sys_call_table[178]: Symbol("__ia32_sys_rt_sigqueueinfo" at 0xc1084d88, type=FUNC, size=0x127) +[D] sys_call_table[179]: Symbol("__ia32_sys_rt_sigsuspend" at 0xc1085868, type=FUNC, size=0x64) +[D] sys_call_table[180]: Symbol("__ia32_sys_ia32_pread64" at 0xc102dfac, type=FUNC, size=0x36) +[D] sys_call_table[181]: Symbol("__ia32_sys_ia32_pwrite64" at 0xc102dfe4, type=FUNC, size=0x36) +[D] sys_call_table[182]: Symbol("__ia32_sys_chown16" at 0xc1126b40, type=FUNC, size=0x43) +[D] sys_call_table[183]: Symbol("__ia32_sys_getcwd" at 0xc12dfe04, type=FUNC, size=0x148) +[D] sys_call_table[184]: Symbol("__ia32_sys_capget" at 0xc107cec4, type=FUNC, size=0x171) +[D] sys_call_table[185]: Symbol("__ia32_sys_capset" at 0xc107d038, type=FUNC, size=0x183) +[D] sys_call_table[186]: Symbol("__ia32_sys_sigaltstack" at 0xc1085244, type=FUNC, size=0xde) +[D] sys_call_table[187]: Symbol("__ia32_sys_sendfile" at 0xc12a4354, type=FUNC, size=0xb8) +[D] sys_call_table[188]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[189]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[190]: Symbol("__ia32_sys_vfork" at 0xc10704f0, type=FUNC, size=0x5b) +[D] sys_call_table[191]: Symbol("__ia32_sys_getrlimit" at 0xc1088888, type=FUNC, size=0xa4) +[D] sys_call_table[192]: Symbol("__ia32_sys_mmap_pgoff" at 0xc125984c, type=FUNC, size=0x31) +[D] sys_call_table[193]: Symbol("__ia32_sys_ia32_truncate64" at 0xc102df78, type=FUNC, size=0x12) +[D] sys_call_table[194]: Symbol("__ia32_sys_ia32_ftruncate64" at 0xc102df8c, type=FUNC, size=0x1e) +[D] sys_call_table[195]: Symbol("__ia32_sys_stat64" at 0xc12aa918, type=FUNC, size=0xf) +[D] sys_call_table[196]: Symbol("__ia32_sys_lstat64" at 0xc12aa928, type=FUNC, size=0xf) +[D] sys_call_table[197]: Symbol("__ia32_sys_fstat64" at 0xc12aa938, type=FUNC, size=0xf) +[D] sys_call_table[198]: Symbol("__ia32_sys_lchown" at 0xc12a05f4, type=FUNC, size=0x28) +[D] sys_call_table[199]: Symbol("__ia32_sys_getuid" at 0xc1087c18, type=FUNC, size=0x1e) +[D] sys_call_table[200]: Symbol("__ia32_sys_getgid" at 0xc1087c58, type=FUNC, size=0x1e) +[D] sys_call_table[201]: Symbol("__ia32_sys_geteuid" at 0xc1087c38, type=FUNC, size=0x1e) +[D] sys_call_table[202]: Symbol("__ia32_sys_getegid" at 0xc1087c78, type=FUNC, size=0x1e) +[D] sys_call_table[203]: Symbol("__ia32_sys_setreuid" at 0xc1087430, type=FUNC, size=0xf) +[D] sys_call_table[204]: Symbol("__ia32_sys_setregid" at 0xc10871e0, type=FUNC, size=0xf) +[D] sys_call_table[205]: Symbol("__ia32_sys_getgroups" at 0xc109b43c, type=FUNC, size=0x74) +[D] sys_call_table[206]: Symbol("__ia32_sys_setgroups" at 0xc109b4c4, type=FUNC, size=0x14a) +[D] sys_call_table[207]: Symbol("__ia32_sys_fchown" at 0xc12a0748, type=FUNC, size=0x12) +[D] sys_call_table[208]: Symbol("__ia32_sys_setresuid" at 0xc1087740, type=FUNC, size=0x12) +[D] sys_call_table[209]: Symbol("__ia32_sys_getresuid" at 0xc1087754, type=FUNC, size=0x81) +[D] sys_call_table[210]: Symbol("__ia32_sys_setresgid" at 0xc10879a0, type=FUNC, size=0x12) +[D] sys_call_table[211]: Symbol("__ia32_sys_getresgid" at 0xc10879b4, type=FUNC, size=0x81) +[D] sys_call_table[212]: Symbol("__ia32_sys_chown" at 0xc12a05cc, type=FUNC, size=0x25) +[D] sys_call_table[213]: Symbol("__ia32_sys_setuid" at 0xc1087528, type=FUNC, size=0xc) +[D] sys_call_table[214]: Symbol("__ia32_sys_setgid" at 0xc10872b8, type=FUNC, size=0xc) +[D] sys_call_table[215]: Symbol("__ia32_sys_setfsuid" at 0xc1087aec, type=FUNC, size=0xc) +[D] sys_call_table[216]: Symbol("__ia32_sys_setfsgid" at 0xc1087bac, type=FUNC, size=0xc) +[D] sys_call_table[217]: Symbol("__ia32_sys_pivot_root" at 0xc12cd764, type=FUNC, size=0x485) +[D] sys_call_table[218]: Symbol("__ia32_sys_mincore" at 0xc1255004, type=FUNC, size=0x2f7) +[D] sys_call_table[219]: Symbol("__ia32_sys_madvise" at 0xc127e87c, type=FUNC, size=0x63) +[D] sys_call_table[220]: Symbol("__ia32_sys_getdents64" at 0xc12ba89c, type=FUNC, size=0xe7) +[D] sys_call_table[221]: Symbol("__ia32_sys_fcntl64" at 0xc12b87bc, type=FUNC, size=0x17c) +[D] sys_call_table[222]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[223]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[224]: Symbol("__ia32_sys_gettid" at 0xc1087bd0, type=FUNC, size=0x14) +[D] sys_call_table[225]: Symbol("__ia32_sys_ia32_readahead" at 0xc102e048, type=FUNC, size=0x1d) +[D] sys_call_table[226]: Symbol("__ia32_sys_setxattr" at 0xc12d1d60, type=FUNC, size=0x33) +[D] sys_call_table[227]: Symbol("__ia32_sys_lsetxattr" at 0xc12d1d94, type=FUNC, size=0x30) +[D] sys_call_table[228]: Symbol("__ia32_sys_fsetxattr" at 0xc12d1dc4, type=FUNC, size=0xdf) +[D] sys_call_table[229]: Symbol("__ia32_sys_getxattr" at 0xc12d2128, type=FUNC, size=0x2c) +[D] sys_call_table[230]: Symbol("__ia32_sys_lgetxattr" at 0xc12d2154, type=FUNC, size=0x29) +[D] sys_call_table[231]: Symbol("__ia32_sys_fgetxattr" at 0xc12d2180, type=FUNC, size=0xb6) +[D] sys_call_table[232]: Symbol("__ia32_sys_listxattr" at 0xc12d2238, type=FUNC, size=0x1e) +[D] sys_call_table[233]: Symbol("__ia32_sys_llistxattr" at 0xc12d2258, type=FUNC, size=0x1e) +[D] sys_call_table[234]: Symbol("__ia32_sys_flistxattr" at 0xc12d2278, type=FUNC, size=0x9e) +[D] sys_call_table[235]: Symbol("__ia32_sys_removexattr" at 0xc12d2318, type=FUNC, size=0x14) +[D] sys_call_table[236]: Symbol("__ia32_sys_lremovexattr" at 0xc12d232c, type=FUNC, size=0x11) +[D] sys_call_table[237]: Symbol("__ia32_sys_fremovexattr" at 0xc12d2340, type=FUNC, size=0xb0) +[D] sys_call_table[238]: Symbol("__ia32_sys_tkill" at 0xc1084d68, type=FUNC, size=0x1e) +[D] sys_call_table[239]: Symbol("__ia32_sys_sendfile64" at 0xc12a440c, type=FUNC, size=0xc0) +[D] sys_call_table[240]: Symbol("__ia32_sys_futex_time32" at 0xc11226b4, type=FUNC, size=0x207) +[D] sys_call_table[241]: Symbol("__ia32_sys_sched_setaffinity" at 0xc10a6d9c, type=FUNC, size=0x70) +[D] sys_call_table[242]: Symbol("__ia32_sys_sched_getaffinity" at 0xc10a4c24, type=FUNC, size=0x90) +[D] sys_call_table[243]: Symbol("__ia32_sys_set_thread_area" at 0xc1038eb0, type=FUNC, size=0x25) +[D] sys_call_table[244]: Symbol("__ia32_sys_get_thread_area" at 0xc1038f74, type=FUNC, size=0x98) +[D] sys_call_table[245]: Symbol("__ia32_sys_io_setup" at 0xc12fe760, type=FUNC, size=0x81c) +[D] sys_call_table[246]: Symbol("__ia32_sys_io_destroy" at 0xc12fef7c, type=FUNC, size=0xbc) +[D] sys_call_table[247]: Symbol("__ia32_sys_io_getevents_time32" at 0xc12ffc78, type=FUNC, size=0xb3) +[D] sys_call_table[248]: Symbol("__ia32_sys_io_submit" at 0xc12ff038, type=FUNC, size=0x888) +[D] sys_call_table[249]: Symbol("__ia32_sys_io_cancel" at 0xc12ff8c0, type=FUNC, size=0x117) +[D] sys_call_table[250]: Symbol("__ia32_sys_ia32_fadvise64" at 0xc102e094, type=FUNC, size=0x2a) +[D] sys_call_table[251]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[252]: Symbol("__ia32_sys_exit_group" at 0xc1076b50, type=FUNC, size=0x10) +[D] sys_call_table[253]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[254]: Symbol("__ia32_sys_epoll_create" at 0xc12f5fe8, type=FUNC, size=0x1e) +[D] sys_call_table[255]: Symbol("__ia32_sys_epoll_ctl" at 0xc12f6ad8, type=FUNC, size=0x79) +[D] sys_call_table[256]: Symbol("__ia32_sys_epoll_wait" at 0xc12f6b54, type=FUNC, size=0x120) +[D] sys_call_table[257]: Symbol("__ia32_sys_remap_file_pages" at 0xc125c938, type=FUNC, size=0x2b1) +[D] sys_call_table[258]: Symbol("__ia32_sys_set_tid_address" at 0xc106df20, type=FUNC, size=0x1e) +[D] sys_call_table[259]: Symbol("__ia32_sys_timer_create" at 0xc1117c74, type=FUNC, size=0x6e) +[D] sys_call_table[260]: Symbol("__ia32_sys_timer_settime32" at 0xc1117ea4, type=FUNC, size=0xaf) +[D] sys_call_table[261]: Symbol("__ia32_sys_timer_gettime32" at 0xc1117d3c, type=FUNC, size=0x56) +[D] sys_call_table[262]: Symbol("__ia32_sys_timer_getoverrun" at 0xc1117d94, type=FUNC, size=0x63) +[D] sys_call_table[263]: Symbol("__ia32_sys_timer_delete" at 0xc1117f54, type=FUNC, size=0xd8) +[D] sys_call_table[264]: Symbol("__ia32_sys_clock_settime32" at 0xc111836c, type=FUNC, size=0xa0) +[D] sys_call_table[265]: Symbol("__ia32_sys_clock_gettime32" at 0xc111840c, type=FUNC, size=0x90) +[D] sys_call_table[266]: Symbol("__ia32_sys_clock_getres_time32" at 0xc11184ac, type=FUNC, size=0xa0) +[D] sys_call_table[267]: Symbol("__ia32_sys_clock_nanosleep_time32" at 0xc1118654, type=FUNC, size=0x127) +[D] sys_call_table[268]: Symbol("__ia32_sys_statfs64" at 0xc12e0aac, type=FUNC, size=0x60) +[D] sys_call_table[269]: Symbol("__ia32_sys_fstatfs64" at 0xc12e0b5c, type=FUNC, size=0x60) +[D] sys_call_table[270]: Symbol("__ia32_sys_tgkill" at 0xc1084d40, type=FUNC, size=0x26) +[D] sys_call_table[271]: Symbol("__ia32_sys_utimes_time32" at 0xc12df39c, type=FUNC, size=0x14) +[D] sys_call_table[272]: Symbol("__ia32_sys_ia32_fadvise64_64" at 0xc102e01c, type=FUNC, size=0x2b) +[D] sys_call_table[273]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[274]: Symbol("__ia32_sys_mbind" at 0xc12931c4, type=FUNC, size=0x539) +[D] sys_call_table[275]: Symbol("__ia32_sys_get_mempolicy" at 0xc12916b4, type=FUNC, size=0x529) +[D] sys_call_table[276]: Symbol("__ia32_sys_set_mempolicy" at 0xc12913d8, type=FUNC, size=0x94) +[D] sys_call_table[277]: Symbol("__ia32_sys_mq_open" at 0xc14771ec, type=FUNC, size=0x302) +[D] sys_call_table[278]: Symbol("__ia32_sys_mq_unlink" at 0xc14774f0, type=FUNC, size=0x12b) +[D] sys_call_table[279]: Symbol("__ia32_sys_mq_timedsend_time32" at 0xc1477e84, type=FUNC, size=0x9c) +[D] sys_call_table[280]: Symbol("__ia32_sys_mq_timedreceive_time32" at 0xc1477f20, type=FUNC, size=0xa0) +[D] sys_call_table[281]: Symbol("__ia32_sys_mq_notify" at 0xc1477760, type=FUNC, size=0x506) +[D] sys_call_table[282]: Symbol("__ia32_sys_mq_getsetattr" at 0xc1477c68, type=FUNC, size=0x21b) +[D] sys_call_table[283]: Symbol("__ia32_sys_kexec_load" at 0xc112b460, type=FUNC, size=0x476) +[D] sys_call_table[284]: Symbol("__ia32_sys_waitid" at 0xc10770d0, type=FUNC, size=0x115) +[D] sys_call_table[285]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[286]: Symbol("__ia32_sys_add_key" at 0xc147c36c, type=FUNC, size=0x1c6) +[D] sys_call_table[287]: Symbol("__ia32_sys_request_key" at 0xc147c534, type=FUNC, size=0x1a3) +[D] sys_call_table[288]: Symbol("__ia32_sys_keyctl" at 0xc147da08, type=FUNC, size=0x36d) +[D] sys_call_table[289]: Symbol("__ia32_sys_ioprio_set" at 0xc14ebe54, type=FUNC, size=0x2a4) +[D] sys_call_table[290]: Symbol("__ia32_sys_ioprio_get" at 0xc14ec0f8, type=FUNC, size=0x335) +[D] sys_call_table[291]: Symbol("__ia32_sys_inotify_init" at 0xc12f0cb0, type=FUNC, size=0xc) +[D] sys_call_table[292]: Symbol("__ia32_sys_inotify_add_watch" at 0xc12f0cbc, type=FUNC, size=0x43e) +[D] sys_call_table[293]: Symbol("__ia32_sys_inotify_rm_watch" at 0xc12f10fc, type=FUNC, size=0xfe) +[D] sys_call_table[294]: Symbol("__ia32_sys_migrate_pages" at 0xc129146c, type=FUNC, size=0x248) +[D] sys_call_table[295]: Symbol("__ia32_sys_openat" at 0xc12a0e5c, type=FUNC, size=0xad) +[D] sys_call_table[296]: Symbol("__ia32_sys_mkdirat" at 0xc12b6bcc, type=FUNC, size=0x63) +[D] sys_call_table[297]: Symbol("__ia32_sys_mknodat" at 0xc12b6a24, type=FUNC, size=0x3f) +[D] sys_call_table[298]: Symbol("__ia32_sys_fchownat" at 0xc12a05a0, type=FUNC, size=0x2a) +[D] sys_call_table[299]: Symbol("__ia32_sys_futimesat_time32" at 0xc12df388, type=FUNC, size=0x12) +[D] sys_call_table[300]: Symbol("__ia32_sys_fstatat64" at 0xc12aa948, type=FUNC, size=0x23) +[D] sys_call_table[301]: Symbol("__ia32_sys_unlinkat" at 0xc12b70fc, type=FUNC, size=0x53) +[D] sys_call_table[302]: Symbol("__ia32_sys_renameat" at 0xc12b7bcc, type=FUNC, size=0x55) +[D] sys_call_table[303]: Symbol("__ia32_sys_linkat" at 0xc12b75c0, type=FUNC, size=0x65) +[D] sys_call_table[304]: Symbol("__ia32_sys_symlinkat" at 0xc12b72a8, type=FUNC, size=0x43) +[D] sys_call_table[305]: Symbol("__ia32_sys_readlinkat" at 0xc12aa8d4, type=FUNC, size=0x23) +[D] sys_call_table[306]: Symbol("__ia32_sys_fchmodat" at 0xc12a02ec, type=FUNC, size=0x1f) +[D] sys_call_table[307]: Symbol("__ia32_sys_faccessat" at 0xc129fd38, type=FUNC, size=0x1e) +[D] sys_call_table[308]: Symbol("__ia32_sys_pselect6_time32" at 0xc12bc6f4, type=FUNC, size=0x8e) +[D] sys_call_table[309]: Symbol("__ia32_sys_ppoll_time32" at 0xc12bc9ac, type=FUNC, size=0xbf) +[D] sys_call_table[310]: Symbol("__ia32_sys_unshare" at 0xc1070a30, type=FUNC, size=0xc) +[D] sys_call_table[311]: Symbol("__ia32_sys_set_robust_list" at 0xc1121d58, type=FUNC, size=0x1e) +[D] sys_call_table[312]: Symbol("__ia32_sys_get_robust_list" at 0xc1121d78, type=FUNC, size=0xaf) +[D] sys_call_table[313]: Symbol("__ia32_sys_splice" at 0xc12ddf48, type=FUNC, size=0x20f) +[D] sys_call_table[314]: Symbol("__ia32_sys_ia32_sync_file_range" at 0xc102e068, type=FUNC, size=0x2b) +[D] sys_call_table[315]: Symbol("__ia32_sys_tee" at 0xc12de544, type=FUNC, size=0xe3) +[D] sys_call_table[316]: Symbol("__ia32_sys_vmsplice" at 0xc12dddfc, type=FUNC, size=0x14c) +[D] sys_call_table[317]: Symbol("__ia32_sys_move_pages" at 0xc1297fcc, type=FUNC, size=0x65a) +[D] sys_call_table[318]: Symbol("__ia32_sys_getcpu" at 0xc1089a10, type=FUNC, size=0x57) +[D] sys_call_table[319]: Symbol("__ia32_sys_epoll_pwait" at 0xc12f6c74, type=FUNC, size=0x138) +[D] sys_call_table[320]: Symbol("__ia32_sys_utimensat_time32" at 0xc12df2dc, type=FUNC, size=0xa9) +[D] sys_call_table[321]: Symbol("__ia32_sys_signalfd" at 0xc12f77ec, type=FUNC, size=0x70) +[D] sys_call_table[322]: Symbol("__ia32_sys_timerfd_create" at 0xc12f8730, type=FUNC, size=0x166) +[D] sys_call_table[323]: Symbol("__ia32_sys_eventfd" at 0xc12f93cc, type=FUNC, size=0xe) +[D] sys_call_table[324]: Symbol("__ia32_sys_ia32_fallocate" at 0xc102e0c0, type=FUNC, size=0x35) +[D] sys_call_table[325]: Symbol("__ia32_sys_timerfd_settime32" at 0xc12f897c, type=FUNC, size=0x90) +[D] sys_call_table[326]: Symbol("__ia32_sys_timerfd_gettime32" at 0xc12f8a0c, type=FUNC, size=0x56) +[D] sys_call_table[327]: Symbol("__ia32_sys_signalfd4" at 0xc12f777c, type=FUNC, size=0x70) +[D] sys_call_table[328]: Symbol("__ia32_sys_eventfd2" at 0xc12f93bc, type=FUNC, size=0xf) +[D] sys_call_table[329]: Symbol("__ia32_sys_epoll_create1" at 0xc12f5fdc, type=FUNC, size=0xc) +[D] sys_call_table[330]: Symbol("__ia32_sys_dup3" at 0xc12c6bb0, type=FUNC, size=0x12) +[D] sys_call_table[331]: Symbol("__ia32_sys_pipe2" at 0xc12af15c, type=FUNC, size=0xf) +[D] sys_call_table[332]: Symbol("__ia32_sys_inotify_init1" at 0xc12f0ca4, type=FUNC, size=0xc) +[D] sys_call_table[333]: Symbol("__ia32_sys_preadv" at 0xc12a41f4, type=FUNC, size=0x3e) +[D] sys_call_table[334]: Symbol("__ia32_sys_pwritev" at 0xc12a42a4, type=FUNC, size=0x3e) +[D] sys_call_table[335]: Symbol("__ia32_sys_rt_tgsigqueueinfo" at 0xc1084eb0, type=FUNC, size=0x129) +[D] sys_call_table[336]: Symbol("__ia32_sys_perf_event_open" at 0xc1209310, type=FUNC, size=0x2a) +[D] sys_call_table[337]: Symbol("__ia32_sys_recvmmsg_time32" at 0xc1a36e8c, type=FUNC, size=0xb0) +[D] sys_call_table[338]: Symbol("__ia32_sys_fanotify_init" at 0xc12f3f44, type=FUNC, size=0x316) +[D] sys_call_table[339]: Symbol("__ia32_sys_fanotify_mark" at 0xc12f425c, type=FUNC, size=0x805) +[D] sys_call_table[340]: Symbol("__ia32_sys_prlimit64" at 0xc10889fc, type=FUNC, size=0x2ec) +[D] sys_call_table[341]: Symbol("__ia32_sys_name_to_handle_at" at 0xc130e068, type=FUNC, size=0x245) +[D] sys_call_table[342]: Symbol("__ia32_sys_open_by_handle_at" at 0xc130e2b0, type=FUNC, size=0x259) +[D] sys_call_table[343]: Symbol("__ia32_sys_clock_adjtime32" at 0xc111849c, type=FUNC, size=0xf) +[D] sys_call_table[344]: Symbol("__ia32_sys_syncfs" at 0xc12de9d0, type=FUNC, size=0x88) +[D] sys_call_table[345]: Symbol("__ia32_sys_sendmmsg" at 0xc1a36af8, type=FUNC, size=0x2c) +[D] sys_call_table[346]: Symbol("__ia32_sys_setns" at 0xc1096834, type=FUNC, size=0x55f) +[D] sys_call_table[347]: Symbol("__ia32_sys_process_vm_readv" at 0xc126c228, type=FUNC, size=0x37) +[D] sys_call_table[348]: Symbol("__ia32_sys_process_vm_writev" at 0xc126c260, type=FUNC, size=0x3a) +[D] sys_call_table[349]: Symbol("__ia32_sys_kcmp" at 0xc1105230, type=FUNC, size=0x5b4) +[D] sys_call_table[350]: Symbol("__ia32_sys_finit_module" at 0xc1102ac8, type=FUNC, size=0x1f5) +[D] sys_call_table[351]: Symbol("__ia32_sys_sched_setattr" at 0xc10a44ac, type=FUNC, size=0x39d) +[D] sys_call_table[352]: Symbol("__ia32_sys_sched_getattr" at 0xc10a499c, type=FUNC, size=0x179) +[D] sys_call_table[353]: Symbol("__ia32_sys_renameat2" at 0xc12b7b70, type=FUNC, size=0x5a) +[D] sys_call_table[354]: Symbol("__ia32_sys_seccomp" at 0xc115523c, type=FUNC, size=0x12) +[D] sys_call_table[355]: Symbol("__ia32_sys_getrandom" at 0xc163892c, type=FUNC, size=0xa7) +[D] sys_call_table[356]: Symbol("__ia32_sys_memfd_create" at 0xc129e128, type=FUNC, size=0x30b) +[D] sys_call_table[357]: Symbol("__ia32_sys_bpf" at 0xc119ece4, type=FUNC, size=0x24) +[D] sys_call_table[358]: Symbol("__ia32_sys_execveat" at 0xc12ad52c, type=FUNC, size=0x49) +[D] sys_call_table[359]: Symbol("__ia32_sys_socket" at 0xc1a35510, type=FUNC, size=0x12) +[D] sys_call_table[360]: Symbol("__ia32_sys_socketpair" at 0xc1a35758, type=FUNC, size=0x23) +[D] sys_call_table[361]: Symbol("__ia32_sys_bind" at 0xc1a35848, type=FUNC, size=0x12) +[D] sys_call_table[362]: Symbol("__ia32_sys_connect" at 0xc1a35c9c, type=FUNC, size=0x12) +[D] sys_call_table[363]: Symbol("__ia32_sys_listen" at 0xc1a358e8, type=FUNC, size=0xf) +[D] sys_call_table[364]: Symbol("__ia32_sys_accept4" at 0xc1a35b38, type=FUNC, size=0x23) +[D] sys_call_table[365]: Symbol("__ia32_sys_getsockopt" at 0xc1a362ec, type=FUNC, size=0x2a) +[D] sys_call_table[366]: Symbol("__ia32_sys_setsockopt" at 0xc1a36224, type=FUNC, size=0x2a) +[D] sys_call_table[367]: Symbol("__ia32_sys_getsockname" at 0xc1a35d6c, type=FUNC, size=0x12) +[D] sys_call_table[368]: Symbol("__ia32_sys_getpeername" at 0xc1a35e68, type=FUNC, size=0x12) +[D] sys_call_table[369]: Symbol("__ia32_sys_sendto" at 0xc1a35f9c, type=FUNC, size=0x31) +[D] sys_call_table[370]: Symbol("__ia32_sys_sendmsg" at 0xc1a36964, type=FUNC, size=0x1e) +[D] sys_call_table[371]: Symbol("__ia32_sys_recvfrom" at 0xc1a36130, type=FUNC, size=0x31) +[D] sys_call_table[372]: Symbol("__ia32_sys_recvmsg" at 0xc1a36bec, type=FUNC, size=0x86) +[D] sys_call_table[373]: Symbol("__ia32_sys_shutdown" at 0xc1a363b4, type=FUNC, size=0xf) +[D] sys_call_table[374]: Symbol("__ia32_sys_userfaultfd" at 0xc12fcb9c, type=FUNC, size=0x3a) +[D] sys_call_table[375]: Symbol("__ia32_sys_membarrier" at 0xc10c4004, type=FUNC, size=0x313) +[D] sys_call_table[376]: Symbol("__ia32_sys_mlock2" at 0xc1256a80, type=FUNC, size=0x37) +[D] sys_call_table[377]: Symbol("__ia32_sys_copy_file_range" at 0xc12a4e88, type=FUNC, size=0x21b) +[D] sys_call_table[378]: Symbol("__ia32_sys_preadv2" at 0xc12a4234, type=FUNC, size=0x70) +[D] sys_call_table[379]: Symbol("__ia32_sys_pwritev2" at 0xc12a42e4, type=FUNC, size=0x70) +[D] sys_call_table[380]: Symbol("__ia32_sys_pkey_mprotect" at 0xc1095d9c, type=FUNC, size=0x6) +[D] sys_call_table[381]: Symbol("__ia32_sys_pkey_alloc" at 0xc1095da4, type=FUNC, size=0x6) +[D] sys_call_table[382]: Symbol("__ia32_sys_pkey_free" at 0xc1095dac, type=FUNC, size=0x6) +[D] sys_call_table[383]: Symbol("__ia32_sys_statx" at 0xc12aa9f4, type=FUNC, size=0x71) +[D] sys_call_table[384]: Symbol("__ia32_sys_arch_prctl" at 0xc1026f10, type=FUNC, size=0xf) +[D] sys_call_table[385]: Symbol("__ia32_sys_io_pgetevents_time32" at 0xc12ffb28, type=FUNC, size=0x14d) +[D] sys_call_table[386]: Symbol("__ia32_sys_rseq" at 0xc1212060, type=FUNC, size=0x192) +[D] sys_call_table[387]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[388]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[389]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[390]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[391]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[392]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[393]: Symbol("__ia32_sys_semget" at 0xc147188c, type=FUNC, size=0x78) +[D] sys_call_table[394]: Symbol("__ia32_sys_semctl" at 0xc1471904, type=FUNC, size=0x2c) +[D] sys_call_table[395]: Symbol("__ia32_sys_shmget" at 0xc14749e8, type=FUNC, size=0x66) +[D] sys_call_table[396]: Symbol("__ia32_sys_shmctl" at 0xc1474a50, type=FUNC, size=0x1e) +[D] sys_call_table[397]: Symbol("__ia32_sys_shmat" at 0xc1474fc8, type=FUNC, size=0x50) +[D] sys_call_table[398]: Symbol("__ia32_sys_shmdt" at 0xc1475240, type=FUNC, size=0xc) +[D] sys_call_table[399]: Symbol("__ia32_sys_msgget" at 0xc146ee0c, type=FUNC, size=0x60) +[D] sys_call_table[400]: Symbol("__ia32_sys_msgsnd" at 0xc146ef64, type=FUNC, size=0x5e) +[D] sys_call_table[401]: Symbol("__ia32_sys_msgrcv" at 0xc146efe8, type=FUNC, size=0x2a) +[D] sys_call_table[402]: Symbol("__ia32_sys_msgctl" at 0xc146ee6c, type=FUNC, size=0x1e) +[D] sys_call_table[403]: Symbol("__ia32_sys_clock_gettime" at 0xc11181cc, type=FUNC, size=0x90) +[D] sys_call_table[404]: Symbol("__ia32_sys_clock_settime" at 0xc111812c, type=FUNC, size=0xa0) +[D] sys_call_table[405]: Symbol("__ia32_sys_clock_adjtime" at 0xc11182c0, type=FUNC, size=0xf) +[D] sys_call_table[406]: Symbol("__ia32_sys_clock_getres" at 0xc11182d0, type=FUNC, size=0x9c) +[D] sys_call_table[407]: Symbol("__ia32_sys_clock_nanosleep" at 0xc111854c, type=FUNC, size=0x107) +[D] sys_call_table[408]: Symbol("__ia32_sys_timer_gettime" at 0xc1117ce4, type=FUNC, size=0x56) +[D] sys_call_table[409]: Symbol("__ia32_sys_timer_settime" at 0xc1117df8, type=FUNC, size=0xab) +[D] sys_call_table[410]: Symbol("__ia32_sys_timerfd_gettime" at 0xc12f8924, type=FUNC, size=0x56) +[D] sys_call_table[411]: Symbol("__ia32_sys_timerfd_settime" at 0xc12f8898, type=FUNC, size=0x8c) +[D] sys_call_table[412]: Symbol("__ia32_sys_utimensat" at 0xc12df19c, type=FUNC, size=0xa9) +[D] sys_call_table[413]: Symbol("__ia32_sys_pselect6" at 0xc12bc664, type=FUNC, size=0x8e) +[D] sys_call_table[414]: Symbol("__ia32_sys_ppoll" at 0xc12bc8f0, type=FUNC, size=0xbb) +[D] sys_call_table[415]: Symbol("__ia32_sys_ni_syscall" at 0xc10014a4, type=FUNC, size=0x6) +[D] sys_call_table[416]: Symbol("__ia32_sys_io_pgetevents" at 0xc12ff9d8, type=FUNC, size=0x14d) +[D] sys_call_table[417]: Symbol("__ia32_sys_recvmmsg" at 0xc1a36dd0, type=FUNC, size=0xbc) +[D] sys_call_table[418]: Symbol("__ia32_sys_mq_timedsend" at 0xc147761c, type=FUNC, size=0xa4) +[D] sys_call_table[419]: Symbol("__ia32_sys_mq_timedreceive" at 0xc14776c0, type=FUNC, size=0xa0) +[D] sys_call_table[420]: Symbol("__ia32_sys_semtimedop" at 0xc1472900, type=FUNC, size=0x89) +[D] sys_call_table[421]: Symbol("__ia32_sys_rt_sigtimedwait" at 0xc10847f8, type=FUNC, size=0xcc) +[D] sys_call_table[422]: Symbol("__ia32_sys_futex" at 0xc1121fdc, type=FUNC, size=0x20f) +[D] sys_call_table[423]: Symbol("__ia32_sys_sched_rr_get_interval" at 0xc10a4e7c, type=FUNC, size=0x60) +[D] sys_call_table[424]: Symbol("__ia32_sys_pidfd_send_signal" at 0xc1084b7c, type=FUNC, size=0x1c1) +[D] sys_call_table[425]: Symbol("__ia32_sys_io_uring_setup" at 0xc150e108, type=FUNC, size=0x66) +[D] sys_call_table[426]: Symbol("__ia32_sys_io_uring_enter" at 0xc150d5bc, type=FUNC, size=0xb3e) +[D] sys_call_table[427]: Symbol("__ia32_sys_io_uring_register" at 0xc151e8d0, type=FUNC, size=0xbf2) +[D] sys_call_table[428]: Symbol("__ia32_sys_open_tree" at 0xc12cbca8, type=FUNC, size=0x311) +[D] sys_call_table[429]: Symbol("__ia32_sys_move_mount" at 0xc12cd3c4, type=FUNC, size=0x34f) +[D] sys_call_table[430]: Symbol("__ia32_sys_fsopen" at 0xc12e2cc0, type=FUNC, size=0x11e) +[D] sys_call_table[431]: Symbol("__ia32_sys_fsconfig" at 0xc12e2f50, type=FUNC, size=0x4d5) +[D] sys_call_table[432]: Symbol("__ia32_sys_fsmount" at 0xc12cd0e8, type=FUNC, size=0x2d9) +[D] sys_call_table[433]: Symbol("__ia32_sys_fspick" at 0xc12e2de0, type=FUNC, size=0x16f) +[D] sys_call_table[434]: Symbol("__ia32_sys_pidfd_open" at 0xc109257c, type=FUNC, size=0xf5) +[D] sys_call_table[435]: Symbol("__ia32_sys_clone3" at 0xc10705d4, type=FUNC, size=0xf) +[D] sys_call_table[436]: Symbol("__ia32_sys_close_range" at 0xc12a10a0, type=FUNC, size=0x12) +[D] sys_call_table[437]: Symbol("__ia32_sys_openat2" at 0xc12a0f0c, type=FUNC, size=0xc7) +[D] sys_call_table[438]: Symbol("__ia32_sys_pidfd_getfd" at 0xc1092674, type=FUNC, size=0x18a) +[D] sys_call_table[439]: Symbol("__ia32_sys_faccessat2" at 0xc129fd58, type=FUNC, size=0x23) +[D] sys_call_table[440]: Symbol("__ia32_sys_process_madvise" at 0xc127e8e0, type=FUNC, size=0x23c) +[D] sys_call_table[441]: Symbol("__ia32_sys_epoll_pwait2" at 0xc12f6dac, type=FUNC, size=0xbf) +[D] sys_call_table[442]: Symbol("__ia32_sys_mount_setattr" at 0xc12cdbec, type=FUNC, size=0x72e) +[D] sys_call_table[443]: Symbol("__ia32_sys_quotactl_fd" at 0xc1320148, type=FUNC, size=0x212) +[D] sys_call_table[444]: Symbol("__ia32_sys_landlock_create_ruleset" at 0xc14ab9b0, type=FUNC, size=0x1fb) +[D] sys_call_table[445]: Symbol("__ia32_sys_landlock_add_rule" at 0xc14abbac, type=FUNC, size=0x219) +[D] sys_call_table[446]: Symbol("__ia32_sys_landlock_restrict_self" at 0xc14abdc8, type=FUNC, size=0x10f) +[D] sys_call_table[447]: Symbol("__ia32_sys_memfd_secret" at 0xc129a668, type=FUNC, size=0x1b6) +[D] sys_call_table[448]: Symbol("__ia32_sys_process_mrelease" at 0xc121ccac, type=FUNC, size=0x243) +[D] sys_call_table[449]: Symbol("__ia32_sys_futex_waitv" at 0xc11223a4, type=FUNC, size=0x17c) +[D] sys_call_table[450]: Symbol("__ia32_sys_set_mempolicy_home_node" at 0xc1292f98, type=FUNC, size=0x229) +[D] sys_call_table[451]: Symbol("__ia32_sys_cachestat" at 0xc1219100, type=FUNC, size=0x395) +[D] sys_call_table[452]: Symbol("__ia32_sys_fchmodat2" at 0xc12a02c8, type=FUNC, size=0x24) +[D] sys_call_table[453]: Symbol("__ia32_sys_map_shadow_stack" at 0xc1095dfc, type=FUNC, size=0x6) +[D] sys_call_table[454]: Symbol("__ia32_sys_futex_wake" at 0xc1122520, type=FUNC, size=0x67) +[D] sys_call_table[455]: Symbol("__ia32_sys_futex_wait" at 0xc1122588, type=FUNC, size=0x107) +[D] sys_call_table[456]: Symbol("__ia32_sys_futex_requeue" at 0xc1122690, type=FUNC, size=0x23) +[D] sys_call_table[457]: Symbol("__ia32_sys_statmount" at 0xc12ce340, type=FUNC, size=0x23) +[D] sys_call_table[458]: Symbol("__ia32_sys_listmount" at 0xc12ce364, type=FUNC, size=0x3f5) +[D] sys_call_table[459]: Symbol("__ia32_sys_lsm_get_self_attr" at 0xc1482a18, type=FUNC, size=0x23) +[D] sys_call_table[460]: Symbol("__ia32_sys_lsm_set_self_attr" at 0xc14829f4, type=FUNC, size=0x23) +[D] sys_call_table[461]: Symbol("__ia32_sys_lsm_list_modules" at 0xc1482a3c, type=FUNC, size=0x9f) +[I] Common syscall symbol prefixes: __ia32_sys_, __ia32_, __ +[D] Skipping __ia32_sys_pkey_mprotect +[D] Skipping __ia32_sys_pkey_alloc +[D] Skipping __ia32_sys_pkey_free +[I] 32 syscall table entries point to __ia32_sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-i386-v6.8'), '0xc1081e0c', '0xc1076ac8', '0xc10704a0', '0xc12a3e48', '0xc12a3f28', '0xc12a0dac', '0xc12a1038', '0xc1077420', '0xc12a0fd4', '0xc12b7628', '0xc12b7150', '0xc12ad4f0', '0xc129fd9c', '0xc1107234', '0xc12b6a64', '0xc12a030c', '0xc1126b84', '0xc12aa874', '0xc12a2c28', '0xc1087bb8', '0xc12ccf14', '0xc12cac4c', '0xc1126c68', '0xc1126ff8', '0xc1107258', '0xc107e578', '0xc111bbd8', '0xc12aa894', '0xc108581c', '0xc12df248', '0xc129fd7c', '0xc10a4124', '0xc12de97c', '0xc1084994', '0xc12b7c24', '0xc12b6c30', '0xc12b6e04', '0xc12c6c98', '0xc12af16c', '0xc1087c98', '0xc125b300', '0xc1126c24', '0xc112709c', '0xc10857bc', '0xc112704c', '0xc11270ec', '0xc1128990', '0xc12cabd8', '0xc12b96f4', '0xc12b870c', '0xc1087d70', '0xc1088170', '0xc10892d4', '0xc129fef8', '0xc12e0bbc', '0xc12c6bc4', '0xc1087be4', '0xc1087f9c', '0xc108814c', '0xc1085618', '0xc1085754', '0xc1085764', '0xc1126c40', '0xc1126bfc', '0xc10858cc', '0xc10853dc', '0xc1088360', '0xc1088ce8', '0xc108892c', '0xc108926c', '0xc11072cc', '0xc1107440', '0xc1126e7c', '0xc1126f08', '0xc12bc784', '0xc12b72ec', '0xc12aa884', '0xc12aa8f8', '0xc12ac764', '0xc1284bb4', '0xc1099908', '0xc12ba700', '0xc1259880', '0xc125a48c', '0xc129f9b0', '0xc129fbbc', '0xc12a023c', '0xc1126bcc', '0xc1086e24', '0xc1086b64', '0xc12e0a58', '0xc12e0b0c', '0xc102b4f8', '0xc1a36f3c', '0xc10d4300', '0xc111bc64', '0xc111b974', '0xc12aa8a4', '0xc12aa8b4', '0xc12aa8c4', '0xc1088164', '0xc102b50c', '0xc12a10b4', '0xc105befc', '0xc107738c', '0xc1283ad0', '0xc1089a68', '0xc147545c', '0xc12dea58', '0xc10275ac', '0xc107054c', '0xc1088680', '0xc1088158', '0xc102d338', '0xc110787c', '0xc125eb94', '0xc108542c', '0xc1102968', '0xc1102d9c', '0xc131fdf4', '0xc1087f1c', '0xc129fe58', '0xc12c712c', '0xc1070b88', '0xc1126e44', '0xc1126e60', '0xc12a2ce0', '0xc12ba7b8', '0xc12bc638', '0xc13050b8', '0xc1260420', '0xc12a41b4', '0xc12a41d4', '0xc1087fd0', '0xc12dea68', '0xc1256a6c', '0xc1256ab8', '0xc1256b88', '0xc1256d3c', '0xc10a4498', '0xc10a48d0', '0xc10a4470', '0xc10a484c', '0xc10a4cb4', '0xc10a4e18', '0xc10a4e4c', '0xc10a4edc', '0xc110cabc', '0xc125fc38', '0xc1126c84', '0xc1126cbc', '0xc105bf0c', '0xc12bc7e4', '0xc1126d64', '0xc1126d9c', '0xc10892fc', '0xc1027658', '0xc108551c', '0xc108208c', '0xc108214c', '0xc10848c4', '0xc1084d88', '0xc1085868', '0xc102dfac', '0xc102dfe4', '0xc1126b40', '0xc12dfe04', '0xc107cec4', '0xc107d038', '0xc1085244', '0xc12a4354', '0xc10704f0', '0xc1088888', '0xc125984c', '0xc102df78', '0xc102df8c', '0xc12aa918', '0xc12aa928', '0xc12aa938', '0xc12a05f4', '0xc1087c18', '0xc1087c58', '0xc1087c38', '0xc1087c78', '0xc1087430', '0xc10871e0', '0xc109b43c', '0xc109b4c4', '0xc12a0748', '0xc1087740', '0xc1087754', '0xc10879a0', '0xc10879b4', '0xc12a05cc', '0xc1087528', '0xc10872b8', '0xc1087aec', '0xc1087bac', '0xc12cd764', '0xc1255004', '0xc127e87c', '0xc12ba89c', '0xc12b87bc', '0xc1087bd0', '0xc102e048', '0xc12d1d60', '0xc12d1d94', '0xc12d1dc4', '0xc12d2128', '0xc12d2154', '0xc12d2180', '0xc12d2238', '0xc12d2258', '0xc12d2278', '0xc12d2318', '0xc12d232c', '0xc12d2340', '0xc1084d68', '0xc12a440c', '0xc11226b4', '0xc10a6d9c', '0xc10a4c24', '0xc1038eb0', '0xc1038f74', '0xc12fe760', '0xc12fef7c', '0xc12ffc78', '0xc12ff038', '0xc12ff8c0', '0xc102e094', '0xc1076b50', '0xc12f5fe8', '0xc12f6ad8', '0xc12f6b54', '0xc125c938', '0xc106df20', '0xc1117c74', '0xc1117ea4', '0xc1117d3c', '0xc1117d94', '0xc1117f54', '0xc111836c', '0xc111840c', '0xc11184ac', '0xc1118654', '0xc12e0aac', '0xc12e0b5c', '0xc1084d40', '0xc12df39c', '0xc102e01c', '0xc12931c4', '0xc12916b4', '0xc12913d8', '0xc14771ec', '0xc14774f0', '0xc1477e84', '0xc1477f20', '0xc1477760', '0xc1477c68', '0xc112b460', '0xc10770d0', '0xc147c36c', '0xc147c534', '0xc147da08', '0xc14ebe54', '0xc14ec0f8', '0xc12f0cb0', '0xc12f0cbc', '0xc12f10fc', '0xc129146c', '0xc12a0e5c', '0xc12b6bcc', '0xc12b6a24', '0xc12a05a0', '0xc12df388', '0xc12aa948', '0xc12b70fc', '0xc12b7bcc', '0xc12b75c0', '0xc12b72a8', '0xc12aa8d4', '0xc12a02ec', '0xc129fd38', '0xc12bc6f4', '0xc12bc9ac', '0xc1070a30', '0xc1121d58', '0xc1121d78', '0xc12ddf48', '0xc102e068', '0xc12de544', '0xc12dddfc', '0xc1297fcc', '0xc1089a10', '0xc12f6c74', '0xc12df2dc', '0xc12f77ec', '0xc12f8730', '0xc12f93cc', '0xc102e0c0', '0xc12f897c', '0xc12f8a0c', '0xc12f777c', '0xc12f93bc', '0xc12f5fdc', '0xc12c6bb0', '0xc12af15c', '0xc12f0ca4', '0xc12a41f4', '0xc12a42a4', '0xc1084eb0', '0xc1209310', '0xc1a36e8c', '0xc12f3f44', '0xc12f425c', '0xc10889fc', '0xc130e068', '0xc130e2b0', '0xc111849c', '0xc12de9d0', '0xc1a36af8', '0xc1096834', '0xc126c228', '0xc126c260', '0xc1105230', '0xc1102ac8', '0xc10a44ac', '0xc10a499c', '0xc12b7b70', '0xc115523c', '0xc163892c', '0xc129e128', '0xc119ece4', '0xc12ad52c', '0xc1a35510', '0xc1a35758', '0xc1a35848', '0xc1a35c9c', '0xc1a358e8', '0xc1a35b38', '0xc1a362ec', '0xc1a36224', '0xc1a35d6c', '0xc1a35e68', '0xc1a35f9c', '0xc1a36964', '0xc1a36130', '0xc1a36bec', '0xc1a363b4', '0xc12fcb9c', '0xc10c4004', '0xc1256a80', '0xc12a4e88', '0xc12a4234', '0xc12a42e4', '0xc12aa9f4', '0xc1026f10', '0xc12ffb28', '0xc1212060', '0xc147188c', '0xc1471904', '0xc14749e8', '0xc1474a50', '0xc1474fc8', '0xc1475240', '0xc146ee0c', '0xc146ef64', '0xc146efe8', '0xc146ee6c', '0xc11181cc', '0xc111812c', '0xc11182c0', '0xc11182d0', '0xc111854c', '0xc1117ce4', '0xc1117df8', '0xc12f8924', '0xc12f8898', '0xc12df19c', '0xc12bc664', '0xc12bc8f0', '0xc12ff9d8', '0xc1a36dd0', '0xc147761c', '0xc14776c0', '0xc1472900', '0xc10847f8', '0xc1121fdc', '0xc10a4e7c', '0xc1084b7c', '0xc150e108', '0xc150d5bc', '0xc151e8d0', '0xc12cbca8', '0xc12cd3c4', '0xc12e2cc0', '0xc12e2f50', '0xc12cd0e8', '0xc12e2de0', '0xc109257c', '0xc10705d4', '0xc12a10a0', '0xc12a0f0c', '0xc1092674', '0xc129fd58', '0xc127e8e0', '0xc12f6dac', '0xc12cdbec', '0xc1320148', '0xc14ab9b0', '0xc14abbac', '0xc14abdc8', '0xc129a668', '0xc121ccac', '0xc11223a4', '0xc1292f98', '0xc1219100', '0xc12a02c8', '0xc1095dfc', '0xc1122520', '0xc1122588', '0xc1122690', '0xc12ce340', '0xc12ce364', '0xc1482a18', '0xc14829f4', '0xc1482a3c'] +[D] Location needs adjustment (bad): getuid16 (__ia32_sys_getuid16) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): pause (__ia32_sys_pause) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): getgid16 (__ia32_sys_getgid16) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): geteuid16 (__ia32_sys_geteuid16) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): getegid16 (__ia32_sys_getegid16) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): sgetmask (__ia32_sys_sgetmask) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): getuid (__ia32_sys_getuid) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): getgid (__ia32_sys_getgid) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): geteuid (__ia32_sys_geteuid) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): getegid (__ia32_sys_getegid) -> arch/x86/include/asm/current.h:40 +[D] Location needs adjustment (bad): map_shadow_stack (__ia32_sys_map_shadow_stack) -> kernel/sys_ni.c:39 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-i386-v6.8'), '0xc1087c95', '0xc1127138', '0xc1087c55', '0xc1127098', '0xc1087c75', '0xc11270e8', '0xc1087c35', '0xc1127048', '0xc1095e01', '0xc1085865', '0xc1085760'] +[D] Location needs full-range adjustment (bad): map_shadow_stack (__ia32_sys_map_shadow_stack+0x5) -> kernel/sys_ni.c:39 +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-i386-v6.8'), '0xc1095dfd', '0xc1095dfe', '0xc1095dff'] +[D] Location needs grepping (bad): map_shadow_stack (__ia32_sys_map_shadow_stack) -> kernel/sys_ni.c:39 +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/x86', '--glob', '*.c', '\\bSYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[W] Location found through grepping: map_shadow_stack -> arch/x86/kernel/shstk.c:505 +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +[I] Syscall map_shadow_stack (__ia32_sys_map_shadow_stack) is not really implemented (dummy implementation), code: b8daffffffc3. +Found 426 implemented syscalls + diff --git a/db/x86/32/ia32/v6.8/table.json b/db/x86/32/ia32/v6.8/table.json new file mode 100644 index 0000000..90bc5a2 --- /dev/null +++ b/db/x86/32/ia32/v6.8/table.json @@ -0,0 +1,7591 @@ +{ + "kernel": { + "abi": { + "bits": 32, + "calling_convention": { + "parameters": [ + "ebx", + "ecx", + "edx", + "esi", + "edi", + "ebp" + ], + "syscall_nr": "eax" + }, + "compat": false, + "name": "ia32" + }, + "architecture": { + "bits": 32, + "name": "x86" + }, + "syscall_table_symbol": "sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 0, + "origname": "restart_syscall", + "signature": [], + "symbol": "__ia32_sys_restart_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 1, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "__ia32_sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 2, + "origname": "fork", + "signature": [], + "symbol": "__ia32_sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 3, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "__ia32_sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "__ia32_sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 5, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__ia32_sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 6, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "__ia32_sys_close" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1826, + "name": "waitpid", + "number": 7, + "origname": "waitpid", + "signature": [ + "pid_t pid", + "int *stat_addr", + "int options" + ], + "symbol": "__ia32_sys_waitpid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 8, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__ia32_sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 9, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__ia32_sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 10, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "__ia32_sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2129, + "name": "execve", + "number": 11, + "origname": "execve", + "signature": [ + "const char *filename", + "const char *const *argv", + "const char *const *envp" + ], + "symbol": "__ia32_sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 12, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "__ia32_sys_chdir" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 105, + "name": "time", + "number": 13, + "origname": "time32", + "signature": [ + "old_time32_t *tloc" + ], + "symbol": "__ia32_sys_time32" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 14, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "__ia32_sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 15, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "__ia32_sys_chmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": "UID16", + "line": 28, + "name": "lchown16", + "number": 16, + "origname": "lchown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__ia32_sys_lchown16" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 18, + "kconfig": null, + "line": 353, + "name": "stat", + "number": 18, + "origname": "stat", + "signature": [ + "const char *filename", + "struct __old_kernel_stat *statbuf" + ], + "symbol": "__ia32_sys_stat" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 19, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "__ia32_sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 20, + "origname": "getpid", + "signature": [], + "symbol": "__ia32_sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 21, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "__ia32_sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1932, + "name": "oldumount", + "number": 22, + "origname": "oldumount", + "signature": [ + "char *name" + ], + "symbol": "__ia32_sys_oldumount" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "UID16", + "line": 53, + "name": "setuid16", + "number": 23, + "origname": "setuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "__ia32_sys_setuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": "UID16", + "line": 203, + "name": "getuid16", + "number": 24, + "origname": "getuid16", + "signature": [], + "symbol": "__ia32_sys_getuid16" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 119, + "name": "stime", + "number": 25, + "origname": "stime32", + "signature": [ + "old_time32_t *tptr" + ], + "symbol": "__ia32_sys_stime32" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1261, + "name": "ptrace", + "number": 26, + "origname": "ptrace", + "signature": [ + "long request", + "long pid", + "unsigned long addr", + "unsigned long data" + ], + "symbol": "__ia32_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 27, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "__ia32_sys_alarm" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 28, + "kconfig": null, + "line": 379, + "name": "fstat", + "number": 28, + "origname": "fstat", + "signature": [ + "unsigned int fd", + "struct __old_kernel_stat *statbuf" + ], + "symbol": "__ia32_sys_fstat" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 29, + "origname": "pause", + "signature": [], + "symbol": "__ia32_sys_pause" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": null, + "line": 236, + "name": "utime", + "number": 30, + "origname": "utime32", + "signature": [ + "const char *filename", + "struct old_utimbuf32 *t" + ], + "symbol": "__ia32_sys_utime32" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 33, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "__ia32_sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 34, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "__ia32_sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 36, + "origname": "sync", + "signature": [], + "symbol": "__ia32_sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 37, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__ia32_sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 38, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__ia32_sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 39, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__ia32_sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 40, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "__ia32_sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 41, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "__ia32_sys_dup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 42, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "__ia32_sys_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 43, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "__ia32_sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 45, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "__ia32_sys_brk" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "UID16", + "line": 43, + "name": "setgid16", + "number": 46, + "origname": "setgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "__ia32_sys_setgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": "UID16", + "line": 213, + "name": "getgid16", + "number": 47, + "origname": "getgid16", + "signature": [], + "symbol": "__ia32_sys_getgid16" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": null, + "line": 4622, + "name": "signal", + "number": 48, + "origname": "signal", + "signature": [ + "int sig", + "__sighandler_t handler" + ], + "symbol": "__ia32_sys_signal" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "UID16", + "line": 208, + "name": "geteuid16", + "number": 49, + "origname": "geteuid16", + "signature": [], + "symbol": "__ia32_sys_geteuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "UID16", + "line": 218, + "name": "getegid16", + "number": 50, + "origname": "getegid16", + "signature": [], + "symbol": "__ia32_sys_getegid16" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 51, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "__ia32_sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 52, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "__ia32_sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 54, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "__ia32_sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 55, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "__ia32_sys_fcntl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 57, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "__ia32_sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 1347, + "name": "olduname", + "number": 59, + "origname": "olduname", + "signature": [ + "struct oldold_utsname *name" + ], + "symbol": "__ia32_sys_olduname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 60, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "__ia32_sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 61, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "__ia32_sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 248, + "name": "ustat", + "number": 62, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct ustat *ubuf" + ], + "symbol": "__ia32_sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 63, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "__ia32_sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 64, + "origname": "getppid", + "signature": [], + "symbol": "__ia32_sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 65, + "origname": "getpgrp", + "signature": [], + "symbol": "__ia32_sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 66, + "origname": "setsid", + "signature": [], + "symbol": "__ia32_sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 4518, + "name": "sigaction", + "number": 67, + "origname": "sigaction", + "signature": [ + "int sig", + "const struct old_sigaction *act", + "struct old_sigaction *oact" + ], + "symbol": "__ia32_sys_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SGETMASK_SYSCALL", + "line": 4600, + "name": "sgetmask", + "number": 68, + "origname": "sgetmask", + "signature": [], + "symbol": "__ia32_sys_sgetmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SGETMASK_SYSCALL", + "line": 4606, + "name": "ssetmask", + "number": 69, + "origname": "ssetmask", + "signature": [ + "int newmask" + ], + "symbol": "__ia32_sys_ssetmask" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "UID16", + "line": 48, + "name": "setreuid16", + "number": 70, + "origname": "setreuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid" + ], + "symbol": "__ia32_sys_setreuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "UID16", + "line": 38, + "name": "setregid16", + "number": 71, + "origname": "setregid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid" + ], + "symbol": "__ia32_sys_setregid16" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 4706, + "name": "sigsuspend", + "number": 72, + "origname": "sigsuspend", + "signature": [ + "int unused1", + "int unused2", + "old_sigset_t mask" + ], + "symbol": "__ia32_sys_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 4359, + "name": "sigpending", + "number": 73, + "origname": "sigpending", + "signature": [ + "old_sigset_t *uset" + ], + "symbol": "__ia32_sys_sigpending" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 74, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__ia32_sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 75, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__ia32_sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 1583, + "name": "getrlimit", + "number": 76, + "origname": "old_getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__ia32_sys_old_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 77, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "__ia32_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 78, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "__ia32_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 79, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "__ia32_sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "UID16", + "line": 154, + "name": "getgroups16", + "number": 80, + "origname": "getgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "__ia32_sys_getgroups16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "UID16", + "line": 177, + "name": "setgroups16", + "number": 81, + "origname": "setgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "__ia32_sys_setgroups16" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 830, + "name": "select", + "number": 82, + "origname": "old_select", + "signature": [ + "struct sel_arg_struct *arg" + ], + "symbol": "__ia32_sys_old_select" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 83, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__ia32_sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 84, + "kconfig": null, + "line": 366, + "name": "lstat", + "number": 84, + "origname": "lstat", + "signature": [ + "const char *filename", + "struct __old_kernel_stat *statbuf" + ], + "symbol": "__ia32_sys_lstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 85, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "__ia32_sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 86, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "__ia32_sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 87, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "__ia32_sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 88, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "__ia32_sys_reboot" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 220, + "name": "readdir", + "number": 89, + "origname": "old_readdir", + "signature": [ + "unsigned int fd", + "struct old_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "__ia32_sys_old_readdir" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 1457, + "name": "mmap", + "number": 90, + "origname": "old_mmap", + "signature": [ + "struct mmap_arg_struct *arg" + ], + "symbol": "__ia32_sys_old_mmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 91, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "__ia32_sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 92, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "__ia32_sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 93, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "__ia32_sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 94, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "__ia32_sys_fchmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": "UID16", + "line": 33, + "name": "fchown16", + "number": 95, + "origname": "fchown16", + "signature": [ + "unsigned int fd", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__ia32_sys_fchown16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 96, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "__ia32_sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 97, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "__ia32_sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 99, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "__ia32_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 100, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "__ia32_sys_fstatfs" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ioport.c", + "good_location": true, + "grepped_location": false, + "index": 101, + "kconfig": "X86_IOPL_IOPERM", + "line": 152, + "name": "ioperm", + "number": 101, + "origname": "ioperm", + "signature": [ + "unsigned long from", + "unsigned long num", + "int turn_on" + ], + "symbol": "__ia32_sys_ioperm" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": "NET", + "line": 3076, + "name": "socketcall", + "number": 102, + "origname": "socketcall", + "signature": [ + "int call", + "unsigned long *args" + ], + "symbol": "__ia32_sys_socketcall" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "__ia32_sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 104, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "__ia32_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 105, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "__ia32_sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "__ia32_sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "__ia32_sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "__ia32_sys_newfstat" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1327, + "name": "uname", + "number": 109, + "origname": "uname", + "signature": [ + "struct old_utsname *name" + ], + "symbol": "__ia32_sys_uname" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ioport.c", + "good_location": true, + "grepped_location": false, + "index": 110, + "kconfig": "X86_IOPL_IOPERM", + "line": 173, + "name": "iopl", + "number": 110, + "origname": "iopl", + "signature": [ + "unsigned int level" + ], + "symbol": "__ia32_sys_iopl" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 111, + "origname": "vhangup", + "signature": [], + "symbol": "__ia32_sys_vhangup" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/vm86_32.c", + "good_location": true, + "grepped_location": false, + "index": 113, + "kconfig": "X86_LEGACY_VM86", + "line": 170, + "name": "vm86old", + "number": 113, + "origname": "vm86old", + "signature": [ + "struct vm86_struct *user_vm86" + ], + "symbol": "__ia32_sys_vm86old" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 114, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "__ia32_sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 115, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "__ia32_sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 116, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "__ia32_sys_sysinfo" + }, + { + "esoteric": false, + "file": "ipc/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "SYSVIPC", + "line": 110, + "name": "ipc", + "number": 117, + "origname": "ipc", + "signature": [ + "unsigned int call", + "int first", + "unsigned long second", + "unsigned long third", + "void *ptr", + "long fifth" + ], + "symbol": "__ia32_sys_ipc" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__ia32_sys_fsync" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/signal_32.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 125, + "name": "sigreturn", + "number": 119, + "origname": "sigreturn", + "signature": [], + "symbol": "__ia32_sys_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": null, + "line": 3013, + "name": "clone", + "number": 120, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls", + "int *child_tidptr" + ], + "symbol": "__ia32_sys_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__ia32_sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "__ia32_sys_newuname" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ldt.c", + "good_location": true, + "grepped_location": false, + "index": 123, + "kconfig": "MODIFY_LDT_SYSCALL", + "line": 667, + "name": "modify_ldt", + "number": 123, + "origname": "modify_ldt", + "signature": [ + "int func", + "void *ptr", + "unsigned long bytecount" + ], + "symbol": "__ia32_sys_modify_ldt" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 124, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "__ia32_sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "__ia32_sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 4398, + "name": "sigprocmask", + "number": 126, + "origname": "sigprocmask", + "signature": [ + "int how", + "old_sigset_t *nset", + "old_sigset_t *oset" + ], + "symbol": "__ia32_sys_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 128, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "__ia32_sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 129, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "__ia32_sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 131, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "__ia32_sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "__ia32_sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "__ia32_sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "__ia32_sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 136, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "__ia32_sys_personality" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "UID16", + "line": 104, + "name": "setfsuid16", + "number": 138, + "origname": "setfsuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "__ia32_sys_setfsuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "UID16", + "line": 109, + "name": "setfsgid16", + "number": 139, + "origname": "setfsgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "__ia32_sys_setfsgid16" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 140, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "__ia32_sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "__ia32_sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 726, + "name": "select", + "number": 142, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "__ia32_sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "__ia32_sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__ia32_sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__ia32_sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__ia32_sys_writev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 147, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "__ia32_sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 148, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__ia32_sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 150, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__ia32_sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 151, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__ia32_sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 152, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "__ia32_sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 153, + "origname": "munlockall", + "signature": [], + "symbol": "__ia32_sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 154, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__ia32_sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 155, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__ia32_sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 156, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "__ia32_sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 157, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "__ia32_sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 158, + "origname": "sched_yield", + "signature": [], + "symbol": "__ia32_sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 159, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "__ia32_sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 160, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "__ia32_sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 161, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "__ia32_sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 162, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "__ia32_sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 163, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "__ia32_sys_mremap" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": "UID16", + "line": 58, + "name": "setresuid16", + "number": 164, + "origname": "setresuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid", + "old_uid_t suid" + ], + "symbol": "__ia32_sys_setresuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": "UID16", + "line": 64, + "name": "getresuid16", + "number": 165, + "origname": "getresuid16", + "signature": [ + "old_uid_t *ruidp", + "old_uid_t *euidp", + "old_uid_t *suidp" + ], + "symbol": "__ia32_sys_getresuid16" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/vm86_32.c", + "good_location": true, + "grepped_location": false, + "index": 166, + "kconfig": "X86_LEGACY_VM86", + "line": 176, + "name": "vm86", + "number": 166, + "origname": "vm86", + "signature": [ + "unsigned long cmd", + "unsigned long arg" + ], + "symbol": "__ia32_sys_vm86" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 168, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "__ia32_sys_poll" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "UID16", + "line": 81, + "name": "setresgid16", + "number": 170, + "origname": "setresgid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid", + "old_gid_t sgid" + ], + "symbol": "__ia32_sys_setresgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": "UID16", + "line": 87, + "name": "getresgid16", + "number": 171, + "origname": "getresgid16", + "signature": [ + "old_gid_t *rgidp", + "old_gid_t *egidp", + "old_gid_t *sgidp" + ], + "symbol": "__ia32_sys_getresgid16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 172, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__ia32_sys_prctl" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/signal_32.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": null, + "line": 148, + "name": "rt_sigreturn", + "number": 173, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "__ia32_sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": null, + "line": 4446, + "name": "rt_sigaction", + "number": 174, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 175, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": null, + "line": 3249, + "name": "rt_sigpending", + "number": 176, + "origname": "rt_sigpending", + "signature": [ + "sigset_t *uset", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": null, + "line": 3696, + "name": "rt_sigtimedwait", + "number": 177, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct old_timespec32 *uts", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 4032, + "name": "rt_sigqueueinfo", + "number": 178, + "origname": "rt_sigqueueinfo", + "signature": [ + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "__ia32_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 179, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 68, + "name": "pread64", + "number": 180, + "origname": "ia32_pread64", + "signature": [ + "unsigned int fd", + "char *ubuf", + "u32 count", + "u32 poslo", + "u32 poshi" + ], + "symbol": "__ia32_sys_ia32_pread64" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 75, + "name": "pwrite64", + "number": 181, + "origname": "ia32_pwrite64", + "signature": [ + "unsigned int fd", + "const char *ubuf", + "u32 count", + "u32 poslo", + "u32 poshi" + ], + "symbol": "__ia32_sys_ia32_pwrite64" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": "UID16", + "line": 23, + "name": "chown16", + "number": 182, + "origname": "chown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__ia32_sys_chown16" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 183, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "__ia32_sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 184, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "__ia32_sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 185, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "__ia32_sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 4263, + "name": "sigaltstack", + "number": 186, + "origname": "sigaltstack", + "signature": [ + "const stack_t *uss", + "stack_t *uoss" + ], + "symbol": "__ia32_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 1329, + "name": "sendfile", + "number": 187, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "off_t *offset", + "size_t count" + ], + "symbol": "__ia32_sys_sendfile" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 190, + "origname": "vfork", + "signature": [], + "symbol": "__ia32_sys_vfork" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 191, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__ia32_sys_getrlimit" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 1440, + "name": "mmap_pgoff", + "number": 192, + "origname": "mmap_pgoff", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long pgoff" + ], + "symbol": "__ia32_sys_mmap_pgoff" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 54, + "name": "truncate64", + "number": 193, + "origname": "ia32_truncate64", + "signature": [ + "const char *filename", + "unsigned long offset_low", + "unsigned long offset_high" + ], + "symbol": "__ia32_sys_ia32_truncate64" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 61, + "name": "ftruncate64", + "number": 194, + "origname": "ia32_ftruncate64", + "signature": [ + "unsigned int fd", + "unsigned long offset_low", + "unsigned long offset_high" + ], + "symbol": "__ia32_sys_ia32_ftruncate64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 578, + "name": "stat64", + "number": 195, + "origname": "stat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "__ia32_sys_stat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 590, + "name": "lstat64", + "number": 196, + "origname": "lstat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "__ia32_sys_lstat64" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 602, + "name": "fstat64", + "number": 197, + "origname": "fstat64", + "signature": [ + "unsigned long fd", + "struct stat64 *statbuf" + ], + "symbol": "__ia32_sys_fstat64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 198, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__ia32_sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 199, + "origname": "getuid", + "signature": [], + "symbol": "__ia32_sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 200, + "origname": "getgid", + "signature": [], + "symbol": "__ia32_sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 201, + "origname": "geteuid", + "signature": [], + "symbol": "__ia32_sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 202, + "origname": "getegid", + "signature": [], + "symbol": "__ia32_sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 203, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "__ia32_sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 204, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "__ia32_sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 205, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__ia32_sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 206, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__ia32_sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 207, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "__ia32_sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 208, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "__ia32_sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 209, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "__ia32_sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 210, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "__ia32_sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 211, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "__ia32_sys_getresgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 212, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__ia32_sys_chown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 213, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__ia32_sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 214, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__ia32_sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 215, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__ia32_sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 216, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__ia32_sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 217, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "__ia32_sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 218, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "__ia32_sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 219, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "__ia32_sys_madvise" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 220, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "__ia32_sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": null, + "line": 465, + "name": "fcntl64", + "number": 221, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "__ia32_sys_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 224, + "origname": "gettid", + "signature": [], + "symbol": "__ia32_sys_gettid" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 97, + "name": "readahead", + "number": 225, + "origname": "ia32_readahead", + "signature": [ + "int fd", + "unsigned int off_lo", + "unsigned int off_hi", + "size_t count" + ], + "symbol": "__ia32_sys_ia32_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 226, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__ia32_sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 227, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__ia32_sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 228, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__ia32_sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 229, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__ia32_sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 230, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__ia32_sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 231, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__ia32_sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 232, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__ia32_sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 233, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__ia32_sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 234, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "__ia32_sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 235, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__ia32_sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 236, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__ia32_sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 237, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "__ia32_sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 238, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__ia32_sys_tkill" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 239, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "__ia32_sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 240, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__ia32_sys_futex_time32" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 241, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "__ia32_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 242, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "__ia32_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/tls.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": null, + "line": 186, + "name": "set_thread_area", + "number": 243, + "origname": "set_thread_area", + "signature": [ + "struct user_desc *u_info" + ], + "symbol": "__ia32_sys_set_thread_area" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/tls.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": null, + "line": 238, + "name": "get_thread_area", + "number": 244, + "origname": "get_thread_area", + "signature": [ + "struct user_desc *u_info" + ], + "symbol": "__ia32_sys_get_thread_area" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 245, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "__ia32_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 246, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "__ia32_sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 247, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "__ia32_sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 248, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "__ia32_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 249, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "__ia32_sys_io_cancel" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "ADVISE_SYSCALLS", + "line": 112, + "name": "fadvise64", + "number": 250, + "origname": "ia32_fadvise64", + "signature": [ + "int fd", + "unsigned int offset_lo", + "unsigned int offset_hi", + "size_t len", + "int advice" + ], + "symbol": "__ia32_sys_ia32_fadvise64" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 252, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "__ia32_sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 254, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "__ia32_sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 255, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "__ia32_sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 256, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "__ia32_sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 257, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "__ia32_sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 258, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "__ia32_sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 259, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "__ia32_sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 260, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "__ia32_sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 261, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "__ia32_sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 262, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__ia32_sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 263, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__ia32_sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 264, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__ia32_sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 265, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__ia32_sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 266, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__ia32_sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 267, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "__ia32_sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 201, + "name": "statfs64", + "number": 268, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "__ia32_sys_statfs64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": null, + "line": 222, + "name": "fstatfs64", + "number": 269, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "size_t sz", + "struct statfs64 *buf" + ], + "symbol": "__ia32_sys_fstatfs64" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 270, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "__ia32_sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 271, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "__ia32_sys_utimes_time32" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "ADVISE_SYSCALLS", + "line": 87, + "name": "fadvise64_64", + "number": 272, + "origname": "ia32_fadvise64_64", + "signature": [ + "int fd", + "__u32 offset_low", + "__u32 offset_high", + "__u32 len_low", + "__u32 len_high", + "int advice" + ], + "symbol": "__ia32_sys_ia32_fadvise64_64" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 274, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "__ia32_sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 275, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "__ia32_sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 276, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "__ia32_sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 277, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "__ia32_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 278, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "__ia32_sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 279, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "__ia32_sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 280, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "__ia32_sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "POSIX_MQUEUE", + "line": 1440, + "name": "mq_notify", + "number": 281, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct sigevent *u_notification" + ], + "symbol": "__ia32_sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 282, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "__ia32_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": "KEXEC", + "line": 235, + "name": "kexec_load", + "number": 283, + "origname": "kexec_load", + "signature": [ + "unsigned long entry", + "unsigned long nr_segments", + "struct kexec_segment *segments", + "unsigned long flags" + ], + "symbol": "__ia32_sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 1715, + "name": "waitid", + "number": 284, + "origname": "waitid", + "signature": [ + "int which", + "pid_t upid", + "struct siginfo *infop", + "int options", + "struct rusage *ru" + ], + "symbol": "__ia32_sys_waitid" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 286, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "__ia32_sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 287, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "__ia32_sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 288, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__ia32_sys_keyctl" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 289, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "__ia32_sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 290, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "__ia32_sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 291, + "origname": "inotify_init", + "signature": [], + "symbol": "__ia32_sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 292, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "__ia32_sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 293, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "__ia32_sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 294, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "__ia32_sys_migrate_pages" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 295, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__ia32_sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 296, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "__ia32_sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 297, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "__ia32_sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 298, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "__ia32_sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 299, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "__ia32_sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": null, + "line": 613, + "name": "fstatat64", + "number": 300, + "origname": "fstatat64", + "signature": [ + "int dfd", + "const char *filename", + "struct stat64 *statbuf", + "int flag" + ], + "symbol": "__ia32_sys_fstatat64" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 301, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "__ia32_sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 302, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__ia32_sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 303, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "__ia32_sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 304, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__ia32_sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 305, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "__ia32_sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 306, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "__ia32_sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 307, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "__ia32_sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 809, + "name": "pselect6", + "number": 308, + "origname": "pselect6_time32", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "__ia32_sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": null, + "line": 1127, + "name": "ppoll", + "number": 309, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 310, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "__ia32_sys_unshare" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 311, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "__ia32_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 312, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "__ia32_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 313, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__ia32_sys_splice" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": null, + "line": 103, + "name": "sync_file_range", + "number": 314, + "origname": "ia32_sync_file_range", + "signature": [ + "int fd", + "unsigned int off_low", + "unsigned int off_hi", + "unsigned int n_low", + "unsigned int n_hi", + "int flags" + ], + "symbol": "__ia32_sys_ia32_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 315, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "__ia32_sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 316, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "__ia32_sys_vmsplice" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 317, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "__ia32_sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 318, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "__ia32_sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 319, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 320, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "__ia32_sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 321, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "__ia32_sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 322, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "__ia32_sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 323, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "__ia32_sys_eventfd" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": null, + "line": 119, + "name": "fallocate", + "number": 324, + "origname": "ia32_fallocate", + "signature": [ + "int fd", + "int mode", + "unsigned int offset_lo", + "unsigned int offset_hi", + "unsigned int len_lo", + "unsigned int len_hi" + ], + "symbol": "__ia32_sys_ia32_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 325, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "__ia32_sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 326, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "__ia32_sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 327, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "__ia32_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 328, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "__ia32_sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 329, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "__ia32_sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 330, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "__ia32_sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 331, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "__ia32_sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 332, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "__ia32_sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 333, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "__ia32_sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 334, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "__ia32_sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": null, + "line": 4072, + "name": "rt_tgsigqueueinfo", + "number": 335, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "__ia32_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 336, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "__ia32_sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": "NET", + "line": 3045, + "name": "recvmmsg", + "number": 337, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "__ia32_sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 338, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "__ia32_sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "FANOTIFY", + "line": 1981, + "name": "fanotify_mark", + "number": 339, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "u32 mask_lo", + "u32 mask_hi", + "int dfd", + "const char *pathname" + ], + "symbol": "__ia32_sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 340, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "__ia32_sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 341, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "__ia32_sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 342, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "__ia32_sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 343, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "__ia32_sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 344, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 344, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "__ia32_sys_syncfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 345, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "__ia32_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 346, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "__ia32_sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 347, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__ia32_sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 348, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__ia32_sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 349, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "__ia32_sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 350, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "__ia32_sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 351, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "__ia32_sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 352, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "__ia32_sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 353, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "__ia32_sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 354, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "__ia32_sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 355, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "__ia32_sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 356, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "__ia32_sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 357, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "__ia32_sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": null, + "line": 2137, + "name": "execveat", + "number": 358, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const char *const *argv", + "const char *const *envp", + "int flags" + ], + "symbol": "__ia32_sys_execveat" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 359, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "__ia32_sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 360, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "__ia32_sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 361, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "__ia32_sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 362, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "__ia32_sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 363, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 363, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "__ia32_sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 364, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 364, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "__ia32_sys_accept4" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 365, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 365, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "__ia32_sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 366, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 366, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "__ia32_sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 367, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 367, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__ia32_sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 368, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 368, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__ia32_sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 369, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 369, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "__ia32_sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 370, + "kconfig": "NET", + "line": 2674, + "name": "sendmsg", + "number": 370, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__ia32_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 371, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 371, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "__ia32_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 372, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 372, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__ia32_sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 373, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 373, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "__ia32_sys_shutdown" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 374, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 374, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "__ia32_sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 375, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 375, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "__ia32_sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 376, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 376, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__ia32_sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 377, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 377, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__ia32_sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 378, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 378, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "__ia32_sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 379, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 379, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "__ia32_sys_pwritev2" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 383, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 383, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "__ia32_sys_statx" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/process_32.c", + "good_location": true, + "grepped_location": false, + "index": 384, + "kconfig": null, + "line": 220, + "name": "arch_prctl", + "number": 384, + "origname": "arch_prctl", + "signature": [ + "int option", + "unsigned long arg2" + ], + "symbol": "__ia32_sys_arch_prctl" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 385, + "kconfig": "AIO", + "line": 2317, + "name": "io_pgetevents", + "number": 385, + "origname": "io_pgetevents_time32", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "__ia32_sys_io_pgetevents_time32" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 386, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 386, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "__ia32_sys_rseq" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 393, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "__ia32_sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 394, + "kconfig": "SYSVIPC", + "line": 1705, + "name": "semctl", + "number": 394, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "__ia32_sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 395, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 395, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "__ia32_sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 396, + "kconfig": "SYSVIPC", + "line": 1295, + "name": "shmctl", + "number": 396, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "__ia32_sys_shmctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 397, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "__ia32_sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 398, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "__ia32_sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 399, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "__ia32_sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 400, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 400, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "__ia32_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 401, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 401, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "__ia32_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 402, + "kconfig": "SYSVIPC", + "line": 640, + "name": "msgctl", + "number": 402, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "__ia32_sys_msgctl" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 403, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__ia32_sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 404, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "__ia32_sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 405, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "__ia32_sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 406, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__ia32_sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 407, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__ia32_sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 408, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "__ia32_sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 409, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "__ia32_sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 410, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__ia32_sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 411, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__ia32_sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 412, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "__ia32_sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 413, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "__ia32_sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 414, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_ppoll" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 416, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "__ia32_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 417, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "__ia32_sys_recvmmsg" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 418, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__ia32_sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 419, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__ia32_sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 420, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "__ia32_sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3663, + "name": "rt_sigtimedwait", + "number": 421, + "origname": "rt_sigtimedwait", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct __kernel_timespec *uts", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_rt_sigtimedwait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 422, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__ia32_sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 423, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "__ia32_sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "__ia32_sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "__ia32_sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "__ia32_sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "__ia32_sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "__ia32_sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "__ia32_sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "__ia32_sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "__ia32_sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "__ia32_sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "__ia32_sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "__ia32_sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__ia32_sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "__ia32_sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "__ia32_sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "__ia32_sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "__ia32_sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "__ia32_sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "__ia32_sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "__ia32_sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "__ia32_sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "__ia32_sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "__ia32_sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/secretmem.c", + "good_location": true, + "grepped_location": false, + "index": 447, + "kconfig": "SECRETMEM", + "line": 233, + "name": "memfd_secret", + "number": 447, + "origname": "memfd_secret", + "signature": [ + "unsigned int flags" + ], + "symbol": "__ia32_sys_memfd_secret" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "__ia32_sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__ia32_sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "__ia32_sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "__ia32_sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "__ia32_sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "__ia32_sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__ia32_sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "__ia32_sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "__ia32_sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "__ia32_sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "__ia32_sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "__ia32_sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "__ia32_sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/x86/64/ia32/v6.8/config.txt b/db/x86/64/ia32/v6.8/config.txt new file mode 120000 index 0000000..b4add3d --- /dev/null +++ b/db/x86/64/ia32/v6.8/config.txt @@ -0,0 +1 @@ +../../x64/v6.8/config.txt \ No newline at end of file diff --git a/db/x86/64/ia32/v6.8/stderr.txt b/db/x86/64/ia32/v6.8/stderr.txt new file mode 100644 index 0000000..83b36d0 --- /dev/null +++ b/db/x86/64/ia32/v6.8/stderr.txt @@ -0,0 +1,532 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchX86(name='x86', abi='ia32', compat=True, ...) +[D] Syscall table: Symbol("ia32_sys_call_table" at 0xffffffff82001300, type=OBJECT, size=0xe70) +[I] Syscall table (ia32_sys_call_table) is 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("__do_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xffffffff810a18a0, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Preferring __ia32_sys_ni_syscall over __do_sys_ni_syscall +[D] Preferring __ia32_compat_sys_rt_sigreturn over __do_compat_sys_rt_sigreturn +[D] Preferring __ia32_compat_sys_sigreturn over __do_compat_sys_sigreturn +[D] Preferring __ia32_sys_fork over __do_sys_fork +[D] Preferring __ia32_sys_getegid over __do_sys_getegid +[D] Preferring __ia32_sys_getegid16 over __do_sys_getegid16 +[D] Preferring __ia32_sys_geteuid over __do_sys_geteuid +[D] Preferring __ia32_sys_geteuid16 over __do_sys_geteuid16 +[D] Preferring __ia32_sys_getgid over __do_sys_getgid +[D] Preferring __ia32_sys_getgid16 over __do_sys_getgid16 +[D] Preferring __ia32_sys_getpgrp over __do_sys_getpgrp +[D] Preferring __ia32_sys_getpid over __do_sys_getpid +[D] Preferring __ia32_sys_getppid over __do_sys_getppid +[D] Preferring __ia32_sys_gettid over __do_sys_gettid +[D] Preferring __ia32_sys_getuid over __do_sys_getuid +[D] Preferring __ia32_sys_getuid16 over __do_sys_getuid16 +[D] Preferring __ia32_sys_inotify_init over __do_sys_inotify_init +[D] Preferring __ia32_sys_munlockall over __do_sys_munlockall +[D] Preferring __ia32_sys_pause over __do_sys_pause +[D] Preferring __ia32_sys_restart_syscall over __do_sys_restart_syscall +[D] Preferring __ia32_sys_sched_yield over __do_sys_sched_yield +[D] Preferring __ia32_sys_setsid over __do_sys_setsid +[D] Preferring __ia32_sys_sgetmask over __do_sys_sgetmask +[D] Preferring __ia32_sys_sync over __do_sys_sync +[D] Preferring __ia32_sys_vfork over __do_sys_vfork +[D] Preferring __ia32_sys_vhangup over __do_sys_vhangup +[D] Preferring __ia32_compat_sys_rt_sigreturn over __x64_compat_sys_rt_sigreturn +[D] Preferring __ia32_compat_sys_sigreturn over __x64_compat_sys_sigreturn +[D] Preferring __ia32_sys_fork over __x64_sys_fork +[D] Preferring __ia32_sys_getegid over __x64_sys_getegid +[D] Preferring __ia32_sys_getegid16 over __x64_sys_getegid16 +[D] Preferring __ia32_sys_geteuid over __x64_sys_geteuid +[D] Preferring __ia32_sys_geteuid16 over __x64_sys_geteuid16 +[D] Preferring __ia32_sys_getgid over __x64_sys_getgid +[D] Preferring __ia32_sys_getgid16 over __x64_sys_getgid16 +[D] Preferring __ia32_sys_getpgrp over __x64_sys_getpgrp +[D] Preferring __ia32_sys_getpid over __x64_sys_getpid +[D] Preferring __ia32_sys_getppid over __x64_sys_getppid +[D] Preferring __ia32_sys_gettid over __x64_sys_gettid +[D] Preferring __ia32_sys_getuid over __x64_sys_getuid +[D] Preferring __ia32_sys_getuid16 over __x64_sys_getuid16 +[D] Preferring __ia32_sys_inotify_init over __x64_sys_inotify_init +[D] Preferring __ia32_sys_munlockall over __x64_sys_munlockall +[D] Preferring __ia32_sys_ni_syscall over __x64_sys_ni_syscall +[D] Preferring __ia32_sys_pause over __x64_sys_pause +[D] Preferring __ia32_sys_restart_syscall over __x64_sys_restart_syscall +[D] Preferring __ia32_sys_sched_yield over __x64_sys_sched_yield +[D] Preferring __ia32_sys_setsid over __x64_sys_setsid +[D] Preferring __ia32_sys_sgetmask over __x64_sys_sgetmask +[D] Preferring __ia32_sys_sync over __x64_sys_sync +[D] Preferring __ia32_sys_vfork over __x64_sys_vfork +[D] Preferring __ia32_sys_vhangup over __x64_sys_vhangup +[W] Interesting! Vaddr 0xffffffff812d0ab0 (Symbol("__ia32_compat_sys_fcntl64" at 0xffffffff812d0ab0, type=FUNC, size=0x15)) found 2 times in ia32_sys_call_table +[D] ia32_sys_call_table[0]: Symbol("__ia32_sys_restart_syscall" at 0xffffffff81089be0, type=FUNC, size=0x1a) +[D] ia32_sys_call_table[1]: Symbol("__ia32_sys_exit" at 0xffffffff8107d940, type=FUNC, size=0x16) +[D] ia32_sys_call_table[2]: Symbol("__ia32_sys_fork" at 0xffffffff81077270, type=FUNC, size=0x5b) +[D] ia32_sys_call_table[3]: Symbol("__ia32_sys_read" at 0xffffffff812b92c0, type=FUNC, size=0x13) +[D] ia32_sys_call_table[4]: Symbol("__ia32_sys_write" at 0xffffffff812b93e0, type=FUNC, size=0x13) +[D] ia32_sys_call_table[5]: Symbol("__ia32_compat_sys_open" at 0xffffffff812b6190, type=FUNC, size=0x86) +[D] ia32_sys_call_table[6]: Symbol("__ia32_sys_close" at 0xffffffff812b6520, type=FUNC, size=0x72) +[D] ia32_sys_call_table[7]: Symbol("__ia32_sys_waitpid" at 0xffffffff8107e5b0, type=FUNC, size=0x16) +[D] ia32_sys_call_table[8]: Symbol("__ia32_sys_creat" at 0xffffffff812b6440, type=FUNC, size=0x60) +[D] ia32_sys_call_table[9]: Symbol("__ia32_sys_link" at 0xffffffff812cf150, type=FUNC, size=0x43) +[D] ia32_sys_call_table[10]: Symbol("__ia32_sys_unlink" at 0xffffffff812ceaa0, type=FUNC, size=0x5a) +[D] ia32_sys_call_table[11]: Symbol("__ia32_compat_sys_execve" at 0xffffffff812c3f60, type=FUNC, size=0x4a) +[D] ia32_sys_call_table[12]: Symbol("__ia32_sys_chdir" at 0xffffffff812b4a30, type=FUNC, size=0xdb) +[D] ia32_sys_call_table[13]: Symbol("__ia32_sys_time32" at 0xffffffff81112780, type=FUNC, size=0x31) +[D] ia32_sys_call_table[14]: Symbol("__ia32_sys_mknod" at 0xffffffff812ce0c0, type=FUNC, size=0x34) +[D] ia32_sys_call_table[15]: Symbol("__ia32_sys_chmod" at 0xffffffff812b52a0, type=FUNC, size=0x1a) +[D] ia32_sys_call_table[16]: Symbol("__ia32_sys_lchown16" at 0xffffffff81131d50, type=FUNC, size=0x3d) +[D] ia32_sys_call_table[17]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[18]: Symbol("__ia32_sys_stat" at 0xffffffff812c0b30, type=FUNC, size=0xf) +[D] ia32_sys_call_table[19]: Symbol("__ia32_compat_sys_lseek" at 0xffffffff812b7f70, type=FUNC, size=0x15) +[D] ia32_sys_call_table[20]: Symbol("__ia32_sys_getpid" at 0xffffffff81092350, type=FUNC, size=0x1c) +[D] ia32_sys_call_table[21]: Symbol("__ia32_sys_mount" at 0xffffffff812e8950, type=FUNC, size=0x133) +[D] ia32_sys_call_table[22]: Symbol("__ia32_sys_oldumount" at 0xffffffff812e5980, type=FUNC, size=0x5a) +[D] ia32_sys_call_table[23]: Symbol("__ia32_sys_setuid16" at 0xffffffff81131f30, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[24]: Symbol("__ia32_sys_getuid16" at 0xffffffff81132500, type=FUNC, size=0x3b) +[D] ia32_sys_call_table[25]: Symbol("__ia32_sys_stime32" at 0xffffffff81112840, type=FUNC, size=0x73) +[D] ia32_sys_call_table[26]: Symbol("__ia32_compat_sys_ptrace" at 0xffffffff81086880, type=FUNC, size=0x111) +[D] ia32_sys_call_table[27]: Symbol("__ia32_sys_alarm" at 0xffffffff81126020, type=FUNC, size=0x8d) +[D] ia32_sys_call_table[28]: Symbol("__ia32_sys_fstat" at 0xffffffff812c0b90, type=FUNC, size=0x10) +[D] ia32_sys_call_table[29]: Symbol("__ia32_sys_pause" at 0xffffffff8108f4b0, type=FUNC, size=0x4e) +[D] ia32_sys_call_table[30]: Symbol("__ia32_sys_utime32" at 0xffffffff812fab60, type=FUNC, size=0x93) +[D] ia32_sys_call_table[31]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[32]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[33]: Symbol("__ia32_sys_access" at 0xffffffff812b4930, type=FUNC, size=0x17) +[D] ia32_sys_call_table[34]: Symbol("__ia32_sys_nice" at 0xffffffff810b24e0, type=FUNC, size=0xb6) +[D] ia32_sys_call_table[35]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[36]: Symbol("__ia32_sys_sync" at 0xffffffff812f9c70, type=FUNC, size=0xc) +[D] ia32_sys_call_table[37]: Symbol("__ia32_sys_kill" at 0xffffffff8108da40, type=FUNC, size=0x9b) +[D] ia32_sys_call_table[38]: Symbol("__ia32_sys_rename" at 0xffffffff812cf8e0, type=FUNC, size=0x43) +[D] ia32_sys_call_table[39]: Symbol("__ia32_sys_mkdir" at 0xffffffff812ce370, type=FUNC, size=0x66) +[D] ia32_sys_call_table[40]: Symbol("__ia32_sys_rmdir" at 0xffffffff812ce620, type=FUNC, size=0x5a) +[D] ia32_sys_call_table[41]: Symbol("__ia32_sys_dup" at 0xffffffff812e0660, type=FUNC, size=0xed) +[D] ia32_sys_call_table[42]: Symbol("__ia32_sys_pipe" at 0xffffffff812c5ec0, type=FUNC, size=0x11) +[D] ia32_sys_call_table[43]: Symbol("__ia32_compat_sys_times" at 0xffffffff810925b0, type=FUNC, size=0x13e) +[D] ia32_sys_call_table[44]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[45]: Symbol("__ia32_sys_brk" at 0xffffffff812688f0, type=FUNC, size=0xc) +[D] ia32_sys_call_table[46]: Symbol("__ia32_sys_setgid16" at 0xffffffff81131e90, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[47]: Symbol("__ia32_sys_getgid16" at 0xffffffff81132580, type=FUNC, size=0x3b) +[D] ia32_sys_call_table[48]: Symbol("__ia32_sys_signal" at 0xffffffff8108f440, type=FUNC, size=0x6e) +[D] ia32_sys_call_table[49]: Symbol("__ia32_sys_geteuid16" at 0xffffffff81132540, type=FUNC, size=0x3b) +[D] ia32_sys_call_table[50]: Symbol("__ia32_sys_getegid16" at 0xffffffff811325c0, type=FUNC, size=0x3b) +[D] ia32_sys_call_table[51]: Symbol("__ia32_sys_acct" at 0xffffffff81133f70, type=FUNC, size=0x89) +[D] ia32_sys_call_table[52]: Symbol("__ia32_sys_umount" at 0xffffffff812e58a0, type=FUNC, size=0x79) +[D] ia32_sys_call_table[53]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[54]: Symbol("__ia32_compat_sys_ioctl" at 0xffffffff812d2430, type=FUNC, size=0x15) +[D] ia32_sys_call_table[55]: Symbol("__ia32_compat_sys_fcntl64" at 0xffffffff812d0ab0, type=FUNC, size=0x15) +[D] ia32_sys_call_table[56]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[57]: Symbol("__ia32_sys_setpgid" at 0xffffffff81092850, type=FUNC, size=0x11) +[D] ia32_sys_call_table[58]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[59]: Symbol("__ia32_sys_olduname" at 0xffffffff81092c90, type=FUNC, size=0x14a) +[D] ia32_sys_call_table[60]: Symbol("__ia32_sys_umask" at 0xffffffff81094810, type=FUNC, size=0x23) +[D] ia32_sys_call_table[61]: Symbol("__ia32_sys_chroot" at 0xffffffff812b4d80, type=FUNC, size=0x10c) +[D] ia32_sys_call_table[62]: Symbol("__ia32_compat_sys_ustat" at 0xffffffff812fcde0, type=FUNC, size=0x10) +[D] ia32_sys_call_table[63]: Symbol("__ia32_sys_dup2" at 0xffffffff812e0490, type=FUNC, size=0xd6) +[D] ia32_sys_call_table[64]: Symbol("__ia32_sys_getppid" at 0xffffffff81092390, type=FUNC, size=0x32) +[D] ia32_sys_call_table[65]: Symbol("__ia32_sys_getpgrp" at 0xffffffff81092890, type=FUNC, size=0x32) +[D] ia32_sys_call_table[66]: Symbol("__ia32_sys_setsid" at 0xffffffff81092af0, type=FUNC, size=0xc) +[D] ia32_sys_call_table[67]: Symbol("__ia32_compat_sys_sigaction" at 0xffffffff8108f010, type=FUNC, size=0x13b) +[D] ia32_sys_call_table[68]: Symbol("__ia32_sys_sgetmask" at 0xffffffff8108f2b0, type=FUNC, size=0x15) +[D] ia32_sys_call_table[69]: Symbol("__ia32_sys_ssetmask" at 0xffffffff8108f350, type=FUNC, size=0x7f) +[D] ia32_sys_call_table[70]: Symbol("__ia32_sys_setreuid16" at 0xffffffff81131ee0, type=FUNC, size=0x28) +[D] ia32_sys_call_table[71]: Symbol("__ia32_sys_setregid16" at 0xffffffff81131e40, type=FUNC, size=0x28) +[D] ia32_sys_call_table[72]: Symbol("__ia32_sys_sigsuspend" at 0xffffffff8108f710, type=FUNC, size=0x43) +[D] ia32_sys_call_table[73]: Symbol("__ia32_compat_sys_sigpending" at 0xffffffff8108e810, type=FUNC, size=0x4f) +[D] ia32_sys_call_table[74]: Symbol("__ia32_sys_sethostname" at 0xffffffff81093010, type=FUNC, size=0x221) +[D] ia32_sys_call_table[75]: Symbol("__ia32_compat_sys_setrlimit" at 0xffffffff81093a40, type=FUNC, size=0x95) +[D] ia32_sys_call_table[76]: Symbol("__ia32_compat_sys_old_getrlimit" at 0xffffffff81093f60, type=FUNC, size=0xc3) +[D] ia32_sys_call_table[77]: Symbol("__ia32_compat_sys_getrusage" at 0xffffffff810947b0, type=FUNC, size=0x10) +[D] ia32_sys_call_table[78]: Symbol("__ia32_compat_sys_gettimeofday" at 0xffffffff81112cc0, type=FUNC, size=0xb6) +[D] ia32_sys_call_table[79]: Symbol("__ia32_compat_sys_settimeofday" at 0xffffffff81112e40, type=FUNC, size=0xd7) +[D] ia32_sys_call_table[80]: Symbol("__ia32_sys_getgroups16" at 0xffffffff81132430, type=FUNC, size=0x99) +[D] ia32_sys_call_table[81]: Symbol("__ia32_sys_setgroups16" at 0xffffffff811324f0, type=FUNC, size=0x10) +[D] ia32_sys_call_table[82]: Symbol("__ia32_compat_sys_old_select" at 0xffffffff812d5ea0, type=FUNC, size=0x6e) +[D] ia32_sys_call_table[83]: Symbol("__ia32_sys_symlink" at 0xffffffff812cecf0, type=FUNC, size=0x3b) +[D] ia32_sys_call_table[84]: Symbol("__ia32_sys_lstat" at 0xffffffff812c0b60, type=FUNC, size=0xf) +[D] ia32_sys_call_table[85]: Symbol("__ia32_sys_readlink" at 0xffffffff812c0cd0, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[86]: Symbol("__ia32_sys_uselib" at 0xffffffff812c3080, type=FUNC, size=0xc) +[D] ia32_sys_call_table[87]: Symbol("__ia32_sys_swapon" at 0xffffffff81297820, type=FUNC, size=0x10) +[D] ia32_sys_call_table[88]: Symbol("__ia32_sys_reboot" at 0xffffffff810a76f0, type=FUNC, size=0x18) +[D] ia32_sys_call_table[89]: Symbol("__ia32_compat_sys_old_readdir" at 0xffffffff812d3340, type=FUNC, size=0xb2) +[D] ia32_sys_call_table[90]: Symbol("__ia32_compat_sys_ia32_mmap" at 0xffffffff8102e880, type=FUNC, size=0x8b) +[D] ia32_sys_call_table[91]: Symbol("__ia32_sys_munmap" at 0xffffffff8126baf0, type=FUNC, size=0x17) +[D] ia32_sys_call_table[92]: Symbol("__ia32_compat_sys_truncate" at 0xffffffff812b44a0, type=FUNC, size=0x21) +[D] ia32_sys_call_table[93]: Symbol("__ia32_compat_sys_ftruncate" at 0xffffffff812b4700, type=FUNC, size=0x15) +[D] ia32_sys_call_table[94]: Symbol("__ia32_sys_fchmod" at 0xffffffff812b5180, type=FUNC, size=0x76) +[D] ia32_sys_call_table[95]: Symbol("__ia32_sys_fchown16" at 0xffffffff81131dd0, type=FUNC, size=0x32) +[D] ia32_sys_call_table[96]: Symbol("__ia32_sys_getpriority" at 0xffffffff81091630, type=FUNC, size=0x11) +[D] ia32_sys_call_table[97]: Symbol("__ia32_sys_setpriority" at 0xffffffff810915f0, type=FUNC, size=0x15) +[D] ia32_sys_call_table[98]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[99]: Symbol("__ia32_compat_sys_statfs" at 0xffffffff812fcc40, type=FUNC, size=0xf) +[D] ia32_sys_call_table[100]: Symbol("__ia32_compat_sys_fstatfs" at 0xffffffff812fcc70, type=FUNC, size=0x10) +[D] ia32_sys_call_table[101]: Symbol("__ia32_sys_ioperm" at 0xffffffff8102b580, type=FUNC, size=0x13) +[D] ia32_sys_call_table[102]: Symbol("__ia32_compat_sys_socketcall" at 0xffffffff81adb860, type=FUNC, size=0x10) +[D] ia32_sys_call_table[103]: Symbol("__ia32_sys_syslog" at 0xffffffff810df8b0, type=FUNC, size=0x37) +[D] ia32_sys_call_table[104]: Symbol("__ia32_compat_sys_setitimer" at 0xffffffff81126390, type=FUNC, size=0x164) +[D] ia32_sys_call_table[105]: Symbol("__ia32_compat_sys_getitimer" at 0xffffffff81125d00, type=FUNC, size=0xc0) +[D] ia32_sys_call_table[106]: Symbol("__ia32_compat_sys_newstat" at 0xffffffff812c0e70, type=FUNC, size=0xf) +[D] ia32_sys_call_table[107]: Symbol("__ia32_compat_sys_newlstat" at 0xffffffff812c0ea0, type=FUNC, size=0xf) +[D] ia32_sys_call_table[108]: Symbol("__ia32_compat_sys_newfstat" at 0xffffffff812c0f10, type=FUNC, size=0x10) +[D] ia32_sys_call_table[109]: Symbol("__ia32_sys_uname" at 0xffffffff81092b30, type=FUNC, size=0xc) +[D] ia32_sys_call_table[110]: Symbol("__ia32_sys_iopl" at 0xffffffff8102b610, type=FUNC, size=0x6f) +[D] ia32_sys_call_table[111]: Symbol("__ia32_sys_vhangup" at 0xffffffff812b65e0, type=FUNC, size=0x22) +[D] ia32_sys_call_table[112]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[113]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[114]: Symbol("__ia32_compat_sys_wait4" at 0xffffffff8107e5d0, type=FUNC, size=0x17) +[D] ia32_sys_call_table[115]: Symbol("__ia32_sys_swapoff" at 0xffffffff812977d0, type=FUNC, size=0xc) +[D] ia32_sys_call_table[116]: Symbol("__ia32_compat_sys_sysinfo" at 0xffffffff81095210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[117]: Symbol("__ia32_compat_sys_ipc" at 0xffffffff8148ea50, type=FUNC, size=0x27) +[D] ia32_sys_call_table[118]: Symbol("__ia32_sys_fsync" at 0xffffffff812f9e60, type=FUNC, size=0x55) +[D] ia32_sys_call_table[119]: Symbol("__ia32_compat_sys_sigreturn" at 0xffffffff8102eb60, type=FUNC, size=0xba) +[D] ia32_sys_call_table[120]: Symbol("__ia32_compat_sys_ia32_clone" at 0xffffffff8102e9a0, type=FUNC, size=0x1d) +[D] ia32_sys_call_table[121]: Symbol("__ia32_sys_setdomainname" at 0xffffffff81093650, type=FUNC, size=0x230) +[D] ia32_sys_call_table[122]: Symbol("__ia32_sys_newuname" at 0xffffffff81092b10, type=FUNC, size=0xc) +[D] ia32_sys_call_table[123]: Symbol("__ia32_sys_modify_ldt" at 0xffffffff8102d450, type=FUNC, size=0x5d) +[D] ia32_sys_call_table[124]: Symbol("__ia32_sys_adjtimex_time32" at 0xffffffff81113320, type=FUNC, size=0xc) +[D] ia32_sys_call_table[125]: Symbol("__ia32_sys_mprotect" at 0xffffffff8126eaf0, type=FUNC, size=0x1a) +[D] ia32_sys_call_table[126]: Symbol("__ia32_compat_sys_sigprocmask" at 0xffffffff81137fc0, type=FUNC, size=0xba) +[D] ia32_sys_call_table[127]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[128]: Symbol("__ia32_sys_init_module" at 0xffffffff8110de60, type=FUNC, size=0x12) +[D] ia32_sys_call_table[129]: Symbol("__ia32_sys_delete_module" at 0xffffffff8110e2f0, type=FUNC, size=0x10) +[D] ia32_sys_call_table[130]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[131]: Symbol("__ia32_sys_quotactl" at 0xffffffff8133f7d0, type=FUNC, size=0x1b4) +[D] ia32_sys_call_table[132]: Symbol("__ia32_sys_getpgid" at 0xffffffff81092880, type=FUNC, size=0x10) +[D] ia32_sys_call_table[133]: Symbol("__ia32_sys_fchdir" at 0xffffffff812b4bc0, type=FUNC, size=0xad) +[D] ia32_sys_call_table[134]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[135]: Symbol("__ia32_sys_sysfs" at 0xffffffff812e0cd0, type=FUNC, size=0x90) +[D] ia32_sys_call_table[136]: Symbol("__ia32_sys_personality" at 0xffffffff81077a50, type=FUNC, size=0x23) +[D] ia32_sys_call_table[137]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[138]: Symbol("__ia32_sys_setfsuid16" at 0xffffffff81132330, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[139]: Symbol("__ia32_sys_setfsgid16" at 0xffffffff81132370, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[140]: Symbol("__ia32_sys_llseek" at 0xffffffff812b80e0, type=FUNC, size=0x12d) +[D] ia32_sys_call_table[141]: Symbol("__ia32_compat_sys_getdents" at 0xffffffff812d34c0, type=FUNC, size=0x10a) +[D] ia32_sys_call_table[142]: Symbol("__ia32_compat_sys_select" at 0xffffffff812d5e50, type=FUNC, size=0x20) +[D] ia32_sys_call_table[143]: Symbol("__ia32_sys_flock" at 0xffffffff813236f0, type=FUNC, size=0x11) +[D] ia32_sys_call_table[144]: Symbol("__ia32_sys_msync" at 0xffffffff81270db0, type=FUNC, size=0x13) +[D] ia32_sys_call_table[145]: Symbol("__ia32_sys_readv" at 0xffffffff812b9840, type=FUNC, size=0x14) +[D] ia32_sys_call_table[146]: Symbol("__ia32_sys_writev" at 0xffffffff812b9880, type=FUNC, size=0x14) +[D] ia32_sys_call_table[147]: Symbol("__ia32_sys_getsid" at 0xffffffff81092960, type=FUNC, size=0x81) +[D] ia32_sys_call_table[148]: Symbol("__ia32_sys_fdatasync" at 0xffffffff812f9f40, type=FUNC, size=0x78) +[D] ia32_sys_call_table[149]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[150]: Symbol("__ia32_sys_mlock" at 0xffffffff81265370, type=FUNC, size=0x17) +[D] ia32_sys_call_table[151]: Symbol("__ia32_sys_munlock" at 0xffffffff812654f0, type=FUNC, size=0xda) +[D] ia32_sys_call_table[152]: Symbol("__ia32_sys_mlockall" at 0xffffffff812655e0, type=FUNC, size=0xd) +[D] ia32_sys_call_table[153]: Symbol("__ia32_sys_munlockall" at 0xffffffff812655f0, type=FUNC, size=0xa5) +[D] ia32_sys_call_table[154]: Symbol("__ia32_sys_sched_setparam" at 0xffffffff810b2930, type=FUNC, size=0x18) +[D] ia32_sys_call_table[155]: Symbol("__ia32_sys_sched_getparam" at 0xffffffff810b2e20, type=FUNC, size=0xe4) +[D] ia32_sys_call_table[156]: Symbol("__ia32_sys_sched_setscheduler" at 0xffffffff810b28e0, type=FUNC, size=0x23) +[D] ia32_sys_call_table[157]: Symbol("__ia32_sys_sched_getscheduler" at 0xffffffff810b2cb0, type=FUNC, size=0x77) +[D] ia32_sys_call_table[158]: Symbol("__ia32_sys_sched_yield" at 0xffffffff810b3400, type=FUNC, size=0xc) +[D] ia32_sys_call_table[159]: Symbol("__ia32_sys_sched_get_priority_max" at 0xffffffff810b35e0, type=FUNC, size=0x3c) +[D] ia32_sys_call_table[160]: Symbol("__ia32_sys_sched_get_priority_min" at 0xffffffff810b3660, type=FUNC, size=0x3c) +[D] ia32_sys_call_table[161]: Symbol("__ia32_sys_sched_rr_get_interval_time32" at 0xffffffff810b37f0, type=FUNC, size=0x6c) +[D] ia32_sys_call_table[162]: Symbol("__ia32_sys_nanosleep_time32" at 0xffffffff81118460, type=FUNC, size=0xd6) +[D] ia32_sys_call_table[163]: Symbol("__ia32_sys_mremap" at 0xffffffff81270ad0, type=FUNC, size=0x1d) +[D] ia32_sys_call_table[164]: Symbol("__ia32_sys_setresuid16" at 0xffffffff81131f90, type=FUNC, size=0x38) +[D] ia32_sys_call_table[165]: Symbol("__ia32_sys_getresuid16" at 0xffffffff81132080, type=FUNC, size=0xa1) +[D] ia32_sys_call_table[166]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[167]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[168]: Symbol("__ia32_sys_poll" at 0xffffffff812d5a90, type=FUNC, size=0x12b) +[D] ia32_sys_call_table[169]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[170]: Symbol("__ia32_sys_setresgid16" at 0xffffffff81132170, type=FUNC, size=0x38) +[D] ia32_sys_call_table[171]: Symbol("__ia32_sys_getresgid16" at 0xffffffff81132260, type=FUNC, size=0xa1) +[D] ia32_sys_call_table[172]: Symbol("__ia32_sys_prctl" at 0xffffffff81095110, type=FUNC, size=0x1d) +[D] ia32_sys_call_table[173]: Symbol("__ia32_compat_sys_rt_sigreturn" at 0xffffffff8102ec20, type=FUNC, size=0xb7) +[D] ia32_sys_call_table[174]: Symbol("__ia32_compat_sys_rt_sigaction" at 0xffffffff8108ed30, type=FUNC, size=0x16a) +[D] ia32_sys_call_table[175]: Symbol("__ia32_compat_sys_rt_sigprocmask" at 0xffffffff81089ff0, type=FUNC, size=0xc8) +[D] ia32_sys_call_table[176]: Symbol("__ia32_compat_sys_rt_sigpending" at 0xffffffff8108a290, type=FUNC, size=0x9a) +[D] ia32_sys_call_table[177]: Symbol("__ia32_compat_sys_rt_sigtimedwait_time32" at 0xffffffff8108d820, type=FUNC, size=0xb3) +[D] ia32_sys_call_table[178]: Symbol("__ia32_compat_sys_rt_sigqueueinfo" at 0xffffffff8108dda0, type=FUNC, size=0x5d) +[D] ia32_sys_call_table[179]: Symbol("__ia32_compat_sys_rt_sigsuspend" at 0xffffffff8108f5e0, type=FUNC, size=0x63) +[D] ia32_sys_call_table[180]: Symbol("__ia32_sys_ia32_pread64" at 0xffffffff8102e560, type=FUNC, size=0x21) +[D] ia32_sys_call_table[181]: Symbol("__ia32_sys_ia32_pwrite64" at 0xffffffff8102e5c0, type=FUNC, size=0x21) +[D] ia32_sys_call_table[182]: Symbol("__ia32_sys_chown16" at 0xffffffff81131cd0, type=FUNC, size=0x3a) +[D] ia32_sys_call_table[183]: Symbol("__ia32_sys_getcwd" at 0xffffffff812fbab0, type=FUNC, size=0xf) +[D] ia32_sys_call_table[184]: Symbol("__ia32_sys_capget" at 0xffffffff81084670, type=FUNC, size=0xf) +[D] ia32_sys_call_table[185]: Symbol("__ia32_sys_capset" at 0xffffffff810846a0, type=FUNC, size=0xf) +[D] ia32_sys_call_table[186]: Symbol("__ia32_compat_sys_sigaltstack" at 0xffffffff8108e6a0, type=FUNC, size=0x12) +[D] ia32_sys_call_table[187]: Symbol("__ia32_compat_sys_sendfile" at 0xffffffff812ba4a0, type=FUNC, size=0xad) +[D] ia32_sys_call_table[188]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[189]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[190]: Symbol("__ia32_sys_vfork" at 0xffffffff810772d0, type=FUNC, size=0x65) +[D] ia32_sys_call_table[191]: Symbol("__ia32_compat_sys_getrlimit" at 0xffffffff81093b80, type=FUNC, size=0xe5) +[D] ia32_sys_call_table[192]: Symbol("__ia32_sys_mmap_pgoff" at 0xffffffff81269170, type=FUNC, size=0x21) +[D] ia32_sys_call_table[193]: Symbol("__ia32_sys_ia32_truncate64" at 0xffffffff8102e4d0, type=FUNC, size=0x1a) +[D] ia32_sys_call_table[194]: Symbol("__ia32_sys_ia32_ftruncate64" at 0xffffffff8102e510, type=FUNC, size=0x20) +[D] ia32_sys_call_table[195]: Symbol("__ia32_compat_sys_ia32_stat64" at 0xffffffff8102e7b0, type=FUNC, size=0xf) +[D] ia32_sys_call_table[196]: Symbol("__ia32_compat_sys_ia32_lstat64" at 0xffffffff8102e7e0, type=FUNC, size=0xf) +[D] ia32_sys_call_table[197]: Symbol("__ia32_compat_sys_ia32_fstat64" at 0xffffffff8102e810, type=FUNC, size=0x10) +[D] ia32_sys_call_table[198]: Symbol("__ia32_sys_lchown" at 0xffffffff812b5640, type=FUNC, size=0x22) +[D] ia32_sys_call_table[199]: Symbol("__ia32_sys_getuid" at 0xffffffff810923d0, type=FUNC, size=0x24) +[D] ia32_sys_call_table[200]: Symbol("__ia32_sys_getgid" at 0xffffffff81092430, type=FUNC, size=0x24) +[D] ia32_sys_call_table[201]: Symbol("__ia32_sys_geteuid" at 0xffffffff81092400, type=FUNC, size=0x24) +[D] ia32_sys_call_table[202]: Symbol("__ia32_sys_getegid" at 0xffffffff81092460, type=FUNC, size=0x24) +[D] ia32_sys_call_table[203]: Symbol("__ia32_sys_setreuid" at 0xffffffff81091a30, type=FUNC, size=0x11) +[D] ia32_sys_call_table[204]: Symbol("__ia32_sys_setregid" at 0xffffffff81091790, type=FUNC, size=0x11) +[D] ia32_sys_call_table[205]: Symbol("__ia32_sys_getgroups" at 0xffffffff810a9630, type=FUNC, size=0x83) +[D] ia32_sys_call_table[206]: Symbol("__ia32_sys_setgroups" at 0xffffffff810a9700, type=FUNC, size=0x10) +[D] ia32_sys_call_table[207]: Symbol("__ia32_sys_fchown" at 0xffffffff812b57c0, type=FUNC, size=0x18) +[D] ia32_sys_call_table[208]: Symbol("__ia32_sys_setresuid" at 0xffffffff81091db0, type=FUNC, size=0x15) +[D] ia32_sys_call_table[209]: Symbol("__ia32_sys_getresuid" at 0xffffffff81091e50, type=FUNC, size=0x73) +[D] ia32_sys_call_table[210]: Symbol("__ia32_sys_setresgid" at 0xffffffff810920a0, type=FUNC, size=0x15) +[D] ia32_sys_call_table[211]: Symbol("__ia32_sys_getresgid" at 0xffffffff81092140, type=FUNC, size=0x6e) +[D] ia32_sys_call_table[212]: Symbol("__ia32_sys_chown" at 0xffffffff812b55f0, type=FUNC, size=0x1f) +[D] ia32_sys_call_table[213]: Symbol("__ia32_sys_setuid" at 0xffffffff81091b70, type=FUNC, size=0xd) +[D] ia32_sys_call_table[214]: Symbol("__ia32_sys_setgid" at 0xffffffff81091880, type=FUNC, size=0xd) +[D] ia32_sys_call_table[215]: Symbol("__ia32_sys_setfsuid" at 0xffffffff81092270, type=FUNC, size=0xd) +[D] ia32_sys_call_table[216]: Symbol("__ia32_sys_setfsgid" at 0xffffffff81092340, type=FUNC, size=0xd) +[D] ia32_sys_call_table[217]: Symbol("__ia32_sys_pivot_root" at 0xffffffff812e9080, type=FUNC, size=0xf) +[D] ia32_sys_call_table[218]: Symbol("__ia32_sys_mincore" at 0xffffffff81263980, type=FUNC, size=0x12) +[D] ia32_sys_call_table[219]: Symbol("__ia32_sys_madvise" at 0xffffffff81290140, type=FUNC, size=0x58) +[D] ia32_sys_call_table[220]: Symbol("__ia32_sys_getdents64" at 0xffffffff812d3230, type=FUNC, size=0x10b) +[D] ia32_sys_call_table[221]: Symbol("__ia32_compat_sys_fcntl64" at 0xffffffff812d0ab0, type=FUNC, size=0x15) +[D] ia32_sys_call_table[222]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[223]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[224]: Symbol("__ia32_sys_gettid" at 0xffffffff81092370, type=FUNC, size=0x19) +[D] ia32_sys_call_table[225]: Symbol("__ia32_sys_ia32_readahead" at 0xffffffff8102e670, type=FUNC, size=0x1e) +[D] ia32_sys_call_table[226]: Symbol("__ia32_sys_setxattr" at 0xffffffff812ec5d0, type=FUNC, size=0x26) +[D] ia32_sys_call_table[227]: Symbol("__ia32_sys_lsetxattr" at 0xffffffff812ec630, type=FUNC, size=0x23) +[D] ia32_sys_call_table[228]: Symbol("__ia32_sys_fsetxattr" at 0xffffffff812ec730, type=FUNC, size=0xcc) +[D] ia32_sys_call_table[229]: Symbol("__ia32_sys_getxattr" at 0xffffffff812ecae0, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[230]: Symbol("__ia32_sys_lgetxattr" at 0xffffffff812ecb20, type=FUNC, size=0x18) +[D] ia32_sys_call_table[231]: Symbol("__ia32_sys_fgetxattr" at 0xffffffff812ecbf0, type=FUNC, size=0xae) +[D] ia32_sys_call_table[232]: Symbol("__ia32_sys_listxattr" at 0xffffffff812eccc0, type=FUNC, size=0x17) +[D] ia32_sys_call_table[233]: Symbol("__ia32_sys_llistxattr" at 0xffffffff812ecd00, type=FUNC, size=0x14) +[D] ia32_sys_call_table[234]: Symbol("__ia32_sys_flistxattr" at 0xffffffff812ecdc0, type=FUNC, size=0x96) +[D] ia32_sys_call_table[235]: Symbol("__ia32_sys_removexattr" at 0xffffffff812ece80, type=FUNC, size=0x17) +[D] ia32_sys_call_table[236]: Symbol("__ia32_sys_lremovexattr" at 0xffffffff812ecec0, type=FUNC, size=0x14) +[D] ia32_sys_call_table[237]: Symbol("__ia32_sys_fremovexattr" at 0xffffffff812ecf80, type=FUNC, size=0xa0) +[D] ia32_sys_call_table[238]: Symbol("__ia32_sys_tkill" at 0xffffffff8108dbb0, type=FUNC, size=0x22) +[D] ia32_sys_call_table[239]: Symbol("__ia32_sys_sendfile64" at 0xffffffff812ba3d0, type=FUNC, size=0xc4) +[D] ia32_sys_call_table[240]: Symbol("__ia32_sys_futex_time32" at 0xffffffff8112d2c0, type=FUNC, size=0x1b5) +[D] ia32_sys_call_table[241]: Symbol("__ia32_compat_sys_sched_setaffinity" at 0xffffffff81138350, type=FUNC, size=0x6f) +[D] ia32_sys_call_table[242]: Symbol("__ia32_compat_sys_sched_getaffinity" at 0xffffffff811384c0, type=FUNC, size=0xa3) +[D] ia32_sys_call_table[243]: Symbol("__ia32_sys_set_thread_area" at 0xffffffff8103bc10, type=FUNC, size=0x26) +[D] ia32_sys_call_table[244]: Symbol("__ia32_sys_get_thread_area" at 0xffffffff8103bd80, type=FUNC, size=0x99) +[D] ia32_sys_call_table[245]: Symbol("__ia32_compat_sys_io_setup" at 0xffffffff8131cc90, type=FUNC, size=0xae) +[D] ia32_sys_call_table[246]: Symbol("__ia32_sys_io_destroy" at 0xffffffff8131ced0, type=FUNC, size=0xd5) +[D] ia32_sys_call_table[247]: Symbol("__ia32_sys_io_getevents_time32" at 0xffffffff8131dbf0, type=FUNC, size=0xb5) +[D] ia32_sys_call_table[248]: Symbol("__ia32_compat_sys_io_submit" at 0xffffffff8131d210, type=FUNC, size=0x122) +[D] ia32_sys_call_table[249]: Symbol("__ia32_sys_io_cancel" at 0xffffffff8131d5b0, type=FUNC, size=0x138) +[D] ia32_sys_call_table[250]: Symbol("__ia32_sys_ia32_fadvise64" at 0xffffffff8102e720, type=FUNC, size=0x25) +[D] ia32_sys_call_table[251]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[252]: Symbol("__ia32_sys_exit_group" at 0xffffffff8107da00, type=FUNC, size=0x13) +[D] ia32_sys_call_table[253]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[254]: Symbol("__ia32_sys_epoll_create" at 0xffffffff81311e00, type=FUNC, size=0xbc) +[D] ia32_sys_call_table[255]: Symbol("__ia32_sys_epoll_ctl" at 0xffffffff81312bf0, type=FUNC, size=0x8d) +[D] ia32_sys_call_table[256]: Symbol("__ia32_sys_epoll_wait" at 0xffffffff81312d80, type=FUNC, size=0xf1) +[D] ia32_sys_call_table[257]: Symbol("__ia32_sys_remap_file_pages" at 0xffffffff8126bb30, type=FUNC, size=0x1d) +[D] ia32_sys_call_table[258]: Symbol("__ia32_sys_set_tid_address" at 0xffffffff81074590, type=FUNC, size=0x27) +[D] ia32_sys_call_table[259]: Symbol("__ia32_compat_sys_timer_create" at 0xffffffff81121750, type=FUNC, size=0x80) +[D] ia32_sys_call_table[260]: Symbol("__ia32_sys_timer_settime32" at 0xffffffff81121dd0, type=FUNC, size=0xeb) +[D] ia32_sys_call_table[261]: Symbol("__ia32_sys_timer_gettime32" at 0xffffffff811219b0, type=FUNC, size=0x63) +[D] ia32_sys_call_table[262]: Symbol("__ia32_sys_timer_getoverrun" at 0xffffffff81121a90, type=FUNC, size=0x70) +[D] ia32_sys_call_table[263]: Symbol("__ia32_sys_timer_delete" at 0xffffffff81121fd0, type=FUNC, size=0x104) +[D] ia32_sys_call_table[264]: Symbol("__ia32_sys_clock_settime32" at 0xffffffff811227b0, type=FUNC, size=0xac) +[D] ia32_sys_call_table[265]: Symbol("__ia32_sys_clock_gettime32" at 0xffffffff81122910, type=FUNC, size=0xaa) +[D] ia32_sys_call_table[266]: Symbol("__ia32_sys_clock_getres_time32" at 0xffffffff81122ab0, type=FUNC, size=0xb1) +[D] ia32_sys_call_table[267]: Symbol("__ia32_sys_clock_nanosleep_time32" at 0xffffffff81122f10, type=FUNC, size=0x137) +[D] ia32_sys_call_table[268]: Symbol("__ia32_compat_sys_statfs64" at 0xffffffff812fcd00, type=FUNC, size=0x16) +[D] ia32_sys_call_table[269]: Symbol("__ia32_compat_sys_fstatfs64" at 0xffffffff812fcda0, type=FUNC, size=0x17) +[D] ia32_sys_call_table[270]: Symbol("__ia32_sys_tgkill" at 0xffffffff8108db50, type=FUNC, size=0x28) +[D] ia32_sys_call_table[271]: Symbol("__ia32_sys_utimes_time32" at 0xffffffff812fadc0, type=FUNC, size=0x14) +[D] ia32_sys_call_table[272]: Symbol("__ia32_sys_ia32_fadvise64_64" at 0xffffffff8102e620, type=FUNC, size=0x30) +[D] ia32_sys_call_table[273]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[274]: Symbol("__ia32_sys_mbind" at 0xffffffff812a77d0, type=FUNC, size=0x21) +[D] ia32_sys_call_table[275]: Symbol("__ia32_sys_get_mempolicy" at 0xffffffff812a5950, type=FUNC, size=0xae) +[D] ia32_sys_call_table[276]: Symbol("__ia32_sys_set_mempolicy" at 0xffffffff812a5830, type=FUNC, size=0x13) +[D] ia32_sys_call_table[277]: Symbol("__ia32_compat_sys_mq_open" at 0xffffffff81491c90, type=FUNC, size=0xd7) +[D] ia32_sys_call_table[278]: Symbol("__ia32_sys_mq_unlink" at 0xffffffff814917a0, type=FUNC, size=0x146) +[D] ia32_sys_call_table[279]: Symbol("__ia32_sys_mq_timedsend_time32" at 0xffffffff81492030, type=FUNC, size=0x9d) +[D] ia32_sys_call_table[280]: Symbol("__ia32_sys_mq_timedreceive_time32" at 0xffffffff81492170, type=FUNC, size=0x9d) +[D] ia32_sys_call_table[281]: Symbol("__ia32_compat_sys_mq_notify" at 0xffffffff81491e50, type=FUNC, size=0x75) +[D] ia32_sys_call_table[282]: Symbol("__ia32_compat_sys_mq_getsetattr" at 0xffffffff81491f50, type=FUNC, size=0x13) +[D] ia32_sys_call_table[283]: Symbol("__ia32_compat_sys_kexec_load" at 0xffffffff81136c60, type=FUNC, size=0x18) +[D] ia32_sys_call_table[284]: Symbol("__ia32_compat_sys_waitid" at 0xffffffff8107e610, type=FUNC, size=0x1f) +[D] ia32_sys_call_table[285]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[286]: Symbol("__ia32_sys_add_key" at 0xffffffff81496dd0, type=FUNC, size=0x1d) +[D] ia32_sys_call_table[287]: Symbol("__ia32_sys_request_key" at 0xffffffff81496e10, type=FUNC, size=0x16) +[D] ia32_sys_call_table[288]: Symbol("__ia32_compat_sys_keyctl" at 0xffffffff8149b170, type=FUNC, size=0x20) +[D] ia32_sys_call_table[289]: Symbol("__ia32_sys_ioprio_set" at 0xffffffff81504610, type=FUNC, size=0x15) +[D] ia32_sys_call_table[290]: Symbol("__ia32_sys_ioprio_get" at 0xffffffff81504650, type=FUNC, size=0x11) +[D] ia32_sys_call_table[291]: Symbol("__ia32_sys_inotify_init" at 0xffffffff8130c690, type=FUNC, size=0x50) +[D] ia32_sys_call_table[292]: Symbol("__ia32_sys_inotify_add_watch" at 0xffffffff8130c810, type=FUNC, size=0x12c) +[D] ia32_sys_call_table[293]: Symbol("__ia32_sys_inotify_rm_watch" at 0xffffffff8130ca00, type=FUNC, size=0xbe) +[D] ia32_sys_call_table[294]: Symbol("__ia32_sys_migrate_pages" at 0xffffffff812a5870, type=FUNC, size=0x19) +[D] ia32_sys_call_table[295]: Symbol("__ia32_compat_sys_openat" at 0xffffffff812b62b0, type=FUNC, size=0x85) +[D] ia32_sys_call_table[296]: Symbol("__ia32_sys_mkdirat" at 0xffffffff812ce2d0, type=FUNC, size=0x2f) +[D] ia32_sys_call_table[297]: Symbol("__ia32_sys_mknodat" at 0xffffffff812ce010, type=FUNC, size=0x37) +[D] ia32_sys_call_table[298]: Symbol("__ia32_sys_fchownat" at 0xffffffff812b55a0, type=FUNC, size=0x22) +[D] ia32_sys_call_table[299]: Symbol("__ia32_sys_futimesat_time32" at 0xffffffff812fad80, type=FUNC, size=0x13) +[D] ia32_sys_call_table[300]: Symbol("__ia32_compat_sys_ia32_fstatat64" at 0xffffffff8102e840, type=FUNC, size=0x17) +[D] ia32_sys_call_table[301]: Symbol("__ia32_sys_unlinkat" at 0xffffffff812ce9e0, type=FUNC, size=0x53) +[D] ia32_sys_call_table[302]: Symbol("__ia32_sys_renameat" at 0xffffffff812cf840, type=FUNC, size=0x4c) +[D] ia32_sys_call_table[303]: Symbol("__ia32_sys_linkat" at 0xffffffff812cf0a0, type=FUNC, size=0x60) +[D] ia32_sys_call_table[304]: Symbol("__ia32_sys_symlinkat" at 0xffffffff812cec70, type=FUNC, size=0x3e) +[D] ia32_sys_call_table[305]: Symbol("__ia32_sys_readlinkat" at 0xffffffff812c0c90, type=FUNC, size=0x1a) +[D] ia32_sys_call_table[306]: Symbol("__ia32_sys_fchmodat" at 0xffffffff812b5260, type=FUNC, size=0x19) +[D] ia32_sys_call_table[307]: Symbol("__ia32_sys_faccessat" at 0xffffffff812b48b0, type=FUNC, size=0x16) +[D] ia32_sys_call_table[308]: Symbol("__ia32_compat_sys_pselect6_time32" at 0xffffffff812d60c0, type=FUNC, size=0x94) +[D] ia32_sys_call_table[309]: Symbol("__ia32_compat_sys_ppoll_time32" at 0xffffffff812d6200, type=FUNC, size=0x137) +[D] ia32_sys_call_table[310]: Symbol("__ia32_sys_unshare" at 0xffffffff81077880, type=FUNC, size=0xf) +[D] ia32_sys_call_table[311]: Symbol("__ia32_compat_sys_set_robust_list" at 0xffffffff8112cf40, type=FUNC, size=0x28) +[D] ia32_sys_call_table[312]: Symbol("__ia32_compat_sys_get_robust_list" at 0xffffffff8112cfa0, type=FUNC, size=0xa4) +[D] ia32_sys_call_table[313]: Symbol("__ia32_sys_splice" at 0xffffffff812f9290, type=FUNC, size=0x100) +[D] ia32_sys_call_table[314]: Symbol("__ia32_sys_ia32_sync_file_range" at 0xffffffff8102e6c0, type=FUNC, size=0x30) +[D] ia32_sys_call_table[315]: Symbol("__ia32_sys_tee" at 0xffffffff812f9870, type=FUNC, size=0xc6) +[D] ia32_sys_call_table[316]: Symbol("__ia32_sys_vmsplice" at 0xffffffff812f9160, type=FUNC, size=0x17) +[D] ia32_sys_call_table[317]: Symbol("__ia32_sys_move_pages" at 0xffffffff812ace60, type=FUNC, size=0x24) +[D] ia32_sys_call_table[318]: Symbol("__ia32_sys_getcpu" at 0xffffffff81095190, type=FUNC, size=0x5d) +[D] ia32_sys_call_table[319]: Symbol("__ia32_sys_epoll_pwait" at 0xffffffff81312fb0, type=FUNC, size=0x128) +[D] ia32_sys_call_table[320]: Symbol("__ia32_sys_utimensat_time32" at 0xffffffff812facb0, type=FUNC, size=0xaa) +[D] ia32_sys_call_table[321]: Symbol("__ia32_compat_sys_signalfd" at 0xffffffff81314290, type=FUNC, size=0x6d) +[D] ia32_sys_call_table[322]: Symbol("__ia32_sys_timerfd_create" at 0xffffffff813152d0, type=FUNC, size=0x11) +[D] ia32_sys_call_table[323]: Symbol("__ia32_sys_eventfd" at 0xffffffff813160c0, type=FUNC, size=0x12) +[D] ia32_sys_call_table[324]: Symbol("__ia32_sys_ia32_fallocate" at 0xffffffff8102e780, type=FUNC, size=0x30) +[D] ia32_sys_call_table[325]: Symbol("__ia32_sys_timerfd_settime32" at 0xffffffff813155a0, type=FUNC, size=0x90) +[D] ia32_sys_call_table[326]: Symbol("__ia32_sys_timerfd_gettime32" at 0xffffffff813156a0, type=FUNC, size=0x63) +[D] ia32_sys_call_table[327]: Symbol("__ia32_compat_sys_signalfd4" at 0xffffffff81314190, type=FUNC, size=0x73) +[D] ia32_sys_call_table[328]: Symbol("__ia32_sys_eventfd2" at 0xffffffff81316080, type=FUNC, size=0x14) +[D] ia32_sys_call_table[329]: Symbol("__ia32_sys_epoll_create1" at 0xffffffff81311d30, type=FUNC, size=0x10) +[D] ia32_sys_call_table[330]: Symbol("__ia32_sys_dup3" at 0xffffffff812e0390, type=FUNC, size=0x18) +[D] ia32_sys_call_table[331]: Symbol("__ia32_sys_pipe2" at 0xffffffff812c5e80, type=FUNC, size=0x13) +[D] ia32_sys_call_table[332]: Symbol("__ia32_sys_inotify_init1" at 0xffffffff8130c680, type=FUNC, size=0x10) +[D] ia32_sys_call_table[333]: Symbol("__ia32_compat_sys_preadv" at 0xffffffff812b9d50, type=FUNC, size=0x23) +[D] ia32_sys_call_table[334]: Symbol("__ia32_compat_sys_pwritev" at 0xffffffff812ba060, type=FUNC, size=0x23) +[D] ia32_sys_call_table[335]: Symbol("__ia32_compat_sys_rt_tgsigqueueinfo" at 0xffffffff8108e040, type=FUNC, size=0x68) +[D] ia32_sys_call_table[336]: Symbol("__ia32_sys_perf_event_open" at 0xffffffff812157d0, type=FUNC, size=0x20) +[D] ia32_sys_call_table[337]: Symbol("__ia32_compat_sys_recvmmsg_time32" at 0xffffffff81adb800, type=FUNC, size=0x2a) +[D] ia32_sys_call_table[338]: Symbol("__ia32_sys_fanotify_init" at 0xffffffff813104c0, type=FUNC, size=0x11) +[D] ia32_sys_call_table[339]: Symbol("__ia32_compat_sys_fanotify_mark" at 0xffffffff81310540, type=FUNC, size=0x2d) +[D] ia32_sys_call_table[340]: Symbol("__ia32_sys_prlimit64" at 0xffffffff81094120, type=FUNC, size=0x17) +[D] ia32_sys_call_table[341]: Symbol("__ia32_sys_name_to_handle_at" at 0xffffffff8132fd90, type=FUNC, size=0xb1) +[D] ia32_sys_call_table[342]: Symbol("__ia32_compat_sys_open_by_handle_at" at 0xffffffff8132fe90, type=FUNC, size=0x14) +[D] ia32_sys_call_table[343]: Symbol("__ia32_sys_clock_adjtime32" at 0xffffffff811229e0, type=FUNC, size=0x10) +[D] ia32_sys_call_table[344]: Symbol("__ia32_sys_syncfs" at 0xffffffff812f9d70, type=FUNC, size=0x8e) +[D] ia32_sys_call_table[345]: Symbol("__ia32_compat_sys_sendmmsg" at 0xffffffff81adb640, type=FUNC, size=0x23) +[D] ia32_sys_call_table[346]: Symbol("__ia32_sys_setns" at 0xffffffff810a4930, type=FUNC, size=0x11) +[D] ia32_sys_call_table[347]: Symbol("__ia32_sys_process_vm_readv" at 0xffffffff8127de30, type=FUNC, size=0x25) +[D] ia32_sys_call_table[348]: Symbol("__ia32_sys_process_vm_writev" at 0xffffffff8127de90, type=FUNC, size=0x25) +[D] ia32_sys_call_table[349]: Symbol("__ia32_sys_kcmp" at 0xffffffff81110ad0, type=FUNC, size=0x1f) +[D] ia32_sys_call_table[350]: Symbol("__ia32_sys_finit_module" at 0xffffffff8110df10, type=FUNC, size=0x82) +[D] ia32_sys_call_table[351]: Symbol("__ia32_sys_sched_setattr" at 0xffffffff810b2ac0, type=FUNC, size=0x165) +[D] ia32_sys_call_table[352]: Symbol("__ia32_sys_sched_getattr" at 0xffffffff810b3060, type=FUNC, size=0x14b) +[D] ia32_sys_call_table[353]: Symbol("__ia32_sys_renameat2" at 0xffffffff812cf790, type=FUNC, size=0x54) +[D] ia32_sys_call_table[354]: Symbol("__ia32_sys_seccomp" at 0xffffffff81163d00, type=FUNC, size=0x14) +[D] ia32_sys_call_table[355]: Symbol("__ia32_sys_getrandom" at 0xffffffff81651690, type=FUNC, size=0xa9) +[D] ia32_sys_call_table[356]: Symbol("__ia32_sys_memfd_create" at 0xffffffff812b2f40, type=FUNC, size=0x10) +[D] ia32_sys_call_table[357]: Symbol("__ia32_sys_bpf" at 0xffffffff811adde0, type=FUNC, size=0x1e) +[D] ia32_sys_call_table[358]: Symbol("__ia32_compat_sys_execveat" at 0xffffffff812c4000, type=FUNC, size=0x5a) +[D] ia32_sys_call_table[359]: Symbol("__ia32_sys_socket" at 0xffffffff81a5edb0, type=FUNC, size=0x18) +[D] ia32_sys_call_table[360]: Symbol("__ia32_sys_socketpair" at 0xffffffff81a5f050, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[361]: Symbol("__ia32_sys_bind" at 0xffffffff81a5f180, type=FUNC, size=0x17) +[D] ia32_sys_call_table[362]: Symbol("__ia32_sys_connect" at 0xffffffff81a5f680, type=FUNC, size=0x17) +[D] ia32_sys_call_table[363]: Symbol("__ia32_sys_listen" at 0xffffffff81a5f260, type=FUNC, size=0x14) +[D] ia32_sys_call_table[364]: Symbol("__ia32_sys_accept4" at 0xffffffff81a5f4c0, type=FUNC, size=0x1a) +[D] ia32_sys_call_table[365]: Symbol("__ia32_sys_getsockopt" at 0xffffffff81a5feb0, type=FUNC, size=0x22) +[D] ia32_sys_call_table[366]: Symbol("__ia32_sys_setsockopt" at 0xffffffff81a5fd80, type=FUNC, size=0x22) +[D] ia32_sys_call_table[367]: Symbol("__ia32_sys_getsockname" at 0xffffffff81a5f780, type=FUNC, size=0x16) +[D] ia32_sys_call_table[368]: Symbol("__ia32_sys_getpeername" at 0xffffffff81a5f890, type=FUNC, size=0x16) +[D] ia32_sys_call_table[369]: Symbol("__ia32_sys_sendto" at 0xffffffff81a5fa40, type=FUNC, size=0x25) +[D] ia32_sys_call_table[370]: Symbol("__ia32_compat_sys_sendmsg" at 0xffffffff81adb600, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[371]: Symbol("__ia32_compat_sys_recvfrom" at 0xffffffff81adb740, type=FUNC, size=0x2a) +[D] ia32_sys_call_table[372]: Symbol("__ia32_compat_sys_recvmsg" at 0xffffffff81adb6a0, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[373]: Symbol("__ia32_sys_shutdown" at 0xffffffff81a5ffb0, type=FUNC, size=0x14) +[D] ia32_sys_call_table[374]: Symbol("__ia32_sys_userfaultfd" at 0xffffffff81319d60, type=FUNC, size=0x3a) +[D] ia32_sys_call_table[375]: Symbol("__ia32_sys_membarrier" at 0xffffffff810d11d0, type=FUNC, size=0x13e) +[D] ia32_sys_call_table[376]: Symbol("__ia32_sys_mlock2" at 0xffffffff812653d0, type=FUNC, size=0x3d) +[D] ia32_sys_call_table[377]: Symbol("__ia32_sys_copy_file_range" at 0xffffffff812bb1c0, type=FUNC, size=0x22) +[D] ia32_sys_call_table[378]: Symbol("__ia32_compat_sys_preadv2" at 0xffffffff812b9e10, type=FUNC, size=0x32) +[D] ia32_sys_call_table[379]: Symbol("__ia32_compat_sys_pwritev2" at 0xffffffff812ba120, type=FUNC, size=0x32) +[D] ia32_sys_call_table[380]: Symbol("__ia32_sys_pkey_mprotect" at 0xffffffff8126eb30, type=FUNC, size=0x19) +[D] ia32_sys_call_table[381]: Symbol("__ia32_sys_pkey_alloc" at 0xffffffff8126eb70, type=FUNC, size=0xf) +[D] ia32_sys_call_table[382]: Symbol("__ia32_sys_pkey_free" at 0xffffffff8126eca0, type=FUNC, size=0x115) +[D] ia32_sys_call_table[383]: Symbol("__ia32_sys_statx" at 0xffffffff812c0df0, type=FUNC, size=0x75) +[D] ia32_sys_call_table[384]: Symbol("__ia32_compat_sys_arch_prctl" at 0xffffffff81026b90, type=FUNC, size=0x10) +[D] ia32_sys_call_table[385]: Symbol("__ia32_compat_sys_io_pgetevents" at 0xffffffff8131dcb0, type=FUNC, size=0x14a) +[D] ia32_sys_call_table[386]: Symbol("__ia32_sys_rseq" at 0xffffffff8121ed50, type=FUNC, size=0x16f) +[D] ia32_sys_call_table[387]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[388]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[389]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[390]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[391]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[392]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[393]: Symbol("__ia32_sys_semget" at 0xffffffff8148a090, type=FUNC, size=0x86) +[D] ia32_sys_call_table[394]: Symbol("__ia32_compat_sys_semctl" at 0xffffffff8148a160, type=FUNC, size=0x1f) +[D] ia32_sys_call_table[395]: Symbol("__ia32_sys_shmget" at 0xffffffff8148dd50, type=FUNC, size=0x76) +[D] ia32_sys_call_table[396]: Symbol("__ia32_compat_sys_shmctl" at 0xffffffff8148de10, type=FUNC, size=0x19) +[D] ia32_sys_call_table[397]: Symbol("__ia32_compat_sys_shmat" at 0xffffffff8148e510, type=FUNC, size=0x53) +[D] ia32_sys_call_table[398]: Symbol("__ia32_sys_shmdt" at 0xffffffff8148e7f0, type=FUNC, size=0xc) +[D] ia32_sys_call_table[399]: Symbol("__ia32_sys_msgget" at 0xffffffff81486f10, type=FUNC, size=0x6e) +[D] ia32_sys_call_table[400]: Symbol("__ia32_compat_sys_msgsnd" at 0xffffffff81487170, type=FUNC, size=0x3c) +[D] ia32_sys_call_table[401]: Symbol("__ia32_compat_sys_msgrcv" at 0xffffffff81487280, type=FUNC, size=0x26) +[D] ia32_sys_call_table[402]: Symbol("__ia32_compat_sys_msgctl" at 0xffffffff81486fc0, type=FUNC, size=0x19) +[D] ia32_sys_call_table[403]: Symbol("__ia32_sys_clock_gettime" at 0xffffffff81122460, type=FUNC, size=0xaa) +[D] ia32_sys_call_table[404]: Symbol("__ia32_sys_clock_settime" at 0xffffffff81122300, type=FUNC, size=0xac) +[D] ia32_sys_call_table[405]: Symbol("__ia32_sys_clock_adjtime" at 0xffffffff81122590, type=FUNC, size=0x10) +[D] ia32_sys_call_table[406]: Symbol("__ia32_sys_clock_getres" at 0xffffffff81122650, type=FUNC, size=0xae) +[D] ia32_sys_call_table[407]: Symbol("__ia32_sys_clock_nanosleep" at 0xffffffff81122ca0, type=FUNC, size=0x127) +[D] ia32_sys_call_table[408]: Symbol("__ia32_sys_timer_gettime" at 0xffffffff811218d0, type=FUNC, size=0x63) +[D] ia32_sys_call_table[409]: Symbol("__ia32_sys_timer_settime" at 0xffffffff81121bf0, type=FUNC, size=0xe6) +[D] ia32_sys_call_table[410]: Symbol("__ia32_sys_timerfd_gettime" at 0xffffffff81315490, type=FUNC, size=0x63) +[D] ia32_sys_call_table[411]: Symbol("__ia32_sys_timerfd_settime" at 0xffffffff81315390, type=FUNC, size=0x90) +[D] ia32_sys_call_table[412]: Symbol("__ia32_sys_utimensat" at 0xffffffff812fa870, type=FUNC, size=0xaa) +[D] ia32_sys_call_table[413]: Symbol("__ia32_compat_sys_pselect6_time64" at 0xffffffff812d5f80, type=FUNC, size=0x94) +[D] ia32_sys_call_table[414]: Symbol("__ia32_compat_sys_ppoll_time64" at 0xffffffff812d6490, type=FUNC, size=0x137) +[D] ia32_sys_call_table[415]: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] ia32_sys_call_table[416]: Symbol("__ia32_sys_io_pgetevents" at 0xffffffff8131d9d0, type=FUNC, size=0x155) +[D] ia32_sys_call_table[417]: Symbol("__ia32_compat_sys_recvmmsg_time64" at 0xffffffff81adb7a0, type=FUNC, size=0x2a) +[D] ia32_sys_call_table[418]: Symbol("__ia32_sys_mq_timedsend" at 0xffffffff81491990, type=FUNC, size=0x9d) +[D] ia32_sys_call_table[419]: Symbol("__ia32_sys_mq_timedreceive" at 0xffffffff81491ad0, type=FUNC, size=0x9d) +[D] ia32_sys_call_table[420]: Symbol("__ia32_sys_semtimedop" at 0xffffffff8148b5e0, type=FUNC, size=0x9d) +[D] ia32_sys_call_table[421]: Symbol("__ia32_compat_sys_rt_sigtimedwait_time64" at 0xffffffff8108d6a0, type=FUNC, size=0xb3) +[D] ia32_sys_call_table[422]: Symbol("__ia32_sys_futex" at 0xffffffff8112c580, type=FUNC, size=0x1b5) +[D] ia32_sys_call_table[423]: Symbol("__ia32_sys_sched_rr_get_interval" at 0xffffffff810b3710, type=FUNC, size=0x6c) +[D] ia32_sys_call_table[424]: Symbol("__ia32_sys_pidfd_send_signal" at 0xffffffff8108db00, type=FUNC, size=0x18) +[D] ia32_sys_call_table[425]: Symbol("__ia32_sys_io_uring_setup" at 0xffffffff815237b0, type=FUNC, size=0x54) +[D] ia32_sys_call_table[426]: Symbol("__ia32_sys_io_uring_enter" at 0xffffffff81523700, type=FUNC, size=0x24) +[D] ia32_sys_call_table[427]: Symbol("__ia32_sys_io_uring_register" at 0xffffffff81534730, type=FUNC, size=0x18) +[D] ia32_sys_call_table[428]: Symbol("__ia32_sys_open_tree" at 0xffffffff812e7600, type=FUNC, size=0x186) +[D] ia32_sys_call_table[429]: Symbol("__ia32_sys_move_mount" at 0xffffffff812e8af0, type=FUNC, size=0x1e) +[D] ia32_sys_call_table[430]: Symbol("__ia32_sys_fsopen" at 0xffffffff812ff4d0, type=FUNC, size=0x123) +[D] ia32_sys_call_table[431]: Symbol("__ia32_sys_fsconfig" at 0xffffffff812ff920, type=FUNC, size=0x1e) +[D] ia32_sys_call_table[432]: Symbol("__ia32_sys_fsmount" at 0xffffffff812e8ab0, type=FUNC, size=0x15) +[D] ia32_sys_call_table[433]: Symbol("__ia32_sys_fspick" at 0xffffffff812ff780, type=FUNC, size=0x17b) +[D] ia32_sys_call_table[434]: Symbol("__ia32_sys_pidfd_open" at 0xffffffff8109e500, type=FUNC, size=0x10a) +[D] ia32_sys_call_table[435]: Symbol("__ia32_sys_clone3" at 0xffffffff810773a0, type=FUNC, size=0xf) +[D] ia32_sys_call_table[436]: Symbol("__ia32_sys_close_range" at 0xffffffff812b65c0, type=FUNC, size=0x18) +[D] ia32_sys_call_table[437]: Symbol("__ia32_sys_openat2" at 0xffffffff812b60a0, type=FUNC, size=0xee) +[D] ia32_sys_call_table[438]: Symbol("__ia32_sys_pidfd_getfd" at 0xffffffff8109e690, type=FUNC, size=0x74) +[D] ia32_sys_call_table[439]: Symbol("__ia32_sys_faccessat2" at 0xffffffff812b48f0, type=FUNC, size=0x18) +[D] ia32_sys_call_table[440]: Symbol("__ia32_sys_process_madvise" at 0xffffffff812901c0, type=FUNC, size=0x1e) +[D] ia32_sys_call_table[441]: Symbol("__ia32_compat_sys_epoll_pwait2" at 0xffffffff813134d0, type=FUNC, size=0xbf) +[D] ia32_sys_call_table[442]: Symbol("__ia32_sys_mount_setattr" at 0xffffffff812e90b0, type=FUNC, size=0x1e) +[D] ia32_sys_call_table[443]: Symbol("__ia32_sys_quotactl_fd" at 0xffffffff8133fb80, type=FUNC, size=0x207) +[D] ia32_sys_call_table[444]: Symbol("__ia32_sys_landlock_create_ruleset" at 0xffffffff814c6cd0, type=FUNC, size=0x1fc) +[D] ia32_sys_call_table[445]: Symbol("__ia32_sys_landlock_add_rule" at 0xffffffff814c6f70, type=FUNC, size=0x96) +[D] ia32_sys_call_table[446]: Symbol("__ia32_sys_landlock_restrict_self" at 0xffffffff814c7120, type=FUNC, size=0x108) +[D] ia32_sys_call_table[447]: Symbol("__ia32_sys_memfd_secret" at 0xffffffff812af030, type=FUNC, size=0x93) +[D] ia32_sys_call_table[448]: Symbol("__ia32_sys_process_mrelease" at 0xffffffff81229aa0, type=FUNC, size=0x11) +[D] ia32_sys_call_table[449]: Symbol("__ia32_sys_futex_waitv" at 0xffffffff8112cb80, type=FUNC, size=0x1f) +[D] ia32_sys_call_table[450]: Symbol("__ia32_sys_set_mempolicy_home_node" at 0xffffffff812a7150, type=FUNC, size=0x15) +[D] ia32_sys_call_table[451]: Symbol("__ia32_sys_cachestat" at 0xffffffff81225ed0, type=FUNC, size=0x189) +[D] ia32_sys_call_table[452]: Symbol("__ia32_sys_fchmodat2" at 0xffffffff812b5220, type=FUNC, size=0x1b) +[D] ia32_sys_call_table[453]: Symbol("__ia32_sys_map_shadow_stack" at 0xffffffff81063860, type=FUNC, size=0x7e) +[D] ia32_sys_call_table[454]: Symbol("__ia32_sys_futex_wake" at 0xffffffff8112cc40, type=FUNC, size=0x88) +[D] ia32_sys_call_table[455]: Symbol("__ia32_sys_futex_wait" at 0xffffffff8112cdf0, type=FUNC, size=0x10a) +[D] ia32_sys_call_table[456]: Symbol("__ia32_sys_futex_requeue" at 0xffffffff8112cf20, type=FUNC, size=0x18) +[D] ia32_sys_call_table[457]: Symbol("__ia32_sys_statmount" at 0xffffffff812e9120, type=FUNC, size=0x16) +[D] ia32_sys_call_table[458]: Symbol("__ia32_sys_listmount" at 0xffffffff812e9160, type=FUNC, size=0x16) +[D] ia32_sys_call_table[459]: Symbol("__ia32_sys_lsm_get_self_attr" at 0xffffffff8149d250, type=FUNC, size=0x1a) +[D] ia32_sys_call_table[460]: Symbol("__ia32_sys_lsm_set_self_attr" at 0xffffffff8149d210, type=FUNC, size=0x1a) +[D] ia32_sys_call_table[461]: Symbol("__ia32_sys_lsm_list_modules" at 0xffffffff8149d310, type=FUNC, size=0x98) +[I] Common syscall symbol prefixes: __ia32_compat_sys_, __ia32_compat_, __ia32_sys_, __ia32_, __ +[I] 34 syscall table entries point to __ia32_sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8'), '0xffffffff81089be0', '0xffffffff8107d940', '0xffffffff81077270', '0xffffffff812b92c0', '0xffffffff812b93e0', '0xffffffff812b6190', '0xffffffff812b6520', '0xffffffff8107e5b0', '0xffffffff812b6440', '0xffffffff812cf150', '0xffffffff812ceaa0', '0xffffffff812c3f60', '0xffffffff812b4a30', '0xffffffff81112780', '0xffffffff812ce0c0', '0xffffffff812b52a0', '0xffffffff81131d50', '0xffffffff812c0b30', '0xffffffff812b7f70', '0xffffffff81092350', '0xffffffff812e8950', '0xffffffff812e5980', '0xffffffff81131f30', '0xffffffff81132500', '0xffffffff81112840', '0xffffffff81086880', '0xffffffff81126020', '0xffffffff812c0b90', '0xffffffff8108f4b0', '0xffffffff812fab60', '0xffffffff812b4930', '0xffffffff810b24e0', '0xffffffff812f9c70', '0xffffffff8108da40', '0xffffffff812cf8e0', '0xffffffff812ce370', '0xffffffff812ce620', '0xffffffff812e0660', '0xffffffff812c5ec0', '0xffffffff810925b0', '0xffffffff812688f0', '0xffffffff81131e90', '0xffffffff81132580', '0xffffffff8108f440', '0xffffffff81132540', '0xffffffff811325c0', '0xffffffff81133f70', '0xffffffff812e58a0', '0xffffffff812d2430', '0xffffffff812d0ab0', '0xffffffff81092850', '0xffffffff81092c90', '0xffffffff81094810', '0xffffffff812b4d80', '0xffffffff812fcde0', '0xffffffff812e0490', '0xffffffff81092390', '0xffffffff81092890', '0xffffffff81092af0', '0xffffffff8108f010', '0xffffffff8108f2b0', '0xffffffff8108f350', '0xffffffff81131ee0', '0xffffffff81131e40', '0xffffffff8108f710', '0xffffffff8108e810', '0xffffffff81093010', '0xffffffff81093a40', '0xffffffff81093f60', '0xffffffff810947b0', '0xffffffff81112cc0', '0xffffffff81112e40', '0xffffffff81132430', '0xffffffff811324f0', '0xffffffff812d5ea0', '0xffffffff812cecf0', '0xffffffff812c0b60', '0xffffffff812c0cd0', '0xffffffff812c3080', '0xffffffff81297820', '0xffffffff810a76f0', '0xffffffff812d3340', '0xffffffff8102e880', '0xffffffff8126baf0', '0xffffffff812b44a0', '0xffffffff812b4700', '0xffffffff812b5180', '0xffffffff81131dd0', '0xffffffff81091630', '0xffffffff810915f0', '0xffffffff812fcc40', '0xffffffff812fcc70', '0xffffffff8102b580', '0xffffffff81adb860', '0xffffffff810df8b0', '0xffffffff81126390', '0xffffffff81125d00', '0xffffffff812c0e70', '0xffffffff812c0ea0', '0xffffffff812c0f10', '0xffffffff81092b30', '0xffffffff8102b610', '0xffffffff812b65e0', '0xffffffff8107e5d0', '0xffffffff812977d0', '0xffffffff81095210', '0xffffffff8148ea50', '0xffffffff812f9e60', '0xffffffff8102eb60', '0xffffffff8102e9a0', '0xffffffff81093650', '0xffffffff81092b10', '0xffffffff8102d450', '0xffffffff81113320', '0xffffffff8126eaf0', '0xffffffff81137fc0', '0xffffffff8110de60', '0xffffffff8110e2f0', '0xffffffff8133f7d0', '0xffffffff81092880', '0xffffffff812b4bc0', '0xffffffff812e0cd0', '0xffffffff81077a50', '0xffffffff81132330', '0xffffffff81132370', '0xffffffff812b80e0', '0xffffffff812d34c0', '0xffffffff812d5e50', '0xffffffff813236f0', '0xffffffff81270db0', '0xffffffff812b9840', '0xffffffff812b9880', '0xffffffff81092960', '0xffffffff812f9f40', '0xffffffff81265370', '0xffffffff812654f0', '0xffffffff812655e0', '0xffffffff812655f0', '0xffffffff810b2930', '0xffffffff810b2e20', '0xffffffff810b28e0', '0xffffffff810b2cb0', '0xffffffff810b3400', '0xffffffff810b35e0', '0xffffffff810b3660', '0xffffffff810b37f0', '0xffffffff81118460', '0xffffffff81270ad0', '0xffffffff81131f90', '0xffffffff81132080', '0xffffffff812d5a90', '0xffffffff81132170', '0xffffffff81132260', '0xffffffff81095110', '0xffffffff8102ec20', '0xffffffff8108ed30', '0xffffffff81089ff0', '0xffffffff8108a290', '0xffffffff8108d820', '0xffffffff8108dda0', '0xffffffff8108f5e0', '0xffffffff8102e560', '0xffffffff8102e5c0', '0xffffffff81131cd0', '0xffffffff812fbab0', '0xffffffff81084670', '0xffffffff810846a0', '0xffffffff8108e6a0', '0xffffffff812ba4a0', '0xffffffff810772d0', '0xffffffff81093b80', '0xffffffff81269170', '0xffffffff8102e4d0', '0xffffffff8102e510', '0xffffffff8102e7b0', '0xffffffff8102e7e0', '0xffffffff8102e810', '0xffffffff812b5640', '0xffffffff810923d0', '0xffffffff81092430', '0xffffffff81092400', '0xffffffff81092460', '0xffffffff81091a30', '0xffffffff81091790', '0xffffffff810a9630', '0xffffffff810a9700', '0xffffffff812b57c0', '0xffffffff81091db0', '0xffffffff81091e50', '0xffffffff810920a0', '0xffffffff81092140', '0xffffffff812b55f0', '0xffffffff81091b70', '0xffffffff81091880', '0xffffffff81092270', '0xffffffff81092340', '0xffffffff812e9080', '0xffffffff81263980', '0xffffffff81290140', '0xffffffff812d3230', '0xffffffff812d0ab0', '0xffffffff81092370', '0xffffffff8102e670', '0xffffffff812ec5d0', '0xffffffff812ec630', '0xffffffff812ec730', '0xffffffff812ecae0', '0xffffffff812ecb20', '0xffffffff812ecbf0', '0xffffffff812eccc0', '0xffffffff812ecd00', '0xffffffff812ecdc0', '0xffffffff812ece80', '0xffffffff812ecec0', '0xffffffff812ecf80', '0xffffffff8108dbb0', '0xffffffff812ba3d0', '0xffffffff8112d2c0', '0xffffffff81138350', '0xffffffff811384c0', '0xffffffff8103bc10', '0xffffffff8103bd80', '0xffffffff8131cc90', '0xffffffff8131ced0', '0xffffffff8131dbf0', '0xffffffff8131d210', '0xffffffff8131d5b0', '0xffffffff8102e720', '0xffffffff8107da00', '0xffffffff81311e00', '0xffffffff81312bf0', '0xffffffff81312d80', '0xffffffff8126bb30', '0xffffffff81074590', '0xffffffff81121750', '0xffffffff81121dd0', '0xffffffff811219b0', '0xffffffff81121a90', '0xffffffff81121fd0', '0xffffffff811227b0', '0xffffffff81122910', '0xffffffff81122ab0', '0xffffffff81122f10', '0xffffffff812fcd00', '0xffffffff812fcda0', '0xffffffff8108db50', '0xffffffff812fadc0', '0xffffffff8102e620', '0xffffffff812a77d0', '0xffffffff812a5950', '0xffffffff812a5830', '0xffffffff81491c90', '0xffffffff814917a0', '0xffffffff81492030', '0xffffffff81492170', '0xffffffff81491e50', '0xffffffff81491f50', '0xffffffff81136c60', '0xffffffff8107e610', '0xffffffff81496dd0', '0xffffffff81496e10', '0xffffffff8149b170', '0xffffffff81504610', '0xffffffff81504650', '0xffffffff8130c690', '0xffffffff8130c810', '0xffffffff8130ca00', '0xffffffff812a5870', '0xffffffff812b62b0', '0xffffffff812ce2d0', '0xffffffff812ce010', '0xffffffff812b55a0', '0xffffffff812fad80', '0xffffffff8102e840', '0xffffffff812ce9e0', '0xffffffff812cf840', '0xffffffff812cf0a0', '0xffffffff812cec70', '0xffffffff812c0c90', '0xffffffff812b5260', '0xffffffff812b48b0', '0xffffffff812d60c0', '0xffffffff812d6200', '0xffffffff81077880', '0xffffffff8112cf40', '0xffffffff8112cfa0', '0xffffffff812f9290', '0xffffffff8102e6c0', '0xffffffff812f9870', '0xffffffff812f9160', '0xffffffff812ace60', '0xffffffff81095190', '0xffffffff81312fb0', '0xffffffff812facb0', '0xffffffff81314290', '0xffffffff813152d0', '0xffffffff813160c0', '0xffffffff8102e780', '0xffffffff813155a0', '0xffffffff813156a0', '0xffffffff81314190', '0xffffffff81316080', '0xffffffff81311d30', '0xffffffff812e0390', '0xffffffff812c5e80', '0xffffffff8130c680', '0xffffffff812b9d50', '0xffffffff812ba060', '0xffffffff8108e040', '0xffffffff812157d0', '0xffffffff81adb800', '0xffffffff813104c0', '0xffffffff81310540', '0xffffffff81094120', '0xffffffff8132fd90', '0xffffffff8132fe90', '0xffffffff811229e0', '0xffffffff812f9d70', '0xffffffff81adb640', '0xffffffff810a4930', '0xffffffff8127de30', '0xffffffff8127de90', '0xffffffff81110ad0', '0xffffffff8110df10', '0xffffffff810b2ac0', '0xffffffff810b3060', '0xffffffff812cf790', '0xffffffff81163d00', '0xffffffff81651690', '0xffffffff812b2f40', '0xffffffff811adde0', '0xffffffff812c4000', '0xffffffff81a5edb0', '0xffffffff81a5f050', '0xffffffff81a5f180', '0xffffffff81a5f680', '0xffffffff81a5f260', '0xffffffff81a5f4c0', '0xffffffff81a5feb0', '0xffffffff81a5fd80', '0xffffffff81a5f780', '0xffffffff81a5f890', '0xffffffff81a5fa40', '0xffffffff81adb600', '0xffffffff81adb740', '0xffffffff81adb6a0', '0xffffffff81a5ffb0', '0xffffffff81319d60', '0xffffffff810d11d0', '0xffffffff812653d0', '0xffffffff812bb1c0', '0xffffffff812b9e10', '0xffffffff812ba120', '0xffffffff8126eb30', '0xffffffff8126eb70', '0xffffffff8126eca0', '0xffffffff812c0df0', '0xffffffff81026b90', '0xffffffff8131dcb0', '0xffffffff8121ed50', '0xffffffff8148a090', '0xffffffff8148a160', '0xffffffff8148dd50', '0xffffffff8148de10', '0xffffffff8148e510', '0xffffffff8148e7f0', '0xffffffff81486f10', '0xffffffff81487170', '0xffffffff81487280', '0xffffffff81486fc0', '0xffffffff81122460', '0xffffffff81122300', '0xffffffff81122590', '0xffffffff81122650', '0xffffffff81122ca0', '0xffffffff811218d0', '0xffffffff81121bf0', '0xffffffff81315490', '0xffffffff81315390', '0xffffffff812fa870', '0xffffffff812d5f80', '0xffffffff812d6490', '0xffffffff8131d9d0', '0xffffffff81adb7a0', '0xffffffff81491990', '0xffffffff81491ad0', '0xffffffff8148b5e0', '0xffffffff8108d6a0', '0xffffffff8112c580', '0xffffffff810b3710', '0xffffffff8108db00', '0xffffffff815237b0', '0xffffffff81523700', '0xffffffff81534730', '0xffffffff812e7600', '0xffffffff812e8af0', '0xffffffff812ff4d0', '0xffffffff812ff920', '0xffffffff812e8ab0', '0xffffffff812ff780', '0xffffffff8109e500', '0xffffffff810773a0', '0xffffffff812b65c0', '0xffffffff812b60a0', '0xffffffff8109e690', '0xffffffff812b48f0', '0xffffffff812901c0', '0xffffffff813134d0', '0xffffffff812e90b0', '0xffffffff8133fb80', '0xffffffff814c6cd0', '0xffffffff814c6f70', '0xffffffff814c7120', '0xffffffff812af030', '0xffffffff81229aa0', '0xffffffff8112cb80', '0xffffffff812a7150', '0xffffffff81225ed0', '0xffffffff812b5220', '0xffffffff81063860', '0xffffffff8112cc40', '0xffffffff8112cdf0', '0xffffffff8112cf20', '0xffffffff812e9120', '0xffffffff812e9160', '0xffffffff8149d250', '0xffffffff8149d210', '0xffffffff8149d310'] +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/x86', '--glob', '*.c', '\\b(COMPAT_)?SYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +Found 428 implemented syscalls + diff --git a/db/x86/64/ia32/v6.8/table.json b/db/x86/64/ia32/v6.8/table.json new file mode 100644 index 0000000..515e35a --- /dev/null +++ b/db/x86/64/ia32/v6.8/table.json @@ -0,0 +1,7628 @@ +{ + "kernel": { + "abi": { + "bits": 32, + "calling_convention": { + "parameters": [ + "ebx", + "ecx", + "edx", + "esi", + "edi", + "ebp" + ], + "syscall_nr": "eax" + }, + "compat": true, + "name": "ia32" + }, + "architecture": { + "bits": 64, + "name": "x86" + }, + "syscall_table_symbol": "ia32_sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 0, + "origname": "restart_syscall", + "signature": [], + "symbol": "__ia32_sys_restart_syscall" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 1, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "__ia32_sys_exit" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 2, + "origname": "fork", + "signature": [], + "symbol": "__ia32_sys_fork" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 627, + "name": "read", + "number": 3, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "__ia32_sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 652, + "name": "write", + "number": 4, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "__ia32_sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 1468, + "name": "open", + "number": 5, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__ia32_compat_sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 6, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "__ia32_sys_close" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1826, + "name": "waitpid", + "number": 7, + "origname": "waitpid", + "signature": [ + "pid_t pid", + "int *stat_addr", + "int options" + ], + "symbol": "__ia32_sys_waitpid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 8, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__ia32_sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 9, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__ia32_sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 10, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "__ia32_sys_unlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 2149, + "name": "execve", + "number": 11, + "origname": "execve", + "signature": [ + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp" + ], + "symbol": "__ia32_compat_sys_execve" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 12, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "__ia32_sys_chdir" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 105, + "name": "time", + "number": 13, + "origname": "time32", + "signature": [ + "old_time32_t *tloc" + ], + "symbol": "__ia32_sys_time32" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 14, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "__ia32_sys_mknod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 15, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "__ia32_sys_chmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": "UID16", + "line": 28, + "name": "lchown16", + "number": 16, + "origname": "lchown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__ia32_sys_lchown16" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 18, + "kconfig": null, + "line": 353, + "name": "stat", + "number": 18, + "origname": "stat", + "signature": [ + "const char *filename", + "struct __old_kernel_stat *statbuf" + ], + "symbol": "__ia32_sys_stat" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 317, + "name": "lseek", + "number": 19, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "compat_off_t offset", + "unsigned int whence" + ], + "symbol": "__ia32_compat_sys_lseek" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 20, + "origname": "getpid", + "signature": [], + "symbol": "__ia32_sys_getpid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 21, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "__ia32_sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1932, + "name": "oldumount", + "number": 22, + "origname": "oldumount", + "signature": [ + "char *name" + ], + "symbol": "__ia32_sys_oldumount" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": "UID16", + "line": 53, + "name": "setuid16", + "number": 23, + "origname": "setuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "__ia32_sys_setuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": "UID16", + "line": 203, + "name": "getuid16", + "number": 24, + "origname": "getuid16", + "signature": [], + "symbol": "__ia32_sys_getuid16" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 119, + "name": "stime", + "number": 25, + "origname": "stime32", + "signature": [ + "old_time32_t *tptr" + ], + "symbol": "__ia32_sys_stime32" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": null, + "line": 1400, + "name": "ptrace", + "number": 26, + "origname": "ptrace", + "signature": [ + "compat_long_t request", + "compat_long_t pid", + "compat_long_t addr", + "compat_long_t data" + ], + "symbol": "__ia32_compat_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 27, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "__ia32_sys_alarm" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 28, + "kconfig": null, + "line": 379, + "name": "fstat", + "number": 28, + "origname": "fstat", + "signature": [ + "unsigned int fd", + "struct __old_kernel_stat *statbuf" + ], + "symbol": "__ia32_sys_fstat" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 29, + "origname": "pause", + "signature": [], + "symbol": "__ia32_sys_pause" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": null, + "line": 236, + "name": "utime", + "number": 30, + "origname": "utime32", + "signature": [ + "const char *filename", + "struct old_utimbuf32 *t" + ], + "symbol": "__ia32_sys_utime32" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 545, + "name": "access", + "number": 33, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "__ia32_sys_access" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 7341, + "name": "nice", + "number": 34, + "origname": "nice", + "signature": [ + "int increment" + ], + "symbol": "__ia32_sys_nice" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 36, + "origname": "sync", + "signature": [], + "symbol": "__ia32_sys_sync" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 37, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__ia32_sys_kill" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 38, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__ia32_sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 39, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__ia32_sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 40, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "__ia32_sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 41, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "__ia32_sys_dup" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 42, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "__ia32_sys_pipe" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": null, + "line": 1042, + "name": "times", + "number": 43, + "origname": "times", + "signature": [ + "struct compat_tms *tbuf" + ], + "symbol": "__ia32_compat_sys_times" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 45, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "__ia32_sys_brk" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "UID16", + "line": 43, + "name": "setgid16", + "number": 46, + "origname": "setgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "__ia32_sys_setgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": "UID16", + "line": 213, + "name": "getgid16", + "number": 47, + "origname": "getgid16", + "signature": [], + "symbol": "__ia32_sys_getgid16" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": null, + "line": 4622, + "name": "signal", + "number": 48, + "origname": "signal", + "signature": [ + "int sig", + "__sighandler_t handler" + ], + "symbol": "__ia32_sys_signal" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "UID16", + "line": 208, + "name": "geteuid16", + "number": 49, + "origname": "geteuid16", + "signature": [], + "symbol": "__ia32_sys_geteuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "UID16", + "line": 218, + "name": "getegid16", + "number": 50, + "origname": "getegid16", + "signature": [], + "symbol": "__ia32_sys_getegid16" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 51, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "__ia32_sys_acct" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 52, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "__ia32_sys_umount" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": null, + "line": 914, + "name": "ioctl", + "number": 54, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "__ia32_compat_sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": null, + "line": 668, + "name": "fcntl64", + "number": 55, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "__ia32_compat_sys_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 57, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "__ia32_sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 1347, + "name": "olduname", + "number": 59, + "origname": "olduname", + "signature": [ + "struct oldold_utsname *name" + ], + "symbol": "__ia32_sys_olduname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 60, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "__ia32_sys_umask" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 61, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "__ia32_sys_chroot" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 391, + "name": "ustat", + "number": 62, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct compat_ustat *u" + ], + "symbol": "__ia32_compat_sys_ustat" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 63, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "__ia32_sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 64, + "origname": "getppid", + "signature": [], + "symbol": "__ia32_sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 65, + "origname": "getpgrp", + "signature": [], + "symbol": "__ia32_sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 66, + "origname": "setsid", + "signature": [], + "symbol": "__ia32_sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": null, + "line": 4554, + "name": "sigaction", + "number": 67, + "origname": "sigaction", + "signature": [ + "int sig", + "const struct compat_old_sigaction *act", + "struct compat_old_sigaction *oact" + ], + "symbol": "__ia32_compat_sys_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SGETMASK_SYSCALL", + "line": 4600, + "name": "sgetmask", + "number": 68, + "origname": "sgetmask", + "signature": [], + "symbol": "__ia32_sys_sgetmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SGETMASK_SYSCALL", + "line": 4606, + "name": "ssetmask", + "number": 69, + "origname": "ssetmask", + "signature": [ + "int newmask" + ], + "symbol": "__ia32_sys_ssetmask" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "UID16", + "line": 48, + "name": "setreuid16", + "number": 70, + "origname": "setreuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid" + ], + "symbol": "__ia32_sys_setreuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "UID16", + "line": 38, + "name": "setregid16", + "number": 71, + "origname": "setregid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid" + ], + "symbol": "__ia32_sys_setregid16" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 4706, + "name": "sigsuspend", + "number": 72, + "origname": "sigsuspend", + "signature": [ + "int unused1", + "int unused2", + "old_sigset_t mask" + ], + "symbol": "__ia32_sys_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 4375, + "name": "sigpending", + "number": 73, + "origname": "sigpending", + "signature": [ + "compat_old_sigset_t *set32" + ], + "symbol": "__ia32_compat_sys_sigpending" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 74, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__ia32_sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 1532, + "name": "setrlimit", + "number": 75, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "__ia32_compat_sys_setrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 1602, + "name": "getrlimit", + "number": 76, + "origname": "old_getrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "__ia32_compat_sys_old_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 1884, + "name": "getrusage", + "number": 77, + "origname": "getrusage", + "signature": [ + "int who", + "struct compat_rusage *ru" + ], + "symbol": "__ia32_compat_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 224, + "name": "gettimeofday", + "number": 78, + "origname": "gettimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "__ia32_compat_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 243, + "name": "settimeofday", + "number": 79, + "origname": "settimeofday", + "signature": [ + "struct old_timeval32 *tv", + "struct timezone *tz" + ], + "symbol": "__ia32_compat_sys_settimeofday" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": "UID16", + "line": 154, + "name": "getgroups16", + "number": 80, + "origname": "getgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "__ia32_sys_getgroups16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": "UID16", + "line": 177, + "name": "setgroups16", + "number": 81, + "origname": "setgroups16", + "signature": [ + "int gidsetsize", + "old_gid_t *grouplist" + ], + "symbol": "__ia32_sys_setgroups16" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 1303, + "name": "select", + "number": 82, + "origname": "old_select", + "signature": [ + "struct compat_sel_arg_struct *arg" + ], + "symbol": "__ia32_compat_sys_old_select" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 83, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__ia32_sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 84, + "kconfig": null, + "line": 366, + "name": "lstat", + "number": 84, + "origname": "lstat", + "signature": [ + "const char *filename", + "struct __old_kernel_stat *statbuf" + ], + "symbol": "__ia32_sys_lstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 85, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "__ia32_sys_readlink" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": "USELIB", + "line": 124, + "name": "uselib", + "number": 86, + "origname": "uselib", + "signature": [ + "const char *library" + ], + "symbol": "__ia32_sys_uselib" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 87, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "__ia32_sys_swapon" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 88, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "__ia32_sys_reboot" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 478, + "name": "readdir", + "number": 89, + "origname": "old_readdir", + "signature": [ + "unsigned int fd", + "struct compat_old_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "__ia32_compat_sys_old_readdir" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 223, + "name": "mmap", + "number": 90, + "origname": "ia32_mmap", + "signature": [ + "struct mmap_arg_struct32 *arg" + ], + "symbol": "__ia32_compat_sys_ia32_mmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 91, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "__ia32_sys_munmap" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 151, + "name": "truncate", + "number": 92, + "origname": "truncate", + "signature": [ + "const char *path", + "compat_off_t length" + ], + "symbol": "__ia32_compat_sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 93, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "__ia32_compat_sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 94, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "__ia32_sys_fchmod" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": "UID16", + "line": 33, + "name": "fchown16", + "number": 95, + "origname": "fchown16", + "signature": [ + "unsigned int fd", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__ia32_sys_fchown16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 96, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "__ia32_sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 97, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "__ia32_sys_setpriority" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 305, + "name": "statfs", + "number": 99, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct compat_statfs *buf" + ], + "symbol": "__ia32_compat_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 314, + "name": "fstatfs", + "number": 100, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct compat_statfs *buf" + ], + "symbol": "__ia32_compat_sys_fstatfs" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ioport.c", + "good_location": true, + "grepped_location": false, + "index": 101, + "kconfig": "X86_IOPL_IOPERM", + "line": 152, + "name": "ioperm", + "number": 101, + "origname": "ioperm", + "signature": [ + "unsigned long from", + "unsigned long num", + "int turn_on" + ], + "symbol": "__ia32_sys_ioperm" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": "NET", + "line": 423, + "name": "socketcall", + "number": 102, + "origname": "socketcall", + "signature": [ + "int call", + "u32 *args" + ], + "symbol": "__ia32_compat_sys_socketcall" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "__ia32_sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 378, + "name": "setitimer", + "number": 104, + "origname": "setitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value", + "struct old_itimerval32 *ovalue" + ], + "symbol": "__ia32_compat_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": null, + "line": 141, + "name": "getitimer", + "number": 105, + "origname": "getitimer", + "signature": [ + "int which", + "struct old_itimerval32 *value" + ], + "symbol": "__ia32_compat_sys_getitimer" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": null, + "line": 750, + "name": "newstat", + "number": 106, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct compat_stat *statbuf" + ], + "symbol": "__ia32_compat_sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 762, + "name": "newlstat", + "number": 107, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct compat_stat *statbuf" + ], + "symbol": "__ia32_compat_sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 789, + "name": "newfstat", + "number": 108, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct compat_stat *statbuf" + ], + "symbol": "__ia32_compat_sys_newfstat" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1327, + "name": "uname", + "number": 109, + "origname": "uname", + "signature": [ + "struct old_utsname *name" + ], + "symbol": "__ia32_sys_uname" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ioport.c", + "good_location": true, + "grepped_location": false, + "index": 110, + "kconfig": "X86_IOPL_IOPERM", + "line": 173, + "name": "iopl", + "number": 110, + "origname": "iopl", + "signature": [ + "unsigned int level" + ], + "symbol": "__ia32_sys_iopl" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 111, + "origname": "vhangup", + "signature": [], + "symbol": "__ia32_sys_vhangup" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": null, + "line": 1834, + "name": "wait4", + "number": 114, + "origname": "wait4", + "signature": [ + "compat_pid_t pid", + "compat_uint_t *stat_addr", + "int options", + "struct compat_rusage *ru" + ], + "symbol": "__ia32_compat_sys_wait4" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 115, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "__ia32_sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": null, + "line": 2877, + "name": "sysinfo", + "number": 116, + "origname": "sysinfo", + "signature": [ + "struct compat_sysinfo *info" + ], + "symbol": "__ia32_compat_sys_sysinfo" + }, + { + "esoteric": false, + "file": "ipc/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "SYSVIPC", + "line": 205, + "name": "ipc", + "number": 117, + "origname": "ipc", + "signature": [ + "u32 call", + "int first", + "int second", + "u32 third", + "compat_uptr_t ptr", + "u32 fifth" + ], + "symbol": "__ia32_compat_sys_ipc" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 118, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__ia32_sys_fsync" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/signal_32.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": null, + "line": 125, + "name": "sigreturn", + "number": 119, + "origname": "sigreturn", + "signature": [], + "symbol": "__ia32_compat_sys_sigreturn" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": null, + "line": 240, + "name": "clone", + "number": 120, + "origname": "ia32_clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "unsigned long tls_val", + "int *child_tidptr" + ], + "symbol": "__ia32_compat_sys_ia32_clone" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 121, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__ia32_sys_setdomainname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 122, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "__ia32_sys_newuname" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ldt.c", + "good_location": true, + "grepped_location": false, + "index": 123, + "kconfig": "MODIFY_LDT_SYSCALL", + "line": 667, + "name": "modify_ldt", + "number": 123, + "origname": "modify_ldt", + "signature": [ + "int func", + "void *ptr", + "unsigned long bytecount" + ], + "symbol": "__ia32_sys_modify_ldt" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 349, + "name": "adjtimex", + "number": 124, + "origname": "adjtimex_time32", + "signature": [ + "struct old_timex32 *utp" + ], + "symbol": "__ia32_sys_adjtimex_time32" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 125, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "__ia32_sys_mprotect" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": null, + "line": 40, + "name": "sigprocmask", + "number": 126, + "origname": "sigprocmask", + "signature": [ + "int how", + "compat_old_sigset_t *nset", + "compat_old_sigset_t *oset" + ], + "symbol": "__ia32_compat_sys_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 128, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "__ia32_sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 129, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "__ia32_sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 131, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "__ia32_sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 132, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "__ia32_sys_getpgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 133, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "__ia32_sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 135, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "__ia32_sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 136, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "__ia32_sys_personality" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": "UID16", + "line": 104, + "name": "setfsuid16", + "number": 138, + "origname": "setfsuid16", + "signature": [ + "old_uid_t uid" + ], + "symbol": "__ia32_sys_setfsuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "UID16", + "line": 109, + "name": "setfsgid16", + "number": 139, + "origname": "setfsgid16", + "signature": [ + "old_gid_t gid" + ], + "symbol": "__ia32_sys_setfsgid16" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 325, + "name": "llseek", + "number": 140, + "origname": "llseek", + "signature": [ + "unsigned int fd", + "unsigned long offset_high", + "unsigned long offset_low", + "loff_t *result", + "unsigned int whence" + ], + "symbol": "__ia32_sys_llseek" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 562, + "name": "getdents", + "number": 141, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct compat_linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "__ia32_compat_sys_getdents" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 1288, + "name": "select", + "number": 142, + "origname": "select", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timeval32 *tvp" + ], + "symbol": "__ia32_compat_sys_select" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 143, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "__ia32_sys_flock" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 144, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__ia32_sys_msync" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 145, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__ia32_sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 146, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__ia32_sys_writev" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 147, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "__ia32_sys_getsid" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 148, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__ia32_sys_fdatasync" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 150, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__ia32_sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 151, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__ia32_sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 152, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "__ia32_sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 153, + "origname": "munlockall", + "signature": [], + "symbol": "__ia32_sys_munlockall" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 154, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__ia32_sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 155, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__ia32_sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 156, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 156, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "__ia32_sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 157, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "__ia32_sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 158, + "origname": "sched_yield", + "signature": [], + "symbol": "__ia32_sys_sched_yield" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 159, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "__ia32_sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 160, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "__ia32_sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 9133, + "name": "sched_rr_get_interval", + "number": 161, + "origname": "sched_rr_get_interval_time32", + "signature": [ + "pid_t pid", + "struct old_timespec32 *interval" + ], + "symbol": "__ia32_sys_sched_rr_get_interval_time32" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 2144, + "name": "nanosleep", + "number": 162, + "origname": "nanosleep_time32", + "signature": [ + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "__ia32_sys_nanosleep_time32" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 163, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "__ia32_sys_mremap" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": "UID16", + "line": 58, + "name": "setresuid16", + "number": 164, + "origname": "setresuid16", + "signature": [ + "old_uid_t ruid", + "old_uid_t euid", + "old_uid_t suid" + ], + "symbol": "__ia32_sys_setresuid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": "UID16", + "line": 64, + "name": "getresuid16", + "number": 165, + "origname": "getresuid16", + "signature": [ + "old_uid_t *ruidp", + "old_uid_t *euidp", + "old_uid_t *suidp" + ], + "symbol": "__ia32_sys_getresuid16" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 168, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "__ia32_sys_poll" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": "UID16", + "line": 81, + "name": "setresgid16", + "number": 170, + "origname": "setresgid16", + "signature": [ + "old_gid_t rgid", + "old_gid_t egid", + "old_gid_t sgid" + ], + "symbol": "__ia32_sys_setresgid16" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": "UID16", + "line": 87, + "name": "getresgid16", + "number": 171, + "origname": "getresgid16", + "signature": [ + "old_gid_t *rgidp", + "old_gid_t *egidp", + "old_gid_t *sgidp" + ], + "symbol": "__ia32_sys_getresgid16" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 172, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__ia32_sys_prctl" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/signal_32.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": null, + "line": 148, + "name": "rt_sigreturn", + "number": 173, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "__ia32_compat_sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 174, + "kconfig": null, + "line": 4471, + "name": "rt_sigaction", + "number": 174, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct compat_sigaction *act", + "struct compat_sigaction *oact", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": null, + "line": 3208, + "name": "rt_sigprocmask", + "number": 175, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "compat_sigset_t *nset", + "compat_sigset_t *oset", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": null, + "line": 3265, + "name": "rt_sigpending", + "number": 176, + "origname": "rt_sigpending", + "signature": [ + "compat_sigset_t *uset", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 177, + "kconfig": null, + "line": 3760, + "name": "rt_sigtimedwait", + "number": 177, + "origname": "rt_sigtimedwait_time32", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct old_timespec32 *uts", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_rt_sigtimedwait_time32" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 178, + "kconfig": null, + "line": 4043, + "name": "rt_sigqueueinfo", + "number": 178, + "origname": "rt_sigqueueinfo", + "signature": [ + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "__ia32_compat_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": null, + "line": 4683, + "name": "rt_sigsuspend", + "number": 179, + "origname": "rt_sigsuspend", + "signature": [ + "compat_sigset_t *unewset", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 180, + "kconfig": null, + "line": 68, + "name": "pread64", + "number": 180, + "origname": "ia32_pread64", + "signature": [ + "unsigned int fd", + "char *ubuf", + "u32 count", + "u32 poslo", + "u32 poshi" + ], + "symbol": "__ia32_sys_ia32_pread64" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 181, + "kconfig": null, + "line": 75, + "name": "pwrite64", + "number": 181, + "origname": "ia32_pwrite64", + "signature": [ + "unsigned int fd", + "const char *ubuf", + "u32 count", + "u32 poslo", + "u32 poshi" + ], + "symbol": "__ia32_sys_ia32_pwrite64" + }, + { + "esoteric": false, + "file": "kernel/uid16.c", + "good_location": true, + "grepped_location": false, + "index": 182, + "kconfig": "UID16", + "line": 23, + "name": "chown16", + "number": 182, + "origname": "chown16", + "signature": [ + "const char *filename", + "old_uid_t user", + "old_gid_t group" + ], + "symbol": "__ia32_sys_chown16" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 183, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 183, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "__ia32_sys_getcwd" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 184, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 184, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "__ia32_sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 185, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 185, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "__ia32_sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 4327, + "name": "sigaltstack", + "number": 186, + "origname": "sigaltstack", + "signature": [ + "const compat_stack_t *uss_ptr", + "compat_stack_t *uoss_ptr" + ], + "symbol": "__ia32_compat_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 1366, + "name": "sendfile", + "number": 187, + "origname": "sendfile", + "signature": [ + "int out_fd", + "int in_fd", + "compat_off_t *offset", + "compat_size_t count" + ], + "symbol": "__ia32_compat_sys_sendfile" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 190, + "origname": "vfork", + "signature": [], + "symbol": "__ia32_sys_vfork" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 1552, + "name": "getrlimit", + "number": 191, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct compat_rlimit *rlim" + ], + "symbol": "__ia32_compat_sys_getrlimit" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 1440, + "name": "mmap_pgoff", + "number": 192, + "origname": "mmap_pgoff", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long pgoff" + ], + "symbol": "__ia32_sys_mmap_pgoff" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 54, + "name": "truncate64", + "number": 193, + "origname": "ia32_truncate64", + "signature": [ + "const char *filename", + "unsigned long offset_low", + "unsigned long offset_high" + ], + "symbol": "__ia32_sys_ia32_truncate64" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 61, + "name": "ftruncate64", + "number": 194, + "origname": "ia32_ftruncate64", + "signature": [ + "unsigned int fd", + "unsigned long offset_low", + "unsigned long offset_high" + ], + "symbol": "__ia32_sys_ia32_ftruncate64" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 164, + "name": "stat64", + "number": 195, + "origname": "ia32_stat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "__ia32_compat_sys_ia32_stat64" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 175, + "name": "lstat64", + "number": 196, + "origname": "ia32_lstat64", + "signature": [ + "const char *filename", + "struct stat64 *statbuf" + ], + "symbol": "__ia32_compat_sys_ia32_lstat64" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 185, + "name": "fstat64", + "number": 197, + "origname": "ia32_fstat64", + "signature": [ + "unsigned int fd", + "struct stat64 *statbuf" + ], + "symbol": "__ia32_compat_sys_ia32_fstat64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 198, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__ia32_sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 199, + "origname": "getuid", + "signature": [], + "symbol": "__ia32_sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 200, + "origname": "getgid", + "signature": [], + "symbol": "__ia32_sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 201, + "origname": "geteuid", + "signature": [], + "symbol": "__ia32_sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 202, + "origname": "getegid", + "signature": [], + "symbol": "__ia32_sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 203, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "__ia32_sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 204, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "__ia32_sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 205, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 205, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__ia32_sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 206, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__ia32_sys_setgroups" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 207, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "__ia32_sys_fchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 208, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "__ia32_sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 209, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "__ia32_sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 210, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "__ia32_sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 211, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 211, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "__ia32_sys_getresgid" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 212, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 212, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__ia32_sys_chown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 213, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__ia32_sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 214, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 214, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__ia32_sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 215, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 215, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__ia32_sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 216, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__ia32_sys_setfsgid" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 217, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "__ia32_sys_pivot_root" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 218, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "__ia32_sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 219, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "__ia32_sys_madvise" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 220, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "__ia32_sys_getdents64" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": null, + "line": 668, + "name": "fcntl64", + "number": 221, + "origname": "fcntl64", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "__ia32_compat_sys_fcntl64" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 224, + "origname": "gettid", + "signature": [], + "symbol": "__ia32_sys_gettid" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": null, + "line": 97, + "name": "readahead", + "number": 225, + "origname": "ia32_readahead", + "signature": [ + "int fd", + "unsigned int off_lo", + "unsigned int off_hi", + "size_t count" + ], + "symbol": "__ia32_sys_ia32_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 226, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__ia32_sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 227, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__ia32_sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 228, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__ia32_sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 229, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__ia32_sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 230, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__ia32_sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 231, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__ia32_sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 232, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__ia32_sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 233, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__ia32_sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 234, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "__ia32_sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 235, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__ia32_sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 236, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 236, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__ia32_sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 237, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "__ia32_sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 238, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__ia32_sys_tkill" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 239, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "__ia32_sys_sendfile64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "FUTEX", + "line": 492, + "name": "futex", + "number": 240, + "origname": "futex_time32", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct old_timespec32 *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__ia32_sys_futex_time32" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": null, + "line": 124, + "name": "sched_setaffinity", + "number": 241, + "origname": "sched_setaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "__ia32_compat_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/compat.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": null, + "line": 144, + "name": "sched_getaffinity", + "number": 242, + "origname": "sched_getaffinity", + "signature": [ + "compat_pid_t pid", + "unsigned int len", + "compat_ulong_t *user_mask_ptr" + ], + "symbol": "__ia32_compat_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/tls.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": null, + "line": 186, + "name": "set_thread_area", + "number": 243, + "origname": "set_thread_area", + "signature": [ + "struct user_desc *u_info" + ], + "symbol": "__ia32_sys_set_thread_area" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/tls.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": null, + "line": 238, + "name": "get_thread_area", + "number": 244, + "origname": "get_thread_area", + "signature": [ + "struct user_desc *u_info" + ], + "symbol": "__ia32_sys_get_thread_area" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "AIO", + "line": 1419, + "name": "io_setup", + "number": 245, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "u32 *ctx32p" + ], + "symbol": "__ia32_compat_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 246, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "__ia32_sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": "AIO", + "line": 2355, + "name": "io_getevents", + "number": 247, + "origname": "io_getevents_time32", + "signature": [ + "__u32 ctx_id", + "__s32 min_nr", + "__s32 nr", + "struct io_event *events", + "struct old_timespec32 *timeout" + ], + "symbol": "__ia32_sys_io_getevents_time32" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": "AIO", + "line": 2129, + "name": "io_submit", + "number": 248, + "origname": "io_submit", + "signature": [ + "compat_aio_context_t ctx_id", + "int nr", + "compat_uptr_t *iocbpp" + ], + "symbol": "__ia32_compat_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 249, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "__ia32_sys_io_cancel" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "ADVISE_SYSCALLS", + "line": 112, + "name": "fadvise64", + "number": 250, + "origname": "ia32_fadvise64", + "signature": [ + "int fd", + "unsigned int offset_lo", + "unsigned int offset_hi", + "size_t len", + "int advice" + ], + "symbol": "__ia32_sys_ia32_fadvise64" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 252, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "__ia32_sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 254, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "__ia32_sys_epoll_create" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 255, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "__ia32_sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 256, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "__ia32_sys_epoll_wait" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 257, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "__ia32_sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 258, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "__ia32_sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": "POSIX_TIMERS", + "line": 545, + "name": "timer_create", + "number": 259, + "origname": "timer_create", + "signature": [ + "clockid_t which_clock", + "struct compat_sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "__ia32_compat_sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": "POSIX_TIMERS", + "line": 963, + "name": "timer_settime", + "number": 260, + "origname": "timer_settime32", + "signature": [ + "timer_t timer_id", + "int flags", + "struct old_itimerspec32 *new", + "struct old_itimerspec32 *old" + ], + "symbol": "__ia32_sys_timer_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": "POSIX_TIMERS", + "line": 734, + "name": "timer_gettime", + "number": 261, + "origname": "timer_gettime32", + "signature": [ + "timer_t timer_id", + "struct old_itimerspec32 *setting" + ], + "symbol": "__ia32_sys_timer_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 262, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__ia32_sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 263, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__ia32_sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 1272, + "name": "clock_settime", + "number": 264, + "origname": "clock_settime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__ia32_sys_clock_settime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 1287, + "name": "clock_gettime", + "number": 265, + "origname": "clock_gettime32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__ia32_sys_clock_gettime32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 1323, + "name": "clock_getres", + "number": 266, + "origname": "clock_getres_time32", + "signature": [ + "clockid_t which_clock", + "struct old_timespec32 *tp" + ], + "symbol": "__ia32_sys_clock_getres_time32" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 1401, + "name": "clock_nanosleep", + "number": 267, + "origname": "clock_nanosleep_time32", + "signature": [ + "clockid_t which_clock", + "int flags", + "struct old_timespec32 *rqtp", + "struct old_timespec32 *rmtp" + ], + "symbol": "__ia32_sys_clock_nanosleep_time32" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 362, + "name": "statfs64", + "number": 268, + "origname": "statfs64", + "signature": [ + "const char *pathname", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "__ia32_compat_sys_statfs64" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": null, + "line": 381, + "name": "fstatfs64", + "number": 269, + "origname": "fstatfs64", + "signature": [ + "unsigned int fd", + "compat_size_t sz", + "struct compat_statfs64 *buf" + ], + "symbol": "__ia32_compat_sys_fstatfs64" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 270, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "__ia32_sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": null, + "line": 295, + "name": "utimes", + "number": 271, + "origname": "utimes_time32", + "signature": [ + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "__ia32_sys_utimes_time32" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": "ADVISE_SYSCALLS", + "line": 87, + "name": "fadvise64_64", + "number": 272, + "origname": "ia32_fadvise64_64", + "signature": [ + "int fd", + "__u32 offset_low", + "__u32 offset_high", + "__u32 len_low", + "__u32 len_high", + "int advice" + ], + "symbol": "__ia32_sys_ia32_fadvise64_64" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 274, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "__ia32_sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 275, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "__ia32_sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 276, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "__ia32_sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": "POSIX_MQUEUE", + "line": 1562, + "name": "mq_open", + "number": 277, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "compat_mode_t mode", + "struct compat_mq_attr *u_attr" + ], + "symbol": "__ia32_compat_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 278, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "__ia32_sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "POSIX_MQUEUE", + "line": 1626, + "name": "mq_timedsend", + "number": 279, + "origname": "mq_timedsend_time32", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "__ia32_sys_mq_timedsend_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": "POSIX_MQUEUE", + "line": 1641, + "name": "mq_timedreceive", + "number": 280, + "origname": "mq_timedreceive_time32", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "unsigned int msg_len", + "unsigned int *u_msg_prio", + "const struct old_timespec32 *u_abs_timeout" + ], + "symbol": "__ia32_sys_mq_timedreceive_time32" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "POSIX_MQUEUE", + "line": 1575, + "name": "mq_notify", + "number": 281, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct compat_sigevent *u_notification" + ], + "symbol": "__ia32_compat_sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "POSIX_MQUEUE", + "line": 1589, + "name": "mq_getsetattr", + "number": 282, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct compat_mq_attr *u_mqstat", + "struct compat_mq_attr *u_omqstat" + ], + "symbol": "__ia32_compat_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": "KEXEC", + "line": 261, + "name": "kexec_load", + "number": 283, + "origname": "kexec_load", + "signature": [ + "compat_ulong_t entry", + "compat_ulong_t nr_segments", + "struct compat_kexec_segment *segments", + "compat_ulong_t flags" + ], + "symbol": "__ia32_compat_sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 1849, + "name": "waitid", + "number": 284, + "origname": "waitid", + "signature": [ + "int which", + "compat_pid_t pid", + "struct compat_siginfo *infop", + "int options", + "struct compat_rusage *uru" + ], + "symbol": "__ia32_compat_sys_waitid" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 286, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "__ia32_sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 287, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "__ia32_sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/compat.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": "KEYS", + "line": 17, + "name": "keyctl", + "number": 288, + "origname": "keyctl", + "signature": [ + "u32 option", + "u32 arg2", + "u32 arg3", + "u32 arg4", + "u32 arg5" + ], + "symbol": "__ia32_compat_sys_keyctl" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 289, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "__ia32_sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 290, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "__ia32_sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 291, + "origname": "inotify_init", + "signature": [], + "symbol": "__ia32_sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 292, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "__ia32_sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 293, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "__ia32_sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 294, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "__ia32_sys_migrate_pages" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 1477, + "name": "openat", + "number": 295, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__ia32_compat_sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 296, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "__ia32_sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 297, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "__ia32_sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 298, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "__ia32_sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": null, + "line": 288, + "name": "futimesat", + "number": 299, + "origname": "futimesat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timeval32 *t" + ], + "symbol": "__ia32_sys_futimesat_time32" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": null, + "line": 195, + "name": "fstatat64", + "number": 300, + "origname": "ia32_fstatat64", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct stat64 *statbuf", + "int flag" + ], + "symbol": "__ia32_compat_sys_ia32_fstatat64" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 301, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "__ia32_sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 302, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__ia32_sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 303, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "__ia32_sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 304, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__ia32_sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 305, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "__ia32_sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 306, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "__ia32_sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 307, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "__ia32_sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 1383, + "name": "pselect6", + "number": 308, + "origname": "pselect6_time32", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct old_timespec32 *tsp", + "void *sig" + ], + "symbol": "__ia32_compat_sys_pselect6_time32" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": null, + "line": 1399, + "name": "ppoll", + "number": 309, + "origname": "ppoll_time32", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct old_timespec32 *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_ppoll_time32" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 310, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "__ia32_sys_unshare" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "FUTEX", + "line": 442, + "name": "set_robust_list", + "number": 311, + "origname": "set_robust_list", + "signature": [ + "struct compat_robust_list_head *head", + "compat_size_t len" + ], + "symbol": "__ia32_compat_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "FUTEX", + "line": 454, + "name": "get_robust_list", + "number": 312, + "origname": "get_robust_list", + "signature": [ + "int pid", + "compat_uptr_t *head_ptr", + "compat_size_t *len_ptr" + ], + "symbol": "__ia32_compat_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 313, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__ia32_sys_splice" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": null, + "line": 103, + "name": "sync_file_range", + "number": 314, + "origname": "ia32_sync_file_range", + "signature": [ + "int fd", + "unsigned int off_low", + "unsigned int off_hi", + "unsigned int n_low", + "unsigned int n_hi", + "int flags" + ], + "symbol": "__ia32_sys_ia32_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 315, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "__ia32_sys_tee" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 316, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "__ia32_sys_vmsplice" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 317, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "__ia32_sys_move_pages" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 318, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "__ia32_sys_getcpu" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 319, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__ia32_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": null, + "line": 252, + "name": "utimensat", + "number": 320, + "origname": "utimensat_time32", + "signature": [ + "unsigned int dfd", + "const char *filename", + "struct old_timespec32 *t", + "int flags" + ], + "symbol": "__ia32_sys_utimensat_time32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": "SIGNALFD", + "line": 348, + "name": "signalfd", + "number": 321, + "origname": "signalfd", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 322, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "__ia32_sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 323, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "__ia32_sys_eventfd" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_ia32.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": null, + "line": 119, + "name": "fallocate", + "number": 324, + "origname": "ia32_fallocate", + "signature": [ + "int fd", + "int mode", + "unsigned int offset_lo", + "unsigned int offset_hi", + "unsigned int len_lo", + "unsigned int len_hi" + ], + "symbol": "__ia32_sys_ia32_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": null, + "line": 586, + "name": "timerfd_settime", + "number": 325, + "origname": "timerfd_settime32", + "signature": [ + "int ufd", + "int flags", + "const struct old_itimerspec32 *utmr", + "struct old_itimerspec32 *otmr" + ], + "symbol": "__ia32_sys_timerfd_settime32" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 603, + "name": "timerfd_gettime", + "number": 326, + "origname": "timerfd_gettime32", + "signature": [ + "int ufd", + "struct old_itimerspec32 *otmr" + ], + "symbol": "__ia32_sys_timerfd_gettime32" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": "SIGNALFD", + "line": 340, + "name": "signalfd4", + "number": 327, + "origname": "signalfd4", + "signature": [ + "int ufd", + "const compat_sigset_t *user_mask", + "compat_size_t sigsetsize", + "int flags" + ], + "symbol": "__ia32_compat_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 328, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "__ia32_sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 329, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "__ia32_sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 330, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "__ia32_sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 331, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "__ia32_sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 332, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "__ia32_sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": null, + "line": 1149, + "name": "preadv", + "number": 333, + "origname": "preadv", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "__ia32_compat_sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": null, + "line": 1190, + "name": "pwritev", + "number": 334, + "origname": "pwritev", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high" + ], + "symbol": "__ia32_compat_sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 335, + "kconfig": null, + "line": 4083, + "name": "rt_tgsigqueueinfo", + "number": 335, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "compat_pid_t tgid", + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "__ia32_compat_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 336, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 336, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "__ia32_sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 337, + "kconfig": "NET", + "line": 414, + "name": "recvmmsg", + "number": 337, + "origname": "recvmmsg_time32", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct old_timespec32 *timeout" + ], + "symbol": "__ia32_compat_sys_recvmmsg_time32" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 338, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 338, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "__ia32_sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 339, + "kconfig": "FANOTIFY", + "line": 1981, + "name": "fanotify_mark", + "number": 339, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "u32 mask_lo", + "u32 mask_hi", + "int dfd", + "const char *pathname" + ], + "symbol": "__ia32_compat_sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 340, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 340, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "__ia32_sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 341, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 341, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "__ia32_sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 342, + "kconfig": "FHANDLE", + "line": 276, + "name": "open_by_handle_at", + "number": 342, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "__ia32_compat_sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 343, + "kconfig": null, + "line": 1305, + "name": "clock_adjtime", + "number": 343, + "origname": "clock_adjtime32", + "signature": [ + "clockid_t which_clock", + "struct old_timex32 *utp" + ], + "symbol": "__ia32_sys_clock_adjtime32" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 344, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 344, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "__ia32_sys_syncfs" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 345, + "kconfig": "NET", + "line": 364, + "name": "sendmmsg", + "number": 345, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "__ia32_compat_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 346, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 346, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "__ia32_sys_setns" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 347, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 347, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__ia32_sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 348, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 348, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__ia32_sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 349, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 349, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "__ia32_sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 350, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 350, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "__ia32_sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 351, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 351, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "__ia32_sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 352, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 352, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "__ia32_sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 353, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 353, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "__ia32_sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 354, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 354, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "__ia32_sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 355, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 355, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "__ia32_sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 356, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 356, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "__ia32_sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 357, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 357, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "__ia32_sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 358, + "kconfig": null, + "line": 2156, + "name": "execveat", + "number": 358, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp", + "int flags" + ], + "symbol": "__ia32_compat_sys_execveat" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 359, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 359, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "__ia32_sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 360, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 360, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "__ia32_sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 361, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 361, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "__ia32_sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 362, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 362, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "__ia32_sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 363, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 363, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "__ia32_sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 364, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 364, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "__ia32_sys_accept4" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 365, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 365, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "__ia32_sys_getsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 366, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 366, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "__ia32_sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 367, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 367, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__ia32_sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 368, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 368, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__ia32_sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 369, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 369, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "__ia32_sys_sendto" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 370, + "kconfig": "NET", + "line": 350, + "name": "sendmsg", + "number": 370, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__ia32_compat_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 371, + "kconfig": "NET", + "line": 398, + "name": "recvfrom", + "number": 371, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int *addrlen" + ], + "symbol": "__ia32_compat_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 372, + "kconfig": "NET", + "line": 378, + "name": "recvmsg", + "number": 372, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__ia32_compat_sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 373, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 373, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "__ia32_sys_shutdown" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 374, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 374, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "__ia32_sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 375, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 375, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "__ia32_sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 376, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 376, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__ia32_sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 377, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 377, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__ia32_sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 378, + "kconfig": null, + "line": 1169, + "name": "preadv2", + "number": 378, + "origname": "preadv2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "__ia32_compat_sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 379, + "kconfig": null, + "line": 1210, + "name": "pwritev2", + "number": 379, + "origname": "pwritev2", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "__ia32_compat_sys_pwritev2" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 380, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 835, + "name": "pkey_mprotect", + "number": 380, + "origname": "pkey_mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot", + "int pkey" + ], + "symbol": "__ia32_sys_pkey_mprotect" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 381, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 841, + "name": "pkey_alloc", + "number": 381, + "origname": "pkey_alloc", + "signature": [ + "unsigned long flags", + "unsigned long init_val" + ], + "symbol": "__ia32_sys_pkey_alloc" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 382, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 871, + "name": "pkey_free", + "number": 382, + "origname": "pkey_free", + "signature": [ + "int pkey" + ], + "symbol": "__ia32_sys_pkey_free" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 383, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 383, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "__ia32_sys_statx" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/process_64.c", + "good_location": true, + "grepped_location": false, + "index": 384, + "kconfig": null, + "line": 925, + "name": "arch_prctl", + "number": 384, + "origname": "arch_prctl", + "signature": [ + "int option", + "unsigned long arg2" + ], + "symbol": "__ia32_compat_sys_arch_prctl" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 385, + "kconfig": "AIO", + "line": 2384, + "name": "io_pgetevents", + "number": 385, + "origname": "io_pgetevents", + "signature": [ + "compat_aio_context_t ctx_id", + "compat_long_t min_nr", + "compat_long_t nr", + "struct io_event *events", + "struct old_timespec32 *timeout", + "const struct __compat_aio_sigset *usig" + ], + "symbol": "__ia32_compat_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 386, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 386, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "__ia32_sys_rseq" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 393, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 393, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "__ia32_sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 394, + "kconfig": "SYSVIPC", + "line": 1819, + "name": "semctl", + "number": 394, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "int arg" + ], + "symbol": "__ia32_compat_sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 395, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 395, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "__ia32_sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 396, + "kconfig": "SYSVIPC", + "line": 1491, + "name": "shmctl", + "number": 396, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "void *uptr" + ], + "symbol": "__ia32_compat_sys_shmctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 397, + "kconfig": "SYSVIPC", + "line": 1710, + "name": "shmat", + "number": 397, + "origname": "shmat", + "signature": [ + "int shmid", + "compat_uptr_t shmaddr", + "int shmflg" + ], + "symbol": "__ia32_compat_sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 398, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 398, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "__ia32_sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 399, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 399, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "__ia32_sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 400, + "kconfig": "SYSVIPC", + "line": 995, + "name": "msgsnd", + "number": 400, + "origname": "msgsnd", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "int msgflg" + ], + "symbol": "__ia32_compat_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 401, + "kconfig": "SYSVIPC", + "line": 1298, + "name": "msgrcv", + "number": 401, + "origname": "msgrcv", + "signature": [ + "int msqid", + "compat_uptr_t msgp", + "compat_ssize_t msgsz", + "compat_long_t msgtyp", + "int msgflg" + ], + "symbol": "__ia32_compat_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 402, + "kconfig": "SYSVIPC", + "line": 774, + "name": "msgctl", + "number": 402, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "void *uptr" + ], + "symbol": "__ia32_compat_sys_msgctl" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 403, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 403, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__ia32_sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 404, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 404, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "__ia32_sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 405, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 405, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "__ia32_sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 406, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 406, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__ia32_sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 407, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 407, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__ia32_sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 408, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 408, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "__ia32_sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 409, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 409, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "__ia32_sys_timer_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 410, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 410, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__ia32_sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 411, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 411, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__ia32_sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 412, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 412, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "__ia32_sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 413, + "kconfig": null, + "line": 1368, + "name": "pselect6", + "number": 413, + "origname": "pselect6_time64", + "signature": [ + "int n", + "compat_ulong_t *inp", + "compat_ulong_t *outp", + "compat_ulong_t *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "__ia32_compat_sys_pselect6_time64" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 414, + "kconfig": null, + "line": 1425, + "name": "ppoll", + "number": 414, + "origname": "ppoll_time64", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_ppoll_time64" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 416, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 416, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "__ia32_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 417, + "kconfig": "NET", + "line": 405, + "name": "recvmmsg", + "number": 417, + "origname": "recvmmsg_time64", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "__ia32_compat_sys_recvmmsg_time64" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 418, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 418, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__ia32_sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 419, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 419, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__ia32_sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 420, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 420, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "__ia32_sys_semtimedop" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 421, + "kconfig": null, + "line": 3729, + "name": "rt_sigtimedwait", + "number": 421, + "origname": "rt_sigtimedwait_time64", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct __kernel_timespec *uts", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_rt_sigtimedwait_time64" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 422, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 422, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__ia32_sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 423, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 423, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "__ia32_sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "__ia32_sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "__ia32_sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "__ia32_sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "__ia32_sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "__ia32_sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "__ia32_sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "__ia32_sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "__ia32_sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "__ia32_sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "__ia32_sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "__ia32_sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__ia32_sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "__ia32_sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "__ia32_sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "__ia32_sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "__ia32_sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "__ia32_sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2423, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const compat_sigset_t *sigmask", + "compat_size_t sigsetsize" + ], + "symbol": "__ia32_compat_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "__ia32_sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "__ia32_sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "__ia32_sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "__ia32_sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "__ia32_sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/secretmem.c", + "good_location": true, + "grepped_location": false, + "index": 447, + "kconfig": "SECRETMEM", + "line": 233, + "name": "memfd_secret", + "number": 447, + "origname": "memfd_secret", + "signature": [ + "unsigned int flags" + ], + "symbol": "__ia32_sys_memfd_secret" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "__ia32_sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__ia32_sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "__ia32_sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "__ia32_sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "__ia32_sys_fchmodat2" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/shstk.c", + "good_location": true, + "grepped_location": false, + "index": 453, + "kconfig": "X86_USER_SHADOW_STACK", + "line": 505, + "name": "map_shadow_stack", + "number": 453, + "origname": "map_shadow_stack", + "signature": [ + "unsigned long addr", + "unsigned long size", + "unsigned int flags" + ], + "symbol": "__ia32_sys_map_shadow_stack" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "__ia32_sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__ia32_sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "__ia32_sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "__ia32_sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "__ia32_sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "__ia32_sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "__ia32_sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "__ia32_sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/x86/64/x32/v6.8/config.txt b/db/x86/64/x32/v6.8/config.txt new file mode 120000 index 0000000..b4add3d --- /dev/null +++ b/db/x86/64/x32/v6.8/config.txt @@ -0,0 +1 @@ +../../x64/v6.8/config.txt \ No newline at end of file diff --git a/db/x86/64/x32/v6.8/stderr.txt b/db/x86/64/x32/v6.8/stderr.txt new file mode 100644 index 0000000..95ccdb1 --- /dev/null +++ b/db/x86/64/x32/v6.8/stderr.txt @@ -0,0 +1,605 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchX86(name='x86', abi='x32', compat=True, ...) +[D] Syscall table: Symbol("x32_sys_call_table" at 0xffffffff82002180, type=OBJECT, size=0x1120) +[I] Syscall table (x32_sys_call_table) is 4384 bytes, 548 entries +[D] Found ni_syscall: Symbol("__do_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xffffffff810a18a0, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Preferring __do_compat_sys_x32_rt_sigreturn over __ia32_compat_sys_x32_rt_sigreturn +[D] Preferring __do_sys_fork over __ia32_sys_fork +[D] Preferring __do_sys_getegid over __ia32_sys_getegid +[D] Preferring __do_sys_geteuid over __ia32_sys_geteuid +[D] Preferring __do_sys_getgid over __ia32_sys_getgid +[D] Preferring __do_sys_getpgrp over __ia32_sys_getpgrp +[D] Preferring __do_sys_getpid over __ia32_sys_getpid +[D] Preferring __do_sys_getppid over __ia32_sys_getppid +[D] Preferring __do_sys_gettid over __ia32_sys_gettid +[D] Preferring __do_sys_getuid over __ia32_sys_getuid +[D] Preferring __do_sys_inotify_init over __ia32_sys_inotify_init +[D] Preferring __do_sys_munlockall over __ia32_sys_munlockall +[D] Preferring __do_sys_ni_syscall over __ia32_sys_ni_syscall +[D] Preferring __do_sys_pause over __ia32_sys_pause +[D] Preferring __do_sys_restart_syscall over __ia32_sys_restart_syscall +[D] Preferring __do_sys_sched_yield over __ia32_sys_sched_yield +[D] Preferring __do_sys_setsid over __ia32_sys_setsid +[D] Preferring __do_sys_sync over __ia32_sys_sync +[D] Preferring __do_sys_vfork over __ia32_sys_vfork +[D] Preferring __do_sys_vhangup over __ia32_sys_vhangup +[D] Preferring __x64_compat_sys_x32_rt_sigreturn over __do_compat_sys_x32_rt_sigreturn +[D] Preferring __x64_sys_fork over __do_sys_fork +[D] Preferring __x64_sys_getegid over __do_sys_getegid +[D] Preferring __x64_sys_geteuid over __do_sys_geteuid +[D] Preferring __x64_sys_getgid over __do_sys_getgid +[D] Preferring __x64_sys_getpgrp over __do_sys_getpgrp +[D] Preferring __x64_sys_getpid over __do_sys_getpid +[D] Preferring __x64_sys_getppid over __do_sys_getppid +[D] Preferring __x64_sys_gettid over __do_sys_gettid +[D] Preferring __x64_sys_getuid over __do_sys_getuid +[D] Preferring __x64_sys_inotify_init over __do_sys_inotify_init +[D] Preferring __x64_sys_munlockall over __do_sys_munlockall +[D] Preferring __x64_sys_ni_syscall over __do_sys_ni_syscall +[D] Preferring __x64_sys_pause over __do_sys_pause +[D] Preferring __x64_sys_restart_syscall over __do_sys_restart_syscall +[D] Preferring __x64_sys_sched_yield over __do_sys_sched_yield +[D] Preferring __x64_sys_setsid over __do_sys_setsid +[D] Preferring __x64_sys_sync over __do_sys_sync +[D] Preferring __x64_sys_vfork over __do_sys_vfork +[D] Preferring __x64_sys_vhangup over __do_sys_vhangup +[D] x32_sys_call_table[0]: Symbol("__x64_sys_read" at 0xffffffff812b92a0, type=FUNC, size=0x15) +[D] x32_sys_call_table[1]: Symbol("__x64_sys_write" at 0xffffffff812b93c0, type=FUNC, size=0x15) +[D] x32_sys_call_table[2]: Symbol("__x64_sys_open" at 0xffffffff812b5d70, type=FUNC, size=0x8f) +[D] x32_sys_call_table[3]: Symbol("__x64_sys_close" at 0xffffffff812b64a0, type=FUNC, size=0x72) +[D] x32_sys_call_table[4]: Symbol("__x64_sys_newstat" at 0xffffffff812c0ba0, type=FUNC, size=0x11) +[D] x32_sys_call_table[5]: Symbol("__x64_sys_newfstat" at 0xffffffff812c0c40, type=FUNC, size=0x11) +[D] x32_sys_call_table[6]: Symbol("__x64_sys_newlstat" at 0xffffffff812c0bd0, type=FUNC, size=0x11) +[D] x32_sys_call_table[7]: Symbol("__x64_sys_poll" at 0xffffffff812d5960, type=FUNC, size=0x12c) +[D] x32_sys_call_table[8]: Symbol("__x64_sys_lseek" at 0xffffffff812b7f30, type=FUNC, size=0x15) +[D] x32_sys_call_table[9]: Symbol("__x64_sys_mmap" at 0xffffffff8102f280, type=FUNC, size=0x36) +[D] x32_sys_call_table[10]: Symbol("__x64_sys_mprotect" at 0xffffffff8126ead0, type=FUNC, size=0x1d) +[D] x32_sys_call_table[11]: Symbol("__x64_sys_munmap" at 0xffffffff8126bad0, type=FUNC, size=0x19) +[D] x32_sys_call_table[12]: Symbol("__x64_sys_brk" at 0xffffffff812688e0, type=FUNC, size=0xd) +[D] x32_sys_call_table[13]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[14]: Symbol("__x64_sys_rt_sigprocmask" at 0xffffffff81089e50, type=FUNC, size=0xc7) +[D] x32_sys_call_table[15]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[16]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[17]: Symbol("__x64_sys_pread64" at 0xffffffff812b94a0, type=FUNC, size=0xb5) +[D] x32_sys_call_table[18]: Symbol("__x64_sys_pwrite64" at 0xffffffff812b96b0, type=FUNC, size=0xb5) +[D] x32_sys_call_table[19]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[20]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[21]: Symbol("__x64_sys_access" at 0xffffffff812b4910, type=FUNC, size=0x18) +[D] x32_sys_call_table[22]: Symbol("__x64_sys_pipe" at 0xffffffff812c5ea0, type=FUNC, size=0x12) +[D] x32_sys_call_table[23]: Symbol("__x64_sys_select" at 0xffffffff812d57e0, type=FUNC, size=0x23) +[D] x32_sys_call_table[24]: Symbol("__x64_sys_sched_yield" at 0xffffffff810b3400, type=FUNC, size=0xc) +[D] x32_sys_call_table[25]: Symbol("__x64_sys_mremap" at 0xffffffff81270ab0, type=FUNC, size=0x20) +[D] x32_sys_call_table[26]: Symbol("__x64_sys_msync" at 0xffffffff81270d90, type=FUNC, size=0x15) +[D] x32_sys_call_table[27]: Symbol("__x64_sys_mincore" at 0xffffffff81263960, type=FUNC, size=0x15) +[D] x32_sys_call_table[28]: Symbol("__x64_sys_madvise" at 0xffffffff812900e0, type=FUNC, size=0x57) +[D] x32_sys_call_table[29]: Symbol("__x64_sys_shmget" at 0xffffffff8148dcd0, type=FUNC, size=0x77) +[D] x32_sys_call_table[30]: Symbol("__x64_sys_shmat" at 0xffffffff8148e450, type=FUNC, size=0x54) +[D] x32_sys_call_table[31]: Symbol("__x64_sys_shmctl" at 0xffffffff8148ddd0, type=FUNC, size=0x15) +[D] x32_sys_call_table[32]: Symbol("__x64_sys_dup" at 0xffffffff812e0570, type=FUNC, size=0xed) +[D] x32_sys_call_table[33]: Symbol("__x64_sys_dup2" at 0xffffffff812e03b0, type=FUNC, size=0xd9) +[D] x32_sys_call_table[34]: Symbol("__x64_sys_pause" at 0xffffffff8108f4b0, type=FUNC, size=0x4e) +[D] x32_sys_call_table[35]: Symbol("__x64_sys_nanosleep" at 0xffffffff811181c0, type=FUNC, size=0xd6) +[D] x32_sys_call_table[36]: Symbol("__x64_sys_getitimer" at 0xffffffff81125b60, type=FUNC, size=0xc9) +[D] x32_sys_call_table[37]: Symbol("__x64_sys_alarm" at 0xffffffff81125f90, type=FUNC, size=0x8d) +[D] x32_sys_call_table[38]: Symbol("__x64_sys_setitimer" at 0xffffffff811260b0, type=FUNC, size=0x168) +[D] x32_sys_call_table[39]: Symbol("__x64_sys_getpid" at 0xffffffff81092350, type=FUNC, size=0x1c) +[D] x32_sys_call_table[40]: Symbol("__x64_sys_sendfile64" at 0xffffffff812ba300, type=FUNC, size=0xc4) +[D] x32_sys_call_table[41]: Symbol("__x64_sys_socket" at 0xffffffff81a5ed90, type=FUNC, size=0x18) +[D] x32_sys_call_table[42]: Symbol("__x64_sys_connect" at 0xffffffff81a5f660, type=FUNC, size=0x18) +[D] x32_sys_call_table[43]: Symbol("__x64_sys_accept" at 0xffffffff81a5f4e0, type=FUNC, size=0x1a) +[D] x32_sys_call_table[44]: Symbol("__x64_sys_sendto" at 0xffffffff81a5fa10, type=FUNC, size=0x27) +[D] x32_sys_call_table[45]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[46]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[47]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[48]: Symbol("__x64_sys_shutdown" at 0xffffffff81a5ff90, type=FUNC, size=0x14) +[D] x32_sys_call_table[49]: Symbol("__x64_sys_bind" at 0xffffffff81a5f160, type=FUNC, size=0x18) +[D] x32_sys_call_table[50]: Symbol("__x64_sys_listen" at 0xffffffff81a5f240, type=FUNC, size=0x14) +[D] x32_sys_call_table[51]: Symbol("__x64_sys_getsockname" at 0xffffffff81a5f760, type=FUNC, size=0x18) +[D] x32_sys_call_table[52]: Symbol("__x64_sys_getpeername" at 0xffffffff81a5f870, type=FUNC, size=0x18) +[D] x32_sys_call_table[53]: Symbol("__x64_sys_socketpair" at 0xffffffff81a5f030, type=FUNC, size=0x1c) +[D] x32_sys_call_table[54]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[55]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[56]: Symbol("__x64_sys_clone" at 0xffffffff81077340, type=FUNC, size=0x20) +[D] x32_sys_call_table[57]: Symbol("__x64_sys_fork" at 0xffffffff81077270, type=FUNC, size=0x5b) +[D] x32_sys_call_table[58]: Symbol("__x64_sys_vfork" at 0xffffffff810772d0, type=FUNC, size=0x65) +[D] x32_sys_call_table[59]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[60]: Symbol("__x64_sys_exit" at 0xffffffff8107d920, type=FUNC, size=0x16) +[D] x32_sys_call_table[61]: Symbol("__x64_sys_wait4" at 0xffffffff8107e550, type=FUNC, size=0x19) +[D] x32_sys_call_table[62]: Symbol("__x64_sys_kill" at 0xffffffff8108d9a0, type=FUNC, size=0x9b) +[D] x32_sys_call_table[63]: Symbol("__x64_sys_newuname" at 0xffffffff81092b00, type=FUNC, size=0xd) +[D] x32_sys_call_table[64]: Symbol("__x64_sys_semget" at 0xffffffff8148a000, type=FUNC, size=0x86) +[D] x32_sys_call_table[65]: Symbol("__x64_sys_semop" at 0xffffffff8148b860, type=FUNC, size=0x17) +[D] x32_sys_call_table[66]: Symbol("__x64_sys_semctl" at 0xffffffff8148a120, type=FUNC, size=0x19) +[D] x32_sys_call_table[67]: Symbol("__x64_sys_shmdt" at 0xffffffff8148e7e0, type=FUNC, size=0xd) +[D] x32_sys_call_table[68]: Symbol("__x64_sys_msgget" at 0xffffffff81486ea0, type=FUNC, size=0x6e) +[D] x32_sys_call_table[69]: Symbol("__x64_sys_msgsnd" at 0xffffffff814870b0, type=FUNC, size=0x37) +[D] x32_sys_call_table[70]: Symbol("__x64_sys_msgrcv" at 0xffffffff81487200, type=FUNC, size=0x27) +[D] x32_sys_call_table[71]: Symbol("__x64_sys_msgctl" at 0xffffffff81486f80, type=FUNC, size=0x15) +[D] x32_sys_call_table[72]: Symbol("__x64_sys_fcntl" at 0xffffffff812d0950, type=FUNC, size=0xa9) +[D] x32_sys_call_table[73]: Symbol("__x64_sys_flock" at 0xffffffff813236d0, type=FUNC, size=0x11) +[D] x32_sys_call_table[74]: Symbol("__x64_sys_fsync" at 0xffffffff812f9e00, type=FUNC, size=0x55) +[D] x32_sys_call_table[75]: Symbol("__x64_sys_fdatasync" at 0xffffffff812f9ec0, type=FUNC, size=0x78) +[D] x32_sys_call_table[76]: Symbol("__x64_sys_truncate" at 0xffffffff812b4460, type=FUNC, size=0x1e) +[D] x32_sys_call_table[77]: Symbol("__x64_sys_ftruncate" at 0xffffffff812b46c0, type=FUNC, size=0x16) +[D] x32_sys_call_table[78]: Symbol("__x64_sys_getdents" at 0xffffffff812d2f00, type=FUNC, size=0x109) +[D] x32_sys_call_table[79]: Symbol("__x64_sys_getcwd" at 0xffffffff812fba90, type=FUNC, size=0x11) +[D] x32_sys_call_table[80]: Symbol("__x64_sys_chdir" at 0xffffffff812b4950, type=FUNC, size=0xdc) +[D] x32_sys_call_table[81]: Symbol("__x64_sys_fchdir" at 0xffffffff812b4b10, type=FUNC, size=0xad) +[D] x32_sys_call_table[82]: Symbol("__x64_sys_rename" at 0xffffffff812cf890, type=FUNC, size=0x45) +[D] x32_sys_call_table[83]: Symbol("__x64_sys_mkdir" at 0xffffffff812ce300, type=FUNC, size=0x67) +[D] x32_sys_call_table[84]: Symbol("__x64_sys_rmdir" at 0xffffffff812ce5c0, type=FUNC, size=0x5b) +[D] x32_sys_call_table[85]: Symbol("__x64_sys_creat" at 0xffffffff812b63d0, type=FUNC, size=0x62) +[D] x32_sys_call_table[86]: Symbol("__x64_sys_link" at 0xffffffff812cf100, type=FUNC, size=0x45) +[D] x32_sys_call_table[87]: Symbol("__x64_sys_unlink" at 0xffffffff812cea40, type=FUNC, size=0x5b) +[D] x32_sys_call_table[88]: Symbol("__x64_sys_symlink" at 0xffffffff812cecb0, type=FUNC, size=0x3d) +[D] x32_sys_call_table[89]: Symbol("__x64_sys_readlink" at 0xffffffff812c0cb0, type=FUNC, size=0x1d) +[D] x32_sys_call_table[90]: Symbol("__x64_sys_chmod" at 0xffffffff812b5280, type=FUNC, size=0x1b) +[D] x32_sys_call_table[91]: Symbol("__x64_sys_fchmod" at 0xffffffff812b5100, type=FUNC, size=0x76) +[D] x32_sys_call_table[92]: Symbol("__x64_sys_chown" at 0xffffffff812b55d0, type=FUNC, size=0x20) +[D] x32_sys_call_table[93]: Symbol("__x64_sys_fchown" at 0xffffffff812b57a0, type=FUNC, size=0x18) +[D] x32_sys_call_table[94]: Symbol("__x64_sys_lchown" at 0xffffffff812b5610, type=FUNC, size=0x23) +[D] x32_sys_call_table[95]: Symbol("__x64_sys_umask" at 0xffffffff810947e0, type=FUNC, size=0x23) +[D] x32_sys_call_table[96]: Symbol("__x64_sys_gettimeofday" at 0xffffffff811128c0, type=FUNC, size=0xb8) +[D] x32_sys_call_table[97]: Symbol("__x64_sys_getrlimit" at 0xffffffff81093880, type=FUNC, size=0xd5) +[D] x32_sys_call_table[98]: Symbol("__x64_sys_getrusage" at 0xffffffff81094780, type=FUNC, size=0x11) +[D] x32_sys_call_table[99]: Symbol("__x64_sys_sysinfo" at 0xffffffff810951f0, type=FUNC, size=0xd) +[D] x32_sys_call_table[100]: Symbol("__x64_sys_times" at 0xffffffff81092490, type=FUNC, size=0x82) +[D] x32_sys_call_table[101]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[102]: Symbol("__x64_sys_getuid" at 0xffffffff810923d0, type=FUNC, size=0x24) +[D] x32_sys_call_table[103]: Symbol("__x64_sys_syslog" at 0xffffffff810df870, type=FUNC, size=0x37) +[D] x32_sys_call_table[104]: Symbol("__x64_sys_getgid" at 0xffffffff81092430, type=FUNC, size=0x24) +[D] x32_sys_call_table[105]: Symbol("__x64_sys_setuid" at 0xffffffff81091b60, type=FUNC, size=0xd) +[D] x32_sys_call_table[106]: Symbol("__x64_sys_setgid" at 0xffffffff81091870, type=FUNC, size=0xd) +[D] x32_sys_call_table[107]: Symbol("__x64_sys_geteuid" at 0xffffffff81092400, type=FUNC, size=0x24) +[D] x32_sys_call_table[108]: Symbol("__x64_sys_getegid" at 0xffffffff81092460, type=FUNC, size=0x24) +[D] x32_sys_call_table[109]: Symbol("__x64_sys_setpgid" at 0xffffffff81092830, type=FUNC, size=0x11) +[D] x32_sys_call_table[110]: Symbol("__x64_sys_getppid" at 0xffffffff81092390, type=FUNC, size=0x32) +[D] x32_sys_call_table[111]: Symbol("__x64_sys_getpgrp" at 0xffffffff81092890, type=FUNC, size=0x32) +[D] x32_sys_call_table[112]: Symbol("__x64_sys_setsid" at 0xffffffff81092af0, type=FUNC, size=0xc) +[D] x32_sys_call_table[113]: Symbol("__x64_sys_setreuid" at 0xffffffff81091a10, type=FUNC, size=0x11) +[D] x32_sys_call_table[114]: Symbol("__x64_sys_setregid" at 0xffffffff81091770, type=FUNC, size=0x11) +[D] x32_sys_call_table[115]: Symbol("__x64_sys_getgroups" at 0xffffffff810a95a0, type=FUNC, size=0x84) +[D] x32_sys_call_table[116]: Symbol("__x64_sys_setgroups" at 0xffffffff810a96e0, type=FUNC, size=0x11) +[D] x32_sys_call_table[117]: Symbol("__x64_sys_setresuid" at 0xffffffff81091d90, type=FUNC, size=0x15) +[D] x32_sys_call_table[118]: Symbol("__x64_sys_getresuid" at 0xffffffff81091dd0, type=FUNC, size=0x76) +[D] x32_sys_call_table[119]: Symbol("__x64_sys_setresgid" at 0xffffffff81092080, type=FUNC, size=0x15) +[D] x32_sys_call_table[120]: Symbol("__x64_sys_getresgid" at 0xffffffff810920c0, type=FUNC, size=0x71) +[D] x32_sys_call_table[121]: Symbol("__x64_sys_getpgid" at 0xffffffff81092870, type=FUNC, size=0x10) +[D] x32_sys_call_table[122]: Symbol("__x64_sys_setfsuid" at 0xffffffff81092260, type=FUNC, size=0xd) +[D] x32_sys_call_table[123]: Symbol("__x64_sys_setfsgid" at 0xffffffff81092330, type=FUNC, size=0xd) +[D] x32_sys_call_table[124]: Symbol("__x64_sys_getsid" at 0xffffffff810928d0, type=FUNC, size=0x81) +[D] x32_sys_call_table[125]: Symbol("__x64_sys_capget" at 0xffffffff81084650, type=FUNC, size=0x11) +[D] x32_sys_call_table[126]: Symbol("__x64_sys_capset" at 0xffffffff81084680, type=FUNC, size=0x11) +[D] x32_sys_call_table[127]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[128]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[129]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[130]: Symbol("__x64_sys_rt_sigsuspend" at 0xffffffff8108f500, type=FUNC, size=0x6b) +[D] x32_sys_call_table[131]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[132]: Symbol("__x64_sys_utime" at 0xffffffff812fa9a0, type=FUNC, size=0x8f) +[D] x32_sys_call_table[133]: Symbol("__x64_sys_mknod" at 0xffffffff812ce050, type=FUNC, size=0x6f) +[D] x32_sys_call_table[134]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[135]: Symbol("__x64_sys_personality" at 0xffffffff81077a20, type=FUNC, size=0x23) +[D] x32_sys_call_table[136]: Symbol("__x64_sys_ustat" at 0xffffffff812fcc10, type=FUNC, size=0x11) +[D] x32_sys_call_table[137]: Symbol("__x64_sys_statfs" at 0xffffffff812fcb30, type=FUNC, size=0x11) +[D] x32_sys_call_table[138]: Symbol("__x64_sys_fstatfs" at 0xffffffff812fcba0, type=FUNC, size=0x11) +[D] x32_sys_call_table[139]: Symbol("__x64_sys_sysfs" at 0xffffffff812e0c40, type=FUNC, size=0x8f) +[D] x32_sys_call_table[140]: Symbol("__x64_sys_getpriority" at 0xffffffff81091610, type=FUNC, size=0x11) +[D] x32_sys_call_table[141]: Symbol("__x64_sys_setpriority" at 0xffffffff810915d0, type=FUNC, size=0x15) +[D] x32_sys_call_table[142]: Symbol("__x64_sys_sched_setparam" at 0xffffffff810b2910, type=FUNC, size=0x19) +[D] x32_sys_call_table[143]: Symbol("__x64_sys_sched_getparam" at 0xffffffff810b2d30, type=FUNC, size=0xe4) +[D] x32_sys_call_table[144]: Symbol("__x64_sys_sched_setscheduler" at 0xffffffff810b28b0, type=FUNC, size=0x24) +[D] x32_sys_call_table[145]: Symbol("__x64_sys_sched_getscheduler" at 0xffffffff810b2c30, type=FUNC, size=0x77) +[D] x32_sys_call_table[146]: Symbol("__x64_sys_sched_get_priority_max" at 0xffffffff810b35a0, type=FUNC, size=0x3c) +[D] x32_sys_call_table[147]: Symbol("__x64_sys_sched_get_priority_min" at 0xffffffff810b3620, type=FUNC, size=0x3c) +[D] x32_sys_call_table[148]: Symbol("__x64_sys_sched_rr_get_interval" at 0xffffffff810b36a0, type=FUNC, size=0x6d) +[D] x32_sys_call_table[149]: Symbol("__x64_sys_mlock" at 0xffffffff81265350, type=FUNC, size=0x19) +[D] x32_sys_call_table[150]: Symbol("__x64_sys_munlock" at 0xffffffff81265410, type=FUNC, size=0xdc) +[D] x32_sys_call_table[151]: Symbol("__x64_sys_mlockall" at 0xffffffff812655d0, type=FUNC, size=0xd) +[D] x32_sys_call_table[152]: Symbol("__x64_sys_munlockall" at 0xffffffff812655f0, type=FUNC, size=0xa5) +[D] x32_sys_call_table[153]: Symbol("__x64_sys_vhangup" at 0xffffffff812b65e0, type=FUNC, size=0x22) +[D] x32_sys_call_table[154]: Symbol("__x64_sys_modify_ldt" at 0xffffffff8102d3f0, type=FUNC, size=0x5e) +[D] x32_sys_call_table[155]: Symbol("__x64_sys_pivot_root" at 0xffffffff812e9060, type=FUNC, size=0x11) +[D] x32_sys_call_table[156]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[157]: Symbol("__x64_sys_prctl" at 0xffffffff810950f0, type=FUNC, size=0x20) +[D] x32_sys_call_table[158]: Symbol("__x64_sys_arch_prctl" at 0xffffffff81026b10, type=FUNC, size=0x36) +[D] x32_sys_call_table[159]: Symbol("__x64_sys_adjtimex" at 0xffffffff81113000, type=FUNC, size=0xd) +[D] x32_sys_call_table[160]: Symbol("__x64_sys_setrlimit" at 0xffffffff81094140, type=FUNC, size=0x6e) +[D] x32_sys_call_table[161]: Symbol("__x64_sys_chroot" at 0xffffffff812b4c70, type=FUNC, size=0x10d) +[D] x32_sys_call_table[162]: Symbol("__x64_sys_sync" at 0xffffffff812f9c70, type=FUNC, size=0xc) +[D] x32_sys_call_table[163]: Symbol("__x64_sys_acct" at 0xffffffff81133ee0, type=FUNC, size=0x8a) +[D] x32_sys_call_table[164]: Symbol("__x64_sys_settimeofday" at 0xffffffff81112b00, type=FUNC, size=0xd3) +[D] x32_sys_call_table[165]: Symbol("__x64_sys_mount" at 0xffffffff812e8810, type=FUNC, size=0x136) +[D] x32_sys_call_table[166]: Symbol("__x64_sys_umount" at 0xffffffff812e5820, type=FUNC, size=0x7a) +[D] x32_sys_call_table[167]: Symbol("__x64_sys_swapon" at 0xffffffff81297800, type=FUNC, size=0x11) +[D] x32_sys_call_table[168]: Symbol("__x64_sys_swapoff" at 0xffffffff812977c0, type=FUNC, size=0xd) +[D] x32_sys_call_table[169]: Symbol("__x64_sys_reboot" at 0xffffffff810a76d0, type=FUNC, size=0x19) +[D] x32_sys_call_table[170]: Symbol("__x64_sys_sethostname" at 0xffffffff81092de0, type=FUNC, size=0x221) +[D] x32_sys_call_table[171]: Symbol("__x64_sys_setdomainname" at 0xffffffff81093420, type=FUNC, size=0x230) +[D] x32_sys_call_table[172]: Symbol("__x64_sys_iopl" at 0xffffffff8102b5a0, type=FUNC, size=0x6f) +[D] x32_sys_call_table[173]: Symbol("__x64_sys_ioperm" at 0xffffffff8102b560, type=FUNC, size=0x15) +[D] x32_sys_call_table[174]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[175]: Symbol("__x64_sys_init_module" at 0xffffffff8110de40, type=FUNC, size=0x15) +[D] x32_sys_call_table[176]: Symbol("__x64_sys_delete_module" at 0xffffffff8110e2d0, type=FUNC, size=0x11) +[D] x32_sys_call_table[177]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[178]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[179]: Symbol("__x64_sys_quotactl" at 0xffffffff8133f610, type=FUNC, size=0x1b4) +[D] x32_sys_call_table[180]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[181]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[182]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[183]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[184]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[185]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[186]: Symbol("__x64_sys_gettid" at 0xffffffff81092370, type=FUNC, size=0x19) +[D] x32_sys_call_table[187]: Symbol("__x64_sys_readahead" at 0xffffffff8122e6f0, type=FUNC, size=0x15) +[D] x32_sys_call_table[188]: Symbol("__x64_sys_setxattr" at 0xffffffff812ec5a0, type=FUNC, size=0x29) +[D] x32_sys_call_table[189]: Symbol("__x64_sys_lsetxattr" at 0xffffffff812ec600, type=FUNC, size=0x26) +[D] x32_sys_call_table[190]: Symbol("__x64_sys_fsetxattr" at 0xffffffff812ec660, type=FUNC, size=0xcd) +[D] x32_sys_call_table[191]: Symbol("__x64_sys_getxattr" at 0xffffffff812ecac0, type=FUNC, size=0x1f) +[D] x32_sys_call_table[192]: Symbol("__x64_sys_lgetxattr" at 0xffffffff812ecb00, type=FUNC, size=0x1c) +[D] x32_sys_call_table[193]: Symbol("__x64_sys_fgetxattr" at 0xffffffff812ecb40, type=FUNC, size=0xae) +[D] x32_sys_call_table[194]: Symbol("__x64_sys_listxattr" at 0xffffffff812ecca0, type=FUNC, size=0x1a) +[D] x32_sys_call_table[195]: Symbol("__x64_sys_llistxattr" at 0xffffffff812ecce0, type=FUNC, size=0x17) +[D] x32_sys_call_table[196]: Symbol("__x64_sys_flistxattr" at 0xffffffff812ecd20, type=FUNC, size=0x96) +[D] x32_sys_call_table[197]: Symbol("__x64_sys_removexattr" at 0xffffffff812ece60, type=FUNC, size=0x19) +[D] x32_sys_call_table[198]: Symbol("__x64_sys_lremovexattr" at 0xffffffff812ecea0, type=FUNC, size=0x16) +[D] x32_sys_call_table[199]: Symbol("__x64_sys_fremovexattr" at 0xffffffff812ecee0, type=FUNC, size=0xa0) +[D] x32_sys_call_table[200]: Symbol("__x64_sys_tkill" at 0xffffffff8108db80, type=FUNC, size=0x22) +[D] x32_sys_call_table[201]: Symbol("__x64_sys_time" at 0xffffffff81112600, type=FUNC, size=0x2c) +[D] x32_sys_call_table[202]: Symbol("__x64_sys_futex" at 0xffffffff8112c3c0, type=FUNC, size=0x1b5) +[D] x32_sys_call_table[203]: Symbol("__x64_sys_sched_setaffinity" at 0xffffffff810b5850, type=FUNC, size=0x74) +[D] x32_sys_call_table[204]: Symbol("__x64_sys_sched_getaffinity" at 0xffffffff810b32c0, type=FUNC, size=0xa0) +[D] x32_sys_call_table[205]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[206]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[207]: Symbol("__x64_sys_io_destroy" at 0xffffffff8131cdf0, type=FUNC, size=0xd6) +[D] x32_sys_call_table[208]: Symbol("__x64_sys_io_getevents" at 0xffffffff8131d6f0, type=FUNC, size=0xb9) +[D] x32_sys_call_table[209]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[210]: Symbol("__x64_sys_io_cancel" at 0xffffffff8131d470, type=FUNC, size=0x139) +[D] x32_sys_call_table[211]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[212]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[213]: Symbol("__x64_sys_epoll_create" at 0xffffffff81311d40, type=FUNC, size=0xbc) +[D] x32_sys_call_table[214]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[215]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[216]: Symbol("__x64_sys_remap_file_pages" at 0xffffffff8126bb10, type=FUNC, size=0x20) +[D] x32_sys_call_table[217]: Symbol("__x64_sys_getdents64" at 0xffffffff812d3120, type=FUNC, size=0x109) +[D] x32_sys_call_table[218]: Symbol("__x64_sys_set_tid_address" at 0xffffffff81074560, type=FUNC, size=0x27) +[D] x32_sys_call_table[219]: Symbol("__x64_sys_restart_syscall" at 0xffffffff81089be0, type=FUNC, size=0x1a) +[D] x32_sys_call_table[220]: Symbol("__x64_sys_semtimedop" at 0xffffffff8148b540, type=FUNC, size=0x9f) +[D] x32_sys_call_table[221]: Symbol("__x64_sys_fadvise64" at 0xffffffff81229e60, type=FUNC, size=0x1c) +[D] x32_sys_call_table[222]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[223]: Symbol("__x64_sys_timer_settime" at 0xffffffff81121b00, type=FUNC, size=0xe7) +[D] x32_sys_call_table[224]: Symbol("__x64_sys_timer_gettime" at 0xffffffff81121860, type=FUNC, size=0x64) +[D] x32_sys_call_table[225]: Symbol("__x64_sys_timer_getoverrun" at 0xffffffff81121a20, type=FUNC, size=0x70) +[D] x32_sys_call_table[226]: Symbol("__x64_sys_timer_delete" at 0xffffffff81121ec0, type=FUNC, size=0x104) +[D] x32_sys_call_table[227]: Symbol("__x64_sys_clock_settime" at 0xffffffff81122250, type=FUNC, size=0xad) +[D] x32_sys_call_table[228]: Symbol("__x64_sys_clock_gettime" at 0xffffffff811223b0, type=FUNC, size=0xab) +[D] x32_sys_call_table[229]: Symbol("__x64_sys_clock_getres" at 0xffffffff811225a0, type=FUNC, size=0xaf) +[D] x32_sys_call_table[230]: Symbol("__x64_sys_clock_nanosleep" at 0xffffffff81122b70, type=FUNC, size=0x128) +[D] x32_sys_call_table[231]: Symbol("__x64_sys_exit_group" at 0xffffffff8107d9e0, type=FUNC, size=0x13) +[D] x32_sys_call_table[232]: Symbol("__x64_sys_epoll_wait" at 0xffffffff81312c80, type=FUNC, size=0xf1) +[D] x32_sys_call_table[233]: Symbol("__x64_sys_epoll_ctl" at 0xffffffff81312b60, type=FUNC, size=0x8e) +[D] x32_sys_call_table[234]: Symbol("__x64_sys_tgkill" at 0xffffffff8108db20, type=FUNC, size=0x28) +[D] x32_sys_call_table[235]: Symbol("__x64_sys_utimes" at 0xffffffff812fa960, type=FUNC, size=0x16) +[D] x32_sys_call_table[236]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[237]: Symbol("__x64_sys_mbind" at 0xffffffff812a77a0, type=FUNC, size=0x24) +[D] x32_sys_call_table[238]: Symbol("__x64_sys_set_mempolicy" at 0xffffffff812a5810, type=FUNC, size=0x15) +[D] x32_sys_call_table[239]: Symbol("__x64_sys_get_mempolicy" at 0xffffffff812a5890, type=FUNC, size=0xb5) +[D] x32_sys_call_table[240]: Symbol("__x64_sys_mq_open" at 0xffffffff81491540, type=FUNC, size=0x81) +[D] x32_sys_call_table[241]: Symbol("__x64_sys_mq_unlink" at 0xffffffff81491650, type=FUNC, size=0x147) +[D] x32_sys_call_table[242]: Symbol("__x64_sys_mq_timedsend" at 0xffffffff814918f0, type=FUNC, size=0x9f) +[D] x32_sys_call_table[243]: Symbol("__x64_sys_mq_timedreceive" at 0xffffffff81491a30, type=FUNC, size=0x9f) +[D] x32_sys_call_table[244]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[245]: Symbol("__x64_sys_mq_getsetattr" at 0xffffffff81491c50, type=FUNC, size=0x15) +[D] x32_sys_call_table[246]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[247]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[248]: Symbol("__x64_sys_add_key" at 0xffffffff81496db0, type=FUNC, size=0x20) +[D] x32_sys_call_table[249]: Symbol("__x64_sys_request_key" at 0xffffffff81496df0, type=FUNC, size=0x19) +[D] x32_sys_call_table[250]: Symbol("__x64_sys_keyctl" at 0xffffffff814985b0, type=FUNC, size=0x20) +[D] x32_sys_call_table[251]: Symbol("__x64_sys_ioprio_set" at 0xffffffff815045f0, type=FUNC, size=0x15) +[D] x32_sys_call_table[252]: Symbol("__x64_sys_ioprio_get" at 0xffffffff81504630, type=FUNC, size=0x11) +[D] x32_sys_call_table[253]: Symbol("__x64_sys_inotify_init" at 0xffffffff8130c690, type=FUNC, size=0x50) +[D] x32_sys_call_table[254]: Symbol("__x64_sys_inotify_add_watch" at 0xffffffff8130c6e0, type=FUNC, size=0x12e) +[D] x32_sys_call_table[255]: Symbol("__x64_sys_inotify_rm_watch" at 0xffffffff8130c940, type=FUNC, size=0xbe) +[D] x32_sys_call_table[256]: Symbol("__x64_sys_migrate_pages" at 0xffffffff812a5850, type=FUNC, size=0x1c) +[D] x32_sys_call_table[257]: Symbol("__x64_sys_openat" at 0xffffffff812b5e90, type=FUNC, size=0x8e) +[D] x32_sys_call_table[258]: Symbol("__x64_sys_mkdirat" at 0xffffffff812ce260, type=FUNC, size=0x62) +[D] x32_sys_call_table[259]: Symbol("__x64_sys_mknodat" at 0xffffffff812cdfd0, type=FUNC, size=0x38) +[D] x32_sys_call_table[260]: Symbol("__x64_sys_fchownat" at 0xffffffff812b5570, type=FUNC, size=0x23) +[D] x32_sys_call_table[261]: Symbol("__x64_sys_futimesat" at 0xffffffff812fa920, type=FUNC, size=0x15) +[D] x32_sys_call_table[262]: Symbol("__x64_sys_newfstatat" at 0xffffffff812c0c00, type=FUNC, size=0x19) +[D] x32_sys_call_table[263]: Symbol("__x64_sys_unlinkat" at 0xffffffff812ce980, type=FUNC, size=0x53) +[D] x32_sys_call_table[264]: Symbol("__x64_sys_renameat" at 0xffffffff812cf7f0, type=FUNC, size=0x4d) +[D] x32_sys_call_table[265]: Symbol("__x64_sys_linkat" at 0xffffffff812cf030, type=FUNC, size=0x61) +[D] x32_sys_call_table[266]: Symbol("__x64_sys_symlinkat" at 0xffffffff812cec30, type=FUNC, size=0x40) +[D] x32_sys_call_table[267]: Symbol("__x64_sys_readlinkat" at 0xffffffff812c0c70, type=FUNC, size=0x1c) +[D] x32_sys_call_table[268]: Symbol("__x64_sys_fchmodat" at 0xffffffff812b5240, type=FUNC, size=0x1a) +[D] x32_sys_call_table[269]: Symbol("__x64_sys_faccessat" at 0xffffffff812b4890, type=FUNC, size=0x17) +[D] x32_sys_call_table[270]: Symbol("__x64_sys_pselect6" at 0xffffffff812d5830, type=FUNC, size=0x91) +[D] x32_sys_call_table[271]: Symbol("__x64_sys_ppoll" at 0xffffffff812d5bc0, type=FUNC, size=0x145) +[D] x32_sys_call_table[272]: Symbol("__x64_sys_unshare" at 0xffffffff81077870, type=FUNC, size=0x10) +[D] x32_sys_call_table[273]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[274]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[275]: Symbol("__x64_sys_splice" at 0xffffffff812f9180, type=FUNC, size=0x104) +[D] x32_sys_call_table[276]: Symbol("__x64_sys_tee" at 0xffffffff812f97a0, type=FUNC, size=0xc6) +[D] x32_sys_call_table[277]: Symbol("__x64_sys_sync_file_range" at 0xffffffff812fa130, type=FUNC, size=0x6f) +[D] x32_sys_call_table[278]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[279]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[280]: Symbol("__x64_sys_utimensat" at 0xffffffff812fa7c0, type=FUNC, size=0xab) +[D] x32_sys_call_table[281]: Symbol("__x64_sys_epoll_pwait" at 0xffffffff81312e80, type=FUNC, size=0x128) +[D] x32_sys_call_table[282]: Symbol("__x64_sys_signalfd" at 0xffffffff81314090, type=FUNC, size=0x75) +[D] x32_sys_call_table[283]: Symbol("__x64_sys_timerfd_create" at 0xffffffff813152b0, type=FUNC, size=0x11) +[D] x32_sys_call_table[284]: Symbol("__x64_sys_eventfd" at 0xffffffff813160a0, type=FUNC, size=0x12) +[D] x32_sys_call_table[285]: Symbol("__x64_sys_fallocate" at 0xffffffff812b47b0, type=FUNC, size=0x63) +[D] x32_sys_call_table[286]: Symbol("__x64_sys_timerfd_settime" at 0xffffffff813152f0, type=FUNC, size=0x91) +[D] x32_sys_call_table[287]: Symbol("__x64_sys_timerfd_gettime" at 0xffffffff81315420, type=FUNC, size=0x64) +[D] x32_sys_call_table[288]: Symbol("__x64_sys_accept4" at 0xffffffff81a5f4a0, type=FUNC, size=0x1c) +[D] x32_sys_call_table[289]: Symbol("__x64_sys_signalfd4" at 0xffffffff81313f90, type=FUNC, size=0x7b) +[D] x32_sys_call_table[290]: Symbol("__x64_sys_eventfd2" at 0xffffffff81316060, type=FUNC, size=0x14) +[D] x32_sys_call_table[291]: Symbol("__x64_sys_epoll_create1" at 0xffffffff81311d20, type=FUNC, size=0x10) +[D] x32_sys_call_table[292]: Symbol("__x64_sys_dup3" at 0xffffffff812e0370, type=FUNC, size=0x18) +[D] x32_sys_call_table[293]: Symbol("__x64_sys_pipe2" at 0xffffffff812c5e60, type=FUNC, size=0x14) +[D] x32_sys_call_table[294]: Symbol("__x64_sys_inotify_init1" at 0xffffffff8130c670, type=FUNC, size=0x10) +[D] x32_sys_call_table[295]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[296]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[297]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[298]: Symbol("__x64_sys_perf_event_open" at 0xffffffff812157b0, type=FUNC, size=0x20) +[D] x32_sys_call_table[299]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[300]: Symbol("__x64_sys_fanotify_init" at 0xffffffff813104a0, type=FUNC, size=0x11) +[D] x32_sys_call_table[301]: Symbol("__x64_sys_fanotify_mark" at 0xffffffff813104e0, type=FUNC, size=0x23) +[D] x32_sys_call_table[302]: Symbol("__x64_sys_prlimit64" at 0xffffffff81094100, type=FUNC, size=0x19) +[D] x32_sys_call_table[303]: Symbol("__x64_sys_name_to_handle_at" at 0xffffffff8132fcd0, type=FUNC, size=0xb3) +[D] x32_sys_call_table[304]: Symbol("__x64_sys_open_by_handle_at" at 0xffffffff8132fe50, type=FUNC, size=0x17) +[D] x32_sys_call_table[305]: Symbol("__x64_sys_clock_adjtime" at 0xffffffff81122570, type=FUNC, size=0x11) +[D] x32_sys_call_table[306]: Symbol("__x64_sys_syncfs" at 0xffffffff812f9ce0, type=FUNC, size=0x8e) +[D] x32_sys_call_table[307]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[308]: Symbol("__x64_sys_setns" at 0xffffffff810a4910, type=FUNC, size=0x11) +[D] x32_sys_call_table[309]: Symbol("__x64_sys_getcpu" at 0xffffffff81095130, type=FUNC, size=0x5f) +[D] x32_sys_call_table[310]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[311]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[312]: Symbol("__x64_sys_kcmp" at 0xffffffff81110ab0, type=FUNC, size=0x20) +[D] x32_sys_call_table[313]: Symbol("__x64_sys_finit_module" at 0xffffffff8110de80, type=FUNC, size=0x81) +[D] x32_sys_call_table[314]: Symbol("__x64_sys_sched_setattr" at 0xffffffff810b2950, type=FUNC, size=0x165) +[D] x32_sys_call_table[315]: Symbol("__x64_sys_sched_getattr" at 0xffffffff810b2f10, type=FUNC, size=0x14b) +[D] x32_sys_call_table[316]: Symbol("__x64_sys_renameat2" at 0xffffffff812cf730, type=FUNC, size=0x55) +[D] x32_sys_call_table[317]: Symbol("__x64_sys_seccomp" at 0xffffffff81163ce0, type=FUNC, size=0x15) +[D] x32_sys_call_table[318]: Symbol("__x64_sys_getrandom" at 0xffffffff816515e0, type=FUNC, size=0xad) +[D] x32_sys_call_table[319]: Symbol("__x64_sys_memfd_create" at 0xffffffff812b2f20, type=FUNC, size=0x11) +[D] x32_sys_call_table[320]: Symbol("__x64_sys_kexec_file_load" at 0xffffffff81137f60, type=FUNC, size=0x20) +[D] x32_sys_call_table[321]: Symbol("__x64_sys_bpf" at 0xffffffff811addc0, type=FUNC, size=0x1f) +[D] x32_sys_call_table[322]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[323]: Symbol("__x64_sys_userfaultfd" at 0xffffffff81319d20, type=FUNC, size=0x3a) +[D] x32_sys_call_table[324]: Symbol("__x64_sys_membarrier" at 0xffffffff810d1090, type=FUNC, size=0x13e) +[D] x32_sys_call_table[325]: Symbol("__x64_sys_mlock2" at 0xffffffff81265390, type=FUNC, size=0x3e) +[D] x32_sys_call_table[326]: Symbol("__x64_sys_copy_file_range" at 0xffffffff812bb190, type=FUNC, size=0x24) +[D] x32_sys_call_table[327]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[328]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[329]: Symbol("__x64_sys_pkey_mprotect" at 0xffffffff8126eb10, type=FUNC, size=0x1c) +[D] x32_sys_call_table[330]: Symbol("__x64_sys_pkey_alloc" at 0xffffffff8126eb50, type=FUNC, size=0x11) +[D] x32_sys_call_table[331]: Symbol("__x64_sys_pkey_free" at 0xffffffff8126eb80, type=FUNC, size=0x115) +[D] x32_sys_call_table[332]: Symbol("__x64_sys_statx" at 0xffffffff812c0d70, type=FUNC, size=0x75) +[D] x32_sys_call_table[333]: Symbol("__x64_sys_io_pgetevents" at 0xffffffff8131d870, type=FUNC, size=0x156) +[D] x32_sys_call_table[334]: Symbol("__x64_sys_rseq" at 0xffffffff8121ebd0, type=FUNC, size=0x179) +[D] x32_sys_call_table[335]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[336]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[337]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[338]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[339]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[340]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[341]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[342]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[343]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[344]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[345]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[346]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[347]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[348]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[349]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[350]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[351]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[352]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[353]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[354]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[355]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[356]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[357]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[358]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[359]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[360]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[361]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[362]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[363]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[364]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[365]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[366]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[367]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[368]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[369]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[370]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[371]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[372]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[373]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[374]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[375]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[376]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[377]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[378]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[379]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[380]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[381]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[382]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[383]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[384]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[385]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[386]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[387]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[388]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[389]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[390]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[391]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[392]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[393]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[394]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[395]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[396]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[397]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[398]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[399]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[400]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[401]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[402]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[403]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[404]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[405]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[406]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[407]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[408]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[409]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[410]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[411]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[412]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[413]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[414]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[415]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[416]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[417]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[418]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[419]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[420]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[421]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[422]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[423]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[424]: Symbol("__x64_sys_pidfd_send_signal" at 0xffffffff8108dae0, type=FUNC, size=0x19) +[D] x32_sys_call_table[425]: Symbol("__x64_sys_io_uring_setup" at 0xffffffff81523750, type=FUNC, size=0x55) +[D] x32_sys_call_table[426]: Symbol("__x64_sys_io_uring_enter" at 0xffffffff815236d0, type=FUNC, size=0x24) +[D] x32_sys_call_table[427]: Symbol("__x64_sys_io_uring_register" at 0xffffffff81534710, type=FUNC, size=0x19) +[D] x32_sys_call_table[428]: Symbol("__x64_sys_open_tree" at 0xffffffff812e7470, type=FUNC, size=0x186) +[D] x32_sys_call_table[429]: Symbol("__x64_sys_move_mount" at 0xffffffff812e8ad0, type=FUNC, size=0x20) +[D] x32_sys_call_table[430]: Symbol("__x64_sys_fsopen" at 0xffffffff812ff3a0, type=FUNC, size=0x124) +[D] x32_sys_call_table[431]: Symbol("__x64_sys_fsconfig" at 0xffffffff812ff900, type=FUNC, size=0x20) +[D] x32_sys_call_table[432]: Symbol("__x64_sys_fsmount" at 0xffffffff812e8a90, type=FUNC, size=0x15) +[D] x32_sys_call_table[433]: Symbol("__x64_sys_fspick" at 0xffffffff812ff600, type=FUNC, size=0x17c) +[D] x32_sys_call_table[434]: Symbol("__x64_sys_pidfd_open" at 0xffffffff8109e3f0, type=FUNC, size=0x10a) +[D] x32_sys_call_table[435]: Symbol("__x64_sys_clone3" at 0xffffffff81077380, type=FUNC, size=0x11) +[D] x32_sys_call_table[436]: Symbol("__x64_sys_close_range" at 0xffffffff812b65a0, type=FUNC, size=0x18) +[D] x32_sys_call_table[437]: Symbol("__x64_sys_openat2" at 0xffffffff812b5fb0, type=FUNC, size=0xf0) +[D] x32_sys_call_table[438]: Symbol("__x64_sys_pidfd_getfd" at 0xffffffff8109e610, type=FUNC, size=0x74) +[D] x32_sys_call_table[439]: Symbol("__x64_sys_faccessat2" at 0xffffffff812b48d0, type=FUNC, size=0x19) +[D] x32_sys_call_table[440]: Symbol("__x64_sys_process_madvise" at 0xffffffff812901a0, type=FUNC, size=0x20) +[D] x32_sys_call_table[441]: Symbol("__x64_sys_epoll_pwait2" at 0xffffffff813130e0, type=FUNC, size=0xc1) +[D] x32_sys_call_table[442]: Symbol("__x64_sys_mount_setattr" at 0xffffffff812e9090, type=FUNC, size=0x20) +[D] x32_sys_call_table[443]: Symbol("__x64_sys_quotactl_fd" at 0xffffffff8133f990, type=FUNC, size=0x1ee) +[D] x32_sys_call_table[444]: Symbol("__x64_sys_landlock_create_ruleset" at 0xffffffff814c6ad0, type=FUNC, size=0x1fc) +[D] x32_sys_call_table[445]: Symbol("__x64_sys_landlock_add_rule" at 0xffffffff814c6ed0, type=FUNC, size=0x96) +[D] x32_sys_call_table[446]: Symbol("__x64_sys_landlock_restrict_self" at 0xffffffff814c7010, type=FUNC, size=0x108) +[D] x32_sys_call_table[447]: Symbol("__x64_sys_memfd_secret" at 0xffffffff812aef90, type=FUNC, size=0x93) +[D] x32_sys_call_table[448]: Symbol("__x64_sys_process_mrelease" at 0xffffffff81229a80, type=FUNC, size=0x11) +[D] x32_sys_call_table[449]: Symbol("__x64_sys_futex_waitv" at 0xffffffff8112cb60, type=FUNC, size=0x20) +[D] x32_sys_call_table[450]: Symbol("__x64_sys_set_mempolicy_home_node" at 0xffffffff812a7130, type=FUNC, size=0x19) +[D] x32_sys_call_table[451]: Symbol("__x64_sys_cachestat" at 0xffffffff81225d40, type=FUNC, size=0x189) +[D] x32_sys_call_table[452]: Symbol("__x64_sys_fchmodat2" at 0xffffffff812b5200, type=FUNC, size=0x1c) +[D] x32_sys_call_table[453]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[454]: Symbol("__x64_sys_futex_wake" at 0xffffffff8112cba0, type=FUNC, size=0x91) +[D] x32_sys_call_table[455]: Symbol("__x64_sys_futex_wait" at 0xffffffff8112ccd0, type=FUNC, size=0x11c) +[D] x32_sys_call_table[456]: Symbol("__x64_sys_futex_requeue" at 0xffffffff8112cf00, type=FUNC, size=0x19) +[D] x32_sys_call_table[457]: Symbol("__x64_sys_statmount" at 0xffffffff812e9100, type=FUNC, size=0x19) +[D] x32_sys_call_table[458]: Symbol("__x64_sys_listmount" at 0xffffffff812e9140, type=FUNC, size=0x19) +[D] x32_sys_call_table[459]: Symbol("__x64_sys_lsm_get_self_attr" at 0xffffffff8149d230, type=FUNC, size=0x1c) +[D] x32_sys_call_table[460]: Symbol("__x64_sys_lsm_set_self_attr" at 0xffffffff8149d1f0, type=FUNC, size=0x1c) +[D] x32_sys_call_table[461]: Symbol("__x64_sys_lsm_list_modules" at 0xffffffff8149d270, type=FUNC, size=0x97) +[D] x32_sys_call_table[462]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[463]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[464]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[465]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[466]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[467]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[468]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[469]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[470]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[471]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[472]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[473]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[474]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[475]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[476]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[477]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[478]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[479]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[480]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[481]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[482]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[483]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[484]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[485]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[486]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[487]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[488]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[489]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[490]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[491]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[492]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[493]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[494]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[495]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[496]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[497]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[498]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[499]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[500]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[501]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[502]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[503]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[504]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[505]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[506]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[507]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[508]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[509]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[510]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[511]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] x32_sys_call_table[512]: Symbol("__x64_compat_sys_rt_sigaction" at 0xffffffff8108eea0, type=FUNC, size=0x16b) +[D] x32_sys_call_table[513]: Symbol("__x64_compat_sys_x32_rt_sigreturn" at 0xffffffff81027b00, type=FUNC, size=0xc7) +[D] x32_sys_call_table[514]: Symbol("__x64_compat_sys_ioctl" at 0xffffffff812d2450, type=FUNC, size=0x15) +[D] x32_sys_call_table[515]: Symbol("__x64_sys_readv" at 0xffffffff812b9820, type=FUNC, size=0x17) +[D] x32_sys_call_table[516]: Symbol("__x64_sys_writev" at 0xffffffff812b9860, type=FUNC, size=0x17) +[D] x32_sys_call_table[517]: Symbol("__x64_compat_sys_recvfrom" at 0xffffffff81adb770, type=FUNC, size=0x2b) +[D] x32_sys_call_table[518]: Symbol("__x64_compat_sys_sendmsg" at 0xffffffff81adb620, type=FUNC, size=0x1c) +[D] x32_sys_call_table[519]: Symbol("__x64_compat_sys_recvmsg" at 0xffffffff81adb6c0, type=FUNC, size=0x1c) +[D] x32_sys_call_table[520]: Symbol("__x64_compat_sys_execve" at 0xffffffff812c3fb0, type=FUNC, size=0x4c) +[D] x32_sys_call_table[521]: Symbol("__x64_compat_sys_ptrace" at 0xffffffff810869a0, type=FUNC, size=0x111) +[D] x32_sys_call_table[522]: Symbol("__x64_compat_sys_rt_sigpending" at 0xffffffff8108a330, type=FUNC, size=0x9b) +[D] x32_sys_call_table[523]: Symbol("__x64_compat_sys_rt_sigtimedwait_time64" at 0xffffffff8108d760, type=FUNC, size=0xb5) +[D] x32_sys_call_table[524]: Symbol("__x64_compat_sys_rt_sigqueueinfo" at 0xffffffff8108de00, type=FUNC, size=0x5e) +[D] x32_sys_call_table[525]: Symbol("__x64_compat_sys_sigaltstack" at 0xffffffff8108e6c0, type=FUNC, size=0x14) +[D] x32_sys_call_table[526]: Symbol("__x64_compat_sys_timer_create" at 0xffffffff811217d0, type=FUNC, size=0x81) +[D] x32_sys_call_table[527]: Symbol("__x64_compat_sys_mq_notify" at 0xffffffff81491ed0, type=FUNC, size=0x76) +[D] x32_sys_call_table[528]: Symbol("__x64_compat_sys_kexec_load" at 0xffffffff81136c80, type=FUNC, size=0x19) +[D] x32_sys_call_table[529]: Symbol("__x64_compat_sys_waitid" at 0xffffffff8107e630, type=FUNC, size=0x20) +[D] x32_sys_call_table[530]: Symbol("__x64_compat_sys_set_robust_list" at 0xffffffff8112cf70, type=FUNC, size=0x29) +[D] x32_sys_call_table[531]: Symbol("__x64_compat_sys_get_robust_list" at 0xffffffff8112d050, type=FUNC, size=0xa5) +[D] x32_sys_call_table[532]: Symbol("__x64_sys_vmsplice" at 0xffffffff812f9140, type=FUNC, size=0x19) +[D] x32_sys_call_table[533]: Symbol("__x64_sys_move_pages" at 0xffffffff812ace30, type=FUNC, size=0x27) +[D] x32_sys_call_table[534]: Symbol("__x64_compat_sys_preadv64" at 0xffffffff812b9c60, type=FUNC, size=0xec) +[D] x32_sys_call_table[535]: Symbol("__x64_compat_sys_pwritev64" at 0xffffffff812b9f70, type=FUNC, size=0xec) +[D] x32_sys_call_table[536]: Symbol("__x64_compat_sys_rt_tgsigqueueinfo" at 0xffffffff8108e0b0, type=FUNC, size=0xa7) +[D] x32_sys_call_table[537]: Symbol("__x64_compat_sys_recvmmsg_time64" at 0xffffffff81adb7d0, type=FUNC, size=0x2b) +[D] x32_sys_call_table[538]: Symbol("__x64_compat_sys_sendmmsg" at 0xffffffff81adb670, type=FUNC, size=0x24) +[D] x32_sys_call_table[539]: Symbol("__x64_sys_process_vm_readv" at 0xffffffff8127de00, type=FUNC, size=0x28) +[D] x32_sys_call_table[540]: Symbol("__x64_sys_process_vm_writev" at 0xffffffff8127de60, type=FUNC, size=0x28) +[D] x32_sys_call_table[541]: Symbol("__x64_sys_setsockopt" at 0xffffffff81a5fd50, type=FUNC, size=0x23) +[D] x32_sys_call_table[542]: Symbol("__x64_sys_getsockopt" at 0xffffffff81a5fe80, type=FUNC, size=0x23) +[D] x32_sys_call_table[543]: Symbol("__x64_compat_sys_io_setup" at 0xffffffff8131cd40, type=FUNC, size=0xac) +[D] x32_sys_call_table[544]: Symbol("__x64_compat_sys_io_submit" at 0xffffffff8131d340, type=FUNC, size=0x123) +[D] x32_sys_call_table[545]: Symbol("__x64_compat_sys_execveat" at 0xffffffff812c4060, type=FUNC, size=0x5b) +[D] x32_sys_call_table[546]: Symbol("__x64_compat_sys_preadv64v2" at 0xffffffff812b9dd0, type=FUNC, size=0x31) +[D] x32_sys_call_table[547]: Symbol("__x64_compat_sys_pwritev64v2" at 0xffffffff812ba0e0, type=FUNC, size=0x31) +[I] Common syscall symbol prefixes: __x64_compat_sys_, __x64_compat_, __x64_sys_, __x64_, __ +[I] 193 syscall table entries point to __x64_sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8'), '0xffffffff812b92a0', '0xffffffff812b93c0', '0xffffffff812b5d70', '0xffffffff812b64a0', '0xffffffff812c0ba0', '0xffffffff812c0c40', '0xffffffff812c0bd0', '0xffffffff812d5960', '0xffffffff812b7f30', '0xffffffff8102f280', '0xffffffff8126ead0', '0xffffffff8126bad0', '0xffffffff812688e0', '0xffffffff81089e50', '0xffffffff812b94a0', '0xffffffff812b96b0', '0xffffffff812b4910', '0xffffffff812c5ea0', '0xffffffff812d57e0', '0xffffffff810b3400', '0xffffffff81270ab0', '0xffffffff81270d90', '0xffffffff81263960', '0xffffffff812900e0', '0xffffffff8148dcd0', '0xffffffff8148e450', '0xffffffff8148ddd0', '0xffffffff812e0570', '0xffffffff812e03b0', '0xffffffff8108f4b0', '0xffffffff811181c0', '0xffffffff81125b60', '0xffffffff81125f90', '0xffffffff811260b0', '0xffffffff81092350', '0xffffffff812ba300', '0xffffffff81a5ed90', '0xffffffff81a5f660', '0xffffffff81a5f4e0', '0xffffffff81a5fa10', '0xffffffff81a5ff90', '0xffffffff81a5f160', '0xffffffff81a5f240', '0xffffffff81a5f760', '0xffffffff81a5f870', '0xffffffff81a5f030', '0xffffffff81077340', '0xffffffff81077270', '0xffffffff810772d0', '0xffffffff8107d920', '0xffffffff8107e550', '0xffffffff8108d9a0', '0xffffffff81092b00', '0xffffffff8148a000', '0xffffffff8148b860', '0xffffffff8148a120', '0xffffffff8148e7e0', '0xffffffff81486ea0', '0xffffffff814870b0', '0xffffffff81487200', '0xffffffff81486f80', '0xffffffff812d0950', '0xffffffff813236d0', '0xffffffff812f9e00', '0xffffffff812f9ec0', '0xffffffff812b4460', '0xffffffff812b46c0', '0xffffffff812d2f00', '0xffffffff812fba90', '0xffffffff812b4950', '0xffffffff812b4b10', '0xffffffff812cf890', '0xffffffff812ce300', '0xffffffff812ce5c0', '0xffffffff812b63d0', '0xffffffff812cf100', '0xffffffff812cea40', '0xffffffff812cecb0', '0xffffffff812c0cb0', '0xffffffff812b5280', '0xffffffff812b5100', '0xffffffff812b55d0', '0xffffffff812b57a0', '0xffffffff812b5610', '0xffffffff810947e0', '0xffffffff811128c0', '0xffffffff81093880', '0xffffffff81094780', '0xffffffff810951f0', '0xffffffff81092490', '0xffffffff810923d0', '0xffffffff810df870', '0xffffffff81092430', '0xffffffff81091b60', '0xffffffff81091870', '0xffffffff81092400', '0xffffffff81092460', '0xffffffff81092830', '0xffffffff81092390', '0xffffffff81092890', '0xffffffff81092af0', '0xffffffff81091a10', '0xffffffff81091770', '0xffffffff810a95a0', '0xffffffff810a96e0', '0xffffffff81091d90', '0xffffffff81091dd0', '0xffffffff81092080', '0xffffffff810920c0', '0xffffffff81092870', '0xffffffff81092260', '0xffffffff81092330', '0xffffffff810928d0', '0xffffffff81084650', '0xffffffff81084680', '0xffffffff8108f500', '0xffffffff812fa9a0', '0xffffffff812ce050', '0xffffffff81077a20', '0xffffffff812fcc10', '0xffffffff812fcb30', '0xffffffff812fcba0', '0xffffffff812e0c40', '0xffffffff81091610', '0xffffffff810915d0', '0xffffffff810b2910', '0xffffffff810b2d30', '0xffffffff810b28b0', '0xffffffff810b2c30', '0xffffffff810b35a0', '0xffffffff810b3620', '0xffffffff810b36a0', '0xffffffff81265350', '0xffffffff81265410', '0xffffffff812655d0', '0xffffffff812655f0', '0xffffffff812b65e0', '0xffffffff8102d3f0', '0xffffffff812e9060', '0xffffffff810950f0', '0xffffffff81026b10', '0xffffffff81113000', '0xffffffff81094140', '0xffffffff812b4c70', '0xffffffff812f9c70', '0xffffffff81133ee0', '0xffffffff81112b00', '0xffffffff812e8810', '0xffffffff812e5820', '0xffffffff81297800', '0xffffffff812977c0', '0xffffffff810a76d0', '0xffffffff81092de0', '0xffffffff81093420', '0xffffffff8102b5a0', '0xffffffff8102b560', '0xffffffff8110de40', '0xffffffff8110e2d0', '0xffffffff8133f610', '0xffffffff81092370', '0xffffffff8122e6f0', '0xffffffff812ec5a0', '0xffffffff812ec600', '0xffffffff812ec660', '0xffffffff812ecac0', '0xffffffff812ecb00', '0xffffffff812ecb40', '0xffffffff812ecca0', '0xffffffff812ecce0', '0xffffffff812ecd20', '0xffffffff812ece60', '0xffffffff812ecea0', '0xffffffff812ecee0', '0xffffffff8108db80', '0xffffffff81112600', '0xffffffff8112c3c0', '0xffffffff810b5850', '0xffffffff810b32c0', '0xffffffff8131cdf0', '0xffffffff8131d6f0', '0xffffffff8131d470', '0xffffffff81311d40', '0xffffffff8126bb10', '0xffffffff812d3120', '0xffffffff81074560', '0xffffffff81089be0', '0xffffffff8148b540', '0xffffffff81229e60', '0xffffffff81121b00', '0xffffffff81121860', '0xffffffff81121a20', '0xffffffff81121ec0', '0xffffffff81122250', '0xffffffff811223b0', '0xffffffff811225a0', '0xffffffff81122b70', '0xffffffff8107d9e0', '0xffffffff81312c80', '0xffffffff81312b60', '0xffffffff8108db20', '0xffffffff812fa960', '0xffffffff812a77a0', '0xffffffff812a5810', '0xffffffff812a5890', '0xffffffff81491540', '0xffffffff81491650', '0xffffffff814918f0', '0xffffffff81491a30', '0xffffffff81491c50', '0xffffffff81496db0', '0xffffffff81496df0', '0xffffffff814985b0', '0xffffffff815045f0', '0xffffffff81504630', '0xffffffff8130c690', '0xffffffff8130c6e0', '0xffffffff8130c940', '0xffffffff812a5850', '0xffffffff812b5e90', '0xffffffff812ce260', '0xffffffff812cdfd0', '0xffffffff812b5570', '0xffffffff812fa920', '0xffffffff812c0c00', '0xffffffff812ce980', '0xffffffff812cf7f0', '0xffffffff812cf030', '0xffffffff812cec30', '0xffffffff812c0c70', '0xffffffff812b5240', '0xffffffff812b4890', '0xffffffff812d5830', '0xffffffff812d5bc0', '0xffffffff81077870', '0xffffffff812f9180', '0xffffffff812f97a0', '0xffffffff812fa130', '0xffffffff812fa7c0', '0xffffffff81312e80', '0xffffffff81314090', '0xffffffff813152b0', '0xffffffff813160a0', '0xffffffff812b47b0', '0xffffffff813152f0', '0xffffffff81315420', '0xffffffff81a5f4a0', '0xffffffff81313f90', '0xffffffff81316060', '0xffffffff81311d20', '0xffffffff812e0370', '0xffffffff812c5e60', '0xffffffff8130c670', '0xffffffff812157b0', '0xffffffff813104a0', '0xffffffff813104e0', '0xffffffff81094100', '0xffffffff8132fcd0', '0xffffffff8132fe50', '0xffffffff81122570', '0xffffffff812f9ce0', '0xffffffff810a4910', '0xffffffff81095130', '0xffffffff81110ab0', '0xffffffff8110de80', '0xffffffff810b2950', '0xffffffff810b2f10', '0xffffffff812cf730', '0xffffffff81163ce0', '0xffffffff816515e0', '0xffffffff812b2f20', '0xffffffff81137f60', '0xffffffff811addc0', '0xffffffff81319d20', '0xffffffff810d1090', '0xffffffff81265390', '0xffffffff812bb190', '0xffffffff8126eb10', '0xffffffff8126eb50', '0xffffffff8126eb80', '0xffffffff812c0d70', '0xffffffff8131d870', '0xffffffff8121ebd0', '0xffffffff8108dae0', '0xffffffff81523750', '0xffffffff815236d0', '0xffffffff81534710', '0xffffffff812e7470', '0xffffffff812e8ad0', '0xffffffff812ff3a0', '0xffffffff812ff900', '0xffffffff812e8a90', '0xffffffff812ff600', '0xffffffff8109e3f0', '0xffffffff81077380', '0xffffffff812b65a0', '0xffffffff812b5fb0', '0xffffffff8109e610', '0xffffffff812b48d0', '0xffffffff812901a0', '0xffffffff813130e0', '0xffffffff812e9090', '0xffffffff8133f990', '0xffffffff814c6ad0', '0xffffffff814c6ed0', '0xffffffff814c7010', '0xffffffff812aef90', '0xffffffff81229a80', '0xffffffff8112cb60', '0xffffffff812a7130', '0xffffffff81225d40', '0xffffffff812b5200', '0xffffffff8112cba0', '0xffffffff8112ccd0', '0xffffffff8112cf00', '0xffffffff812e9100', '0xffffffff812e9140', '0xffffffff8149d230', '0xffffffff8149d1f0', '0xffffffff8149d270', '0xffffffff8108eea0', '0xffffffff81027b00', '0xffffffff812d2450', '0xffffffff812b9820', '0xffffffff812b9860', '0xffffffff81adb770', '0xffffffff81adb620', '0xffffffff81adb6c0', '0xffffffff812c3fb0', '0xffffffff810869a0', '0xffffffff8108a330', '0xffffffff8108d760', '0xffffffff8108de00', '0xffffffff8108e6c0', '0xffffffff811217d0', '0xffffffff81491ed0', '0xffffffff81136c80', '0xffffffff8107e630', '0xffffffff8112cf70', '0xffffffff8112d050', '0xffffffff812f9140', '0xffffffff812ace30', '0xffffffff812b9c60', '0xffffffff812b9f70', '0xffffffff8108e0b0', '0xffffffff81adb7d0', '0xffffffff81adb670', '0xffffffff8127de00', '0xffffffff8127de60', '0xffffffff81a5fd50', '0xffffffff81a5fe80', '0xffffffff8131cd40', '0xffffffff8131d340', '0xffffffff812c4060', '0xffffffff812b9dd0', '0xffffffff812ba0e0'] +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/x86', '--glob', '*.c', '\\b(COMPAT_)?SYSCALL(32)?_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +Found 355 implemented syscalls + diff --git a/db/x86/64/x32/v6.8/table.json b/db/x86/64/x32/v6.8/table.json new file mode 100644 index 0000000..6b72651 --- /dev/null +++ b/db/x86/64/x32/v6.8/table.json @@ -0,0 +1,6352 @@ +{ + "kernel": { + "abi": { + "bits": 64, + "calling_convention": { + "parameters": [ + "rdi", + "rsi", + "rdx", + "r10", + "r8", + "r9" + ], + "syscall_nr": "rax" + }, + "compat": true, + "name": "x32" + }, + "architecture": { + "bits": 64, + "name": "x86" + }, + "syscall_table_symbol": "x32_sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 627, + "name": "read", + "number": 1073741824, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "__x64_sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 652, + "name": "write", + "number": 1073741825, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "__x64_sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 1073741826, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__x64_sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 1073741827, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "__x64_sys_close" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 1073741828, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "__x64_sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 1073741829, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "__x64_sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 1073741830, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "__x64_sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 1073741831, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "__x64_sys_poll" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 1073741832, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "__x64_sys_lseek" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_x86_64.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 86, + "name": "mmap", + "number": 1073741833, + "origname": "mmap", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long off" + ], + "symbol": "__x64_sys_mmap" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 1073741834, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "__x64_sys_mprotect" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 1073741835, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "__x64_sys_munmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 1073741836, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "__x64_sys_brk" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 1073741838, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 17, + "kconfig": null, + "line": 678, + "name": "pread64", + "number": 1073741841, + "origname": "pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "__x64_sys_pread64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 18, + "kconfig": null, + "line": 712, + "name": "pwrite64", + "number": 1073741842, + "origname": "pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "__x64_sys_pwrite64" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 545, + "name": "access", + "number": 1073741845, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "__x64_sys_access" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 1073741846, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "__x64_sys_pipe" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": null, + "line": 726, + "name": "select", + "number": 1073741847, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "__x64_sys_select" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 1073741848, + "origname": "sched_yield", + "signature": [], + "symbol": "__x64_sys_sched_yield" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 1073741849, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "__x64_sys_mremap" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 1073741850, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__x64_sys_msync" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 1073741851, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "__x64_sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 28, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 1073741852, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "__x64_sys_madvise" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 1073741853, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "__x64_sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 1073741854, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "__x64_sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 31, + "kconfig": "SYSVIPC", + "line": 1295, + "name": "shmctl", + "number": 1073741855, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "__x64_sys_shmctl" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 32, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 1073741856, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "__x64_sys_dup" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 1073741857, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "__x64_sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 1073741858, + "origname": "pause", + "signature": [], + "symbol": "__x64_sys_pause" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 35, + "kconfig": null, + "line": 2122, + "name": "nanosleep", + "number": 1073741859, + "origname": "nanosleep", + "signature": [ + "struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__x64_sys_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 1073741860, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "__x64_sys_getitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 1073741861, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "__x64_sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 1073741862, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "__x64_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 1073741863, + "origname": "getpid", + "signature": [], + "symbol": "__x64_sys_getpid" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 1073741864, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "__x64_sys_sendfile64" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 1073741865, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "__x64_sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 1073741866, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "__x64_sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 1073741867, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "__x64_sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 44, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 1073741868, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "__x64_sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 1073741872, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "__x64_sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 1073741873, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "__x64_sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 1073741874, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "__x64_sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 1073741875, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__x64_sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 1073741876, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__x64_sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 53, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 1073741877, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "__x64_sys_socketpair" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 56, + "kconfig": null, + "line": 3029, + "name": "clone", + "number": 1073741880, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "int *child_tidptr", + "unsigned long tls" + ], + "symbol": "__x64_sys_clone" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 1073741881, + "origname": "fork", + "signature": [], + "symbol": "__x64_sys_fork" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 58, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 1073741882, + "origname": "vfork", + "signature": [], + "symbol": "__x64_sys_vfork" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 1073741884, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "__x64_sys_exit" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 1073741885, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "__x64_sys_wait4" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 1073741886, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__x64_sys_kill" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 1073741887, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "__x64_sys_newuname" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 1073741888, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "__x64_sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": "SYSVIPC", + "line": 2296, + "name": "semop", + "number": 1073741889, + "origname": "semop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned nsops" + ], + "symbol": "__x64_sys_semop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": "SYSVIPC", + "line": 1705, + "name": "semctl", + "number": 1073741890, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "__x64_sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 1073741891, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "__x64_sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 1073741892, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "__x64_sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 1073741893, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "__x64_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 1073741894, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "__x64_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "SYSVIPC", + "line": 640, + "name": "msgctl", + "number": 1073741895, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "__x64_sys_msgctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 1073741896, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "__x64_sys_fcntl" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 1073741897, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "__x64_sys_flock" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 1073741898, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__x64_sys_fsync" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 1073741899, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__x64_sys_fdatasync" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 1073741900, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "__x64_sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 1073741901, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "__x64_sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 1073741902, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "__x64_sys_getdents" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 1073741903, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "__x64_sys_getcwd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 1073741904, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "__x64_sys_chdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 1073741905, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "__x64_sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 1073741906, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__x64_sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 1073741907, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__x64_sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 84, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 1073741908, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "__x64_sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 1073741909, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__x64_sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 1073741910, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__x64_sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 1073741911, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "__x64_sys_unlink" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 1073741912, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__x64_sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 1073741913, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "__x64_sys_readlink" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 1073741914, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "__x64_sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 1073741915, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "__x64_sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 1073741916, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__x64_sys_chown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 1073741917, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "__x64_sys_fchown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 1073741918, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__x64_sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 1073741919, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "__x64_sys_umask" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 1073741920, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "__x64_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 1073741921, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__x64_sys_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 98, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 1073741922, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "__x64_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 1073741923, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "__x64_sys_sysinfo" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 1073741924, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "__x64_sys_times" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 1073741926, + "origname": "getuid", + "signature": [], + "symbol": "__x64_sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 1073741927, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "__x64_sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 1073741928, + "origname": "getgid", + "signature": [], + "symbol": "__x64_sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 1073741929, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__x64_sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 1073741930, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__x64_sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 1073741931, + "origname": "geteuid", + "signature": [], + "symbol": "__x64_sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 1073741932, + "origname": "getegid", + "signature": [], + "symbol": "__x64_sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 1073741933, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "__x64_sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 110, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 1073741934, + "origname": "getppid", + "signature": [], + "symbol": "__x64_sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 1073741935, + "origname": "getpgrp", + "signature": [], + "symbol": "__x64_sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 112, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 1073741936, + "origname": "setsid", + "signature": [], + "symbol": "__x64_sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 113, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 1073741937, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "__x64_sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 1073741938, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "__x64_sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 1073741939, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__x64_sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 1073741940, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__x64_sys_setgroups" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 1073741941, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "__x64_sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 1073741942, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "__x64_sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 1073741943, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "__x64_sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 1073741944, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "__x64_sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 1073741945, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "__x64_sys_getpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 1073741946, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__x64_sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 123, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 1073741947, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__x64_sys_setfsgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 1073741948, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "__x64_sys_getsid" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 1073741949, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "__x64_sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 1073741950, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "__x64_sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 130, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 1073741954, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 215, + "name": "utime", + "number": 1073741956, + "origname": "utime", + "signature": [ + "char *filename", + "struct utimbuf *times" + ], + "symbol": "__x64_sys_utime" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 1073741957, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "__x64_sys_mknod" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 1073741959, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "__x64_sys_personality" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 248, + "name": "ustat", + "number": 1073741960, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct ustat *ubuf" + ], + "symbol": "__x64_sys_ustat" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 137, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 1073741961, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "__x64_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 1073741962, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "__x64_sys_fstatfs" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 1073741963, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "__x64_sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 1073741964, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "__x64_sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 1073741965, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "__x64_sys_setpriority" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 1073741966, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__x64_sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 1073741967, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__x64_sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 1073741968, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "__x64_sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 1073741969, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "__x64_sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 1073741970, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "__x64_sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 1073741971, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "__x64_sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 1073741972, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "__x64_sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 149, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 1073741973, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__x64_sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 1073741974, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__x64_sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 1073741975, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "__x64_sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 1073741976, + "origname": "munlockall", + "signature": [], + "symbol": "__x64_sys_munlockall" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 1073741977, + "origname": "vhangup", + "signature": [], + "symbol": "__x64_sys_vhangup" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ldt.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": "MODIFY_LDT_SYSCALL", + "line": 667, + "name": "modify_ldt", + "number": 1073741978, + "origname": "modify_ldt", + "signature": [ + "int func", + "void *ptr", + "unsigned long bytecount" + ], + "symbol": "__x64_sys_modify_ldt" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 1073741979, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "__x64_sys_pivot_root" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 1073741981, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__x64_sys_prctl" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/process_64.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 913, + "name": "arch_prctl", + "number": 1073741982, + "origname": "arch_prctl", + "signature": [ + "int option", + "unsigned long arg2" + ], + "symbol": "__x64_sys_arch_prctl" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 269, + "name": "adjtimex", + "number": 1073741983, + "origname": "adjtimex", + "signature": [ + "struct __kernel_timex *txc_p" + ], + "symbol": "__x64_sys_adjtimex" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 1073741984, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__x64_sys_setrlimit" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 1073741985, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "__x64_sys_chroot" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 1073741986, + "origname": "sync", + "signature": [], + "symbol": "__x64_sys_sync" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 1073741987, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "__x64_sys_acct" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 1073741988, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "__x64_sys_settimeofday" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 1073741989, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "__x64_sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 166, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 1073741990, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "__x64_sys_umount" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 167, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 1073741991, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "__x64_sys_swapon" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 1073741992, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "__x64_sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 1073741993, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "__x64_sys_reboot" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 1073741994, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__x64_sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 1073741995, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__x64_sys_setdomainname" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ioport.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": "X86_IOPL_IOPERM", + "line": 173, + "name": "iopl", + "number": 1073741996, + "origname": "iopl", + "signature": [ + "unsigned int level" + ], + "symbol": "__x64_sys_iopl" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ioport.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": "X86_IOPL_IOPERM", + "line": 152, + "name": "ioperm", + "number": 1073741997, + "origname": "ioperm", + "signature": [ + "unsigned long from", + "unsigned long num", + "int turn_on" + ], + "symbol": "__x64_sys_ioperm" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 1073741999, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "__x64_sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 1073742000, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "__x64_sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 1073742003, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "__x64_sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 1073742010, + "origname": "gettid", + "signature": [], + "symbol": "__x64_sys_gettid" + }, + { + "esoteric": false, + "file": "mm/readahead.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 746, + "name": "readahead", + "number": 1073742011, + "origname": "readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "__x64_sys_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 188, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 1073742012, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__x64_sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 189, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 1073742013, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__x64_sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 1073742014, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__x64_sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 1073742015, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__x64_sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 1073742016, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__x64_sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 1073742017, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__x64_sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 1073742018, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__x64_sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 1073742019, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__x64_sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 1073742020, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "__x64_sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 1073742021, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__x64_sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 1073742022, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__x64_sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 1073742023, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "__x64_sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 1073742024, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__x64_sys_tkill" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 62, + "name": "time", + "number": 1073742025, + "origname": "time", + "signature": [ + "__kernel_old_time_t *tloc" + ], + "symbol": "__x64_sys_time" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 1073742026, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__x64_sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 1073742027, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "__x64_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 1073742028, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "__x64_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 1073742031, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "__x64_sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "AIO", + "line": 2257, + "name": "io_getevents", + "number": 1073742032, + "origname": "io_getevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout" + ], + "symbol": "__x64_sys_io_getevents" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 1073742034, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "__x64_sys_io_cancel" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 1073742037, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "__x64_sys_epoll_create" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 1073742040, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "__x64_sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 1073742041, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "__x64_sys_getdents64" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 1073742042, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "__x64_sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 1073742043, + "origname": "restart_syscall", + "signature": [], + "symbol": "__x64_sys_restart_syscall" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 1073742044, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "__x64_sys_semtimedop" + }, + { + "esoteric": false, + "file": "mm/fadvise.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": "ADVISE_SYSCALLS", + "line": 205, + "name": "fadvise64", + "number": 1073742045, + "origname": "fadvise64", + "signature": [ + "int fd", + "loff_t offset", + "loff_t len", + "int advice" + ], + "symbol": "__x64_sys_fadvise64" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 1073742047, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "__x64_sys_timer_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 1073742048, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "__x64_sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 1073742049, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__x64_sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 1073742050, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__x64_sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 1073742051, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "__x64_sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 1073742052, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__x64_sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 1073742053, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__x64_sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 1073742054, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__x64_sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 1073742055, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "__x64_sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 1073742056, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "__x64_sys_epoll_wait" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 1073742057, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "__x64_sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 1073742058, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "__x64_sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 209, + "name": "utimes", + "number": 1073742059, + "origname": "utimes", + "signature": [ + "char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "__x64_sys_utimes" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 1073742061, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "__x64_sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 1073742062, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "__x64_sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 1073742063, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "__x64_sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 1073742064, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "__x64_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 1073742065, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "__x64_sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 1073742066, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__x64_sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 1073742067, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__x64_sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 1073742069, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "__x64_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 1073742072, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "__x64_sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 1073742073, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "__x64_sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 1073742074, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__x64_sys_keyctl" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 1073742075, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "__x64_sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 1073742076, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "__x64_sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 1073742077, + "origname": "inotify_init", + "signature": [], + "symbol": "__x64_sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 1073742078, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "__x64_sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 1073742079, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "__x64_sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 1073742080, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "__x64_sys_migrate_pages" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 1073742081, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__x64_sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 1073742082, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "__x64_sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 1073742083, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "__x64_sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 1073742084, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "__x64_sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": null, + "line": 203, + "name": "futimesat", + "number": 1073742085, + "origname": "futimesat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "__x64_sys_futimesat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 462, + "name": "newfstatat", + "number": 1073742086, + "origname": "newfstatat", + "signature": [ + "int dfd", + "const char *filename", + "struct stat *statbuf", + "int flag" + ], + "symbol": "__x64_sys_newfstatat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 1073742087, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "__x64_sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 1073742088, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__x64_sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 1073742089, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "__x64_sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 1073742090, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__x64_sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 1073742091, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "__x64_sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 1073742092, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "__x64_sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 1073742093, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "__x64_sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 1073742094, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "__x64_sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 1073742095, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_ppoll" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 1073742096, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "__x64_sys_unshare" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 1073742099, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__x64_sys_splice" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 1073742100, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "__x64_sys_tee" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": null, + "line": 370, + "name": "sync_file_range", + "number": 1073742101, + "origname": "sync_file_range", + "signature": [ + "int fd", + "loff_t offset", + "loff_t nbytes", + "unsigned int flags" + ], + "symbol": "__x64_sys_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 1073742104, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "__x64_sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 1073742105, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 1073742106, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "__x64_sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 1073742107, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "__x64_sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 1073742108, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "__x64_sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 1073742109, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "__x64_sys_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 1073742110, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__x64_sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 1073742111, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__x64_sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 1073742112, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "__x64_sys_accept4" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 1073742113, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "__x64_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 1073742114, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "__x64_sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 1073742115, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "__x64_sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 1073742116, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "__x64_sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 1073742117, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "__x64_sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 1073742118, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "__x64_sys_inotify_init1" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 1073742122, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "__x64_sys_perf_event_open" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 1073742124, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "__x64_sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 1073742125, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "__x64_sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 1073742126, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "__x64_sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 1073742127, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "__x64_sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 1073742128, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "__x64_sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 1073742129, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "__x64_sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 1073742130, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "__x64_sys_syncfs" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 1073742132, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "__x64_sys_setns" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 1073742133, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "__x64_sys_getcpu" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 1073742136, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "__x64_sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 1073742137, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "__x64_sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 1073742138, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "__x64_sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 1073742139, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "__x64_sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 1073742140, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "__x64_sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 1073742141, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "__x64_sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 1073742142, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "__x64_sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 1073742143, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "__x64_sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/kexec_file.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": "KEXEC_FILE", + "line": 330, + "name": "kexec_file_load", + "number": 1073742144, + "origname": "kexec_file_load", + "signature": [ + "int kernel_fd", + "int initrd_fd", + "unsigned long cmdline_len", + "const char *cmdline_ptr", + "unsigned long flags" + ], + "symbol": "__x64_sys_kexec_file_load" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 1073742145, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "__x64_sys_bpf" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 1073742147, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "__x64_sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 1073742148, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "__x64_sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 1073742149, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__x64_sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 1073742150, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__x64_sys_copy_file_range" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 835, + "name": "pkey_mprotect", + "number": 1073742153, + "origname": "pkey_mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot", + "int pkey" + ], + "symbol": "__x64_sys_pkey_mprotect" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 841, + "name": "pkey_alloc", + "number": 1073742154, + "origname": "pkey_alloc", + "signature": [ + "unsigned long flags", + "unsigned long init_val" + ], + "symbol": "__x64_sys_pkey_alloc" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 871, + "name": "pkey_free", + "number": 1073742155, + "origname": "pkey_free", + "signature": [ + "int pkey" + ], + "symbol": "__x64_sys_pkey_free" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 1073742156, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "__x64_sys_statx" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 1073742157, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "__x64_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 1073742158, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "__x64_sys_rseq" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 1073742248, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "__x64_sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 1073742249, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "__x64_sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 1073742250, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "__x64_sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 1073742251, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "__x64_sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 1073742252, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "__x64_sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 1073742253, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "__x64_sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 1073742254, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "__x64_sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 1073742255, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "__x64_sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 1073742256, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "__x64_sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 1073742257, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "__x64_sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 1073742258, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "__x64_sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 1073742259, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__x64_sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 1073742260, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "__x64_sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 1073742261, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "__x64_sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 1073742262, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "__x64_sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 1073742263, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "__x64_sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 1073742264, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "__x64_sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 1073742265, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 1073742266, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "__x64_sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 1073742267, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "__x64_sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 1073742268, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "__x64_sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 1073742269, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "__x64_sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 1073742270, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "__x64_sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/secretmem.c", + "good_location": true, + "grepped_location": false, + "index": 447, + "kconfig": "SECRETMEM", + "line": 233, + "name": "memfd_secret", + "number": 1073742271, + "origname": "memfd_secret", + "signature": [ + "unsigned int flags" + ], + "symbol": "__x64_sys_memfd_secret" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 1073742272, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "__x64_sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 1073742273, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__x64_sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 1073742274, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "__x64_sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 1073742275, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "__x64_sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 1073742276, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "__x64_sys_fchmodat2" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 1073742278, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "__x64_sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 1073742279, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__x64_sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 1073742280, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "__x64_sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 1073742281, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "__x64_sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 1073742282, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "__x64_sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 1073742283, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "__x64_sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 1073742284, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "__x64_sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 1073742285, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "__x64_sys_lsm_list_modules" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 512, + "kconfig": null, + "line": 4471, + "name": "rt_sigaction", + "number": 1073742336, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct compat_sigaction *act", + "struct compat_sigaction *oact", + "compat_size_t sigsetsize" + ], + "symbol": "__x64_compat_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/signal_64.c", + "good_location": true, + "grepped_location": false, + "index": 513, + "kconfig": null, + "line": 359, + "name": "rt_sigreturn", + "number": 1073742337, + "origname": "x32_rt_sigreturn", + "signature": [], + "symbol": "__x64_compat_sys_x32_rt_sigreturn" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 514, + "kconfig": null, + "line": 914, + "name": "ioctl", + "number": 1073742338, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "compat_ulong_t arg" + ], + "symbol": "__x64_compat_sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 515, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 1073742339, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__x64_sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 516, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 1073742340, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__x64_sys_writev" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 517, + "kconfig": "NET", + "line": 398, + "name": "recvfrom", + "number": 1073742341, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *buf", + "compat_size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int *addrlen" + ], + "symbol": "__x64_compat_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 518, + "kconfig": "NET", + "line": 350, + "name": "sendmsg", + "number": 1073742342, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__x64_compat_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 519, + "kconfig": "NET", + "line": 378, + "name": "recvmsg", + "number": 1073742343, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct compat_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__x64_compat_sys_recvmsg" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 520, + "kconfig": null, + "line": 2149, + "name": "execve", + "number": 1073742344, + "origname": "execve", + "signature": [ + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp" + ], + "symbol": "__x64_compat_sys_execve" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 521, + "kconfig": null, + "line": 1400, + "name": "ptrace", + "number": 1073742345, + "origname": "ptrace", + "signature": [ + "compat_long_t request", + "compat_long_t pid", + "compat_long_t addr", + "compat_long_t data" + ], + "symbol": "__x64_compat_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 522, + "kconfig": null, + "line": 3265, + "name": "rt_sigpending", + "number": 1073742346, + "origname": "rt_sigpending", + "signature": [ + "compat_sigset_t *uset", + "compat_size_t sigsetsize" + ], + "symbol": "__x64_compat_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 523, + "kconfig": null, + "line": 3729, + "name": "rt_sigtimedwait", + "number": 1073742347, + "origname": "rt_sigtimedwait_time64", + "signature": [ + "compat_sigset_t *uthese", + "struct compat_siginfo *uinfo", + "struct __kernel_timespec *uts", + "compat_size_t sigsetsize" + ], + "symbol": "__x64_compat_sys_rt_sigtimedwait_time64" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 524, + "kconfig": null, + "line": 4043, + "name": "rt_sigqueueinfo", + "number": 1073742348, + "origname": "rt_sigqueueinfo", + "signature": [ + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "__x64_compat_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 525, + "kconfig": null, + "line": 4327, + "name": "sigaltstack", + "number": 1073742349, + "origname": "sigaltstack", + "signature": [ + "const compat_stack_t *uss_ptr", + "compat_stack_t *uoss_ptr" + ], + "symbol": "__x64_compat_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 526, + "kconfig": "POSIX_TIMERS", + "line": 545, + "name": "timer_create", + "number": 1073742350, + "origname": "timer_create", + "signature": [ + "clockid_t which_clock", + "struct compat_sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "__x64_compat_sys_timer_create" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 527, + "kconfig": "POSIX_MQUEUE", + "line": 1575, + "name": "mq_notify", + "number": 1073742351, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct compat_sigevent *u_notification" + ], + "symbol": "__x64_compat_sys_mq_notify" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 528, + "kconfig": "KEXEC", + "line": 261, + "name": "kexec_load", + "number": 1073742352, + "origname": "kexec_load", + "signature": [ + "compat_ulong_t entry", + "compat_ulong_t nr_segments", + "struct compat_kexec_segment *segments", + "compat_ulong_t flags" + ], + "symbol": "__x64_compat_sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 529, + "kconfig": null, + "line": 1849, + "name": "waitid", + "number": 1073742353, + "origname": "waitid", + "signature": [ + "int which", + "compat_pid_t pid", + "struct compat_siginfo *infop", + "int options", + "struct compat_rusage *uru" + ], + "symbol": "__x64_compat_sys_waitid" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 530, + "kconfig": "FUTEX", + "line": 442, + "name": "set_robust_list", + "number": 1073742354, + "origname": "set_robust_list", + "signature": [ + "struct compat_robust_list_head *head", + "compat_size_t len" + ], + "symbol": "__x64_compat_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 531, + "kconfig": "FUTEX", + "line": 454, + "name": "get_robust_list", + "number": 1073742355, + "origname": "get_robust_list", + "signature": [ + "int pid", + "compat_uptr_t *head_ptr", + "compat_size_t *len_ptr" + ], + "symbol": "__x64_compat_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 532, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 1073742356, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "__x64_sys_vmsplice" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 533, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 1073742357, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "__x64_sys_move_pages" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 534, + "kconfig": null, + "line": 1122, + "name": "preadv64", + "number": 1073742358, + "origname": "preadv64", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "__x64_compat_sys_preadv64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 535, + "kconfig": null, + "line": 1169, + "name": "pwritev64", + "number": 1073742359, + "origname": "pwritev64", + "signature": [ + "compat_ulong_t fd", + "const struct iovec *vec", + "compat_ulong_t vlen", + "u32 pos_low", + "u32 pos_high", + "rwf_t flags" + ], + "symbol": "__x64_compat_sys_pwritev64" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 536, + "kconfig": null, + "line": 4083, + "name": "rt_tgsigqueueinfo", + "number": 1073742360, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "compat_pid_t tgid", + "compat_pid_t pid", + "int sig", + "struct compat_siginfo *uinfo" + ], + "symbol": "__x64_compat_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 537, + "kconfig": "NET", + "line": 405, + "name": "recvmmsg", + "number": 1073742361, + "origname": "recvmmsg_time64", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "__x64_compat_sys_recvmmsg_time64" + }, + { + "esoteric": false, + "file": "net/compat.c", + "good_location": true, + "grepped_location": false, + "index": 538, + "kconfig": "NET", + "line": 364, + "name": "sendmmsg", + "number": 1073742362, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct compat_mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "__x64_compat_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 539, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 1073742363, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__x64_sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 540, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 1073742364, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__x64_sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 541, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 1073742365, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "__x64_sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 542, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 1073742366, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "__x64_sys_getsockopt" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 543, + "kconfig": "AIO", + "line": 1419, + "name": "io_setup", + "number": 1073742367, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "u32 *ctx32p" + ], + "symbol": "__x64_compat_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 544, + "kconfig": "AIO", + "line": 2129, + "name": "io_submit", + "number": 1073742368, + "origname": "io_submit", + "signature": [ + "compat_aio_context_t ctx_id", + "int nr", + "compat_uptr_t *iocbpp" + ], + "symbol": "__x64_compat_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 545, + "kconfig": null, + "line": 2156, + "name": "execveat", + "number": 1073742369, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const compat_uptr_t *argv", + "const compat_uptr_t *envp", + "int flags" + ], + "symbol": "__x64_compat_sys_execveat" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 546, + "kconfig": null, + "line": 1159, + "name": "preadv64v2", + "number": 1073742370, + "origname": "preadv64v2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "loff_t pos", + "rwf_t flags" + ], + "symbol": "__x64_compat_sys_preadv64v2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 547, + "kconfig": null, + "line": 1200, + "name": "pwritev64v2", + "number": 1073742371, + "origname": "pwritev64v2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "loff_t pos", + "rwf_t flags" + ], + "symbol": "__x64_compat_sys_pwritev64v2" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file diff --git a/db/x86/64/x64/v6.8/config.txt b/db/x86/64/x64/v6.8/config.txt new file mode 100644 index 0000000..0f91c30 --- /dev/null +++ b/db/x86/64/x64/v6.8/config.txt @@ -0,0 +1,4854 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/x86 6.8.0 Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="x86_64-linux-gcc (GCC) 10.1.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=100100 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23400 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23400 +CONFIG_LLD_VERSION=0 +CONFIG_CC_CAN_LINK=y +CONFIG_CC_CAN_LINK_STATIC=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=120 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +CONFIG_WERROR=y +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_BUILD_SALT="" +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_ZSTD=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_BZIP2 is not set +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_XZ is not set +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_LZ4 is not set +# CONFIG_KERNEL_ZSTD is not set +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +CONFIG_AUDIT=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_IRQ_MSI_IOMMU=y +CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y +CONFIG_GENERIC_IRQ_RESERVATION_MODE=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_ARCH_CLOCKSOURCE_INIT=y +CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=125 +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y +CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +# CONFIG_BPF_JIT is not set +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y +# CONFIG_BPF_PRELOAD is not set +# end of BPF subsystem + +CONFIG_PREEMPT_BUILD=y +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_VOLUNTARY=y +# CONFIG_PREEMPT is not set +CONFIG_PREEMPT_COUNT=y +CONFIG_PREEMPTION=y +CONFIG_PREEMPT_DYNAMIC=y +# CONFIG_SCHED_CORE is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_BSD_PROCESS_ACCT=y +# CONFIG_BSD_PROCESS_ACCT_V3 is not set +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_XACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +CONFIG_PREEMPT_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_RCU=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +# CONFIG_IKCONFIG is not set +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=18 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +# CONFIG_PRINTK_INDEX is not set +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y + +# +# Scheduler features +# +# CONFIG_UCLAMP_TASK is not set +# end of Scheduler features + +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y +CONFIG_CC_HAS_INT128=y +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" +CONFIG_GCC10_NO_ARRAY_BOUNDS=y +CONFIG_CC_NO_ARRAY_BOUNDS=y +CONFIG_GCC_NO_STRINGOP_OVERFLOW=y +CONFIG_CC_NO_STRINGOP_OVERFLOW=y +CONFIG_ARCH_SUPPORTS_INT128=y +# CONFIG_NUMA_BALANCING is not set +CONFIG_CGROUPS=y +CONFIG_PAGE_COUNTER=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +# CONFIG_MEMCG is not set +CONFIG_BLK_CGROUP=y +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +# CONFIG_CFS_BANDWIDTH is not set +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_SCHED_MM_CID=y +CONFIG_CGROUP_PIDS=y +CONFIG_CGROUP_RDMA=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_PERF=y +# CONFIG_CGROUP_BPF is not set +CONFIG_CGROUP_MISC=y +CONFIG_CGROUP_DEBUG=y +CONFIG_SOCK_CGROUP_DATA=y +CONFIG_NAMESPACES=y +CONFIG_UTS_NS=y +CONFIG_TIME_NS=y +CONFIG_IPC_NS=y +# CONFIG_USER_NS is not set +CONFIG_PID_NS=y +CONFIG_NET_NS=y +CONFIG_CHECKPOINT_RESTORE=y +# CONFIG_SCHED_AUTOGROUP is not set +CONFIG_RELAY=y +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="error" +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_EXPERT=y +CONFIG_UID16=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_PCSPKR_PLATFORM=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_PC104 is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +CONFIG_KALLSYMS_ALL=y +CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_HAVE_PERF_EVENTS=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y + +# +# Kexec and crash features +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_KEXEC=y +CONFIG_KEXEC_FILE=y +# CONFIG_KEXEC_SIG is not set +# CONFIG_KEXEC_JUMP is not set +CONFIG_CRASH_DUMP=y +CONFIG_CRASH_HOTPLUG=y +CONFIG_CRASH_MAX_MEMORY_RANGES=8192 +# end of Kexec and crash features +# end of General setup + +CONFIG_64BIT=y +CONFIG_X86_64=y +CONFIG_X86=y +CONFIG_INSTRUCTION_DECODER=y +CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MIN=28 +CONFIG_ARCH_MMAP_RND_BITS_MAX=32 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 +CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_AUDIT_ARCH=y +CONFIG_HAVE_INTEL_TXT=y +CONFIG_X86_64_SMP=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_PGTABLE_LEVELS=5 +CONFIG_CC_HAS_SANE_STACKPROTECTOR=y + +# +# Processor type and features +# +CONFIG_SMP=y +# CONFIG_X86_X2APIC is not set +CONFIG_X86_MPPARSE=y +# CONFIG_GOLDFISH is not set +# CONFIG_X86_CPU_RESCTRL is not set +CONFIG_X86_EXTENDED_PLATFORM=y +# CONFIG_X86_VSMP is not set +# CONFIG_X86_GOLDFISH is not set +# CONFIG_X86_INTEL_MID is not set +# CONFIG_X86_INTEL_LPSS is not set +# CONFIG_X86_AMD_PLATFORM_DEVICE is not set +CONFIG_IOSF_MBI=y +# CONFIG_IOSF_MBI_DEBUG is not set +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_HYPERVISOR_GUEST=y +CONFIG_PARAVIRT=y +# CONFIG_PARAVIRT_DEBUG is not set +# CONFIG_PARAVIRT_SPINLOCKS is not set +CONFIG_X86_HV_CALLBACK_VECTOR=y +# CONFIG_XEN is not set +CONFIG_KVM_GUEST=y +CONFIG_ARCH_CPUIDLE_HALTPOLL=y +# CONFIG_PVH is not set +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PARAVIRT_CLOCK=y +# CONFIG_JAILHOUSE_GUEST is not set +# CONFIG_ACRN_GUEST is not set +# CONFIG_MK8 is not set +# CONFIG_MPSC is not set +# CONFIG_MCORE2 is not set +# CONFIG_MATOM is not set +CONFIG_GENERIC_CPU=y +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_TSC=y +CONFIG_X86_HAVE_PAE=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CMOV=y +CONFIG_X86_MINIMUM_CPU_FAMILY=64 +CONFIG_X86_DEBUGCTLMSR=y +CONFIG_IA32_FEAT_CTL=y +CONFIG_X86_VMX_FEATURE_NAMES=y +# CONFIG_PROCESSOR_SELECT is not set +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_AMD=y +CONFIG_CPU_SUP_HYGON=y +CONFIG_CPU_SUP_CENTAUR=y +CONFIG_CPU_SUP_ZHAOXIN=y +CONFIG_HPET_TIMER=y +CONFIG_HPET_EMULATE_RTC=y +CONFIG_DMI=y +# CONFIG_GART_IOMMU is not set +# CONFIG_MAXSMP is not set +CONFIG_NR_CPUS_RANGE_BEGIN=2 +CONFIG_NR_CPUS_RANGE_END=512 +CONFIG_NR_CPUS_DEFAULT=64 +CONFIG_NR_CPUS=64 +CONFIG_SCHED_CLUSTER=y +CONFIG_SCHED_SMT=y +CONFIG_SCHED_MC=y +CONFIG_SCHED_MC_PRIO=y +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_IO_APIC=y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y +CONFIG_X86_MCE=y +# CONFIG_X86_MCELOG_LEGACY is not set +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_MCE_THRESHOLD=y +# CONFIG_X86_MCE_INJECT is not set + +# +# Performance monitoring +# +CONFIG_PERF_EVENTS_INTEL_UNCORE=y +CONFIG_PERF_EVENTS_INTEL_RAPL=y +CONFIG_PERF_EVENTS_INTEL_CSTATE=y +# CONFIG_PERF_EVENTS_AMD_POWER is not set +CONFIG_PERF_EVENTS_AMD_UNCORE=y +# CONFIG_PERF_EVENTS_AMD_BRS is not set +# end of Performance monitoring + +CONFIG_X86_16BIT=y +CONFIG_X86_ESPFIX64=y +CONFIG_X86_VSYSCALL_EMULATION=y +CONFIG_X86_IOPL_IOPERM=y +CONFIG_MICROCODE=y +# CONFIG_MICROCODE_LATE_LOADING is not set +CONFIG_X86_MSR=y +CONFIG_X86_CPUID=y +CONFIG_X86_5LEVEL=y +CONFIG_X86_DIRECT_GBPAGES=y +# CONFIG_X86_CPA_STATISTICS is not set +# CONFIG_AMD_MEM_ENCRYPT is not set +CONFIG_NUMA=y +CONFIG_AMD_NUMA=y +CONFIG_X86_64_ACPI_NUMA=y +# CONFIG_NUMA_EMU is not set +CONFIG_NODES_SHIFT=6 +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ARCH_PROC_KCORE_TEXT=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +# CONFIG_X86_PMEM_LEGACY is not set +CONFIG_X86_CHECK_BIOS_CORRUPTION=y +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_MTRR=y +# CONFIG_MTRR_SANITIZER is not set +CONFIG_X86_PAT=y +CONFIG_ARCH_USES_PG_UNCACHED=y +CONFIG_X86_UMIP=y +CONFIG_CC_HAS_IBT=y +CONFIG_X86_CET=y +CONFIG_X86_KERNEL_IBT=y +CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y +CONFIG_X86_INTEL_TSX_MODE_OFF=y +# CONFIG_X86_INTEL_TSX_MODE_ON is not set +# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set +CONFIG_X86_USER_SHADOW_STACK=y +CONFIG_EFI=y +CONFIG_EFI_STUB=y +CONFIG_EFI_HANDOVER_PROTOCOL=y +CONFIG_EFI_MIXED=y +# CONFIG_EFI_FAKE_MEMMAP is not set +CONFIG_EFI_RUNTIME_MAP=y +# CONFIG_HZ_100 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y +CONFIG_HZ=1000 +CONFIG_SCHED_HRTICK=y +CONFIG_ARCH_SUPPORTS_KEXEC=y +CONFIG_ARCH_SUPPORTS_KEXEC_FILE=y +CONFIG_ARCH_SELECTS_KEXEC_FILE=y +CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY=y +CONFIG_ARCH_SUPPORTS_KEXEC_SIG=y +CONFIG_ARCH_SUPPORTS_KEXEC_SIG_FORCE=y +CONFIG_ARCH_SUPPORTS_KEXEC_BZIMAGE_VERIFY_SIG=y +CONFIG_ARCH_SUPPORTS_KEXEC_JUMP=y +CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y +CONFIG_ARCH_SUPPORTS_CRASH_HOTPLUG=y +CONFIG_ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION=y +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_RELOCATABLE=y +# CONFIG_RANDOMIZE_BASE is not set +CONFIG_PHYSICAL_ALIGN=0x200000 +CONFIG_DYNAMIC_MEMORY_LAYOUT=y +# CONFIG_ADDRESS_MASKING is not set +CONFIG_HOTPLUG_CPU=y +# CONFIG_COMPAT_VDSO is not set +CONFIG_LEGACY_VSYSCALL_XONLY=y +# CONFIG_LEGACY_VSYSCALL_NONE is not set +# CONFIG_CMDLINE_BOOL is not set +CONFIG_MODIFY_LDT_SYSCALL=y +# CONFIG_STRICT_SIGALTSTACK_SIZE is not set +CONFIG_HAVE_LIVEPATCH=y +# end of Processor type and features + +CONFIG_CC_HAS_RETURN_THUNK=y +CONFIG_CC_HAS_ENTRY_PADDING=y +CONFIG_FUNCTION_PADDING_CFI=11 +CONFIG_FUNCTION_PADDING_BYTES=16 +CONFIG_SPECULATION_MITIGATIONS=y +CONFIG_PAGE_TABLE_ISOLATION=y +# CONFIG_RETPOLINE is not set +CONFIG_CPU_IBPB_ENTRY=y +CONFIG_CPU_IBRS_ENTRY=y +# CONFIG_GDS_FORCE_MITIGATION is not set +CONFIG_ARCH_HAS_ADD_PAGES=y + +# +# Power management and ACPI options +# +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HIBERNATION=y +CONFIG_HIBERNATION_SNAPSHOT_DEV=y +CONFIG_PM_STD_PARTITION="" +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +# CONFIG_PM_USERSPACE_AUTOSLEEP is not set +# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM=y +CONFIG_PM_DEBUG=y +# CONFIG_PM_ADVANCED_DEBUG is not set +# CONFIG_PM_TEST_SUSPEND is not set +CONFIG_PM_SLEEP_DEBUG=y +CONFIG_PM_TRACE=y +CONFIG_PM_TRACE_RTC=y +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +# CONFIG_ENERGY_MODEL is not set +CONFIG_ARCH_SUPPORTS_ACPI=y +CONFIG_ACPI=y +CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y +CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y +CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y +CONFIG_ACPI_THERMAL_LIB=y +# CONFIG_ACPI_DEBUGGER is not set +CONFIG_ACPI_SPCR_TABLE=y +# CONFIG_ACPI_FPDT is not set +CONFIG_ACPI_LPIT=y +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y +# CONFIG_ACPI_EC_DEBUGFS is not set +CONFIG_ACPI_AC=y +CONFIG_ACPI_BATTERY=y +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_VIDEO=y +CONFIG_ACPI_FAN=y +# CONFIG_ACPI_TAD is not set +CONFIG_ACPI_DOCK=y +CONFIG_ACPI_CPU_FREQ_PSS=y +CONFIG_ACPI_PROCESSOR_CSTATE=y +CONFIG_ACPI_PROCESSOR_IDLE=y +CONFIG_ACPI_CPPC_LIB=y +CONFIG_ACPI_PROCESSOR=y +CONFIG_ACPI_HOTPLUG_CPU=y +# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set +CONFIG_ACPI_THERMAL=y +CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y +CONFIG_ACPI_TABLE_UPGRADE=y +# CONFIG_ACPI_DEBUG is not set +# CONFIG_ACPI_PCI_SLOT is not set +CONFIG_ACPI_CONTAINER=y +CONFIG_ACPI_HOTPLUG_IOAPIC=y +# CONFIG_ACPI_SBS is not set +# CONFIG_ACPI_HED is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set +CONFIG_ACPI_BGRT=y +# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set +# CONFIG_ACPI_NFIT is not set +CONFIG_ACPI_NUMA=y +# CONFIG_ACPI_HMAT is not set +CONFIG_HAVE_ACPI_APEI=y +CONFIG_HAVE_ACPI_APEI_NMI=y +# CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_DPTF is not set +# CONFIG_ACPI_CONFIGFS is not set +# CONFIG_ACPI_PFRUT is not set +CONFIG_ACPI_PCC=y +# CONFIG_ACPI_FFH is not set +# CONFIG_PMIC_OPREGION is not set +CONFIG_ACPI_PRMT=y +CONFIG_X86_PM_TIMER=y + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +# CONFIG_CPU_FREQ_STAT is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y + +# +# CPU frequency scaling drivers +# +CONFIG_X86_INTEL_PSTATE=y +# CONFIG_X86_PCC_CPUFREQ is not set +# CONFIG_X86_AMD_PSTATE is not set +# CONFIG_X86_AMD_PSTATE_UT is not set +CONFIG_X86_ACPI_CPUFREQ=y +CONFIG_X86_ACPI_CPUFREQ_CPB=y +# CONFIG_X86_POWERNOW_K8 is not set +# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set +# CONFIG_X86_SPEEDSTEP_CENTRINO is not set +# CONFIG_X86_P4_CLOCKMOD is not set + +# +# shared options +# +# end of CPU Frequency scaling + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +CONFIG_CPU_IDLE_GOV_HALTPOLL=y +CONFIG_HALTPOLL_CPUIDLE=y +# end of CPU Idle + +# CONFIG_INTEL_IDLE is not set +# end of Power management and ACPI options + +# +# Bus options (PCI etc.) +# +CONFIG_PCI_DIRECT=y +CONFIG_PCI_MMCONFIG=y +CONFIG_MMCONF_FAM10H=y +# CONFIG_PCI_CNB20LE_QUIRK is not set +# CONFIG_ISA_BUS is not set +CONFIG_ISA_DMA_API=y +CONFIG_AMD_NB=y +# end of Bus options (PCI etc.) + +# +# Binary Emulations +# +CONFIG_IA32_EMULATION=y +# CONFIG_IA32_EMULATION_DEFAULT_DISABLED is not set +CONFIG_X86_X32_ABI=y +CONFIG_COMPAT_32=y +CONFIG_COMPAT=y +CONFIG_COMPAT_FOR_U64_ALIGNMENT=y +# end of Binary Emulations + +CONFIG_HAVE_KVM=y +CONFIG_VIRTUALIZATION=y +# CONFIG_KVM is not set +CONFIG_AS_AVX512=y +CONFIG_AS_SHA1_NI=y +CONFIG_AS_SHA256_NI=y +CONFIG_AS_TPAUSE=y +CONFIG_AS_GFNI=y +CONFIG_AS_WRUSS=y + +# +# General architecture-dependent options +# +CONFIG_HOTPLUG_SMT=y +CONFIG_HOTPLUG_CORE_SYNC=y +CONFIG_HOTPLUG_CORE_SYNC_DEAD=y +CONFIG_HOTPLUG_CORE_SYNC_FULL=y +CONFIG_HOTPLUG_SPLIT_STARTUP=y +CONFIG_HOTPLUG_PARALLEL=y +CONFIG_GENERIC_ENTRY=y +CONFIG_KPROBES=y +CONFIG_JUMP_LABEL=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +# CONFIG_STATIC_CALL_SELFTEST is not set +CONFIG_OPTPROBES=y +CONFIG_UPROBES=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_KRETPROBES=y +CONFIG_KRETPROBE_ON_RETHOOK=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_KPROBES_ON_FTRACE=y +CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_SET_DIRECT_MAP=y +CONFIG_ARCH_HAS_CPU_FINALIZE_INIT=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y +CONFIG_ARCH_WANTS_NO_INSTR=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_RUST=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_MMU_GATHER_TABLE_FREE=y +CONFIG_MMU_GATHER_RCU_TABLE_FREE=y +CONFIG_MMU_GATHER_MERGE_VMAS=y +CONFIG_MMU_LAZY_TLB_REFCOUNT=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HAS_NMI_SAFE_THIS_CPU_OPS=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y +CONFIG_LTO_NONE=y +CONFIG_ARCH_SUPPORTS_CFI_CLANG=y +CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y +CONFIG_HAVE_CONTEXT_TRACKING_USER=y +CONFIG_HAVE_CONTEXT_TRACKING_USER_OFFSTACK=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOVE_PUD=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_HAVE_ARCH_HUGE_VMALLOC=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_HAVE_ARCH_SOFT_DIRTY=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y +CONFIG_SOFTIRQ_ON_OWN_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_ARCH_MMAP_RND_BITS=28 +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8 +CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y +CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_HAVE_OBJTOOL=y +CONFIG_HAVE_JUMP_LABEL_HACK=y +CONFIG_HAVE_NOINSTR_HACK=y +CONFIG_HAVE_NOINSTR_VALIDATION=y +CONFIG_HAVE_UACCESS_VALIDATION=y +CONFIG_HAVE_STACK_VALIDATION=y +CONFIG_HAVE_RELIABLE_STACKTRACE=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_COMPAT_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_VMAP_STACK=y +CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y +CONFIG_RANDOMIZE_KSTACK_OFFSET=y +# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y +CONFIG_ARCH_USE_MEMREMAP_PROT=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_HAS_MEM_ENCRYPT=y +CONFIG_HAVE_STATIC_CALL=y +CONFIG_HAVE_STATIC_CALL_INLINE=y +CONFIG_HAVE_PREEMPT_DYNAMIC=y +CONFIG_HAVE_PREEMPT_DYNAMIC_CALL=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y +CONFIG_ARCH_HAS_ELFCORE_COMPAT=y +CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=y +CONFIG_DYNAMIC_SIGFRAME=y +CONFIG_ARCH_HAS_HW_PTE_YOUNG=y +CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +CONFIG_FUNCTION_ALIGNMENT_4B=y +CONFIG_FUNCTION_ALIGNMENT_16B=y +CONFIG_FUNCTION_ALIGNMENT=16 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_DEBUG is not set +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +CONFIG_MODULE_FORCE_UNLOAD=y +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_RQ_ALLOC_TIME=y +CONFIG_BLK_DEV_BSG_COMMON=y +# CONFIG_BLK_DEV_BSGLIB is not set +# CONFIG_BLK_DEV_INTEGRITY is not set +CONFIG_BLK_DEV_WRITE_MOUNTED=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_DEV_THROTTLING is not set +# CONFIG_BLK_WBT is not set +CONFIG_BLK_CGROUP_IOLATENCY=y +CONFIG_BLK_CGROUP_IOCOST=y +CONFIG_BLK_CGROUP_IOPRIO=y +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_EFI_PARTITION=y +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y +CONFIG_BLOCK_HOLDER_DEPRECATED=y +CONFIG_BLK_MQ_STACKING=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +# CONFIG_IOSCHED_BFQ is not set +# end of IO Schedulers + +CONFIG_ASN1=y +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y +CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_COMPAT_BINFMT_ELF=y +CONFIG_ELFCORE=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_BINFMT_SCRIPT=y +CONFIG_BINFMT_MISC=y +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SWAP=y +# CONFIG_ZSWAP is not set + +# +# Slab allocator options +# +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_RANDOM_KMALLOC_CACHES is not set +# end of Slab allocator options + +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +# CONFIG_COMPAT_BRK is not set +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=y +CONFIG_ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_EXCLUSIVE_SYSTEM_RAM=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +# CONFIG_MEMORY_HOTPLUG is not set +CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +# CONFIG_PAGE_REPORTING is not set +CONFIG_MIGRATION=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_PCP_BATCH_SCALE_MAX=5 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_MMU_NOTIFIER=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_MEMORY_FAILURE is not set +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +CONFIG_ARCH_WANTS_THP_SWAP=y +# CONFIG_TRANSPARENT_HUGEPAGE is not set +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +# CONFIG_CMA is not set +# CONFIG_MEM_SOFT_DIRTY is not set +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_ARCH_HAS_PTE_DEVMAP=y +CONFIG_ARCH_HAS_ZONE_DMA_SET=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA32=y +CONFIG_VMAP_PFN=y +CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y +CONFIG_ARCH_HAS_PKEYS=y +CONFIG_VM_EVENT_COUNTERS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +# CONFIG_DMAPOOL_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_MEMFD_CREATE=y +CONFIG_SECRETMEM=y +# CONFIG_ANON_VMA_NAME is not set +CONFIG_HAVE_ARCH_USERFAULTFD_WP=y +CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=y +CONFIG_USERFAULTFD=y +CONFIG_PTE_MARKER_UFFD_WP=y +# CONFIG_LRU_GEN is not set +CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y +CONFIG_PER_VMA_LOCK=y +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_NET_XGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=y +CONFIG_XFRM_USER=y +# CONFIG_XFRM_USER_COMPAT is not set +# CONFIG_XFRM_INTERFACE is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_AH=y +CONFIG_XFRM_ESP=y +# CONFIG_NET_KEY is not set +# CONFIG_XDP_SOCKETS is not set +CONFIG_NET_HANDSHAKE=y +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IP_FIB_TRIE_STATS is not set +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +CONFIG_IP_PNP_RARP=y +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=y +CONFIG_IP_MROUTE_COMMON=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +CONFIG_SYN_COOKIES=y +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_TUNNEL=y +# CONFIG_INET_DIAG is not set +CONFIG_TCP_CONG_ADVANCED=y +# CONFIG_TCP_CONG_BIC is not set +CONFIG_TCP_CONG_CUBIC=y +# CONFIG_TCP_CONG_WESTWOOD is not set +# CONFIG_TCP_CONG_HTCP is not set +# CONFIG_TCP_CONG_HSTCP is not set +# CONFIG_TCP_CONG_HYBLA is not set +# CONFIG_TCP_CONG_VEGAS is not set +# CONFIG_TCP_CONG_NV is not set +# CONFIG_TCP_CONG_SCALABLE is not set +# CONFIG_TCP_CONG_LP is not set +# CONFIG_TCP_CONG_VENO is not set +# CONFIG_TCP_CONG_YEAH is not set +# CONFIG_TCP_CONG_ILLINOIS is not set +# CONFIG_TCP_CONG_DCTCP is not set +# CONFIG_TCP_CONG_CDG is not set +# CONFIG_TCP_CONG_BBR is not set +CONFIG_DEFAULT_CUBIC=y +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_TCP_SIGPOOL=y +# CONFIG_TCP_AO is not set +CONFIG_TCP_MD5SIG=y +CONFIG_IPV6=y +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_INET6_AH=y +CONFIG_INET6_ESP=y +# CONFIG_INET6_ESP_OFFLOAD is not set +# CONFIG_INET6_ESPINTCP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_ILA is not set +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +CONFIG_NETLABEL=y +# CONFIG_MPTCP is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_ADVANCED is not set + +# +# Core Netfilter Configuration +# +CONFIG_NETFILTER_INGRESS=y +CONFIG_NETFILTER_EGRESS=y +CONFIG_NETFILTER_SKIP_EGRESS=y +CONFIG_NETFILTER_NETLINK=y +CONFIG_NETFILTER_BPF_LINK=y +CONFIG_NETFILTER_NETLINK_LOG=y +CONFIG_NF_CONNTRACK=y +CONFIG_NF_LOG_SYSLOG=m +CONFIG_NF_CONNTRACK_SECMARK=y +# CONFIG_NF_CONNTRACK_PROCFS is not set +# CONFIG_NF_CONNTRACK_LABELS is not set +CONFIG_NF_CONNTRACK_FTP=y +CONFIG_NF_CONNTRACK_IRC=y +# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set +CONFIG_NF_CONNTRACK_SIP=y +CONFIG_NF_CT_NETLINK=y +# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set +CONFIG_NF_NAT=y +CONFIG_NF_NAT_FTP=y +CONFIG_NF_NAT_IRC=y +CONFIG_NF_NAT_SIP=y +CONFIG_NF_NAT_MASQUERADE=y +# CONFIG_NF_TABLES is not set +CONFIG_NETFILTER_XTABLES=y +# CONFIG_NETFILTER_XTABLES_COMPAT is not set + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=m + +# +# Xtables targets +# +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_NAT=m +# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set +CONFIG_NETFILTER_XT_TARGET_NFLOG=y +# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set +CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=y +CONFIG_NETFILTER_XT_TARGET_TCPMSS=y + +# +# Xtables matches +# +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y +CONFIG_NETFILTER_XT_MATCH_POLICY=y +CONFIG_NETFILTER_XT_MATCH_STATE=y +# end of Core Netfilter Configuration + +# CONFIG_IP_SET is not set +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=y +# CONFIG_NF_SOCKET_IPV4 is not set +# CONFIG_NF_TPROXY_IPV4 is not set +# CONFIG_NF_DUP_IPV4 is not set +CONFIG_NF_LOG_ARP=m +CONFIG_NF_LOG_IPV4=m +CONFIG_NF_REJECT_IPV4=y +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +CONFIG_IP_NF_NAT=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_MANGLE=y +# CONFIG_IP_NF_RAW is not set +# end of IP: Netfilter Configuration + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_SOCKET_IPV6 is not set +# CONFIG_NF_TPROXY_IPV6 is not set +# CONFIG_NF_DUP_IPV6 is not set +CONFIG_NF_REJECT_IPV6=y +CONFIG_NF_LOG_IPV6=m +CONFIG_IP6_NF_IPTABLES=y +CONFIG_IP6_NF_MATCH_IPV6HEADER=y +CONFIG_IP6_NF_FILTER=y +CONFIG_IP6_NF_TARGET_REJECT=y +CONFIG_IP6_NF_MANGLE=y +# CONFIG_IP6_NF_RAW is not set +# end of IPv6: Netfilter Configuration + +CONFIG_NF_DEFRAG_IPV6=y +# CONFIG_NF_CONNTRACK_BRIDGE is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +# CONFIG_BRIDGE is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +CONFIG_NET_SCHED=y + +# +# Queueing/Scheduling +# +# CONFIG_NET_SCH_HTB is not set +# CONFIG_NET_SCH_HFSC is not set +# CONFIG_NET_SCH_PRIO is not set +# CONFIG_NET_SCH_MULTIQ is not set +# CONFIG_NET_SCH_RED is not set +# CONFIG_NET_SCH_SFB is not set +# CONFIG_NET_SCH_SFQ is not set +# CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCH_TBF is not set +# CONFIG_NET_SCH_CBS is not set +# CONFIG_NET_SCH_ETF is not set +# CONFIG_NET_SCH_TAPRIO is not set +# CONFIG_NET_SCH_GRED is not set +# CONFIG_NET_SCH_NETEM is not set +# CONFIG_NET_SCH_DRR is not set +# CONFIG_NET_SCH_MQPRIO is not set +# CONFIG_NET_SCH_SKBPRIO is not set +# CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set +# CONFIG_NET_SCH_CODEL is not set +# CONFIG_NET_SCH_FQ_CODEL is not set +# CONFIG_NET_SCH_CAKE is not set +# CONFIG_NET_SCH_FQ is not set +# CONFIG_NET_SCH_HHF is not set +# CONFIG_NET_SCH_PIE is not set +# CONFIG_NET_SCH_INGRESS is not set +# CONFIG_NET_SCH_PLUG is not set +# CONFIG_NET_SCH_ETS is not set +# CONFIG_NET_SCH_DEFAULT is not set + +# +# Classification +# +CONFIG_NET_CLS=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_ROUTE4 is not set +# CONFIG_NET_CLS_FW is not set +# CONFIG_NET_CLS_U32 is not set +# CONFIG_NET_CLS_FLOW is not set +CONFIG_NET_CLS_CGROUP=y +# CONFIG_NET_CLS_BPF is not set +# CONFIG_NET_CLS_FLOWER is not set +# CONFIG_NET_CLS_MATCHALL is not set +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH_NBYTE is not set +# CONFIG_NET_EMATCH_U32 is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_IPT is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_ACT_POLICE is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_SAMPLE is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +# CONFIG_NET_ACT_SIMP is not set +# CONFIG_NET_ACT_SKBEDIT is not set +# CONFIG_NET_ACT_CSUM is not set +# CONFIG_NET_ACT_MPLS is not set +# CONFIG_NET_ACT_VLAN is not set +# CONFIG_NET_ACT_BPF is not set +# CONFIG_NET_ACT_SKBMOD is not set +# CONFIG_NET_ACT_IFE is not set +# CONFIG_NET_ACT_TUNNEL_KEY is not set +# CONFIG_NET_ACT_GATE is not set +# CONFIG_NET_TC_SKB_EXT is not set +CONFIG_NET_SCH_FIFO=y +# CONFIG_DCB is not set +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +# CONFIG_NET_SWITCHDEV is not set +# CONFIG_NET_L3_MASTER_DEV is not set +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_BT is not set +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +CONFIG_FIB_RULES=y +# CONFIG_WIRELESS is not set +CONFIG_RFKILL=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +CONFIG_NET_9P=y +CONFIG_NET_9P_FD=y +CONFIG_NET_9P_VIRTIO=y +# CONFIG_NET_9P_DEBUG is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_PAGE_POOL=y +# CONFIG_PAGE_POOL_STATS is not set +CONFIG_FAILOVER=y +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_HAVE_EISA=y +# CONFIG_EISA is not set +CONFIG_HAVE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCIEPORTBUS=y +# CONFIG_HOTPLUG_PCI_PCIE is not set +# CONFIG_PCIEAER is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +CONFIG_PCIE_PME=y +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +CONFIG_PCI_ATS=y +CONFIG_PCI_LOCKLESS_CONFIG=y +# CONFIG_PCI_IOV is not set +CONFIG_PCI_PRI=y +CONFIG_PCI_PASID=y +CONFIG_PCI_LABEL=y +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_HOTPLUG_PCI=y +# CONFIG_HOTPLUG_PCI_ACPI is not set +# CONFIG_HOTPLUG_PCI_CPCI is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set + +# +# PCI controller drivers +# +# CONFIG_VMD is not set + +# +# Cadence-based PCIe controllers +# +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +# CONFIG_PCI_MESON is not set +# CONFIG_PCIE_DW_PLAT_HOST is not set +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +CONFIG_PCCARD=y +CONFIG_PCMCIA=y +CONFIG_PCMCIA_LOAD_CIS=y +CONFIG_CARDBUS=y + +# +# PC-card bridges +# +CONFIG_YENTA=y +CONFIG_YENTA_O2=y +CONFIG_YENTA_RICOH=y +CONFIG_YENTA_TI=y +CONFIG_YENTA_ENE_TUNE=y +CONFIG_YENTA_TOSHIBA=y +# CONFIG_PD6729 is not set +# CONFIG_I82092 is not set +CONFIG_PCCARD_NONSTATIC=y +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +CONFIG_AUXILIARY_BUS=y +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +# CONFIG_DEVTMPFS_SAFE is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_ALLOW_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +CONFIG_DEBUG_DEVRES=y +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_DEVICES=y +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_REGMAP=y +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_MHI_BUS is not set +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# +# Cache Drivers +# +# end of Cache Drivers + +CONFIG_CONNECTOR=y +CONFIG_PROC_EVENTS=y + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# end of ARM System Control and Management Interface Protocol + +# CONFIG_EDD is not set +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y +# CONFIG_ISCSI_IBFT is not set +# CONFIG_FW_CFG_SYSFS is not set +# CONFIG_SYSFB_SIMPLEFB is not set +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# EFI (Extensible Firmware Interface) Support +# +CONFIG_EFI_ESRT=y +CONFIG_EFI_DXE_MEM_ATTRIBUTES=y +CONFIG_EFI_RUNTIME_WRAPPERS=y +# CONFIG_EFI_BOOTLOADER_CONTROL is not set +# CONFIG_EFI_CAPSULE_LOADER is not set +# CONFIG_EFI_TEST is not set +# CONFIG_APPLE_PROPERTIES is not set +# CONFIG_RESET_ATTACK_MITIGATION is not set +# CONFIG_EFI_RCI2_TABLE is not set +# CONFIG_EFI_DISABLE_PCI_DMA is not set +CONFIG_EFI_EARLYCON=y +CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y +# CONFIG_EFI_DISABLE_RUNTIME is not set +# CONFIG_EFI_COCO_SECRET is not set +# end of EFI (Extensible Firmware Interface) Support + +# +# Qualcomm firmware drivers +# +# end of Qualcomm firmware drivers + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +# CONFIG_MTD is not set +# CONFIG_OF is not set +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +# CONFIG_PARPORT is not set +CONFIG_PNP=y +CONFIG_PNP_DEBUG_MESSAGES=y + +# +# Protocols +# +CONFIG_PNPACPI=y +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +# CONFIG_BLK_DEV_FD is not set +CONFIG_CDROM=y +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +CONFIG_VIRTIO_BLK=y +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_UBLK is not set + +# +# NVME Support +# +# CONFIG_BLK_DEV_NVME is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_IBM_ASM is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HP_ILO is not set +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_SRAM is not set +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_NSM is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +CONFIG_INTEL_MEI=y +CONFIG_INTEL_MEI_ME=y +# CONFIG_INTEL_MEI_TXE is not set +# CONFIG_INTEL_MEI_GSC is not set +# CONFIG_INTEL_MEI_HDCP is not set +# CONFIG_INTEL_MEI_PXP is not set +# CONFIG_INTEL_MEI_GSC_PROXY is not set +# CONFIG_VMWARE_VMCI is not set +# CONFIG_GENWQE is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +CONFIG_BLK_DEV_SR=y +CONFIG_CHR_DEV_SG=y +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +CONFIG_SCSI_CONSTANTS=y +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +CONFIG_SCSI_SPI_ATTRS=y +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +# CONFIG_SCSI_MPT3SAS is not set +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_VMWARE_PVSCSI is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_ISCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_IPR is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +CONFIG_SCSI_VIRTIO=y +# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_SATA_HOST=y +CONFIG_PATA_TIMINGS=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATA_FORCE=y +CONFIG_ATA_ACPI=y +# CONFIG_SATA_ZPODD is not set +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +# CONFIG_SATA_AHCI_PLATFORM is not set +# CONFIG_AHCI_DWC is not set +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +# CONFIG_SATA_SIL24 is not set +CONFIG_ATA_SFF=y + +# +# SFF controllers with custom DMA interface +# +# CONFIG_PDC_ADMA is not set +# CONFIG_SATA_QSTOR is not set +# CONFIG_SATA_SX4 is not set +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# +CONFIG_ATA_PIIX=y +# CONFIG_SATA_DWC is not set +# CONFIG_SATA_MV is not set +# CONFIG_SATA_NV is not set +# CONFIG_SATA_PROMISE is not set +# CONFIG_SATA_SIL is not set +# CONFIG_SATA_SIS is not set +# CONFIG_SATA_SVW is not set +# CONFIG_SATA_ULI is not set +# CONFIG_SATA_VIA is not set +# CONFIG_SATA_VITESSE is not set + +# +# PATA SFF controllers with BMDMA +# +# CONFIG_PATA_ALI is not set +CONFIG_PATA_AMD=y +# CONFIG_PATA_ARTOP is not set +# CONFIG_PATA_ATIIXP is not set +# CONFIG_PATA_ATP867X is not set +# CONFIG_PATA_CMD64X is not set +# CONFIG_PATA_CYPRESS is not set +# CONFIG_PATA_EFAR is not set +# CONFIG_PATA_HPT366 is not set +# CONFIG_PATA_HPT37X is not set +# CONFIG_PATA_HPT3X2N is not set +# CONFIG_PATA_HPT3X3 is not set +# CONFIG_PATA_IT8213 is not set +# CONFIG_PATA_IT821X is not set +# CONFIG_PATA_JMICRON is not set +# CONFIG_PATA_MARVELL is not set +# CONFIG_PATA_NETCELL is not set +# CONFIG_PATA_NINJA32 is not set +# CONFIG_PATA_NS87415 is not set +CONFIG_PATA_OLDPIIX=y +# CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_PDC2027X is not set +# CONFIG_PATA_PDC_OLD is not set +# CONFIG_PATA_RADISYS is not set +# CONFIG_PATA_RDC is not set +CONFIG_PATA_SCH=y +# CONFIG_PATA_SERVERWORKS is not set +# CONFIG_PATA_SIL680 is not set +# CONFIG_PATA_SIS is not set +# CONFIG_PATA_TOSHIBA is not set +# CONFIG_PATA_TRIFLEX is not set +# CONFIG_PATA_VIA is not set +# CONFIG_PATA_WINBOND is not set + +# +# PIO-only SFF controllers +# +# CONFIG_PATA_CMD640_PCI is not set +# CONFIG_PATA_MPIIX is not set +# CONFIG_PATA_NS87410 is not set +# CONFIG_PATA_OPTI is not set +# CONFIG_PATA_PCMCIA is not set +# CONFIG_PATA_RZ1000 is not set + +# +# Generic fallback / legacy drivers +# +# CONFIG_PATA_ACPI is not set +# CONFIG_ATA_GENERIC is not set +# CONFIG_PATA_LEGACY is not set +CONFIG_MD=y +CONFIG_BLK_DEV_MD=y +CONFIG_MD_AUTODETECT=y +CONFIG_MD_BITMAP_FILE=y +# CONFIG_MD_RAID0 is not set +# CONFIG_MD_RAID1 is not set +# CONFIG_MD_RAID10 is not set +# CONFIG_MD_RAID456 is not set +# CONFIG_BCACHE is not set +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DM=y +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_UNSTRIPED is not set +# CONFIG_DM_CRYPT is not set +# CONFIG_DM_SNAPSHOT is not set +# CONFIG_DM_THIN_PROVISIONING is not set +# CONFIG_DM_CACHE is not set +# CONFIG_DM_WRITECACHE is not set +# CONFIG_DM_EBS is not set +# CONFIG_DM_ERA is not set +# CONFIG_DM_CLONE is not set +CONFIG_DM_MIRROR=y +# CONFIG_DM_LOG_USERSPACE is not set +# CONFIG_DM_RAID is not set +CONFIG_DM_ZERO=y +# CONFIG_DM_MULTIPATH is not set +# CONFIG_DM_DELAY is not set +# CONFIG_DM_DUST is not set +# CONFIG_DM_INIT is not set +# CONFIG_DM_UEVENT is not set +# CONFIG_DM_FLAKEY is not set +# CONFIG_DM_VERITY is not set +# CONFIG_DM_SWITCH is not set +# CONFIG_DM_LOG_WRITES is not set +# CONFIG_DM_INTEGRITY is not set +# CONFIG_DM_AUDIT is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_MAC_EMUMOUSEBTN=y +# CONFIG_NETDEVICES is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +CONFIG_INPUT_FF_MEMLESS=y +CONFIG_INPUT_SPARSEKMAP=y +# CONFIG_INPUT_MATRIXKMAP is not set +CONFIG_INPUT_VIVALDIFMAP=y + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CYPRESS_SF is not set +CONFIG_INPUT_MOUSE=y +CONFIG_MOUSE_PS2=y +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_LIFEBOOK=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +# CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=y +# CONFIG_MOUSE_PS2_VMMOUSE is not set +CONFIG_MOUSE_PS2_SMBUS=y +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_CYAPA is not set +# CONFIG_MOUSE_ELAN_I2C is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_MOUSE_SYNAPTICS_USB is not set +CONFIG_INPUT_JOYSTICK=y +# CONFIG_JOYSTICK_ANALOG is not set +# CONFIG_JOYSTICK_A3D is not set +# CONFIG_JOYSTICK_ADI is not set +# CONFIG_JOYSTICK_COBRA is not set +# CONFIG_JOYSTICK_GF2K is not set +# CONFIG_JOYSTICK_GRIP is not set +# CONFIG_JOYSTICK_GRIP_MP is not set +# CONFIG_JOYSTICK_GUILLEMOT is not set +# CONFIG_JOYSTICK_INTERACT is not set +# CONFIG_JOYSTICK_SIDEWINDER is not set +# CONFIG_JOYSTICK_TMDC is not set +# CONFIG_JOYSTICK_IFORCE is not set +# CONFIG_JOYSTICK_WARRIOR is not set +# CONFIG_JOYSTICK_MAGELLAN is not set +# CONFIG_JOYSTICK_SPACEORB is not set +# CONFIG_JOYSTICK_SPACEBALL is not set +# CONFIG_JOYSTICK_STINGER is not set +# CONFIG_JOYSTICK_TWIDJOY is not set +# CONFIG_JOYSTICK_ZHENHUA is not set +# CONFIG_JOYSTICK_AS5011 is not set +# CONFIG_JOYSTICK_JOYDUMP is not set +# CONFIG_JOYSTICK_XPAD is not set +# CONFIG_JOYSTICK_PXRC is not set +# CONFIG_JOYSTICK_QWIIC is not set +# CONFIG_JOYSTICK_FSIA6B is not set +# CONFIG_JOYSTICK_SENSEHAT is not set +# CONFIG_JOYSTICK_SEESAW is not set +CONFIG_INPUT_TABLET=y +# CONFIG_TABLET_USB_ACECAD is not set +# CONFIG_TABLET_USB_AIPTEK is not set +# CONFIG_TABLET_USB_HANWANG is not set +# CONFIG_TABLET_USB_KBTAB is not set +# CONFIG_TABLET_USB_PEGASUS is not set +# CONFIG_TABLET_SERIAL_WACOM4 is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_AD7879 is not set +# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set +# CONFIG_TOUCHSCREEN_BU21013 is not set +# CONFIG_TOUCHSCREEN_BU21029 is not set +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8505 is not set +# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set +# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP5 is not set +# CONFIG_TOUCHSCREEN_DYNAPRO is not set +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set +# CONFIG_TOUCHSCREEN_EXC3000 is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +# CONFIG_TOUCHSCREEN_HIDEEP is not set +# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set +# CONFIG_TOUCHSCREEN_HYNITRON_CSTXXX is not set +# CONFIG_TOUCHSCREEN_ILI210X is not set +# CONFIG_TOUCHSCREEN_ILITEK is not set +# CONFIG_TOUCHSCREEN_S6SY761 is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_EKTF2127 is not set +# CONFIG_TOUCHSCREEN_ELAN is not set +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WACOM_I2C is not set +# CONFIG_TOUCHSCREEN_MAX11801 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +# CONFIG_TOUCHSCREEN_MMS114 is not set +# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS is not set +# CONFIG_TOUCHSCREEN_IMAGIS is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +# CONFIG_TOUCHSCREEN_PIXCIR is not set +# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set +# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TSC_SERIO is not set +# CONFIG_TOUCHSCREEN_TSC2004 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_SILEAD is not set +# CONFIG_TOUCHSCREEN_ST1232 is not set +# CONFIG_TOUCHSCREEN_STMFTS is not set +# CONFIG_TOUCHSCREEN_SX8654 is not set +# CONFIG_TOUCHSCREEN_TPS6507X is not set +# CONFIG_TOUCHSCREEN_ZET6223 is not set +# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set +# CONFIG_TOUCHSCREEN_IQS5XX is not set +# CONFIG_TOUCHSCREEN_IQS7211 is not set +# CONFIG_TOUCHSCREEN_ZINITIX is not set +# CONFIG_TOUCHSCREEN_HIMAX_HX83112B is not set +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AD714X is not set +# CONFIG_INPUT_BMA150 is not set +# CONFIG_INPUT_E3X0_BUTTON is not set +# CONFIG_INPUT_PCSPKR is not set +# CONFIG_INPUT_MMA8450 is not set +# CONFIG_INPUT_APANEL is not set +# CONFIG_INPUT_ATLAS_BTNS is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_KXTJ9 is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +# CONFIG_INPUT_UINPUT is not set +# CONFIG_INPUT_PCF8574 is not set +# CONFIG_INPUT_DA7280_HAPTICS is not set +# CONFIG_INPUT_ADXL34X is not set +# CONFIG_INPUT_IMS_PCU is not set +# CONFIG_INPUT_IQS269A is not set +# CONFIG_INPUT_IQS626A is not set +# CONFIG_INPUT_IQS7222 is not set +# CONFIG_INPUT_CMA3000 is not set +# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set +# CONFIG_INPUT_DRV2665_HAPTICS is not set +# CONFIG_INPUT_DRV2667_HAPTICS is not set +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +CONFIG_SERIO_I8042=y +CONFIG_SERIO_SERPORT=y +# CONFIG_SERIO_CT82C710 is not set +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +# CONFIG_VT_HW_CONSOLE_BINDING is not set +CONFIG_UNIX98_PTYS=y +# CONFIG_LEGACY_PTYS is not set +CONFIG_LEGACY_TIOCSTI=y +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_PNP=y +# CONFIG_SERIAL_8250_16550A_VARIANTS is not set +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +# CONFIG_SERIAL_8250_CS is not set +CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_8250_DETECT_IRQ=y +CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_8250_DWLIB=y +# CONFIG_SERIAL_8250_DW is not set +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_8250_LPSS=y +CONFIG_SERIAL_8250_MID=y +CONFIG_SERIAL_8250_PERICOM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_LANTIQ is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# end of Serial drivers + +CONFIG_SERIAL_NONSTANDARD=y +# CONFIG_MOXA_INTELLIO is not set +# CONFIG_MOXA_SMARTIO is not set +# CONFIG_N_HDLC is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +CONFIG_HVC_DRIVER=y +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_TTY_PRINTK is not set +CONFIG_VIRTIO_CONSOLE=y +# CONFIG_IPMI_HANDLER is not set +CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +# CONFIG_HW_RANDOM_INTEL is not set +# CONFIG_HW_RANDOM_AMD is not set +# CONFIG_HW_RANDOM_BA431 is not set +CONFIG_HW_RANDOM_VIA=y +# CONFIG_HW_RANDOM_VIRTIO is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +# CONFIG_APPLICOM is not set +# CONFIG_MWAVE is not set +CONFIG_DEVMEM=y +CONFIG_NVRAM=y +CONFIG_DEVPORT=y +CONFIG_HPET=y +# CONFIG_HPET_MMAP is not set +# CONFIG_HANGCHECK_TIMER is not set +# CONFIG_TCG_TPM is not set +# CONFIG_TELCLOCK is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_ACPI_I2C_OPREGION=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +# CONFIG_I2C_CHARDEV is not set +# CONFIG_I2C_MUX is not set +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=y +CONFIG_I2C_ALGOBIT=y + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_AMD_MP2 is not set +CONFIG_I2C_I801=y +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_ISMT is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# ACPI drivers +# +# CONFIG_I2C_SCMI is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_SIMTEC is not set +# CONFIG_I2C_XILINX is not set + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_PCI1XXXX is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_MLXCPLD is not set +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +# CONFIG_SPI is not set +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +CONFIG_PTP_1588_CLOCK_KVM=y +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# CONFIG_PTP_1588_CLOCK_MOCK is not set +# CONFIG_PTP_1588_CLOCK_VMW is not set +# end of PTP clock support + +# CONFIG_PINCTRL is not set +# CONFIG_GPIOLIB is not set +# CONFIG_W1 is not set +# CONFIG_POWER_RESET is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_POWER_SUPPLY_HWMON=y +# CONFIG_IP5XXX_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SAMSUNG_SDI is not set +# CONFIG_BATTERY_SBS is not set +# CONFIG_CHARGER_SBS is not set +# CONFIG_BATTERY_BQ27XXX is not set +# CONFIG_BATTERY_MAX17042 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_LTC4162L is not set +# CONFIG_CHARGER_MAX77976 is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_BD99954 is not set +# CONFIG_BATTERY_UG3105 is not set +# CONFIG_FUEL_GAUGE_MM8013 is not set +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# +# CONFIG_SENSORS_ABITUGURU is not set +# CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_AD7414 is not set +# CONFIG_SENSORS_AD7418 is not set +# CONFIG_SENSORS_ADM1021 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1029 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ADM1177 is not set +# CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7410 is not set +# CONFIG_SENSORS_ADT7411 is not set +# CONFIG_SENSORS_ADT7462 is not set +# CONFIG_SENSORS_ADT7470 is not set +# CONFIG_SENSORS_ADT7475 is not set +# CONFIG_SENSORS_AHT10 is not set +# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set +# CONFIG_SENSORS_AS370 is not set +# CONFIG_SENSORS_ASC7621 is not set +# CONFIG_SENSORS_AXI_FAN_CONTROL is not set +# CONFIG_SENSORS_K8TEMP is not set +# CONFIG_SENSORS_K10TEMP is not set +# CONFIG_SENSORS_FAM15H_POWER is not set +# CONFIG_SENSORS_APPLESMC is not set +# CONFIG_SENSORS_ASB100 is not set +# CONFIG_SENSORS_ATXP1 is not set +# CONFIG_SENSORS_CORSAIR_CPRO is not set +# CONFIG_SENSORS_CORSAIR_PSU is not set +# CONFIG_SENSORS_DRIVETEMP is not set +# CONFIG_SENSORS_DS620 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_DELL_SMM is not set +# CONFIG_SENSORS_I5K_AMB is not set +# CONFIG_SENSORS_F71805F is not set +# CONFIG_SENSORS_F71882FG is not set +# CONFIG_SENSORS_F75375S is not set +# CONFIG_SENSORS_FSCHMD is not set +# CONFIG_SENSORS_FTSTEUTATES is not set +# CONFIG_SENSORS_GIGABYTE_WATERFORCE is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_G760A is not set +# CONFIG_SENSORS_G762 is not set +# CONFIG_SENSORS_HIH6130 is not set +# CONFIG_SENSORS_HS3001 is not set +# CONFIG_SENSORS_I5500 is not set +# CONFIG_SENSORS_CORETEMP is not set +# CONFIG_SENSORS_IT87 is not set +# CONFIG_SENSORS_JC42 is not set +# CONFIG_SENSORS_POWERZ is not set +# CONFIG_SENSORS_POWR1220 is not set +# CONFIG_SENSORS_LINEAGE is not set +# CONFIG_SENSORS_LTC2945 is not set +# CONFIG_SENSORS_LTC2947_I2C is not set +# CONFIG_SENSORS_LTC2990 is not set +# CONFIG_SENSORS_LTC2991 is not set +# CONFIG_SENSORS_LTC4151 is not set +# CONFIG_SENSORS_LTC4215 is not set +# CONFIG_SENSORS_LTC4222 is not set +# CONFIG_SENSORS_LTC4245 is not set +# CONFIG_SENSORS_LTC4260 is not set +# CONFIG_SENSORS_LTC4261 is not set +# CONFIG_SENSORS_MAX127 is not set +# CONFIG_SENSORS_MAX16065 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX1668 is not set +# CONFIG_SENSORS_MAX197 is not set +# CONFIG_SENSORS_MAX31730 is not set +# CONFIG_SENSORS_MAX31760 is not set +# CONFIG_MAX31827 is not set +# CONFIG_SENSORS_MAX6620 is not set +# CONFIG_SENSORS_MAX6621 is not set +# CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6642 is not set +# CONFIG_SENSORS_MAX6650 is not set +# CONFIG_SENSORS_MAX6697 is not set +# CONFIG_SENSORS_MAX31790 is not set +# CONFIG_SENSORS_MC34VR500 is not set +# CONFIG_SENSORS_MCP3021 is not set +# CONFIG_SENSORS_TC654 is not set +# CONFIG_SENSORS_TPS23861 is not set +# CONFIG_SENSORS_MR75203 is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM73 is not set +# CONFIG_SENSORS_LM75 is not set +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +# CONFIG_SENSORS_LM90 is not set +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_LM95234 is not set +# CONFIG_SENSORS_LM95241 is not set +# CONFIG_SENSORS_LM95245 is not set +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +# CONFIG_SENSORS_NCT6683 is not set +# CONFIG_SENSORS_NCT6775 is not set +# CONFIG_SENSORS_NCT6775_I2C is not set +# CONFIG_SENSORS_NCT7802 is not set +# CONFIG_SENSORS_NCT7904 is not set +# CONFIG_SENSORS_NPCM7XX is not set +# CONFIG_SENSORS_NZXT_KRAKEN2 is not set +# CONFIG_SENSORS_NZXT_SMART2 is not set +# CONFIG_SENSORS_OCC_P8_I2C is not set +# CONFIG_SENSORS_OXP is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_PMBUS is not set +# CONFIG_SENSORS_SBTSI is not set +# CONFIG_SENSORS_SBRMI is not set +# CONFIG_SENSORS_SHT21 is not set +# CONFIG_SENSORS_SHT3x is not set +# CONFIG_SENSORS_SHT4x is not set +# CONFIG_SENSORS_SHTC1 is not set +# CONFIG_SENSORS_SIS5595 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC2305 is not set +# CONFIG_SENSORS_EMC6W201 is not set +# CONFIG_SENSORS_SMSC47M1 is not set +# CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47B397 is not set +# CONFIG_SENSORS_SCH5627 is not set +# CONFIG_SENSORS_SCH5636 is not set +# CONFIG_SENSORS_STTS751 is not set +# CONFIG_SENSORS_ADC128D818 is not set +# CONFIG_SENSORS_ADS7828 is not set +# CONFIG_SENSORS_AMC6821 is not set +# CONFIG_SENSORS_INA209 is not set +# CONFIG_SENSORS_INA2XX is not set +# CONFIG_SENSORS_INA238 is not set +# CONFIG_SENSORS_INA3221 is not set +# CONFIG_SENSORS_TC74 is not set +# CONFIG_SENSORS_THMC50 is not set +# CONFIG_SENSORS_TMP102 is not set +# CONFIG_SENSORS_TMP103 is not set +# CONFIG_SENSORS_TMP108 is not set +# CONFIG_SENSORS_TMP401 is not set +# CONFIG_SENSORS_TMP421 is not set +# CONFIG_SENSORS_TMP464 is not set +# CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_VIA_CPUTEMP is not set +# CONFIG_SENSORS_VIA686A is not set +# CONFIG_SENSORS_VT1211 is not set +# CONFIG_SENSORS_VT8231 is not set +# CONFIG_SENSORS_W83773G is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83791D is not set +# CONFIG_SENSORS_W83792D is not set +# CONFIG_SENSORS_W83793 is not set +# CONFIG_SENSORS_W83795 is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83L786NG is not set +# CONFIG_SENSORS_W83627HF is not set +# CONFIG_SENSORS_W83627EHF is not set +# CONFIG_SENSORS_XGENE is not set + +# +# ACPI drivers +# +# CONFIG_SENSORS_ACPI_POWER is not set +# CONFIG_SENSORS_ATK0110 is not set +# CONFIG_SENSORS_ASUS_WMI is not set +# CONFIG_SENSORS_ASUS_EC is not set +# CONFIG_SENSORS_HP_WMI is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +# CONFIG_THERMAL_STATISTICS is not set +# CONFIG_THERMAL_DEBUGFS is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_WRITABLE_TRIPS=y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +CONFIG_THERMAL_GOV_USER_SPACE=y +# CONFIG_THERMAL_EMULATION is not set + +# +# Intel thermal drivers +# +# CONFIG_INTEL_POWERCLAMP is not set +CONFIG_X86_THERMAL_VECTOR=y +CONFIG_INTEL_TCC=y +CONFIG_X86_PKG_TEMP_THERMAL=m +# CONFIG_INTEL_SOC_DTS_THERMAL is not set + +# +# ACPI INT340X thermal drivers +# +# CONFIG_INT340X_THERMAL is not set +# end of ACPI INT340X thermal drivers + +# CONFIG_INTEL_PCH_THERMAL is not set +# CONFIG_INTEL_TCC_COOLING is not set +# CONFIG_INTEL_HFI_THERMAL is not set +# end of Intel thermal drivers + +CONFIG_WATCHDOG=y +# CONFIG_WATCHDOG_CORE is not set +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +# CONFIG_WDAT_WDT is not set +# CONFIG_XILINX_WATCHDOG is not set +# CONFIG_ZIIRAVE_WATCHDOG is not set +# CONFIG_CADENCE_WATCHDOG is not set +# CONFIG_DW_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +# CONFIG_ACQUIRE_WDT is not set +# CONFIG_ADVANTECH_WDT is not set +# CONFIG_ADVANTECH_EC_WDT is not set +# CONFIG_ALIM1535_WDT is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_EBC_C384_WDT is not set +# CONFIG_EXAR_WDT is not set +# CONFIG_F71808E_WDT is not set +# CONFIG_SP5100_TCO is not set +# CONFIG_SBC_FITPC2_WATCHDOG is not set +# CONFIG_EUROTECH_WDT is not set +# CONFIG_IB700_WDT is not set +# CONFIG_IBMASR is not set +# CONFIG_WAFER_WDT is not set +# CONFIG_I6300ESB_WDT is not set +# CONFIG_IE6XX_WDT is not set +# CONFIG_ITCO_WDT is not set +# CONFIG_IT8712F_WDT is not set +# CONFIG_IT87_WDT is not set +# CONFIG_HP_WATCHDOG is not set +# CONFIG_SC1200_WDT is not set +# CONFIG_PC87413_WDT is not set +# CONFIG_NV_TCO is not set +# CONFIG_60XX_WDT is not set +# CONFIG_CPU5_WDT is not set +# CONFIG_SMSC_SCH311X_WDT is not set +# CONFIG_SMSC37B787_WDT is not set +# CONFIG_TQMX86_WDT is not set +# CONFIG_VIA_WDT is not set +# CONFIG_W83627HF_WDT is not set +# CONFIG_W83877F_WDT is not set +# CONFIG_W83977F_WDT is not set +# CONFIG_MACHZ_WDT is not set +# CONFIG_SBC_EPX_C3_WATCHDOG is not set +# CONFIG_INTEL_MEI_WDT is not set +# CONFIG_NI903X_WDT is not set +# CONFIG_NIC7018_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_AS3711 is not set +# CONFIG_MFD_SMPRO is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_CS42L43_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_INTEL_LPSS_ACPI is not set +# CONFIG_MFD_INTEL_LPSS_PCI is not set +# CONFIG_MFD_INTEL_PMC_BXT is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77541 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6370 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_RC5T583 is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_SYSCON is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS6594_I2C is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ATC260X_I2C is not set +# end of Multifunction device drivers + +# CONFIG_REGULATOR is not set +# CONFIG_RC_CORE is not set + +# +# CEC support +# +# CONFIG_MEDIA_CEC_SUPPORT is not set +# end of CEC support + +# CONFIG_MEDIA_SUPPORT is not set + +# +# Graphics support +# +CONFIG_APERTURE_HELPERS=y +CONFIG_VIDEO_CMDLINE=y +CONFIG_VIDEO_NOMODESET=y +# CONFIG_AUXDISPLAY is not set +CONFIG_AGP=y +CONFIG_AGP_AMD64=y +CONFIG_AGP_INTEL=y +# CONFIG_AGP_SIS is not set +# CONFIG_AGP_VIA is not set +CONFIG_INTEL_GTT=y +# CONFIG_VGA_SWITCHEROO is not set +CONFIG_DRM=y +CONFIG_DRM_MIPI_DSI=y +# CONFIG_DRM_DEBUG_MM is not set +CONFIG_DRM_KMS_HELPER=y +# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set +# CONFIG_DRM_FBDEV_EMULATION is not set +# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +CONFIG_DRM_DISPLAY_HELPER=y +CONFIG_DRM_DISPLAY_DP_HELPER=y +CONFIG_DRM_DISPLAY_HDCP_HELPER=y +CONFIG_DRM_DISPLAY_HDMI_HELPER=y +# CONFIG_DRM_DP_AUX_CHARDEV is not set +# CONFIG_DRM_DP_CEC is not set +CONFIG_DRM_TTM=y +CONFIG_DRM_BUDDY=y +CONFIG_DRM_GEM_SHMEM_HELPER=y + +# +# I2C encoder or helper chips +# +# CONFIG_DRM_I2C_CH7006 is not set +# CONFIG_DRM_I2C_SIL164 is not set +# CONFIG_DRM_I2C_NXP_TDA998X is not set +# CONFIG_DRM_I2C_NXP_TDA9950 is not set +# end of I2C encoder or helper chips + +# +# ARM devices +# +# end of ARM devices + +# CONFIG_DRM_RADEON is not set +# CONFIG_DRM_AMDGPU is not set +# CONFIG_DRM_NOUVEAU is not set +CONFIG_DRM_I915=y +CONFIG_DRM_I915_FORCE_PROBE="" +CONFIG_DRM_I915_CAPTURE_ERROR=y +CONFIG_DRM_I915_COMPRESS_ERROR=y +CONFIG_DRM_I915_USERPTR=y + +# +# drm/i915 Debugging +# +# CONFIG_DRM_I915_WERROR is not set +# CONFIG_DRM_I915_DEBUG is not set +# CONFIG_DRM_I915_DEBUG_MMIO is not set +# CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set +# CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set +# CONFIG_DRM_I915_DEBUG_GUC is not set +# CONFIG_DRM_I915_SELFTEST is not set +# CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set +# CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set +# CONFIG_DRM_I915_DEBUG_RUNTIME_PM is not set +# CONFIG_DRM_I915_DEBUG_WAKEREF is not set +# end of drm/i915 Debugging + +# +# drm/i915 Profile Guided Optimisation +# +CONFIG_DRM_I915_REQUEST_TIMEOUT=20000 +CONFIG_DRM_I915_FENCE_TIMEOUT=10000 +CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250 +CONFIG_DRM_I915_HEARTBEAT_INTERVAL=2500 +CONFIG_DRM_I915_PREEMPT_TIMEOUT=640 +CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500 +CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000 +CONFIG_DRM_I915_STOP_TIMEOUT=100 +CONFIG_DRM_I915_TIMESLICE_DURATION=1 +# end of drm/i915 Profile Guided Optimisation + +# CONFIG_DRM_XE is not set +# CONFIG_DRM_VGEM is not set +# CONFIG_DRM_VKMS is not set +# CONFIG_DRM_VMWGFX is not set +# CONFIG_DRM_GMA500 is not set +# CONFIG_DRM_UDL is not set +# CONFIG_DRM_AST is not set +# CONFIG_DRM_MGAG200 is not set +# CONFIG_DRM_QXL is not set +CONFIG_DRM_VIRTIO_GPU=y +CONFIG_DRM_VIRTIO_GPU_KMS=y +CONFIG_DRM_PANEL=y + +# +# Display Panels +# +# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set +# end of Display Panels + +CONFIG_DRM_BRIDGE=y +CONFIG_DRM_PANEL_BRIDGE=y + +# +# Display Interface Bridges +# +# CONFIG_DRM_ANALOGIX_ANX78XX is not set +# end of Display Interface Bridges + +# CONFIG_DRM_ETNAVIV is not set +# CONFIG_DRM_BOCHS is not set +# CONFIG_DRM_CIRRUS_QEMU is not set +# CONFIG_DRM_GM12U320 is not set +# CONFIG_DRM_SIMPLEDRM is not set +# CONFIG_DRM_VBOXVIDEO is not set +# CONFIG_DRM_GUD is not set +# CONFIG_DRM_SSD130X is not set +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y + +# +# Frame buffer Devices +# +# CONFIG_FB is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_KTZ8866 is not set +# CONFIG_BACKLIGHT_APPLE is not set +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_SAHARA is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# end of Backlight & LCD device support + +CONFIG_HDMI=y + +# +# Console display driver support +# +CONFIG_VGA_CONSOLE=y +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +# end of Console display driver support +# end of Graphics support + +# CONFIG_DRM_ACCEL is not set +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_TIMER=y +CONFIG_SND_PCM=y +CONFIG_SND_HWDEP=y +CONFIG_SND_SEQ_DEVICE=y +CONFIG_SND_JACK=y +CONFIG_SND_JACK_INPUT_DEV=y +# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_PCM_TIMER=y +CONFIG_SND_HRTIMER=y +# CONFIG_SND_DYNAMIC_MINORS is not set +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_CTL_FAST_LOOKUP=y +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_CTL_INPUT_VALIDATION is not set +CONFIG_SND_VMASTER=y +CONFIG_SND_DMA_SGBUF=y +CONFIG_SND_SEQUENCER=y +CONFIG_SND_SEQ_DUMMY=y +CONFIG_SND_SEQ_HRTIMER_DEFAULT=y +# CONFIG_SND_SEQ_UMP is not set +CONFIG_SND_DRIVERS=y +# CONFIG_SND_PCSP is not set +# CONFIG_SND_DUMMY is not set +# CONFIG_SND_ALOOP is not set +# CONFIG_SND_PCMTEST is not set +# CONFIG_SND_VIRMIDI is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_MPU401 is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS300 is not set +# CONFIG_SND_ALS4000 is not set +# CONFIG_SND_ALI5451 is not set +# CONFIG_SND_ASIHPI is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_AZT3328 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_EMU10K1 is not set +# CONFIG_SND_EMU10K1X is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_ES1938 is not set +# CONFIG_SND_ES1968 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1712 is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_LX6464ES is not set +# CONFIG_SND_MAESTRO3 is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_SONICVIBES is not set +# CONFIG_SND_TRIDENT is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +CONFIG_SND_HDA=y +CONFIG_SND_HDA_INTEL=y +CONFIG_SND_HDA_HWDEP=y +# CONFIG_SND_HDA_RECONFIG is not set +# CONFIG_SND_HDA_INPUT_BEEP is not set +# CONFIG_SND_HDA_PATCH_LOADER is not set +# CONFIG_SND_HDA_CODEC_REALTEK is not set +# CONFIG_SND_HDA_CODEC_ANALOG is not set +# CONFIG_SND_HDA_CODEC_SIGMATEL is not set +# CONFIG_SND_HDA_CODEC_VIA is not set +# CONFIG_SND_HDA_CODEC_HDMI is not set +# CONFIG_SND_HDA_CODEC_CIRRUS is not set +# CONFIG_SND_HDA_CODEC_CS8409 is not set +# CONFIG_SND_HDA_CODEC_CONEXANT is not set +# CONFIG_SND_HDA_CODEC_CA0110 is not set +# CONFIG_SND_HDA_CODEC_CA0132 is not set +# CONFIG_SND_HDA_CODEC_CMEDIA is not set +# CONFIG_SND_HDA_CODEC_SI3054 is not set +# CONFIG_SND_HDA_GENERIC is not set +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +# CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM is not set +# CONFIG_SND_HDA_CTL_DEV_ID is not set +# end of HD-Audio + +CONFIG_SND_HDA_CORE=y +CONFIG_SND_HDA_COMPONENT=y +CONFIG_SND_HDA_I915=y +CONFIG_SND_HDA_PREALLOC_SIZE=0 +CONFIG_SND_INTEL_NHLT=y +CONFIG_SND_INTEL_DSP_CONFIG=y +CONFIG_SND_INTEL_SOUNDWIRE_ACPI=y +CONFIG_SND_USB=y +# CONFIG_SND_USB_AUDIO is not set +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_USX2Y is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_US122L is not set +# CONFIG_SND_USB_6FIRE is not set +# CONFIG_SND_USB_HIFACE is not set +# CONFIG_SND_BCD2000 is not set +# CONFIG_SND_USB_POD is not set +# CONFIG_SND_USB_PODHD is not set +# CONFIG_SND_USB_TONEPORT is not set +# CONFIG_SND_USB_VARIAX is not set +CONFIG_SND_PCMCIA=y +# CONFIG_SND_VXPOCKET is not set +# CONFIG_SND_PDAUDIOCF is not set +# CONFIG_SND_SOC is not set +CONFIG_SND_X86=y +# CONFIG_HDMI_LPE_AUDIO is not set +# CONFIG_SND_VIRTIO is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +CONFIG_HIDRAW=y +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +CONFIG_HID_A4TECH=y +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +CONFIG_HID_APPLE=y +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +CONFIG_HID_BELKIN=y +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +CONFIG_HID_CHERRY=y +CONFIG_HID_CHICONY=y +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +CONFIG_HID_CYPRESS=y +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EVISION is not set +CONFIG_HID_EZKEY=y +# CONFIG_HID_FT260 is not set +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_GOOGLE_STADIA_FF is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_VRC2 is not set +# CONFIG_HID_XIAOMI is not set +CONFIG_HID_GYRATION=y +# CONFIG_HID_ICADE is not set +CONFIG_HID_ITE=y +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +CONFIG_HID_KENSINGTON=y +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LETSKETCH is not set +CONFIG_HID_LOGITECH=y +# CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set +CONFIG_LOGITECH_FF=y +# CONFIG_LOGIRUMBLEPAD2_FF is not set +# CONFIG_LOGIG940_FF is not set +CONFIG_LOGIWHEELS_FF=y +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_MEGAWORLD_FF is not set +CONFIG_HID_REDRAGON=y +CONFIG_HID_MICROSOFT=y +CONFIG_HID_MONTEREY=y +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NINTENDO is not set +# CONFIG_HID_NTI is not set +CONFIG_HID_NTRIG=y +# CONFIG_HID_ORTEK is not set +CONFIG_HID_PANTHERLORD=y +CONFIG_PANTHERLORD_FF=y +# CONFIG_HID_PENMOUNT is not set +CONFIG_HID_PETALYNX=y +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PXRC is not set +# CONFIG_HID_RAZER is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +CONFIG_HID_SAMSUNG=y +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SIGMAMICRO is not set +CONFIG_HID_SONY=y +# CONFIG_SONY_FF is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +CONFIG_HID_SUNPLUS=y +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +CONFIG_HID_TOPSEED=y +# CONFIG_HID_TOPRE is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# HID-BPF support +# +# end of HID-BPF support + +# +# USB HID support +# +CONFIG_USB_HID=y +CONFIG_HID_PID=y +CONFIG_USB_HIDDEV=y +# end of USB HID support + +CONFIG_I2C_HID=y +# CONFIG_I2C_HID_ACPI is not set +# CONFIG_I2C_HID_OF is not set + +# +# Intel ISH HID support +# +# CONFIG_INTEL_ISH_HID is not set +# end of Intel ISH HID support + +# +# AMD SFH HID Support +# +# CONFIG_AMD_SFH_HID is not set +# end of AMD SFH HID Support + +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_LED_TRIG is not set +# CONFIG_USB_ULPI_BUS is not set +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +CONFIG_USB_PCI_AMD=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +CONFIG_USB_MON=y + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=y +# CONFIG_USB_XHCI_PCI_RENESAS is not set +# CONFIG_USB_XHCI_PLATFORM is not set +CONFIG_USB_EHCI_HCD=y +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PCI=y +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +CONFIG_USB_UHCI_HCD=y +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HCD_TEST_MODE is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +CONFIG_USB_PRINTER=y +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set + +# +# USB dual-mode controller drivers +# +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_DWC3 is not set +# CONFIG_USB_DWC2 is not set +# CONFIG_USB_CHIPIDEA is not set +# CONFIG_USB_ISP1760 is not set + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_LJCA is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +# CONFIG_USB_HSIC_USB3503 is not set +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_USB_ISP1301 is not set +# end of USB Physical Layer drivers + +# CONFIG_USB_GADGET is not set +# CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set +# CONFIG_MMC is not set +# CONFIG_SCSI_UFSHCD is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_APU is not set +# CONFIG_LEDS_AW200XX is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_PCA9532 is not set +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PCA995X is not set +# CONFIG_LEDS_BD2606MVV is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_INTEL_SS4200 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +# CONFIG_LEDS_MLXCPLD is not set +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_NIC78BX is not set + +# +# Flash and Torch LED drivers +# + +# +# RGB LED drivers +# + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +# CONFIG_LEDS_TRIGGER_TIMER is not set +# CONFIG_LEDS_TRIGGER_ONESHOT is not set +# CONFIG_LEDS_TRIGGER_DISK is not set +# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_CPU is not set +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set + +# +# iptables trigger is under Netfilter config (LED target) +# +# CONFIG_LEDS_TRIGGER_TRANSIENT is not set +# CONFIG_LEDS_TRIGGER_CAMERA is not set +# CONFIG_LEDS_TRIGGER_PANIC is not set +# CONFIG_LEDS_TRIGGER_NETDEV is not set +# CONFIG_LEDS_TRIGGER_PATTERN is not set +# CONFIG_LEDS_TRIGGER_AUDIO is not set +# CONFIG_LEDS_TRIGGER_TTY is not set + +# +# Simple LED drivers +# +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_EDAC_SUPPORT=y +CONFIG_RTC_LIB=y +CONFIG_RTC_MC146818_LIB=y +CONFIG_RTC_CLASS=y +# CONFIG_RTC_HCTOSYS is not set +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +CONFIG_RTC_DRV_CMOS=y +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_RP5C01 is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_FTRTC010 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_ACPI=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_INTEL_IDXD is not set +# CONFIG_INTEL_IDXD_COMPAT is not set +# CONFIG_INTEL_IOATDMA is not set +# CONFIG_PLX_DMA is not set +# CONFIG_XILINX_DMA is not set +# CONFIG_XILINX_XDMA is not set +# CONFIG_AMD_PTDMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +CONFIG_DW_DMAC_CORE=y +# CONFIG_DW_DMAC is not set +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +CONFIG_HSU_DMA=y +# CONFIG_SF_PDMA is not set +# CONFIG_INTEL_LDMA is not set + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set + +# +# DMABUF options +# +CONFIG_SYNC_FILE=y +# CONFIG_SW_SYNC is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +# CONFIG_DMABUF_HEAPS is not set +# CONFIG_DMABUF_SYSFS_STATS is not set +# end of DMABUF options + +# CONFIG_UIO is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_ANCHOR=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_PCI_LIB=y +CONFIG_VIRTIO_PCI_LIB_LEGACY=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_PCI_ADMIN_LEGACY=y +CONFIG_VIRTIO_PCI_LEGACY=y +# CONFIG_VIRTIO_BALLOON is not set +CONFIG_VIRTIO_INPUT=y +# CONFIG_VIRTIO_MMIO is not set +CONFIG_VIRTIO_DMA_SHARED_BUFFER=y +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# CONFIG_HYPERV is not set +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +# CONFIG_STAGING is not set +# CONFIG_CHROME_PLATFORMS is not set +# CONFIG_MELLANOX_PLATFORM is not set +CONFIG_SURFACE_PLATFORMS=y +# CONFIG_SURFACE_3_POWER_OPREGION is not set +# CONFIG_SURFACE_GPE is not set +# CONFIG_SURFACE_PRO3_BUTTON is not set +CONFIG_X86_PLATFORM_DEVICES=y +CONFIG_ACPI_WMI=y +CONFIG_WMI_BMOF=y +# CONFIG_HUAWEI_WMI is not set +# CONFIG_MXM_WMI is not set +# CONFIG_NVIDIA_WMI_EC_BACKLIGHT is not set +# CONFIG_XIAOMI_WMI is not set +# CONFIG_GIGABYTE_WMI is not set +# CONFIG_YOGABOOK is not set +# CONFIG_ACERHDF is not set +# CONFIG_ACER_WIRELESS is not set +# CONFIG_ACER_WMI is not set +# CONFIG_AMD_PMC is not set +# CONFIG_AMD_HSMP is not set +# CONFIG_AMD_WBRF is not set +# CONFIG_ADV_SWBUTTON is not set +# CONFIG_APPLE_GMUX is not set +# CONFIG_ASUS_LAPTOP is not set +# CONFIG_ASUS_WIRELESS is not set +# CONFIG_ASUS_WMI is not set +CONFIG_EEEPC_LAPTOP=y +# CONFIG_X86_PLATFORM_DRIVERS_DELL is not set +# CONFIG_AMILO_RFKILL is not set +# CONFIG_FUJITSU_LAPTOP is not set +# CONFIG_FUJITSU_TABLET is not set +# CONFIG_GPD_POCKET_FAN is not set +# CONFIG_X86_PLATFORM_DRIVERS_HP is not set +# CONFIG_WIRELESS_HOTKEY is not set +# CONFIG_IBM_RTL is not set +# CONFIG_IDEAPAD_LAPTOP is not set +# CONFIG_LENOVO_YMC is not set +# CONFIG_SENSORS_HDAPS is not set +# CONFIG_THINKPAD_ACPI is not set +# CONFIG_THINKPAD_LMI is not set +# CONFIG_INTEL_ATOMISP2_PM is not set +# CONFIG_INTEL_IFS is not set +# CONFIG_INTEL_SAR_INT1092 is not set + +# +# Intel Speed Select Technology interface support +# +# CONFIG_INTEL_SPEED_SELECT_INTERFACE is not set +# end of Intel Speed Select Technology interface support + +# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set +# CONFIG_INTEL_WMI_THUNDERBOLT is not set + +# +# Intel Uncore Frequency Control +# +# CONFIG_INTEL_UNCORE_FREQ_CONTROL is not set +# end of Intel Uncore Frequency Control + +# CONFIG_INTEL_HID_EVENT is not set +# CONFIG_INTEL_VBTN is not set +# CONFIG_INTEL_OAKTRAIL is not set +# CONFIG_INTEL_PUNIT_IPC is not set +# CONFIG_INTEL_RST is not set +# CONFIG_INTEL_SMARTCONNECT is not set +# CONFIG_INTEL_TURBO_MAX_3 is not set +# CONFIG_INTEL_VSEC is not set +# CONFIG_MSI_EC is not set +# CONFIG_MSI_LAPTOP is not set +# CONFIG_MSI_WMI is not set +# CONFIG_SAMSUNG_LAPTOP is not set +# CONFIG_SAMSUNG_Q10 is not set +# CONFIG_TOSHIBA_BT_RFKILL is not set +# CONFIG_TOSHIBA_HAPS is not set +# CONFIG_TOSHIBA_WMI is not set +# CONFIG_ACPI_CMPC is not set +# CONFIG_COMPAL_LAPTOP is not set +# CONFIG_LG_LAPTOP is not set +# CONFIG_PANASONIC_LAPTOP is not set +# CONFIG_SONY_LAPTOP is not set +# CONFIG_SYSTEM76_ACPI is not set +# CONFIG_TOPSTAR_LAPTOP is not set +# CONFIG_MLX_PLATFORM is not set +# CONFIG_INSPUR_PLATFORM_PROFILE is not set +# CONFIG_INTEL_IPS is not set +# CONFIG_INTEL_SCU_PCI is not set +# CONFIG_INTEL_SCU_PLATFORM is not set +# CONFIG_SIEMENS_SIMATIC_IPC is not set +# CONFIG_WINMATE_FM07_KEYS is not set +CONFIG_P2SB=y +# CONFIG_COMMON_CLK is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +CONFIG_CLKEVT_I8253=y +CONFIG_I8253_LOCK=y +CONFIG_CLKBLD_I8253=y +# end of Clock Source drivers + +CONFIG_MAILBOX=y +CONFIG_PCC=y +# CONFIG_ALTERA_MBOX is not set +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +CONFIG_IOMMU_IO_PGTABLE=y +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +# CONFIG_IOMMU_DEFAULT_DMA_STRICT is not set +CONFIG_IOMMU_DEFAULT_DMA_LAZY=y +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_IOMMU_DMA=y +CONFIG_AMD_IOMMU=y +CONFIG_DMAR_TABLE=y +CONFIG_INTEL_IOMMU=y +# CONFIG_INTEL_IOMMU_SVM is not set +# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set +CONFIG_INTEL_IOMMU_FLOPPY_WA=y +CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=y +CONFIG_INTEL_IOMMU_PERF_EVENTS=y +# CONFIG_IOMMUFD is not set +# CONFIG_IRQ_REMAP is not set +# CONFIG_VIRTIO_IOMMU is not set + +# +# Remoteproc drivers +# +# CONFIG_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_RPMSG_QCOM_GLINK_RPM is not set +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# end of fujitsu SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# end of Enable LiteX SoC Builder specific drivers + +# CONFIG_WPCM450_SOC is not set + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# +# PM Domains +# + +# +# Amlogic PM Domains +# +# end of Amlogic PM Domains + +# +# Broadcom PM Domains +# +# end of Broadcom PM Domains + +# +# i.MX PM Domains +# +# end of i.MX PM Domains + +# +# Qualcomm PM Domains +# +# end of Qualcomm PM Domains +# end of PM Domains + +# CONFIG_PM_DEVFREQ is not set +# CONFIG_EXTCON is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_NTB is not set +# CONFIG_PWM is not set + +# +# IRQ chip support +# +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +# CONFIG_RESET_CONTROLLER is not set + +# +# PHY Subsystem +# +# CONFIG_GENERIC_PHY is not set +# CONFIG_USB_LGM_PHY is not set +# CONFIG_PHY_CAN_TRANSCEIVER is not set + +# +# PHY drivers for Broadcom platforms +# +# CONFIG_BCM_KONA_USB2_PHY is not set +# end of PHY drivers for Broadcom platforms + +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_INTEL_LGM_EMMC is not set +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_DWC_PCIE_PMU is not set +# end of Performance monitor support + +# CONFIG_RAS is not set +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +# CONFIG_LIBNVDIMM is not set +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +# CONFIG_NVMEM_LAYOUTS is not set +# CONFIG_NVMEM_RMEM is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +# CONFIG_TEE is not set +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# CONFIG_PECI is not set +# CONFIG_HTE is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +CONFIG_BUFFER_HEAD=y +CONFIG_LEGACY_DIRECT_IO=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_BCACHEFS_FS is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set +CONFIG_QUOTA=y +CONFIG_QUOTA_NETLINK_INTERFACE=y +# CONFIG_QUOTA_DEBUG is not set +CONFIG_QUOTA_TREE=y +# CONFIG_QFMT_V1 is not set +CONFIG_QFMT_V2=y +CONFIG_QUOTACTL=y +CONFIG_AUTOFS_FS=y +# CONFIG_FUSE_FS is not set +# CONFIG_OVERLAY_FS is not set + +# +# Caches +# +CONFIG_NETFS_SUPPORT=y +# CONFIG_NETFS_STATS is not set +# CONFIG_FSCACHE is not set +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +CONFIG_ISO9660_FS=y +CONFIG_JOLIET=y +CONFIG_ZISOFS=y +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_VMCORE=y +# CONFIG_PROC_VMCORE_DEVICE_DUMP is not set +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_CHILDREN=y +CONFIG_PROC_PID_ARCH_STATUS=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_INODE64 is not set +# CONFIG_TMPFS_QUOTA is not set +CONFIG_HUGETLBFS=y +# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set +CONFIG_HUGETLB_PAGE=y +CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y +CONFIG_ARCH_HAS_GIGANTIC_PAGE=y +# CONFIG_CONFIGFS_FS is not set +CONFIG_EFIVAR_FS=m +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_CRAMFS is not set +# CONFIG_SQUASHFS is not set +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +# CONFIG_PSTORE is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +CONFIG_NFS_V2=y +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +# CONFIG_NFS_SWAP is not set +# CONFIG_NFS_V4_1 is not set +CONFIG_ROOT_NFS=y +# CONFIG_NFS_FSCACHE is not set +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +CONFIG_NFSD=y +# CONFIG_NFSD_V2 is not set +# CONFIG_NFSD_V3_ACL is not set +# CONFIG_NFSD_V4 is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=y +CONFIG_NFS_COMMON=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_RPCSEC_GSS_KRB5=y +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_9P_FS=y +# CONFIG_9P_FS_POSIX_ACL is not set +# CONFIG_9P_FS_SECURITY is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +CONFIG_NLS_ASCII=y +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +CONFIG_NLS_UTF8=y +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +# CONFIG_SECURITYFS is not set +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +# CONFIG_INTEL_TXT is not set +CONFIG_LSM_MMAP_MIN_ADDR=65536 +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9 +CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256 +# CONFIG_SECURITY_SELINUX_DEBUG is not set +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +CONFIG_SECURITY_LANDLOCK=y +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +CONFIG_INTEGRITY_AUDIT=y +# CONFIG_IMA is not set +# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_SELINUX=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,selinux,smack,tomoyo,apparmor,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_INIT_STACK_NONE=y +# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL is not set +# CONFIG_GCC_PLUGIN_STACKLEAK is not set +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +# end of Memory initialization + +# +# Hardening of kernel data structures +# +# CONFIG_LIST_HARDENED is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Hardening of kernel data structures + +CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_FULL is not set +# CONFIG_RANDSTRUCT_PERFORMANCE is not set +# end of Kernel hardening options +# end of Security options + +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SIG2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_NULL2=y +# CONFIG_CRYPTO_PCRYPT is not set +# CONFIG_CRYPTO_CRYPTD is not set +CONFIG_CRYPTO_AUTHENC=y +# CONFIG_CRYPTO_TEST is not set +# end of Crypto core or helper + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +# CONFIG_CRYPTO_ECDH is not set +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ARIA is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_SM4_GENERIC is not set +# CONFIG_CRYPTO_TWOFISH is not set +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=y +CONFIG_CRYPTO_CTR=y +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_CCM=y +CONFIG_CRYPTO_GCM=y +CONFIG_CRYPTO_GENIV=y +CONFIG_CRYPTO_SEQIV=y +CONFIG_CRYPTO_ECHAINIV=y +# CONFIG_CRYPTO_ESSIV is not set +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +# CONFIG_CRYPTO_BLAKE2B is not set +CONFIG_CRYPTO_CMAC=y +CONFIG_CRYPTO_GHASH=y +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_RMD160 is not set +# CONFIG_CRYPTO_SHA1 is not set +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_SHA3=y +# CONFIG_CRYPTO_SM3_GENERIC is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_VMAC is not set +# CONFIG_CRYPTO_WP512 is not set +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_XXHASH is not set +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +# CONFIG_CRYPTO_CRCT10DIF is not set +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +# CONFIG_CRYPTO_DEFLATE is not set +# CONFIG_CRYPTO_LZO is not set +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +# CONFIG_CRYPTO_ZSTD is not set +# end of Compression + +# +# Random number generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=y +CONFIG_CRYPTO_JITTERENTROPY=y +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKS=64 +CONFIG_CRYPTO_JITTERENTROPY_MEMORY_BLOCKSIZE=32 +CONFIG_CRYPTO_JITTERENTROPY_OSR=1 +# end of Random number generation + +# +# Userspace interface +# +# CONFIG_CRYPTO_USER_API_HASH is not set +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +# CONFIG_CRYPTO_USER_API_RNG is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +# end of Userspace interface + +CONFIG_CRYPTO_HASH_INFO=y + +# +# Accelerated Cryptographic Algorithms for CPU (x86) +# +# CONFIG_CRYPTO_CURVE25519_X86 is not set +# CONFIG_CRYPTO_AES_NI_INTEL is not set +# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set +# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set +# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set +# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set +# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set +# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set +# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set +# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set +# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set +# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set +# CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64 is not set +# CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64 is not set +# CONFIG_CRYPTO_TWOFISH_X86_64 is not set +# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set +# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set +# CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 is not set +# CONFIG_CRYPTO_ARIA_AESNI_AVX2_X86_64 is not set +# CONFIG_CRYPTO_ARIA_GFNI_AVX512_X86_64 is not set +# CONFIG_CRYPTO_CHACHA20_X86_64 is not set +# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set +# CONFIG_CRYPTO_NHPOLY1305_SSE2 is not set +# CONFIG_CRYPTO_NHPOLY1305_AVX2 is not set +# CONFIG_CRYPTO_BLAKE2S_X86 is not set +# CONFIG_CRYPTO_POLYVAL_CLMUL_NI is not set +# CONFIG_CRYPTO_POLY1305_X86_64 is not set +# CONFIG_CRYPTO_SHA1_SSSE3 is not set +# CONFIG_CRYPTO_SHA256_SSSE3 is not set +# CONFIG_CRYPTO_SHA512_SSSE3 is not set +# CONFIG_CRYPTO_SM3_AVX_X86_64 is not set +# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set +# CONFIG_CRYPTO_CRC32C_INTEL is not set +# CONFIG_CRYPTO_CRC32_PCLMUL is not set +# end of Accelerated Cryptographic Algorithms for CPU (x86) + +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_PADLOCK is not set +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_CCP is not set +# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_4XXX is not set +# CONFIG_CRYPTO_DEV_QAT_420XX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +# CONFIG_CRYPTO_DEV_VIRTIO is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_FIPS_SIGNATURE_SELFTEST is not set + +# +# Certificates for signature checking +# +# CONFIG_SYSTEM_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y +CONFIG_ARCH_USE_SYM_ANNOTATIONS=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_GF128MUL=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_CRC_CCITT=y +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC64_ROCKSOFT is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +# CONFIG_CRC4 is not set +# CONFIG_CRC7 is not set +# CONFIG_LIBCRC32C is not set +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_INTERVAL_TREE=y +CONFIG_XARRAY_MULTI=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_FLAGS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_SWIOTLB=y +# CONFIG_SWIOTLB_DYNAMIC is not set +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +CONFIG_CHECK_SIGNATURE=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +# CONFIG_IRQ_POLL is not set +CONFIG_MPILIB=y +CONFIG_OID_REGISTRY=y +CONFIG_UCS2_STRING=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_TIME_NS=y +CONFIG_FONT_SUPPORT=y +CONFIG_FONT_8x16=y +CONFIG_FONT_AUTOSELECT=y +CONFIG_SG_POOL=y +CONFIG_ARCH_HAS_PMEM_API=y +CONFIG_ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION=y +CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y +CONFIG_ARCH_HAS_COPY_MC=y +CONFIG_ARCH_STACKWALK=y +CONFIG_STACKDEPOT=y +CONFIG_STACKDEPOT_MAX_FRAMES=64 +CONFIG_SBITMAP=y +# CONFIG_LWQ_TEST is not set +# end of Library routines + +CONFIG_FIRMWARE_TABLE=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_ULEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=2048 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set +CONFIG_OBJTOOL=y +CONFIG_NOINSTR_VALIDATION=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_ARCH_KCSAN=y +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_TABLE_CHECK is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_PAGE_REF is not set +# CONFIG_DEBUG_RODATA_TEST is not set +CONFIG_ARCH_HAS_DEBUG_WX=y +CONFIG_DEBUG_WX=y +CONFIG_GENERIC_PTDUMP=y +CONFIG_PTDUMP_CORE=y +# CONFIG_PTDUMP_DEBUGFS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_PER_VMA_LOCK_STATS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SHRINKER_DEBUG is not set +CONFIG_DEBUG_STACK_USAGE=y +# CONFIG_SCHED_STACK_END_CHECK is not set +CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_VM_PGTABLE is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +CONFIG_DEBUG_MEMORY_INIT=y +# CONFIG_DEBUG_PER_CPU_MAPS is not set +CONFIG_ARCH_SUPPORTS_KMAP_LOCAL_FORCE_MAP=y +# CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP is not set +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +CONFIG_HAVE_ARCH_KMSAN=y +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y +# CONFIG_HARDLOCKUP_DETECTOR is not set +CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +# CONFIG_SCHED_DEBUG is not set +CONFIG_SCHED_INFO=y +CONFIG_SCHEDSTATS=y +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set +# CONFIG_DEBUG_PREEMPT is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# CONFIG_CSD_LOCK_WAIT_DEBUG is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_NMI_CHECK_CPU is not set +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +# CONFIG_RCU_CPU_STALL_CPUTIME is not set +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +# CONFIG_DEBUG_CGROUP_REF is not set +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_NOP_TRACER=y +CONFIG_HAVE_RETHOOK=y +CONFIG_RETHOOK=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y +CONFIG_HAVE_DYNAMIC_FTRACE_NO_PATCHABLE=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_FENTRY=y +CONFIG_HAVE_OBJTOOL_MCOUNT=y +CONFIG_HAVE_OBJTOOL_NOP_MCOUNT=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_BUILDTIME_MCOUNT_SORT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +# CONFIG_MMIOTRACE is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_KPROBE_EVENTS=y +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_HIST_TRIGGERS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_KPROBE_EVENT_GEN_TEST is not set +# CONFIG_RV is not set +CONFIG_PROVIDE_OHCI1394_DMA_INIT=y +# CONFIG_SAMPLES is not set +CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=y +CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=y +CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y +CONFIG_STRICT_DEVMEM=y +# CONFIG_IO_STRICT_DEVMEM is not set + +# +# x86 Debugging +# +CONFIG_EARLY_PRINTK_USB=y +CONFIG_X86_VERBOSE_BOOTUP=y +CONFIG_EARLY_PRINTK=y +CONFIG_EARLY_PRINTK_DBGP=y +# CONFIG_EARLY_PRINTK_USB_XDBC is not set +# CONFIG_EFI_PGT_DUMP is not set +# CONFIG_DEBUG_TLBFLUSH is not set +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +# CONFIG_X86_DECODER_SELFTEST is not set +CONFIG_IO_DELAY_0X80=y +# CONFIG_IO_DELAY_0XED is not set +# CONFIG_IO_DELAY_UDELAY is not set +# CONFIG_IO_DELAY_NONE is not set +CONFIG_DEBUG_BOOT_PARAMS=y +# CONFIG_CPA_DEBUG is not set +CONFIG_DEBUG_ENTRY=y +# CONFIG_DEBUG_NMI_SELFTEST is not set +CONFIG_X86_DEBUG_FPU=y +# CONFIG_PUNIT_ATOM_DEBUG is not set +CONFIG_UNWINDER_ORC=y +# CONFIG_UNWINDER_FRAME_POINTER is not set +# end of x86 Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_TEST_REF_TRACKER is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_MAPLE_TREE is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_FPU is not set +# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set +# CONFIG_TEST_OBJPOOL is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/db/x86/64/x64/v6.8/stderr.txt b/db/x86/64/x64/v6.8/stderr.txt new file mode 100644 index 0000000..682bbb4 --- /dev/null +++ b/db/x86/64/x64/v6.8/stderr.txt @@ -0,0 +1,520 @@ +[D] Running command: ['readelf', '-Ws', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8')] +[D] Running command: ['readelf', '-WS', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8')] +Detected kernel version: 6.8.0 (from vmlinux) +[D] Arch: ArchX86(name='x86', abi='x64', compat=False, ...) +[D] Syscall table: Symbol("sys_call_table" at 0xffffffff82000180, type=OBJECT, size=0xe70) +[I] Syscall table (sys_call_table) is 3696 bytes, 462 entries +[D] Found ni_syscall: Symbol("__do_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("sys_ni_syscall" at 0xffffffff810a18a0, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("__ia32_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Found ni_syscall: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] Preferring __do_sys_ni_syscall over __ia32_sys_ni_syscall +[D] Preferring __do_sys_fork over __ia32_sys_fork +[D] Preferring __do_sys_getegid over __ia32_sys_getegid +[D] Preferring __do_sys_geteuid over __ia32_sys_geteuid +[D] Preferring __do_sys_getgid over __ia32_sys_getgid +[D] Preferring __do_sys_getpgrp over __ia32_sys_getpgrp +[D] Preferring __do_sys_getpid over __ia32_sys_getpid +[D] Preferring __do_sys_getppid over __ia32_sys_getppid +[D] Preferring __do_sys_gettid over __ia32_sys_gettid +[D] Preferring __do_sys_getuid over __ia32_sys_getuid +[D] Preferring __do_sys_inotify_init over __ia32_sys_inotify_init +[D] Preferring __do_sys_munlockall over __ia32_sys_munlockall +[D] Preferring __do_sys_ni_syscall over __ia32_sys_ni_syscall +[D] Preferring __do_sys_pause over __ia32_sys_pause +[D] Preferring __do_sys_restart_syscall over __ia32_sys_restart_syscall +[D] Preferring __do_sys_rt_sigreturn over __ia32_sys_rt_sigreturn +[D] Preferring __do_sys_sched_yield over __ia32_sys_sched_yield +[D] Preferring __do_sys_setsid over __ia32_sys_setsid +[D] Preferring __do_sys_sync over __ia32_sys_sync +[D] Preferring __do_sys_vfork over __ia32_sys_vfork +[D] Preferring __do_sys_vhangup over __ia32_sys_vhangup +[D] Preferring __x64_sys_fork over __do_sys_fork +[D] Preferring __x64_sys_getegid over __do_sys_getegid +[D] Preferring __x64_sys_geteuid over __do_sys_geteuid +[D] Preferring __x64_sys_getgid over __do_sys_getgid +[D] Preferring __x64_sys_getpgrp over __do_sys_getpgrp +[D] Preferring __x64_sys_getpid over __do_sys_getpid +[D] Preferring __x64_sys_getppid over __do_sys_getppid +[D] Preferring __x64_sys_gettid over __do_sys_gettid +[D] Preferring __x64_sys_getuid over __do_sys_getuid +[D] Preferring __x64_sys_inotify_init over __do_sys_inotify_init +[D] Preferring __x64_sys_munlockall over __do_sys_munlockall +[D] Preferring __x64_sys_ni_syscall over __do_sys_ni_syscall +[D] Preferring __x64_sys_pause over __do_sys_pause +[D] Preferring __x64_sys_restart_syscall over __do_sys_restart_syscall +[D] Preferring __x64_sys_rt_sigreturn over __do_sys_rt_sigreturn +[D] Preferring __x64_sys_sched_yield over __do_sys_sched_yield +[D] Preferring __x64_sys_setsid over __do_sys_setsid +[D] Preferring __x64_sys_sync over __do_sys_sync +[D] Preferring __x64_sys_vfork over __do_sys_vfork +[D] Preferring __x64_sys_vhangup over __do_sys_vhangup +[D] sys_call_table[0]: Symbol("__x64_sys_read" at 0xffffffff812b92a0, type=FUNC, size=0x15) +[D] sys_call_table[1]: Symbol("__x64_sys_write" at 0xffffffff812b93c0, type=FUNC, size=0x15) +[D] sys_call_table[2]: Symbol("__x64_sys_open" at 0xffffffff812b5d70, type=FUNC, size=0x8f) +[D] sys_call_table[3]: Symbol("__x64_sys_close" at 0xffffffff812b64a0, type=FUNC, size=0x72) +[D] sys_call_table[4]: Symbol("__x64_sys_newstat" at 0xffffffff812c0ba0, type=FUNC, size=0x11) +[D] sys_call_table[5]: Symbol("__x64_sys_newfstat" at 0xffffffff812c0c40, type=FUNC, size=0x11) +[D] sys_call_table[6]: Symbol("__x64_sys_newlstat" at 0xffffffff812c0bd0, type=FUNC, size=0x11) +[D] sys_call_table[7]: Symbol("__x64_sys_poll" at 0xffffffff812d5960, type=FUNC, size=0x12c) +[D] sys_call_table[8]: Symbol("__x64_sys_lseek" at 0xffffffff812b7f30, type=FUNC, size=0x15) +[D] sys_call_table[9]: Symbol("__x64_sys_mmap" at 0xffffffff8102f280, type=FUNC, size=0x36) +[D] sys_call_table[10]: Symbol("__x64_sys_mprotect" at 0xffffffff8126ead0, type=FUNC, size=0x1d) +[D] sys_call_table[11]: Symbol("__x64_sys_munmap" at 0xffffffff8126bad0, type=FUNC, size=0x19) +[D] sys_call_table[12]: Symbol("__x64_sys_brk" at 0xffffffff812688e0, type=FUNC, size=0xd) +[D] sys_call_table[13]: Symbol("__x64_sys_rt_sigaction" at 0xffffffff8108eb30, type=FUNC, size=0xf5) +[D] sys_call_table[14]: Symbol("__x64_sys_rt_sigprocmask" at 0xffffffff81089e50, type=FUNC, size=0xc7) +[D] sys_call_table[15]: Symbol("__x64_sys_rt_sigreturn" at 0xffffffff81027740, type=FUNC, size=0xd0) +[D] sys_call_table[16]: Symbol("__x64_sys_ioctl" at 0xffffffff812d22d0, type=FUNC, size=0xaf) +[D] sys_call_table[17]: Symbol("__x64_sys_pread64" at 0xffffffff812b94a0, type=FUNC, size=0xb5) +[D] sys_call_table[18]: Symbol("__x64_sys_pwrite64" at 0xffffffff812b96b0, type=FUNC, size=0xb5) +[D] sys_call_table[19]: Symbol("__x64_sys_readv" at 0xffffffff812b9820, type=FUNC, size=0x17) +[D] sys_call_table[20]: Symbol("__x64_sys_writev" at 0xffffffff812b9860, type=FUNC, size=0x17) +[D] sys_call_table[21]: Symbol("__x64_sys_access" at 0xffffffff812b4910, type=FUNC, size=0x18) +[D] sys_call_table[22]: Symbol("__x64_sys_pipe" at 0xffffffff812c5ea0, type=FUNC, size=0x12) +[D] sys_call_table[23]: Symbol("__x64_sys_select" at 0xffffffff812d57e0, type=FUNC, size=0x23) +[D] sys_call_table[24]: Symbol("__x64_sys_sched_yield" at 0xffffffff810b3400, type=FUNC, size=0xc) +[D] sys_call_table[25]: Symbol("__x64_sys_mremap" at 0xffffffff81270ab0, type=FUNC, size=0x20) +[D] sys_call_table[26]: Symbol("__x64_sys_msync" at 0xffffffff81270d90, type=FUNC, size=0x15) +[D] sys_call_table[27]: Symbol("__x64_sys_mincore" at 0xffffffff81263960, type=FUNC, size=0x15) +[D] sys_call_table[28]: Symbol("__x64_sys_madvise" at 0xffffffff812900e0, type=FUNC, size=0x57) +[D] sys_call_table[29]: Symbol("__x64_sys_shmget" at 0xffffffff8148dcd0, type=FUNC, size=0x77) +[D] sys_call_table[30]: Symbol("__x64_sys_shmat" at 0xffffffff8148e450, type=FUNC, size=0x54) +[D] sys_call_table[31]: Symbol("__x64_sys_shmctl" at 0xffffffff8148ddd0, type=FUNC, size=0x15) +[D] sys_call_table[32]: Symbol("__x64_sys_dup" at 0xffffffff812e0570, type=FUNC, size=0xed) +[D] sys_call_table[33]: Symbol("__x64_sys_dup2" at 0xffffffff812e03b0, type=FUNC, size=0xd9) +[D] sys_call_table[34]: Symbol("__x64_sys_pause" at 0xffffffff8108f4b0, type=FUNC, size=0x4e) +[D] sys_call_table[35]: Symbol("__x64_sys_nanosleep" at 0xffffffff811181c0, type=FUNC, size=0xd6) +[D] sys_call_table[36]: Symbol("__x64_sys_getitimer" at 0xffffffff81125b60, type=FUNC, size=0xc9) +[D] sys_call_table[37]: Symbol("__x64_sys_alarm" at 0xffffffff81125f90, type=FUNC, size=0x8d) +[D] sys_call_table[38]: Symbol("__x64_sys_setitimer" at 0xffffffff811260b0, type=FUNC, size=0x168) +[D] sys_call_table[39]: Symbol("__x64_sys_getpid" at 0xffffffff81092350, type=FUNC, size=0x1c) +[D] sys_call_table[40]: Symbol("__x64_sys_sendfile64" at 0xffffffff812ba300, type=FUNC, size=0xc4) +[D] sys_call_table[41]: Symbol("__x64_sys_socket" at 0xffffffff81a5ed90, type=FUNC, size=0x18) +[D] sys_call_table[42]: Symbol("__x64_sys_connect" at 0xffffffff81a5f660, type=FUNC, size=0x18) +[D] sys_call_table[43]: Symbol("__x64_sys_accept" at 0xffffffff81a5f4e0, type=FUNC, size=0x1a) +[D] sys_call_table[44]: Symbol("__x64_sys_sendto" at 0xffffffff81a5fa10, type=FUNC, size=0x27) +[D] sys_call_table[45]: Symbol("__x64_sys_recvfrom" at 0xffffffff81a5fbd0, type=FUNC, size=0x27) +[D] sys_call_table[46]: Symbol("__x64_sys_sendmsg" at 0xffffffff81a60650, type=FUNC, size=0x1a) +[D] sys_call_table[47]: Symbol("__x64_sys_recvmsg" at 0xffffffff81a609a0, type=FUNC, size=0x1a) +[D] sys_call_table[48]: Symbol("__x64_sys_shutdown" at 0xffffffff81a5ff90, type=FUNC, size=0x14) +[D] sys_call_table[49]: Symbol("__x64_sys_bind" at 0xffffffff81a5f160, type=FUNC, size=0x18) +[D] sys_call_table[50]: Symbol("__x64_sys_listen" at 0xffffffff81a5f240, type=FUNC, size=0x14) +[D] sys_call_table[51]: Symbol("__x64_sys_getsockname" at 0xffffffff81a5f760, type=FUNC, size=0x18) +[D] sys_call_table[52]: Symbol("__x64_sys_getpeername" at 0xffffffff81a5f870, type=FUNC, size=0x18) +[D] sys_call_table[53]: Symbol("__x64_sys_socketpair" at 0xffffffff81a5f030, type=FUNC, size=0x1c) +[D] sys_call_table[54]: Symbol("__x64_sys_setsockopt" at 0xffffffff81a5fd50, type=FUNC, size=0x23) +[D] sys_call_table[55]: Symbol("__x64_sys_getsockopt" at 0xffffffff81a5fe80, type=FUNC, size=0x23) +[D] sys_call_table[56]: Symbol("__x64_sys_clone" at 0xffffffff81077340, type=FUNC, size=0x20) +[D] sys_call_table[57]: Symbol("__x64_sys_fork" at 0xffffffff81077270, type=FUNC, size=0x5b) +[D] sys_call_table[58]: Symbol("__x64_sys_vfork" at 0xffffffff810772d0, type=FUNC, size=0x65) +[D] sys_call_table[59]: Symbol("__x64_sys_execve" at 0xffffffff812c3e00, type=FUNC, size=0x46) +[D] sys_call_table[60]: Symbol("__x64_sys_exit" at 0xffffffff8107d920, type=FUNC, size=0x16) +[D] sys_call_table[61]: Symbol("__x64_sys_wait4" at 0xffffffff8107e550, type=FUNC, size=0x19) +[D] sys_call_table[62]: Symbol("__x64_sys_kill" at 0xffffffff8108d9a0, type=FUNC, size=0x9b) +[D] sys_call_table[63]: Symbol("__x64_sys_newuname" at 0xffffffff81092b00, type=FUNC, size=0xd) +[D] sys_call_table[64]: Symbol("__x64_sys_semget" at 0xffffffff8148a000, type=FUNC, size=0x86) +[D] sys_call_table[65]: Symbol("__x64_sys_semop" at 0xffffffff8148b860, type=FUNC, size=0x17) +[D] sys_call_table[66]: Symbol("__x64_sys_semctl" at 0xffffffff8148a120, type=FUNC, size=0x19) +[D] sys_call_table[67]: Symbol("__x64_sys_shmdt" at 0xffffffff8148e7e0, type=FUNC, size=0xd) +[D] sys_call_table[68]: Symbol("__x64_sys_msgget" at 0xffffffff81486ea0, type=FUNC, size=0x6e) +[D] sys_call_table[69]: Symbol("__x64_sys_msgsnd" at 0xffffffff814870b0, type=FUNC, size=0x37) +[D] sys_call_table[70]: Symbol("__x64_sys_msgrcv" at 0xffffffff81487200, type=FUNC, size=0x27) +[D] sys_call_table[71]: Symbol("__x64_sys_msgctl" at 0xffffffff81486f80, type=FUNC, size=0x15) +[D] sys_call_table[72]: Symbol("__x64_sys_fcntl" at 0xffffffff812d0950, type=FUNC, size=0xa9) +[D] sys_call_table[73]: Symbol("__x64_sys_flock" at 0xffffffff813236d0, type=FUNC, size=0x11) +[D] sys_call_table[74]: Symbol("__x64_sys_fsync" at 0xffffffff812f9e00, type=FUNC, size=0x55) +[D] sys_call_table[75]: Symbol("__x64_sys_fdatasync" at 0xffffffff812f9ec0, type=FUNC, size=0x78) +[D] sys_call_table[76]: Symbol("__x64_sys_truncate" at 0xffffffff812b4460, type=FUNC, size=0x1e) +[D] sys_call_table[77]: Symbol("__x64_sys_ftruncate" at 0xffffffff812b46c0, type=FUNC, size=0x16) +[D] sys_call_table[78]: Symbol("__x64_sys_getdents" at 0xffffffff812d2f00, type=FUNC, size=0x109) +[D] sys_call_table[79]: Symbol("__x64_sys_getcwd" at 0xffffffff812fba90, type=FUNC, size=0x11) +[D] sys_call_table[80]: Symbol("__x64_sys_chdir" at 0xffffffff812b4950, type=FUNC, size=0xdc) +[D] sys_call_table[81]: Symbol("__x64_sys_fchdir" at 0xffffffff812b4b10, type=FUNC, size=0xad) +[D] sys_call_table[82]: Symbol("__x64_sys_rename" at 0xffffffff812cf890, type=FUNC, size=0x45) +[D] sys_call_table[83]: Symbol("__x64_sys_mkdir" at 0xffffffff812ce300, type=FUNC, size=0x67) +[D] sys_call_table[84]: Symbol("__x64_sys_rmdir" at 0xffffffff812ce5c0, type=FUNC, size=0x5b) +[D] sys_call_table[85]: Symbol("__x64_sys_creat" at 0xffffffff812b63d0, type=FUNC, size=0x62) +[D] sys_call_table[86]: Symbol("__x64_sys_link" at 0xffffffff812cf100, type=FUNC, size=0x45) +[D] sys_call_table[87]: Symbol("__x64_sys_unlink" at 0xffffffff812cea40, type=FUNC, size=0x5b) +[D] sys_call_table[88]: Symbol("__x64_sys_symlink" at 0xffffffff812cecb0, type=FUNC, size=0x3d) +[D] sys_call_table[89]: Symbol("__x64_sys_readlink" at 0xffffffff812c0cb0, type=FUNC, size=0x1d) +[D] sys_call_table[90]: Symbol("__x64_sys_chmod" at 0xffffffff812b5280, type=FUNC, size=0x1b) +[D] sys_call_table[91]: Symbol("__x64_sys_fchmod" at 0xffffffff812b5100, type=FUNC, size=0x76) +[D] sys_call_table[92]: Symbol("__x64_sys_chown" at 0xffffffff812b55d0, type=FUNC, size=0x20) +[D] sys_call_table[93]: Symbol("__x64_sys_fchown" at 0xffffffff812b57a0, type=FUNC, size=0x18) +[D] sys_call_table[94]: Symbol("__x64_sys_lchown" at 0xffffffff812b5610, type=FUNC, size=0x23) +[D] sys_call_table[95]: Symbol("__x64_sys_umask" at 0xffffffff810947e0, type=FUNC, size=0x23) +[D] sys_call_table[96]: Symbol("__x64_sys_gettimeofday" at 0xffffffff811128c0, type=FUNC, size=0xb8) +[D] sys_call_table[97]: Symbol("__x64_sys_getrlimit" at 0xffffffff81093880, type=FUNC, size=0xd5) +[D] sys_call_table[98]: Symbol("__x64_sys_getrusage" at 0xffffffff81094780, type=FUNC, size=0x11) +[D] sys_call_table[99]: Symbol("__x64_sys_sysinfo" at 0xffffffff810951f0, type=FUNC, size=0xd) +[D] sys_call_table[100]: Symbol("__x64_sys_times" at 0xffffffff81092490, type=FUNC, size=0x82) +[D] sys_call_table[101]: Symbol("__x64_sys_ptrace" at 0xffffffff810861e0, type=FUNC, size=0x113) +[D] sys_call_table[102]: Symbol("__x64_sys_getuid" at 0xffffffff810923d0, type=FUNC, size=0x24) +[D] sys_call_table[103]: Symbol("__x64_sys_syslog" at 0xffffffff810df870, type=FUNC, size=0x37) +[D] sys_call_table[104]: Symbol("__x64_sys_getgid" at 0xffffffff81092430, type=FUNC, size=0x24) +[D] sys_call_table[105]: Symbol("__x64_sys_setuid" at 0xffffffff81091b60, type=FUNC, size=0xd) +[D] sys_call_table[106]: Symbol("__x64_sys_setgid" at 0xffffffff81091870, type=FUNC, size=0xd) +[D] sys_call_table[107]: Symbol("__x64_sys_geteuid" at 0xffffffff81092400, type=FUNC, size=0x24) +[D] sys_call_table[108]: Symbol("__x64_sys_getegid" at 0xffffffff81092460, type=FUNC, size=0x24) +[D] sys_call_table[109]: Symbol("__x64_sys_setpgid" at 0xffffffff81092830, type=FUNC, size=0x11) +[D] sys_call_table[110]: Symbol("__x64_sys_getppid" at 0xffffffff81092390, type=FUNC, size=0x32) +[D] sys_call_table[111]: Symbol("__x64_sys_getpgrp" at 0xffffffff81092890, type=FUNC, size=0x32) +[D] sys_call_table[112]: Symbol("__x64_sys_setsid" at 0xffffffff81092af0, type=FUNC, size=0xc) +[D] sys_call_table[113]: Symbol("__x64_sys_setreuid" at 0xffffffff81091a10, type=FUNC, size=0x11) +[D] sys_call_table[114]: Symbol("__x64_sys_setregid" at 0xffffffff81091770, type=FUNC, size=0x11) +[D] sys_call_table[115]: Symbol("__x64_sys_getgroups" at 0xffffffff810a95a0, type=FUNC, size=0x84) +[D] sys_call_table[116]: Symbol("__x64_sys_setgroups" at 0xffffffff810a96e0, type=FUNC, size=0x11) +[D] sys_call_table[117]: Symbol("__x64_sys_setresuid" at 0xffffffff81091d90, type=FUNC, size=0x15) +[D] sys_call_table[118]: Symbol("__x64_sys_getresuid" at 0xffffffff81091dd0, type=FUNC, size=0x76) +[D] sys_call_table[119]: Symbol("__x64_sys_setresgid" at 0xffffffff81092080, type=FUNC, size=0x15) +[D] sys_call_table[120]: Symbol("__x64_sys_getresgid" at 0xffffffff810920c0, type=FUNC, size=0x71) +[D] sys_call_table[121]: Symbol("__x64_sys_getpgid" at 0xffffffff81092870, type=FUNC, size=0x10) +[D] sys_call_table[122]: Symbol("__x64_sys_setfsuid" at 0xffffffff81092260, type=FUNC, size=0xd) +[D] sys_call_table[123]: Symbol("__x64_sys_setfsgid" at 0xffffffff81092330, type=FUNC, size=0xd) +[D] sys_call_table[124]: Symbol("__x64_sys_getsid" at 0xffffffff810928d0, type=FUNC, size=0x81) +[D] sys_call_table[125]: Symbol("__x64_sys_capget" at 0xffffffff81084650, type=FUNC, size=0x11) +[D] sys_call_table[126]: Symbol("__x64_sys_capset" at 0xffffffff81084680, type=FUNC, size=0x11) +[D] sys_call_table[127]: Symbol("__x64_sys_rt_sigpending" at 0xffffffff8108a190, type=FUNC, size=0x73) +[D] sys_call_table[128]: Symbol("__x64_sys_rt_sigtimedwait" at 0xffffffff8108d360, type=FUNC, size=0xcc) +[D] sys_call_table[129]: Symbol("__x64_sys_rt_sigqueueinfo" at 0xffffffff8108dbe0, type=FUNC, size=0xdd) +[D] sys_call_table[130]: Symbol("__x64_sys_rt_sigsuspend" at 0xffffffff8108f500, type=FUNC, size=0x6b) +[D] sys_call_table[131]: Symbol("__x64_sys_sigaltstack" at 0xffffffff8108e3e0, type=FUNC, size=0xf6) +[D] sys_call_table[132]: Symbol("__x64_sys_utime" at 0xffffffff812fa9a0, type=FUNC, size=0x8f) +[D] sys_call_table[133]: Symbol("__x64_sys_mknod" at 0xffffffff812ce050, type=FUNC, size=0x6f) +[D] sys_call_table[134]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[135]: Symbol("__x64_sys_personality" at 0xffffffff81077a20, type=FUNC, size=0x23) +[D] sys_call_table[136]: Symbol("__x64_sys_ustat" at 0xffffffff812fcc10, type=FUNC, size=0x11) +[D] sys_call_table[137]: Symbol("__x64_sys_statfs" at 0xffffffff812fcb30, type=FUNC, size=0x11) +[D] sys_call_table[138]: Symbol("__x64_sys_fstatfs" at 0xffffffff812fcba0, type=FUNC, size=0x11) +[D] sys_call_table[139]: Symbol("__x64_sys_sysfs" at 0xffffffff812e0c40, type=FUNC, size=0x8f) +[D] sys_call_table[140]: Symbol("__x64_sys_getpriority" at 0xffffffff81091610, type=FUNC, size=0x11) +[D] sys_call_table[141]: Symbol("__x64_sys_setpriority" at 0xffffffff810915d0, type=FUNC, size=0x15) +[D] sys_call_table[142]: Symbol("__x64_sys_sched_setparam" at 0xffffffff810b2910, type=FUNC, size=0x19) +[D] sys_call_table[143]: Symbol("__x64_sys_sched_getparam" at 0xffffffff810b2d30, type=FUNC, size=0xe4) +[D] sys_call_table[144]: Symbol("__x64_sys_sched_setscheduler" at 0xffffffff810b28b0, type=FUNC, size=0x24) +[D] sys_call_table[145]: Symbol("__x64_sys_sched_getscheduler" at 0xffffffff810b2c30, type=FUNC, size=0x77) +[D] sys_call_table[146]: Symbol("__x64_sys_sched_get_priority_max" at 0xffffffff810b35a0, type=FUNC, size=0x3c) +[D] sys_call_table[147]: Symbol("__x64_sys_sched_get_priority_min" at 0xffffffff810b3620, type=FUNC, size=0x3c) +[D] sys_call_table[148]: Symbol("__x64_sys_sched_rr_get_interval" at 0xffffffff810b36a0, type=FUNC, size=0x6d) +[D] sys_call_table[149]: Symbol("__x64_sys_mlock" at 0xffffffff81265350, type=FUNC, size=0x19) +[D] sys_call_table[150]: Symbol("__x64_sys_munlock" at 0xffffffff81265410, type=FUNC, size=0xdc) +[D] sys_call_table[151]: Symbol("__x64_sys_mlockall" at 0xffffffff812655d0, type=FUNC, size=0xd) +[D] sys_call_table[152]: Symbol("__x64_sys_munlockall" at 0xffffffff812655f0, type=FUNC, size=0xa5) +[D] sys_call_table[153]: Symbol("__x64_sys_vhangup" at 0xffffffff812b65e0, type=FUNC, size=0x22) +[D] sys_call_table[154]: Symbol("__x64_sys_modify_ldt" at 0xffffffff8102d3f0, type=FUNC, size=0x5e) +[D] sys_call_table[155]: Symbol("__x64_sys_pivot_root" at 0xffffffff812e9060, type=FUNC, size=0x11) +[D] sys_call_table[156]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[157]: Symbol("__x64_sys_prctl" at 0xffffffff810950f0, type=FUNC, size=0x20) +[D] sys_call_table[158]: Symbol("__x64_sys_arch_prctl" at 0xffffffff81026b10, type=FUNC, size=0x36) +[D] sys_call_table[159]: Symbol("__x64_sys_adjtimex" at 0xffffffff81113000, type=FUNC, size=0xd) +[D] sys_call_table[160]: Symbol("__x64_sys_setrlimit" at 0xffffffff81094140, type=FUNC, size=0x6e) +[D] sys_call_table[161]: Symbol("__x64_sys_chroot" at 0xffffffff812b4c70, type=FUNC, size=0x10d) +[D] sys_call_table[162]: Symbol("__x64_sys_sync" at 0xffffffff812f9c70, type=FUNC, size=0xc) +[D] sys_call_table[163]: Symbol("__x64_sys_acct" at 0xffffffff81133ee0, type=FUNC, size=0x8a) +[D] sys_call_table[164]: Symbol("__x64_sys_settimeofday" at 0xffffffff81112b00, type=FUNC, size=0xd3) +[D] sys_call_table[165]: Symbol("__x64_sys_mount" at 0xffffffff812e8810, type=FUNC, size=0x136) +[D] sys_call_table[166]: Symbol("__x64_sys_umount" at 0xffffffff812e5820, type=FUNC, size=0x7a) +[D] sys_call_table[167]: Symbol("__x64_sys_swapon" at 0xffffffff81297800, type=FUNC, size=0x11) +[D] sys_call_table[168]: Symbol("__x64_sys_swapoff" at 0xffffffff812977c0, type=FUNC, size=0xd) +[D] sys_call_table[169]: Symbol("__x64_sys_reboot" at 0xffffffff810a76d0, type=FUNC, size=0x19) +[D] sys_call_table[170]: Symbol("__x64_sys_sethostname" at 0xffffffff81092de0, type=FUNC, size=0x221) +[D] sys_call_table[171]: Symbol("__x64_sys_setdomainname" at 0xffffffff81093420, type=FUNC, size=0x230) +[D] sys_call_table[172]: Symbol("__x64_sys_iopl" at 0xffffffff8102b5a0, type=FUNC, size=0x6f) +[D] sys_call_table[173]: Symbol("__x64_sys_ioperm" at 0xffffffff8102b560, type=FUNC, size=0x15) +[D] sys_call_table[174]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[175]: Symbol("__x64_sys_init_module" at 0xffffffff8110de40, type=FUNC, size=0x15) +[D] sys_call_table[176]: Symbol("__x64_sys_delete_module" at 0xffffffff8110e2d0, type=FUNC, size=0x11) +[D] sys_call_table[177]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[178]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[179]: Symbol("__x64_sys_quotactl" at 0xffffffff8133f610, type=FUNC, size=0x1b4) +[D] sys_call_table[180]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[181]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[182]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[183]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[184]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[185]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[186]: Symbol("__x64_sys_gettid" at 0xffffffff81092370, type=FUNC, size=0x19) +[D] sys_call_table[187]: Symbol("__x64_sys_readahead" at 0xffffffff8122e6f0, type=FUNC, size=0x15) +[D] sys_call_table[188]: Symbol("__x64_sys_setxattr" at 0xffffffff812ec5a0, type=FUNC, size=0x29) +[D] sys_call_table[189]: Symbol("__x64_sys_lsetxattr" at 0xffffffff812ec600, type=FUNC, size=0x26) +[D] sys_call_table[190]: Symbol("__x64_sys_fsetxattr" at 0xffffffff812ec660, type=FUNC, size=0xcd) +[D] sys_call_table[191]: Symbol("__x64_sys_getxattr" at 0xffffffff812ecac0, type=FUNC, size=0x1f) +[D] sys_call_table[192]: Symbol("__x64_sys_lgetxattr" at 0xffffffff812ecb00, type=FUNC, size=0x1c) +[D] sys_call_table[193]: Symbol("__x64_sys_fgetxattr" at 0xffffffff812ecb40, type=FUNC, size=0xae) +[D] sys_call_table[194]: Symbol("__x64_sys_listxattr" at 0xffffffff812ecca0, type=FUNC, size=0x1a) +[D] sys_call_table[195]: Symbol("__x64_sys_llistxattr" at 0xffffffff812ecce0, type=FUNC, size=0x17) +[D] sys_call_table[196]: Symbol("__x64_sys_flistxattr" at 0xffffffff812ecd20, type=FUNC, size=0x96) +[D] sys_call_table[197]: Symbol("__x64_sys_removexattr" at 0xffffffff812ece60, type=FUNC, size=0x19) +[D] sys_call_table[198]: Symbol("__x64_sys_lremovexattr" at 0xffffffff812ecea0, type=FUNC, size=0x16) +[D] sys_call_table[199]: Symbol("__x64_sys_fremovexattr" at 0xffffffff812ecee0, type=FUNC, size=0xa0) +[D] sys_call_table[200]: Symbol("__x64_sys_tkill" at 0xffffffff8108db80, type=FUNC, size=0x22) +[D] sys_call_table[201]: Symbol("__x64_sys_time" at 0xffffffff81112600, type=FUNC, size=0x2c) +[D] sys_call_table[202]: Symbol("__x64_sys_futex" at 0xffffffff8112c3c0, type=FUNC, size=0x1b5) +[D] sys_call_table[203]: Symbol("__x64_sys_sched_setaffinity" at 0xffffffff810b5850, type=FUNC, size=0x74) +[D] sys_call_table[204]: Symbol("__x64_sys_sched_getaffinity" at 0xffffffff810b32c0, type=FUNC, size=0xa0) +[D] sys_call_table[205]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[206]: Symbol("__x64_sys_io_setup" at 0xffffffff8131cb30, type=FUNC, size=0xae) +[D] sys_call_table[207]: Symbol("__x64_sys_io_destroy" at 0xffffffff8131cdf0, type=FUNC, size=0xd6) +[D] sys_call_table[208]: Symbol("__x64_sys_io_getevents" at 0xffffffff8131d6f0, type=FUNC, size=0xb9) +[D] sys_call_table[209]: Symbol("__x64_sys_io_submit" at 0xffffffff8131cfb0, type=FUNC, size=0x12b) +[D] sys_call_table[210]: Symbol("__x64_sys_io_cancel" at 0xffffffff8131d470, type=FUNC, size=0x139) +[D] sys_call_table[211]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[212]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[213]: Symbol("__x64_sys_epoll_create" at 0xffffffff81311d40, type=FUNC, size=0xbc) +[D] sys_call_table[214]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[215]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[216]: Symbol("__x64_sys_remap_file_pages" at 0xffffffff8126bb10, type=FUNC, size=0x20) +[D] sys_call_table[217]: Symbol("__x64_sys_getdents64" at 0xffffffff812d3120, type=FUNC, size=0x109) +[D] sys_call_table[218]: Symbol("__x64_sys_set_tid_address" at 0xffffffff81074560, type=FUNC, size=0x27) +[D] sys_call_table[219]: Symbol("__x64_sys_restart_syscall" at 0xffffffff81089be0, type=FUNC, size=0x1a) +[D] sys_call_table[220]: Symbol("__x64_sys_semtimedop" at 0xffffffff8148b540, type=FUNC, size=0x9f) +[D] sys_call_table[221]: Symbol("__x64_sys_fadvise64" at 0xffffffff81229e60, type=FUNC, size=0x1c) +[D] sys_call_table[222]: Symbol("__x64_sys_timer_create" at 0xffffffff81121630, type=FUNC, size=0x86) +[D] sys_call_table[223]: Symbol("__x64_sys_timer_settime" at 0xffffffff81121b00, type=FUNC, size=0xe7) +[D] sys_call_table[224]: Symbol("__x64_sys_timer_gettime" at 0xffffffff81121860, type=FUNC, size=0x64) +[D] sys_call_table[225]: Symbol("__x64_sys_timer_getoverrun" at 0xffffffff81121a20, type=FUNC, size=0x70) +[D] sys_call_table[226]: Symbol("__x64_sys_timer_delete" at 0xffffffff81121ec0, type=FUNC, size=0x104) +[D] sys_call_table[227]: Symbol("__x64_sys_clock_settime" at 0xffffffff81122250, type=FUNC, size=0xad) +[D] sys_call_table[228]: Symbol("__x64_sys_clock_gettime" at 0xffffffff811223b0, type=FUNC, size=0xab) +[D] sys_call_table[229]: Symbol("__x64_sys_clock_getres" at 0xffffffff811225a0, type=FUNC, size=0xaf) +[D] sys_call_table[230]: Symbol("__x64_sys_clock_nanosleep" at 0xffffffff81122b70, type=FUNC, size=0x128) +[D] sys_call_table[231]: Symbol("__x64_sys_exit_group" at 0xffffffff8107d9e0, type=FUNC, size=0x13) +[D] sys_call_table[232]: Symbol("__x64_sys_epoll_wait" at 0xffffffff81312c80, type=FUNC, size=0xf1) +[D] sys_call_table[233]: Symbol("__x64_sys_epoll_ctl" at 0xffffffff81312b60, type=FUNC, size=0x8e) +[D] sys_call_table[234]: Symbol("__x64_sys_tgkill" at 0xffffffff8108db20, type=FUNC, size=0x28) +[D] sys_call_table[235]: Symbol("__x64_sys_utimes" at 0xffffffff812fa960, type=FUNC, size=0x16) +[D] sys_call_table[236]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[237]: Symbol("__x64_sys_mbind" at 0xffffffff812a77a0, type=FUNC, size=0x24) +[D] sys_call_table[238]: Symbol("__x64_sys_set_mempolicy" at 0xffffffff812a5810, type=FUNC, size=0x15) +[D] sys_call_table[239]: Symbol("__x64_sys_get_mempolicy" at 0xffffffff812a5890, type=FUNC, size=0xb5) +[D] sys_call_table[240]: Symbol("__x64_sys_mq_open" at 0xffffffff81491540, type=FUNC, size=0x81) +[D] sys_call_table[241]: Symbol("__x64_sys_mq_unlink" at 0xffffffff81491650, type=FUNC, size=0x147) +[D] sys_call_table[242]: Symbol("__x64_sys_mq_timedsend" at 0xffffffff814918f0, type=FUNC, size=0x9f) +[D] sys_call_table[243]: Symbol("__x64_sys_mq_timedreceive" at 0xffffffff81491a30, type=FUNC, size=0x9f) +[D] sys_call_table[244]: Symbol("__x64_sys_mq_notify" at 0xffffffff81491b70, type=FUNC, size=0x6c) +[D] sys_call_table[245]: Symbol("__x64_sys_mq_getsetattr" at 0xffffffff81491c50, type=FUNC, size=0x15) +[D] sys_call_table[246]: Symbol("__x64_sys_kexec_load" at 0xffffffff81136ac0, type=FUNC, size=0xcc) +[D] sys_call_table[247]: Symbol("__x64_sys_waitid" at 0xffffffff8107e200, type=FUNC, size=0x20) +[D] sys_call_table[248]: Symbol("__x64_sys_add_key" at 0xffffffff81496db0, type=FUNC, size=0x20) +[D] sys_call_table[249]: Symbol("__x64_sys_request_key" at 0xffffffff81496df0, type=FUNC, size=0x19) +[D] sys_call_table[250]: Symbol("__x64_sys_keyctl" at 0xffffffff814985b0, type=FUNC, size=0x20) +[D] sys_call_table[251]: Symbol("__x64_sys_ioprio_set" at 0xffffffff815045f0, type=FUNC, size=0x15) +[D] sys_call_table[252]: Symbol("__x64_sys_ioprio_get" at 0xffffffff81504630, type=FUNC, size=0x11) +[D] sys_call_table[253]: Symbol("__x64_sys_inotify_init" at 0xffffffff8130c690, type=FUNC, size=0x50) +[D] sys_call_table[254]: Symbol("__x64_sys_inotify_add_watch" at 0xffffffff8130c6e0, type=FUNC, size=0x12e) +[D] sys_call_table[255]: Symbol("__x64_sys_inotify_rm_watch" at 0xffffffff8130c940, type=FUNC, size=0xbe) +[D] sys_call_table[256]: Symbol("__x64_sys_migrate_pages" at 0xffffffff812a5850, type=FUNC, size=0x1c) +[D] sys_call_table[257]: Symbol("__x64_sys_openat" at 0xffffffff812b5e90, type=FUNC, size=0x8e) +[D] sys_call_table[258]: Symbol("__x64_sys_mkdirat" at 0xffffffff812ce260, type=FUNC, size=0x62) +[D] sys_call_table[259]: Symbol("__x64_sys_mknodat" at 0xffffffff812cdfd0, type=FUNC, size=0x38) +[D] sys_call_table[260]: Symbol("__x64_sys_fchownat" at 0xffffffff812b5570, type=FUNC, size=0x23) +[D] sys_call_table[261]: Symbol("__x64_sys_futimesat" at 0xffffffff812fa920, type=FUNC, size=0x15) +[D] sys_call_table[262]: Symbol("__x64_sys_newfstatat" at 0xffffffff812c0c00, type=FUNC, size=0x19) +[D] sys_call_table[263]: Symbol("__x64_sys_unlinkat" at 0xffffffff812ce980, type=FUNC, size=0x53) +[D] sys_call_table[264]: Symbol("__x64_sys_renameat" at 0xffffffff812cf7f0, type=FUNC, size=0x4d) +[D] sys_call_table[265]: Symbol("__x64_sys_linkat" at 0xffffffff812cf030, type=FUNC, size=0x61) +[D] sys_call_table[266]: Symbol("__x64_sys_symlinkat" at 0xffffffff812cec30, type=FUNC, size=0x40) +[D] sys_call_table[267]: Symbol("__x64_sys_readlinkat" at 0xffffffff812c0c70, type=FUNC, size=0x1c) +[D] sys_call_table[268]: Symbol("__x64_sys_fchmodat" at 0xffffffff812b5240, type=FUNC, size=0x1a) +[D] sys_call_table[269]: Symbol("__x64_sys_faccessat" at 0xffffffff812b4890, type=FUNC, size=0x17) +[D] sys_call_table[270]: Symbol("__x64_sys_pselect6" at 0xffffffff812d5830, type=FUNC, size=0x91) +[D] sys_call_table[271]: Symbol("__x64_sys_ppoll" at 0xffffffff812d5bc0, type=FUNC, size=0x145) +[D] sys_call_table[272]: Symbol("__x64_sys_unshare" at 0xffffffff81077870, type=FUNC, size=0x10) +[D] sys_call_table[273]: Symbol("__x64_sys_set_robust_list" at 0xffffffff8112c050, type=FUNC, size=0x2a) +[D] sys_call_table[274]: Symbol("__x64_sys_get_robust_list" at 0xffffffff8112c0b0, type=FUNC, size=0xa5) +[D] sys_call_table[275]: Symbol("__x64_sys_splice" at 0xffffffff812f9180, type=FUNC, size=0x104) +[D] sys_call_table[276]: Symbol("__x64_sys_tee" at 0xffffffff812f97a0, type=FUNC, size=0xc6) +[D] sys_call_table[277]: Symbol("__x64_sys_sync_file_range" at 0xffffffff812fa130, type=FUNC, size=0x6f) +[D] sys_call_table[278]: Symbol("__x64_sys_vmsplice" at 0xffffffff812f9140, type=FUNC, size=0x19) +[D] sys_call_table[279]: Symbol("__x64_sys_move_pages" at 0xffffffff812ace30, type=FUNC, size=0x27) +[D] sys_call_table[280]: Symbol("__x64_sys_utimensat" at 0xffffffff812fa7c0, type=FUNC, size=0xab) +[D] sys_call_table[281]: Symbol("__x64_sys_epoll_pwait" at 0xffffffff81312e80, type=FUNC, size=0x128) +[D] sys_call_table[282]: Symbol("__x64_sys_signalfd" at 0xffffffff81314090, type=FUNC, size=0x75) +[D] sys_call_table[283]: Symbol("__x64_sys_timerfd_create" at 0xffffffff813152b0, type=FUNC, size=0x11) +[D] sys_call_table[284]: Symbol("__x64_sys_eventfd" at 0xffffffff813160a0, type=FUNC, size=0x12) +[D] sys_call_table[285]: Symbol("__x64_sys_fallocate" at 0xffffffff812b47b0, type=FUNC, size=0x63) +[D] sys_call_table[286]: Symbol("__x64_sys_timerfd_settime" at 0xffffffff813152f0, type=FUNC, size=0x91) +[D] sys_call_table[287]: Symbol("__x64_sys_timerfd_gettime" at 0xffffffff81315420, type=FUNC, size=0x64) +[D] sys_call_table[288]: Symbol("__x64_sys_accept4" at 0xffffffff81a5f4a0, type=FUNC, size=0x1c) +[D] sys_call_table[289]: Symbol("__x64_sys_signalfd4" at 0xffffffff81313f90, type=FUNC, size=0x7b) +[D] sys_call_table[290]: Symbol("__x64_sys_eventfd2" at 0xffffffff81316060, type=FUNC, size=0x14) +[D] sys_call_table[291]: Symbol("__x64_sys_epoll_create1" at 0xffffffff81311d20, type=FUNC, size=0x10) +[D] sys_call_table[292]: Symbol("__x64_sys_dup3" at 0xffffffff812e0370, type=FUNC, size=0x18) +[D] sys_call_table[293]: Symbol("__x64_sys_pipe2" at 0xffffffff812c5e60, type=FUNC, size=0x14) +[D] sys_call_table[294]: Symbol("__x64_sys_inotify_init1" at 0xffffffff8130c670, type=FUNC, size=0x10) +[D] sys_call_table[295]: Symbol("__x64_sys_preadv" at 0xffffffff812b98a0, type=FUNC, size=0xec) +[D] sys_call_table[296]: Symbol("__x64_sys_pwritev" at 0xffffffff812b9a10, type=FUNC, size=0xec) +[D] sys_call_table[297]: Symbol("__x64_sys_rt_tgsigqueueinfo" at 0xffffffff8108de60, type=FUNC, size=0xe8) +[D] sys_call_table[298]: Symbol("__x64_sys_perf_event_open" at 0xffffffff812157b0, type=FUNC, size=0x20) +[D] sys_call_table[299]: Symbol("__x64_sys_recvmmsg" at 0xffffffff81a60ea0, type=FUNC, size=0xc2) +[D] sys_call_table[300]: Symbol("__x64_sys_fanotify_init" at 0xffffffff813104a0, type=FUNC, size=0x11) +[D] sys_call_table[301]: Symbol("__x64_sys_fanotify_mark" at 0xffffffff813104e0, type=FUNC, size=0x23) +[D] sys_call_table[302]: Symbol("__x64_sys_prlimit64" at 0xffffffff81094100, type=FUNC, size=0x19) +[D] sys_call_table[303]: Symbol("__x64_sys_name_to_handle_at" at 0xffffffff8132fcd0, type=FUNC, size=0xb3) +[D] sys_call_table[304]: Symbol("__x64_sys_open_by_handle_at" at 0xffffffff8132fe50, type=FUNC, size=0x17) +[D] sys_call_table[305]: Symbol("__x64_sys_clock_adjtime" at 0xffffffff81122570, type=FUNC, size=0x11) +[D] sys_call_table[306]: Symbol("__x64_sys_syncfs" at 0xffffffff812f9ce0, type=FUNC, size=0x8e) +[D] sys_call_table[307]: Symbol("__x64_sys_sendmmsg" at 0xffffffff81a60850, type=FUNC, size=0x22) +[D] sys_call_table[308]: Symbol("__x64_sys_setns" at 0xffffffff810a4910, type=FUNC, size=0x11) +[D] sys_call_table[309]: Symbol("__x64_sys_getcpu" at 0xffffffff81095130, type=FUNC, size=0x5f) +[D] sys_call_table[310]: Symbol("__x64_sys_process_vm_readv" at 0xffffffff8127de00, type=FUNC, size=0x28) +[D] sys_call_table[311]: Symbol("__x64_sys_process_vm_writev" at 0xffffffff8127de60, type=FUNC, size=0x28) +[D] sys_call_table[312]: Symbol("__x64_sys_kcmp" at 0xffffffff81110ab0, type=FUNC, size=0x20) +[D] sys_call_table[313]: Symbol("__x64_sys_finit_module" at 0xffffffff8110de80, type=FUNC, size=0x81) +[D] sys_call_table[314]: Symbol("__x64_sys_sched_setattr" at 0xffffffff810b2950, type=FUNC, size=0x165) +[D] sys_call_table[315]: Symbol("__x64_sys_sched_getattr" at 0xffffffff810b2f10, type=FUNC, size=0x14b) +[D] sys_call_table[316]: Symbol("__x64_sys_renameat2" at 0xffffffff812cf730, type=FUNC, size=0x55) +[D] sys_call_table[317]: Symbol("__x64_sys_seccomp" at 0xffffffff81163ce0, type=FUNC, size=0x15) +[D] sys_call_table[318]: Symbol("__x64_sys_getrandom" at 0xffffffff816515e0, type=FUNC, size=0xad) +[D] sys_call_table[319]: Symbol("__x64_sys_memfd_create" at 0xffffffff812b2f20, type=FUNC, size=0x11) +[D] sys_call_table[320]: Symbol("__x64_sys_kexec_file_load" at 0xffffffff81137f60, type=FUNC, size=0x20) +[D] sys_call_table[321]: Symbol("__x64_sys_bpf" at 0xffffffff811addc0, type=FUNC, size=0x1f) +[D] sys_call_table[322]: Symbol("__x64_sys_execveat" at 0xffffffff812c3ea0, type=FUNC, size=0x55) +[D] sys_call_table[323]: Symbol("__x64_sys_userfaultfd" at 0xffffffff81319d20, type=FUNC, size=0x3a) +[D] sys_call_table[324]: Symbol("__x64_sys_membarrier" at 0xffffffff810d1090, type=FUNC, size=0x13e) +[D] sys_call_table[325]: Symbol("__x64_sys_mlock2" at 0xffffffff81265390, type=FUNC, size=0x3e) +[D] sys_call_table[326]: Symbol("__x64_sys_copy_file_range" at 0xffffffff812bb190, type=FUNC, size=0x24) +[D] sys_call_table[327]: Symbol("__x64_sys_preadv2" at 0xffffffff812b99b0, type=FUNC, size=0x31) +[D] sys_call_table[328]: Symbol("__x64_sys_pwritev2" at 0xffffffff812b9b20, type=FUNC, size=0x31) +[D] sys_call_table[329]: Symbol("__x64_sys_pkey_mprotect" at 0xffffffff8126eb10, type=FUNC, size=0x1c) +[D] sys_call_table[330]: Symbol("__x64_sys_pkey_alloc" at 0xffffffff8126eb50, type=FUNC, size=0x11) +[D] sys_call_table[331]: Symbol("__x64_sys_pkey_free" at 0xffffffff8126eb80, type=FUNC, size=0x115) +[D] sys_call_table[332]: Symbol("__x64_sys_statx" at 0xffffffff812c0d70, type=FUNC, size=0x75) +[D] sys_call_table[333]: Symbol("__x64_sys_io_pgetevents" at 0xffffffff8131d870, type=FUNC, size=0x156) +[D] sys_call_table[334]: Symbol("__x64_sys_rseq" at 0xffffffff8121ebd0, type=FUNC, size=0x179) +[D] sys_call_table[335]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[336]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[337]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[338]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[339]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[340]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[341]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[342]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[343]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[344]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[345]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[346]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[347]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[348]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[349]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[350]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[351]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[352]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[353]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[354]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[355]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[356]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[357]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[358]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[359]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[360]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[361]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[362]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[363]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[364]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[365]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[366]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[367]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[368]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[369]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[370]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[371]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[372]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[373]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[374]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[375]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[376]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[377]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[378]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[379]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[380]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[381]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[382]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[383]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[384]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[385]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[386]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[387]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[388]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[389]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[390]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[391]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[392]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[393]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[394]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[395]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[396]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[397]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[398]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[399]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[400]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[401]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[402]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[403]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[404]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[405]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[406]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[407]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[408]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[409]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[410]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[411]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[412]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[413]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[414]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[415]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[416]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[417]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[418]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[419]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[420]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[421]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[422]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[423]: Symbol("__x64_sys_ni_syscall" at 0xffffffff81002210, type=FUNC, size=0xc) +[D] sys_call_table[424]: Symbol("__x64_sys_pidfd_send_signal" at 0xffffffff8108dae0, type=FUNC, size=0x19) +[D] sys_call_table[425]: Symbol("__x64_sys_io_uring_setup" at 0xffffffff81523750, type=FUNC, size=0x55) +[D] sys_call_table[426]: Symbol("__x64_sys_io_uring_enter" at 0xffffffff815236d0, type=FUNC, size=0x24) +[D] sys_call_table[427]: Symbol("__x64_sys_io_uring_register" at 0xffffffff81534710, type=FUNC, size=0x19) +[D] sys_call_table[428]: Symbol("__x64_sys_open_tree" at 0xffffffff812e7470, type=FUNC, size=0x186) +[D] sys_call_table[429]: Symbol("__x64_sys_move_mount" at 0xffffffff812e8ad0, type=FUNC, size=0x20) +[D] sys_call_table[430]: Symbol("__x64_sys_fsopen" at 0xffffffff812ff3a0, type=FUNC, size=0x124) +[D] sys_call_table[431]: Symbol("__x64_sys_fsconfig" at 0xffffffff812ff900, type=FUNC, size=0x20) +[D] sys_call_table[432]: Symbol("__x64_sys_fsmount" at 0xffffffff812e8a90, type=FUNC, size=0x15) +[D] sys_call_table[433]: Symbol("__x64_sys_fspick" at 0xffffffff812ff600, type=FUNC, size=0x17c) +[D] sys_call_table[434]: Symbol("__x64_sys_pidfd_open" at 0xffffffff8109e3f0, type=FUNC, size=0x10a) +[D] sys_call_table[435]: Symbol("__x64_sys_clone3" at 0xffffffff81077380, type=FUNC, size=0x11) +[D] sys_call_table[436]: Symbol("__x64_sys_close_range" at 0xffffffff812b65a0, type=FUNC, size=0x18) +[D] sys_call_table[437]: Symbol("__x64_sys_openat2" at 0xffffffff812b5fb0, type=FUNC, size=0xf0) +[D] sys_call_table[438]: Symbol("__x64_sys_pidfd_getfd" at 0xffffffff8109e610, type=FUNC, size=0x74) +[D] sys_call_table[439]: Symbol("__x64_sys_faccessat2" at 0xffffffff812b48d0, type=FUNC, size=0x19) +[D] sys_call_table[440]: Symbol("__x64_sys_process_madvise" at 0xffffffff812901a0, type=FUNC, size=0x20) +[D] sys_call_table[441]: Symbol("__x64_sys_epoll_pwait2" at 0xffffffff813130e0, type=FUNC, size=0xc1) +[D] sys_call_table[442]: Symbol("__x64_sys_mount_setattr" at 0xffffffff812e9090, type=FUNC, size=0x20) +[D] sys_call_table[443]: Symbol("__x64_sys_quotactl_fd" at 0xffffffff8133f990, type=FUNC, size=0x1ee) +[D] sys_call_table[444]: Symbol("__x64_sys_landlock_create_ruleset" at 0xffffffff814c6ad0, type=FUNC, size=0x1fc) +[D] sys_call_table[445]: Symbol("__x64_sys_landlock_add_rule" at 0xffffffff814c6ed0, type=FUNC, size=0x96) +[D] sys_call_table[446]: Symbol("__x64_sys_landlock_restrict_self" at 0xffffffff814c7010, type=FUNC, size=0x108) +[D] sys_call_table[447]: Symbol("__x64_sys_memfd_secret" at 0xffffffff812aef90, type=FUNC, size=0x93) +[D] sys_call_table[448]: Symbol("__x64_sys_process_mrelease" at 0xffffffff81229a80, type=FUNC, size=0x11) +[D] sys_call_table[449]: Symbol("__x64_sys_futex_waitv" at 0xffffffff8112cb60, type=FUNC, size=0x20) +[D] sys_call_table[450]: Symbol("__x64_sys_set_mempolicy_home_node" at 0xffffffff812a7130, type=FUNC, size=0x19) +[D] sys_call_table[451]: Symbol("__x64_sys_cachestat" at 0xffffffff81225d40, type=FUNC, size=0x189) +[D] sys_call_table[452]: Symbol("__x64_sys_fchmodat2" at 0xffffffff812b5200, type=FUNC, size=0x1c) +[D] sys_call_table[453]: Symbol("__x64_sys_map_shadow_stack" at 0xffffffff810637e0, type=FUNC, size=0x79) +[D] sys_call_table[454]: Symbol("__x64_sys_futex_wake" at 0xffffffff8112cba0, type=FUNC, size=0x91) +[D] sys_call_table[455]: Symbol("__x64_sys_futex_wait" at 0xffffffff8112ccd0, type=FUNC, size=0x11c) +[D] sys_call_table[456]: Symbol("__x64_sys_futex_requeue" at 0xffffffff8112cf00, type=FUNC, size=0x19) +[D] sys_call_table[457]: Symbol("__x64_sys_statmount" at 0xffffffff812e9100, type=FUNC, size=0x19) +[D] sys_call_table[458]: Symbol("__x64_sys_listmount" at 0xffffffff812e9140, type=FUNC, size=0x19) +[D] sys_call_table[459]: Symbol("__x64_sys_lsm_get_self_attr" at 0xffffffff8149d230, type=FUNC, size=0x1c) +[D] sys_call_table[460]: Symbol("__x64_sys_lsm_set_self_attr" at 0xffffffff8149d1f0, type=FUNC, size=0x1c) +[D] sys_call_table[461]: Symbol("__x64_sys_lsm_list_modules" at 0xffffffff8149d270, type=FUNC, size=0x97) +[I] Common syscall symbol prefixes: __x64_sys_, __x64_, __ +[I] 106 syscall table entries point to __x64_sys_ni_syscall +[D] Running command: ['addr2line', '-e', PosixPath('/mnt/m2data/kernels/vmlinux-x86-64-v6.8'), '0xffffffff812b92a0', '0xffffffff812b93c0', '0xffffffff812b5d70', '0xffffffff812b64a0', '0xffffffff812c0ba0', '0xffffffff812c0c40', '0xffffffff812c0bd0', '0xffffffff812d5960', '0xffffffff812b7f30', '0xffffffff8102f280', '0xffffffff8126ead0', '0xffffffff8126bad0', '0xffffffff812688e0', '0xffffffff8108eb30', '0xffffffff81089e50', '0xffffffff81027740', '0xffffffff812d22d0', '0xffffffff812b94a0', '0xffffffff812b96b0', '0xffffffff812b9820', '0xffffffff812b9860', '0xffffffff812b4910', '0xffffffff812c5ea0', '0xffffffff812d57e0', '0xffffffff810b3400', '0xffffffff81270ab0', '0xffffffff81270d90', '0xffffffff81263960', '0xffffffff812900e0', '0xffffffff8148dcd0', '0xffffffff8148e450', '0xffffffff8148ddd0', '0xffffffff812e0570', '0xffffffff812e03b0', '0xffffffff8108f4b0', '0xffffffff811181c0', '0xffffffff81125b60', '0xffffffff81125f90', '0xffffffff811260b0', '0xffffffff81092350', '0xffffffff812ba300', '0xffffffff81a5ed90', '0xffffffff81a5f660', '0xffffffff81a5f4e0', '0xffffffff81a5fa10', '0xffffffff81a5fbd0', '0xffffffff81a60650', '0xffffffff81a609a0', '0xffffffff81a5ff90', '0xffffffff81a5f160', '0xffffffff81a5f240', '0xffffffff81a5f760', '0xffffffff81a5f870', '0xffffffff81a5f030', '0xffffffff81a5fd50', '0xffffffff81a5fe80', '0xffffffff81077340', '0xffffffff81077270', '0xffffffff810772d0', '0xffffffff812c3e00', '0xffffffff8107d920', '0xffffffff8107e550', '0xffffffff8108d9a0', '0xffffffff81092b00', '0xffffffff8148a000', '0xffffffff8148b860', '0xffffffff8148a120', '0xffffffff8148e7e0', '0xffffffff81486ea0', '0xffffffff814870b0', '0xffffffff81487200', '0xffffffff81486f80', '0xffffffff812d0950', '0xffffffff813236d0', '0xffffffff812f9e00', '0xffffffff812f9ec0', '0xffffffff812b4460', '0xffffffff812b46c0', '0xffffffff812d2f00', '0xffffffff812fba90', '0xffffffff812b4950', '0xffffffff812b4b10', '0xffffffff812cf890', '0xffffffff812ce300', '0xffffffff812ce5c0', '0xffffffff812b63d0', '0xffffffff812cf100', '0xffffffff812cea40', '0xffffffff812cecb0', '0xffffffff812c0cb0', '0xffffffff812b5280', '0xffffffff812b5100', '0xffffffff812b55d0', '0xffffffff812b57a0', '0xffffffff812b5610', '0xffffffff810947e0', '0xffffffff811128c0', '0xffffffff81093880', '0xffffffff81094780', '0xffffffff810951f0', '0xffffffff81092490', '0xffffffff810861e0', '0xffffffff810923d0', '0xffffffff810df870', '0xffffffff81092430', '0xffffffff81091b60', '0xffffffff81091870', '0xffffffff81092400', '0xffffffff81092460', '0xffffffff81092830', '0xffffffff81092390', '0xffffffff81092890', '0xffffffff81092af0', '0xffffffff81091a10', '0xffffffff81091770', '0xffffffff810a95a0', '0xffffffff810a96e0', '0xffffffff81091d90', '0xffffffff81091dd0', '0xffffffff81092080', '0xffffffff810920c0', '0xffffffff81092870', '0xffffffff81092260', '0xffffffff81092330', '0xffffffff810928d0', '0xffffffff81084650', '0xffffffff81084680', '0xffffffff8108a190', '0xffffffff8108d360', '0xffffffff8108dbe0', '0xffffffff8108f500', '0xffffffff8108e3e0', '0xffffffff812fa9a0', '0xffffffff812ce050', '0xffffffff81077a20', '0xffffffff812fcc10', '0xffffffff812fcb30', '0xffffffff812fcba0', '0xffffffff812e0c40', '0xffffffff81091610', '0xffffffff810915d0', '0xffffffff810b2910', '0xffffffff810b2d30', '0xffffffff810b28b0', '0xffffffff810b2c30', '0xffffffff810b35a0', '0xffffffff810b3620', '0xffffffff810b36a0', '0xffffffff81265350', '0xffffffff81265410', '0xffffffff812655d0', '0xffffffff812655f0', '0xffffffff812b65e0', '0xffffffff8102d3f0', '0xffffffff812e9060', '0xffffffff810950f0', '0xffffffff81026b10', '0xffffffff81113000', '0xffffffff81094140', '0xffffffff812b4c70', '0xffffffff812f9c70', '0xffffffff81133ee0', '0xffffffff81112b00', '0xffffffff812e8810', '0xffffffff812e5820', '0xffffffff81297800', '0xffffffff812977c0', '0xffffffff810a76d0', '0xffffffff81092de0', '0xffffffff81093420', '0xffffffff8102b5a0', '0xffffffff8102b560', '0xffffffff8110de40', '0xffffffff8110e2d0', '0xffffffff8133f610', '0xffffffff81092370', '0xffffffff8122e6f0', '0xffffffff812ec5a0', '0xffffffff812ec600', '0xffffffff812ec660', '0xffffffff812ecac0', '0xffffffff812ecb00', '0xffffffff812ecb40', '0xffffffff812ecca0', '0xffffffff812ecce0', '0xffffffff812ecd20', '0xffffffff812ece60', '0xffffffff812ecea0', '0xffffffff812ecee0', '0xffffffff8108db80', '0xffffffff81112600', '0xffffffff8112c3c0', '0xffffffff810b5850', '0xffffffff810b32c0', '0xffffffff8131cb30', '0xffffffff8131cdf0', '0xffffffff8131d6f0', '0xffffffff8131cfb0', '0xffffffff8131d470', '0xffffffff81311d40', '0xffffffff8126bb10', '0xffffffff812d3120', '0xffffffff81074560', '0xffffffff81089be0', '0xffffffff8148b540', '0xffffffff81229e60', '0xffffffff81121630', '0xffffffff81121b00', '0xffffffff81121860', '0xffffffff81121a20', '0xffffffff81121ec0', '0xffffffff81122250', '0xffffffff811223b0', '0xffffffff811225a0', '0xffffffff81122b70', '0xffffffff8107d9e0', '0xffffffff81312c80', '0xffffffff81312b60', '0xffffffff8108db20', '0xffffffff812fa960', '0xffffffff812a77a0', '0xffffffff812a5810', '0xffffffff812a5890', '0xffffffff81491540', '0xffffffff81491650', '0xffffffff814918f0', '0xffffffff81491a30', '0xffffffff81491b70', '0xffffffff81491c50', '0xffffffff81136ac0', '0xffffffff8107e200', '0xffffffff81496db0', '0xffffffff81496df0', '0xffffffff814985b0', '0xffffffff815045f0', '0xffffffff81504630', '0xffffffff8130c690', '0xffffffff8130c6e0', '0xffffffff8130c940', '0xffffffff812a5850', '0xffffffff812b5e90', '0xffffffff812ce260', '0xffffffff812cdfd0', '0xffffffff812b5570', '0xffffffff812fa920', '0xffffffff812c0c00', '0xffffffff812ce980', '0xffffffff812cf7f0', '0xffffffff812cf030', '0xffffffff812cec30', '0xffffffff812c0c70', '0xffffffff812b5240', '0xffffffff812b4890', '0xffffffff812d5830', '0xffffffff812d5bc0', '0xffffffff81077870', '0xffffffff8112c050', '0xffffffff8112c0b0', '0xffffffff812f9180', '0xffffffff812f97a0', '0xffffffff812fa130', '0xffffffff812f9140', '0xffffffff812ace30', '0xffffffff812fa7c0', '0xffffffff81312e80', '0xffffffff81314090', '0xffffffff813152b0', '0xffffffff813160a0', '0xffffffff812b47b0', '0xffffffff813152f0', '0xffffffff81315420', '0xffffffff81a5f4a0', '0xffffffff81313f90', '0xffffffff81316060', '0xffffffff81311d20', '0xffffffff812e0370', '0xffffffff812c5e60', '0xffffffff8130c670', '0xffffffff812b98a0', '0xffffffff812b9a10', '0xffffffff8108de60', '0xffffffff812157b0', '0xffffffff81a60ea0', '0xffffffff813104a0', '0xffffffff813104e0', '0xffffffff81094100', '0xffffffff8132fcd0', '0xffffffff8132fe50', '0xffffffff81122570', '0xffffffff812f9ce0', '0xffffffff81a60850', '0xffffffff810a4910', '0xffffffff81095130', '0xffffffff8127de00', '0xffffffff8127de60', '0xffffffff81110ab0', '0xffffffff8110de80', '0xffffffff810b2950', '0xffffffff810b2f10', '0xffffffff812cf730', '0xffffffff81163ce0', '0xffffffff816515e0', '0xffffffff812b2f20', '0xffffffff81137f60', '0xffffffff811addc0', '0xffffffff812c3ea0', '0xffffffff81319d20', '0xffffffff810d1090', '0xffffffff81265390', '0xffffffff812bb190', '0xffffffff812b99b0', '0xffffffff812b9b20', '0xffffffff8126eb10', '0xffffffff8126eb50', '0xffffffff8126eb80', '0xffffffff812c0d70', '0xffffffff8131d870', '0xffffffff8121ebd0', '0xffffffff8108dae0', '0xffffffff81523750', '0xffffffff815236d0', '0xffffffff81534710', '0xffffffff812e7470', '0xffffffff812e8ad0', '0xffffffff812ff3a0', '0xffffffff812ff900', '0xffffffff812e8a90', '0xffffffff812ff600', '0xffffffff8109e3f0', '0xffffffff81077380', '0xffffffff812b65a0', '0xffffffff812b5fb0', '0xffffffff8109e610', '0xffffffff812b48d0', '0xffffffff812901a0', '0xffffffff813130e0', '0xffffffff812e9090', '0xffffffff8133f990', '0xffffffff814c6ad0', '0xffffffff814c6ed0', '0xffffffff814c7010', '0xffffffff812aef90', '0xffffffff81229a80', '0xffffffff8112cb60', '0xffffffff812a7130', '0xffffffff81225d40', '0xffffffff812b5200', '0xffffffff810637e0', '0xffffffff8112cba0', '0xffffffff8112ccd0', '0xffffffff8112cf00', '0xffffffff812e9100', '0xffffffff812e9140', '0xffffffff8149d230', '0xffffffff8149d1f0', '0xffffffff8149d270'] +[D] Running command: ('rg', '--line-number', '--glob', '!Documentation/*', '--glob', '!drivers/*', '--glob', '!lib/*', '--glob', '!samples/*', '--glob', '!tools/*', '--glob', '!arch/*', '--glob', 'arch/x86', '--glob', '*.c', '\\bSYSCALL_DEFINE\\d\\s*\\(\\s*\\w+') +[I] Kernel has ftrace syscall metadata from FTRACE_SYSCALLS=y +Found 356 implemented syscalls + diff --git a/db/x86/64/x64/v6.8/table.json b/db/x86/64/x64/v6.8/table.json new file mode 100644 index 0000000..c21adf6 --- /dev/null +++ b/db/x86/64/x64/v6.8/table.json @@ -0,0 +1,6370 @@ +{ + "kernel": { + "abi": { + "bits": 64, + "calling_convention": { + "parameters": [ + "rdi", + "rsi", + "rdx", + "r10", + "r8", + "r9" + ], + "syscall_nr": "rax" + }, + "compat": false, + "name": "x64" + }, + "architecture": { + "bits": 64, + "name": "x86" + }, + "syscall_table_symbol": "sys_call_table", + "version": "v6.8", + "version_source": "vmlinux" + }, + "syscalls": [ + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 0, + "kconfig": null, + "line": 627, + "name": "read", + "number": 0, + "origname": "read", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count" + ], + "symbol": "__x64_sys_read" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 1, + "kconfig": null, + "line": 652, + "name": "write", + "number": 1, + "origname": "write", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count" + ], + "symbol": "__x64_sys_write" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 2, + "kconfig": null, + "line": 1423, + "name": "open", + "number": 2, + "origname": "open", + "signature": [ + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__x64_sys_open" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 3, + "kconfig": null, + "line": 1539, + "name": "close", + "number": 3, + "origname": "close", + "signature": [ + "unsigned int fd" + ], + "symbol": "__x64_sys_close" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 4, + "kconfig": null, + "line": 437, + "name": "newstat", + "number": 4, + "origname": "newstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "__x64_sys_newstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 5, + "kconfig": null, + "line": 475, + "name": "newfstat", + "number": 5, + "origname": "newfstat", + "signature": [ + "unsigned int fd", + "struct stat *statbuf" + ], + "symbol": "__x64_sys_newfstat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 6, + "kconfig": null, + "line": 448, + "name": "newlstat", + "number": 6, + "origname": "newlstat", + "signature": [ + "const char *filename", + "struct stat *statbuf" + ], + "symbol": "__x64_sys_newlstat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 7, + "kconfig": null, + "line": 1068, + "name": "poll", + "number": 7, + "origname": "poll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "int timeout_msecs" + ], + "symbol": "__x64_sys_poll" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 8, + "kconfig": null, + "line": 311, + "name": "lseek", + "number": 8, + "origname": "lseek", + "signature": [ + "unsigned int fd", + "off_t offset", + "unsigned int whence" + ], + "symbol": "__x64_sys_lseek" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/sys_x86_64.c", + "good_location": true, + "grepped_location": false, + "index": 9, + "kconfig": null, + "line": 86, + "name": "mmap", + "number": 9, + "origname": "mmap", + "signature": [ + "unsigned long addr", + "unsigned long len", + "unsigned long prot", + "unsigned long flags", + "unsigned long fd", + "unsigned long off" + ], + "symbol": "__x64_sys_mmap" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 10, + "kconfig": "MMU", + "line": 827, + "name": "mprotect", + "number": 10, + "origname": "mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot" + ], + "symbol": "__x64_sys_mprotect" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 11, + "kconfig": null, + "line": 3004, + "name": "munmap", + "number": 11, + "origname": "munmap", + "signature": [ + "unsigned long addr", + "size_t len" + ], + "symbol": "__x64_sys_munmap" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 12, + "kconfig": null, + "line": 178, + "name": "brk", + "number": 12, + "origname": "brk", + "signature": [ + "unsigned long brk" + ], + "symbol": "__x64_sys_brk" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 13, + "kconfig": null, + "line": 4446, + "name": "rt_sigaction", + "number": 13, + "origname": "rt_sigaction", + "signature": [ + "int sig", + "const struct sigaction *act", + "struct sigaction *oact", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_rt_sigaction" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 14, + "kconfig": null, + "line": 3177, + "name": "rt_sigprocmask", + "number": 14, + "origname": "rt_sigprocmask", + "signature": [ + "int how", + "sigset_t *nset", + "sigset_t *oset", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_rt_sigprocmask" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/signal_64.c", + "good_location": true, + "grepped_location": false, + "index": 15, + "kconfig": null, + "line": 246, + "name": "rt_sigreturn", + "number": 15, + "origname": "rt_sigreturn", + "signature": [], + "symbol": "__x64_sys_rt_sigreturn" + }, + { + "esoteric": false, + "file": "fs/ioctl.c", + "good_location": true, + "grepped_location": false, + "index": 16, + "kconfig": null, + "line": 857, + "name": "ioctl", + "number": 16, + "origname": "ioctl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "__x64_sys_ioctl" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 17, + "kconfig": null, + "line": 678, + "name": "pread64", + "number": 17, + "origname": "pread64", + "signature": [ + "unsigned int fd", + "char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "__x64_sys_pread64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 18, + "kconfig": null, + "line": 712, + "name": "pwrite64", + "number": 18, + "origname": "pwrite64", + "signature": [ + "unsigned int fd", + "const char *buf", + "size_t count", + "loff_t pos" + ], + "symbol": "__x64_sys_pwrite64" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 19, + "kconfig": null, + "line": 1082, + "name": "readv", + "number": 19, + "origname": "readv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__x64_sys_readv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 20, + "kconfig": null, + "line": 1088, + "name": "writev", + "number": 20, + "origname": "writev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen" + ], + "symbol": "__x64_sys_writev" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 21, + "kconfig": null, + "line": 545, + "name": "access", + "number": 21, + "origname": "access", + "signature": [ + "const char *filename", + "int mode" + ], + "symbol": "__x64_sys_access" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 22, + "kconfig": null, + "line": 1052, + "name": "pipe", + "number": 22, + "origname": "pipe", + "signature": [ + "int *fildes" + ], + "symbol": "__x64_sys_pipe" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 23, + "kconfig": null, + "line": 726, + "name": "select", + "number": 23, + "origname": "select", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_old_timeval *tvp" + ], + "symbol": "__x64_sys_select" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 24, + "kconfig": null, + "line": 8559, + "name": "sched_yield", + "number": 24, + "origname": "sched_yield", + "signature": [], + "symbol": "__x64_sys_sched_yield" + }, + { + "esoteric": false, + "file": "mm/mremap.c", + "good_location": true, + "grepped_location": false, + "index": 25, + "kconfig": null, + "line": 975, + "name": "mremap", + "number": 25, + "origname": "mremap", + "signature": [ + "unsigned long addr", + "unsigned long old_len", + "unsigned long new_len", + "unsigned long flags", + "unsigned long new_addr" + ], + "symbol": "__x64_sys_mremap" + }, + { + "esoteric": false, + "file": "mm/msync.c", + "good_location": true, + "grepped_location": false, + "index": 26, + "kconfig": "MMU", + "line": 32, + "name": "msync", + "number": 26, + "origname": "msync", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__x64_sys_msync" + }, + { + "esoteric": false, + "file": "mm/mincore.c", + "good_location": true, + "grepped_location": false, + "index": 27, + "kconfig": "MMU", + "line": 232, + "name": "mincore", + "number": 27, + "origname": "mincore", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned char *vec" + ], + "symbol": "__x64_sys_mincore" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 28, + "kconfig": "ADVISE_SYSCALLS", + "line": 1452, + "name": "madvise", + "number": 28, + "origname": "madvise", + "signature": [ + "unsigned long start", + "size_t len_in", + "int behavior" + ], + "symbol": "__x64_sys_madvise" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 29, + "kconfig": "SYSVIPC", + "line": 846, + "name": "shmget", + "number": 29, + "origname": "shmget", + "signature": [ + "key_t key", + "size_t size", + "int shmflg" + ], + "symbol": "__x64_sys_shmget" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 30, + "kconfig": "SYSVIPC", + "line": 1692, + "name": "shmat", + "number": 30, + "origname": "shmat", + "signature": [ + "int shmid", + "char *shmaddr", + "int shmflg" + ], + "symbol": "__x64_sys_shmat" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 31, + "kconfig": "SYSVIPC", + "line": 1295, + "name": "shmctl", + "number": 31, + "origname": "shmctl", + "signature": [ + "int shmid", + "int cmd", + "struct shmid_ds *buf" + ], + "symbol": "__x64_sys_shmctl" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 32, + "kconfig": null, + "line": 1412, + "name": "dup", + "number": 32, + "origname": "dup", + "signature": [ + "unsigned int fildes" + ], + "symbol": "__x64_sys_dup" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 33, + "kconfig": null, + "line": 1393, + "name": "dup2", + "number": 33, + "origname": "dup2", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd" + ], + "symbol": "__x64_sys_dup2" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 34, + "kconfig": null, + "line": 4639, + "name": "pause", + "number": 34, + "origname": "pause", + "signature": [], + "symbol": "__x64_sys_pause" + }, + { + "esoteric": false, + "file": "kernel/time/hrtimer.c", + "good_location": true, + "grepped_location": false, + "index": 35, + "kconfig": null, + "line": 2122, + "name": "nanosleep", + "number": 35, + "origname": "nanosleep", + "signature": [ + "struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__x64_sys_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 36, + "kconfig": null, + "line": 113, + "name": "getitimer", + "number": 36, + "origname": "getitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value" + ], + "symbol": "__x64_sys_getitimer" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 37, + "kconfig": null, + "line": 306, + "name": "alarm", + "number": 37, + "origname": "alarm", + "signature": [ + "unsigned int seconds" + ], + "symbol": "__x64_sys_alarm" + }, + { + "esoteric": false, + "file": "kernel/time/itimer.c", + "good_location": true, + "grepped_location": false, + "index": 38, + "kconfig": null, + "line": 332, + "name": "setitimer", + "number": 38, + "origname": "setitimer", + "signature": [ + "int which", + "struct __kernel_old_itimerval *value", + "struct __kernel_old_itimerval *ovalue" + ], + "symbol": "__x64_sys_setitimer" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 39, + "kconfig": null, + "line": 958, + "name": "getpid", + "number": 39, + "origname": "getpid", + "signature": [], + "symbol": "__x64_sys_getpid" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 40, + "kconfig": null, + "line": 1348, + "name": "sendfile64", + "number": 40, + "origname": "sendfile64", + "signature": [ + "int out_fd", + "int in_fd", + "loff_t *offset", + "size_t count" + ], + "symbol": "__x64_sys_sendfile64" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 41, + "kconfig": "NET", + "line": 1718, + "name": "socket", + "number": 41, + "origname": "socket", + "signature": [ + "int family", + "int type", + "int protocol" + ], + "symbol": "__x64_sys_socket" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 42, + "kconfig": "NET", + "line": 2072, + "name": "connect", + "number": 42, + "origname": "connect", + "signature": [ + "int fd", + "struct sockaddr *uservaddr", + "int addrlen" + ], + "symbol": "__x64_sys_connect" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 43, + "kconfig": "NET", + "line": 2013, + "name": "accept", + "number": 43, + "origname": "accept", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen" + ], + "symbol": "__x64_sys_accept" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 44, + "kconfig": "NET", + "line": 2199, + "name": "sendto", + "number": 44, + "origname": "sendto", + "signature": [ + "int fd", + "void *buff", + "size_t len", + "unsigned int flags", + "struct sockaddr *addr", + "int addr_len" + ], + "symbol": "__x64_sys_sendto" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 45, + "kconfig": "NET", + "line": 2256, + "name": "recvfrom", + "number": 45, + "origname": "recvfrom", + "signature": [ + "int fd", + "void *ubuf", + "size_t size", + "unsigned int flags", + "struct sockaddr *addr", + "int *addr_len" + ], + "symbol": "__x64_sys_recvfrom" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 46, + "kconfig": "NET", + "line": 2674, + "name": "sendmsg", + "number": 46, + "origname": "sendmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__x64_sys_sendmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 47, + "kconfig": "NET", + "line": 2882, + "name": "recvmsg", + "number": 47, + "origname": "recvmsg", + "signature": [ + "int fd", + "struct user_msghdr *msg", + "unsigned int flags" + ], + "symbol": "__x64_sys_recvmsg" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 48, + "kconfig": "NET", + "line": 2443, + "name": "shutdown", + "number": 48, + "origname": "shutdown", + "signature": [ + "int fd", + "int how" + ], + "symbol": "__x64_sys_shutdown" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 49, + "kconfig": "NET", + "line": 1856, + "name": "bind", + "number": 49, + "origname": "bind", + "signature": [ + "int fd", + "struct sockaddr *umyaddr", + "int addrlen" + ], + "symbol": "__x64_sys_bind" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 50, + "kconfig": "NET", + "line": 1888, + "name": "listen", + "number": 50, + "origname": "listen", + "signature": [ + "int fd", + "int backlog" + ], + "symbol": "__x64_sys_listen" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 51, + "kconfig": "NET", + "line": 2110, + "name": "getsockname", + "number": 51, + "origname": "getsockname", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__x64_sys_getsockname" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 52, + "kconfig": "NET", + "line": 2148, + "name": "getpeername", + "number": 52, + "origname": "getpeername", + "signature": [ + "int fd", + "struct sockaddr *usockaddr", + "int *usockaddr_len" + ], + "symbol": "__x64_sys_getpeername" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 53, + "kconfig": "NET", + "line": 1819, + "name": "socketpair", + "number": 53, + "origname": "socketpair", + "signature": [ + "int family", + "int type", + "int protocol", + "int *usockvec" + ], + "symbol": "__x64_sys_socketpair" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 54, + "kconfig": "NET", + "line": 2340, + "name": "setsockopt", + "number": 54, + "origname": "setsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int optlen" + ], + "symbol": "__x64_sys_setsockopt" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 55, + "kconfig": "NET", + "line": 2409, + "name": "getsockopt", + "number": 55, + "origname": "getsockopt", + "signature": [ + "int fd", + "int level", + "int optname", + "char *optval", + "int *optlen" + ], + "symbol": "__x64_sys_getsockopt" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 56, + "kconfig": null, + "line": 3029, + "name": "clone", + "number": 56, + "origname": "clone", + "signature": [ + "unsigned long clone_flags", + "unsigned long newsp", + "int *parent_tidptr", + "int *child_tidptr", + "unsigned long tls" + ], + "symbol": "__x64_sys_clone" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 57, + "kconfig": "MMU", + "line": 2984, + "name": "fork", + "number": 57, + "origname": "fork", + "signature": [], + "symbol": "__x64_sys_fork" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 58, + "kconfig": null, + "line": 3000, + "name": "vfork", + "number": 58, + "origname": "vfork", + "signature": [], + "symbol": "__x64_sys_vfork" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 59, + "kconfig": null, + "line": 2129, + "name": "execve", + "number": 59, + "origname": "execve", + "signature": [ + "const char *filename", + "const char *const *argv", + "const char *const *envp" + ], + "symbol": "__x64_sys_execve" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 60, + "kconfig": null, + "line": 985, + "name": "exit", + "number": 60, + "origname": "exit", + "signature": [ + "int error_code" + ], + "symbol": "__x64_sys_exit" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 61, + "kconfig": null, + "line": 1807, + "name": "wait4", + "number": 61, + "origname": "wait4", + "signature": [ + "pid_t upid", + "int *stat_addr", + "int options", + "struct rusage *ru" + ], + "symbol": "__x64_sys_wait4" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 62, + "kconfig": null, + "line": 3807, + "name": "kill", + "number": 62, + "origname": "kill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__x64_sys_kill" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 63, + "kconfig": null, + "line": 1306, + "name": "newuname", + "number": 63, + "origname": "newuname", + "signature": [ + "struct new_utsname *name" + ], + "symbol": "__x64_sys_newuname" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 64, + "kconfig": "SYSVIPC", + "line": 624, + "name": "semget", + "number": 64, + "origname": "semget", + "signature": [ + "key_t key", + "int nsems", + "int semflg" + ], + "symbol": "__x64_sys_semget" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 65, + "kconfig": "SYSVIPC", + "line": 2296, + "name": "semop", + "number": 65, + "origname": "semop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned nsops" + ], + "symbol": "__x64_sys_semop" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 66, + "kconfig": "SYSVIPC", + "line": 1705, + "name": "semctl", + "number": 66, + "origname": "semctl", + "signature": [ + "int semid", + "int semnum", + "int cmd", + "unsigned long arg" + ], + "symbol": "__x64_sys_semctl" + }, + { + "esoteric": false, + "file": "ipc/shm.c", + "good_location": true, + "grepped_location": false, + "index": 67, + "kconfig": "SYSVIPC", + "line": 1833, + "name": "shmdt", + "number": 67, + "origname": "shmdt", + "signature": [ + "char *shmaddr" + ], + "symbol": "__x64_sys_shmdt" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 68, + "kconfig": "SYSVIPC", + "line": 315, + "name": "msgget", + "number": 68, + "origname": "msgget", + "signature": [ + "key_t key", + "int msgflg" + ], + "symbol": "__x64_sys_msgget" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 69, + "kconfig": "SYSVIPC", + "line": 971, + "name": "msgsnd", + "number": 69, + "origname": "msgsnd", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "int msgflg" + ], + "symbol": "__x64_sys_msgsnd" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 70, + "kconfig": "SYSVIPC", + "line": 1270, + "name": "msgrcv", + "number": 70, + "origname": "msgrcv", + "signature": [ + "int msqid", + "struct msgbuf *msgp", + "size_t msgsz", + "long msgtyp", + "int msgflg" + ], + "symbol": "__x64_sys_msgrcv" + }, + { + "esoteric": false, + "file": "ipc/msg.c", + "good_location": true, + "grepped_location": false, + "index": 71, + "kconfig": "SYSVIPC", + "line": 640, + "name": "msgctl", + "number": 71, + "origname": "msgctl", + "signature": [ + "int msqid", + "int cmd", + "struct msqid_ds *buf" + ], + "symbol": "__x64_sys_msgctl" + }, + { + "esoteric": false, + "file": "fs/fcntl.c", + "good_location": true, + "grepped_location": false, + "index": 72, + "kconfig": null, + "line": 441, + "name": "fcntl", + "number": 72, + "origname": "fcntl", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "unsigned long arg" + ], + "symbol": "__x64_sys_fcntl" + }, + { + "esoteric": false, + "file": "fs/locks.c", + "good_location": true, + "grepped_location": false, + "index": 73, + "kconfig": null, + "line": 2068, + "name": "flock", + "number": 73, + "origname": "flock", + "signature": [ + "unsigned int fd", + "unsigned int cmd" + ], + "symbol": "__x64_sys_flock" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 74, + "kconfig": null, + "line": 218, + "name": "fsync", + "number": 74, + "origname": "fsync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__x64_sys_fsync" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 75, + "kconfig": null, + "line": 223, + "name": "fdatasync", + "number": 75, + "origname": "fdatasync", + "signature": [ + "unsigned int fd" + ], + "symbol": "__x64_sys_fdatasync" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 76, + "kconfig": null, + "line": 145, + "name": "truncate", + "number": 76, + "origname": "truncate", + "signature": [ + "const char *path", + "long length" + ], + "symbol": "__x64_sys_truncate" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 77, + "kconfig": null, + "line": 203, + "name": "ftruncate", + "number": 77, + "origname": "ftruncate", + "signature": [ + "unsigned int fd", + "unsigned long length" + ], + "symbol": "__x64_sys_ftruncate" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 78, + "kconfig": null, + "line": 311, + "name": "getdents", + "number": 78, + "origname": "getdents", + "signature": [ + "unsigned int fd", + "struct linux_dirent *dirent", + "unsigned int count" + ], + "symbol": "__x64_sys_getdents" + }, + { + "esoteric": false, + "file": "fs/d_path.c", + "good_location": true, + "grepped_location": false, + "index": 79, + "kconfig": null, + "line": 412, + "name": "getcwd", + "number": 79, + "origname": "getcwd", + "signature": [ + "char *buf", + "unsigned long size" + ], + "symbol": "__x64_sys_getcwd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 80, + "kconfig": null, + "line": 550, + "name": "chdir", + "number": 80, + "origname": "chdir", + "signature": [ + "const char *filename" + ], + "symbol": "__x64_sys_chdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 81, + "kconfig": null, + "line": 576, + "name": "fchdir", + "number": 81, + "origname": "fchdir", + "signature": [ + "unsigned int fd" + ], + "symbol": "__x64_sys_fchdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 82, + "kconfig": null, + "line": 5085, + "name": "rename", + "number": 82, + "origname": "rename", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__x64_sys_rename" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 83, + "kconfig": null, + "line": 4167, + "name": "mkdir", + "number": 83, + "origname": "mkdir", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__x64_sys_mkdir" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 84, + "kconfig": null, + "line": 4285, + "name": "rmdir", + "number": 84, + "origname": "rmdir", + "signature": [ + "const char *pathname" + ], + "symbol": "__x64_sys_rmdir" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 85, + "kconfig": null, + "line": 1489, + "name": "creat", + "number": 85, + "origname": "creat", + "signature": [ + "const char *pathname", + "umode_t mode" + ], + "symbol": "__x64_sys_creat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 86, + "kconfig": null, + "line": 4711, + "name": "link", + "number": 86, + "origname": "link", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__x64_sys_link" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 87, + "kconfig": null, + "line": 4448, + "name": "unlink", + "number": 87, + "origname": "unlink", + "signature": [ + "const char *pathname" + ], + "symbol": "__x64_sys_unlink" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 88, + "kconfig": null, + "line": 4529, + "name": "symlink", + "number": 88, + "origname": "symlink", + "signature": [ + "const char *oldname", + "const char *newname" + ], + "symbol": "__x64_sys_symlink" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 89, + "kconfig": null, + "line": 529, + "name": "readlink", + "number": 89, + "origname": "readlink", + "signature": [ + "const char *path", + "char *buf", + "int bufsiz" + ], + "symbol": "__x64_sys_readlink" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 90, + "kconfig": null, + "line": 718, + "name": "chmod", + "number": 90, + "origname": "chmod", + "signature": [ + "const char *filename", + "umode_t mode" + ], + "symbol": "__x64_sys_chmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 91, + "kconfig": null, + "line": 667, + "name": "fchmod", + "number": 91, + "origname": "fchmod", + "signature": [ + "unsigned int fd", + "umode_t mode" + ], + "symbol": "__x64_sys_fchmod" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 92, + "kconfig": null, + "line": 837, + "name": "chown", + "number": 92, + "origname": "chown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__x64_sys_chown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 93, + "kconfig": null, + "line": 873, + "name": "fchown", + "number": 93, + "origname": "fchown", + "signature": [ + "unsigned int fd", + "uid_t user", + "gid_t group" + ], + "symbol": "__x64_sys_fchown" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 94, + "kconfig": null, + "line": 842, + "name": "lchown", + "number": 94, + "origname": "lchown", + "signature": [ + "const char *filename", + "uid_t user", + "gid_t group" + ], + "symbol": "__x64_sys_lchown" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 95, + "kconfig": null, + "line": 1897, + "name": "umask", + "number": 95, + "origname": "umask", + "signature": [ + "int mask" + ], + "symbol": "__x64_sys_umask" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 96, + "kconfig": null, + "line": 140, + "name": "gettimeofday", + "number": 96, + "origname": "gettimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "__x64_sys_gettimeofday" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 97, + "kconfig": null, + "line": 1518, + "name": "getrlimit", + "number": 97, + "origname": "getrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__x64_sys_getrlimit" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 98, + "kconfig": null, + "line": 1871, + "name": "getrusage", + "number": 98, + "origname": "getrusage", + "signature": [ + "int who", + "struct rusage *ru" + ], + "symbol": "__x64_sys_getrusage" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 99, + "kconfig": null, + "line": 2847, + "name": "sysinfo", + "number": 99, + "origname": "sysinfo", + "signature": [ + "struct sysinfo *info" + ], + "symbol": "__x64_sys_sysinfo" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 100, + "kconfig": null, + "line": 1023, + "name": "times", + "number": 100, + "origname": "times", + "signature": [ + "struct tms *tbuf" + ], + "symbol": "__x64_sys_times" + }, + { + "esoteric": false, + "file": "kernel/ptrace.c", + "good_location": true, + "grepped_location": false, + "index": 101, + "kconfig": null, + "line": 1261, + "name": "ptrace", + "number": 101, + "origname": "ptrace", + "signature": [ + "long request", + "long pid", + "unsigned long addr", + "unsigned long data" + ], + "symbol": "__x64_sys_ptrace" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 102, + "kconfig": null, + "line": 986, + "name": "getuid", + "number": 102, + "origname": "getuid", + "signature": [], + "symbol": "__x64_sys_getuid" + }, + { + "esoteric": false, + "file": "kernel/printk/printk.c", + "good_location": true, + "grepped_location": false, + "index": 103, + "kconfig": null, + "line": 1818, + "name": "syslog", + "number": 103, + "origname": "syslog", + "signature": [ + "int type", + "char *buf", + "int len" + ], + "symbol": "__x64_sys_syslog" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 104, + "kconfig": null, + "line": 998, + "name": "getgid", + "number": 104, + "origname": "getgid", + "signature": [], + "symbol": "__x64_sys_getgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 105, + "kconfig": "MULTIUSER", + "line": 657, + "name": "setuid", + "number": 105, + "origname": "setuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__x64_sys_setuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 106, + "kconfig": "MULTIUSER", + "line": 474, + "name": "setgid", + "number": 106, + "origname": "setgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__x64_sys_setgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 107, + "kconfig": null, + "line": 992, + "name": "geteuid", + "number": 107, + "origname": "geteuid", + "signature": [], + "symbol": "__x64_sys_geteuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 108, + "kconfig": null, + "line": 1004, + "name": "getegid", + "number": 108, + "origname": "getegid", + "signature": [], + "symbol": "__x64_sys_getegid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 109, + "kconfig": null, + "line": 1073, + "name": "setpgid", + "number": 109, + "origname": "setpgid", + "signature": [ + "pid_t pid", + "pid_t pgid" + ], + "symbol": "__x64_sys_setpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 110, + "kconfig": null, + "line": 975, + "name": "getppid", + "number": 110, + "origname": "getppid", + "signature": [], + "symbol": "__x64_sys_getppid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 111, + "kconfig": null, + "line": 1179, + "name": "getpgrp", + "number": 111, + "origname": "getpgrp", + "signature": [], + "symbol": "__x64_sys_getpgrp" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 112, + "kconfig": null, + "line": 1258, + "name": "setsid", + "number": 112, + "origname": "setsid", + "signature": [], + "symbol": "__x64_sys_setsid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 113, + "kconfig": "MULTIUSER", + "line": 594, + "name": "setreuid", + "number": 113, + "origname": "setreuid", + "signature": [ + "uid_t ruid", + "uid_t euid" + ], + "symbol": "__x64_sys_setreuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 114, + "kconfig": "MULTIUSER", + "line": 428, + "name": "setregid", + "number": 114, + "origname": "setregid", + "signature": [ + "gid_t rgid", + "gid_t egid" + ], + "symbol": "__x64_sys_setregid" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 115, + "kconfig": "MULTIUSER", + "line": 161, + "name": "getgroups", + "number": 115, + "origname": "getgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__x64_sys_getgroups" + }, + { + "esoteric": false, + "file": "kernel/groups.c", + "good_location": true, + "grepped_location": false, + "index": 116, + "kconfig": "MULTIUSER", + "line": 198, + "name": "setgroups", + "number": 116, + "origname": "setgroups", + "signature": [ + "int gidsetsize", + "gid_t *grouplist" + ], + "symbol": "__x64_sys_setgroups" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 117, + "kconfig": "MULTIUSER", + "line": 742, + "name": "setresuid", + "number": 117, + "origname": "setresuid", + "signature": [ + "uid_t ruid", + "uid_t euid", + "uid_t suid" + ], + "symbol": "__x64_sys_setresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 118, + "kconfig": "MULTIUSER", + "line": 747, + "name": "getresuid", + "number": 118, + "origname": "getresuid", + "signature": [ + "uid_t *ruidp", + "uid_t *euidp", + "uid_t *suidp" + ], + "symbol": "__x64_sys_getresuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 119, + "kconfig": "MULTIUSER", + "line": 831, + "name": "setresgid", + "number": 119, + "origname": "setresgid", + "signature": [ + "gid_t rgid", + "gid_t egid", + "gid_t sgid" + ], + "symbol": "__x64_sys_setresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 120, + "kconfig": "MULTIUSER", + "line": 836, + "name": "getresgid", + "number": 120, + "origname": "getresgid", + "signature": [ + "gid_t *rgidp", + "gid_t *egidp", + "gid_t *sgidp" + ], + "symbol": "__x64_sys_getresgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 121, + "kconfig": null, + "line": 1172, + "name": "getpgid", + "number": 121, + "origname": "getpgid", + "signature": [ + "pid_t pid" + ], + "symbol": "__x64_sys_getpgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 122, + "kconfig": "MULTIUSER", + "line": 899, + "name": "setfsuid", + "number": 122, + "origname": "setfsuid", + "signature": [ + "uid_t uid" + ], + "symbol": "__x64_sys_setfsuid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 123, + "kconfig": "MULTIUSER", + "line": 943, + "name": "setfsgid", + "number": 123, + "origname": "setfsgid", + "signature": [ + "gid_t gid" + ], + "symbol": "__x64_sys_setfsgid" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 124, + "kconfig": null, + "line": 1186, + "name": "getsid", + "number": 124, + "origname": "getsid", + "signature": [ + "pid_t pid" + ], + "symbol": "__x64_sys_getsid" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 125, + "kconfig": "MULTIUSER", + "line": 141, + "name": "capget", + "number": 125, + "origname": "capget", + "signature": [ + "cap_user_header_t header", + "cap_user_data_t dataptr" + ], + "symbol": "__x64_sys_capget" + }, + { + "esoteric": false, + "file": "kernel/capability.c", + "good_location": true, + "grepped_location": false, + "index": 126, + "kconfig": "MULTIUSER", + "line": 220, + "name": "capset", + "number": 126, + "origname": "capset", + "signature": [ + "cap_user_header_t header", + "const cap_user_data_t data" + ], + "symbol": "__x64_sys_capset" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 127, + "kconfig": null, + "line": 3249, + "name": "rt_sigpending", + "number": 127, + "origname": "rt_sigpending", + "signature": [ + "sigset_t *uset", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_rt_sigpending" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 128, + "kconfig": null, + "line": 3663, + "name": "rt_sigtimedwait", + "number": 128, + "origname": "rt_sigtimedwait", + "signature": [ + "const sigset_t *uthese", + "siginfo_t *uinfo", + "const struct __kernel_timespec *uts", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_rt_sigtimedwait" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 129, + "kconfig": null, + "line": 4032, + "name": "rt_sigqueueinfo", + "number": 129, + "origname": "rt_sigqueueinfo", + "signature": [ + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "__x64_sys_rt_sigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 130, + "kconfig": null, + "line": 4669, + "name": "rt_sigsuspend", + "number": 130, + "origname": "rt_sigsuspend", + "signature": [ + "sigset_t *unewset", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_rt_sigsuspend" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 131, + "kconfig": null, + "line": 4263, + "name": "sigaltstack", + "number": 131, + "origname": "sigaltstack", + "signature": [ + "const stack_t *uss", + "stack_t *uoss" + ], + "symbol": "__x64_sys_sigaltstack" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 132, + "kconfig": null, + "line": 215, + "name": "utime", + "number": 132, + "origname": "utime", + "signature": [ + "char *filename", + "struct utimbuf *times" + ], + "symbol": "__x64_sys_utime" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 133, + "kconfig": null, + "line": 4085, + "name": "mknod", + "number": 133, + "origname": "mknod", + "signature": [ + "const char *filename", + "umode_t mode", + "unsigned dev" + ], + "symbol": "__x64_sys_mknod" + }, + { + "esoteric": false, + "file": "kernel/exec_domain.c", + "good_location": true, + "grepped_location": false, + "index": 135, + "kconfig": null, + "line": 38, + "name": "personality", + "number": 135, + "origname": "personality", + "signature": [ + "unsigned int personality" + ], + "symbol": "__x64_sys_personality" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 136, + "kconfig": null, + "line": 248, + "name": "ustat", + "number": 136, + "origname": "ustat", + "signature": [ + "unsigned dev", + "struct ustat *ubuf" + ], + "symbol": "__x64_sys_ustat" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 137, + "kconfig": null, + "line": 192, + "name": "statfs", + "number": 137, + "origname": "statfs", + "signature": [ + "const char *pathname", + "struct statfs *buf" + ], + "symbol": "__x64_sys_statfs" + }, + { + "esoteric": false, + "file": "fs/statfs.c", + "good_location": true, + "grepped_location": false, + "index": 138, + "kconfig": null, + "line": 213, + "name": "fstatfs", + "number": 138, + "origname": "fstatfs", + "signature": [ + "unsigned int fd", + "struct statfs *buf" + ], + "symbol": "__x64_sys_fstatfs" + }, + { + "esoteric": false, + "file": "fs/filesystems.c", + "good_location": true, + "grepped_location": false, + "index": 139, + "kconfig": "SYSFS_SYSCALL", + "line": 191, + "name": "sysfs", + "number": 139, + "origname": "sysfs", + "signature": [ + "int option", + "unsigned long arg1", + "unsigned long arg2" + ], + "symbol": "__x64_sys_sysfs" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 140, + "kconfig": null, + "line": 288, + "name": "getpriority", + "number": 140, + "origname": "getpriority", + "signature": [ + "int which", + "int who" + ], + "symbol": "__x64_sys_getpriority" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 141, + "kconfig": null, + "line": 218, + "name": "setpriority", + "number": 141, + "origname": "setpriority", + "signature": [ + "int which", + "int who", + "int niceval" + ], + "symbol": "__x64_sys_setpriority" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 142, + "kconfig": null, + "line": 8120, + "name": "sched_setparam", + "number": 142, + "origname": "sched_setparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__x64_sys_sched_setparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 143, + "kconfig": null, + "line": 8196, + "name": "sched_getparam", + "number": 143, + "origname": "sched_getparam", + "signature": [ + "pid_t pid", + "struct sched_param *param" + ], + "symbol": "__x64_sys_sched_getparam" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 144, + "kconfig": null, + "line": 8105, + "name": "sched_setscheduler", + "number": 144, + "origname": "sched_setscheduler", + "signature": [ + "pid_t pid", + "int policy", + "struct sched_param *param" + ], + "symbol": "__x64_sys_sched_setscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 145, + "kconfig": null, + "line": 8166, + "name": "sched_getscheduler", + "number": 145, + "origname": "sched_getscheduler", + "signature": [ + "pid_t pid" + ], + "symbol": "__x64_sys_sched_getscheduler" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 146, + "kconfig": null, + "line": 9036, + "name": "sched_get_priority_max", + "number": 146, + "origname": "sched_get_priority_max", + "signature": [ + "int policy" + ], + "symbol": "__x64_sys_sched_get_priority_max" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 147, + "kconfig": null, + "line": 9063, + "name": "sched_get_priority_min", + "number": 147, + "origname": "sched_get_priority_min", + "signature": [ + "int policy" + ], + "symbol": "__x64_sys_sched_get_priority_min" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 148, + "kconfig": null, + "line": 9120, + "name": "sched_rr_get_interval", + "number": 148, + "origname": "sched_rr_get_interval", + "signature": [ + "pid_t pid", + "struct __kernel_timespec *interval" + ], + "symbol": "__x64_sys_sched_rr_get_interval" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 149, + "kconfig": "MMU", + "line": 671, + "name": "mlock", + "number": 149, + "origname": "mlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__x64_sys_mlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 150, + "kconfig": "MMU", + "line": 689, + "name": "munlock", + "number": 150, + "origname": "munlock", + "signature": [ + "unsigned long start", + "size_t len" + ], + "symbol": "__x64_sys_munlock" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 151, + "kconfig": "MMU", + "line": 754, + "name": "mlockall", + "number": 151, + "origname": "mlockall", + "signature": [ + "int flags" + ], + "symbol": "__x64_sys_mlockall" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 152, + "kconfig": "MMU", + "line": 783, + "name": "munlockall", + "number": 152, + "origname": "munlockall", + "signature": [], + "symbol": "__x64_sys_munlockall" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 153, + "kconfig": null, + "line": 1587, + "name": "vhangup", + "number": 153, + "origname": "vhangup", + "signature": [], + "symbol": "__x64_sys_vhangup" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ldt.c", + "good_location": true, + "grepped_location": false, + "index": 154, + "kconfig": "MODIFY_LDT_SYSCALL", + "line": 667, + "name": "modify_ldt", + "number": 154, + "origname": "modify_ldt", + "signature": [ + "int func", + "void *ptr", + "unsigned long bytecount" + ], + "symbol": "__x64_sys_modify_ldt" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 155, + "kconfig": null, + "line": 4179, + "name": "pivot_root", + "number": 155, + "origname": "pivot_root", + "signature": [ + "const char *new_root", + "const char *put_old" + ], + "symbol": "__x64_sys_pivot_root" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 157, + "kconfig": null, + "line": 2445, + "name": "prctl", + "number": 157, + "origname": "prctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__x64_sys_prctl" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/process_64.c", + "good_location": true, + "grepped_location": false, + "index": 158, + "kconfig": null, + "line": 913, + "name": "arch_prctl", + "number": 158, + "origname": "arch_prctl", + "signature": [ + "int option", + "unsigned long arg2" + ], + "symbol": "__x64_sys_arch_prctl" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 159, + "kconfig": null, + "line": 269, + "name": "adjtimex", + "number": 159, + "origname": "adjtimex", + "signature": [ + "struct __kernel_timex *txc_p" + ], + "symbol": "__x64_sys_adjtimex" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 160, + "kconfig": null, + "line": 1731, + "name": "setrlimit", + "number": 160, + "origname": "setrlimit", + "signature": [ + "unsigned int resource", + "struct rlimit *rlim" + ], + "symbol": "__x64_sys_setrlimit" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 161, + "kconfig": null, + "line": 598, + "name": "chroot", + "number": 161, + "origname": "chroot", + "signature": [ + "const char *filename" + ], + "symbol": "__x64_sys_chroot" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 162, + "kconfig": null, + "line": 111, + "name": "sync", + "number": 162, + "origname": "sync", + "signature": [], + "symbol": "__x64_sys_sync" + }, + { + "esoteric": false, + "file": "kernel/acct.c", + "good_location": true, + "grepped_location": false, + "index": 163, + "kconfig": "BSD_PROCESS_ACCT", + "line": 292, + "name": "acct", + "number": 163, + "origname": "acct", + "signature": [ + "const char *name" + ], + "symbol": "__x64_sys_acct" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 164, + "kconfig": null, + "line": 199, + "name": "settimeofday", + "number": 164, + "origname": "settimeofday", + "signature": [ + "struct __kernel_old_timeval *tv", + "struct timezone *tz" + ], + "symbol": "__x64_sys_settimeofday" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 165, + "kconfig": null, + "line": 3875, + "name": "mount", + "number": 165, + "origname": "mount", + "signature": [ + "char *dev_name", + "char *dir_name", + "char *type", + "unsigned long flags", + "void *data" + ], + "symbol": "__x64_sys_mount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 166, + "kconfig": null, + "line": 1922, + "name": "umount", + "number": 166, + "origname": "umount", + "signature": [ + "char *name", + "int flags" + ], + "symbol": "__x64_sys_umount" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 167, + "kconfig": "SWAP", + "line": 2980, + "name": "swapon", + "number": 167, + "origname": "swapon", + "signature": [ + "const char *specialfile", + "int swap_flags" + ], + "symbol": "__x64_sys_swapon" + }, + { + "esoteric": false, + "file": "mm/swapfile.c", + "good_location": true, + "grepped_location": false, + "index": 168, + "kconfig": "SWAP", + "line": 2390, + "name": "swapoff", + "number": 168, + "origname": "swapoff", + "signature": [ + "const char *specialfile" + ], + "symbol": "__x64_sys_swapoff" + }, + { + "esoteric": false, + "file": "kernel/reboot.c", + "good_location": true, + "grepped_location": false, + "index": 169, + "kconfig": null, + "line": 715, + "name": "reboot", + "number": 169, + "origname": "reboot", + "signature": [ + "int magic1", + "int magic2", + "unsigned int cmd", + "void *arg" + ], + "symbol": "__x64_sys_reboot" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 170, + "kconfig": null, + "line": 1374, + "name": "sethostname", + "number": 170, + "origname": "sethostname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__x64_sys_sethostname" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 171, + "kconfig": null, + "line": 1428, + "name": "setdomainname", + "number": 171, + "origname": "setdomainname", + "signature": [ + "char *name", + "int len" + ], + "symbol": "__x64_sys_setdomainname" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ioport.c", + "good_location": true, + "grepped_location": false, + "index": 172, + "kconfig": "X86_IOPL_IOPERM", + "line": 173, + "name": "iopl", + "number": 172, + "origname": "iopl", + "signature": [ + "unsigned int level" + ], + "symbol": "__x64_sys_iopl" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/ioport.c", + "good_location": true, + "grepped_location": false, + "index": 173, + "kconfig": "X86_IOPL_IOPERM", + "line": 152, + "name": "ioperm", + "number": 173, + "origname": "ioperm", + "signature": [ + "unsigned long from", + "unsigned long num", + "int turn_on" + ], + "symbol": "__x64_sys_ioperm" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 175, + "kconfig": "MODULES", + "line": 3041, + "name": "init_module", + "number": 175, + "origname": "init_module", + "signature": [ + "void *umod", + "unsigned long len", + "const char *uargs" + ], + "symbol": "__x64_sys_init_module" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 176, + "kconfig": "MODULES", + "line": 698, + "name": "delete_module", + "number": 176, + "origname": "delete_module", + "signature": [ + "const char *name_user", + "unsigned int flags" + ], + "symbol": "__x64_sys_delete_module" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 179, + "kconfig": "QUOTACTL", + "line": 917, + "name": "quotactl", + "number": 179, + "origname": "quotactl", + "signature": [ + "unsigned int cmd", + "const char *special", + "qid_t id", + "void *addr" + ], + "symbol": "__x64_sys_quotactl" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 186, + "kconfig": null, + "line": 964, + "name": "gettid", + "number": 186, + "origname": "gettid", + "signature": [], + "symbol": "__x64_sys_gettid" + }, + { + "esoteric": false, + "file": "mm/readahead.c", + "good_location": true, + "grepped_location": false, + "index": 187, + "kconfig": null, + "line": 746, + "name": "readahead", + "number": 187, + "origname": "readahead", + "signature": [ + "int fd", + "loff_t offset", + "size_t count" + ], + "symbol": "__x64_sys_readahead" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 188, + "kconfig": null, + "line": 684, + "name": "setxattr", + "number": 188, + "origname": "setxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__x64_sys_setxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 189, + "kconfig": null, + "line": 691, + "name": "lsetxattr", + "number": 189, + "origname": "lsetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__x64_sys_lsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 190, + "kconfig": null, + "line": 698, + "name": "fsetxattr", + "number": 190, + "origname": "fsetxattr", + "signature": [ + "int fd", + "const char *name", + "const void *value", + "size_t size", + "int flags" + ], + "symbol": "__x64_sys_fsetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 191, + "kconfig": null, + "line": 797, + "name": "getxattr", + "number": 191, + "origname": "getxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__x64_sys_getxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 192, + "kconfig": null, + "line": 803, + "name": "lgetxattr", + "number": 192, + "origname": "lgetxattr", + "signature": [ + "const char *pathname", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__x64_sys_lgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 193, + "kconfig": null, + "line": 809, + "name": "fgetxattr", + "number": 193, + "origname": "fgetxattr", + "signature": [ + "int fd", + "const char *name", + "void *value", + "size_t size" + ], + "symbol": "__x64_sys_fgetxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 194, + "kconfig": null, + "line": 874, + "name": "listxattr", + "number": 194, + "origname": "listxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__x64_sys_listxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 195, + "kconfig": null, + "line": 880, + "name": "llistxattr", + "number": 195, + "origname": "llistxattr", + "signature": [ + "const char *pathname", + "char *list", + "size_t size" + ], + "symbol": "__x64_sys_llistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 196, + "kconfig": null, + "line": 886, + "name": "flistxattr", + "number": 196, + "origname": "flistxattr", + "signature": [ + "int fd", + "char *list", + "size_t size" + ], + "symbol": "__x64_sys_flistxattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 197, + "kconfig": null, + "line": 943, + "name": "removexattr", + "number": 197, + "origname": "removexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__x64_sys_removexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 198, + "kconfig": null, + "line": 949, + "name": "lremovexattr", + "number": 198, + "origname": "lremovexattr", + "signature": [ + "const char *pathname", + "const char *name" + ], + "symbol": "__x64_sys_lremovexattr" + }, + { + "esoteric": false, + "file": "fs/xattr.c", + "good_location": true, + "grepped_location": false, + "index": 199, + "kconfig": null, + "line": 955, + "name": "fremovexattr", + "number": 199, + "origname": "fremovexattr", + "signature": [ + "int fd", + "const char *name" + ], + "symbol": "__x64_sys_fremovexattr" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 200, + "kconfig": null, + "line": 4004, + "name": "tkill", + "number": 200, + "origname": "tkill", + "signature": [ + "pid_t pid", + "int sig" + ], + "symbol": "__x64_sys_tkill" + }, + { + "esoteric": false, + "file": "kernel/time/time.c", + "good_location": true, + "grepped_location": false, + "index": 201, + "kconfig": null, + "line": 62, + "name": "time", + "number": 201, + "origname": "time", + "signature": [ + "__kernel_old_time_t *tloc" + ], + "symbol": "__x64_sys_time" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 202, + "kconfig": "FUTEX", + "line": 160, + "name": "futex", + "number": 202, + "origname": "futex", + "signature": [ + "u32 *uaddr", + "int op", + "u32 val", + "const struct __kernel_timespec *utime", + "u32 *uaddr2", + "u32 val3" + ], + "symbol": "__x64_sys_futex" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 203, + "kconfig": null, + "line": 8461, + "name": "sched_setaffinity", + "number": 203, + "origname": "sched_setaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "__x64_sys_sched_setaffinity" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 204, + "kconfig": null, + "line": 8506, + "name": "sched_getaffinity", + "number": 204, + "origname": "sched_getaffinity", + "signature": [ + "pid_t pid", + "unsigned int len", + "unsigned long *user_mask_ptr" + ], + "symbol": "__x64_sys_sched_getaffinity" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 206, + "kconfig": "AIO", + "line": 1388, + "name": "io_setup", + "number": 206, + "origname": "io_setup", + "signature": [ + "unsigned nr_events", + "aio_context_t *ctxp" + ], + "symbol": "__x64_sys_io_setup" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 207, + "kconfig": "AIO", + "line": 1457, + "name": "io_destroy", + "number": 207, + "origname": "io_destroy", + "signature": [ + "aio_context_t ctx" + ], + "symbol": "__x64_sys_io_destroy" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 208, + "kconfig": "AIO", + "line": 2257, + "name": "io_getevents", + "number": 208, + "origname": "io_getevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout" + ], + "symbol": "__x64_sys_io_getevents" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 209, + "kconfig": "AIO", + "line": 2087, + "name": "io_submit", + "number": 209, + "origname": "io_submit", + "signature": [ + "aio_context_t ctx_id", + "long nr", + "struct iocb * *iocbpp" + ], + "symbol": "__x64_sys_io_submit" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 210, + "kconfig": "AIO", + "line": 2181, + "name": "io_cancel", + "number": 210, + "origname": "io_cancel", + "signature": [ + "aio_context_t ctx_id", + "struct iocb *iocb", + "struct io_event *result" + ], + "symbol": "__x64_sys_io_cancel" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 213, + "kconfig": "EPOLL", + "line": 2077, + "name": "epoll_create", + "number": 213, + "origname": "epoll_create", + "signature": [ + "int size" + ], + "symbol": "__x64_sys_epoll_create" + }, + { + "esoteric": false, + "file": "mm/mmap.c", + "good_location": true, + "grepped_location": false, + "index": 216, + "kconfig": "MMU", + "line": 3014, + "name": "remap_file_pages", + "number": 216, + "origname": "remap_file_pages", + "signature": [ + "unsigned long start", + "unsigned long size", + "unsigned long prot", + "unsigned long pgoff", + "unsigned long flags" + ], + "symbol": "__x64_sys_remap_file_pages" + }, + { + "esoteric": false, + "file": "fs/readdir.c", + "good_location": true, + "grepped_location": false, + "index": 217, + "kconfig": null, + "line": 394, + "name": "getdents64", + "number": 217, + "origname": "getdents64", + "signature": [ + "unsigned int fd", + "struct linux_dirent64 *dirent", + "unsigned int count" + ], + "symbol": "__x64_sys_getdents64" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 218, + "kconfig": null, + "line": 1933, + "name": "set_tid_address", + "number": 218, + "origname": "set_tid_address", + "signature": [ + "int *tidptr" + ], + "symbol": "__x64_sys_set_tid_address" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 219, + "kconfig": null, + "line": 3034, + "name": "restart_syscall", + "number": 219, + "origname": "restart_syscall", + "signature": [], + "symbol": "__x64_sys_restart_syscall" + }, + { + "esoteric": false, + "file": "ipc/sem.c", + "good_location": true, + "grepped_location": false, + "index": 220, + "kconfig": "SYSVIPC", + "line": 2268, + "name": "semtimedop", + "number": 220, + "origname": "semtimedop", + "signature": [ + "int semid", + "struct sembuf *tsops", + "unsigned int nsops", + "const struct __kernel_timespec *timeout" + ], + "symbol": "__x64_sys_semtimedop" + }, + { + "esoteric": false, + "file": "mm/fadvise.c", + "good_location": true, + "grepped_location": false, + "index": 221, + "kconfig": "ADVISE_SYSCALLS", + "line": 205, + "name": "fadvise64", + "number": 221, + "origname": "fadvise64", + "signature": [ + "int fd", + "loff_t offset", + "loff_t len", + "int advice" + ], + "symbol": "__x64_sys_fadvise64" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 222, + "kconfig": "POSIX_TIMERS", + "line": 530, + "name": "timer_create", + "number": 222, + "origname": "timer_create", + "signature": [ + "const clockid_t which_clock", + "struct sigevent *timer_event_spec", + "timer_t *created_timer_id" + ], + "symbol": "__x64_sys_timer_create" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 223, + "kconfig": "POSIX_TIMERS", + "line": 940, + "name": "timer_settime", + "number": 223, + "origname": "timer_settime", + "signature": [ + "timer_t timer_id", + "int flags", + "const struct __kernel_itimerspec *new_setting", + "struct __kernel_itimerspec *old_setting" + ], + "symbol": "__x64_sys_timer_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 224, + "kconfig": "POSIX_TIMERS", + "line": 719, + "name": "timer_gettime", + "number": 224, + "origname": "timer_gettime", + "signature": [ + "timer_t timer_id", + "struct __kernel_itimerspec *setting" + ], + "symbol": "__x64_sys_timer_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 225, + "kconfig": "POSIX_TIMERS", + "line": 767, + "name": "timer_getoverrun", + "number": 225, + "origname": "timer_getoverrun", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__x64_sys_timer_getoverrun" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 226, + "kconfig": "POSIX_TIMERS", + "line": 1006, + "name": "timer_delete", + "number": 226, + "origname": "timer_delete", + "signature": [ + "timer_t timer_id" + ], + "symbol": "__x64_sys_timer_delete" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 227, + "kconfig": null, + "line": 1113, + "name": "clock_settime", + "number": 227, + "origname": "clock_settime", + "signature": [ + "const clockid_t which_clock", + "const struct __kernel_timespec *tp" + ], + "symbol": "__x64_sys_clock_settime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 228, + "kconfig": null, + "line": 1132, + "name": "clock_gettime", + "number": 228, + "origname": "clock_gettime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__x64_sys_clock_gettime" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 229, + "kconfig": null, + "line": 1252, + "name": "clock_getres", + "number": 229, + "origname": "clock_getres", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timespec *tp" + ], + "symbol": "__x64_sys_clock_getres" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 230, + "kconfig": null, + "line": 1373, + "name": "clock_nanosleep", + "number": 230, + "origname": "clock_nanosleep", + "signature": [ + "const clockid_t which_clock", + "int flags", + "const struct __kernel_timespec *rqtp", + "struct __kernel_timespec *rmtp" + ], + "symbol": "__x64_sys_clock_nanosleep" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 231, + "kconfig": null, + "line": 1029, + "name": "exit_group", + "number": 231, + "origname": "exit_group", + "signature": [ + "int error_code" + ], + "symbol": "__x64_sys_exit_group" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 232, + "kconfig": "EPOLL", + "line": 2324, + "name": "epoll_wait", + "number": 232, + "origname": "epoll_wait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout" + ], + "symbol": "__x64_sys_epoll_wait" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 233, + "kconfig": "EPOLL", + "line": 2266, + "name": "epoll_ctl", + "number": 233, + "origname": "epoll_ctl", + "signature": [ + "int epfd", + "int op", + "int fd", + "struct epoll_event *event" + ], + "symbol": "__x64_sys_epoll_ctl" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 234, + "kconfig": null, + "line": 3988, + "name": "tgkill", + "number": 234, + "origname": "tgkill", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig" + ], + "symbol": "__x64_sys_tgkill" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 235, + "kconfig": null, + "line": 209, + "name": "utimes", + "number": 235, + "origname": "utimes", + "signature": [ + "char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "__x64_sys_utimes" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 237, + "kconfig": "NUMA", + "line": 1556, + "name": "mbind", + "number": 237, + "origname": "mbind", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long mode", + "const unsigned long *nmask", + "unsigned long maxnode", + "unsigned int flags" + ], + "symbol": "__x64_sys_mbind" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 238, + "kconfig": "NUMA", + "line": 1583, + "name": "set_mempolicy", + "number": 238, + "origname": "set_mempolicy", + "signature": [ + "int mode", + "const unsigned long *nmask", + "unsigned long maxnode" + ], + "symbol": "__x64_sys_set_mempolicy" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 239, + "kconfig": "NUMA", + "line": 1713, + "name": "get_mempolicy", + "number": 239, + "origname": "get_mempolicy", + "signature": [ + "int *policy", + "unsigned long *nmask", + "unsigned long maxnode", + "unsigned long addr", + "unsigned long flags" + ], + "symbol": "__x64_sys_get_mempolicy" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 240, + "kconfig": "POSIX_MQUEUE", + "line": 943, + "name": "mq_open", + "number": 240, + "origname": "mq_open", + "signature": [ + "const char *u_name", + "int oflag", + "umode_t mode", + "struct mq_attr *u_attr" + ], + "symbol": "__x64_sys_mq_open" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 241, + "kconfig": "POSIX_MQUEUE", + "line": 953, + "name": "mq_unlink", + "number": 241, + "origname": "mq_unlink", + "signature": [ + "const char *u_name" + ], + "symbol": "__x64_sys_mq_unlink" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 242, + "kconfig": "POSIX_MQUEUE", + "line": 1283, + "name": "mq_timedsend", + "number": 242, + "origname": "mq_timedsend", + "signature": [ + "mqd_t mqdes", + "const char *u_msg_ptr", + "size_t msg_len", + "unsigned int msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__x64_sys_mq_timedsend" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 243, + "kconfig": "POSIX_MQUEUE", + "line": 1297, + "name": "mq_timedreceive", + "number": 243, + "origname": "mq_timedreceive", + "signature": [ + "mqd_t mqdes", + "char *u_msg_ptr", + "size_t msg_len", + "unsigned int *u_msg_prio", + "const struct __kernel_timespec *u_abs_timeout" + ], + "symbol": "__x64_sys_mq_timedreceive" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 244, + "kconfig": "POSIX_MQUEUE", + "line": 1440, + "name": "mq_notify", + "number": 244, + "origname": "mq_notify", + "signature": [ + "mqd_t mqdes", + "const struct sigevent *u_notification" + ], + "symbol": "__x64_sys_mq_notify" + }, + { + "esoteric": false, + "file": "ipc/mqueue.c", + "good_location": true, + "grepped_location": false, + "index": 245, + "kconfig": "POSIX_MQUEUE", + "line": 1496, + "name": "mq_getsetattr", + "number": 245, + "origname": "mq_getsetattr", + "signature": [ + "mqd_t mqdes", + "const struct mq_attr *u_mqstat", + "struct mq_attr *u_omqstat" + ], + "symbol": "__x64_sys_mq_getsetattr" + }, + { + "esoteric": false, + "file": "kernel/kexec.c", + "good_location": true, + "grepped_location": false, + "index": 246, + "kconfig": "KEXEC", + "line": 235, + "name": "kexec_load", + "number": 246, + "origname": "kexec_load", + "signature": [ + "unsigned long entry", + "unsigned long nr_segments", + "struct kexec_segment *segments", + "unsigned long flags" + ], + "symbol": "__x64_sys_kexec_load" + }, + { + "esoteric": false, + "file": "kernel/exit.c", + "good_location": true, + "grepped_location": false, + "index": 247, + "kconfig": null, + "line": 1715, + "name": "waitid", + "number": 247, + "origname": "waitid", + "signature": [ + "int which", + "pid_t upid", + "struct siginfo *infop", + "int options", + "struct rusage *ru" + ], + "symbol": "__x64_sys_waitid" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 248, + "kconfig": "KEYS", + "line": 74, + "name": "add_key", + "number": 248, + "origname": "add_key", + "signature": [ + "const char *_type", + "const char *_description", + "const void *_payload", + "size_t plen", + "key_serial_t ringid" + ], + "symbol": "__x64_sys_add_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 249, + "kconfig": "KEYS", + "line": 167, + "name": "request_key", + "number": 249, + "origname": "request_key", + "signature": [ + "const char *_type", + "const char *_description", + "const char *_callout_info", + "key_serial_t destringid" + ], + "symbol": "__x64_sys_request_key" + }, + { + "esoteric": false, + "file": "security/keys/keyctl.c", + "good_location": true, + "grepped_location": false, + "index": 250, + "kconfig": "KEYS", + "line": 1873, + "name": "keyctl", + "number": 250, + "origname": "keyctl", + "signature": [ + "int option", + "unsigned long arg2", + "unsigned long arg3", + "unsigned long arg4", + "unsigned long arg5" + ], + "symbol": "__x64_sys_keyctl" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 251, + "kconfig": "BLOCK", + "line": 69, + "name": "ioprio_set", + "number": 251, + "origname": "ioprio_set", + "signature": [ + "int which", + "int who", + "int ioprio" + ], + "symbol": "__x64_sys_ioprio_set" + }, + { + "esoteric": false, + "file": "block/ioprio.c", + "good_location": true, + "grepped_location": false, + "index": 252, + "kconfig": "BLOCK", + "line": 184, + "name": "ioprio_get", + "number": 252, + "origname": "ioprio_get", + "signature": [ + "int which", + "int who" + ], + "symbol": "__x64_sys_ioprio_get" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 253, + "kconfig": "INOTIFY_USER", + "line": 724, + "name": "inotify_init", + "number": 253, + "origname": "inotify_init", + "signature": [], + "symbol": "__x64_sys_inotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 254, + "kconfig": "INOTIFY_USER", + "line": 729, + "name": "inotify_add_watch", + "number": 254, + "origname": "inotify_add_watch", + "signature": [ + "int fd", + "const char *pathname", + "u32 mask" + ], + "symbol": "__x64_sys_inotify_add_watch" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 255, + "kconfig": "INOTIFY_USER", + "line": 793, + "name": "inotify_rm_watch", + "number": 255, + "origname": "inotify_rm_watch", + "signature": [ + "int fd", + "__s32 wd" + ], + "symbol": "__x64_sys_inotify_rm_watch" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 256, + "kconfig": "MIGRATION", + "line": 1676, + "name": "migrate_pages", + "number": 256, + "origname": "migrate_pages", + "signature": [ + "pid_t pid", + "unsigned long maxnode", + "const unsigned long *old_nodes", + "const unsigned long *new_nodes" + ], + "symbol": "__x64_sys_migrate_pages" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 257, + "kconfig": null, + "line": 1430, + "name": "openat", + "number": 257, + "origname": "openat", + "signature": [ + "int dfd", + "const char *filename", + "int flags", + "umode_t mode" + ], + "symbol": "__x64_sys_openat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 258, + "kconfig": null, + "line": 4162, + "name": "mkdirat", + "number": 258, + "origname": "mkdirat", + "signature": [ + "int dfd", + "const char *pathname", + "umode_t mode" + ], + "symbol": "__x64_sys_mkdirat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 259, + "kconfig": null, + "line": 4079, + "name": "mknodat", + "number": 259, + "origname": "mknodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int dev" + ], + "symbol": "__x64_sys_mknodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 260, + "kconfig": null, + "line": 831, + "name": "fchownat", + "number": 260, + "origname": "fchownat", + "signature": [ + "int dfd", + "const char *filename", + "uid_t user", + "gid_t group", + "int flag" + ], + "symbol": "__x64_sys_fchownat" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 261, + "kconfig": null, + "line": 203, + "name": "futimesat", + "number": 261, + "origname": "futimesat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_old_timeval *utimes" + ], + "symbol": "__x64_sys_futimesat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 262, + "kconfig": null, + "line": 462, + "name": "newfstatat", + "number": 262, + "origname": "newfstatat", + "signature": [ + "int dfd", + "const char *filename", + "struct stat *statbuf", + "int flag" + ], + "symbol": "__x64_sys_newfstatat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 263, + "kconfig": null, + "line": 4438, + "name": "unlinkat", + "number": 263, + "origname": "unlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "int flag" + ], + "symbol": "__x64_sys_unlinkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 264, + "kconfig": null, + "line": 5078, + "name": "renameat", + "number": 264, + "origname": "renameat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__x64_sys_renameat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 265, + "kconfig": null, + "line": 4704, + "name": "linkat", + "number": 265, + "origname": "linkat", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "int flags" + ], + "symbol": "__x64_sys_linkat" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 266, + "kconfig": null, + "line": 4523, + "name": "symlinkat", + "number": 266, + "origname": "symlinkat", + "signature": [ + "const char *oldname", + "int newdfd", + "const char *newname" + ], + "symbol": "__x64_sys_symlinkat" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 267, + "kconfig": null, + "line": 523, + "name": "readlinkat", + "number": 267, + "origname": "readlinkat", + "signature": [ + "int dfd", + "const char *pathname", + "char *buf", + "int bufsiz" + ], + "symbol": "__x64_sys_readlinkat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 268, + "kconfig": null, + "line": 712, + "name": "fchmodat", + "number": 268, + "origname": "fchmodat", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode" + ], + "symbol": "__x64_sys_fchmodat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 269, + "kconfig": null, + "line": 534, + "name": "faccessat", + "number": 269, + "origname": "faccessat", + "signature": [ + "int dfd", + "const char *filename", + "int mode" + ], + "symbol": "__x64_sys_faccessat" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 270, + "kconfig": null, + "line": 795, + "name": "pselect6", + "number": 270, + "origname": "pselect6", + "signature": [ + "int n", + "fd_set *inp", + "fd_set *outp", + "fd_set *exp", + "struct __kernel_timespec *tsp", + "void *sig" + ], + "symbol": "__x64_sys_pselect6" + }, + { + "esoteric": false, + "file": "fs/select.c", + "good_location": true, + "grepped_location": false, + "index": 271, + "kconfig": null, + "line": 1101, + "name": "ppoll", + "number": 271, + "origname": "ppoll", + "signature": [ + "struct pollfd *ufds", + "unsigned int nfds", + "struct __kernel_timespec *tsp", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_ppoll" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 272, + "kconfig": null, + "line": 3497, + "name": "unshare", + "number": 272, + "origname": "unshare", + "signature": [ + "unsigned long unshare_flags" + ], + "symbol": "__x64_sys_unshare" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 273, + "kconfig": "FUTEX", + "line": 28, + "name": "set_robust_list", + "number": 273, + "origname": "set_robust_list", + "signature": [ + "struct robust_list_head *head", + "size_t len" + ], + "symbol": "__x64_sys_set_robust_list" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 274, + "kconfig": "FUTEX", + "line": 48, + "name": "get_robust_list", + "number": 274, + "origname": "get_robust_list", + "signature": [ + "int pid", + "struct robust_list_head * *head_ptr", + "size_t *len_ptr" + ], + "symbol": "__x64_sys_get_robust_list" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 275, + "kconfig": null, + "line": 1634, + "name": "splice", + "number": 275, + "origname": "splice", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__x64_sys_splice" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 276, + "kconfig": null, + "line": 2006, + "name": "tee", + "number": 276, + "origname": "tee", + "signature": [ + "int fdin", + "int fdout", + "size_t len", + "unsigned int flags" + ], + "symbol": "__x64_sys_tee" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 277, + "kconfig": null, + "line": 370, + "name": "sync_file_range", + "number": 277, + "origname": "sync_file_range", + "signature": [ + "int fd", + "loff_t offset", + "loff_t nbytes", + "unsigned int flags" + ], + "symbol": "__x64_sys_sync_file_range" + }, + { + "esoteric": false, + "file": "fs/splice.c", + "good_location": true, + "grepped_location": false, + "index": 278, + "kconfig": null, + "line": 1598, + "name": "vmsplice", + "number": 278, + "origname": "vmsplice", + "signature": [ + "int fd", + "const struct iovec *uiov", + "unsigned long nr_segs", + "unsigned int flags" + ], + "symbol": "__x64_sys_vmsplice" + }, + { + "esoteric": false, + "file": "mm/migrate.c", + "good_location": true, + "grepped_location": false, + "index": 279, + "kconfig": "MIGRATION", + "line": 2456, + "name": "move_pages", + "number": 279, + "origname": "move_pages", + "signature": [ + "pid_t pid", + "unsigned long nr_pages", + "const void * *pages", + "const int *nodes", + "int *status", + "int flags" + ], + "symbol": "__x64_sys_move_pages" + }, + { + "esoteric": false, + "file": "fs/utimes.c", + "good_location": true, + "grepped_location": false, + "index": 280, + "kconfig": null, + "line": 148, + "name": "utimensat", + "number": 280, + "origname": "utimensat", + "signature": [ + "int dfd", + "const char *filename", + "struct __kernel_timespec *utimes", + "int flags" + ], + "symbol": "__x64_sys_utimensat" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 281, + "kconfig": "EPOLL", + "line": 2358, + "name": "epoll_pwait", + "number": 281, + "origname": "epoll_pwait", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "int timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_epoll_pwait" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 282, + "kconfig": "SIGNALFD", + "line": 314, + "name": "signalfd", + "number": 282, + "origname": "signalfd", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask" + ], + "symbol": "__x64_sys_signalfd" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 283, + "kconfig": null, + "line": 406, + "name": "timerfd_create", + "number": 283, + "origname": "timerfd_create", + "signature": [ + "int clockid", + "int flags" + ], + "symbol": "__x64_sys_timerfd_create" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 284, + "kconfig": null, + "line": 426, + "name": "eventfd", + "number": 284, + "origname": "eventfd", + "signature": [ + "unsigned int count" + ], + "symbol": "__x64_sys_eventfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 285, + "kconfig": null, + "line": 357, + "name": "fallocate", + "number": 285, + "origname": "fallocate", + "signature": [ + "int fd", + "int mode", + "loff_t offset", + "loff_t len" + ], + "symbol": "__x64_sys_fallocate" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 286, + "kconfig": null, + "line": 558, + "name": "timerfd_settime", + "number": 286, + "origname": "timerfd_settime", + "signature": [ + "int ufd", + "int flags", + "const struct __kernel_itimerspec *utmr", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__x64_sys_timerfd_settime" + }, + { + "esoteric": false, + "file": "fs/timerfd.c", + "good_location": true, + "grepped_location": false, + "index": 287, + "kconfig": null, + "line": 576, + "name": "timerfd_gettime", + "number": 287, + "origname": "timerfd_gettime", + "signature": [ + "int ufd", + "struct __kernel_itimerspec *otmr" + ], + "symbol": "__x64_sys_timerfd_gettime" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 288, + "kconfig": "NET", + "line": 2007, + "name": "accept4", + "number": 288, + "origname": "accept4", + "signature": [ + "int fd", + "struct sockaddr *upeer_sockaddr", + "int *upeer_addrlen", + "int flags" + ], + "symbol": "__x64_sys_accept4" + }, + { + "esoteric": false, + "file": "fs/signalfd.c", + "good_location": true, + "grepped_location": false, + "index": 289, + "kconfig": "SIGNALFD", + "line": 302, + "name": "signalfd4", + "number": 289, + "origname": "signalfd4", + "signature": [ + "int ufd", + "sigset_t *user_mask", + "size_t sizemask", + "int flags" + ], + "symbol": "__x64_sys_signalfd4" + }, + { + "esoteric": false, + "file": "fs/eventfd.c", + "good_location": true, + "grepped_location": false, + "index": 290, + "kconfig": null, + "line": 421, + "name": "eventfd2", + "number": 290, + "origname": "eventfd2", + "signature": [ + "unsigned int count", + "int flags" + ], + "symbol": "__x64_sys_eventfd2" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 291, + "kconfig": "EPOLL", + "line": 2072, + "name": "epoll_create1", + "number": 291, + "origname": "epoll_create1", + "signature": [ + "int flags" + ], + "symbol": "__x64_sys_epoll_create1" + }, + { + "esoteric": false, + "file": "fs/file.c", + "good_location": true, + "grepped_location": false, + "index": 292, + "kconfig": null, + "line": 1388, + "name": "dup3", + "number": 292, + "origname": "dup3", + "signature": [ + "unsigned int oldfd", + "unsigned int newfd", + "int flags" + ], + "symbol": "__x64_sys_dup3" + }, + { + "esoteric": false, + "file": "fs/pipe.c", + "good_location": true, + "grepped_location": false, + "index": 293, + "kconfig": null, + "line": 1047, + "name": "pipe2", + "number": 293, + "origname": "pipe2", + "signature": [ + "int *fildes", + "int flags" + ], + "symbol": "__x64_sys_pipe2" + }, + { + "esoteric": false, + "file": "fs/notify/inotify/inotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 294, + "kconfig": "INOTIFY_USER", + "line": 719, + "name": "inotify_init1", + "number": 294, + "origname": "inotify_init1", + "signature": [ + "int flags" + ], + "symbol": "__x64_sys_inotify_init1" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 295, + "kconfig": null, + "line": 1094, + "name": "preadv", + "number": 295, + "origname": "preadv", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "__x64_sys_preadv" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 296, + "kconfig": null, + "line": 1114, + "name": "pwritev", + "number": 296, + "origname": "pwritev", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h" + ], + "symbol": "__x64_sys_pwritev" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 297, + "kconfig": null, + "line": 4072, + "name": "rt_tgsigqueueinfo", + "number": 297, + "origname": "rt_tgsigqueueinfo", + "signature": [ + "pid_t tgid", + "pid_t pid", + "int sig", + "siginfo_t *uinfo" + ], + "symbol": "__x64_sys_rt_tgsigqueueinfo" + }, + { + "esoteric": false, + "file": "kernel/events/core.c", + "good_location": true, + "grepped_location": false, + "index": 298, + "kconfig": "PERF_EVENTS", + "line": 12420, + "name": "perf_event_open", + "number": 298, + "origname": "perf_event_open", + "signature": [ + "struct perf_event_attr *attr_uptr", + "pid_t pid", + "int cpu", + "int group_fd", + "unsigned long flags" + ], + "symbol": "__x64_sys_perf_event_open" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 299, + "kconfig": "NET", + "line": 3034, + "name": "recvmmsg", + "number": 299, + "origname": "recvmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags", + "struct __kernel_timespec *timeout" + ], + "symbol": "__x64_sys_recvmmsg" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 300, + "kconfig": "FANOTIFY", + "line": 1460, + "name": "fanotify_init", + "number": 300, + "origname": "fanotify_init", + "signature": [ + "unsigned int flags", + "unsigned int event_f_flags" + ], + "symbol": "__x64_sys_fanotify_init" + }, + { + "esoteric": false, + "file": "fs/notify/fanotify/fanotify_user.c", + "good_location": true, + "grepped_location": false, + "index": 301, + "kconfig": "FANOTIFY", + "line": 1972, + "name": "fanotify_mark", + "number": 301, + "origname": "fanotify_mark", + "signature": [ + "int fanotify_fd", + "unsigned int flags", + "__u64 mask", + "int dfd", + "const char *pathname" + ], + "symbol": "__x64_sys_fanotify_mark" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 302, + "kconfig": null, + "line": 1684, + "name": "prlimit64", + "number": 302, + "origname": "prlimit64", + "signature": [ + "pid_t pid", + "unsigned int resource", + "const struct rlimit64 *new_rlim", + "struct rlimit64 *old_rlim" + ], + "symbol": "__x64_sys_prlimit64" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 303, + "kconfig": "FHANDLE", + "line": 94, + "name": "name_to_handle_at", + "number": 303, + "origname": "name_to_handle_at", + "signature": [ + "int dfd", + "const char *name", + "struct file_handle *handle", + "int *mnt_id", + "int flag" + ], + "symbol": "__x64_sys_name_to_handle_at" + }, + { + "esoteric": false, + "file": "fs/fhandle.c", + "good_location": true, + "grepped_location": false, + "index": 304, + "kconfig": "FHANDLE", + "line": 258, + "name": "open_by_handle_at", + "number": 304, + "origname": "open_by_handle_at", + "signature": [ + "int mountdirfd", + "struct file_handle *handle", + "int flags" + ], + "symbol": "__x64_sys_open_by_handle_at" + }, + { + "esoteric": false, + "file": "kernel/time/posix-timers.c", + "good_location": true, + "grepped_location": false, + "index": 305, + "kconfig": null, + "line": 1162, + "name": "clock_adjtime", + "number": 305, + "origname": "clock_adjtime", + "signature": [ + "const clockid_t which_clock", + "struct __kernel_timex *utx" + ], + "symbol": "__x64_sys_clock_adjtime" + }, + { + "esoteric": false, + "file": "fs/sync.c", + "good_location": true, + "grepped_location": false, + "index": 306, + "kconfig": null, + "line": 149, + "name": "syncfs", + "number": 306, + "origname": "syncfs", + "signature": [ + "int fd" + ], + "symbol": "__x64_sys_syncfs" + }, + { + "esoteric": false, + "file": "net/socket.c", + "good_location": true, + "grepped_location": false, + "index": 307, + "kconfig": "NET", + "line": 2750, + "name": "sendmmsg", + "number": 307, + "origname": "sendmmsg", + "signature": [ + "int fd", + "struct mmsghdr *mmsg", + "unsigned int vlen", + "unsigned int flags" + ], + "symbol": "__x64_sys_sendmmsg" + }, + { + "esoteric": false, + "file": "kernel/nsproxy.c", + "good_location": true, + "grepped_location": false, + "index": 308, + "kconfig": null, + "line": 546, + "name": "setns", + "number": 308, + "origname": "setns", + "signature": [ + "int fd", + "int flags" + ], + "symbol": "__x64_sys_setns" + }, + { + "esoteric": false, + "file": "kernel/sys.c", + "good_location": true, + "grepped_location": false, + "index": 309, + "kconfig": null, + "line": 2767, + "name": "getcpu", + "number": 309, + "origname": "getcpu", + "signature": [ + "unsigned *cpup", + "unsigned *nodep", + "struct getcpu_cache *unused" + ], + "symbol": "__x64_sys_getcpu" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 310, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 292, + "name": "process_vm_readv", + "number": 310, + "origname": "process_vm_readv", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__x64_sys_process_vm_readv" + }, + { + "esoteric": false, + "file": "mm/process_vm_access.c", + "good_location": true, + "grepped_location": false, + "index": 311, + "kconfig": "CROSS_MEMORY_ATTACH", + "line": 299, + "name": "process_vm_writev", + "number": 311, + "origname": "process_vm_writev", + "signature": [ + "pid_t pid", + "const struct iovec *lvec", + "unsigned long liovcnt", + "const struct iovec *rvec", + "unsigned long riovcnt", + "unsigned long flags" + ], + "symbol": "__x64_sys_process_vm_writev" + }, + { + "esoteric": false, + "file": "kernel/kcmp.c", + "good_location": true, + "grepped_location": false, + "index": 312, + "kconfig": "KCMP", + "line": 137, + "name": "kcmp", + "number": 312, + "origname": "kcmp", + "signature": [ + "pid_t pid1", + "pid_t pid2", + "int type", + "unsigned long idx1", + "unsigned long idx2" + ], + "symbol": "__x64_sys_kcmp" + }, + { + "esoteric": false, + "file": "kernel/module/main.c", + "good_location": true, + "grepped_location": false, + "index": 313, + "kconfig": "MODULES", + "line": 3172, + "name": "finit_module", + "number": 313, + "origname": "finit_module", + "signature": [ + "int fd", + "const char *uargs", + "int flags" + ], + "symbol": "__x64_sys_finit_module" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 314, + "kconfig": null, + "line": 8131, + "name": "sched_setattr", + "number": 314, + "origname": "sched_setattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int flags" + ], + "symbol": "__x64_sys_sched_setattr" + }, + { + "esoteric": false, + "file": "kernel/sched/core.c", + "good_location": true, + "grepped_location": false, + "index": 315, + "kconfig": null, + "line": 8270, + "name": "sched_getattr", + "number": 315, + "origname": "sched_getattr", + "signature": [ + "pid_t pid", + "struct sched_attr *uattr", + "unsigned int usize", + "unsigned int flags" + ], + "symbol": "__x64_sys_sched_getattr" + }, + { + "esoteric": false, + "file": "fs/namei.c", + "good_location": true, + "grepped_location": false, + "index": 316, + "kconfig": null, + "line": 5071, + "name": "renameat2", + "number": 316, + "origname": "renameat2", + "signature": [ + "int olddfd", + "const char *oldname", + "int newdfd", + "const char *newname", + "unsigned int flags" + ], + "symbol": "__x64_sys_renameat2" + }, + { + "esoteric": false, + "file": "kernel/seccomp.c", + "good_location": true, + "grepped_location": false, + "index": 317, + "kconfig": "SECCOMP", + "line": 2071, + "name": "seccomp", + "number": 317, + "origname": "seccomp", + "signature": [ + "unsigned int op", + "unsigned int flags", + "void *uargs" + ], + "symbol": "__x64_sys_seccomp" + }, + { + "esoteric": false, + "file": "drivers/char/random.c", + "good_location": true, + "grepped_location": false, + "index": 318, + "kconfig": null, + "line": 1364, + "name": "getrandom", + "number": 318, + "origname": "getrandom", + "signature": [ + "char *ubuf", + "size_t len", + "unsigned int flags" + ], + "symbol": "__x64_sys_getrandom" + }, + { + "esoteric": false, + "file": "mm/memfd.c", + "good_location": true, + "grepped_location": false, + "index": 319, + "kconfig": "MEMFD_CREATE", + "line": 294, + "name": "memfd_create", + "number": 319, + "origname": "memfd_create", + "signature": [ + "const char *uname", + "unsigned int flags" + ], + "symbol": "__x64_sys_memfd_create" + }, + { + "esoteric": false, + "file": "kernel/kexec_file.c", + "good_location": true, + "grepped_location": false, + "index": 320, + "kconfig": "KEXEC_FILE", + "line": 330, + "name": "kexec_file_load", + "number": 320, + "origname": "kexec_file_load", + "signature": [ + "int kernel_fd", + "int initrd_fd", + "unsigned long cmdline_len", + "const char *cmdline_ptr", + "unsigned long flags" + ], + "symbol": "__x64_sys_kexec_file_load" + }, + { + "esoteric": false, + "file": "kernel/bpf/syscall.c", + "good_location": true, + "grepped_location": false, + "index": 321, + "kconfig": "BPF_SYSCALL", + "line": 5559, + "name": "bpf", + "number": 321, + "origname": "bpf", + "signature": [ + "int cmd", + "union bpf_attr *uattr", + "unsigned int size" + ], + "symbol": "__x64_sys_bpf" + }, + { + "esoteric": false, + "file": "fs/exec.c", + "good_location": true, + "grepped_location": false, + "index": 322, + "kconfig": null, + "line": 2137, + "name": "execveat", + "number": 322, + "origname": "execveat", + "signature": [ + "int fd", + "const char *filename", + "const char *const *argv", + "const char *const *envp", + "int flags" + ], + "symbol": "__x64_sys_execveat" + }, + { + "esoteric": false, + "file": "fs/userfaultfd.c", + "good_location": true, + "grepped_location": false, + "index": 323, + "kconfig": "USERFAULTFD", + "line": 2290, + "name": "userfaultfd", + "number": 323, + "origname": "userfaultfd", + "signature": [ + "int flags" + ], + "symbol": "__x64_sys_userfaultfd" + }, + { + "esoteric": false, + "file": "kernel/sched/membarrier.c", + "good_location": true, + "grepped_location": false, + "index": 324, + "kconfig": "MEMBARRIER", + "line": 620, + "name": "membarrier", + "number": 324, + "origname": "membarrier", + "signature": [ + "int cmd", + "unsigned int flags", + "int cpu_id" + ], + "symbol": "__x64_sys_membarrier" + }, + { + "esoteric": false, + "file": "mm/mlock.c", + "good_location": true, + "grepped_location": false, + "index": 325, + "kconfig": "MMU", + "line": 676, + "name": "mlock2", + "number": 325, + "origname": "mlock2", + "signature": [ + "unsigned long start", + "size_t len", + "int flags" + ], + "symbol": "__x64_sys_mlock2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 326, + "kconfig": null, + "line": 1575, + "name": "copy_file_range", + "number": 326, + "origname": "copy_file_range", + "signature": [ + "int fd_in", + "loff_t *off_in", + "int fd_out", + "loff_t *off_out", + "size_t len", + "unsigned int flags" + ], + "symbol": "__x64_sys_copy_file_range" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 327, + "kconfig": null, + "line": 1102, + "name": "preadv2", + "number": 327, + "origname": "preadv2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "__x64_sys_preadv2" + }, + { + "esoteric": false, + "file": "fs/read_write.c", + "good_location": true, + "grepped_location": false, + "index": 328, + "kconfig": null, + "line": 1122, + "name": "pwritev2", + "number": 328, + "origname": "pwritev2", + "signature": [ + "unsigned long fd", + "const struct iovec *vec", + "unsigned long vlen", + "unsigned long pos_l", + "unsigned long pos_h", + "rwf_t flags" + ], + "symbol": "__x64_sys_pwritev2" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 329, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 835, + "name": "pkey_mprotect", + "number": 329, + "origname": "pkey_mprotect", + "signature": [ + "unsigned long start", + "size_t len", + "unsigned long prot", + "int pkey" + ], + "symbol": "__x64_sys_pkey_mprotect" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 330, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 841, + "name": "pkey_alloc", + "number": 330, + "origname": "pkey_alloc", + "signature": [ + "unsigned long flags", + "unsigned long init_val" + ], + "symbol": "__x64_sys_pkey_alloc" + }, + { + "esoteric": false, + "file": "mm/mprotect.c", + "good_location": true, + "grepped_location": false, + "index": 331, + "kconfig": "X86_INTEL_MEMORY_PROTECTION_KEYS", + "line": 871, + "name": "pkey_free", + "number": 331, + "origname": "pkey_free", + "signature": [ + "int pkey" + ], + "symbol": "__x64_sys_pkey_free" + }, + { + "esoteric": false, + "file": "fs/stat.c", + "good_location": true, + "grepped_location": false, + "index": 332, + "kconfig": null, + "line": 699, + "name": "statx", + "number": 332, + "origname": "statx", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags", + "unsigned int mask", + "struct statx *buffer" + ], + "symbol": "__x64_sys_statx" + }, + { + "esoteric": false, + "file": "fs/aio.c", + "good_location": true, + "grepped_location": false, + "index": 333, + "kconfig": "AIO", + "line": 2282, + "name": "io_pgetevents", + "number": 333, + "origname": "io_pgetevents", + "signature": [ + "aio_context_t ctx_id", + "long min_nr", + "long nr", + "struct io_event *events", + "struct __kernel_timespec *timeout", + "const struct __aio_sigset *usig" + ], + "symbol": "__x64_sys_io_pgetevents" + }, + { + "esoteric": false, + "file": "kernel/rseq.c", + "good_location": true, + "grepped_location": false, + "index": 334, + "kconfig": "RSEQ", + "line": 365, + "name": "rseq", + "number": 334, + "origname": "rseq", + "signature": [ + "struct rseq *rseq", + "u32 rseq_len", + "int flags", + "u32 sig" + ], + "symbol": "__x64_sys_rseq" + }, + { + "esoteric": false, + "file": "kernel/signal.c", + "good_location": true, + "grepped_location": false, + "index": 424, + "kconfig": null, + "line": 3882, + "name": "pidfd_send_signal", + "number": 424, + "origname": "pidfd_send_signal", + "signature": [ + "int pidfd", + "int sig", + "siginfo_t *info", + "unsigned int flags" + ], + "symbol": "__x64_sys_pidfd_send_signal" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 425, + "kconfig": "IO_URING", + "line": 4077, + "name": "io_uring_setup", + "number": 425, + "origname": "io_uring_setup", + "signature": [ + "u32 entries", + "struct io_uring_params *params" + ], + "symbol": "__x64_sys_io_uring_setup" + }, + { + "esoteric": false, + "file": "io_uring/io_uring.c", + "good_location": true, + "grepped_location": false, + "index": 426, + "kconfig": "IO_URING", + "line": 3591, + "name": "io_uring_enter", + "number": 426, + "origname": "io_uring_enter", + "signature": [ + "unsigned int fd", + "u32 to_submit", + "u32 min_complete", + "u32 flags", + "const void *argp", + "size_t argsz" + ], + "symbol": "__x64_sys_io_uring_enter" + }, + { + "esoteric": false, + "file": "io_uring/register.c", + "good_location": true, + "grepped_location": false, + "index": 427, + "kconfig": "IO_URING", + "line": 561, + "name": "io_uring_register", + "number": 427, + "origname": "io_uring_register", + "signature": [ + "unsigned int fd", + "unsigned int opcode", + "void *arg", + "unsigned int nr_args" + ], + "symbol": "__x64_sys_io_uring_register" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 428, + "kconfig": null, + "line": 2692, + "name": "open_tree", + "number": 428, + "origname": "open_tree", + "signature": [ + "int dfd", + "const char *filename", + "unsigned flags" + ], + "symbol": "__x64_sys_open_tree" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 429, + "kconfig": null, + "line": 4071, + "name": "move_mount", + "number": 429, + "origname": "move_mount", + "signature": [ + "int from_dfd", + "const char *from_pathname", + "int to_dfd", + "const char *to_pathname", + "unsigned int flags" + ], + "symbol": "__x64_sys_move_mount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 430, + "kconfig": null, + "line": 115, + "name": "fsopen", + "number": 430, + "origname": "fsopen", + "signature": [ + "const char *_fs_name", + "unsigned int flags" + ], + "symbol": "__x64_sys_fsopen" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 431, + "kconfig": null, + "line": 349, + "name": "fsconfig", + "number": 431, + "origname": "fsconfig", + "signature": [ + "int fd", + "unsigned int cmd", + "const char *_key", + "const void *_value", + "int aux" + ], + "symbol": "__x64_sys_fsconfig" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 432, + "kconfig": null, + "line": 3943, + "name": "fsmount", + "number": 432, + "origname": "fsmount", + "signature": [ + "int fs_fd", + "unsigned int flags", + "unsigned int attr_flags" + ], + "symbol": "__x64_sys_fsmount" + }, + { + "esoteric": false, + "file": "fs/fsopen.c", + "good_location": true, + "grepped_location": false, + "index": 433, + "kconfig": null, + "line": 158, + "name": "fspick", + "number": 433, + "origname": "fspick", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags" + ], + "symbol": "__x64_sys_fspick" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 434, + "kconfig": null, + "line": 627, + "name": "pidfd_open", + "number": 434, + "origname": "pidfd_open", + "signature": [ + "pid_t pid", + "unsigned int flags" + ], + "symbol": "__x64_sys_pidfd_open" + }, + { + "esoteric": false, + "file": "kernel/fork.c", + "good_location": true, + "grepped_location": false, + "index": 435, + "kconfig": null, + "line": 3187, + "name": "clone3", + "number": 435, + "origname": "clone3", + "signature": [ + "struct clone_args *uargs", + "size_t size" + ], + "symbol": "__x64_sys_clone3" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 436, + "kconfig": null, + "line": 1577, + "name": "close_range", + "number": 436, + "origname": "close_range", + "signature": [ + "unsigned int fd", + "unsigned int max_fd", + "unsigned int flags" + ], + "symbol": "__x64_sys_close_range" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 437, + "kconfig": null, + "line": 1438, + "name": "openat2", + "number": 437, + "origname": "openat2", + "signature": [ + "int dfd", + "const char *filename", + "struct open_how *how", + "size_t usize" + ], + "symbol": "__x64_sys_openat2" + }, + { + "esoteric": false, + "file": "kernel/pid.c", + "good_location": true, + "grepped_location": false, + "index": 438, + "kconfig": null, + "line": 725, + "name": "pidfd_getfd", + "number": 438, + "origname": "pidfd_getfd", + "signature": [ + "int pidfd", + "int fd", + "unsigned int flags" + ], + "symbol": "__x64_sys_pidfd_getfd" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 439, + "kconfig": null, + "line": 539, + "name": "faccessat2", + "number": 439, + "origname": "faccessat2", + "signature": [ + "int dfd", + "const char *filename", + "int mode", + "int flags" + ], + "symbol": "__x64_sys_faccessat2" + }, + { + "esoteric": false, + "file": "mm/madvise.c", + "good_location": true, + "grepped_location": false, + "index": 440, + "kconfig": "ADVISE_SYSCALLS", + "line": 1457, + "name": "process_madvise", + "number": 440, + "origname": "process_madvise", + "signature": [ + "int pidfd", + "const struct iovec *vec", + "size_t vlen", + "int behavior", + "unsigned int flags" + ], + "symbol": "__x64_sys_process_madvise" + }, + { + "esoteric": false, + "file": "fs/eventpoll.c", + "good_location": true, + "grepped_location": false, + "index": 441, + "kconfig": "EPOLL", + "line": 2369, + "name": "epoll_pwait2", + "number": 441, + "origname": "epoll_pwait2", + "signature": [ + "int epfd", + "struct epoll_event *events", + "int maxevents", + "const struct __kernel_timespec *timeout", + "const sigset_t *sigmask", + "size_t sigsetsize" + ], + "symbol": "__x64_sys_epoll_pwait2" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 442, + "kconfig": null, + "line": 4647, + "name": "mount_setattr", + "number": 442, + "origname": "mount_setattr", + "signature": [ + "int dfd", + "const char *path", + "unsigned int flags", + "struct mount_attr *uattr", + "size_t usize" + ], + "symbol": "__x64_sys_mount_setattr" + }, + { + "esoteric": false, + "file": "fs/quota/quota.c", + "good_location": true, + "grepped_location": false, + "index": 443, + "kconfig": "QUOTACTL", + "line": 973, + "name": "quotactl_fd", + "number": 443, + "origname": "quotactl_fd", + "signature": [ + "unsigned int fd", + "unsigned int cmd", + "qid_t id", + "void *addr" + ], + "symbol": "__x64_sys_quotactl_fd" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 444, + "kconfig": "SECURITY_LANDLOCK", + "line": 165, + "name": "landlock_create_ruleset", + "number": 444, + "origname": "landlock_create_ruleset", + "signature": [ + "const struct landlock_ruleset_attr *const attr", + "const size_t size", + "const __u32 flags" + ], + "symbol": "__x64_sys_landlock_create_ruleset" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 445, + "kconfig": "SECURITY_LANDLOCK", + "line": 394, + "name": "landlock_add_rule", + "number": 445, + "origname": "landlock_add_rule", + "signature": [ + "const int ruleset_fd", + "const enum landlock_rule_type rule_type", + "const void *const rule_attr", + "const __u32 flags" + ], + "symbol": "__x64_sys_landlock_add_rule" + }, + { + "esoteric": false, + "file": "security/landlock/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 446, + "kconfig": "SECURITY_LANDLOCK", + "line": 453, + "name": "landlock_restrict_self", + "number": 446, + "origname": "landlock_restrict_self", + "signature": [ + "const int ruleset_fd", + "const __u32 flags" + ], + "symbol": "__x64_sys_landlock_restrict_self" + }, + { + "esoteric": false, + "file": "mm/secretmem.c", + "good_location": true, + "grepped_location": false, + "index": 447, + "kconfig": "SECRETMEM", + "line": 233, + "name": "memfd_secret", + "number": 447, + "origname": "memfd_secret", + "signature": [ + "unsigned int flags" + ], + "symbol": "__x64_sys_memfd_secret" + }, + { + "esoteric": false, + "file": "mm/oom_kill.c", + "good_location": true, + "grepped_location": false, + "index": 448, + "kconfig": "MMU", + "line": 1196, + "name": "process_mrelease", + "number": 448, + "origname": "process_mrelease", + "signature": [ + "int pidfd", + "unsigned int flags" + ], + "symbol": "__x64_sys_process_mrelease" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 449, + "kconfig": "FUTEX", + "line": 290, + "name": "futex_waitv", + "number": 449, + "origname": "futex_waitv", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int nr_futexes", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__x64_sys_futex_waitv" + }, + { + "esoteric": false, + "file": "mm/mempolicy.c", + "good_location": true, + "grepped_location": false, + "index": 450, + "kconfig": "NUMA", + "line": 1489, + "name": "set_mempolicy_home_node", + "number": 450, + "origname": "set_mempolicy_home_node", + "signature": [ + "unsigned long start", + "unsigned long len", + "unsigned long home_node", + "unsigned long flags" + ], + "symbol": "__x64_sys_set_mempolicy_home_node" + }, + { + "esoteric": false, + "file": "mm/filemap.c", + "good_location": true, + "grepped_location": false, + "index": 451, + "kconfig": "CACHESTAT_SYSCALL", + "line": 4217, + "name": "cachestat", + "number": 451, + "origname": "cachestat", + "signature": [ + "unsigned int fd", + "struct cachestat_range *cstat_range", + "struct cachestat *cstat", + "unsigned int flags" + ], + "symbol": "__x64_sys_cachestat" + }, + { + "esoteric": false, + "file": "fs/open.c", + "good_location": true, + "grepped_location": false, + "index": 452, + "kconfig": null, + "line": 706, + "name": "fchmodat2", + "number": 452, + "origname": "fchmodat2", + "signature": [ + "int dfd", + "const char *filename", + "umode_t mode", + "unsigned int flags" + ], + "symbol": "__x64_sys_fchmodat2" + }, + { + "esoteric": false, + "file": "arch/x86/kernel/shstk.c", + "good_location": true, + "grepped_location": false, + "index": 453, + "kconfig": "X86_USER_SHADOW_STACK", + "line": 505, + "name": "map_shadow_stack", + "number": 453, + "origname": "map_shadow_stack", + "signature": [ + "unsigned long addr", + "unsigned long size", + "unsigned int flags" + ], + "symbol": "__x64_sys_map_shadow_stack" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 454, + "kconfig": "FUTEX", + "line": 338, + "name": "futex_wake", + "number": 454, + "origname": "futex_wake", + "signature": [ + "void *uaddr", + "unsigned long mask", + "int nr", + "unsigned int flags" + ], + "symbol": "__x64_sys_futex_wake" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 455, + "kconfig": "FUTEX", + "line": 370, + "name": "futex_wait", + "number": 455, + "origname": "futex_wait", + "signature": [ + "void *uaddr", + "unsigned long val", + "unsigned long mask", + "unsigned int flags", + "struct __kernel_timespec *timeout", + "clockid_t clockid" + ], + "symbol": "__x64_sys_futex_wait" + }, + { + "esoteric": false, + "file": "kernel/futex/syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 456, + "kconfig": "FUTEX", + "line": 414, + "name": "futex_requeue", + "number": 456, + "origname": "futex_requeue", + "signature": [ + "struct futex_waitv *waiters", + "unsigned int flags", + "int nr_wake", + "int nr_requeue" + ], + "symbol": "__x64_sys_futex_requeue" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 457, + "kconfig": null, + "line": 5000, + "name": "statmount", + "number": 457, + "origname": "statmount", + "signature": [ + "const struct mnt_id_req *req", + "struct statmount *buf", + "size_t bufsize", + "unsigned int flags" + ], + "symbol": "__x64_sys_statmount" + }, + { + "esoteric": false, + "file": "fs/namespace.c", + "good_location": true, + "grepped_location": false, + "index": 458, + "kconfig": null, + "line": 5083, + "name": "listmount", + "number": 458, + "origname": "listmount", + "signature": [ + "const struct mnt_id_req *req", + "u64 *mnt_ids", + "size_t nr_mnt_ids", + "unsigned int flags" + ], + "symbol": "__x64_sys_listmount" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 459, + "kconfig": "SECURITY", + "line": 77, + "name": "lsm_get_self_attr", + "number": 459, + "origname": "lsm_get_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t *size", + "u32 flags" + ], + "symbol": "__x64_sys_lsm_get_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 460, + "kconfig": "SECURITY", + "line": 55, + "name": "lsm_set_self_attr", + "number": 460, + "origname": "lsm_set_self_attr", + "signature": [ + "unsigned int attr", + "struct lsm_ctx *ctx", + "size_t size", + "u32 flags" + ], + "symbol": "__x64_sys_lsm_set_self_attr" + }, + { + "esoteric": false, + "file": "security/lsm_syscalls.c", + "good_location": true, + "grepped_location": false, + "index": 461, + "kconfig": "SECURITY", + "line": 96, + "name": "lsm_list_modules", + "number": 461, + "origname": "lsm_list_modules", + "signature": [ + "u64 *ids", + "size_t *size", + "u32 flags" + ], + "symbol": "__x64_sys_lsm_list_modules" + } + ], + "systrack_version": "0.3.3" +} \ No newline at end of file