From: Erhard Furtner <erhard_f@mailbox.org>
To: kasan-dev@googlegroups.com
Cc: linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org
Subject: Machine freezes after running KASAN KUnit test 21 with a GCC 13.2 built kernel but runs tests fine with a CLANG 18 build kernel (v6.9-rc5, 32bit ppc, PowerMac G4 DP)
Date: Sat, 27 Apr 2024 20:50:20 +0200 [thread overview]
Message-ID: <20240427205020.3ecf3895@yea> (raw)
[-- Attachment #1: Type: text/plain, Size: 6347 bytes --]
Greetings!
Building kernel v6.9-rc5 with GCC 13.2 + binutils 2.42 and running KASAN KUnit tests (CONFIG_KASAN_INLINE=y, CONFIG_KASAN_KUNIT_TEST=y) on my Dual CPU PowerMac G4 DP always freezes the machine after test 21 (see attached dmesg gcc_v02). Sometimes the G4 is able to reboot, most of the time it just freezes:
==================================================================
ok 16 kmalloc_uaf_16
# kmalloc_oob_in_memset: EXPECTATION FAILED at mm/kasan/kasan_test.c:566
KASAN failure expected in "memset(ptr, 0, size + KASAN_GRANULE_SIZE)", but none occurred
not ok 17 kmalloc_oob_in_memset
# kmalloc_oob_memset_2: EXPECTATION FAILED at mm/kasan/kasan_test.c:496
KASAN failure expected in "memset(ptr + size - 1, 0, memset_size)", but none occurred
not ok 18 kmalloc_oob_memset_2
# kmalloc_oob_memset_4: EXPECTATION FAILED at mm/kasan/kasan_test.c:514
KASAN failure expected in "memset(ptr + size - 3, 0, memset_size)", but none occurred
not ok 19 kmalloc_oob_memset_4
# kmalloc_oob_memset_8: EXPECTATION FAILED at mm/kasan/kasan_test.c:532
KASAN failure expected in "memset(ptr + size - 7, 0, memset_size)", but none occurred
not ok 20 kmalloc_oob_memset_8
# kmalloc_oob_memset_16: EXPECTATION FAILED at mm/kasan/kasan_test.c:550
KASAN failure expected in "memset(ptr + size - 15, 0, memset_size)", but none occurred
not ok 21 kmalloc_oob_memset_16
watchdog: Watchdog detected hard LOCKUP on cpu 1
Modules linked in:
Kernel panic - not syncing: Hard LOCKUP
CPU: 0 PID: 0 Comm: swapper/0 Tainted: G B N 6.9.0-rc5-PMacG4 #1
Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
Call Trace:
[c13d3ba0] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[c13d3bc0] [c0056e18] panic+0x1f8/0x40c
[c13d3c70] [c0057104] nmi_panic+0xd8/0x104
[c13d3ce0] [c0152f34] watchdog_hardlockup_check+0x1cc/0x220
[c13d3d20] [c0152a6c] watchdog_timer_fn+0xa8/0x35c
[c13d3d60] [c01080c0] __hrtimer_run_queues+0x208/0x2dc
[c13d3e00] [c0108eb0] hrtimer_interrupt+0x154/0x308
[c13d3e50] [c0010bc0] timer_interrupt+0x130/0x1a8
[c13d3e80] [c0004a98] Decrementer_virt+0x108/0x10c
--- interrupt: 900 at __hard_irq_enable+0x10/0x18
NIP: c00b0a08 LR: c00b63d4 CTR: 00000000
REGS: c13d3e90 TRAP: 0900 Tainted: G B N (6.9.0-rc5-PMacG4)
MSR: 00009032 <EE,ME,IR,DR,RI> CR: 42000482 XER: 00000000
GPR00: c00b63d4 c13d3f50 c115f4a0 ffffffff 00000000 00000000 c0aa620c eed9b72f
GPR08: 00000001 00009032 00000000 c13d3f30 22000002 00000000 00000000 00000004
GPR16: 01b3c93b 00b9df54 01b3cdb5 ffbc0cc0 40d14000 0210d0c8 01b3cecc ff8811a8
GPR24: 00000000 00b9df50 40d14000 0210d000 00000000 c13e0000 00000000 c115f4a0
NIP [c00b0a08] __hard_irq_enable+0x10/0x18
LR [c00b63d4] do_idle+0x108/0x128
--- interrupt: 900
[c13d3f50] [c0aa65e8] default_idle_call+0x40/0x5c (unreliable)
[c13d3f60] [c00b63d4] do_idle+0x108/0x128
[c13d3f80] [c00b6618] cpu_startup_entry+0x3c/0x40
[c13d3fa0] [c0008e34] kernel_init+0x0/0x14c
[c13d3fc0] [c1003704] console_on_rootfs+0x0/0x84
[c13d3ff0] [000035d0] 0x35d0
Rebooting in 40 seconds..
When I build the same kernel .config with clang 18 + lld 18 the G4 just boots up fine, completing KASAN KUnit tests with just 1 failure. To get the kernels' binary size <32 MB (necessary on 32bit ppc) with KASAN_INLINE on the clang build I needed to modify the Makefile to build with -Oz instead of -Os.
Also when I use KASAN_OUTLINE the issue shows up. Only interesting thing is when I don't run the KASAN KUnit tests at bootup but later on via modprobe (see attached dmesg gcc_v02) I get different sorts of memory corruption on the G4, like:
BUG: KASAN: null-ptr-deref in account_system_index_time+0x54/0xd8
BUG maple_node (Tainted: G B N): Padding overwritten. 0xc54d7f00-0xc54d7fff @offset=16128
Read of size 4 at addr 00000110 by task /0
-----------------------------------------------------------------------------
Slab 0xeee95dd0 objects=21 used=21 fp=0x00000000 flags=0x840(slab|head|zone=0)
CPU: 0 PID: 1351 Comm: syslogd Tainted: G B N 6.9.0-rc5-PMacG4 #1
Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
Call Trace:
[c31fb9e0] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[c31fba00] [c025368c] slab_err+0xac/0xc0
[c31fbaa0] [c025377c] slab_pad_check+0xdc/0x144
[c31fbad0] [c025388c] check_slab+0xa8/0xb0
[c31fbae0] [c0252cd0] free_to_partial_list+0x170/0x3c8
[c31fbb30] [c0274028] qlist_free_all+0xb4/0xd8
[c31fbb60] [c027446c] kasan_quarantine_reduce+0xe8/0x13c
[c31fbba0] [c027132c] __kasan_slab_alloc+0x2c/0x6c
[c31fbbc0] [c0255660] __kmalloc+0x21c/0x2e4
[c31fbc00] [c0634b48] iovec_from_user+0x4c/0xa8
[c31fbc30] [c0634c7c] __import_iovec+0xd8/0x1d4
[c31fbc70] [c0293178] vfs_writev+0xfc/0x29c
[c31fbd90] [c029340c] do_writev+0xf4/0x1a8
[c31fbe00] [c00150f4] system_call_exception+0x154/0x1c0
[c31fbf30] [c001c1ac] ret_from_syscall+0x0/0x2c
--- interrupt: c00 at 0x32f788
NIP: 0032f788 LR: 0032f75c CTR: 00267a2c
REGS: c31fbf40 TRAP: 0c00 Tainted: G B N (6.9.0-rc5-PMacG4)
MSR: 0000d032 <EE,PR,ME,IR,DR,RI> CR: 24002448 XER: 00000000
GPR00: 00000092 affbd330 a7aae360 0000000c affbd484 00000009 66298a1f 0a4841f6
GPR08: 00000000 ffffffff affbd4c4 00560b00 40002862 0044fdf8 affbe7b6 00000000
GPR16: 00000000 00000001 00000000 0066a170 00000000 affbde78 00000000 affbd5ec
GPR24: 004501e0 00000060 00669edc affbd370 affbd484 00000009 0040ffac 00669eb0
NIP [0032f788] 0x32f788
LR [0032f75c] 0x32f75c
--- interrupt: c00
Padding c54d7f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
Padding c54d7f10: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
Padding c54d7f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
Padding c54d7f30: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
Padding c54d7f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
Padding c54d7f50: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
Padding c54d7f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[...]
The issue also shows up on qemu, which I run via 'qemu-system-ppc -machine mac99,via=pmu -cpu 7450 -m 2G -nographic -append console=ttyS0 -kernel /var/cache/distfiles/vmlinux-6.9.0-rc5-PMacG4 -hda Debian-VM_g4.img'
Kernel .config + dmesg attached.
Regards,
Erhard
[-- Attachment #2: config_69-rc5_g4++ --]
[-- Type: application/octet-stream, Size: 112132 bytes --]
#
# Automatically generated file; DO NOT EDIT.
# Linux/powerpc 6.9.0-rc5 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=130201
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24200
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24200
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=0
CONFIG_CONSTRUCTORS=y
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="-PMacG4"
# CONFIG_LOCALVERSION_AUTO is not set
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_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_WATCH_QUEUE=y
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_USELIB is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
CONFIG_GENERIC_IRQ_MIGRATION=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=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 is not set
# CONFIG_BPF_JIT is not set
# end of BPF subsystem
CONFIG_PREEMPT_VOLUNTARY_BUILD=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_NATIVE is not set
# 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=y
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_RCU_EXPERT is not set
CONFIG_TREE_SRCU=y
CONFIG_NEED_SRCU_NMI_SAFE=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=16
CONFIG_LOG_CPU_MAX_BUF_SHIFT=13
# CONFIG_PRINTK_INDEX is not set
#
# 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 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_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=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 is not set
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
# CONFIG_RD_ZSTD is not set
# CONFIG_BOOT_CONFIG is not set
# CONFIG_INITRAMFS_PRESERVE_MTIME is not set
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
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 is not set
# CONFIG_SYSFS_SYSCALL is not set
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_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_PROFILING is not set
CONFIG_TRACEPOINTS=y
#
# Kexec and crash features
#
# CONFIG_KEXEC is not set
# end of Kexec and crash features
# end of General setup
CONFIG_PPC32=y
# CONFIG_PPC64 is not set
#
# Processor support
#
CONFIG_PPC_BOOK3S_32=y
# CONFIG_PPC_85xx is not set
# CONFIG_PPC_8xx is not set
# CONFIG_40x is not set
# CONFIG_44x is not set
# CONFIG_PPC_BOOK3S_603 is not set
CONFIG_PPC_BOOK3S_604=y
# CONFIG_POWERPC_CPU is not set
# CONFIG_E300C2_CPU is not set
# CONFIG_E300C3_CPU is not set
CONFIG_G4_CPU=y
# CONFIG_TOOLCHAIN_DEFAULT_CPU is not set
CONFIG_TARGET_CPU_BOOL=y
CONFIG_TARGET_CPU="G4"
CONFIG_PPC_BOOK3S=y
CONFIG_PPC_FPU_REGS=y
CONFIG_PPC_FPU=y
CONFIG_ALTIVEC=y
CONFIG_PPC_KUEP=y
CONFIG_PPC_KUAP=y
# CONFIG_PPC_KUAP_DEBUG is not set
CONFIG_PPC_HAVE_PMU_SUPPORT=y
# CONFIG_PMU_SYSFS is not set
CONFIG_PPC_PERF_CTRS=y
CONFIG_SMP=y
CONFIG_NR_CPUS=2
# end of Processor support
CONFIG_VDSO32=y
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_32BIT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MAX=17
CONFIG_ARCH_MMAP_RND_BITS_MIN=11
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=17
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
CONFIG_NR_IRQS=512
CONFIG_NMI_IPI=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_PPC=y
CONFIG_EARLY_PRINTK=y
CONFIG_PANIC_TIMEOUT=40
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_GENERIC_TBSYNC=y
CONFIG_AUDIT_ARCH=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_HAS_ADD_PAGES=y
# CONFIG_PPC_PCI_OF_BUS_MAP is not set
CONFIG_PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_PGTABLE_LEVELS=2
CONFIG_PPC_MSI_BITMAP=y
#
# Platform support
#
# CONFIG_SCOM_DEBUGFS is not set
# CONFIG_PPC_CHRP is not set
# CONFIG_PPC_MPC512x is not set
# CONFIG_PPC_MPC52xx is not set
CONFIG_PPC_PMAC=y
CONFIG_PPC_PMAC32_PSURGE=y
# CONFIG_PPC_82xx is not set
# CONFIG_PPC_83xx is not set
# CONFIG_PPC_86xx is not set
CONFIG_KVM_GUEST=y
CONFIG_EPAPR_PARAVIRT=y
CONFIG_PPC_HASH_MMU_NATIVE=y
CONFIG_PPC_OF_BOOT_TRAMPOLINE=y
CONFIG_PPC_SMP_MUXED_IPI=y
CONFIG_MPIC=y
CONFIG_MPIC_MSGR=y
CONFIG_PPC_MPC106=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 is not set
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set
#
# CPU frequency scaling drivers
#
# CONFIG_CPUFREQ_DT_PLATDEV is not set
CONFIG_CPU_FREQ_PMAC=y
# end of CPU Frequency scaling
#
# CPUIdle driver
#
#
# CPU Idle
#
# CONFIG_CPU_IDLE is not set
# end of CPU Idle
# end of CPUIdle driver
CONFIG_TAU=y
# CONFIG_TAU_INT is not set
# CONFIG_TAU_AVERAGE is not set
# CONFIG_GEN_RTC is not set
# end of Platform support
#
# Kernel options
#
CONFIG_HIGHMEM=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_HOTPLUG_CPU=y
# CONFIG_PPC_QUEUED_SPINLOCKS is not set
CONFIG_ARCH_CPU_PROBE_RELEASE=y
CONFIG_ARCH_SUPPORTS_KEXEC=y
CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY=y
CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y
CONFIG_IRQ_ALL_CPUS=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ILLEGAL_POINTER_VALUE=0
CONFIG_PPC_4K_PAGES=y
CONFIG_THREAD_SHIFT=13
CONFIG_DATA_SHIFT=22
CONFIG_ARCH_FORCE_MAX_ORDER=10
CONFIG_CMDLINE=""
CONFIG_EXTRA_TARGETS=""
CONFIG_ARCH_WANTS_FREEZER_CONTROL=y
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_APM_EMULATION=m
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
# CONFIG_ENERGY_MODEL is not set
# end of Kernel options
CONFIG_ISA_DMA_API=y
#
# Bus options
#
CONFIG_GENERIC_ISA_DMA=y
CONFIG_PPC_INDIRECT_PCI=y
# CONFIG_FSL_LBC is not set
# end of Bus options
#
# Advanced setup
#
# CONFIG_ADVANCED_OPTIONS is not set
#
# Default settings for advanced configuration options are used
#
CONFIG_LOWMEM_SIZE=0x30000000
CONFIG_PAGE_OFFSET=0xc0000000
CONFIG_KERNEL_START=0xc0000000
CONFIG_PHYSICAL_START=0x00000000
CONFIG_TASK_SIZE=0xb0000000
# end of Advanced setup
# CONFIG_VIRTUALIZATION is not set
CONFIG_HAVE_LIVEPATCH=y
#
# General architecture-dependent options
#
CONFIG_HOTPLUG_SMT=y
CONFIG_SMT_NUM_THREADS_DYNAMIC=y
# CONFIG_KPROBES is not set
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
# CONFIG_STATIC_CALL_SELFTEST is not set
CONFIG_UPROBES=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=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_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_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_REFCOUNT=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_ARCH_WEAK_RELEASE_ACQUIRE=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 is not set
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_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC=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=11
CONFIG_HAVE_PAGE_SIZE_4KB=y
CONFIG_PAGE_SIZE_4KB=y
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
CONFIG_PAGE_SHIFT=12
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_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=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 is not set
CONFIG_ARCH_HAS_PHYS_TO_DMA=y
# CONFIG_LOCK_EVENT_COUNTS is not set
CONFIG_HAVE_STATIC_CALL=y
CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_SPLIT_ARG64=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 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_CGROUP_RWSTAT=y
CONFIG_BLK_CGROUP_PUNT_BIO=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 is not set
# CONFIG_BLK_DEV_ZONED is not set
# CONFIG_BLK_DEV_THROTTLING is not set
CONFIG_BLK_WBT=y
CONFIG_BLK_WBT_MQ=y
# 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 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=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG 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 is not set
# CONFIG_MQ_IOSCHED_KYBER is not set
CONFIG_IOSCHED_BFQ=y
CONFIG_BFQ_GROUP_IOSCHED=y
# CONFIG_BFQ_CGROUP_DEBUG is not set
# end of IO Schedulers
CONFIG_PADATA=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_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_ELF_KUNIT_TEST is not set
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_ZPOOL=y
CONFIG_SWAP=y
CONFIG_ZSWAP=y
CONFIG_ZSWAP_DEFAULT_ON=y
CONFIG_ZSWAP_SHRINKER_DEFAULT_ON=y
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
# 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=y
CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
# 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 is not set
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 is not set
CONFIG_RANDOM_KMALLOC_CACHES=y
# end of Slab allocator options
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
# CONFIG_COMPAT_BRK is not set
CONFIG_FLATMEM=y
CONFIG_HAVE_FAST_GUP=y
CONFIG_ARCH_KEEP_MEMBLOCK=y
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
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_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=16384
# CONFIG_CMA is not set
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_ARCH_HAS_PTE_SPECIAL=y
CONFIG_KMAP_LOCAL=y
CONFIG_MEMFD_CREATE=y
# CONFIG_ANON_VMA_NAME is not set
CONFIG_USERFAULTFD=y
CONFIG_LRU_GEN=y
CONFIG_LRU_GEN_ENABLED=y
# CONFIG_LRU_GEN_STATS 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_SKB_EXTENSIONS=y
#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_DIAG=m
CONFIG_UNIX=y
CONFIG_AF_UNIX_OOB=y
CONFIG_UNIX_DIAG=m
CONFIG_TLS=m
CONFIG_TLS_DEVICE=y
# CONFIG_TLS_TOE 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_NET_HANDSHAKE=y
# CONFIG_NET_HANDSHAKE_KUNIT_TEST is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=m
CONFIG_SYN_COOKIES=y
# CONFIG_NET_IPVTI is not set
CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU 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=m
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
# CONFIG_TCP_CONG_CUBIC is not set
CONFIG_TCP_CONG_WESTWOOD=y
# 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_WESTWOOD=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="westwood"
# 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=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 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
# CONFIG_IPV6_VTI is not set
# CONFIG_IPV6_SIT is not set
# 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_NETWORK_PHY_TIMESTAMPING is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_COOKIE_HMAC_SHA1 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_MRP is not set
# CONFIG_BRIDGE_CFM is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q 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=y
# 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_PLUG is not set
# CONFIG_NET_SCH_ETS is not set
CONFIG_NET_SCH_DEFAULT=y
CONFIG_DEFAULT_FQ_CODEL=y
# CONFIG_DEFAULT_PFIFO_FAST is not set
CONFIG_DEFAULT_NET_SCH="fq_codel"
#
# Classification
#
# 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 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 is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=m
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
# CONFIG_VSOCKETS_LOOPBACK is not set
# CONFIG_VIRTIO_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_STREAM_PARSER=y
# 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_SOCK_VALIDATE_XMIT=y
CONFIG_NET_SOCK_MSG=y
CONFIG_FAILOVER=y
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_GENERIC_PCI_IOMAP=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCI_SYSCALL=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCIEASPM 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_DYNAMIC_OF_NODES=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=4
# CONFIG_HOTPLUG_PCI is not set
#
# 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 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=y
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=y
# CONFIG_FW_LOADER_COMPRESS_XZ is not set
CONFIG_FW_LOADER_COMPRESS_ZSTD=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_PM_QOS_KUNIT_TEST is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_DM_KUNIT_TEST=m
CONFIG_DRIVER_PE_KUNIT_TEST=m
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_REGMAP=y
CONFIG_REGMAP_KUNIT=m
# CONFIG_REGMAP_BUILD is not set
CONFIG_REGMAP_RAM=m
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DMA_FENCE_TRACE=y
# 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_FIRMWARE_MEMMAP=y
CONFIG_FW_CFG_SYSFS=m
# CONFIG_FW_CFG_SYSFS_CMDLINE 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_KUNIT_TEST=m
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 is not set
# CONFIG_MAC_FLOPPY is not set
CONFIG_CDROM=m
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_ZRAM is not set
CONFIG_BLK_DEV_LOOP=m
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
# 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_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_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=y
CONFIG_PVPANIC_MMIO=m
CONFIG_PVPANIC_PCI=m
# 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 is not set
CONFIG_SCSI_LIB_KUNIT_TEST=m
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
CONFIG_BLK_DEV_SR=m
CONFIG_CHR_DEV_SG=m
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=y
CONFIG_SCSI_PROTO_TEST=m
#
# 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_CXGB4_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_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_MESH is not set
# CONFIG_SCSI_MAC53C94 is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_DH is not set
# end of SCSI device support
CONFIG_ATA=y
CONFIG_SATA_HOST=y
# CONFIG_ATA_VERBOSE_ERROR is not set
# CONFIG_ATA_FORCE is not set
# CONFIG_SATA_PMP is not set
#
# Controllers with non-SFF native interface
#
# CONFIG_SATA_AHCI is not set
# 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_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
CONFIG_SATA_SIL=y
# 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_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_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=y
CONFIG_BLK_DEV_MD=m
# CONFIG_MD_BITMAP_FILE is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID10 is not set
CONFIG_MD_RAID456=m
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=m
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=m
CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
# CONFIG_DM_UNSTRIPED is not set
CONFIG_DM_CRYPT=m
# CONFIG_DM_SNAPSHOT is not set
CONFIG_DM_THIN_PROVISIONING=m
# 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 is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH 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=m
CONFIG_FIREWIRE_KUNIT_UAPI_TEST=m
CONFIG_FIREWIRE_KUNIT_DEVICE_ATTRIBUTE_TEST=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_FIREWIRE_NET=m
# CONFIG_FIREWIRE_NOSY is not set
# end of IEEE 1394 (FireWire) support
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_ADB=y
# CONFIG_ADB_CUDA is not set
CONFIG_ADB_PMU=y
CONFIG_ADB_PMU_EVENT=y
CONFIG_ADB_PMU_LED=y
# CONFIG_ADB_PMU_LED_DISK is not set
CONFIG_PMAC_APM_EMU=m
CONFIG_PMAC_MEDIABAY=y
# CONFIG_PMAC_BACKLIGHT is not set
CONFIG_INPUT_ADBHID=y
CONFIG_MAC_EMUMOUSEBTN=m
CONFIG_THERM_WINDTUNNEL=m
CONFIG_THERM_ADT746X=m
CONFIG_WINDFARM=m
# CONFIG_PMAC_RACKMETER is not set
CONFIG_SENSORS_AMS=m
CONFIG_SENSORS_AMS_PMU=y
CONFIG_SENSORS_AMS_I2C=y
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
CONFIG_WIREGUARD=m
# CONFIG_WIREGUARD_DEBUG 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_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=y
# CONFIG_NLMON is not set
CONFIG_SUNGEM_PHY=y
# CONFIG_ARCNET is not set
CONFIG_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_AGERE is not set
# CONFIG_NET_VENDOR_ALACRITECH is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_VENDOR_AMAZON is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_APPLE is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ASIX is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_CADENCE is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
# CONFIG_NET_VENDOR_CORTINA is not set
# CONFIG_NET_VENDOR_DAVICOM is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_ENGLEDER is not set
# CONFIG_NET_VENDOR_EZCHIP is not set
# CONFIG_NET_VENDOR_FUNGIBLE is not set
# CONFIG_NET_VENDOR_GOOGLE is not set
# CONFIG_NET_VENDOR_HUAWEI is not set
# CONFIG_NET_VENDOR_INTEL is not set
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_LITEX is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_MICROSEMI is not set
# CONFIG_NET_VENDOR_MICROSOFT is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETERION is not set
# CONFIG_NET_VENDOR_NETRONOME is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
# CONFIG_NET_VENDOR_PENSANDO is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_REALTEK is not set
# CONFIG_NET_VENDOR_RENESAS is not set
# CONFIG_NET_VENDOR_ROCKER is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_NET_VENDOR_SOLARFLARE is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_SOCIONEXT is not set
# CONFIG_NET_VENDOR_STMICRO 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 is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VERTEXCOM is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WANGXUN is not set
# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_NET_VENDOR_XILINX is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PHYLIB is not set
# CONFIG_PSE_CONTROLLER is not set
# CONFIG_MDIO_DEVICE is not set
#
# PCS device drivers
#
# end of PCS device drivers
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_USB_NET_DRIVERS 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_VMXNET3 is not set
# CONFIG_NETDEVSIM is not set
CONFIG_NET_FAILOVER=y
# CONFIG_ISDN 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 is not set
#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
CONFIG_INPUT_KUNIT_TEST=m
# CONFIG_INPUT_APMPOWER is not set
#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
CONFIG_MOUSE_APPLETOUCH=m
# 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=m
# CONFIG_JOYSTICK_XPAD_FF is not set
CONFIG_JOYSTICK_XPAD_LEDS=y
# 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 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_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=m
# 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_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
# CONFIG_RMI4_CORE is not set
#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
# 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_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_LEGACY_TIOCSTI is not set
CONFIG_LDISC_AUTOLOAD=y
#
# Serial drivers
#
# CONFIG_SERIAL_8250 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=y
CONFIG_SERIAL_PMACZILOG_TTYS=y
CONFIG_SERIAL_PMACZILOG_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_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_N_GSM is not set
# CONFIG_NOZOMI is not set
# CONFIG_NULL_TTY is not set
CONFIG_HVC_DRIVER=y
# CONFIG_HVC_UDBG is not set
# 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=m
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_BA431 is not set
CONFIG_HW_RANDOM_VIRTIO=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=m
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 is not set
CONFIG_I2C_CHARDEV=m
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=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_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_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_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 is not set
#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# 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_APM_POWER=m
# 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_PMU=m
# 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_DETECTOR_MAX14656 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=m
# 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_ASUS_ROG_RYUJIN is not set
# CONFIG_SENSORS_AXI_FAN_CONTROL is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_CHIPCAP2 is not set
# CONFIG_SENSORS_CORSAIR_CPRO is not set
# CONFIG_SENSORS_CORSAIR_PSU is not set
CONFIG_SENSORS_DRIVETEMP=m
# 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_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_LTC4282 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_KRAKEN3 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_PT5161L 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=y
# CONFIG_AUXDISPLAY is not set
# CONFIG_AGP is not set
CONFIG_DRM=m
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_KUNIT_TEST_HELPERS=m
CONFIG_DRM_KUNIT_TEST=m
CONFIG_DRM_KMS_HELPER=m
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
CONFIG_DRM_DEBUG_MODESET_LOCK=y
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_DISPLAY_HELPER=m
CONFIG_DRM_DISPLAY_DP_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_BUDDY=m
CONFIG_DRM_VRAM_HELPER=m
CONFIG_DRM_TTM_HELPER=m
CONFIG_DRM_GEM_SHMEM_HELPER=m
CONFIG_DRM_SUBALLOC_HELPER=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 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=m
CONFIG_DRM_RADEON_USERPTR=y
# CONFIG_DRM_AMDGPU is not set
# CONFIG_DRM_NOUVEAU is not set
# CONFIG_DRM_XE is not set
CONFIG_DRM_VGEM=m
# CONFIG_DRM_VKMS 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=m
CONFIG_DRM_VIRTIO_GPU_KMS=y
CONFIG_DRM_PANEL=y
#
# Display Panels
#
# CONFIG_DRM_PANEL_LVDS is not set
# CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 is not set
# CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6D7AA0 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E63M0 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set
# CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set
# CONFIG_DRM_PANEL_EDP is not set
# CONFIG_DRM_PANEL_SIMPLE 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_DISPLAY_CONNECTOR 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 is not set
# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set
# CONFIG_DRM_NXP_PTN3460 is not set
# CONFIG_DRM_PARADE_PS8622 is not set
# CONFIG_DRM_PARADE_PS8640 is not set
# CONFIG_DRM_SIL_SII8620 is not set
# CONFIG_DRM_SII902X is not set
# CONFIG_DRM_SII9234 is not set
# CONFIG_DRM_SIMPLE_BRIDGE is not set
# CONFIG_DRM_THINE_THC63LVD1024 is not set
# CONFIG_DRM_TOSHIBA_TC358762 is not set
# CONFIG_DRM_TOSHIBA_TC358764 is not set
# CONFIG_DRM_TOSHIBA_TC358767 is not set
# CONFIG_DRM_TOSHIBA_TC358768 is not set
# CONFIG_DRM_TOSHIBA_TC358775 is not set
# CONFIG_DRM_TI_DLPC3433 is not set
# CONFIG_DRM_TI_TFP410 is not set
# CONFIG_DRM_TI_SN65DSI83 is not set
# CONFIG_DRM_TI_SN65DSI86 is not set
# CONFIG_DRM_TI_TPD12S015 is not set
# CONFIG_DRM_ANALOGIX_ANX6345 is not set
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_ANALOGIX_ANX7625 is not set
# CONFIG_DRM_I2C_ADV7511 is not set
# CONFIG_DRM_CDNS_DSI is not set
# CONFIG_DRM_CDNS_MHDP8546 is not set
# end of Display Interface Bridges
# CONFIG_DRM_ETNAVIV is not set
# CONFIG_DRM_LOGICVC is not set
# CONFIG_DRM_ARCPGU is not set
CONFIG_DRM_BOCHS=m
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_GM12U320 is not set
# CONFIG_DRM_OFDRM is not set
# CONFIG_DRM_SIMPLEDRM is not set
# CONFIG_DRM_GUD is not set
# CONFIG_DRM_SSD130X is not set
CONFIG_DRM_EXPORT_FOR_TESTS=y
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=m
CONFIG_DRM_LIB_RANDOM=y
#
# 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_CONTROL is not set
# CONFIG_FB_PLATINUM is not set
# CONFIG_FB_VALKYRIE is not set
CONFIG_FB_CT65550=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 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_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_IBM_GXT4500 is not set
# 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 is not set
# CONFIG_FB_DEVICE is not set
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_IOMEM_FOPS=y
CONFIG_FB_IOMEM_HELPERS=y
CONFIG_FB_SYSMEM_HELPERS=y
CONFIG_FB_SYSMEM_HELPERS_DEFERRED=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=m
CONFIG_LCD_PLATFORM=m
CONFIG_BACKLIGHT_CLASS_DEVICE=m
# CONFIG_BACKLIGHT_KTD2801 is not set
# 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=m
# end of Backlight & LCD device support
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 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_HWDEP=m
CONFIG_SND_SEQ_DEVICE=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_CORE_TEST=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=m
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=6
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_CTL_FAST_LOOKUP is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_VMASTER=y
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_SEQ_MIDI_EVENT=m
CONFIG_SND_SEQ_MIDI=m
CONFIG_SND_SEQ_VIRMIDI=m
# CONFIG_SND_SEQ_UMP 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_VIRMIDI=m
# 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_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=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
# CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST 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
# 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=m
CONFIG_SND_HDA_COMPONENT=y
CONFIG_SND_HDA_PREALLOC_SIZE=2048
CONFIG_SND_INTEL_DSP_CONFIG=m
# CONFIG_SND_PPC is not set
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 is not set
CONFIG_SND_FIREWIRE=y
CONFIG_SND_FIREWIRE_LIB=m
# CONFIG_SND_DICE is not set
# CONFIG_SND_OXFW is not set
CONFIG_SND_ISIGHT=m
# CONFIG_SND_FIREWORKS is not set
# CONFIG_SND_BEBOB is not set
# CONFIG_SND_FIREWIRE_DIGI00X is not set
# CONFIG_SND_FIREWIRE_TASCAM is not set
# CONFIG_SND_FIREWIRE_MOTU is not set
# CONFIG_SND_FIREFACE 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=y
CONFIG_HIDRAW=y
CONFIG_UHID=m
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=y
# 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_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=m
# 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=y
# 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=m
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
CONFIG_HID_NINTENDO=m
# CONFIG_NINTENDO_FF 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=m
# 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=m
# 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 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=m
# 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
CONFIG_HID_KUNIT_TEST=m
# 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 is not set
CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
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 is not set
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_DEFAULT_AUTHORIZATION_MODE=1
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=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_XPS_USB_HCD_XILINX is not set
# CONFIG_USB_EHCI_FSL is not set
CONFIG_USB_EHCI_HCD_PPC_OF=y
# 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=y
# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
CONFIG_USB_OHCI_HCD_PPC_OF=y
CONFIG_USB_OHCI_HCD_PCI=m
# 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=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_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=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 is not set
# 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_OPTION is not set
# 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=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=m
# 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=y
# CONFIG_LEDS_CLASS_FLASH is not set
# CONFIG_LEDS_CLASS_MULTICOLOR is not set
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
#
# 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_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_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=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
CONFIG_LEDS_TRIGGER_DISK=y
# 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=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_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_RTC_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_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 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_ZYNQMP is not set
#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_GENERIC=y
# CONFIG_RTC_DRV_CADENCE is not set
# CONFIG_RTC_DRV_FTRTC010 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=y
# CONFIG_SW_SYNC is not set
CONFIG_UDMABUF=y
# CONFIG_DMABUF_MOVE_NOTIFY is not set
CONFIG_DMABUF_DEBUG=y
CONFIG_DMABUF_SELFTESTS=m
CONFIG_DMABUF_HEAPS=y
# CONFIG_DMABUF_SYSFS_STATS is not set
CONFIG_DMABUF_HEAPS_SYSTEM=y
# end of DMABUF options
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
CONFIG_VIRT_DRIVERS=y
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 is not set
CONFIG_VIRTIO_DMA_SHARED_BUFFER=m
# 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_VSOCK 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_GOLDFISH is not set
# CONFIG_COMMON_CLK is not set
# CONFIG_HWSPINLOCK is not set
#
# Clock Source drivers
#
# 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_IOMMU_DEBUGFS is not set
# 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
# 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 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_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 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
#
# 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_MOST 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 is not set
# 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=m
# CONFIG_XFS_SUPPORT_V4 is not set
# CONFIG_XFS_SUPPORT_ASCII_CI is not set
# 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_OCFS2_FS is not set
CONFIG_BTRFS_FS=y
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 is not set
CONFIG_AUTOFS_FS=m
CONFIG_FUSE_FS=m
# CONFIG_CUSE is not set
CONFIG_VIRTIO_FS=m
CONFIG_FUSE_PASSTHROUGH=y
# CONFIG_OVERLAY_FS 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=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
# end of CD-ROM/DVD Filesystems
#
# DOS/FAT/EXFAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15"
CONFIG_FAT_DEFAULT_UTF8=y
CONFIG_FAT_KUNIT_TEST=m
CONFIG_EXFAT_FS=m
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
CONFIG_NTFS3_FS=m
CONFIG_NTFS3_LZX_XPRESS=y
# CONFIG_NTFS3_FS_POSIX_ACL 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 is not set
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=m
# end of Pseudo filesystems
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
CONFIG_AFFS_FS=m
# CONFIG_ECRYPT_FS is not set
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_BEFS_FS=m
CONFIG_BEFS_DEBUG=y
# 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=m
# CONFIG_NFS_V2 is not set
# CONFIG_NFS_V3 is not set
CONFIG_NFS_V4=m
# CONFIG_NFS_SWAP is not set
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_FSCACHE is not set
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
# CONFIG_NFS_V4_2_READ_PLUS is not set
# CONFIG_NFSD is not set
CONFIG_GRACE_PERIOD=m
CONFIG_LOCKD=m
CONFIG_NFS_COMMON=y
CONFIG_NFS_V4_2_SSC_HELPER=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_BACKCHANNEL=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
CONFIG_SUNRPC_DEBUG=y
# 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=y
CONFIG_CIFS_SWN_UPCALL=y
# 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=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# 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=m
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# 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=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_MAC_ROMAN=m
# 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_DLM is not set
CONFIG_UNICODE=m
# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
CONFIG_IO_WQ=y
# end of File systems
#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_REQUEST_CACHE=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_TRUSTED_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
CONFIG_KEY_DH_OPERATIONS=y
CONFIG_KEY_NOTIFICATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_NETWORK is not set
# CONFIG_SECURITY_PATH is not set
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# 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=y
# CONFIG_SECURITY_SAFESETID is not set
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
# CONFIG_SECURITY_LANDLOCK is not set
# CONFIG_INTEGRITY is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,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=y
# CONFIG_INIT_STACK_ALL_ZERO 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=y
CONFIG_BUG_ON_DATA_CORRUPTION=y
# end of Hardening of kernel data structures
CONFIG_RANDSTRUCT_NONE=y
# end of Kernel hardening options
# end of Security options
CONFIG_XOR_BLOCKS=y
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=m
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=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=m
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
# CONFIG_CRYPTO_MANAGER_EXTRA_TESTS is not set
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_NULL2=m
CONFIG_CRYPTO_PCRYPT=m
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ENGINE=m
# end of Crypto core or helper
#
# Public-key cryptography
#
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
# 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 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 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_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=m
CONFIG_CRYPTO_CHACHA20=m
CONFIG_CRYPTO_CBC=m
CONFIG_CRYPTO_CTR=m
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
# 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
CONFIG_CRYPTO_NHPOLY1305=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=y
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 is not set
CONFIG_CRYPTO_POLY1305=m
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_SHA1=m
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=y
# 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=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=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=y
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
CONFIG_CRYPTO_KDF800108_CTR=y
# 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 is not set
# CONFIG_CRYPTO_STATS is not set
# end of Userspace interface
CONFIG_CRYPTO_HASH_INFO=y
#
# Accelerated Cryptographic Algorithms for CPU (powerpc)
#
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_HIFN_795X is not set
# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set
# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set
CONFIG_CRYPTO_DEV_VIRTIO=m
# 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=m
CONFIG_PKCS7_MESSAGE_PARSER=y
# CONFIG_FIPS_SIGNATURE_SELFTEST is not set
#
# Certificates for signature checking
#
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 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_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=m
#
# 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_GENERIC=m
CONFIG_CRYPTO_LIB_CHACHA=m
CONFIG_CRYPTO_LIB_CURVE25519_GENERIC=m
CONFIG_CRYPTO_LIB_CURVE25519=m
CONFIG_CRYPTO_LIB_DES=m
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1
CONFIG_CRYPTO_LIB_POLY1305_GENERIC=m
CONFIG_CRYPTO_LIB_POLY1305=m
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m
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=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_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_ZSTD_COMMON=y
CONFIG_ZSTD_COMPRESS=y
CONFIG_ZSTD_DECOMPRESS=y
# CONFIG_XZ_DEC is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_REED_SOLOMON=m
CONFIG_REED_SOLOMON_ENC16=y
CONFIG_REED_SOLOMON_DEC16=y
CONFIG_INTERVAL_TREE=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_DMA_DECLARE_COHERENT=y
CONFIG_ARCH_DMA_DEFAULT_COHERENT=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_CLZ_TAB=y
# CONFIG_IRQ_POLL is not set
CONFIG_MPILIB=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_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_STACKWALK=y
CONFIG_STACKDEPOT=y
CONFIG_STACKDEPOT_ALWAYS_INIT=y
CONFIG_STACKDEPOT_MAX_FRAMES=64
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 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_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 is not set
#
# Compile-time checks and compiler options
#
CONFIG_AS_HAS_NON_CONST_ULEB128=y
CONFIG_DEBUG_INFO_NONE=y
# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
CONFIG_FRAME_WARN=1024
CONFIG_STRIP_ASM_SYMS=y
# 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_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=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=y
# CONFIG_UBSAN is not set
CONFIG_HAVE_ARCH_KCSAN=y
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=y
CONFIG_DEBUG_PAGEALLOC=y
# CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT 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_DEBUG_OBJECTS is not set
# CONFIG_SHRINKER_DEBUG is not set
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_SCHED_STACK_END_CHECK=y
CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_VM_PGTABLE=y
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_DEBUG_HIGHMEM is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACKOVERFLOW=y
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=y
CONFIG_CC_HAS_KASAN_MEMINTRINSIC_PREFIX=y
CONFIG_KASAN_GENERIC=y
# CONFIG_KASAN_OUTLINE is not set
CONFIG_KASAN_INLINE=y
CONFIG_KASAN_STACK=y
CONFIG_KASAN_VMALLOC=y
CONFIG_KASAN_KUNIT_TEST=y
# CONFIG_KASAN_MODULE_TEST is not set
CONFIG_KASAN_EXTRA_INFO=y
CONFIG_HAVE_ARCH_KFENCE=y
# CONFIG_KFENCE is not set
# end of Memory Debugging
CONFIG_DEBUG_SHIRQ=y
#
# 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=y
# CONFIG_HARDLOCKUP_DETECTOR_ARCH is not set
CONFIG_HARDLOCKUP_DETECTOR_COUNTS_HRTIMER=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=60
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_WQ_WATCHDOG=y
# 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
#
# 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=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
CONFIG_DEBUG_RWSEMS=y
# 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=y
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
#
# Debug kernel data structures
#
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PLIST is not set
CONFIG_DEBUG_SG=y
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_DEBUG_MAPLE_TREE=y
# 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=60
CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0
CONFIG_RCU_CPU_STALL_CPUTIME=y
# CONFIG_RCU_TRACE is not set
# 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_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_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=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_ENABLE_DEFAULT_TRACERS is not set
# CONFIG_FTRACE_SYSCALLS is not set
# CONFIG_TRACER_SNAPSHOT is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
CONFIG_UPROBE_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_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_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_PPC_EMULATED_STATS is not set
# CONFIG_CODE_PATCHING_SELFTEST is not set
# CONFIG_JUMP_LABEL_FEATURE_CHECKS is not set
# CONFIG_FTR_FIXUP_SELFTEST is not set
# CONFIG_MSI_BITMAP_SELFTEST is not set
# CONFIG_XMON is not set
# CONFIG_BDI_SWITCH is not set
CONFIG_BOOTX_TEXT=y
# CONFIG_PPC_EARLY_DEBUG is not set
CONFIG_KASAN_SHADOW_OFFSET=0xe0000000
# end of powerpc Debugging
#
# Kernel Testing and Coverage
#
CONFIG_KUNIT=y
CONFIG_KUNIT_DEBUGFS=y
CONFIG_KUNIT_TEST=m
# CONFIG_KUNIT_EXAMPLE_TEST is not set
# CONFIG_KUNIT_ALL_TESTS is not set
CONFIG_KUNIT_DEFAULT_ENABLED=y
# 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_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_BACKTRACE_SELF_TEST=m
# CONFIG_TEST_REF_TRACKER is not set
CONFIG_RBTREE_TEST=m
CONFIG_REED_SOLOMON_TEST=m
CONFIG_INTERVAL_TREE_TEST=m
CONFIG_PERCPU_TEST=m
CONFIG_ATOMIC64_SELFTEST=y
CONFIG_ASYNC_RAID6_TEST=m
# CONFIG_TEST_HEXDUMP is not set
CONFIG_STRING_KUNIT_TEST=m
CONFIG_STRING_HELPERS_KUNIT_TEST=m
CONFIG_TEST_KSTRTOX=y
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_SCANF is not set
# CONFIG_TEST_BITMAP is not set
CONFIG_TEST_UUID=m
CONFIG_TEST_XARRAY=m
CONFIG_TEST_MAPLE_TREE=m
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_TEST_IDA is not set
# CONFIG_TEST_LKM is not set
CONFIG_TEST_BITOPS=m
CONFIG_TEST_VMALLOC=m
CONFIG_TEST_USER_COPY=m
CONFIG_TEST_BPF=m
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_FIND_BIT_BENCHMARK=m
# CONFIG_TEST_FIRMWARE is not set
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_IS_SIGNED_TYPE_KUNIT_TEST=m
CONFIG_OVERFLOW_KUNIT_TEST=m
CONFIG_STACKINIT_KUNIT_TEST=m
CONFIG_FORTIFY_KUNIT_TEST=m
# CONFIG_HW_BREAKPOINT_KUNIT_TEST is not set
CONFIG_STRCAT_KUNIT_TEST=m
CONFIG_STRSCPY_KUNIT_TEST=m
CONFIG_SIPHASH_KUNIT_TEST=m
# CONFIG_TEST_UDELAY is not set
# CONFIG_TEST_STATIC_KEYS is not set
# CONFIG_TEST_KMOD is not set
CONFIG_TEST_MEMCAT_P=m
CONFIG_TEST_MEMINIT=m
CONFIG_TEST_FREE_PAGES=m
CONFIG_TEST_OBJPOOL=m
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
[-- Attachment #3: dmesg_69-rc5_g4_clang --]
[-- Type: application/octet-stream, Size: 496187 bytes --]
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000] Linux version 6.9.0-rc5-PMacG4-dirty (root@T800) (clang version 18.1.4, LLD 18.1.4) #2 SMP Fri Apr 26 02:08:46 CEST 2024
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0xf4/0xe4c. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x194/0x510. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xa0. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] printk: legacy bootconsole [udbg0] enabled
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010201
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x168/0x56c. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x61c/0x734. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x238/0x734. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x594/0xce8. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3417, gen1=3418
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 32 pages/cpu s40544 r8192 d82336 u131072
[ 0.000000] pcpu-alloc: s40544 r8192 d82336 u131072 alloc=32*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Kernel command line: ro root=/dev/sda5 slub_debug=FZP page_poison=1 netconsole=6666@192.168.2.8/eth0,6666@192.168.2.3/A8:A1:59:16:4F:EA debug
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1933904K/2097152K available (23764K kernel code, 2396K rwdata, 4908K rodata, 1140K init, 405K bss, 163248K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 2 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658676 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000009] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b9699db, max_idle_ns: 440795204297 ns
[ 0.000558] clocksource: timebase mult[18012db2] shift[24] registered
[ 0.001060] clockevent: decrementer mult[aaa249b] shift[32] cpu[0]
[ 0.004884] Console: colour dummy device 80x25
[ 0.005368] printk: legacy console [tty0] enabled
[ 0.005832] printk: legacy bootconsole [udbg0] disabled
[ 0.006979] pid_max: default: 32768 minimum: 301
[ 0.012402] LSM: initializing lsm=capability,yama
[ 0.012588] Yama: becoming mindful.
[ 0.014395] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.014599] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.033531] PowerMac SMP probe found 2 cpus
[ 0.034566] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.035316] channel 0 bus <multibus>
[ 0.035424] channel 1 bus <multibus>
[ 0.035700] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.035838] channel 0 bus <multibus>
[ 0.035939] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.036063] channel 1 bus <multibus>
[ 0.036156] channel 2 bus <multibus>
[ 0.036218] pmf: no parser for command 17 !
[ 0.036343] Processor timebase sync using GPIO 0x73
[ 0.036373] mpic: requesting IPIs...
[ 0.037089] CPU0: L2CR is 80000000
[ 0.037123] CPU0: L3CR is 9c030000
[ 0.043278] MPC7450 family performance monitor hardware support registered
[ 0.044028] rcu: Hierarchical SRCU implementation.
[ 0.044081] rcu: Max phase no-delay instances is 1000.
[ 0.048445] smp: Bringing up secondary CPUs ...
[84919679.168283] CPU1: L2CR was 0
[84919679.168381] CPU1: L2CR set to 80000000
[84919679.168395] CPU1: L3CR was 0
[84919679.168545] CPU1: L3CR set to 9c030000
[ 0.056192] smp: Brought up 1 node, 2 CPUs
[ 0.064273] devtmpfs: initialized
[ 0.067705] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.068324] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.070455] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.070960] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.097115] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.097513] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.098456] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.098983] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.138226] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.138337] PCI host bridge /pci@f0000000 ranges:
[ 0.138415] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.138473] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.156235] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.156534] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.156585] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.156657] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.156713] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.174258] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.174578] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.174630] PCI host bridge /pci@f4000000 ranges:
[ 0.174703] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.174750] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.192895] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.194901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.195232] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.205277] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.238182] PCI: Probing PCI hardware
[ 0.241189] PCI host bridge to bus 0000:00
[ 0.241281] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.241350] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.241402] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.241461] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.241505] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.242583] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000 conventional PCI endpoint
[ 0.244418] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000 conventional PCI endpoint
[ 0.244576] pci 0000:00:10.0: BAR 0 [mem 0xa0000000-0xafffffff pref]
[ 0.244629] pci 0000:00:10.0: BAR 1 [io 0xff780400-0xff7804ff]
[ 0.244674] pci 0000:00:10.0: BAR 2 [mem 0x90000000-0x9000ffff]
[ 0.244737] pci 0000:00:10.0: ROM [mem 0x90020000-0x9003ffff pref]
[ 0.244835] pci 0000:00:10.0: supports D1 D2
[ 0.247718] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.249959] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.250087] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.250213] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.250318] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.250440] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.250562] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.250660] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.250753] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.250845] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.250937] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.251055] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.251150] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.252917] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.253136] PCI host bridge to bus 0001:00
[ 0.253189] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.253244] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.253295] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.253349] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.253391] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.254409] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000 conventional PCI endpoint
[ 0.256780] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.256866] pci 0001:00:12.0: BAR 0 [mem 0x8008c000-0x8008cfff]
[ 0.256990] pci 0001:00:12.0: supports D1 D2
[ 0.257025] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.259080] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.259163] pci 0001:00:12.1: BAR 0 [mem 0x8008b000-0x8008bfff]
[ 0.259285] pci 0001:00:12.1: supports D1 D2
[ 0.259320] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.261314] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.261396] pci 0001:00:12.2: BAR 0 [mem 0x80081000-0x800810ff]
[ 0.261514] pci 0001:00:12.2: supports D1 D2
[ 0.261550] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.262947] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000 conventional PCI endpoint
[ 0.263024] pci 0001:00:13.0: BAR 0 [io 0x0460-0x0467]
[ 0.263070] pci 0001:00:13.0: BAR 1 [io 0x0450-0x0453]
[ 0.263111] pci 0001:00:13.0: BAR 2 [io 0x0440-0x0447]
[ 0.263153] pci 0001:00:13.0: BAR 3 [io 0x0430-0x0433]
[ 0.263195] pci 0001:00:13.0: BAR 4 [io 0x0420-0x042f]
[ 0.263236] pci 0001:00:13.0: BAR 5 [mem 0x80082000-0x800821ff]
[ 0.263279] pci 0001:00:13.0: ROM [mem 0x80100000-0x8017ffff pref]
[ 0.263364] pci 0001:00:13.0: supports D1 D2
[ 0.265368] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002 conventional PCI endpoint
[ 0.265453] pci 0001:00:15.0: BAR 0 [io 0x0410-0x0417]
[ 0.265500] pci 0001:00:15.0: BAR 1 [mem 0x8008a000-0x8008afff]
[ 0.265554] pci 0001:00:15.0: BAR 4 [mem 0x80089000-0x80089fff]
[ 0.265654] pci 0001:00:15.0: supports D1 D2
[ 0.265689] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.267139] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002 conventional PCI endpoint
[ 0.267218] pci 0001:00:15.1: BAR 0 [io 0x0400-0x0407]
[ 0.267262] pci 0001:00:15.1: BAR 1 [mem 0x80088000-0x80088fff]
[ 0.267316] pci 0001:00:15.1: BAR 4 [mem 0x80087000-0x80087fff]
[ 0.267413] pci 0001:00:15.1: supports D1 D2
[ 0.267448] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269900] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103 conventional PCI endpoint
[ 0.269983] pci 0001:00:15.2: BAR 0 [io 0x0000-0x0007]
[ 0.270028] pci 0001:00:15.2: BAR 1 [io 0x0000-0x0007]
[ 0.270071] pci 0001:00:15.2: BAR 2 [mem 0x00000000-0x00000fff]
[ 0.270119] pci 0001:00:15.2: BAR 4 [mem 0x00000000-0x00000fff]
[ 0.270219] pci 0001:00:15.2: supports D1 D2
[ 0.270255] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.271541] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000 conventional PCI endpoint
[ 0.271617] pci 0001:00:16.0: BAR 0 [mem 0x8008e000-0x8008ffff]
[ 0.271779] pci 0001:00:16.0: supports D1 D2
[ 0.271816] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.273666] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000 conventional PCI endpoint
[ 0.273746] pci 0001:00:17.0: BAR 0 [mem 0x80000000-0x8007ffff]
[ 0.275435] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.275517] pci 0001:00:18.0: BAR 0 [mem 0x80086000-0x80086fff]
[ 0.277345] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.277425] pci 0001:00:19.0: BAR 0 [mem 0x80085000-0x80085fff]
[ 0.279502] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.279588] pci 0001:00:1b.0: BAR 0 [mem 0x80084000-0x80084fff]
[ 0.279711] pci 0001:00:1b.0: supports D1 D2
[ 0.279747] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.281635] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.281715] pci 0001:00:1b.1: BAR 0 [mem 0x80083000-0x80083fff]
[ 0.281835] pci 0001:00:1b.1: supports D1 D2
[ 0.281870] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.283258] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.283337] pci 0001:00:1b.2: BAR 0 [mem 0x80080000-0x800800ff]
[ 0.283455] pci 0001:00:1b.2: supports D1 D2
[ 0.283490] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.285508] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.290461] PCI host bridge to bus 0002:00
[ 0.290543] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.290607] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.290663] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.290704] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.291709] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000 conventional PCI endpoint
[ 0.293884] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000 conventional PCI endpoint
[ 0.293972] pci 0002:00:0d.0: BAR 0 [mem 0xf5004000-0xf5007fff]
[ 0.295909] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010 conventional PCI endpoint
[ 0.295990] pci 0002:00:0e.0: BAR 0 [mem 0xf5000000-0xf5000fff]
[ 0.296105] pci 0002:00:0e.0: supports D1 D2
[ 0.296141] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.297993] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000 conventional PCI endpoint
[ 0.298071] pci 0002:00:0f.0: BAR 0 [mem 0xf5200000-0xf53fffff]
[ 0.298148] pci 0002:00:0f.0: ROM [mem 0xf5100000-0xf51fffff pref]
[ 0.300659] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.301885] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.301957] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.302026] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.302068] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.302105] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.302403] pci 0001:00:15.2: BAR 2 [mem 0xf3000000-0xf3000fff]: assigned
[ 0.302465] pci 0001:00:15.2: BAR 4 [mem 0xf3001000-0xf3001fff]: assigned
[ 0.302512] pci 0001:00:15.2: BAR 0 [io 0x1000-0x1007]: assigned
[ 0.302557] pci 0001:00:15.2: BAR 1 [io 0x1008-0x100f]: assigned
[ 0.302619] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.302658] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.302698] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.302740] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.302777] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.392865] raid6: altivecx8 gen() 1504 MB/s
[ 0.449732] raid6: altivecx4 gen() 1681 MB/s
[ 0.506578] raid6: altivecx2 gen() 1655 MB/s
[ 0.563435] raid6: altivecx1 gen() 1380 MB/s
[ 0.620305] raid6: int32x8 gen() 482 MB/s
[ 0.677177] raid6: int32x4 gen() 492 MB/s
[ 0.734047] raid6: int32x2 gen() 411 MB/s
[ 0.790858] raid6: int32x1 gen() 287 MB/s
[ 0.790891] raid6: using algorithm altivecx4 gen() 1681 MB/s
[ 0.790920] raid6: using intx1 recovery algorithm
[ 0.802661] SCSI subsystem initialized
[ 0.806548] libata version 3.00 loaded.
[ 0.808787] usbcore: registered new interface driver usbfs
[ 0.809822] usbcore: registered new interface driver hub
[ 0.810722] usbcore: registered new device driver usb
[ 0.830280] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.830367] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.830403] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.830491] vgaarb: loaded
[ 0.831205] clocksource: Switched to clocksource timebase
[ 0.962189] NET: Registered PF_INET protocol family
[ 0.964953] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.973399] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.977341] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.978944] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.987111] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 0.988239] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.991240] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.992404] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.994328] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.995833] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 0.996030] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 0.996136] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 0.996288] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 0.996325] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 0.996370] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 0.996401] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 0.996453] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 0.996550] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 0.996644] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 0.996763] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 0.998172] Thermal assist unit not available
[ 1.013179] Initialise system trusted keyrings
[ 1.014415] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.036749] xor: measuring software checksum speed
[ 1.050100] 8regs : 744 MB/sec
[ 1.064553] 8regs_prefetch : 682 MB/sec
[ 1.077922] 32regs : 740 MB/sec
[ 1.091920] 32regs_prefetch : 705 MB/sec
[ 1.096331] altivec : 2256 MB/sec
[ 1.096362] xor: using function: altivec (2256 MB/sec)
[ 1.096425] Key type asymmetric registered
[ 1.096457] Asymmetric key parser 'x509' registered
[ 1.118559] bounce: pool size: 64 pages
[ 1.119751] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.120327] io scheduler bfq registered
[ 1.131392] atomic64_test: passed
[ 1.135157] Using unsupported 1920x1080 (null) at a0008000, depth=8, pitch=2048
[ 1.186557] Console: switching to colour frame buffer device 240x67
[ 1.228100] fb0: Open Firmware frame buffer device on /pci@f0000000/ATY,AlteracParent@10/ATY,Alterac_A@0
[ 1.241318] MacIO PCI driver attached to Keylargo chipset
[ 1.263595] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.272777] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.291678] sata_sil 0001:00:13.0: version 2.4
[ 1.292508] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.305531] scsi host0: sata_sil
[ 1.312052] scsi host1: sata_sil
[ 1.314598] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53 lpm-pol 0
[ 1.314905] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53 lpm-pol 0
[ 1.316940] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.331226] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.341406] scsi host2: pata_macio
[ 1.343938] ata3: PATA max UDMA/100 irq 39 lpm-pol 0
[ 1.631267] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.632336] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.632601] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.634218] ata1.00: Features: Dev-Sleep
[ 1.658240] ata1.00: configured for UDMA/100
[ 1.662029] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.673080] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.673665] sd 0:0:0:0: [sda] Write Protect is off
[ 1.673885] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.674412] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.675380] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.683993] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.698892] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.097903] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.100749] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.101016] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.103913] ata2.00: configured for UDMA/100
[ 2.106814] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.117051] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.117388] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.117932] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.118155] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.118909] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.119803] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.384560] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.394759] scsi host3: pata_macio
[ 2.397591] ata4: PATA max UDMA/66 irq 19 lpm-pol 0
[ 2.557321] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.566759] ata4.00: 1009008 sectors, multi 1: LBA
[ 2.871914] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 2.895145] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.907789] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 2.927327] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 2.937309] sd 3:0:0:0: [sdc] Write Protect is off
[ 2.946878] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.956729] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.966926] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 2.983924] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 3.004930] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.424559] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.444617] scsi host4: pata_macio
[ 3.457011] ata5: PATA max MWDMA2 irq 20 lpm-pol 0
[ 3.469477] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.492813] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.507347] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.517997] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.522272] rtc-generic rtc-generic: registered as rtc0
[ 3.529116] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.541491] PowerMac i2c bus pmu 2 registered
[ 3.561217] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.561435] PowerMac i2c bus pmu 1 registered
[ 3.574272] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 3.586433] PowerMac i2c bus mac-io 0 registered
[ 3.592349] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.603663] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.612969] usb usb1: Product: EHCI Host Controller
[ 3.612994] usb usb1: Manufacturer: Linux 6.9.0-rc5-PMacG4-dirty ehci_hcd
[ 3.613008] usb usb1: SerialNumber: 0001:00:12.2
[ 3.627940] hub 1-0:1.0: USB hub found
[ 3.635720] PowerMac i2c bus uni-n 1 registered
[ 3.644749] hub 1-0:1.0: 5 ports detected
[ 3.654472] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.695957] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.706796] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.708519] PowerMac i2c bus uni-n 0 registered
[ 3.717528] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.734021] hid: raw HID events driver (C) Jiri Kosina
[ 3.740125] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.752108] usbcore: registered new interface driver usbhid
[ 3.770142] usbhid: USB HID core driver
[ 3.775823] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.784333] NET: Registered PF_INET6 protocol family
[ 3.791836] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.814043] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 3.824818] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.827697] Segment Routing with IPv6
[ 3.835576] usb usb2: Product: EHCI Host Controller
[ 3.848727] In-situ OAM (IOAM) with IPv6
[ 3.857015] usb usb2: Manufacturer: Linux 6.9.0-rc5-PMacG4-dirty ehci_hcd
[ 3.872321] drmem: No dynamic reconfiguration memory found
[ 3.878399] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.893368] hub 2-0:1.0: USB hub found
[ 3.910802] hub 2-0:1.0: 5 ports detected
[ 3.955101] usb 1-3: new high-speed USB device number 2 using ehci-pci
[ 4.043466] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 4.055707] registered taskstats version 1
[ 4.066353] Loading compiled-in X.509 certificates
[ 4.144704] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.155723] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.166506] usb 1-3: Product: USB2.0 Hub
[ 4.184337] hub 1-3:1.0: USB hub found
[ 4.195511] hub 1-3:1.0: 4 ports detected
[ 4.501518] usb 1-3.1: new low-speed USB device number 3 using ehci-pci
[ 4.544282] zswap: loaded using pool zstd/zsmalloc
[ 4.556128] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.568634] page_owner is disabled
[ 4.637623] usb 1-3.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.648447] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.659125] usb 1-3.1: Product: RPI Wired Keyboard 5
[ 4.669703] usb 1-3.1: Manufacturer:
[ 4.677881] Btrfs loaded, zoned=no, fsverity=no
[ 4.718395] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.798155] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input0
[ 4.832336] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.900946] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input1
[ 4.987948] usb 1-3.3: new low-speed USB device number 4 using ehci-pci
[ 5.100114] usb 1-3.3: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 5.111594] usb 1-3.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.122997] usb 1-3.3: Product: USB OPTICAL MOUSE
[ 5.148420] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.3/1-3.3:1.0/0003:275D:0BA6.0003/input/input2
[ 5.164077] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-3.3/input0
[ 6.981335] input: PMU as /devices/virtual/input/input3
[ 6.994751] netpoll: netconsole: local port 6666
[ 7.006492] netpoll: netconsole: local IPv4 address 192.168.2.8
[ 7.018166] netpoll: netconsole: interface 'eth0'
[ 7.029743] netpoll: netconsole: remote port 6666
[ 7.041275] netpoll: netconsole: remote IPv4 address 192.168.2.3
[ 7.052778] netpoll: netconsole: remote ethernet address a8:a1:59:16:4f:ea
[ 7.064211] netpoll: netconsole: device eth0 not up yet, forcing it
[ 7.178278] sungem_phy: PHY ID: 2060e1, addr: 0
[ 7.189911] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 10.864884] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 10.876149] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 10.896417] printk: legacy console [netcon0] enabled
[ 10.941763] netconsole: network logging started
[ 10.953968] KTAP version 1
[ 10.965467] 1..1
[ 10.977724] KTAP version 1
[ 10.988844] # Subtest: kasan
[ 10.999847] # module: kasan_test
[ 10.999907] 1..71
[ 11.022006] ==================================================================
[ 11.032941] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x348/0x3dc
[ 11.043662] Write of size 1 at addr c34b5ef3 by task kunit_try_catch/83
[ 11.054381]
[ 11.064940] CPU: 1 PID: 83 Comm: kunit_try_catch Tainted: G N 6.9.0-rc5-PMacG4-dirty #2
[ 11.075931] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 11.086740] Call Trace:
[ 11.097393] [f39c3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 11.108248] [f39c3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 11.118972] [f39c3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 11.129602] [f39c3ee0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 11.140227] [f39c3ef0] [c04da430] kmalloc_oob_right+0x348/0x3dc
[ 11.150829] [f39c3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 11.161615] [f39c3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 11.172239] [f39c3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 11.182765] [f39c3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 11.193293]
[ 11.203679] Allocated by task 83 on cpu 1 at 11.022001s:
[ 11.214242] kasan_save_stack+0x44/0x74
[ 11.224853] kasan_save_track+0x20/0x40
[ 11.235188] kasan_save_alloc_info+0x48/0x60
[ 11.245410] poison_kmalloc_redzone+0x84/0xa4
[ 11.255611] __kasan_kmalloc+0x54/0x78
[ 11.265671] kmalloc_trace+0x1b4/0x288
[ 11.275650] kmalloc_oob_right+0x8c/0x3dc
[ 11.285548] kunit_try_run_case+0x120/0x554
[ 11.295468] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 11.305475] kthread+0x1f0/0x340
[ 11.315573] start_kernel_thread+0x10/0x14
[ 11.325477]
[ 11.335150] The buggy address belongs to the object at c34b5e80
[ 11.335150] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 11.354523] The buggy address is located 0 bytes to the right of
[ 11.354523] allocated 115-byte region [c34b5e80, c34b5ef3)
[ 11.373805]
[ 11.383471] The buggy address belongs to the physical page:
[ 11.393175] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b4680 pfn:0x34b4
[ 11.402823] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 11.412300] flags: 0xa40(workingset|slab|head|zone=0)
[ 11.421571] page_type: 0xffffffff()
[ 11.430598] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b4680 000d002a ffffffff 00000001
[ 11.439648] raw: 00000000
[ 11.448504] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b4680 000d002a ffffffff 00000001
[ 11.457570] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 11.466616] head: 00000000 00000000
[ 11.475333] page dumped because: kasan: bad access detected
[ 11.483960]
[ 11.492433] Memory state around the buggy address:
[ 11.500829] c34b5d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 11.509443] c34b5e00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 11.517891] >c34b5e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 11.526365] ^
[ 11.534879] c34b5f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 11.543420] c34b5f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 11.551885] ==================================================================
[ 11.561031] Disabling lock debugging due to kernel taint
[ 11.569774] ==================================================================
[ 11.578502] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x360/0x3dc
[ 11.587245] Write of size 1 at addr c34b5ef8 by task kunit_try_catch/83
[ 11.595957]
[ 11.604534] CPU: 1 PID: 83 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 11.613454] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 11.622586] Call Trace:
[ 11.631628] [f39c3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 11.640849] [f39c3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 11.650088] [f39c3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 11.659322] [f39c3ee0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 11.668535] [f39c3ef0] [c04da448] kmalloc_oob_right+0x360/0x3dc
[ 11.677660] [f39c3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 11.686724] [f39c3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 11.695810] [f39c3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 11.704790] [f39c3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 11.713702]
[ 11.722437] Allocated by task 83 on cpu 1 at 11.022001s:
[ 11.731248] kasan_save_stack+0x44/0x74
[ 11.740003] kasan_save_track+0x20/0x40
[ 11.748725] kasan_save_alloc_info+0x48/0x60
[ 11.757646] poison_kmalloc_redzone+0x84/0xa4
[ 11.766306] __kasan_kmalloc+0x54/0x78
[ 11.774924] kmalloc_trace+0x1b4/0x288
[ 11.783490] kmalloc_oob_right+0x8c/0x3dc
[ 11.791984] kunit_try_run_case+0x120/0x554
[ 11.800480] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 11.808982] kthread+0x1f0/0x340
[ 11.817427] start_kernel_thread+0x10/0x14
[ 11.825875]
[ 11.834289] The buggy address belongs to the object at c34b5e80
[ 11.834289] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 11.851538] The buggy address is located 5 bytes to the right of
[ 11.851538] allocated 115-byte region [c34b5e80, c34b5ef3)
[ 11.869003]
[ 11.877719] The buggy address belongs to the physical page:
[ 11.886593] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b4680 pfn:0x34b4
[ 11.895752] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 11.904843] flags: 0xa40(workingset|slab|head|zone=0)
[ 11.913968] page_type: 0xffffffff()
[ 11.923243] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b4680 000d002a ffffffff 00000001
[ 11.932808] raw: 00000000
[ 11.941979] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b4680 000d002a ffffffff 00000001
[ 11.951343] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 11.960708] head: 00000000 00000000
[ 11.969933] page dumped because: kasan: bad access detected
[ 11.979242]
[ 11.988328] Memory state around the buggy address:
[ 11.997431] c34b5d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.006579] c34b5e00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.015634] >c34b5e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 12.024692] ^
[ 12.033623] c34b5f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.042487] c34b5f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.051224] ==================================================================
[ 12.060603] ==================================================================
[ 12.069357] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x378/0x3dc
[ 12.078140] Read of size 1 at addr c34b5f00 by task kunit_try_catch/83
[ 12.086961]
[ 12.095604] CPU: 1 PID: 83 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 12.104666] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 12.113720] Call Trace:
[ 12.122687] [f39c3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 12.131972] [f39c3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 12.141222] [f39c3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 12.150333] [f39c3ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 12.159425] [f39c3ef0] [c04da460] kmalloc_oob_right+0x378/0x3dc
[ 12.168422] [f39c3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 12.177349] [f39c3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 12.186428] [f39c3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 12.195278] [f39c3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 12.204065]
[ 12.212606] Allocated by task 83 on cpu 1 at 11.022001s:
[ 12.221254] kasan_save_stack+0x44/0x74
[ 12.229817] kasan_save_track+0x20/0x40
[ 12.238275] kasan_save_alloc_info+0x48/0x60
[ 12.246750] poison_kmalloc_redzone+0x84/0xa4
[ 12.255299] __kasan_kmalloc+0x54/0x78
[ 12.263708] kmalloc_trace+0x1b4/0x288
[ 12.272074] kmalloc_oob_right+0x8c/0x3dc
[ 12.280390] kunit_try_run_case+0x120/0x554
[ 12.288662] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 12.296976] kthread+0x1f0/0x340
[ 12.305206] start_kernel_thread+0x10/0x14
[ 12.313609]
[ 12.321740] The buggy address belongs to the object at c34b5e80
[ 12.321740] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 12.338492] The buggy address is located 13 bytes to the right of
[ 12.338492] allocated 115-byte region [c34b5e80, c34b5ef3)
[ 12.355464]
[ 12.363907] The buggy address belongs to the physical page:
[ 12.372522] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b4680 pfn:0x34b4
[ 12.381336] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 12.390292] flags: 0xa40(workingset|slab|head|zone=0)
[ 12.399151] page_type: 0xffffffff()
[ 12.407988] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b4680 000d002a ffffffff 00000001
[ 12.417062] raw: 00000000
[ 12.426003] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b4680 000d002a ffffffff 00000001
[ 12.435150] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 12.444280] head: 00000000 00000000
[ 12.453260] page dumped because: kasan: bad access detected
[ 12.462311]
[ 12.471216] Memory state around the buggy address:
[ 12.480299] c34b5e00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.489237] c34b5e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 12.498092] >c34b5f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.506919] ^
[ 12.515663] c34b5f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.524390] c34b6000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.532959] ==================================================================
[ 12.543641] ok 1 kmalloc_oob_right
[ 12.544336] ==================================================================
[ 12.561752] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_left+0x1e8/0x24c
[ 12.570576] Read of size 1 at addr c3cfd9cf by task kunit_try_catch/85
[ 12.579438]
[ 12.588124] CPU: 1 PID: 85 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 12.597222] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 12.606308] Call Trace:
[ 12.615493] [f39d3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 12.624726] [f39d3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 12.634012] [f39d3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 12.643267] [f39d3ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 12.652570] [f39d3ef0] [c04da6ac] kmalloc_oob_left+0x1e8/0x24c
[ 12.661775] [f39d3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 12.670929] [f39d3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 12.680104] [f39d3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 12.689165] [f39d3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 12.698148]
[ 12.706955] Allocated by task 85 on cpu 1 at 12.544332s:
[ 12.715841] kasan_save_stack+0x44/0x74
[ 12.724672] kasan_save_track+0x20/0x40
[ 12.733473] kasan_save_alloc_info+0x48/0x60
[ 12.742226] poison_kmalloc_redzone+0x84/0xa4
[ 12.751123] __kasan_kmalloc+0x54/0x78
[ 12.759832] kmalloc_trace+0x1b4/0x288
[ 12.768579] kmalloc_oob_left+0x8c/0x24c
[ 12.777157] kunit_try_run_case+0x120/0x554
[ 12.785738] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 12.794320] kthread+0x1f0/0x340
[ 12.802850] start_kernel_thread+0x10/0x14
[ 12.811382]
[ 12.819880] The buggy address belongs to the object at c3cfd9d0
[ 12.819880] which belongs to the cache kmalloc-rnd-09-16 of size 16
[ 12.837276] The buggy address is located 1 bytes to the left of
[ 12.837276] allocated 15-byte region [c3cfd9d0, c3cfd9df)
[ 12.854848]
[ 12.863610] The buggy address belongs to the physical page:
[ 12.872522] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3cfd190 pfn:0x3cfd
[ 12.881617] flags: 0xa00(workingset|slab|zone=0)
[ 12.890680] page_type: 0xffffffff()
[ 12.899733] raw: 00000a00 c2013820 c2012c34 c2012c34 c3cfd190 00130054 ffffffff 00000001
[ 12.909121] raw: 00000000
[ 12.918426] page dumped because: kasan: bad access detected
[ 12.927643]
[ 12.936910] Memory state around the buggy address:
[ 12.946022] c3cfd880: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.955205] c3cfd900: fc fc 00 02 fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.964300] >c3cfd980: fc fc fc fc fc fc fc fc fc fc 00 07 fc fc fc fc
[ 12.973235] ^
[ 12.982056] c3cfda00: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 12.990887] c3cfda80: fc fc 00 02 fc fc fc fc fc fc fc fc fc fc fc fc
[ 12.999635] ==================================================================
[ 13.009756] ok 2 kmalloc_oob_left
[ 13.010704] ==================================================================
[ 13.028402] BUG: KASAN: slab-out-of-bounds in kmalloc_node_oob_right+0x1ec/0x250
[ 13.037283] Read of size 1 at addr c3cc2000 by task kunit_try_catch/87
[ 13.046322]
[ 13.055052] CPU: 1 PID: 87 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 13.064095] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 13.073123] Call Trace:
[ 13.082041] [f39e3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 13.091203] [f39e3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 13.100348] [f39e3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 13.109431] [f39e3ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 13.118557] [f39e3ef0] [c04da8fc] kmalloc_node_oob_right+0x1ec/0x250
[ 13.127761] [f39e3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 13.136890] [f39e3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 13.145996] [f39e3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 13.155088] [f39e3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 13.164030]
[ 13.172755] Allocated by task 87 on cpu 1 at 13.010700s:
[ 13.181741] kasan_save_stack+0x44/0x74
[ 13.190464] kasan_save_track+0x20/0x40
[ 13.199006] kasan_save_alloc_info+0x48/0x60
[ 13.207488] poison_kmalloc_redzone+0x84/0xa4
[ 13.215908] __kasan_kmalloc+0x54/0x78
[ 13.224272] kmalloc_node_trace+0x1bc/0x294
[ 13.232681] kmalloc_node_oob_right+0x90/0x250
[ 13.241041] kunit_try_run_case+0x120/0x554
[ 13.249369] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 13.257739] kthread+0x1f0/0x340
[ 13.266037] start_kernel_thread+0x10/0x14
[ 13.274409]
[ 13.282591] The buggy address belongs to the object at c3cc1000
[ 13.282591] which belongs to the cache kmalloc-rnd-09-4k of size 4096
[ 13.299191] The buggy address is located 0 bytes to the right of
[ 13.299191] allocated 4096-byte region [c3cc1000, c3cc2000)
[ 13.315978]
[ 13.324383] The buggy address belongs to the physical page:
[ 13.332933] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x3cc0
[ 13.341801] head: order:3 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 13.350597] flags: 0x840(slab|head|zone=0)
[ 13.359401] page_type: 0xffffffff()
[ 13.368187] raw: 00000840 c2014220 00000100 00000122 00000000 00020004 ffffffff 00000001
[ 13.377189] raw: 00000000
[ 13.386050] head: 00000840 c2014220 00000100 00000122 00000000 00020004 ffffffff 00000001
[ 13.395180] head: 00000000 00000003 eee60b01 eee60b28 ffffffff 00000000 00000000 ffffffff
[ 13.404339] head: 00000000 00000000
[ 13.413468] page dumped because: kasan: bad access detected
[ 13.422563]
[ 13.431472] Memory state around the buggy address:
[ 13.440458] c3cc1f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 13.449524] c3cc1f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 13.458490] >c3cc2000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.467364] ^
[ 13.476210] c3cc2080: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.485036] c3cc2100: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.493691] ==================================================================
[ 13.504212] ok 3 kmalloc_node_oob_right
[ 13.505784] ==================================================================
[ 13.523607] BUG: KASAN: slab-out-of-bounds in kmalloc_big_oob_right+0x1d4/0x21c
[ 13.532583] Write of size 1 at addr c4c53f00 by task kunit_try_catch/89
[ 13.541555]
[ 13.550460] CPU: 0 PID: 89 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 13.559763] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 13.569029] Call Trace:
[ 13.578207] [f227bde0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 13.587859] [f227be00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 13.597244] [f227be60] [c04d729c] kasan_report+0xd8/0x13c
[ 13.606484] [f227bee0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 13.615707] [f227bef0] [c04dab34] kmalloc_big_oob_right+0x1d4/0x21c
[ 13.624838] [f227bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 13.634015] [f227bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 13.643113] [f227bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 13.652096] [f227bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 13.661004]
[ 13.669738] Allocated by task 89 on cpu 0 at 13.505779s:
[ 13.678543] kasan_save_stack+0x44/0x74
[ 13.687294] kasan_save_track+0x20/0x40
[ 13.696007] kasan_save_alloc_info+0x48/0x60
[ 13.704686] poison_kmalloc_redzone+0x84/0xa4
[ 13.713336] __kasan_kmalloc+0x54/0x78
[ 13.722111] kmalloc_trace+0x1b4/0x288
[ 13.730683] kmalloc_big_oob_right+0x8c/0x21c
[ 13.739197] kunit_try_run_case+0x120/0x554
[ 13.747704] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 13.756319] kthread+0x1f0/0x340
[ 13.764789] start_kernel_thread+0x10/0x14
[ 13.773259]
[ 13.781688] The buggy address belongs to the object at c4c52000
[ 13.781688] which belongs to the cache kmalloc-rnd-09-8k of size 8192
[ 13.798965] The buggy address is located 0 bytes to the right of
[ 13.798965] allocated 7936-byte region [c4c52000, c4c53f00)
[ 13.816428]
[ 13.825130] The buggy address belongs to the physical page:
[ 13.833980] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4c50
[ 13.842972] head: order:3 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 13.852233] flags: 0x840(slab|head|zone=0)
[ 13.861262] page_type: 0xffffffff()
[ 13.870263] raw: 00000840 c2014320 00000122 00000000 00000000 00010002 ffffffff 00000001
[ 13.879461] raw: 00000000
[ 13.888670] head: 00000840 c2014320 00000122 00000000 00000000 00010002 ffffffff 00000001
[ 13.898019] head: 00000000 00000003 eee83b41 eee83b68 ffffffff 00000000 00000000 ffffffff
[ 13.907266] head: 00000000 00000000
[ 13.916369] page dumped because: kasan: bad access detected
[ 13.925550]
[ 13.934525] Memory state around the buggy address:
[ 13.943535] c4c53e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 13.952583] c4c53e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 13.961559] >c4c53f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.970439] ^
[ 13.979162] c4c53f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.987946] c4c54000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.996622] ==================================================================
[ 14.007008] ok 4 kmalloc_big_oob_right
[ 14.007913] ==================================================================
[ 14.025866] BUG: KASAN: slab-out-of-bounds in kmalloc_large_oob_right+0x128/0x174
[ 14.034882] Write of size 1 at addr c434e00a by task kunit_try_catch/91
[ 14.043888]
[ 14.052839] CPU: 0 PID: 91 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 14.062121] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 14.071367] Call Trace:
[ 14.080527] [f39cbde0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 14.089993] [f39cbe00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 14.099353] [f39cbe60] [c04d729c] kasan_report+0xd8/0x13c
[ 14.108577] [f39cbee0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 14.117789] [f39cbef0] [c04daca4] kmalloc_large_oob_right+0x128/0x174
[ 14.126920] [f39cbf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 14.135972] [f39cbfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 14.145044] [f39cbfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 14.154108] [f39cbff0] [c002d304] start_kernel_thread+0x10/0x14
[ 14.163167]
[ 14.171898] The buggy address belongs to the physical page:
[ 14.180706] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x434c
[ 14.189631] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 14.198643] flags: 0x40(head|zone=0)
[ 14.207597] page_type: 0xffffffff()
[ 14.216520] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 14.225648] raw: 00000000
[ 14.234644] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 14.243846] head: 00000000 00000002 eee6f6b1 eee6f6d8 ffffffff 00000000 00000000 ffffffff
[ 14.253058] head: 00000000 00000000
[ 14.262113] page dumped because: kasan: bad access detected
[ 14.271262]
[ 14.280371] Memory state around the buggy address:
[ 14.289561] c434df00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 14.299044] c434df80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 14.308289] >c434e000: 00 02 fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 14.317529] ^
[ 14.326702] c434e080: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 14.336033] c434e100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 14.345286] ==================================================================
[ 14.355489] ok 5 kmalloc_large_oob_right
[ 14.356199] ==================================================================
[ 14.375081] BUG: KASAN: use-after-free in kmalloc_large_uaf+0x114/0x160
[ 14.384703] Read of size 1 at addr c434c000 by task kunit_try_catch/93
[ 14.394349]
[ 14.403820] CPU: 0 PID: 93 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 14.413683] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 14.423401] Call Trace:
[ 14.432983] [f39dbdf0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 14.442943] [f39dbe10] [c04d6c7c] print_report+0x1c0/0x5e4
[ 14.452650] [f39dbe70] [c04d729c] kasan_report+0xd8/0x13c
[ 14.462236] [f39dbef0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 14.471825] [f39dbf00] [c04dae04] kmalloc_large_uaf+0x114/0x160
[ 14.481414] [f39dbf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 14.490917] [f39dbfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 14.500424] [f39dbfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 14.509824] [f39dbff0] [c002d304] start_kernel_thread+0x10/0x14
[ 14.519206]
[ 14.528440] The buggy address belongs to the physical page:
[ 14.537791] page: refcount:0 mapcount:0 mapping:00000000 index:0x0 pfn:0x434c
[ 14.547347] flags: 0x0(zone=0)
[ 14.556748] page_type: 0xffffffff()
[ 14.566102] raw: 00000000 eee6f744 eeda5498 00000000 00000000 00000000 ffffffff 00000000
[ 14.575753] raw: 00000000
[ 14.585446] page dumped because: kasan: bad access detected
[ 14.595076]
[ 14.604580] Memory state around the buggy address:
[ 14.614268] c434bf00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 14.623969] c434bf80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 14.633496] >c434c000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 14.642941] ^
[ 14.652193] c434c080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 14.661500] c434c100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 14.670688] ==================================================================
[ 14.681315] ok 6 kmalloc_large_uaf
[ 14.682018] ==================================================================
[ 14.700428] BUG: KASAN: invalid-free in kfree+0x130/0x1fc
[ 14.709684] Free of addr c434c001 by task kunit_try_catch/95
[ 14.719100]
[ 14.728276] CPU: 0 PID: 95 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 14.737756] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 14.747199] Call Trace:
[ 14.756765] [f39ebd90] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 14.766310] [f39ebdb0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 14.775783] [f39ebe10] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 14.785280] [f39ebe80] [c04d6148] check_page_allocation+0x74/0x98
[ 14.794831] [f39ebea0] [c04d60c4] __kasan_kfree_large+0x10/0x20
[ 14.804271] [f39ebeb0] [c049c544] free_large_kmalloc+0x80/0xd8
[ 14.813622] [f39ebed0] [c049c3cc] kfree+0x130/0x1fc
[ 14.822868] [f39ebf00] [c04dae9c] kmalloc_large_invalid_free+0x4c/0x138
[ 14.832133] [f39ebf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 14.841412] [f39ebfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 14.850666] [f39ebfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 14.859996] [f39ebff0] [c002d304] start_kernel_thread+0x10/0x14
[ 14.869126]
[ 14.878118] The buggy address belongs to the physical page:
[ 14.887214] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x434c
[ 14.896394] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 14.905609] flags: 0x40(head|zone=0)
[ 14.914796] page_type: 0xffffffff()
[ 14.924024] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 14.933463] raw: 00000000
[ 14.942790] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 14.952347] head: 00000000 00000002 eee6f6b1 eee6f6d8 ffffffff 00000000 00000000 ffffffff
[ 14.961894] head: 00000000 00000000
[ 14.971405] page dumped because: kasan: bad access detected
[ 14.980925]
[ 14.990267] Memory state around the buggy address:
[ 14.999800] c434bf00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.009193] c434bf80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.018433] >c434c000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.027559] ^
[ 15.036502] c434c080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.045480] c434c100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.054452] ==================================================================
[ 15.065213] ok 7 kmalloc_large_invalid_free
[ 15.066548] ok 8 page_alloc_oob_right # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 15.077518] ==================================================================
[ 15.096013] BUG: KASAN: use-after-free in page_alloc_uaf+0x134/0x17c
[ 15.105255] Read of size 1 at addr c4d30000 by task kunit_try_catch/99
[ 15.114547]
[ 15.123688] CPU: 0 PID: 99 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 15.133127] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 15.142734] Call Trace:
[ 15.152036] [f3a0bdf0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 15.161539] [f3a0be10] [c04d6c7c] print_report+0x1c0/0x5e4
[ 15.170944] [f3a0be70] [c04d729c] kasan_report+0xd8/0x13c
[ 15.180237] [f3a0bef0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 15.189719] [f3a0bf00] [c04db134] page_alloc_uaf+0x134/0x17c
[ 15.199010] [f3a0bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 15.208259] [f3a0bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 15.217553] [f3a0bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 15.226800] [f3a0bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 15.236077]
[ 15.245200] The buggy address belongs to the physical page:
[ 15.254547] page: refcount:0 mapcount:-128 mapping:00000000 index:0x0 pfn:0x4d30
[ 15.264020] flags: 0x0(zone=0)
[ 15.273413] page_type: 0xffffff7f(buddy)
[ 15.282988] raw: 00000000 c1f3edf0 c1f3edf0 00000000 00000000 00000004 ffffff7f 00000000
[ 15.292680] raw: 00000000
[ 15.302150] page dumped because: kasan: bad access detected
[ 15.311647]
[ 15.321067] Memory state around the buggy address:
[ 15.330410] c4d2ff00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 15.339823] c4d2ff80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 15.349133] >c4d30000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 15.358280] ^
[ 15.367228] c4d30080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 15.376287] c4d30100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 15.385202] ==================================================================
[ 15.395819] ok 9 page_alloc_uaf
[ 15.396596] ==================================================================
[ 15.414766] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x388/0x3f8
[ 15.424236] Write of size 1 at addr c21765eb by task kunit_try_catch/101
[ 15.433582]
[ 15.442797] CPU: 0 PID: 101 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 15.452429] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 15.461943] Call Trace:
[ 15.471327] [f3a1bdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 15.480895] [f3a1bdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 15.490448] [f3a1be30] [c04d729c] kasan_report+0xd8/0x13c
[ 15.499924] [f3a1beb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 15.509450] [f3a1bec0] [c04e4318] krealloc_more_oob_helper+0x388/0x3f8
[ 15.518914] [f3a1bf10] [c04db194] krealloc_more_oob+0x18/0x28
[ 15.528266] [f3a1bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 15.537564] [f3a1bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 15.546942] [f3a1bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 15.556202] [f3a1bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 15.565598]
[ 15.574657] Allocated by task 101 on cpu 0 at 15.396591s:
[ 15.583927] kasan_save_stack+0x44/0x74
[ 15.593038] kasan_save_track+0x20/0x40
[ 15.602046] kasan_save_alloc_info+0x48/0x60
[ 15.611012] poison_kmalloc_redzone+0x84/0xa4
[ 15.619974] __kasan_krealloc+0x6c/0x9c
[ 15.628872] krealloc+0xbc/0x120
[ 15.637815] krealloc_more_oob_helper+0x6c/0x3f8
[ 15.646853] krealloc_more_oob+0x18/0x28
[ 15.655806] kunit_try_run_case+0x120/0x554
[ 15.664739] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 15.673796] kthread+0x1f0/0x340
[ 15.682721] start_kernel_thread+0x10/0x14
[ 15.691573]
[ 15.700422] The buggy address belongs to the object at c2176500
[ 15.700422] which belongs to the cache kmalloc-rnd-02-256 of size 256
[ 15.717954] The buggy address is located 0 bytes to the right of
[ 15.717954] allocated 235-byte region [c2176500, c21765eb)
[ 15.735303]
[ 15.743808] The buggy address belongs to the physical page:
[ 15.752348] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2175000 pfn:0x2174
[ 15.761007] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 15.769659] flags: 0xa40(workingset|slab|head|zone=0)
[ 15.778299] page_type: 0xffffffff()
[ 15.786947] raw: 00000a40 c2003320 c200c1b4 c200c1b4 c2175000 0011002a ffffffff 00000001
[ 15.795800] raw: 00000000
[ 15.804521] head: 00000a40 c2003320 c200c1b4 c200c1b4 c2175000 0011002a ffffffff 00000001
[ 15.813501] head: 00000000 00000002 eee23451 eee23478 ffffffff 00000000 00000000 ffffffff
[ 15.822486] head: 00000000 00000000
[ 15.831313] page dumped because: kasan: bad access detected
[ 15.840239]
[ 15.849357] Memory state around the buggy address:
[ 15.858252] c2176480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 15.867326] c2176500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.876158] >c2176580: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc fc
[ 15.884926] ^
[ 15.893617] c2176600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 15.902292] c2176680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 15.910869] ==================================================================
[ 15.920135] ==================================================================
[ 15.928748] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x3a0/0x3f8
[ 15.937426] Write of size 1 at addr c21765f0 by task kunit_try_catch/101
[ 15.946233]
[ 15.954986] CPU: 0 PID: 101 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 15.964065] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 15.973220] Call Trace:
[ 15.982257] [f3a1bdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 15.991431] [f3a1bdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 16.000672] [f3a1be30] [c04d729c] kasan_report+0xd8/0x13c
[ 16.009637] [f3a1beb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 16.018563] [f3a1bec0] [c04e4330] krealloc_more_oob_helper+0x3a0/0x3f8
[ 16.027408] [f3a1bf10] [c04db194] krealloc_more_oob+0x18/0x28
[ 16.036162] [f3a1bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 16.044849] [f3a1bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 16.053488] [f3a1bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 16.062068] [f3a1bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 16.070619]
[ 16.079033] Allocated by task 101 on cpu 0 at 15.396591s:
[ 16.087624] kasan_save_stack+0x44/0x74
[ 16.096268] kasan_save_track+0x20/0x40
[ 16.104727] kasan_save_alloc_info+0x48/0x60
[ 16.113177] poison_kmalloc_redzone+0x84/0xa4
[ 16.121622] __kasan_krealloc+0x6c/0x9c
[ 16.130195] krealloc+0xbc/0x120
[ 16.138533] krealloc_more_oob_helper+0x6c/0x3f8
[ 16.146894] krealloc_more_oob+0x18/0x28
[ 16.155152] kunit_try_run_case+0x120/0x554
[ 16.163398] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 16.171677] kthread+0x1f0/0x340
[ 16.179979] start_kernel_thread+0x10/0x14
[ 16.188331]
[ 16.196588] The buggy address belongs to the object at c2176500
[ 16.196588] which belongs to the cache kmalloc-rnd-02-256 of size 256
[ 16.213467] The buggy address is located 5 bytes to the right of
[ 16.213467] allocated 235-byte region [c2176500, c21765eb)
[ 16.230703]
[ 16.239246] The buggy address belongs to the physical page:
[ 16.247915] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2175000 pfn:0x2174
[ 16.256711] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 16.265569] flags: 0xa40(workingset|slab|head|zone=0)
[ 16.274452] page_type: 0xffffffff()
[ 16.283282] raw: 00000a40 c2003320 c200c1b4 c200c1b4 c2175000 0011002a ffffffff 00000001
[ 16.292458] raw: 00000000
[ 16.301317] head: 00000a40 c2003320 c200c1b4 c200c1b4 c2175000 0011002a ffffffff 00000001
[ 16.310392] head: 00000000 00000002 eee23451 eee23478 ffffffff 00000000 00000000 ffffffff
[ 16.319477] head: 00000000 00000000
[ 16.328431] page dumped because: kasan: bad access detected
[ 16.337390]
[ 16.346166] Memory state around the buggy address:
[ 16.355090] c2176480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 16.364007] c2176500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 16.372823] >c2176580: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc fc
[ 16.381510] ^
[ 16.390130] c2176600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 16.398736] c2176680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 16.407214] ==================================================================
[ 16.417456] ok 10 krealloc_more_oob
[ 16.418181] ==================================================================
[ 16.435656] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x5c8/0x68c
[ 16.444465] Write of size 1 at addr c3912ec9 by task kunit_try_catch/103
[ 16.453317]
[ 16.462105] CPU: 0 PID: 103 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 16.471219] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 16.480409] Call Trace:
[ 16.489474] [f3a23db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 16.498674] [f3a23dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 16.507933] [f3a23e30] [c04d729c] kasan_report+0xd8/0x13c
[ 16.517060] [f3a23eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 16.526162] [f3a23ec0] [c04e4950] krealloc_less_oob_helper+0x5c8/0x68c
[ 16.535231] [f3a23f10] [c04db1bc] krealloc_less_oob+0x18/0x28
[ 16.544173] [f3a23f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 16.553017] [f3a23fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 16.562061] [f3a23fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 16.570856] [f3a23ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 16.579646]
[ 16.588352] Allocated by task 103 on cpu 0 at 16.418177s:
[ 16.597177] kasan_save_stack+0x44/0x74
[ 16.606062] kasan_save_track+0x20/0x40
[ 16.614799] kasan_save_alloc_info+0x48/0x60
[ 16.623506] poison_kmalloc_redzone+0x84/0xa4
[ 16.632186] __kasan_krealloc+0x6c/0x9c
[ 16.640802] krealloc+0xbc/0x120
[ 16.649386] krealloc_less_oob_helper+0x6c/0x68c
[ 16.657954] krealloc_less_oob+0x18/0x28
[ 16.666453] kunit_try_run_case+0x120/0x554
[ 16.674935] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 16.683530] kthread+0x1f0/0x340
[ 16.692279] start_kernel_thread+0x10/0x14
[ 16.700894]
[ 16.709400] The buggy address belongs to the object at c3912e00
[ 16.709400] which belongs to the cache kmalloc-rnd-05-256 of size 256
[ 16.726798] The buggy address is located 0 bytes to the right of
[ 16.726798] allocated 201-byte region [c3912e00, c3912ec9)
[ 16.744554]
[ 16.753320] The buggy address belongs to the physical page:
[ 16.762196] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3910400 pfn:0x3910
[ 16.771242] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 16.780345] flags: 0xa40(workingset|slab|head|zone=0)
[ 16.789439] page_type: 0xffffffff()
[ 16.798460] raw: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 16.807650] raw: 00000000
[ 16.816694] head: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 16.825969] head: 00000000 00000002 eee58641 eee58668 ffffffff 00000000 00000000 ffffffff
[ 16.835266] head: 00000000 00000000
[ 16.844347] page dumped because: kasan: bad access detected
[ 16.853443]
[ 16.862547] Memory state around the buggy address:
[ 16.871677] c3912d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 16.880719] c3912e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 16.889694] >c3912e80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 16.898533] ^
[ 16.907306] c3912f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 16.916112] c3912f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 16.924810] ==================================================================
[ 16.934740] ==================================================================
[ 16.943499] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x5e4/0x68c
[ 16.952300] Write of size 1 at addr c3912ed0 by task kunit_try_catch/103
[ 16.961148]
[ 16.969928] CPU: 0 PID: 103 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 16.979029] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 16.988355] Call Trace:
[ 16.997421] [f3a23db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 17.006620] [f3a23dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 17.015718] [f3a23e30] [c04d729c] kasan_report+0xd8/0x13c
[ 17.024691] [f3a23eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 17.033639] [f3a23ec0] [c04e496c] krealloc_less_oob_helper+0x5e4/0x68c
[ 17.042507] [f3a23f10] [c04db1bc] krealloc_less_oob+0x18/0x28
[ 17.051286] [f3a23f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 17.059991] [f3a23fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 17.068641] [f3a23fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 17.077235] [f3a23ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 17.085805]
[ 17.094240] Allocated by task 103 on cpu 0 at 16.418177s:
[ 17.102849] kasan_save_stack+0x44/0x74
[ 17.111513] kasan_save_track+0x20/0x40
[ 17.120151] kasan_save_alloc_info+0x48/0x60
[ 17.128622] poison_kmalloc_redzone+0x84/0xa4
[ 17.137085] __kasan_krealloc+0x6c/0x9c
[ 17.145507] krealloc+0xbc/0x120
[ 17.153854] krealloc_less_oob_helper+0x6c/0x68c
[ 17.162226] krealloc_less_oob+0x18/0x28
[ 17.170502] kunit_try_run_case+0x120/0x554
[ 17.178768] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 17.187063] kthread+0x1f0/0x340
[ 17.195372] start_kernel_thread+0x10/0x14
[ 17.203738]
[ 17.212005] The buggy address belongs to the object at c3912e00
[ 17.212005] which belongs to the cache kmalloc-rnd-05-256 of size 256
[ 17.228902] The buggy address is located 7 bytes to the right of
[ 17.228902] allocated 201-byte region [c3912e00, c3912ec9)
[ 17.246666]
[ 17.255226] The buggy address belongs to the physical page:
[ 17.263902] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3910400 pfn:0x3910
[ 17.272704] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 17.281730] flags: 0xa40(workingset|slab|head|zone=0)
[ 17.290615] page_type: 0xffffffff()
[ 17.299448] raw: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 17.308457] raw: 00000000
[ 17.317303] head: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 17.326369] head: 00000000 00000002 eee58641 eee58668 ffffffff 00000000 00000000 ffffffff
[ 17.335445] head: 00000000 00000000
[ 17.344389] page dumped because: kasan: bad access detected
[ 17.353337]
[ 17.362102] Memory state around the buggy address:
[ 17.371016] c3912d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 17.379922] c3912e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 17.388730] >c3912e80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 17.397426] ^
[ 17.406031] c3912f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 17.414818] c3912f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 17.423335] ==================================================================
[ 17.432291] ==================================================================
[ 17.440826] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x600/0x68c
[ 17.449461] Write of size 1 at addr c3912eda by task kunit_try_catch/103
[ 17.458096]
[ 17.466599] CPU: 0 PID: 103 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 17.475496] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 17.484461] Call Trace:
[ 17.493207] [f3a23db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 17.502254] [f3a23dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 17.511199] [f3a23e30] [c04d729c] kasan_report+0xd8/0x13c
[ 17.520190] [f3a23eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 17.529152] [f3a23ec0] [c04e4988] krealloc_less_oob_helper+0x600/0x68c
[ 17.538197] [f3a23f10] [c04db1bc] krealloc_less_oob+0x18/0x28
[ 17.546995] [f3a23f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 17.555710] [f3a23fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 17.564382] [f3a23fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 17.572993] [f3a23ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 17.581575]
[ 17.590018] Allocated by task 103 on cpu 0 at 16.418177s:
[ 17.598636] kasan_save_stack+0x44/0x74
[ 17.607304] kasan_save_track+0x20/0x40
[ 17.615786] kasan_save_alloc_info+0x48/0x60
[ 17.624257] poison_kmalloc_redzone+0x84/0xa4
[ 17.632727] __kasan_krealloc+0x6c/0x9c
[ 17.641157] krealloc+0xbc/0x120
[ 17.649509] krealloc_less_oob_helper+0x6c/0x68c
[ 17.657886] krealloc_less_oob+0x18/0x28
[ 17.666332] kunit_try_run_case+0x120/0x554
[ 17.674609] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 17.682914] kthread+0x1f0/0x340
[ 17.691233] start_kernel_thread+0x10/0x14
[ 17.699609]
[ 17.707884] The buggy address belongs to the object at c3912e00
[ 17.707884] which belongs to the cache kmalloc-rnd-05-256 of size 256
[ 17.724794] The buggy address is located 17 bytes to the right of
[ 17.724794] allocated 201-byte region [c3912e00, c3912ec9)
[ 17.742045]
[ 17.750589] The buggy address belongs to the physical page:
[ 17.759265] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3910400 pfn:0x3910
[ 17.768065] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 17.776921] flags: 0xa40(workingset|slab|head|zone=0)
[ 17.785801] page_type: 0xffffffff()
[ 17.794627] raw: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 17.803634] raw: 00000000
[ 17.812482] head: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 17.821552] head: 00000000 00000002 eee58641 eee58668 ffffffff 00000000 00000000 ffffffff
[ 17.830801] head: 00000000 00000000
[ 17.839761] page dumped because: kasan: bad access detected
[ 17.848714]
[ 17.857483] Memory state around the buggy address:
[ 17.866400] c3912d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 17.875304] c3912e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 17.884109] >c3912e80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 17.892801] ^
[ 17.901403] c3912f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 17.910017] c3912f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 17.918510] ==================================================================
[ 17.927922] ==================================================================
[ 17.936428] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x618/0x68c
[ 17.945038] Write of size 1 at addr c3912eea by task kunit_try_catch/103
[ 17.953894]
[ 17.962557] CPU: 0 PID: 103 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 17.971442] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 17.980285] Call Trace:
[ 17.989103] [f3a23db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 17.998135] [f3a23dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 18.007058] [f3a23e30] [c04d729c] kasan_report+0xd8/0x13c
[ 18.016025] [f3a23eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 18.024960] [f3a23ec0] [c04e49a0] krealloc_less_oob_helper+0x618/0x68c
[ 18.033820] [f3a23f10] [c04db1bc] krealloc_less_oob+0x18/0x28
[ 18.042593] [f3a23f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 18.051295] [f3a23fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 18.059946] [f3a23fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 18.068537] [f3a23ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 18.077099]
[ 18.085527] Allocated by task 103 on cpu 0 at 16.418177s:
[ 18.094297] kasan_save_stack+0x44/0x74
[ 18.102863] kasan_save_track+0x20/0x40
[ 18.111434] kasan_save_alloc_info+0x48/0x60
[ 18.119907] poison_kmalloc_redzone+0x84/0xa4
[ 18.128377] __kasan_krealloc+0x6c/0x9c
[ 18.136809] krealloc+0xbc/0x120
[ 18.145157] krealloc_less_oob_helper+0x6c/0x68c
[ 18.153529] krealloc_less_oob+0x18/0x28
[ 18.161799] kunit_try_run_case+0x120/0x554
[ 18.170054] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 18.178345] kthread+0x1f0/0x340
[ 18.186652] start_kernel_thread+0x10/0x14
[ 18.195014]
[ 18.203277] The buggy address belongs to the object at c3912e00
[ 18.203277] which belongs to the cache kmalloc-rnd-05-256 of size 256
[ 18.220169] The buggy address is located 33 bytes to the right of
[ 18.220169] allocated 201-byte region [c3912e00, c3912ec9)
[ 18.237312]
[ 18.245945] The buggy address belongs to the physical page:
[ 18.254778] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3910400 pfn:0x3910
[ 18.263582] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 18.272438] flags: 0xa40(workingset|slab|head|zone=0)
[ 18.281318] page_type: 0xffffffff()
[ 18.290145] raw: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 18.299154] raw: 00000000
[ 18.307994] head: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 18.317059] head: 00000000 00000002 eee58641 eee58668 ffffffff 00000000 00000000 ffffffff
[ 18.326133] head: 00000000 00000000
[ 18.335074] page dumped because: kasan: bad access detected
[ 18.344021]
[ 18.352788] Memory state around the buggy address:
[ 18.361605] c3912d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.370610] c3912e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 18.379424] >c3912e80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 18.388305] ^
[ 18.396940] c3912f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.405560] c3912f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.414058] ==================================================================
[ 18.423089] ==================================================================
[ 18.431594] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x634/0x68c
[ 18.440214] Write of size 1 at addr c3912eeb by task kunit_try_catch/103
[ 18.448840]
[ 18.457335] CPU: 0 PID: 103 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 18.466221] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 18.475082] Call Trace:
[ 18.483826] [f3a23db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 18.492981] [f3a23dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 18.501940] [f3a23e30] [c04d729c] kasan_report+0xd8/0x13c
[ 18.510935] [f3a23eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 18.520069] [f3a23ec0] [c04e49bc] krealloc_less_oob_helper+0x634/0x68c
[ 18.528969] [f3a23f10] [c04db1bc] krealloc_less_oob+0x18/0x28
[ 18.537765] [f3a23f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 18.546480] [f3a23fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 18.555146] [f3a23fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 18.563750] [f3a23ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 18.572329]
[ 18.580773] Allocated by task 103 on cpu 0 at 16.418177s:
[ 18.589386] kasan_save_stack+0x44/0x74
[ 18.597951] kasan_save_track+0x20/0x40
[ 18.606419] kasan_save_alloc_info+0x48/0x60
[ 18.614987] poison_kmalloc_redzone+0x84/0xa4
[ 18.623461] __kasan_krealloc+0x6c/0x9c
[ 18.631893] krealloc+0xbc/0x120
[ 18.640248] krealloc_less_oob_helper+0x6c/0x68c
[ 18.648795] krealloc_less_oob+0x18/0x28
[ 18.657081] kunit_try_run_case+0x120/0x554
[ 18.665350] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 18.673655] kthread+0x1f0/0x340
[ 18.681971] start_kernel_thread+0x10/0x14
[ 18.690340]
[ 18.698614] The buggy address belongs to the object at c3912e00
[ 18.698614] which belongs to the cache kmalloc-rnd-05-256 of size 256
[ 18.715519] The buggy address is located 34 bytes to the right of
[ 18.715519] allocated 201-byte region [c3912e00, c3912ec9)
[ 18.732664]
[ 18.741200] The buggy address belongs to the physical page:
[ 18.749972] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3910400 pfn:0x3910
[ 18.758776] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 18.767633] flags: 0xa40(workingset|slab|head|zone=0)
[ 18.776514] page_type: 0xffffffff()
[ 18.785342] raw: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 18.794350] raw: 00000000
[ 18.803194] head: 00000a40 c200ea20 c200f534 c200f534 c3910400 000c002a ffffffff 00000001
[ 18.812432] head: 00000000 00000002 eee58641 eee58668 ffffffff 00000000 00000000 ffffffff
[ 18.821525] head: 00000000 00000000
[ 18.830481] page dumped because: kasan: bad access detected
[ 18.839436]
[ 18.848205] Memory state around the buggy address:
[ 18.857019] c3912d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.865921] c3912e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 18.874831] >c3912e80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 18.883538] ^
[ 18.892167] c3912f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.900791] c3912f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.909295] ==================================================================
[ 18.918559] # krealloc_less_oob: Test should be marked slow (runtime: 2.500418314s)
[ 18.919746] ok 11 krealloc_less_oob
[ 18.930377] ==================================================================
[ 18.948189] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x388/0x3f8
[ 18.957116] Write of size 1 at addr c4d660eb by task kunit_try_catch/105
[ 18.966136]
[ 18.974999] CPU: 0 PID: 105 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 18.984190] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 18.993549] Call Trace:
[ 19.002870] [f3a33db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 19.012267] [f3a33dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 19.021542] [f3a33e30] [c04d729c] kasan_report+0xd8/0x13c
[ 19.030682] [f3a33eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 19.039847] [f3a33ec0] [c04e4318] krealloc_more_oob_helper+0x388/0x3f8
[ 19.048939] [f3a33f10] [c04db1e4] krealloc_large_more_oob+0x18/0x28
[ 19.057908] [f3a33f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 19.066860] [f3a33fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 19.075980] [f3a33fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 19.084880] [f3a33ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 19.093836]
[ 19.102653] The buggy address belongs to the physical page:
[ 19.111595] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4d64
[ 19.120783] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 19.129937] flags: 0x40(head|zone=0)
[ 19.139031] page_type: 0xffffffff()
[ 19.148055] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 19.157301] raw: 00000000
[ 19.166395] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 19.175731] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 19.185065] head: 00000000 00000000
[ 19.194349] page dumped because: kasan: bad access detected
[ 19.203766]
[ 19.213255] Memory state around the buggy address:
[ 19.222697] c4d65f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.232256] c4d66000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.241747] >c4d66080: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fe fe
[ 19.251306] ^
[ 19.260792] c4d66100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 19.270299] c4d66180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 19.279691] ==================================================================
[ 19.289591] ==================================================================
[ 19.299036] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x3a0/0x3f8
[ 19.308577] Write of size 1 at addr c4d660f0 by task kunit_try_catch/105
[ 19.318124]
[ 19.327483] CPU: 0 PID: 105 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 19.337159] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 19.346802] Call Trace:
[ 19.356492] [f3a33db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 19.366159] [f3a33dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 19.375719] [f3a33e30] [c04d729c] kasan_report+0xd8/0x13c
[ 19.385273] [f3a33eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 19.394781] [f3a33ec0] [c04e4330] krealloc_more_oob_helper+0x3a0/0x3f8
[ 19.404200] [f3a33f10] [c04db1e4] krealloc_large_more_oob+0x18/0x28
[ 19.413545] [f3a33f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 19.422821] [f3a33fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 19.432117] [f3a33fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 19.441339] [f3a33ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 19.450565]
[ 19.459670] The buggy address belongs to the physical page:
[ 19.468919] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4d64
[ 19.478239] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 19.487607] flags: 0x40(head|zone=0)
[ 19.497155] page_type: 0xffffffff()
[ 19.506513] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 19.516173] raw: 00000000
[ 19.525697] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 19.535389] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 19.544980] head: 00000000 00000000
[ 19.554379] page dumped because: kasan: bad access detected
[ 19.563788]
[ 19.573003] Memory state around the buggy address:
[ 19.582237] c4d65f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.591533] c4d66000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.600667] >c4d66080: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fe fe
[ 19.609630] ^
[ 19.618576] c4d66100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 19.627484] c4d66180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 19.636445] ==================================================================
[ 19.646856] ok 12 krealloc_large_more_oob
[ 19.648033] ==================================================================
[ 19.666052] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x5c8/0x68c
[ 19.675248] Write of size 1 at addr c4d660c9 by task kunit_try_catch/107
[ 19.684481]
[ 19.693561] CPU: 0 PID: 107 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 19.702942] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 19.712321] Call Trace:
[ 19.721557] [f3a43db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 19.731006] [f3a43dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 19.740358] [f3a43e30] [c04d729c] kasan_report+0xd8/0x13c
[ 19.749597] [f3a43eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 19.758846] [f3a43ec0] [c04e4950] krealloc_less_oob_helper+0x5c8/0x68c
[ 19.768135] [f3a43f10] [c04db20c] krealloc_large_less_oob+0x18/0x28
[ 19.777577] [f3a43f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 19.786730] [f3a43fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 19.795863] [f3a43fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 19.804942] [f3a43ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 19.814016]
[ 19.822951] The buggy address belongs to the physical page:
[ 19.832009] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4d64
[ 19.841184] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 19.850367] flags: 0x40(head|zone=0)
[ 19.859597] page_type: 0xffffffff()
[ 19.868866] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 19.878347] raw: 00000000
[ 19.887697] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 19.897382] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 19.907102] head: 00000000 00000000
[ 19.916848] page dumped because: kasan: bad access detected
[ 19.926446]
[ 19.935839] Memory state around the buggy address:
[ 19.945299] c4d65f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.954772] c4d66000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.964061] >c4d66080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 19.973269] ^
[ 19.982393] c4d66100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 19.991557] c4d66180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 20.000679] ==================================================================
[ 20.010318] ==================================================================
[ 20.019447] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x5e4/0x68c
[ 20.028939] Write of size 1 at addr c4d660d0 by task kunit_try_catch/107
[ 20.038335]
[ 20.047470] CPU: 0 PID: 107 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 20.057062] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 20.066485] Call Trace:
[ 20.075760] [f3a43db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 20.085251] [f3a43dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 20.094644] [f3a43e30] [c04d729c] kasan_report+0xd8/0x13c
[ 20.103930] [f3a43eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 20.113227] [f3a43ec0] [c04e496c] krealloc_less_oob_helper+0x5e4/0x68c
[ 20.122561] [f3a43f10] [c04db20c] krealloc_large_less_oob+0x18/0x28
[ 20.131789] [f3a43f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 20.140970] [f3a43fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 20.150142] [f3a43fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 20.159260] [f3a43ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 20.168475]
[ 20.177462] The buggy address belongs to the physical page:
[ 20.186567] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4d64
[ 20.195949] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 20.205187] flags: 0x40(head|zone=0)
[ 20.214464] page_type: 0xffffffff()
[ 20.223781] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 20.233310] raw: 00000000
[ 20.242708] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 20.252436] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 20.262092] head: 00000000 00000000
[ 20.271546] page dumped because: kasan: bad access detected
[ 20.281013]
[ 20.290290] Memory state around the buggy address:
[ 20.299684] c4d65f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 20.309040] c4d66000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 20.318236] >c4d66080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 20.327268] ^
[ 20.336419] c4d66100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 20.345411] c4d66180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 20.354284] ==================================================================
[ 20.363731] ==================================================================
[ 20.372677] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x600/0x68c
[ 20.381702] Write of size 1 at addr c4d660da by task kunit_try_catch/107
[ 20.390778]
[ 20.399706] CPU: 0 PID: 107 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 20.408954] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 20.418149] Call Trace:
[ 20.427344] [f3a43db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 20.436632] [f3a43dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 20.445879] [f3a43e30] [c04d729c] kasan_report+0xd8/0x13c
[ 20.455010] [f3a43eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 20.464136] [f3a43ec0] [c04e4988] krealloc_less_oob_helper+0x600/0x68c
[ 20.473381] [f3a43f10] [c04db20c] krealloc_large_less_oob+0x18/0x28
[ 20.482482] [f3a43f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 20.491489] [f3a43fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 20.500498] [f3a43fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 20.509402] [f3a43ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 20.518314]
[ 20.527083] The buggy address belongs to the physical page:
[ 20.535970] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4d64
[ 20.544961] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 20.554103] flags: 0x40(head|zone=0)
[ 20.563074] page_type: 0xffffffff()
[ 20.572096] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 20.581388] raw: 00000000
[ 20.590550] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 20.599947] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 20.609601] head: 00000000 00000000
[ 20.618890] page dumped because: kasan: bad access detected
[ 20.628351]
[ 20.637619] Memory state around the buggy address:
[ 20.646902] c4d65f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 20.656250] c4d66000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 20.665434] >c4d66080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 20.674460] ^
[ 20.683548] c4d66100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 20.692532] c4d66180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 20.701402] ==================================================================
[ 20.710930] ==================================================================
[ 20.719872] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x618/0x68c
[ 20.728888] Write of size 1 at addr c4d660ea by task kunit_try_catch/107
[ 20.738121]
[ 20.747049] CPU: 0 PID: 107 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 20.756291] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 20.765481] Call Trace:
[ 20.774567] [f3a43db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 20.783842] [f3a43dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 20.793089] [f3a43e30] [c04d729c] kasan_report+0xd8/0x13c
[ 20.802318] [f3a43eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 20.811455] [f3a43ec0] [c04e49a0] krealloc_less_oob_helper+0x618/0x68c
[ 20.820544] [f3a43f10] [c04db20c] krealloc_large_less_oob+0x18/0x28
[ 20.829642] [f3a43f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 20.838648] [f3a43fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 20.847658] [f3a43fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 20.856558] [f3a43ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 20.865467]
[ 20.874397] The buggy address belongs to the physical page:
[ 20.883286] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4d64
[ 20.892267] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 20.901296] flags: 0x40(head|zone=0)
[ 20.910250] page_type: 0xffffffff()
[ 20.919259] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 20.928634] raw: 00000000
[ 20.937784] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 20.947162] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 20.956631] head: 00000000 00000000
[ 20.965896] page dumped because: kasan: bad access detected
[ 20.975341]
[ 20.984835] Memory state around the buggy address:
[ 20.994112] c4d65f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 21.003443] c4d66000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 21.012790] >c4d66080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 21.021812] ^
[ 21.030812] c4d66100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 21.039777] c4d66180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 21.048628] ==================================================================
[ 21.058329] ==================================================================
[ 21.067253] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x634/0x68c
[ 21.076258] Write of size 1 at addr c4d660eb by task kunit_try_catch/107
[ 21.085305]
[ 21.094213] CPU: 0 PID: 107 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 21.103447] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 21.112631] Call Trace:
[ 21.121718] [f3a43db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 21.130995] [f3a43dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 21.140240] [f3a43e30] [c04d729c] kasan_report+0xd8/0x13c
[ 21.149538] [f3a43eb0] [c04d8e54] __asan_report_store1_noabort+0x1c/0x2c
[ 21.158673] [f3a43ec0] [c04e49bc] krealloc_less_oob_helper+0x634/0x68c
[ 21.167757] [f3a43f10] [c04db20c] krealloc_large_less_oob+0x18/0x28
[ 21.176849] [f3a43f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 21.185960] [f3a43fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 21.194982] [f3a43fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 21.203890] [f3a43ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 21.212809]
[ 21.221580] The buggy address belongs to the physical page:
[ 21.230468] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4d64
[ 21.239458] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 21.248493] flags: 0x40(head|zone=0)
[ 21.257447] page_type: 0xffffffff()
[ 21.266457] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 21.275734] raw: 00000000
[ 21.285050] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 21.294441] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 21.303918] head: 00000000 00000000
[ 21.313294] page dumped because: kasan: bad access detected
[ 21.322750]
[ 21.332012] Memory state around the buggy address:
[ 21.341288] c4d65f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 21.350629] c4d66000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 21.359810] >c4d66080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 21.368826] ^
[ 21.377820] c4d66100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 21.386782] c4d66180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 21.395635] ==================================================================
[ 21.405498] ok 13 krealloc_large_less_oob
[ 21.406542] ==================================================================
[ 21.424834] BUG: KASAN: slab-use-after-free in krealloc_uaf+0xcc/0x300
[ 21.434046] Read of size 1 at addr c4d65300 by task kunit_try_catch/109
[ 21.443381]
[ 21.452473] CPU: 0 PID: 109 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 21.461868] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 21.471255] Call Trace:
[ 21.480493] [f3a53db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 21.489954] [f3a53dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 21.499316] [f3a53e30] [c04d729c] kasan_report+0xd8/0x13c
[ 21.508567] [f3a53eb0] [c04d677c] __kasan_check_byte+0x44/0x64
[ 21.517766] [f3a53ed0] [c0413428] krealloc+0x48/0x120
[ 21.526970] [f3a53ef0] [c04db2e8] krealloc_uaf+0xcc/0x300
[ 21.536057] [f3a53f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 21.545117] [f3a53fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 21.554165] [f3a53fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 21.563330] [f3a53ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 21.572425]
[ 21.581286] Allocated by task 109 on cpu 0 at 21.406533s:
[ 21.590264] kasan_save_stack+0x44/0x74
[ 21.599218] kasan_save_track+0x20/0x40
[ 21.608050] kasan_save_alloc_info+0x48/0x60
[ 21.616930] poison_kmalloc_redzone+0x84/0xa4
[ 21.625849] __kasan_kmalloc+0x54/0x78
[ 21.634721] kmalloc_trace+0x1b4/0x288
[ 21.643558] krealloc_uaf+0x8c/0x300
[ 21.652440] kunit_try_run_case+0x120/0x554
[ 21.661252] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 21.670201] kthread+0x1f0/0x340
[ 21.679002] start_kernel_thread+0x10/0x14
[ 21.687727]
[ 21.696558] Freed by task 109 on cpu 0 at 21.406538s:
[ 21.705184] kasan_save_stack+0x44/0x74
[ 21.713682] kasan_save_track+0x20/0x40
[ 21.722076] kasan_save_free_info+0x54/0x70
[ 21.730380] poison_slab_object+0xec/0x148
[ 21.738646] __kasan_slab_free+0x20/0x50
[ 21.746927] kfree+0x94/0x1fc
[ 21.755140] krealloc_uaf+0xac/0x300
[ 21.763321] kunit_try_run_case+0x120/0x554
[ 21.771517] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 21.779748] kthread+0x1f0/0x340
[ 21.787908] start_kernel_thread+0x10/0x14
[ 21.796039]
[ 21.804064] The buggy address belongs to the object at c4d65300
[ 21.804064] which belongs to the cache kmalloc-rnd-09-256 of size 256
[ 21.820465] The buggy address is located 0 bytes inside of
[ 21.820465] freed 256-byte region [c4d65300, c4d65400)
[ 21.836641]
[ 21.844563] The buggy address belongs to the physical page:
[ 21.852814] page: refcount:1 mapcount:0 mapping:00000000 index:0xc4d66800 pfn:0x4d64
[ 21.860978] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 21.869123] flags: 0xa40(workingset|slab|head|zone=0)
[ 21.877207] page_type: 0xffffffff()
[ 21.885244] raw: 00000a40 c2013e20 c2012f34 c2012f34 c4d66800 0001002a ffffffff 00000001
[ 21.893465] raw: 00000000
[ 21.901551] head: 00000a40 c2013e20 c2012f34 c2012f34 c4d66800 0001002a ffffffff 00000001
[ 21.909878] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 21.918238] head: 00000000 00000000
[ 21.926436] page dumped because: kasan: bad access detected
[ 21.934801]
[ 21.943219] Memory state around the buggy address:
[ 21.951636] c4d65200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 21.960137] c4d65280: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 21.968631] >c4d65300: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 21.977160] ^
[ 21.985347] c4d65380: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 21.993589] c4d65400: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 22.001701] ==================================================================
[ 22.010596] ==================================================================
[ 22.018690] BUG: KASAN: slab-use-after-free in krealloc_uaf+0x2d0/0x300
[ 22.026730] Read of size 1 at addr c4d65300 by task kunit_try_catch/109
[ 22.034699]
[ 22.042757] CPU: 0 PID: 109 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 22.050867] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 22.059035] Call Trace:
[ 22.067071] [f3a53de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 22.075329] [f3a53e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 22.083574] [f3a53e60] [c04d729c] kasan_report+0xd8/0x13c
[ 22.091810] [f3a53ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 22.100267] [f3a53ef0] [c04db4ec] krealloc_uaf+0x2d0/0x300
[ 22.108535] [f3a53f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 22.116772] [f3a53fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 22.125067] [f3a53fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 22.133292] [f3a53ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 22.141537]
[ 22.149627] Allocated by task 109 on cpu 0 at 21.406533s:
[ 22.157925] kasan_save_stack+0x44/0x74
[ 22.166235] kasan_save_track+0x20/0x40
[ 22.174576] kasan_save_alloc_info+0x48/0x60
[ 22.182805] poison_kmalloc_redzone+0x84/0xa4
[ 22.191049] __kasan_kmalloc+0x54/0x78
[ 22.199296] kmalloc_trace+0x1b4/0x288
[ 22.207519] krealloc_uaf+0x8c/0x300
[ 22.215704] kunit_try_run_case+0x120/0x554
[ 22.224045] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 22.232297] kthread+0x1f0/0x340
[ 22.240503] start_kernel_thread+0x10/0x14
[ 22.248726]
[ 22.256819] Freed by task 109 on cpu 0 at 21.406538s:
[ 22.265103] kasan_save_stack+0x44/0x74
[ 22.273415] kasan_save_track+0x20/0x40
[ 22.281661] kasan_save_free_info+0x54/0x70
[ 22.289995] poison_slab_object+0xec/0x148
[ 22.298237] __kasan_slab_free+0x20/0x50
[ 22.306480] kfree+0x94/0x1fc
[ 22.314691] krealloc_uaf+0xac/0x300
[ 22.322887] kunit_try_run_case+0x120/0x554
[ 22.331071] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 22.339320] kthread+0x1f0/0x340
[ 22.347692] start_kernel_thread+0x10/0x14
[ 22.355899]
[ 22.363949] The buggy address belongs to the object at c4d65300
[ 22.363949] which belongs to the cache kmalloc-rnd-09-256 of size 256
[ 22.380269] The buggy address is located 0 bytes inside of
[ 22.380269] freed 256-byte region [c4d65300, c4d65400)
[ 22.396635]
[ 22.404641] The buggy address belongs to the physical page:
[ 22.412705] page: refcount:1 mapcount:0 mapping:00000000 index:0xc4d66800 pfn:0x4d64
[ 22.421000] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 22.429228] flags: 0xa40(workingset|slab|head|zone=0)
[ 22.437373] page_type: 0xffffffff()
[ 22.445433] raw: 00000a40 c2013e20 c2012f34 c2012f34 c4d66800 0001002a ffffffff 00000001
[ 22.453636] raw: 00000000
[ 22.461690] head: 00000a40 c2013e20 c2012f34 c2012f34 c4d66800 0001002a ffffffff 00000001
[ 22.469957] head: 00000000 00000002 eee86211 eee86238 ffffffff 00000000 00000000 ffffffff
[ 22.478232] head: 00000000 00000000
[ 22.486371] page dumped because: kasan: bad access detected
[ 22.494610]
[ 22.502838] Memory state around the buggy address:
[ 22.511102] c4d65200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 22.519505] c4d65280: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 22.527799] >c4d65300: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 22.536132] ^
[ 22.544311] c4d65380: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 22.552539] c4d65400: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 22.560802] ==================================================================
[ 22.571531] ok 14 krealloc_uaf
[ 22.572041] ==================================================================
[ 22.588700] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_16+0x13c/0x2e8
[ 22.597101] Write of size 16 at addr c3cfd190 by task kunit_try_catch/111
[ 22.605443]
[ 22.613627] CPU: 0 PID: 111 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 22.622099] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 22.630734] Call Trace:
[ 22.639114] [f3a5bdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 22.647690] [f3a5bdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 22.656319] [f3a5be30] [c04d729c] kasan_report+0xd8/0x13c
[ 22.664816] [f3a5beb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 22.673275] [f3a5bed0] [c04d9130] __asan_memcpy+0x64/0xa8
[ 22.681674] [f3a5bef0] [c04db658] kmalloc_oob_16+0x13c/0x2e8
[ 22.690064] [f3a5bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 22.698434] [f3a5bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 22.706858] [f3a5bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 22.715242] [f3a5bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 22.723727]
[ 22.732142] Allocated by task 111 on cpu 0 at 22.572026s:
[ 22.740704] kasan_save_stack+0x44/0x74
[ 22.749244] kasan_save_track+0x20/0x40
[ 22.757904] kasan_save_alloc_info+0x48/0x60
[ 22.766407] poison_kmalloc_redzone+0x84/0xa4
[ 22.775011] __kasan_kmalloc+0x54/0x78
[ 22.783482] kmalloc_trace+0x1b4/0x288
[ 22.791892] kmalloc_oob_16+0x94/0x2e8
[ 22.800256] kunit_try_run_case+0x120/0x554
[ 22.808638] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 22.817069] kthread+0x1f0/0x340
[ 22.825431] start_kernel_thread+0x10/0x14
[ 22.833875]
[ 22.842255] The buggy address belongs to the object at c3cfd190
[ 22.842255] which belongs to the cache kmalloc-rnd-09-16 of size 16
[ 22.859365] The buggy address is located 0 bytes inside of
[ 22.859365] allocated 13-byte region [c3cfd190, c3cfd19d)
[ 22.876643]
[ 22.885238] The buggy address belongs to the physical page:
[ 22.893964] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3cfd550 pfn:0x3cfd
[ 22.902822] flags: 0xa00(workingset|slab|zone=0)
[ 22.911794] page_type: 0xffffffff()
[ 22.920821] raw: 00000a00 c2013820 c2012c34 c2012c34 c3cfd550 00150054 ffffffff 00000001
[ 22.929890] raw: 00000000
[ 22.938784] page dumped because: kasan: bad access detected
[ 22.947740]
[ 22.956579] Memory state around the buggy address:
[ 22.965516] c3cfd080: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 22.974536] c3cfd100: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 22.983379] >c3cfd180: fc fc 00 05 fc fc fc fc fc fc fc fc fc fc fc fc
[ 22.992068] ^
[ 23.000623] c3cfd200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 23.009281] c3cfd280: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 23.017776] ==================================================================
[ 23.028235] ok 15 kmalloc_oob_16
[ 23.028920] ==================================================================
[ 23.046189] BUG: KASAN: slab-use-after-free in kmalloc_uaf_16+0x144/0x2e8
[ 23.054862] Read of size 16 at addr c3cfdf70 by task kunit_try_catch/113
[ 23.063536]
[ 23.072061] CPU: 0 PID: 113 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 23.080927] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 23.089987] Call Trace:
[ 23.098784] [f3a6bdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 23.107838] [f3a6bdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 23.116854] [f3a6be30] [c04d729c] kasan_report+0xd8/0x13c
[ 23.125808] [f3a6beb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 23.134788] [f3a6bed0] [c04d9114] __asan_memcpy+0x48/0xa8
[ 23.143664] [f3a6bef0] [c04db948] kmalloc_uaf_16+0x144/0x2e8
[ 23.152554] [f3a6bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 23.161295] [f3a6bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 23.170005] [f3a6bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 23.178780] [f3a6bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 23.187378]
[ 23.195773] Allocated by task 113 on cpu 0 at 23.028912s:
[ 23.204193] kasan_save_stack+0x44/0x74
[ 23.212562] kasan_save_track+0x20/0x40
[ 23.220801] kasan_save_alloc_info+0x48/0x60
[ 23.228988] poison_kmalloc_redzone+0x84/0xa4
[ 23.237203] __kasan_kmalloc+0x54/0x78
[ 23.245422] kmalloc_trace+0x1b4/0x288
[ 23.253614] kmalloc_uaf_16+0x104/0x2e8
[ 23.261782] kunit_try_run_case+0x120/0x554
[ 23.270051] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 23.278259] kthread+0x1f0/0x340
[ 23.286363] start_kernel_thread+0x10/0x14
[ 23.294481]
[ 23.302616] Freed by task 113 on cpu 0 at 23.028915s:
[ 23.310712] kasan_save_stack+0x44/0x74
[ 23.318772] kasan_save_track+0x20/0x40
[ 23.326825] kasan_save_free_info+0x54/0x70
[ 23.334891] poison_slab_object+0xec/0x148
[ 23.342948] __kasan_slab_free+0x20/0x50
[ 23.350992] kfree+0x94/0x1fc
[ 23.359014] kmalloc_uaf_16+0x124/0x2e8
[ 23.367100] kunit_try_run_case+0x120/0x554
[ 23.375203] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 23.383444] kthread+0x1f0/0x340
[ 23.391521] start_kernel_thread+0x10/0x14
[ 23.399620]
[ 23.407617] The buggy address belongs to the object at c3cfdf70
[ 23.407617] which belongs to the cache kmalloc-rnd-09-16 of size 16
[ 23.423857] The buggy address is located 0 bytes inside of
[ 23.423857] freed 16-byte region [c3cfdf70, c3cfdf80)
[ 23.440042]
[ 23.448031] The buggy address belongs to the physical page:
[ 23.456306] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3cfd4f0 pfn:0x3cfd
[ 23.464483] flags: 0xa00(workingset|slab|zone=0)
[ 23.472553] page_type: 0xffffffff()
[ 23.480589] raw: 00000a00 c2013820 c2012c34 c2012c34 c3cfd4f0 00170054 ffffffff 00000001
[ 23.488757] raw: 00000000
[ 23.496750] page dumped because: kasan: bad access detected
[ 23.504832]
[ 23.512904] Memory state around the buggy address:
[ 23.520994] c3cfde00: fc fc fc fc fc fc fc fc fc fc 00 03 fc fc fc fc
[ 23.529132] c3cfde80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 23.537275] >c3cfdf00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fa fb
[ 23.545410] ^
[ 23.553541] c3cfdf80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 23.561676] c3cfe000: fc 00 00 00 00 00 00 00 00 00 00 00 fc fc fc fc
[ 23.569857] ==================================================================
[ 23.579691] ok 16 kmalloc_uaf_16
[ 23.580343] ==================================================================
[ 23.596680] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_in_memset+0xcc/0x1fc
[ 23.604915] Write of size 128 at addr c34b4680 by task kunit_try_catch/115
[ 23.613141]
[ 23.621194] CPU: 0 PID: 115 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 23.629614] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 23.637807] Call Trace:
[ 23.645872] [f3a7bdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 23.654102] [f3a7bdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 23.662281] [f3a7be30] [c04d729c] kasan_report+0xd8/0x13c
[ 23.670457] [f3a7beb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 23.678650] [f3a7bed0] [c04d8fe8] __asan_memset+0x34/0x70
[ 23.686829] [f3a7bef0] [c04dbbb8] kmalloc_oob_in_memset+0xcc/0x1fc
[ 23.695038] [f3a7bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 23.703422] [f3a7bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 23.711690] [f3a7bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 23.719879] [f3a7bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 23.728095]
[ 23.736162] Allocated by task 115 on cpu 0 at 23.580339s:
[ 23.744464] kasan_save_stack+0x44/0x74
[ 23.752631] kasan_save_track+0x20/0x40
[ 23.760788] kasan_save_alloc_info+0x48/0x60
[ 23.768958] poison_kmalloc_redzone+0x84/0xa4
[ 23.777125] __kasan_kmalloc+0x54/0x78
[ 23.785270] kmalloc_trace+0x1b4/0x288
[ 23.793416] kmalloc_oob_in_memset+0x8c/0x1fc
[ 23.801593] kunit_try_run_case+0x120/0x554
[ 23.809776] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 23.817996] kthread+0x1f0/0x340
[ 23.826309] start_kernel_thread+0x10/0x14
[ 23.834496]
[ 23.842582] The buggy address belongs to the object at c34b4680
[ 23.842582] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 23.859069] The buggy address is located 0 bytes inside of
[ 23.859069] allocated 120-byte region [c34b4680, c34b46f8)
[ 23.875950]
[ 23.884311] The buggy address belongs to the physical page:
[ 23.892818] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5a00 pfn:0x34b4
[ 23.901493] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 23.910238] flags: 0xa40(workingset|slab|head|zone=0)
[ 23.919006] page_type: 0xffffffff()
[ 23.927740] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5a00 000e002a ffffffff 00000001
[ 23.936675] raw: 00000000
[ 23.945514] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5a00 000e002a ffffffff 00000001
[ 23.954622] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 23.963742] head: 00000000 00000000
[ 23.972707] page dumped because: kasan: bad access detected
[ 23.981721]
[ 23.990791] Memory state around the buggy address:
[ 23.999894] c34b4580: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.008984] c34b4600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.017900] >c34b4680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fc
[ 24.026710] ^
[ 24.035535] c34b4700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.044294] c34b4780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.052915] ==================================================================
[ 24.062896] ok 17 kmalloc_oob_in_memset
[ 24.063654] ==================================================================
[ 24.081231] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_memset_2+0xd8/0x20c
[ 24.090165] Write of size 2 at addr c34b5a77 by task kunit_try_catch/117
[ 24.099224]
[ 24.108215] CPU: 0 PID: 117 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 24.117533] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 24.127081] Call Trace:
[ 24.136302] [f3a8bdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 24.145659] [f3a8bdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 24.154916] [f3a8be30] [c04d729c] kasan_report+0xd8/0x13c
[ 24.164047] [f3a8beb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 24.173081] [f3a8bed0] [c04d8fe8] __asan_memset+0x34/0x70
[ 24.182018] [f3a8bef0] [c04dbdc0] kmalloc_oob_memset_2+0xd8/0x20c
[ 24.190927] [f3a8bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 24.199768] [f3a8bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 24.208564] [f3a8bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 24.217301] [f3a8bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 24.226009]
[ 24.234824] Allocated by task 117 on cpu 0 at 24.063651s:
[ 24.243585] kasan_save_stack+0x44/0x74
[ 24.252436] kasan_save_track+0x20/0x40
[ 24.261288] kasan_save_alloc_info+0x48/0x60
[ 24.269954] poison_kmalloc_redzone+0x84/0xa4
[ 24.278596] __kasan_kmalloc+0x54/0x78
[ 24.287186] kmalloc_trace+0x1b4/0x288
[ 24.295701] kmalloc_oob_memset_2+0x90/0x20c
[ 24.304209] kunit_try_run_case+0x120/0x554
[ 24.312674] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 24.321177] kthread+0x1f0/0x340
[ 24.329618] start_kernel_thread+0x10/0x14
[ 24.338139]
[ 24.346595] The buggy address belongs to the object at c34b5a00
[ 24.346595] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 24.363866] The buggy address is located 119 bytes inside of
[ 24.363866] allocated 120-byte region [c34b5a00, c34b5a78)
[ 24.381360]
[ 24.390153] The buggy address belongs to the physical page:
[ 24.398989] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5d00 pfn:0x34b4
[ 24.407946] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 24.416962] flags: 0xa40(workingset|slab|head|zone=0)
[ 24.426168] page_type: 0xffffffff()
[ 24.435162] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5d00 000f002a ffffffff 00000001
[ 24.444324] raw: 00000000
[ 24.453328] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5d00 000f002a ffffffff 00000001
[ 24.462559] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 24.471803] head: 00000000 00000000
[ 24.480916] page dumped because: kasan: bad access detected
[ 24.490035]
[ 24.498965] Memory state around the buggy address:
[ 24.507939] c34b5900: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.517101] c34b5980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.525994] >c34b5a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fc
[ 24.534813] ^
[ 24.543578] c34b5a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.552316] c34b5b00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.561105] ==================================================================
[ 24.571077] ok 18 kmalloc_oob_memset_2
[ 24.571809] ==================================================================
[ 24.589386] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_memset_4+0xd8/0x20c
[ 24.598320] Write of size 4 at addr c34b5d75 by task kunit_try_catch/119
[ 24.607376]
[ 24.616305] CPU: 0 PID: 119 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 24.625559] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 24.634787] Call Trace:
[ 24.644102] [f3a9bdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 24.653460] [f3a9bdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 24.662710] [f3a9be30] [c04d729c] kasan_report+0xd8/0x13c
[ 24.671833] [f3a9beb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 24.680861] [f3a9bed0] [c04d8fe8] __asan_memset+0x34/0x70
[ 24.689788] [f3a9bef0] [c04dbfcc] kmalloc_oob_memset_4+0xd8/0x20c
[ 24.698862] [f3a9bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 24.707703] [f3a9bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 24.716492] [f3a9bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 24.725219] [f3a9bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 24.733915]
[ 24.742471] Allocated by task 119 on cpu 0 at 24.571805s:
[ 24.751204] kasan_save_stack+0x44/0x74
[ 24.759941] kasan_save_track+0x20/0x40
[ 24.768707] kasan_save_alloc_info+0x48/0x60
[ 24.777353] poison_kmalloc_redzone+0x84/0xa4
[ 24.785978] __kasan_kmalloc+0x54/0x78
[ 24.794560] kmalloc_trace+0x1b4/0x288
[ 24.803068] kmalloc_oob_memset_4+0x90/0x20c
[ 24.811568] kunit_try_run_case+0x120/0x554
[ 24.820020] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 24.828678] kthread+0x1f0/0x340
[ 24.837116] start_kernel_thread+0x10/0x14
[ 24.845628]
[ 24.854072] The buggy address belongs to the object at c34b5d00
[ 24.854072] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 24.871316] The buggy address is located 117 bytes inside of
[ 24.871316] allocated 120-byte region [c34b5d00, c34b5d78)
[ 24.888783]
[ 24.897467] The buggy address belongs to the physical page:
[ 24.906387] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5280 pfn:0x34b4
[ 24.915340] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 24.924352] flags: 0xa40(workingset|slab|head|zone=0)
[ 24.933384] page_type: 0xffffffff()
[ 24.942364] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5280 0010002a ffffffff 00000001
[ 24.951521] raw: 00000000
[ 24.960519] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5280 0010002a ffffffff 00000001
[ 24.969740] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 24.978978] head: 00000000 00000000
[ 24.988083] page dumped because: kasan: bad access detected
[ 24.997356]
[ 25.006290] Memory state around the buggy address:
[ 25.015274] c34b5c00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.024345] c34b5c80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.033345] >c34b5d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fc
[ 25.042176] ^
[ 25.050956] c34b5d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.059706] c34b5e00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.068332] ==================================================================
[ 25.079119] ok 19 kmalloc_oob_memset_4
[ 25.079769] ==================================================================
[ 25.097361] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_memset_8+0xd8/0x20c
[ 25.106289] Write of size 8 at addr c34b52f1 by task kunit_try_catch/121
[ 25.115523]
[ 25.124466] CPU: 0 PID: 121 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 25.133727] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 25.143057] Call Trace:
[ 25.152262] [f3aabdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 25.161608] [f3aabdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 25.170852] [f3aabe30] [c04d729c] kasan_report+0xd8/0x13c
[ 25.179975] [f3aabeb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 25.189001] [f3aabed0] [c04d8fe8] __asan_memset+0x34/0x70
[ 25.197928] [f3aabef0] [c04dc1d8] kmalloc_oob_memset_8+0xd8/0x20c
[ 25.206834] [f3aabf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 25.215677] [f3aabfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 25.224472] [f3aabfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 25.233205] [f3aabff0] [c002d304] start_kernel_thread+0x10/0x14
[ 25.241913]
[ 25.250648] Allocated by task 121 on cpu 0 at 25.079766s:
[ 25.259408] kasan_save_stack+0x44/0x74
[ 25.268282] kasan_save_track+0x20/0x40
[ 25.276967] kasan_save_alloc_info+0x48/0x60
[ 25.285618] poison_kmalloc_redzone+0x84/0xa4
[ 25.294257] __kasan_kmalloc+0x54/0x78
[ 25.302845] kmalloc_trace+0x1b4/0x288
[ 25.311367] kmalloc_oob_memset_8+0x90/0x20c
[ 25.319880] kunit_try_run_case+0x120/0x554
[ 25.328350] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 25.336856] kthread+0x1f0/0x340
[ 25.345296] start_kernel_thread+0x10/0x14
[ 25.353819]
[ 25.362523] The buggy address belongs to the object at c34b5280
[ 25.362523] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 25.380343] The buggy address is located 113 bytes inside of
[ 25.380343] allocated 120-byte region [c34b5280, c34b52f8)
[ 25.397849]
[ 25.406651] The buggy address belongs to the physical page:
[ 25.415653] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b4080 pfn:0x34b4
[ 25.424622] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 25.433644] flags: 0xa40(workingset|slab|head|zone=0)
[ 25.442684] page_type: 0xffffffff()
[ 25.451670] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b4080 0011002a ffffffff 00000001
[ 25.460835] raw: 00000000
[ 25.469841] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b4080 0011002a ffffffff 00000001
[ 25.479072] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 25.488314] head: 00000000 00000000
[ 25.497424] page dumped because: kasan: bad access detected
[ 25.506535]
[ 25.515468] Memory state around the buggy address:
[ 25.524452] c34b5180: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.533621] c34b5200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.542531] >c34b5280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fc
[ 25.551526] ^
[ 25.560312] c34b5300: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.569069] c34b5380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.577700] ==================================================================
[ 25.587736] ok 20 kmalloc_oob_memset_8
[ 25.588299] ==================================================================
[ 25.605875] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_memset_16+0xd8/0x20c
[ 25.614805] Write of size 16 at addr c34b40e9 by task kunit_try_catch/123
[ 25.623860]
[ 25.632789] CPU: 0 PID: 123 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 25.642045] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 25.651272] Call Trace:
[ 25.660588] [f3ab3db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 25.669951] [f3ab3dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 25.679200] [f3ab3e30] [c04d729c] kasan_report+0xd8/0x13c
[ 25.688491] [f3ab3eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 25.697536] [f3ab3ed0] [c04d8fe8] __asan_memset+0x34/0x70
[ 25.706472] [f3ab3ef0] [c04dc3e4] kmalloc_oob_memset_16+0xd8/0x20c
[ 25.715386] [f3ab3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 25.724235] [f3ab3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 25.733032] [f3ab3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 25.741772] [f3ab3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 25.750482]
[ 25.759053] Allocated by task 123 on cpu 0 at 25.588295s:
[ 25.767796] kasan_save_stack+0x44/0x74
[ 25.776543] kasan_save_track+0x20/0x40
[ 25.785322] kasan_save_alloc_info+0x48/0x60
[ 25.793982] poison_kmalloc_redzone+0x84/0xa4
[ 25.802613] __kasan_kmalloc+0x54/0x78
[ 25.811198] kmalloc_trace+0x1b4/0x288
[ 25.819881] kmalloc_oob_memset_16+0x90/0x20c
[ 25.828399] kunit_try_run_case+0x120/0x554
[ 25.836865] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 25.845368] kthread+0x1f0/0x340
[ 25.853808] start_kernel_thread+0x10/0x14
[ 25.862329]
[ 25.870785] The buggy address belongs to the object at c34b4080
[ 25.870785] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 25.888046] The buggy address is located 105 bytes inside of
[ 25.888046] allocated 120-byte region [c34b4080, c34b40f8)
[ 25.905524]
[ 25.914219] The buggy address belongs to the physical page:
[ 25.923152] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5880 pfn:0x34b4
[ 25.932123] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 25.941150] flags: 0xa40(workingset|slab|head|zone=0)
[ 25.950197] page_type: 0xffffffff()
[ 25.959193] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5880 0012002a ffffffff 00000001
[ 25.968363] raw: 00000000
[ 25.977374] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5880 0012002a ffffffff 00000001
[ 25.986775] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 25.996036] head: 00000000 00000000
[ 26.005150] page dumped because: kasan: bad access detected
[ 26.014278]
[ 26.023225] Memory state around the buggy address:
[ 26.032219] c34b3f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.041297] c34b4000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.050308] >c34b4080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fc
[ 26.059158] ^
[ 26.067952] c34b4100: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.076712] c34b4180: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.085349] ==================================================================
[ 26.095336] ok 21 kmalloc_oob_memset_16
[ 26.095973] ==================================================================
[ 26.113556] BUG: KASAN: out-of-bounds in kmalloc_memmove_negative_size+0xe0/0x214
[ 26.122684] Read of size 4294967294 at addr c2b1c344 by task kunit_try_catch/125
[ 26.131793]
[ 26.140765] CPU: 0 PID: 125 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 26.150061] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 26.159322] Call Trace:
[ 26.168558] [f3ac3db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 26.178044] [f3ac3dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 26.187336] [f3ac3e30] [c04d729c] kasan_report+0xd8/0x13c
[ 26.196497] [f3ac3eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 26.205560] [f3ac3ed0] [c04d906c] __asan_memmove+0x48/0xa8
[ 26.214537] [f3ac3ef0] [c04dc5f8] kmalloc_memmove_negative_size+0xe0/0x214
[ 26.223534] [f3ac3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 26.232454] [f3ac3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 26.241322] [f3ac3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 26.250133] [f3ac3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 26.259079]
[ 26.267732] Allocated by task 125 on cpu 0 at 26.095969s:
[ 26.276555] kasan_save_stack+0x44/0x74
[ 26.285381] kasan_save_track+0x20/0x40
[ 26.294132] kasan_save_alloc_info+0x48/0x60
[ 26.302954] poison_kmalloc_redzone+0x84/0xa4
[ 26.311666] __kasan_kmalloc+0x54/0x78
[ 26.320328] kmalloc_trace+0x1b4/0x288
[ 26.328919] kmalloc_memmove_negative_size+0x90/0x214
[ 26.337550] kunit_try_run_case+0x120/0x554
[ 26.346130] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 26.354750] kthread+0x1f0/0x340
[ 26.363304] start_kernel_thread+0x10/0x14
[ 26.371941]
[ 26.380514] The buggy address belongs to the object at c2b1c340
[ 26.380514] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 26.397999] The buggy address is located 4 bytes inside of
[ 26.397999] 64-byte region [c2b1c340, c2b1c380)
[ 26.415788]
[ 26.424561] The buggy address belongs to the physical page:
[ 26.433707] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c700 pfn:0x2b1c
[ 26.442846] flags: 0xa00(workingset|slab|zone=0)
[ 26.451898] page_type: 0xffffffff()
[ 26.460923] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c700 000e002a ffffffff 00000001
[ 26.470148] raw: 00000000
[ 26.479202] page dumped because: kasan: bad access detected
[ 26.488316]
[ 26.497304] Memory state around the buggy address:
[ 26.506375] c2b1c200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.515531] c2b1c280: fa fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc
[ 26.524530] >c2b1c300: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 00 00
[ 26.533418] ^
[ 26.542215] c2b1c380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.551239] c2b1c400: 00 00 00 00 00 00 00 03 fc fc fc fc fc fc fc fc
[ 26.559976] ==================================================================
[ 26.570735] ok 22 kmalloc_memmove_negative_size
[ 26.571563] ==================================================================
[ 26.589139] BUG: KASAN: slab-out-of-bounds in kmalloc_memmove_invalid_size+0xe0/0x214
[ 26.598081] Read of size 64 at addr c2b1c704 by task kunit_try_catch/127
[ 26.607034]
[ 26.615835] CPU: 0 PID: 127 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 26.624986] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 26.634085] Call Trace:
[ 26.643153] [f3ad3db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 26.652457] [f3ad3dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 26.661724] [f3ad3e30] [c04d729c] kasan_report+0xd8/0x13c
[ 26.670934] [f3ad3eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 26.680216] [f3ad3ed0] [c04d906c] __asan_memmove+0x48/0xa8
[ 26.689572] [f3ad3ef0] [c04dc80c] kmalloc_memmove_invalid_size+0xe0/0x214
[ 26.698835] [f3ad3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 26.707933] [f3ad3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 26.716990] [f3ad3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 26.725926] [f3ad3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 26.734826]
[ 26.743530] Allocated by task 127 on cpu 0 at 26.571559s:
[ 26.752271] kasan_save_stack+0x44/0x74
[ 26.760960] kasan_save_track+0x20/0x40
[ 26.769518] kasan_save_alloc_info+0x48/0x60
[ 26.778022] poison_kmalloc_redzone+0x84/0xa4
[ 26.786556] __kasan_kmalloc+0x54/0x78
[ 26.795093] kmalloc_trace+0x1b4/0x288
[ 26.803599] kmalloc_memmove_invalid_size+0x90/0x214
[ 26.812118] kunit_try_run_case+0x120/0x554
[ 26.820852] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 26.829378] kthread+0x1f0/0x340
[ 26.837803] start_kernel_thread+0x10/0x14
[ 26.846241]
[ 26.854534] The buggy address belongs to the object at c2b1c700
[ 26.854534] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 26.871412] The buggy address is located 4 bytes inside of
[ 26.871412] allocated 64-byte region [c2b1c700, c2b1c740)
[ 26.888560]
[ 26.897088] The buggy address belongs to the physical page:
[ 26.905761] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c100 pfn:0x2b1c
[ 26.914617] flags: 0xa00(workingset|slab|zone=0)
[ 26.923472] page_type: 0xffffffff()
[ 26.932291] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c100 000f002a ffffffff 00000001
[ 26.941328] raw: 00000000
[ 26.950218] page dumped because: kasan: bad access detected
[ 26.959339]
[ 26.968272] Memory state around the buggy address:
[ 26.977284] c2b1c600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.986545] c2b1c680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.995501] >c2b1c700: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 27.004390] ^
[ 27.013248] c2b1c780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 27.022168] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 27.030908] ==================================================================
[ 27.041300] ok 23 kmalloc_memmove_invalid_size
[ 27.042096] ==================================================================
[ 27.059749] BUG: KASAN: slab-use-after-free in kmalloc_uaf+0x1d4/0x21c
[ 27.068600] Read of size 1 at addr c3cfd4f8 by task kunit_try_catch/129
[ 27.077585]
[ 27.086319] CPU: 0 PID: 129 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 27.095397] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 27.104415] Call Trace:
[ 27.113590] [f3ae3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 27.122864] [f3ae3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 27.132095] [f3ae3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 27.141262] [f3ae3ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 27.150534] [f3ae3ef0] [c04dcb14] kmalloc_uaf+0x1d4/0x21c
[ 27.159699] [f3ae3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 27.168810] [f3ae3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 27.177899] [f3ae3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 27.186852] [f3ae3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 27.195735]
[ 27.204532] Allocated by task 129 on cpu 0 at 27.042088s:
[ 27.213297] kasan_save_stack+0x44/0x74
[ 27.221920] kasan_save_track+0x20/0x40
[ 27.230448] kasan_save_alloc_info+0x48/0x60
[ 27.238891] poison_kmalloc_redzone+0x84/0xa4
[ 27.247465] __kasan_kmalloc+0x54/0x78
[ 27.255896] kmalloc_trace+0x1b4/0x288
[ 27.264321] kmalloc_uaf+0x8c/0x21c
[ 27.272698] kunit_try_run_case+0x120/0x554
[ 27.281075] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 27.289467] kthread+0x1f0/0x340
[ 27.297787] start_kernel_thread+0x10/0x14
[ 27.306080]
[ 27.314273] Freed by task 129 on cpu 0 at 27.042092s:
[ 27.322651] kasan_save_stack+0x44/0x74
[ 27.330914] kasan_save_track+0x20/0x40
[ 27.339087] kasan_save_free_info+0x54/0x70
[ 27.347294] poison_slab_object+0xec/0x148
[ 27.355532] __kasan_slab_free+0x20/0x50
[ 27.363759] kfree+0x94/0x1fc
[ 27.372106] kmalloc_uaf+0xac/0x21c
[ 27.380313] kunit_try_run_case+0x120/0x554
[ 27.388533] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 27.396779] kthread+0x1f0/0x340
[ 27.404968] start_kernel_thread+0x10/0x14
[ 27.413152]
[ 27.421245] The buggy address belongs to the object at c3cfd4f0
[ 27.421245] which belongs to the cache kmalloc-rnd-09-16 of size 16
[ 27.437751] The buggy address is located 8 bytes inside of
[ 27.437751] freed 16-byte region [c3cfd4f0, c3cfd500)
[ 27.454304]
[ 27.462415] The buggy address belongs to the physical page:
[ 27.470648] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3cfdaf0 pfn:0x3cfd
[ 27.479050] flags: 0xa00(workingset|slab|zone=0)
[ 27.487351] page_type: 0xffffffff()
[ 27.495529] raw: 00000a00 c2013820 c2012c34 c2012c34 c3cfdaf0 00180054 ffffffff 00000001
[ 27.503927] raw: 00000000
[ 27.512111] page dumped because: kasan: bad access detected
[ 27.520596]
[ 27.528868] Memory state around the buggy address:
[ 27.537066] c3cfd380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 27.545355] c3cfd400: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 27.553531] >c3cfd480: fc fc 00 02 fc fc fc fc fc fc fc fc fc fc fa fb
[ 27.561727] ^
[ 27.570085] c3cfd500: fc fc fc fc fc fc fc fc fc fc fa fb fc fc fc fc
[ 27.578346] c3cfd580: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 27.586510] ==================================================================
[ 27.596732] ok 24 kmalloc_uaf
[ 27.597416] ==================================================================
[ 27.614073] BUG: KASAN: slab-use-after-free in kmalloc_uaf_memset+0xd0/0x1f8
[ 27.622474] Write of size 33 at addr c2b1c100 by task kunit_try_catch/131
[ 27.630837]
[ 27.639011] CPU: 0 PID: 131 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 27.647489] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 27.656048] Call Trace:
[ 27.664230] [f3af3db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 27.672606] [f3af3dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 27.680900] [f3af3e30] [c04d729c] kasan_report+0xd8/0x13c
[ 27.689220] [f3af3eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 27.697473] [f3af3ed0] [c04d8fe8] __asan_memset+0x34/0x70
[ 27.705682] [f3af3ef0] [c04dcc2c] kmalloc_uaf_memset+0xd0/0x1f8
[ 27.713875] [f3af3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 27.722071] [f3af3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 27.730302] [f3af3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 27.738463] [f3af3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 27.746653]
[ 27.754691] Allocated by task 131 on cpu 0 at 27.597409s:
[ 27.762858] kasan_save_stack+0x44/0x74
[ 27.770986] kasan_save_track+0x20/0x40
[ 27.779275] kasan_save_alloc_info+0x48/0x60
[ 27.787422] poison_kmalloc_redzone+0x84/0xa4
[ 27.795566] __kasan_kmalloc+0x54/0x78
[ 27.803786] kmalloc_trace+0x1b4/0x288
[ 27.811912] kmalloc_uaf_memset+0x8c/0x1f8
[ 27.820055] kunit_try_run_case+0x120/0x554
[ 27.828195] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 27.836369] kthread+0x1f0/0x340
[ 27.844468] start_kernel_thread+0x10/0x14
[ 27.852597]
[ 27.860632] Freed by task 131 on cpu 0 at 27.597412s:
[ 27.868788] kasan_save_stack+0x44/0x74
[ 27.876911] kasan_save_track+0x20/0x40
[ 27.885030] kasan_save_free_info+0x54/0x70
[ 27.893167] poison_slab_object+0xec/0x148
[ 27.901463] __kasan_slab_free+0x20/0x50
[ 27.909599] kfree+0x94/0x1fc
[ 27.917791] kmalloc_uaf_memset+0xac/0x1f8
[ 27.925942] kunit_try_run_case+0x120/0x554
[ 27.934087] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 27.942273] kthread+0x1f0/0x340
[ 27.950386] start_kernel_thread+0x10/0x14
[ 27.958528]
[ 27.966571] The buggy address belongs to the object at c2b1c100
[ 27.966571] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 27.982891] The buggy address is located 0 bytes inside of
[ 27.982891] freed 64-byte region [c2b1c100, c2b1c140)
[ 27.999155]
[ 28.007195] The buggy address belongs to the physical page:
[ 28.015361] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c4c0 pfn:0x2b1c
[ 28.023586] flags: 0xa00(workingset|slab|zone=0)
[ 28.031716] page_type: 0xffffffff()
[ 28.039817] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c4c0 0010002a ffffffff 00000001
[ 28.048155] raw: 00000000
[ 28.056373] page dumped because: kasan: bad access detected
[ 28.064530]
[ 28.072568] Memory state around the buggy address:
[ 28.080710] c2b1c000: fc fc fc fc fc fc fc fc fa fb fb fb fb fb fb fb
[ 28.088914] c2b1c080: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 28.097116] >c2b1c100: fa fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc
[ 28.105309] ^
[ 28.113384] c2b1c180: fc fc fc fc fc fc fc fc fa fb fb fb fb fb fb fb
[ 28.121581] c2b1c200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 28.129780] ==================================================================
[ 28.139379] ok 25 kmalloc_uaf_memset
[ 28.140167] ==================================================================
[ 28.156575] BUG: KASAN: slab-use-after-free in kmalloc_uaf2+0x2e4/0x354
[ 28.164896] Read of size 1 at addr c2b1c4e8 by task kunit_try_catch/133
[ 28.173082]
[ 28.181245] CPU: 0 PID: 133 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 28.189521] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 28.197665] Call Trace:
[ 28.205712] [f3b03de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 28.213931] [f3b03e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 28.222106] [f3b03e60] [c04d729c] kasan_report+0xd8/0x13c
[ 28.230273] [f3b03ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 28.238533] [f3b03ef0] [c04dd038] kmalloc_uaf2+0x2e4/0x354
[ 28.246767] [f3b03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 28.255031] [f3b03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 28.263358] [f3b03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 28.271633] [f3b03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 28.280001]
[ 28.288132] Allocated by task 133 on cpu 0 at 28.140151s:
[ 28.296357] kasan_save_stack+0x44/0x74
[ 28.304717] kasan_save_track+0x20/0x40
[ 28.312832] kasan_save_alloc_info+0x48/0x60
[ 28.320983] poison_kmalloc_redzone+0x84/0xa4
[ 28.329171] __kasan_kmalloc+0x54/0x78
[ 28.337335] kmalloc_trace+0x1b4/0x288
[ 28.345477] kmalloc_uaf2+0x94/0x354
[ 28.353600] kunit_try_run_case+0x120/0x554
[ 28.361765] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 28.369997] kthread+0x1f0/0x340
[ 28.378177] start_kernel_thread+0x10/0x14
[ 28.386340]
[ 28.394517] Freed by task 133 on cpu 0 at 28.140155s:
[ 28.402732] kasan_save_stack+0x44/0x74
[ 28.410934] kasan_save_track+0x20/0x40
[ 28.419044] kasan_save_free_info+0x54/0x70
[ 28.427355] poison_slab_object+0xec/0x148
[ 28.435539] __kasan_slab_free+0x20/0x50
[ 28.443704] kfree+0x94/0x1fc
[ 28.451833] kmalloc_uaf2+0xb4/0x354
[ 28.459968] kunit_try_run_case+0x120/0x554
[ 28.468132] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 28.476357] kthread+0x1f0/0x340
[ 28.484530] start_kernel_thread+0x10/0x14
[ 28.492690]
[ 28.500760] The buggy address belongs to the object at c2b1c4c0
[ 28.500760] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 28.517324] The buggy address is located 40 bytes inside of
[ 28.517324] freed 64-byte region [c2b1c4c0, c2b1c500)
[ 28.533752]
[ 28.541851] The buggy address belongs to the physical page:
[ 28.550083] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c940 pfn:0x2b1c
[ 28.558485] flags: 0xa00(workingset|slab|zone=0)
[ 28.566784] page_type: 0xffffffff()
[ 28.574964] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c940 0012002a ffffffff 00000001
[ 28.583527] raw: 00000000
[ 28.591728] page dumped because: kasan: bad access detected
[ 28.599977]
[ 28.608071] Memory state around the buggy address:
[ 28.616500] c2b1c380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 28.624801] c2b1c400: 00 00 00 00 00 00 00 03 fc fc fc fc fc fc fc fc
[ 28.633010] >c2b1c480: fc fc fc fc fc fc fc fc fa fb fb fb fb fb fb fb
[ 28.641354] ^
[ 28.649671] c2b1c500: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 28.657993] c2b1c580: fa fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc
[ 28.666234] ==================================================================
[ 28.676097] ok 26 kmalloc_uaf2
[ 28.677190] ok 27 kmalloc_uaf3 # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 28.686713] ==================================================================
[ 28.703807] BUG: KASAN: slab-use-after-free in kfree_sensitive+0x1c/0x64
[ 28.712202] Read of size 1 at addr c3cfdaf0 by task kunit_try_catch/137
[ 28.720555]
[ 28.728732] CPU: 0 PID: 137 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 28.737172] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 28.745490] Call Trace:
[ 28.753782] [f3b1bd90] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 28.762148] [f3b1bdb0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 28.770457] [f3b1be10] [c04d729c] kasan_report+0xd8/0x13c
[ 28.778762] [f3b1be90] [c04d677c] __kasan_check_byte+0x44/0x64
[ 28.787047] [f3b1beb0] [c0413590] ksize+0x2c/0x5c
[ 28.795289] [f3b1bed0] [c041351c] kfree_sensitive+0x1c/0x64
[ 28.803533] [f3b1bef0] [c04dd1e4] kmalloc_double_kzfree+0xc4/0x1f0
[ 28.811785] [f3b1bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 28.820010] [f3b1bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 28.828464] [f3b1bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 28.836685] [f3b1bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 28.844923]
[ 28.853036] Allocated by task 137 on cpu 0 at 28.686703s:
[ 28.861356] kasan_save_stack+0x44/0x74
[ 28.869789] kasan_save_track+0x20/0x40
[ 28.878058] kasan_save_alloc_info+0x48/0x60
[ 28.886306] poison_kmalloc_redzone+0x84/0xa4
[ 28.894574] __kasan_kmalloc+0x54/0x78
[ 28.902856] kmalloc_trace+0x1b4/0x288
[ 28.911125] kmalloc_double_kzfree+0x8c/0x1f0
[ 28.919377] kunit_try_run_case+0x120/0x554
[ 28.927596] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 28.935880] kthread+0x1f0/0x340
[ 28.944126] start_kernel_thread+0x10/0x14
[ 28.952554]
[ 28.960705] Freed by task 137 on cpu 0 at 28.686709s:
[ 28.969034] kasan_save_stack+0x44/0x74
[ 28.977396] kasan_save_track+0x20/0x40
[ 28.985788] kasan_save_free_info+0x54/0x70
[ 28.994077] poison_slab_object+0xec/0x148
[ 29.002360] __kasan_slab_free+0x20/0x50
[ 29.010655] kfree+0x94/0x1fc
[ 29.018917] kfree_sensitive+0x4c/0x64
[ 29.027165] kmalloc_double_kzfree+0xac/0x1f0
[ 29.035400] kunit_try_run_case+0x120/0x554
[ 29.043641] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 29.051940] kthread+0x1f0/0x340
[ 29.060166] start_kernel_thread+0x10/0x14
[ 29.068370]
[ 29.076584] The buggy address belongs to the object at c3cfdaf0
[ 29.076584] which belongs to the cache kmalloc-rnd-09-16 of size 16
[ 29.092986] The buggy address is located 0 bytes inside of
[ 29.092986] freed 16-byte region [c3cfdaf0, c3cfdb00)
[ 29.109341]
[ 29.117406] The buggy address belongs to the physical page:
[ 29.125518] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3cfdb50 pfn:0x3cfd
[ 29.133694] flags: 0xa00(workingset|slab|zone=0)
[ 29.141806] page_type: 0xffffffff()
[ 29.149878] raw: 00000a00 c2013820 c2012c34 c2012c34 c3cfdb50 00190054 ffffffff 00000001
[ 29.158150] raw: 00000000
[ 29.166301] page dumped because: kasan: bad access detected
[ 29.174523]
[ 29.182688] Memory state around the buggy address:
[ 29.190982] c3cfd980: fc fc fc fc fc fc fc fc fc fc fa fb fc fc fc fc
[ 29.199353] c3cfda00: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 29.207643] >c3cfda80: fc fc 00 02 fc fc fc fc fc fc fc fc fc fc fa fb
[ 29.215933] ^
[ 29.224153] c3cfdb00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 29.232565] c3cfdb80: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 29.240654] ==================================================================
[ 29.249394] ==================================================================
[ 29.257364] BUG: KASAN: double-free in kfree_sensitive+0x4c/0x64
[ 29.265300] Free of addr c3cfdaf0 by task kunit_try_catch/137
[ 29.273203]
[ 29.280905] CPU: 0 PID: 137 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 29.288841] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 29.296736] Call Trace:
[ 29.304501] [f3b1bd60] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 29.312472] [f3b1bd80] [c04d6c7c] print_report+0x1c0/0x5e4
[ 29.320460] [f3b1bde0] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 29.328477] [f3b1be50] [c04d606c] poison_slab_object+0x100/0x148
[ 29.336485] [f3b1be80] [c04d5f3c] __kasan_slab_free+0x20/0x50
[ 29.344603] [f3b1bea0] [c049c330] kfree+0x94/0x1fc
[ 29.352736] [f3b1bed0] [c041354c] kfree_sensitive+0x4c/0x64
[ 29.360710] [f3b1bef0] [c04dd1e4] kmalloc_double_kzfree+0xc4/0x1f0
[ 29.368674] [f3b1bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 29.376609] [f3b1bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 29.384601] [f3b1bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 29.392517] [f3b1bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 29.400454]
[ 29.408239] Allocated by task 137 on cpu 0 at 28.686703s:
[ 29.416229] kasan_save_stack+0x44/0x74
[ 29.424232] kasan_save_track+0x20/0x40
[ 29.432161] kasan_save_alloc_info+0x48/0x60
[ 29.440070] poison_kmalloc_redzone+0x84/0xa4
[ 29.448003] __kasan_kmalloc+0x54/0x78
[ 29.456031] kmalloc_trace+0x1b4/0x288
[ 29.463941] kmalloc_double_kzfree+0x8c/0x1f0
[ 29.471993] kunit_try_run_case+0x120/0x554
[ 29.479854] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 29.487769] kthread+0x1f0/0x340
[ 29.495641] start_kernel_thread+0x10/0x14
[ 29.503531]
[ 29.511298] Freed by task 137 on cpu 0 at 28.686709s:
[ 29.519252] kasan_save_stack+0x44/0x74
[ 29.527231] kasan_save_track+0x20/0x40
[ 29.535142] kasan_save_free_info+0x54/0x70
[ 29.543032] poison_slab_object+0xec/0x148
[ 29.550922] __kasan_slab_free+0x20/0x50
[ 29.558827] kfree+0x94/0x1fc
[ 29.566783] kfree_sensitive+0x4c/0x64
[ 29.574648] kmalloc_double_kzfree+0xac/0x1f0
[ 29.582514] kunit_try_run_case+0x120/0x554
[ 29.590512] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 29.598413] kthread+0x1f0/0x340
[ 29.606263] start_kernel_thread+0x10/0x14
[ 29.614106]
[ 29.621804] The buggy address belongs to the object at c3cfdaf0
[ 29.621804] which belongs to the cache kmalloc-rnd-09-16 of size 16
[ 29.637420] The buggy address is located 0 bytes inside of
[ 29.637420] 16-byte region [c3cfdaf0, c3cfdb00)
[ 29.653045]
[ 29.660685] The buggy address belongs to the physical page:
[ 29.668371] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3cfdb50 pfn:0x3cfd
[ 29.676237] flags: 0xa00(workingset|slab|zone=0)
[ 29.684016] page_type: 0xffffffff()
[ 29.691819] raw: 00000a00 c2013820 c2012c34 c2012c34 c3cfdb50 00190054 ffffffff 00000001
[ 29.699728] raw: 00000000
[ 29.707490] page dumped because: kasan: bad access detected
[ 29.715368]
[ 29.723317] Memory state around the buggy address:
[ 29.731365] c3cfd980: fc fc fc fc fc fc fc fc fc fc fa fb fc fc fc fc
[ 29.739404] c3cfda00: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 29.747350] >c3cfda80: fc fc 00 02 fc fc fc fc fc fc fc fc fc fc fa fb
[ 29.755220] ^
[ 29.763173] c3cfdb00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 29.771066] c3cfdb80: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 29.778972] ==================================================================
[ 29.788503] ok 28 kmalloc_double_kzfree
[ 29.789180] ==================================================================
[ 29.805289] BUG: KASAN: slab-out-of-bounds in ksize_unpoisons_memory+0x40c/0x484
[ 29.813395] Read of size 1 at addr c34b58f3 by task kunit_try_catch/139
[ 29.821424]
[ 29.829293] CPU: 0 PID: 139 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 29.837443] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 29.845553] Call Trace:
[ 29.853732] [f3b2bdd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 29.861975] [f3b2bdf0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 29.870197] [f3b2be50] [c04d729c] kasan_report+0xd8/0x13c
[ 29.878376] [f3b2bed0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 29.886633] [f3b2bee0] [c04dd71c] ksize_unpoisons_memory+0x40c/0x484
[ 29.894892] [f3b2bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 29.903141] [f3b2bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 29.911434] [f3b2bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 29.919761] [f3b2bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 29.928025]
[ 29.936129] Allocated by task 139 on cpu 0 at 29.789174s:
[ 29.944363] kasan_save_stack+0x44/0x74
[ 29.952561] kasan_save_track+0x20/0x40
[ 29.960754] kasan_save_alloc_info+0x48/0x60
[ 29.968963] poison_kmalloc_redzone+0x84/0xa4
[ 29.977335] __kasan_kmalloc+0x54/0x78
[ 29.985538] kmalloc_trace+0x1b4/0x288
[ 29.993733] ksize_unpoisons_memory+0x90/0x484
[ 30.001969] kunit_try_run_case+0x120/0x554
[ 30.010204] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 30.018481] kthread+0x1f0/0x340
[ 30.026680] start_kernel_thread+0x10/0x14
[ 30.035009]
[ 30.043149] The buggy address belongs to the object at c34b5880
[ 30.043149] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 30.059733] The buggy address is located 0 bytes to the right of
[ 30.059733] allocated 115-byte region [c34b5880, c34b58f3)
[ 30.076639]
[ 30.085050] The buggy address belongs to the physical page:
[ 30.093615] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5700 pfn:0x34b4
[ 30.102354] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 30.111171] flags: 0xa40(workingset|slab|head|zone=0)
[ 30.120009] page_type: 0xffffffff()
[ 30.128823] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5700 0013002a ffffffff 00000001
[ 30.138026] raw: 00000000
[ 30.146937] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5700 0013002a ffffffff 00000001
[ 30.156111] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 30.165327] head: 00000000 00000000
[ 30.174505] page dumped because: kasan: bad access detected
[ 30.183648]
[ 30.192640] Memory state around the buggy address:
[ 30.201720] c34b5780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 30.210906] c34b5800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 30.220003] >c34b5880: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 30.228991] ^
[ 30.237898] c34b5900: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 30.246825] c34b5980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 30.255581] ==================================================================
[ 30.264980] ==================================================================
[ 30.273873] BUG: KASAN: slab-out-of-bounds in ksize_unpoisons_memory+0x424/0x484
[ 30.282688] Read of size 1 at addr c34b58f8 by task kunit_try_catch/139
[ 30.291550]
[ 30.300335] CPU: 0 PID: 139 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 30.309441] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 30.318580] Call Trace:
[ 30.327600] [f3b2bdd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 30.336828] [f3b2bdf0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 30.346109] [f3b2be50] [c04d729c] kasan_report+0xd8/0x13c
[ 30.355262] [f3b2bed0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 30.364395] [f3b2bee0] [c04dd734] ksize_unpoisons_memory+0x424/0x484
[ 30.373460] [f3b2bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 30.382440] [f3b2bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 30.391391] [f3b2bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 30.400273] [f3b2bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 30.409276]
[ 30.417896] Allocated by task 139 on cpu 0 at 29.789174s:
[ 30.426717] kasan_save_stack+0x44/0x74
[ 30.435359] kasan_save_track+0x20/0x40
[ 30.443897] kasan_save_alloc_info+0x48/0x60
[ 30.452444] poison_kmalloc_redzone+0x84/0xa4
[ 30.460966] __kasan_kmalloc+0x54/0x78
[ 30.469437] kmalloc_trace+0x1b4/0x288
[ 30.477873] ksize_unpoisons_memory+0x90/0x484
[ 30.486303] kunit_try_run_case+0x120/0x554
[ 30.494673] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 30.503089] kthread+0x1f0/0x340
[ 30.511421] start_kernel_thread+0x10/0x14
[ 30.519760]
[ 30.527980] The buggy address belongs to the object at c34b5880
[ 30.527980] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 30.544927] The buggy address is located 5 bytes to the right of
[ 30.544927] allocated 115-byte region [c34b5880, c34b58f3)
[ 30.562184]
[ 30.570890] The buggy address belongs to the physical page:
[ 30.579586] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5700 pfn:0x34b4
[ 30.588428] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 30.597308] flags: 0xa40(workingset|slab|head|zone=0)
[ 30.606178] page_type: 0xffffffff()
[ 30.615036] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5700 0013002a ffffffff 00000001
[ 30.624131] raw: 00000000
[ 30.633094] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5700 0013002a ffffffff 00000001
[ 30.642267] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 30.651427] head: 00000000 00000000
[ 30.660437] page dumped because: kasan: bad access detected
[ 30.669520]
[ 30.678488] Memory state around the buggy address:
[ 30.687571] c34b5780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 30.696574] c34b5800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 30.705592] >c34b5880: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 30.714424] ^
[ 30.723187] c34b5900: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 30.731912] c34b5980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 30.740474] ==================================================================
[ 30.750076] ==================================================================
[ 30.758631] BUG: KASAN: slab-out-of-bounds in ksize_unpoisons_memory+0x43c/0x484
[ 30.767483] Read of size 1 at addr c34b58ff by task kunit_try_catch/139
[ 30.776121]
[ 30.784625] CPU: 0 PID: 139 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 30.793427] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 30.802398] Call Trace:
[ 30.811180] [f3b2bdd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 30.820169] [f3b2bdf0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 30.829284] [f3b2be50] [c04d729c] kasan_report+0xd8/0x13c
[ 30.838282] [f3b2bed0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 30.847247] [f3b2bee0] [c04dd74c] ksize_unpoisons_memory+0x43c/0x484
[ 30.856301] [f3b2bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 30.865266] [f3b2bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 30.874210] [f3b2bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 30.883077] [f3b2bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 30.891889]
[ 30.900485] Allocated by task 139 on cpu 0 at 29.789174s:
[ 30.909195] kasan_save_stack+0x44/0x74
[ 30.917818] kasan_save_track+0x20/0x40
[ 30.926441] kasan_save_alloc_info+0x48/0x60
[ 30.934985] poison_kmalloc_redzone+0x84/0xa4
[ 30.943496] __kasan_kmalloc+0x54/0x78
[ 30.951957] kmalloc_trace+0x1b4/0x288
[ 30.960543] ksize_unpoisons_memory+0x90/0x484
[ 30.968976] kunit_try_run_case+0x120/0x554
[ 30.977344] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 30.985755] kthread+0x1f0/0x340
[ 30.994083] start_kernel_thread+0x10/0x14
[ 31.002421]
[ 31.010643] The buggy address belongs to the object at c34b5880
[ 31.010643] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 31.027597] The buggy address is located 12 bytes to the right of
[ 31.027597] allocated 115-byte region [c34b5880, c34b58f3)
[ 31.045316]
[ 31.053887] The buggy address belongs to the physical page:
[ 31.062687] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5700 pfn:0x34b4
[ 31.071553] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 31.080453] flags: 0xa40(workingset|slab|head|zone=0)
[ 31.089332] page_type: 0xffffffff()
[ 31.098195] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5700 0013002a ffffffff 00000001
[ 31.107295] raw: 00000000
[ 31.116265] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5700 0013002a ffffffff 00000001
[ 31.125626] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 31.134800] head: 00000000 00000000
[ 31.143817] page dumped because: kasan: bad access detected
[ 31.152904]
[ 31.161879] Memory state around the buggy address:
[ 31.170870] c34b5780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 31.179873] c34b5800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 31.188834] >c34b5880: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 31.197670] ^
[ 31.206433] c34b5900: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 31.215158] c34b5980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 31.223721] ==================================================================
[ 31.234457] ok 29 ksize_unpoisons_memory
[ 31.235227] ==================================================================
[ 31.252592] BUG: KASAN: slab-use-after-free in ksize_uaf+0xc4/0x378
[ 31.261573] Read of size 1 at addr c34b5700 by task kunit_try_catch/141
[ 31.270433]
[ 31.279104] CPU: 0 PID: 141 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 31.288197] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 31.297283] Call Trace:
[ 31.306248] [f3b3bdb0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 31.315529] [f3b3bdd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 31.324774] [f3b3be30] [c04d729c] kasan_report+0xd8/0x13c
[ 31.333886] [f3b3beb0] [c04d677c] __kasan_check_byte+0x44/0x64
[ 31.343093] [f3b3bed0] [c0413590] ksize+0x2c/0x5c
[ 31.352183] [f3b3bef0] [c04dd858] ksize_uaf+0xc4/0x378
[ 31.361162] [f3b3bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 31.370138] [f3b3bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 31.379092] [f3b3bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 31.387904] [f3b3bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 31.396883]
[ 31.405535] Allocated by task 141 on cpu 0 at 31.235219s:
[ 31.414300] kasan_save_stack+0x44/0x74
[ 31.423074] kasan_save_track+0x20/0x40
[ 31.431758] kasan_save_alloc_info+0x48/0x60
[ 31.440497] poison_kmalloc_redzone+0x84/0xa4
[ 31.449131] __kasan_kmalloc+0x54/0x78
[ 31.457707] kmalloc_trace+0x1b4/0x288
[ 31.466216] ksize_uaf+0x8c/0x378
[ 31.474688] kunit_try_run_case+0x120/0x554
[ 31.483138] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 31.491626] kthread+0x1f0/0x340
[ 31.500057] start_kernel_thread+0x10/0x14
[ 31.508574]
[ 31.517023] Freed by task 141 on cpu 0 at 31.235223s:
[ 31.525763] kasan_save_stack+0x44/0x74
[ 31.534335] kasan_save_track+0x20/0x40
[ 31.542856] kasan_save_free_info+0x54/0x70
[ 31.551353] poison_slab_object+0xec/0x148
[ 31.559946] __kasan_slab_free+0x20/0x50
[ 31.568415] kfree+0x94/0x1fc
[ 31.576810] ksize_uaf+0xac/0x378
[ 31.585189] kunit_try_run_case+0x120/0x554
[ 31.593589] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 31.602012] kthread+0x1f0/0x340
[ 31.610345] start_kernel_thread+0x10/0x14
[ 31.618640]
[ 31.626790] The buggy address belongs to the object at c34b5700
[ 31.626790] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 31.643364] The buggy address is located 0 bytes inside of
[ 31.643364] freed 128-byte region [c34b5700, c34b5780)
[ 31.659764]
[ 31.667788] The buggy address belongs to the physical page:
[ 31.675935] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5b80 pfn:0x34b4
[ 31.684313] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 31.692620] flags: 0xa40(workingset|slab|head|zone=0)
[ 31.700775] page_type: 0xffffffff()
[ 31.708855] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5b80 0014002a ffffffff 00000001
[ 31.717115] raw: 00000000
[ 31.725238] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5b80 0014002a ffffffff 00000001
[ 31.733596] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 31.741994] head: 00000000 00000000
[ 31.750234] page dumped because: kasan: bad access detected
[ 31.758652]
[ 31.766977] Memory state around the buggy address:
[ 31.775391] c34b5600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 31.783889] c34b5680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 31.792383] >c34b5700: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 31.800750] ^
[ 31.809182] c34b5780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 31.817438] c34b5800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 31.825521] ==================================================================
[ 31.834387] ==================================================================
[ 31.842443] BUG: KASAN: slab-use-after-free in ksize_uaf+0x318/0x378
[ 31.850446] Read of size 1 at addr c34b5700 by task kunit_try_catch/141
[ 31.858633]
[ 31.866421] CPU: 0 PID: 141 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 31.874485] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 31.882505] Call Trace:
[ 31.890491] [f3b3bde0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 31.898710] [f3b3be00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 31.906912] [f3b3be60] [c04d729c] kasan_report+0xd8/0x13c
[ 31.915104] [f3b3bee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 31.923459] [f3b3bef0] [c04ddaac] ksize_uaf+0x318/0x378
[ 31.931832] [f3b3bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 31.940042] [f3b3bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 31.948303] [f3b3bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 31.956487] [f3b3bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 31.964688]
[ 31.972731] Allocated by task 141 on cpu 0 at 31.235219s:
[ 31.980979] kasan_save_stack+0x44/0x74
[ 31.989243] kasan_save_track+0x20/0x40
[ 31.997437] kasan_save_alloc_info+0x48/0x60
[ 32.005612] poison_kmalloc_redzone+0x84/0xa4
[ 32.013816] __kasan_kmalloc+0x54/0x78
[ 32.022014] kmalloc_trace+0x1b4/0x288
[ 32.030194] ksize_uaf+0x8c/0x378
[ 32.038430] kunit_try_run_case+0x120/0x554
[ 32.046567] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 32.054921] kthread+0x1f0/0x340
[ 32.063081] start_kernel_thread+0x10/0x14
[ 32.071250]
[ 32.079294] Freed by task 141 on cpu 0 at 31.235223s:
[ 32.087520] kasan_save_stack+0x44/0x74
[ 32.095773] kasan_save_track+0x20/0x40
[ 32.103964] kasan_save_free_info+0x54/0x70
[ 32.112146] poison_slab_object+0xec/0x148
[ 32.120331] __kasan_slab_free+0x20/0x50
[ 32.128537] kfree+0x94/0x1fc
[ 32.136703] ksize_uaf+0xac/0x378
[ 32.144842] kunit_try_run_case+0x120/0x554
[ 32.153072] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 32.161271] kthread+0x1f0/0x340
[ 32.169423] start_kernel_thread+0x10/0x14
[ 32.177734]
[ 32.185742] The buggy address belongs to the object at c34b5700
[ 32.185742] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 32.201955] The buggy address is located 0 bytes inside of
[ 32.201955] freed 128-byte region [c34b5700, c34b5780)
[ 32.218234]
[ 32.226200] The buggy address belongs to the physical page:
[ 32.234218] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5b80 pfn:0x34b4
[ 32.242359] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 32.250528] flags: 0xa40(workingset|slab|head|zone=0)
[ 32.258627] page_type: 0xffffffff()
[ 32.266636] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5b80 0014002a ffffffff 00000001
[ 32.274796] raw: 00000000
[ 32.282899] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5b80 0014002a ffffffff 00000001
[ 32.291124] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 32.299357] head: 00000000 00000000
[ 32.307454] page dumped because: kasan: bad access detected
[ 32.315648]
[ 32.323666] Memory state around the buggy address:
[ 32.332034] c34b5600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 32.340387] c34b5680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 32.348629] >c34b5700: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 32.356811] ^
[ 32.364968] c34b5780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 32.373183] c34b5800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 32.381398] ==================================================================
[ 32.390580] ==================================================================
[ 32.398868] BUG: KASAN: slab-use-after-free in ksize_uaf+0x330/0x378
[ 32.407035] Read of size 1 at addr c34b5778 by task kunit_try_catch/141
[ 32.415161]
[ 32.423044] CPU: 0 PID: 141 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 32.431246] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 32.439374] Call Trace:
[ 32.447405] [f3b3bde0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 32.455874] [f3b3be00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 32.464146] [f3b3be60] [c04d729c] kasan_report+0xd8/0x13c
[ 32.472344] [f3b3bee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 32.480594] [f3b3bef0] [c04ddac4] ksize_uaf+0x330/0x378
[ 32.488796] [f3b3bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 32.496988] [f3b3bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 32.505243] [f3b3bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 32.513532] [f3b3bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 32.521747]
[ 32.529798] Allocated by task 141 on cpu 0 at 31.235219s:
[ 32.538055] kasan_save_stack+0x44/0x74
[ 32.546328] kasan_save_track+0x20/0x40
[ 32.554527] kasan_save_alloc_info+0x48/0x60
[ 32.562704] poison_kmalloc_redzone+0x84/0xa4
[ 32.570912] __kasan_kmalloc+0x54/0x78
[ 32.579283] kmalloc_trace+0x1b4/0x288
[ 32.587481] ksize_uaf+0x8c/0x378
[ 32.595627] kunit_try_run_case+0x120/0x554
[ 32.603765] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 32.611966] kthread+0x1f0/0x340
[ 32.620128] start_kernel_thread+0x10/0x14
[ 32.628413]
[ 32.636477] Freed by task 141 on cpu 0 at 31.235223s:
[ 32.644722] kasan_save_stack+0x44/0x74
[ 32.652994] kasan_save_track+0x20/0x40
[ 32.661198] kasan_save_free_info+0x54/0x70
[ 32.669384] poison_slab_object+0xec/0x148
[ 32.677573] __kasan_slab_free+0x20/0x50
[ 32.685782] kfree+0x94/0x1fc
[ 32.693957] ksize_uaf+0xac/0x378
[ 32.702270] kunit_try_run_case+0x120/0x554
[ 32.710424] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 32.718636] kthread+0x1f0/0x340
[ 32.726802] start_kernel_thread+0x10/0x14
[ 32.734965]
[ 32.743080] The buggy address belongs to the object at c34b5700
[ 32.743080] which belongs to the cache kmalloc-rnd-09-128 of size 128
[ 32.759330] The buggy address is located 120 bytes inside of
[ 32.759330] freed 128-byte region [c34b5700, c34b5780)
[ 32.775636]
[ 32.783616] The buggy address belongs to the physical page:
[ 32.791642] page: refcount:1 mapcount:0 mapping:00000000 index:0xc34b5b80 pfn:0x34b4
[ 32.799792] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 32.807973] flags: 0xa40(workingset|slab|head|zone=0)
[ 32.816083] page_type: 0xffffffff()
[ 32.824106] raw: 00000a40 c2013c20 c2012e34 c2012e34 c34b5b80 0014002a ffffffff 00000001
[ 32.832281] raw: 00000000
[ 32.840301] head: 00000a40 c2013c20 c2012e34 c2012e34 c34b5b80 0014002a ffffffff 00000001
[ 32.848538] head: 00000000 00000001 eee4e951 eee4e978 ffffffff 00000000 00000000 ffffffff
[ 32.856952] head: 00000000 00000000
[ 32.865074] page dumped because: kasan: bad access detected
[ 32.873388]
[ 32.881432] Memory state around the buggy address:
[ 32.889655] c34b5600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 32.898018] c34b5680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 32.906279] >c34b5700: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 32.914483] ^
[ 32.922787] c34b5780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 32.931022] c34b5800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 32.939257] ==================================================================
[ 32.949227] ok 30 ksize_uaf
[ 32.991242] ==================================================================
[ 33.007854] BUG: KASAN: slab-use-after-free in rcu_uaf_reclaim+0x70/0x74
[ 33.016388] Read of size 4 at addr c3cfdb50 by task swapper/0/0
[ 33.025049]
[ 33.033171] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 33.041520] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 33.049843] Call Trace:
[ 33.058131] [f100bdc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 33.066632] [f100bde0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 33.075089] [f100be40] [c04d729c] kasan_report+0xd8/0x13c
[ 33.083503] [f100bec0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 33.091956] [f100bed0] [c04e4a84] rcu_uaf_reclaim+0x70/0x74
[ 33.100352] [f100bef0] [c01d1358] rcu_core+0x4a4/0xd28
[ 33.108725] [f100bf70] [c01c61c8] rcu_core_si+0x10/0x20
[ 33.117011] [f100bf80] [c17193d0] __do_softirq+0x2b4/0xa70
[ 33.125303] [f100bff0] [c000ce18] do_softirq_own_stack+0x60/0xb8
[ 33.133616] [c1f53e10] [00000005] 0x5
[ 33.142184] [c1f53e30] [c00a6338] __irq_exit_rcu+0xc4/0x310
[ 33.150617] [c1f53e50] [c00a6594] irq_exit+0x10/0x24
[ 33.159013] [c1f53e60] [c0018e04] interrupt_async_exit_prepare+0x10/0x20
[ 33.167490] [c1f53e70] [c0018c04] timer_interrupt+0x1e0/0x214
[ 33.175970] [c1f53e90] [c0004a98] Decrementer_virt+0x108/0x10c
[ 33.184461] --- interrupt: 900 at default_idle_call+0x50/0x60
[ 33.192987] NIP: c170a960 LR: c170a960 CTR: 00000000
[ 33.201495] REGS: c1f53ea0 TRAP: 0900 Tainted: G B N (6.9.0-rc5-PMacG4-dirty)
[ 33.210164] MSR: 02009032 <VEC,EE,ME,IR,DR,RI> CR: 48400442 XER: 00000000
[ 33.218970]
[ 33.218970] GPR00: c170a95c c1f53f60 c1d1fa00 02009032 00000000 00000000 c170a874 eed9f74c
[ 33.218970] GPR08: eed9f74f 1ddb3ee9 e0000000 fddb3ee9 00000000 00000000 0014aa88 00000000
[ 33.218970] GPR16: 00000000 004003d0 0011aac4 fffffff8 03089bdc 03089be0 02849000 c1f60000
[ 33.218970] GPR24: 00000007 183ebad1 00000001 00080000 00008000 e0000000 c1f5d68c 031f2000
[ 33.263474] NIP [c170a960] default_idle_call+0x50/0x60
[ 33.272573] LR [c170a960] default_idle_call+0x50/0x60
[ 33.281692] --- interrupt: 900
[ 33.290766] [c1f53f60] [c170a95c] default_idle_call+0x4c/0x60 (unreliable)
[ 33.300200] [c1f53f70] [c014cb64] do_idle+0x13c/0x244
[ 33.309517] [c1f53fa0] [c014ccb4] cpu_startup_entry+0x48/0x6c
[ 33.318993] [c1f53fb0] [c0009a18] rest_init+0x10c/0x168
[ 33.328275] [c1f53fd0] [c1c03728] start_kernel+0x2d0/0x31c
[ 33.337561] [c1f53ff0] [00003610] 0x3610
[ 33.346787]
[ 33.355859] Allocated by task 143 on cpu 0 at 32.949894s:
[ 33.365028] kasan_save_stack+0x44/0x74
[ 33.374122] kasan_save_track+0x20/0x40
[ 33.383120] kasan_save_alloc_info+0x48/0x60
[ 33.392081] poison_kmalloc_redzone+0x84/0xa4
[ 33.401028] __kasan_kmalloc+0x54/0x78
[ 33.409860] kmalloc_trace+0x1b4/0x288
[ 33.418579] rcu_uaf+0x8c/0x1fc
[ 33.427295] kunit_try_run_case+0x120/0x554
[ 33.435934] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 33.444524] kthread+0x1f0/0x340
[ 33.453164] start_kernel_thread+0x10/0x14
[ 33.461588]
[ 33.469854] Freed by task 0 on cpu 0 at 32.991238s:
[ 33.478188] kasan_save_stack+0x44/0x74
[ 33.486483] kasan_save_track+0x20/0x40
[ 33.494680] kasan_save_free_info+0x54/0x70
[ 33.502853] poison_slab_object+0xec/0x148
[ 33.510974] __kasan_slab_free+0x20/0x50
[ 33.519155] kfree+0x94/0x1fc
[ 33.527321] rcu_uaf_reclaim+0x24/0x74
[ 33.535476] rcu_core+0x4a4/0xd28
[ 33.543668] rcu_core_si+0x10/0x20
[ 33.551793] __do_softirq+0x2b4/0xa70
[ 33.559819]
[ 33.567661] Last potentially related work creation:
[ 33.575696] kasan_save_stack+0x44/0x74
[ 33.583482] __kasan_record_aux_stack+0xb8/0xdc
[ 33.591219] kasan_record_aux_stack_noalloc+0x14/0x24
[ 33.598964] call_rcu+0x90/0x6b0
[ 33.606607] rcu_uaf+0xcc/0x1fc
[ 33.614100] kunit_try_run_case+0x120/0x554
[ 33.621595] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 33.629075] kthread+0x1f0/0x340
[ 33.636477] start_kernel_thread+0x10/0x14
[ 33.643929]
[ 33.651353] The buggy address belongs to the object at c3cfdb50
[ 33.651353] which belongs to the cache kmalloc-rnd-09-16 of size 16
[ 33.666298] The buggy address is located 0 bytes inside of
[ 33.666298] freed 16-byte region [c3cfdb50, c3cfdb60)
[ 33.681430]
[ 33.688905] The buggy address belongs to the physical page:
[ 33.696500] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3cfdc70 pfn:0x3cfd
[ 33.704281] flags: 0xa00(workingset|slab|zone=0)
[ 33.712070] page_type: 0xffffffff()
[ 33.719983] raw: 00000a00 c2013820 c2012c34 c2012c34 c3cfdc70 001a0054 ffffffff 00000001
[ 33.727951] raw: 00000000
[ 33.735804] page dumped because: kasan: bad access detected
[ 33.743741]
[ 33.751512] Memory state around the buggy address:
[ 33.759320] c3cfda00: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 33.767126] c3cfda80: fc fc 00 02 fc fc fc fc fc fc fc fc fc fc fa fb
[ 33.774921] >c3cfdb00: fc fc fc fc fc fc fc fc fc fc fa fb fc fc fc fc
[ 33.782482] ^
[ 33.790004] c3cfdb80: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 33.797553] c3cfdc00: fc fc 00 02 fc fc fc fc fc fc fc fc fc fc fc fc
[ 33.805009] ==================================================================
[ 33.813725] ok 31 rcu_uaf
[ 33.815438] ==================================================================
[ 33.830555] BUG: KASAN: slab-use-after-free in workqueue_uaf+0x320/0x390
[ 33.838385] Read of size 4 at addr c3cfdc70 by task kunit_try_catch/145
[ 33.846056]
[ 33.853597] CPU: 0 PID: 145 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 33.861482] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 33.869369] Call Trace:
[ 33.877156] [f3b4bdd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 33.885292] [f3b4bdf0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 33.893306] [f3b4be50] [c04d729c] kasan_report+0xd8/0x13c
[ 33.901263] [f3b4bed0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 33.909353] [f3b4bee0] [c04de028] workqueue_uaf+0x320/0x390
[ 33.917465] [f3b4bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 33.925609] [f3b4bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 33.933821] [f3b4bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 33.942030] [f3b4bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 33.950293]
[ 33.958619] Allocated by task 145 on cpu 0 at 33.815184s:
[ 33.966922] kasan_save_stack+0x44/0x74
[ 33.975168] kasan_save_track+0x20/0x40
[ 33.983355] kasan_save_alloc_info+0x48/0x60
[ 33.991527] poison_kmalloc_redzone+0x84/0xa4
[ 33.999804] __kasan_kmalloc+0x54/0x78
[ 34.007950] kmalloc_trace+0x1b4/0x288
[ 34.016144] workqueue_uaf+0xd4/0x390
[ 34.024344] kunit_try_run_case+0x120/0x554
[ 34.032543] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 34.040800] kthread+0x1f0/0x340
[ 34.049025] start_kernel_thread+0x10/0x14
[ 34.057281]
[ 34.065468] Freed by task 7 on cpu 0 at 33.815256s:
[ 34.073814] kasan_save_stack+0x44/0x74
[ 34.082339] kasan_save_track+0x20/0x40
[ 34.090657] kasan_save_free_info+0x54/0x70
[ 34.098940] poison_slab_object+0xec/0x148
[ 34.107196] __kasan_slab_free+0x20/0x50
[ 34.115535] kfree+0x94/0x1fc
[ 34.123721] workqueue_uaf_work+0x10/0x20
[ 34.131911] process_scheduled_works+0x51c/0xd2c
[ 34.140151] worker_thread+0x444/0x6cc
[ 34.148369] kthread+0x1f0/0x340
[ 34.156524] start_kernel_thread+0x10/0x14
[ 34.164675]
[ 34.172738] Last potentially related work creation:
[ 34.180922] kasan_save_stack+0x44/0x74
[ 34.189080] __kasan_record_aux_stack+0xb8/0xdc
[ 34.197218] kasan_record_aux_stack_noalloc+0x14/0x24
[ 34.205505] insert_work+0x34/0x78
[ 34.213588] __queue_work+0x8ec/0xbb4
[ 34.221649] queue_work_on+0x74/0xb8
[ 34.229746] workqueue_uaf+0x170/0x390
[ 34.237630] kunit_try_run_case+0x120/0x554
[ 34.245424] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 34.253255] kthread+0x1f0/0x340
[ 34.260954] start_kernel_thread+0x10/0x14
[ 34.268613]
[ 34.276145] The buggy address belongs to the object at c3cfdc70
[ 34.276145] which belongs to the cache kmalloc-rnd-09-16 of size 16
[ 34.291502] The buggy address is located 0 bytes inside of
[ 34.291502] freed 16-byte region [c3cfdc70, c3cfdc80)
[ 34.306927]
[ 34.314650] The buggy address belongs to the physical page:
[ 34.322754] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3cfd3d0 pfn:0x3cfd
[ 34.330746] flags: 0xa00(workingset|slab|zone=0)
[ 34.338786] page_type: 0xffffffff()
[ 34.346703] raw: 00000a00 c2013820 c2012c34 c2012c34 c3cfd3d0 001b0054 ffffffff 00000001
[ 34.355005] raw: 00000000
[ 34.362858] page dumped because: kasan: bad access detected
[ 34.370736]
[ 34.378459] Memory state around the buggy address:
[ 34.386247] c3cfdb00: fc fc fc fc fc fc fc fc fc fc fa fb fc fc fc fc
[ 34.394053] c3cfdb80: fc fc fc fc fc fc 00 03 fc fc fc fc fc fc fc fc
[ 34.401681] >c3cfdc00: fc fc 00 02 fc fc fc fc fc fc fc fc fc fc fa fb
[ 34.409228] ^
[ 34.416730] c3cfdc80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 34.424230] c3cfdd00: fc fc fc fc fc fc 00 02 fc fc fc fc fc fc fc fc
[ 34.431688] ==================================================================
[ 34.440921] ok 32 workqueue_uaf
[ 34.442510] ok 33 kfree_via_page
[ 34.452392] ok 34 kfree_via_phys
[ 34.462041] ==================================================================
[ 34.477378] BUG: KASAN: slab-out-of-bounds in kmem_cache_oob+0x210/0x2c8
[ 34.484960] Read of size 1 at addr c4edd300 by task kunit_try_catch/152
[ 34.492537]
[ 34.499975] CPU: 0 PID: 152 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 34.507742] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 34.515568] Call Trace:
[ 34.523364] [f3b83de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 34.531393] [f3b83e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 34.539410] [f3b83e60] [c04d729c] kasan_report+0xd8/0x13c
[ 34.547403] [f3b83ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 34.555483] [f3b83ef0] [c04de59c] kmem_cache_oob+0x210/0x2c8
[ 34.563566] [f3b83f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 34.571666] [f3b83fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 34.579899] [f3b83fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 34.588021] [f3b83ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 34.596342]
[ 34.604366] Allocated by task 152 on cpu 0 at 34.462037s:
[ 34.612514] kasan_save_stack+0x44/0x74
[ 34.620706] kasan_save_track+0x20/0x40
[ 34.628863] kasan_save_alloc_info+0x48/0x60
[ 34.637000] unpoison_slab_object+0x50/0x6c
[ 34.645130] __kasan_slab_alloc+0x54/0x78
[ 34.653256] kmem_cache_alloc+0x14c/0x274
[ 34.661382] kmem_cache_oob+0x68/0x2c8
[ 34.669461] kunit_try_run_case+0x120/0x554
[ 34.677548] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 34.685714] kthread+0x1f0/0x340
[ 34.693949] start_kernel_thread+0x10/0x14
[ 34.702114]
[ 34.710169] The buggy address belongs to the object at c4edd238
[ 34.710169] which belongs to the cache test_cache of size 200
[ 34.726545] The buggy address is located 0 bytes to the right of
[ 34.726545] allocated 200-byte region [c4edd238, c4edd300)
[ 34.743020]
[ 34.751371] The buggy address belongs to the physical page:
[ 34.759742] page: refcount:1 mapcount:0 mapping:00000000 index:0xc4edd468 pfn:0x4edd
[ 34.768323] flags: 0xa00(workingset|slab|zone=0)
[ 34.776911] page_type: 0xffffffff()
[ 34.785463] raw: 00000a00 c448c120 c421feb4 c421feb4 c4edd468 0001001c ffffffff 00000001
[ 34.794214] raw: 00000000
[ 34.802858] page dumped because: kasan: bad access detected
[ 34.811630]
[ 34.820249] Memory state around the buggy address:
[ 34.829037] c4edd200: fc fc fc fc fc fc fc 00 00 00 00 00 00 00 00 00
[ 34.837785] c4edd280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 34.846470] >c4edd300: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 34.855139] ^
[ 34.863691] c4edd380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 34.872297] c4edd400: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 34.880893] ==================================================================
[ 34.894021] ok 35 kmem_cache_oob
[ 34.895719] ==================================================================
[ 34.912922] BUG: KASAN: double-free in kmem_cache_double_free+0x9c/0x270
[ 34.921583] Free of addr c4f95580 by task kunit_try_catch/154
[ 34.930233]
[ 34.938767] CPU: 1 PID: 154 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 34.947709] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 34.956601] Call Trace:
[ 34.965462] [f3b93d80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 34.974542] [f3b93da0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 34.983576] [f3b93e00] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 34.992704] [f3b93e70] [c04d606c] poison_slab_object+0x100/0x148
[ 35.001748] [f3b93ea0] [c04d5f3c] __kasan_slab_free+0x20/0x50
[ 35.010862] [f3b93ec0] [c049c068] kmem_cache_free+0x8c/0x1e8
[ 35.019872] [f3b93ef0] [c04de6f0] kmem_cache_double_free+0x9c/0x270
[ 35.028943] [f3b93f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 35.037948] [f3b93fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 35.046919] [f3b93fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 35.055791] [f3b93ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 35.064653]
[ 35.073390] Allocated by task 154 on cpu 1 at 34.895711s:
[ 35.082062] kasan_save_stack+0x44/0x74
[ 35.090672] kasan_save_track+0x20/0x40
[ 35.099160] kasan_save_alloc_info+0x48/0x60
[ 35.107584] unpoison_slab_object+0x50/0x6c
[ 35.116033] __kasan_slab_alloc+0x54/0x78
[ 35.124446] kmem_cache_alloc+0x14c/0x274
[ 35.132829] kmem_cache_double_free+0x68/0x270
[ 35.141354] kunit_try_run_case+0x120/0x554
[ 35.149699] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 35.158039] kthread+0x1f0/0x340
[ 35.166328] start_kernel_thread+0x10/0x14
[ 35.174590]
[ 35.182739] Freed by task 154 on cpu 1 at 34.895714s:
[ 35.191094] kasan_save_stack+0x44/0x74
[ 35.199414] kasan_save_track+0x20/0x40
[ 35.207693] kasan_save_free_info+0x54/0x70
[ 35.215957] poison_slab_object+0xec/0x148
[ 35.224218] __kasan_slab_free+0x20/0x50
[ 35.232475] kmem_cache_free+0x8c/0x1e8
[ 35.240751] kmem_cache_double_free+0x80/0x270
[ 35.249031] kunit_try_run_case+0x120/0x554
[ 35.257290] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 35.265736] kthread+0x1f0/0x340
[ 35.273991] start_kernel_thread+0x10/0x14
[ 35.282262]
[ 35.290407] The buggy address belongs to the object at c4f95580
[ 35.290407] which belongs to the cache test_cache of size 200
[ 35.307142] The buggy address is located 0 bytes inside of
[ 35.307142] 200-byte region [c4f95580, c4f95648)
[ 35.323661]
[ 35.331781] The buggy address belongs to the physical page:
[ 35.339944] page: refcount:1 mapcount:0 mapping:00000000 index:0xc4f958c8 pfn:0x4f95
[ 35.348198] flags: 0xa00(workingset|slab|zone=0)
[ 35.356444] page_type: 0xffffffff()
[ 35.364577] raw: 00000a00 c448c420 c421f2b4 c421f2b4 c4f958c8 0001001c ffffffff 00000001
[ 35.372875] raw: 00000000
[ 35.381025] page dumped because: kasan: bad access detected
[ 35.389269]
[ 35.397382] Memory state around the buggy address:
[ 35.405561] c4f95480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 35.414056] c4f95500: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 35.422312] >c4f95580: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 35.430499] ^
[ 35.438665] c4f95600: fb fb fb fb fb fb fb fb fb fc fc fc fc fc fc fc
[ 35.446956] c4f95680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 35.455098] ==================================================================
[ 35.467142] ok 36 kmem_cache_double_free
[ 35.469314] ==================================================================
[ 35.485839] BUG: KASAN: invalid-free in kmem_cache_invalid_free+0x90/0x270
[ 35.494053] Free of addr c4ee2af9 by task kunit_try_catch/156
[ 35.502245]
[ 35.510241] CPU: 0 PID: 156 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 35.518470] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 35.526657] Call Trace:
[ 35.534714] [f3b9bd80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 35.543163] [f3b9bda0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 35.551430] [f3b9be00] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 35.559796] [f3b9be70] [c04d60b0] poison_slab_object+0x144/0x148
[ 35.568063] [f3b9bea0] [c04d5f3c] __kasan_slab_free+0x20/0x50
[ 35.576322] [f3b9bec0] [c049c068] kmem_cache_free+0x8c/0x1e8
[ 35.584593] [f3b9bef0] [c04de954] kmem_cache_invalid_free+0x90/0x270
[ 35.592859] [f3b9bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 35.601122] [f3b9bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 35.609406] [f3b9bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 35.617657] [f3b9bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 35.625899]
[ 35.633988] Allocated by task 156 on cpu 0 at 35.469309s:
[ 35.642206] kasan_save_stack+0x44/0x74
[ 35.650469] kasan_save_track+0x20/0x40
[ 35.658702] kasan_save_alloc_info+0x48/0x60
[ 35.667084] unpoison_slab_object+0x50/0x6c
[ 35.675408] __kasan_slab_alloc+0x54/0x78
[ 35.683624] kmem_cache_alloc+0x14c/0x274
[ 35.691850] kmem_cache_invalid_free+0x68/0x270
[ 35.700071] kunit_try_run_case+0x120/0x554
[ 35.708279] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 35.716506] kthread+0x1f0/0x340
[ 35.724699] start_kernel_thread+0x10/0x14
[ 35.732915]
[ 35.741028] The buggy address belongs to the object at c4ee2af8
[ 35.741028] which belongs to the cache test_cache of size 200
[ 35.757586] The buggy address is located 1 bytes inside of
[ 35.757586] 200-byte region [c4ee2af8, c4ee2bc0)
[ 35.774345]
[ 35.782672] The buggy address belongs to the physical page:
[ 35.791159] page: refcount:1 mapcount:0 mapping:00000000 index:0xc4ee2120 pfn:0x4ee2
[ 35.799863] flags: 0xa00(workingset|slab|zone=0)
[ 35.808674] page_type: 0xffffffff()
[ 35.817546] raw: 00000a00 c448c220 c421f134 c421f134 c4ee2120 0001001c ffffffff 00000001
[ 35.826433] raw: 00000000
[ 35.835200] page dumped because: kasan: bad access detected
[ 35.844092]
[ 35.852826] Memory state around the buggy address:
[ 35.861637] c4ee2980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 35.870512] c4ee2a00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 35.879292] >c4ee2a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc 00
[ 35.887990] ^
[ 35.896696] c4ee2b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 35.905328] c4ee2b80: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 35.913823] ==================================================================
[ 35.926753] ok 37 kmem_cache_invalid_free
[ 35.928928] ==================================================================
[ 35.946357] BUG: KASAN: slab-use-after-free in kmem_cache_double_destroy+0x74/0x15c
[ 35.955283] Read of size 1 at addr c448c020 by task kunit_try_catch/158
[ 35.964057]
[ 35.972694] CPU: 0 PID: 158 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 35.981626] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 35.990621] Call Trace:
[ 35.999578] [f3babdc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 36.008997] [f3babde0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 36.018149] [f3babe40] [c04d729c] kasan_report+0xd8/0x13c
[ 36.027305] [f3babec0] [c04d677c] __kasan_check_byte+0x44/0x64
[ 36.036381] [f3babee0] [c0412b04] kmem_cache_destroy+0x34/0x17c
[ 36.045367] [f3babf00] [c04deba8] kmem_cache_double_destroy+0x74/0x15c
[ 36.054270] [f3babf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 36.063204] [f3babfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 36.072035] [f3babfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 36.080804] [f3babff0] [c002d304] start_kernel_thread+0x10/0x14
[ 36.089688]
[ 36.098163] Allocated by task 158 on cpu 0 at 35.927535s:
[ 36.106740] kasan_save_stack+0x44/0x74
[ 36.115233] kasan_save_track+0x20/0x40
[ 36.123624] kasan_save_alloc_info+0x48/0x60
[ 36.131994] unpoison_slab_object+0x50/0x6c
[ 36.140332] __kasan_slab_alloc+0x54/0x78
[ 36.148651] kmem_cache_alloc+0x14c/0x274
[ 36.156957] kmem_cache_create_usercopy+0x16c/0x2c4
[ 36.165290] kmem_cache_create+0x1c/0x2c
[ 36.173543] kmem_cache_double_destroy+0x3c/0x15c
[ 36.181872] kunit_try_run_case+0x120/0x554
[ 36.190062] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 36.198291] kthread+0x1f0/0x340
[ 36.206427] start_kernel_thread+0x10/0x14
[ 36.214738]
[ 36.222772] Freed by task 158 on cpu 0 at 35.928924s:
[ 36.230985] kasan_save_stack+0x44/0x74
[ 36.239227] kasan_save_track+0x20/0x40
[ 36.247403] kasan_save_free_info+0x54/0x70
[ 36.255561] poison_slab_object+0xec/0x148
[ 36.263720] __kasan_slab_free+0x20/0x50
[ 36.271887] kmem_cache_free+0x8c/0x1e8
[ 36.280031] slab_kmem_cache_release+0x30/0x44
[ 36.288191] kmem_cache_release+0x14/0x24
[ 36.296396] kobject_put+0x15c/0x280
[ 36.304492] sysfs_slab_release+0x14/0x24
[ 36.312586] kmem_cache_release+0x34/0x54
[ 36.320607] kmem_cache_destroy+0x178/0x17c
[ 36.328559] kmem_cache_double_destroy+0x5c/0x15c
[ 36.336630] kunit_try_run_case+0x120/0x554
[ 36.344517] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 36.352446] kthread+0x1f0/0x340
[ 36.360310] start_kernel_thread+0x10/0x14
[ 36.368096]
[ 36.375683] The buggy address belongs to the object at c448c020
[ 36.375683] which belongs to the cache kmem_cache of size 140
[ 36.391058] The buggy address is located 0 bytes inside of
[ 36.391058] freed 140-byte region [c448c020, c448c0ac)
[ 36.406291]
[ 36.413809] The buggy address belongs to the physical page:
[ 36.421574] page: refcount:1 mapcount:0 mapping:00000000 index:0xc448cb20 pfn:0x448c
[ 36.429388] flags: 0xa00(workingset|slab|zone=0)
[ 36.437266] page_type: 0xffffffff()
[ 36.445196] raw: 00000a00 c2001020 c20000b4 c20000b4 c448cb20 000f0020 ffffffff 00000001
[ 36.453328] raw: 00000000
[ 36.461323] page dumped because: kasan: bad access detected
[ 36.469464]
[ 36.477388] Memory state around the buggy address:
[ 36.485506] c448bf00: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc 00 00
[ 36.493487] c448bf80: 00 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc
[ 36.501298] >c448c000: fc fc fc fc fa fb fb fb fb fb fb fb fb fb fb fb
[ 36.509004] ^
[ 36.516602] c448c080: fb fb fb fb fb fb fc fc fc fc fc fc fc fc fc fc
[ 36.524221] c448c100: fc fc fc fc fa fb fb fb fb fb fb fb fb fb fb fb
[ 36.531788] ==================================================================
[ 36.542556] ok 38 kmem_cache_double_destroy
[ 37.077698] ok 39 kmem_cache_accounted
[ 37.090565] ok 40 kmem_cache_bulk
[ 37.099108] ==================================================================
[ 37.114171] BUG: KASAN: slab-out-of-bounds in mempool_oob_right_helper+0x140/0x188
[ 37.121915] Read of size 1 at addr c50146f3 by task kunit_try_catch/165
[ 37.129699]
[ 37.137500] CPU: 0 PID: 165 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 37.145465] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 37.153368] Call Trace:
[ 37.161196] [f3bd3d80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 37.169223] [f3bd3da0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 37.177311] [f3bd3e00] [c04d729c] kasan_report+0xd8/0x13c
[ 37.185250] [f3bd3e80] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 37.193316] [f3bd3e90] [c04e4d14] mempool_oob_right_helper+0x140/0x188
[ 37.201437] [f3bd3ec0] [c04df098] mempool_kmalloc_oob_right+0x54/0x84
[ 37.209562] [f3bd3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 37.217705] [f3bd3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 37.225922] [f3bd3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 37.234125] [f3bd3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 37.242385]
[ 37.250523] Allocated by task 165 on cpu 0 at 37.099103s:
[ 37.258962] kasan_save_stack+0x44/0x74
[ 37.267212] kasan_save_track+0x20/0x40
[ 37.275353] kasan_save_alloc_info+0x48/0x60
[ 37.283481] poison_kmalloc_redzone+0x84/0xa4
[ 37.291713] __kasan_mempool_unpoison_object+0x64/0xa0
[ 37.299895] remove_element+0x148/0x230
[ 37.308038] mempool_alloc_preallocated+0x50/0xb8
[ 37.316270] mempool_oob_right_helper+0x30/0x188
[ 37.324522] mempool_kmalloc_oob_right+0x54/0x84
[ 37.332763] kunit_try_run_case+0x120/0x554
[ 37.341004] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 37.349306] kthread+0x1f0/0x340
[ 37.357563] start_kernel_thread+0x10/0x14
[ 37.365852]
[ 37.374058] The buggy address belongs to the object at c5014680
[ 37.374058] which belongs to the cache kmalloc-rnd-08-128 of size 128
[ 37.390875] The buggy address is located 0 bytes to the right of
[ 37.390875] allocated 115-byte region [c5014680, c50146f3)
[ 37.408016]
[ 37.416701] The buggy address belongs to the physical page:
[ 37.425458] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5015d00 pfn:0x5014
[ 37.434276] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 37.443149] flags: 0xa40(workingset|slab|head|zone=0)
[ 37.452053] page_type: 0xffffffff()
[ 37.460905] raw: 00000a40 c2011f20 c20127b4 c20127b4 c5015d00 0003002a ffffffff 00000001
[ 37.469946] raw: 00000000
[ 37.478836] head: 00000a40 c2011f20 c20127b4 c20127b4 c5015d00 0003002a ffffffff 00000001
[ 37.487967] head: 00000000 00000001 eee8c2d1 eee8c2f8 ffffffff 00000000 00000000 ffffffff
[ 37.497120] head: 00000000 00000000
[ 37.506138] page dumped because: kasan: bad access detected
[ 37.515406]
[ 37.524216] Memory state around the buggy address:
[ 37.533119] c5014580: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 37.542037] c5014600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 37.551066] >c5014680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 37.559828] ^
[ 37.568582] c5014700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 37.577362] c5014780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 37.586007] ==================================================================
[ 37.596576] ok 41 mempool_kmalloc_oob_right
[ 37.598176] ==================================================================
[ 37.616103] BUG: KASAN: slab-out-of-bounds in mempool_oob_right_helper+0x140/0x188
[ 37.625204] Read of size 1 at addr c4f66001 by task kunit_try_catch/167
[ 37.634378]
[ 37.643336] CPU: 0 PID: 167 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 37.652552] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 37.661797] Call Trace:
[ 37.671029] [f3bdbd80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 37.680519] [f3bdbda0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 37.689956] [f3bdbe00] [c04d729c] kasan_report+0xd8/0x13c
[ 37.699099] [f3bdbe80] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 37.708256] [f3bdbe90] [c04e4d14] mempool_oob_right_helper+0x140/0x188
[ 37.717348] [f3bdbec0] [c04df11c] mempool_kmalloc_large_oob_right+0x54/0x84
[ 37.726354] [f3bdbf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 37.735340] [f3bdbfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 37.744322] [f3bdbfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 37.753248] [f3bdbff0] [c002d304] start_kernel_thread+0x10/0x14
[ 37.762240]
[ 37.771061] The buggy address belongs to the physical page:
[ 37.780001] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4f64
[ 37.789089] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 37.798209] flags: 0x40(head|zone=0)
[ 37.807376] page_type: 0xffffffff()
[ 37.816391] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 37.825787] raw: 00000000
[ 37.834875] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 37.844201] head: 00000000 00000002 eee8aa11 eee8aa38 ffffffff 00000000 00000000 ffffffff
[ 37.853521] head: 00000000 00000000
[ 37.862791] page dumped because: kasan: bad access detected
[ 37.872197]
[ 37.881469] Memory state around the buggy address:
[ 37.890836] c4f65f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.900295] c4f65f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.909665] >c4f66000: 01 fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 37.919041] ^
[ 37.928333] c4f66080: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 37.937869] c4f66100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 37.947222] ==================================================================
[ 37.958494] ok 42 mempool_kmalloc_large_oob_right
[ 37.960340] ==================================================================
[ 37.979713] BUG: KASAN: slab-out-of-bounds in mempool_oob_right_helper+0x140/0x188
[ 37.989454] Read of size 1 at addr c4ef8f5b by task kunit_try_catch/169
[ 37.999188]
[ 38.008734] CPU: 0 PID: 169 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 38.018597] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 38.028422] Call Trace:
[ 38.038158] [f3bebd80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 38.048029] [f3bebda0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 38.057794] [f3bebe00] [c04d729c] kasan_report+0xd8/0x13c
[ 38.067459] [f3bebe80] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 38.077271] [f3bebe90] [c04e4d14] mempool_oob_right_helper+0x140/0x188
[ 38.086914] [f3bebec0] [c04df19c] mempool_slab_oob_right+0x50/0x7c
[ 38.096486] [f3bebf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 38.105990] [f3bebfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 38.115682] [f3bebfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 38.125148] [f3bebff0] [c002d304] start_kernel_thread+0x10/0x14
[ 38.134606]
[ 38.143900] Allocated by task 169 on cpu 0 at 37.960337s:
[ 38.153336] kasan_save_stack+0x44/0x74
[ 38.162702] kasan_save_track+0x20/0x40
[ 38.172073] kasan_save_alloc_info+0x48/0x60
[ 38.181422] unpoison_slab_object+0x50/0x6c
[ 38.190741] __kasan_mempool_unpoison_object+0x44/0xa0
[ 38.200093] remove_element+0x148/0x230
[ 38.209604] mempool_alloc_preallocated+0x50/0xb8
[ 38.218964] mempool_oob_right_helper+0x30/0x188
[ 38.228215] mempool_slab_oob_right+0x50/0x7c
[ 38.237356] kunit_try_run_case+0x120/0x554
[ 38.246398] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 38.255563] kthread+0x1f0/0x340
[ 38.264485] start_kernel_thread+0x10/0x14
[ 38.273335]
[ 38.281965] The buggy address belongs to the object at c4ef8ee0
[ 38.281965] which belongs to the cache test_cache of size 123
[ 38.299402] The buggy address is located 0 bytes to the right of
[ 38.299402] allocated 123-byte region [c4ef8ee0, c4ef8f5b)
[ 38.316914]
[ 38.325601] The buggy address belongs to the physical page:
[ 38.334403] page: refcount:1 mapcount:0 mapping:00000000 index:0xc4ef84b8 pfn:0x4ef8
[ 38.343376] flags: 0xa00(workingset|slab|zone=0)
[ 38.352415] page_type: 0xffffffff()
[ 38.361318] raw: 00000a00 c4eee220 c4ee2d34 c4ee2d34 c4ef84b8 00040028 ffffffff 00000001
[ 38.370395] raw: 00000000
[ 38.379343] page dumped because: kasan: bad access detected
[ 38.388366]
[ 38.397238] Memory state around the buggy address:
[ 38.406150] c4ef8e00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 38.415103] c4ef8e80: fc fc fc fc fc fc fc fc fc fc fc fc 00 00 00 00
[ 38.424096] >c4ef8f00: 00 00 00 00 00 00 00 00 00 00 00 03 fc fc fc fc
[ 38.432950] ^
[ 38.441696] c4ef8f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 38.450438] c4ef9000: fc fc fc fc 00 00 00 00 00 00 00 00 00 00 00 00
[ 38.459081] ==================================================================
[ 38.473200] ok 43 mempool_slab_oob_right
[ 38.473949] ==================================================================
[ 38.491841] BUG: KASAN: slab-use-after-free in mempool_uaf_helper+0x150/0x198
[ 38.500787] Read of size 1 at addr c5015700 by task kunit_try_catch/171
[ 38.509765]
[ 38.518559] CPU: 0 PID: 171 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 38.527774] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 38.536984] Call Trace:
[ 38.546104] [f3bfbd80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 38.555437] [f3bfbda0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 38.564999] [f3bfbe00] [c04d729c] kasan_report+0xd8/0x13c
[ 38.574279] [f3bfbe80] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 38.583522] [f3bfbe90] [c04e4fec] mempool_uaf_helper+0x150/0x198
[ 38.592678] [f3bfbec0] [c04df21c] mempool_kmalloc_uaf+0x54/0x84
[ 38.601707] [f3bfbf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 38.610764] [f3bfbfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 38.619747] [f3bfbfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 38.628601] [f3bfbff0] [c002d304] start_kernel_thread+0x10/0x14
[ 38.637378]
[ 38.645985] Allocated by task 171 on cpu 0 at 38.473938s:
[ 38.654672] kasan_save_stack+0x44/0x74
[ 38.663310] kasan_save_track+0x20/0x40
[ 38.671910] kasan_save_alloc_info+0x48/0x60
[ 38.680462] poison_kmalloc_redzone+0x84/0xa4
[ 38.688989] __kasan_mempool_unpoison_object+0x64/0xa0
[ 38.697713] remove_element+0x148/0x230
[ 38.706255] mempool_alloc_preallocated+0x50/0xb8
[ 38.714795] mempool_uaf_helper+0x30/0x198
[ 38.723253] mempool_kmalloc_uaf+0x54/0x84
[ 38.731779] kunit_try_run_case+0x120/0x554
[ 38.740164] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 38.748584] kthread+0x1f0/0x340
[ 38.756941] start_kernel_thread+0x10/0x14
[ 38.765379]
[ 38.773752] Freed by task 171 on cpu 0 at 38.473943s:
[ 38.782257] kasan_save_stack+0x44/0x74
[ 38.790729] kasan_save_track+0x20/0x40
[ 38.799113] kasan_save_free_info+0x54/0x70
[ 38.807467] poison_slab_object+0xec/0x148
[ 38.815828] __kasan_mempool_poison_object+0x48/0xb4
[ 38.824416] mempool_free+0x1c0/0x388
[ 38.832830] mempool_uaf_helper+0x54/0x198
[ 38.841207] mempool_kmalloc_uaf+0x54/0x84
[ 38.849626] kunit_try_run_case+0x120/0x554
[ 38.857950] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 38.866331] kthread+0x1f0/0x340
[ 38.874638] start_kernel_thread+0x10/0x14
[ 38.882930]
[ 38.891071] The buggy address belongs to the object at c5015700
[ 38.891071] which belongs to the cache kmalloc-rnd-08-128 of size 128
[ 38.908155] The buggy address is located 0 bytes inside of
[ 38.908155] freed 128-byte region [c5015700, c5015780)
[ 38.924676]
[ 38.932720] The buggy address belongs to the physical page:
[ 38.940896] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5015580 pfn:0x5014
[ 38.949175] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 38.957444] flags: 0xa40(workingset|slab|head|zone=0)
[ 38.965719] page_type: 0xffffffff()
[ 38.973950] raw: 00000a40 c2011f20 c20127b4 c20127b4 c5015580 0007002a ffffffff 00000001
[ 38.982656] raw: 00000000
[ 38.990964] head: 00000a40 c2011f20 c20127b4 c20127b4 c5015580 0007002a ffffffff 00000001
[ 38.999580] head: 00000000 00000001 eee8c2d1 eee8c2f8 ffffffff 00000000 00000000 ffffffff
[ 39.008224] head: 00000000 00000000
[ 39.016735] page dumped because: kasan: bad access detected
[ 39.025328]
[ 39.033804] Memory state around the buggy address:
[ 39.042307] c5015600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 39.050824] c5015680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 39.059180] >c5015700: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 39.067410] ^
[ 39.075466] c5015780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 39.083624] c5015800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 39.091619] ==================================================================
[ 39.101646] ok 44 mempool_kmalloc_uaf
[ 39.103248] ==================================================================
[ 39.119406] BUG: KASAN: use-after-free in mempool_uaf_helper+0x150/0x198
[ 39.127552] Read of size 1 at addr c4f68000 by task kunit_try_catch/173
[ 39.135772]
[ 39.143840] CPU: 0 PID: 173 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 39.152232] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 39.160638] Call Trace:
[ 39.168972] [f3c0bd80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 39.177516] [f3c0bda0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 39.186003] [f3c0be00] [c04d729c] kasan_report+0xd8/0x13c
[ 39.194446] [f3c0be80] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 39.202912] [f3c0be90] [c04e4fec] mempool_uaf_helper+0x150/0x198
[ 39.211483] [f3c0bec0] [c04df2a0] mempool_kmalloc_large_uaf+0x54/0x84
[ 39.219955] [f3c0bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 39.228656] [f3c0bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 39.237305] [f3c0bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 39.245919] [f3c0bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 39.254552]
[ 39.263024] The buggy address belongs to the physical page:
[ 39.271636] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4f68
[ 39.280413] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 39.289271] flags: 0x40(head|zone=0)
[ 39.298111] page_type: 0xffffffff()
[ 39.306922] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 39.315942] raw: 00000000
[ 39.324860] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 39.334141] head: 00000000 00000002 eee8aaa1 eee8aac8 ffffffff 00000000 00000000 ffffffff
[ 39.343338] head: 00000000 00000000
[ 39.352397] page dumped because: kasan: bad access detected
[ 39.361780]
[ 39.370917] Memory state around the buggy address:
[ 39.380159] c4f67f00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 39.389490] c4f67f80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 39.398721] >c4f68000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 39.407908] ^
[ 39.417028] c4f68080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 39.426304] c4f68100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 39.435491] ==================================================================
[ 39.446094] ok 45 mempool_kmalloc_large_uaf
[ 39.448381] ==================================================================
[ 39.467348] BUG: KASAN: slab-use-after-free in mempool_uaf_helper+0x150/0x198
[ 39.476903] Read of size 1 at addr c4f05af8 by task kunit_try_catch/175
[ 39.486446]
[ 39.495802] CPU: 0 PID: 175 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 39.505653] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 39.515326] Call Trace:
[ 39.524902] [f3c1bd80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 39.534616] [f3c1bda0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 39.544223] [f3c1be00] [c04d729c] kasan_report+0xd8/0x13c
[ 39.553724] [f3c1be80] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 39.563269] [f3c1be90] [c04e4fec] mempool_uaf_helper+0x150/0x198
[ 39.572721] [f3c1bec0] [c04df320] mempool_slab_uaf+0x50/0x7c
[ 39.582090] [f3c1bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 39.591411] [f3c1bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 39.600854] [f3c1bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 39.610132] [f3c1bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 39.619406]
[ 39.628512] Allocated by task 175 on cpu 0 at 39.448372s:
[ 39.637759] kasan_save_stack+0x44/0x74
[ 39.647109] kasan_save_track+0x20/0x40
[ 39.656300] kasan_save_alloc_info+0x48/0x60
[ 39.665496] unpoison_slab_object+0x50/0x6c
[ 39.674659] __kasan_mempool_unpoison_object+0x44/0xa0
[ 39.683858] remove_element+0x148/0x230
[ 39.693108] mempool_alloc_preallocated+0x50/0xb8
[ 39.702298] mempool_uaf_helper+0x30/0x198
[ 39.711369] mempool_slab_uaf+0x50/0x7c
[ 39.720319] kunit_try_run_case+0x120/0x554
[ 39.729292] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 39.738151] kthread+0x1f0/0x340
[ 39.746921] start_kernel_thread+0x10/0x14
[ 39.755619]
[ 39.764100] Freed by task 175 on cpu 0 at 39.448376s:
[ 39.772677] kasan_save_stack+0x44/0x74
[ 39.781350] kasan_save_track+0x20/0x40
[ 39.789767] kasan_save_free_info+0x54/0x70
[ 39.798186] poison_slab_object+0xec/0x148
[ 39.806567] __kasan_mempool_poison_object+0x48/0xb4
[ 39.814965] mempool_free+0x1c0/0x388
[ 39.823335] mempool_uaf_helper+0x54/0x198
[ 39.831664] mempool_slab_uaf+0x50/0x7c
[ 39.839932] kunit_try_run_case+0x120/0x554
[ 39.848266] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 39.856554] kthread+0x1f0/0x340
[ 39.864750] start_kernel_thread+0x10/0x14
[ 39.872942]
[ 39.880951] The buggy address belongs to the object at c4f05af8
[ 39.880951] which belongs to the cache test_cache of size 123
[ 39.897066] The buggy address is located 0 bytes inside of
[ 39.897066] freed 123-byte region [c4f05af8, c4f05b73)
[ 39.913162]
[ 39.921037] The buggy address belongs to the physical page:
[ 39.928980] page: refcount:1 mapcount:0 mapping:00000000 index:0xc4f05710 pfn:0x4f05
[ 39.937257] flags: 0xa00(workingset|slab|zone=0)
[ 39.945338] page_type: 0xffffffff()
[ 39.953360] raw: 00000a00 c4eee020 c4ee2bb4 c4ee2bb4 c4f05710 00040028 ffffffff 00000001
[ 39.961585] raw: 00000000
[ 39.969687] page dumped because: kasan: bad access detected
[ 39.977958]
[ 39.986085] Memory state around the buggy address:
[ 39.994387] c4f05980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 40.002764] c4f05a00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 40.011057] >c4f05a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fa
[ 40.019345] ^
[ 40.027569] c4f05b00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fc
[ 40.035730] c4f05b80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 40.043761] ==================================================================
[ 40.056965] ok 46 mempool_slab_uaf
[ 40.058753] ==================================================================
[ 40.075239] BUG: KASAN: use-after-free in mempool_uaf_helper+0x150/0x198
[ 40.083384] Read of size 1 at addr c4f6c000 by task kunit_try_catch/177
[ 40.091451]
[ 40.099458] CPU: 0 PID: 177 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 40.107650] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 40.115799] Call Trace:
[ 40.123918] [f3c2bd80] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 40.132250] [f3c2bda0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 40.140538] [f3c2be00] [c04d729c] kasan_report+0xd8/0x13c
[ 40.148796] [f3c2be80] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 40.157104] [f3c2be90] [c04e4fec] mempool_uaf_helper+0x150/0x198
[ 40.165391] [f3c2bec0] [c04df39c] mempool_page_alloc_uaf+0x50/0x80
[ 40.173615] [f3c2bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 40.181858] [f3c2bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 40.190291] [f3c2bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 40.198531] [f3c2bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 40.206775]
[ 40.215044] The buggy address belongs to the physical page:
[ 40.223410] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4f6c
[ 40.231928] flags: 0x0(zone=0)
[ 40.240370] page_type: 0xffffffff()
[ 40.248799] raw: 00000000 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 40.257447] raw: 00000000
[ 40.265984] page dumped because: kasan: bad access detected
[ 40.274667]
[ 40.283231] Memory state around the buggy address:
[ 40.291898] c4f6bf00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 40.300641] c4f6bf80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 40.309322] >c4f6c000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 40.318099] ^
[ 40.326622] c4f6c080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 40.335358] c4f6c100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 40.343987] ==================================================================
[ 40.354098] ok 47 mempool_page_alloc_uaf
[ 40.354903] ==================================================================
[ 40.372679] BUG: KASAN: double-free in mempool_double_free_helper+0x6c/0x158
[ 40.381954] Free of addr c5015a00 by task kunit_try_catch/179
[ 40.391060]
[ 40.400067] CPU: 0 PID: 179 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 40.409422] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 40.418757] Call Trace:
[ 40.427962] [f3c3bd10] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 40.437416] [f3c3bd30] [c04d6c7c] print_report+0x1c0/0x5e4
[ 40.446857] [f3c3bd90] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 40.456496] [f3c3be00] [c04d606c] poison_slab_object+0x100/0x148
[ 40.466015] [f3c3be30] [c04d6600] __kasan_mempool_poison_object+0x48/0xb4
[ 40.475445] [f3c3be50] [c039fc34] mempool_free+0x1c0/0x388
[ 40.484844] [f3c3be90] [c04e51bc] mempool_double_free_helper+0x6c/0x158
[ 40.494264] [f3c3bec0] [c04df41c] mempool_kmalloc_double_free+0x50/0x80
[ 40.503658] [f3c3bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 40.512971] [f3c3bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 40.522251] [f3c3bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 40.531491] [f3c3bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 40.540674]
[ 40.549690] Allocated by task 179 on cpu 0 at 40.354894s:
[ 40.558827] kasan_save_stack+0x44/0x74
[ 40.567923] kasan_save_track+0x20/0x40
[ 40.576946] kasan_save_alloc_info+0x48/0x60
[ 40.585902] poison_kmalloc_redzone+0x84/0xa4
[ 40.595168] __kasan_mempool_unpoison_object+0x64/0xa0
[ 40.604306] remove_element+0x148/0x230
[ 40.613398] mempool_alloc_preallocated+0x50/0xb8
[ 40.622496] mempool_double_free_helper+0x2c/0x158
[ 40.631608] mempool_kmalloc_double_free+0x50/0x80
[ 40.640622] kunit_try_run_case+0x120/0x554
[ 40.649542] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 40.658425] kthread+0x1f0/0x340
[ 40.667174] start_kernel_thread+0x10/0x14
[ 40.675875]
[ 40.684428] Freed by task 179 on cpu 0 at 40.354898s:
[ 40.693027] kasan_save_stack+0x44/0x74
[ 40.701500] kasan_save_track+0x20/0x40
[ 40.709878] kasan_save_free_info+0x54/0x70
[ 40.718268] poison_slab_object+0xec/0x148
[ 40.726679] __kasan_mempool_poison_object+0x48/0xb4
[ 40.735013] mempool_free+0x1c0/0x388
[ 40.743293] mempool_double_free_helper+0x50/0x158
[ 40.751569] mempool_kmalloc_double_free+0x50/0x80
[ 40.759848] kunit_try_run_case+0x120/0x554
[ 40.768103] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 40.776381] kthread+0x1f0/0x340
[ 40.784569] start_kernel_thread+0x10/0x14
[ 40.792778]
[ 40.800838] The buggy address belongs to the object at c5015a00
[ 40.800838] which belongs to the cache kmalloc-rnd-08-128 of size 128
[ 40.817194] The buggy address is located 0 bytes inside of
[ 40.817194] 128-byte region [c5015a00, c5015a80)
[ 40.833418]
[ 40.841388] The buggy address belongs to the physical page:
[ 40.849546] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5015100 pfn:0x5014
[ 40.857742] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 40.865959] flags: 0xa40(workingset|slab|head|zone=0)
[ 40.874356] page_type: 0xffffffff()
[ 40.882524] raw: 00000a40 c2011f20 c20127b4 c20127b4 c5015100 000b002a ffffffff 00000001
[ 40.890985] raw: 00000000
[ 40.899409] head: 00000a40 c2011f20 c20127b4 c20127b4 c5015100 000b002a ffffffff 00000001
[ 40.908065] head: 00000000 00000001 eee8c2d1 eee8c2f8 ffffffff 00000000 00000000 ffffffff
[ 40.916740] head: 00000000 00000000
[ 40.925375] page dumped because: kasan: bad access detected
[ 40.934024]
[ 40.942490] Memory state around the buggy address:
[ 40.950982] c5015900: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 40.959493] c5015980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 40.967945] >c5015a00: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 40.976244] ^
[ 40.984354] c5015a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 40.992494] c5015b00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 41.000684] ==================================================================
[ 41.010788] ok 48 mempool_kmalloc_double_free
[ 41.012592] ==================================================================
[ 41.028964] BUG: KASAN: double-free in mempool_double_free_helper+0x6c/0x158
[ 41.037267] Free of addr c4f70000 by task kunit_try_catch/181
[ 41.045557]
[ 41.053701] CPU: 0 PID: 181 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 41.062186] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 41.070777] Call Trace:
[ 41.079172] [f3c4bd20] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 41.087765] [f3c4bd40] [c04d6c7c] print_report+0x1c0/0x5e4
[ 41.096298] [f3c4bda0] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 41.104857] [f3c4be10] [c04d6148] check_page_allocation+0x74/0x98
[ 41.113540] [f3c4be30] [c04d662c] __kasan_mempool_poison_object+0x74/0xb4
[ 41.122105] [f3c4be50] [c039fc34] mempool_free+0x1c0/0x388
[ 41.130643] [f3c4be90] [c04e51bc] mempool_double_free_helper+0x6c/0x158
[ 41.139286] [f3c4bec0] [c04df49c] mempool_kmalloc_large_double_free+0x50/0x80
[ 41.147996] [f3c4bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 41.156723] [f3c4bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 41.165501] [f3c4bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 41.174229] [f3c4bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 41.182987]
[ 41.191735] The buggy address belongs to the physical page:
[ 41.200550] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4f70
[ 41.209506] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 41.218503] flags: 0x40(head|zone=0)
[ 41.227437] page_type: 0xffffffff()
[ 41.236366] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 41.245699] raw: 00000000
[ 41.254768] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 41.264064] head: 00000000 00000002 eee8abc1 eee8abe8 ffffffff 00000000 00000000 ffffffff
[ 41.273432] head: 00000000 00000000
[ 41.282724] page dumped because: kasan: bad access detected
[ 41.292121]
[ 41.301366] Memory state around the buggy address:
[ 41.310710] c4f6ff00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.320270] c4f6ff80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.329662] >c4f70000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.338967] ^
[ 41.348159] c4f70080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.357466] c4f70100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.366705] ==================================================================
[ 41.377672] ok 49 mempool_kmalloc_large_double_free
[ 41.379188] ==================================================================
[ 41.398544] BUG: KASAN: double-free in mempool_double_free_helper+0x6c/0x158
[ 41.408079] Free of addr c46e0000 by task kunit_try_catch/183
[ 41.417599]
[ 41.427257] CPU: 1 PID: 183 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 41.436999] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 41.446632] Call Trace:
[ 41.456210] [f3c53d20] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 41.465863] [f3c53d40] [c04d6c7c] print_report+0x1c0/0x5e4
[ 41.475473] [f3c53da0] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 41.485010] [f3c53e10] [c04d6148] check_page_allocation+0x74/0x98
[ 41.494480] [f3c53e30] [c04d6550] __kasan_mempool_poison_pages+0x64/0xa8
[ 41.503908] [f3c53e50] [c039fc24] mempool_free+0x1b0/0x388
[ 41.513289] [f3c53e90] [c04e51bc] mempool_double_free_helper+0x6c/0x158
[ 41.522664] [f3c53ec0] [c04df518] mempool_page_alloc_double_free+0x4c/0x7c
[ 41.532215] [f3c53f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 41.541592] [f3c53fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 41.551018] [f3c53fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 41.560364] [f3c53ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 41.569822]
[ 41.579183] The buggy address belongs to the physical page:
[ 41.588758] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x46e0
[ 41.598375] flags: 0x0(zone=0)
[ 41.608006] page_type: 0xffffffff()
[ 41.617546] raw: 00000000 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 41.627226] raw: 00000000
[ 41.636693] page dumped because: kasan: bad access detected
[ 41.646188]
[ 41.655476] Memory state around the buggy address:
[ 41.664850] c46dff00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.674413] c46dff80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.683622] >c46e0000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.692721] ^
[ 41.701660] c46e0080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.710717] c46e0100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 41.719796] ==================================================================
[ 41.730071] ok 50 mempool_page_alloc_double_free
[ 41.731043] ==================================================================
[ 41.749534] BUG: KASAN: invalid-free in mempool_kmalloc_invalid_free_helper+0x60/0x158
[ 41.758892] Free of addr c5015281 by task kunit_try_catch/185
[ 41.768240]
[ 41.777429] CPU: 0 PID: 185 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 41.786941] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 41.796399] Call Trace:
[ 41.805750] [f3c5bd10] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 41.815478] [f3c5bd30] [c04d6c7c] print_report+0x1c0/0x5e4
[ 41.825002] [f3c5bd90] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 41.834456] [f3c5be00] [c04d60b0] poison_slab_object+0x144/0x148
[ 41.843844] [f3c5be30] [c04d6600] __kasan_mempool_poison_object+0x48/0xb4
[ 41.853322] [f3c5be50] [c039fc34] mempool_free+0x1c0/0x388
[ 41.862719] [f3c5be90] [c04e5308] mempool_kmalloc_invalid_free_helper+0x60/0x158
[ 41.872104] [f3c5bec0] [c04df598] mempool_kmalloc_invalid_free+0x50/0x80
[ 41.881378] [f3c5bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 41.890593] [f3c5bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 41.899851] [f3c5bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 41.909038] [f3c5bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 41.918229]
[ 41.927297] Allocated by task 185 on cpu 0 at 41.731038s:
[ 41.936503] kasan_save_stack+0x44/0x74
[ 41.945637] kasan_save_track+0x20/0x40
[ 41.954951] kasan_save_alloc_info+0x48/0x60
[ 41.964160] poison_kmalloc_redzone+0x84/0xa4
[ 41.973335] __kasan_mempool_unpoison_object+0x64/0xa0
[ 41.982632] remove_element+0x148/0x230
[ 41.991883] mempool_alloc_preallocated+0x50/0xb8
[ 42.001073] mempool_kmalloc_invalid_free_helper+0x2c/0x158
[ 42.010220] mempool_kmalloc_invalid_free+0x50/0x80
[ 42.019222] kunit_try_run_case+0x120/0x554
[ 42.028126] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 42.036998] kthread+0x1f0/0x340
[ 42.045799] start_kernel_thread+0x10/0x14
[ 42.054534]
[ 42.063055] The buggy address belongs to the object at c5015280
[ 42.063055] which belongs to the cache kmalloc-rnd-08-128 of size 128
[ 42.080321] The buggy address is located 1 bytes inside of
[ 42.080321] 128-byte region [c5015280, c5015300)
[ 42.097551]
[ 42.106097] The buggy address belongs to the physical page:
[ 42.114941] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5014500 pfn:0x5014
[ 42.123847] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 42.132693] flags: 0xa40(workingset|slab|head|zone=0)
[ 42.141541] page_type: 0xffffffff()
[ 42.150324] raw: 00000a40 c2011f20 c20127b4 c20127b4 c5014500 000f002a ffffffff 00000001
[ 42.159309] raw: 00000000
[ 42.168140] head: 00000a40 c2011f20 c20127b4 c20127b4 c5014500 000f002a ffffffff 00000001
[ 42.177226] head: 00000000 00000001 eee8c2d1 eee8c2f8 ffffffff 00000000 00000000 ffffffff
[ 42.186308] head: 00000000 00000000
[ 42.195262] page dumped because: kasan: bad access detected
[ 42.204236]
[ 42.213041] Memory state around the buggy address:
[ 42.221979] c5015180: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 42.230935] c5015200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 42.239759] >c5015280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 42.248805] ^
[ 42.257500] c5015300: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 42.266328] c5015380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 42.275026] ==================================================================
[ 42.285062] ok 51 mempool_kmalloc_invalid_free
[ 42.286648] ==================================================================
[ 42.304776] BUG: KASAN: invalid-free in mempool_kmalloc_invalid_free_helper+0x60/0x158
[ 42.314001] Free of addr c4f70001 by task kunit_try_catch/187
[ 42.323302]
[ 42.332401] CPU: 0 PID: 187 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 42.341760] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 42.351027] Call Trace:
[ 42.360117] [f3c6bd20] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 42.369344] [f3c6bd40] [c04d6c7c] print_report+0x1c0/0x5e4
[ 42.378636] [f3c6bda0] [c04d688c] kasan_report_invalid_free+0x84/0xb8
[ 42.387928] [f3c6be10] [c04d6148] check_page_allocation+0x74/0x98
[ 42.396949] [f3c6be30] [c04d662c] __kasan_mempool_poison_object+0x74/0xb4
[ 42.405975] [f3c6be50] [c039fc34] mempool_free+0x1c0/0x388
[ 42.414927] [f3c6be90] [c04e5308] mempool_kmalloc_invalid_free_helper+0x60/0x158
[ 42.423938] [f3c6bec0] [c04df618] mempool_kmalloc_large_invalid_free+0x50/0x80
[ 42.432950] [f3c6bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 42.441952] [f3c6bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 42.450989] [f3c6bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 42.459966] [f3c6bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 42.468937]
[ 42.478036] The buggy address belongs to the physical page:
[ 42.487011] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4f70
[ 42.496104] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 42.505307] flags: 0x40(head|zone=0)
[ 42.514385] page_type: 0xffffffff()
[ 42.523557] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 42.532795] raw: 00000000
[ 42.541902] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 42.551324] head: 00000000 00000002 eee8abc1 eee8abe8 ffffffff 00000000 00000000 ffffffff
[ 42.560795] head: 00000000 00000000
[ 42.570156] page dumped because: kasan: bad access detected
[ 42.579597]
[ 42.588892] Memory state around the buggy address:
[ 42.598288] c4f6ff00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 42.607769] c4f6ff80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 42.617208] >c4f70000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 42.626643] ^
[ 42.636075] c4f70080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 42.645526] c4f70100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 42.654909] ==================================================================
[ 42.665738] ok 52 mempool_kmalloc_large_invalid_free
[ 42.666923] ==================================================================
[ 42.686121] BUG: KASAN: global-out-of-bounds in kasan_global_oob_right+0x11c/0x120
[ 42.695798] Read of size 1 at addr c1fb0ced by task kunit_try_catch/189
[ 42.705495]
[ 42.715062] CPU: 0 PID: 189 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 42.724954] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 42.734743] Call Trace:
[ 42.744377] [f3c7bde0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 42.754181] [f3c7be00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 42.763947] [f3c7be60] [c04d729c] kasan_report+0xd8/0x13c
[ 42.773692] [f3c7bee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 42.783344] [f3c7bef0] [c04df764] kasan_global_oob_right+0x11c/0x120
[ 42.792914] [f3c7bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 42.802446] [f3c7bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 42.812165] [f3c7bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 42.821665] [f3c7bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 42.831168]
[ 42.840522] The buggy address belongs to the variable:
[ 42.849951] 0xc1fb0ced
[ 42.859391]
[ 42.868731] The buggy address belongs to the physical page:
[ 42.878197] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x1fb0
[ 42.887795] flags: 0x4000(reserved|zone=0)
[ 42.897451] page_type: 0xffffffff()
[ 42.907101] raw: 00004000 eee1f4c4 eee1f4c4 00000000 00000000 00000000 ffffffff 00000001
[ 42.916792] raw: 00000000
[ 42.926275] page dumped because: kasan: bad access detected
[ 42.935759]
[ 42.945021] Memory state around the buggy address:
[ 42.954532] c1fb0b80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 42.963911] c1fb0c00: 00 00 00 00 00 00 00 00 04 f9 f9 f9 04 f9 f9 f9
[ 42.973125] >c1fb0c80: 01 f9 f9 f9 02 f9 f9 f9 04 f9 f9 f9 00 02 f9 f9
[ 42.982266] ^
[ 42.991358] c1fb0d00: 00 f9 f9 f9 00 f9 f9 f9 00 f9 f9 f9 00 00 00 00
[ 43.000460] c1fb0d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 43.009528] ==================================================================
[ 43.020638] ok 53 kasan_global_oob_right
[ 43.021332] ==================================================================
[ 43.040175] BUG: KASAN: global-out-of-bounds in kasan_global_oob_left+0x11c/0x120
[ 43.049568] Read of size 1 at addr c1fb0cdd by task kunit_try_catch/191
[ 43.058991]
[ 43.068239] CPU: 1 PID: 191 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 43.077815] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 43.087506] Call Trace:
[ 43.096974] [f3c8bde0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 43.106627] [f3c8be00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 43.116253] [f3c8be60] [c04d729c] kasan_report+0xd8/0x13c
[ 43.125757] [f3c8bee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 43.135251] [f3c8bef0] [c04df884] kasan_global_oob_left+0x11c/0x120
[ 43.144678] [f3c8bf20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 43.154143] [f3c8bfa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 43.163676] [f3c8bfc0] [c00fc9c8] kthread+0x1f0/0x340
[ 43.173028] [f3c8bff0] [c002d304] start_kernel_thread+0x10/0x14
[ 43.182329]
[ 43.191461] The buggy address belongs to the variable:
[ 43.200672] 0xc1fb0cdd
[ 43.209800]
[ 43.218813] The buggy address belongs to the physical page:
[ 43.228151] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x1fb0
[ 43.237429] flags: 0x4000(reserved|zone=0)
[ 43.246759] page_type: 0xffffffff()
[ 43.256054] raw: 00004000 eee1f4c4 eee1f4c4 00000000 00000000 00000000 ffffffff 00000001
[ 43.265544] raw: 00000000
[ 43.274894] page dumped because: kasan: bad access detected
[ 43.284432]
[ 43.293854] Memory state around the buggy address:
[ 43.303205] c1fb0b80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 43.312571] c1fb0c00: 00 00 00 00 00 00 00 00 04 f9 f9 f9 04 f9 f9 f9
[ 43.321799] >c1fb0c80: 01 f9 f9 f9 02 f9 f9 f9 04 f9 f9 f9 00 02 f9 f9
[ 43.330900] ^
[ 43.339954] c1fb0d00: 00 f9 f9 f9 00 f9 f9 f9 00 f9 f9 f9 00 00 00 00
[ 43.348974] c1fb0d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 43.357838] ==================================================================
[ 43.368227] ok 54 kasan_global_oob_left
[ 43.369335] ok 55 kasan_stack_oob # SKIP Test requires CONFIG_KASAN_STACK=y
[ 43.379814] ok 56 kasan_alloca_oob_left # SKIP Test requires CONFIG_KASAN_STACK=y
[ 43.390360] ok 57 kasan_alloca_oob_right # SKIP Test requires CONFIG_KASAN_STACK=y
[ 43.400561] ==================================================================
[ 43.418916] BUG: KASAN: slab-out-of-bounds in memchr+0x8c/0xc0
[ 43.428285] Read of size 1 at addr c44d0b38 by task kunit_try_catch/199
[ 43.437604]
[ 43.446735] CPU: 0 PID: 199 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 43.456213] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 43.465644] Call Trace:
[ 43.474965] [f3cb3db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 43.484507] [f3cb3dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 43.494091] [f3cb3e30] [c04d729c] kasan_report+0xd8/0x13c
[ 43.503618] [f3cb3eb0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 43.513309] [f3cb3ec0] [c16eecbc] memchr+0x8c/0xc0
[ 43.522731] [f3cb3ef0] [c04dfb9c] kasan_memchr+0xc8/0x204
[ 43.532171] [f3cb3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 43.541550] [f3cb3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 43.550931] [f3cb3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 43.560365] [f3cb3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 43.569718]
[ 43.578956] Allocated by task 199 on cpu 0 at 43.400558s:
[ 43.588288] kasan_save_stack+0x44/0x74
[ 43.597638] kasan_save_track+0x20/0x40
[ 43.606950] kasan_save_alloc_info+0x48/0x60
[ 43.616222] poison_kmalloc_redzone+0x84/0xa4
[ 43.625467] __kasan_kmalloc+0x54/0x78
[ 43.634720] kmalloc_trace+0x1b4/0x288
[ 43.643865] kasan_memchr+0x8c/0x204
[ 43.653064] kunit_try_run_case+0x120/0x554
[ 43.662035] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 43.670951] kthread+0x1f0/0x340
[ 43.679738] start_kernel_thread+0x10/0x14
[ 43.688597]
[ 43.697178] The buggy address belongs to the object at c44d0b20
[ 43.697178] which belongs to the cache kmalloc-rnd-09-32 of size 32
[ 43.714404] The buggy address is located 0 bytes to the right of
[ 43.714404] allocated 24-byte region [c44d0b20, c44d0b38)
[ 43.731605]
[ 43.740158] The buggy address belongs to the physical page:
[ 43.748830] page: refcount:1 mapcount:0 mapping:00000000 index:0xc44d0420 pfn:0x44d0
[ 43.757645] flags: 0xa00(workingset|slab|zone=0)
[ 43.766445] page_type: 0xffffffff()
[ 43.775193] raw: 00000a00 c2013920 c2012cb4 c2012cb4 c44d0420 00070040 ffffffff 00000001
[ 43.784121] raw: 00000000
[ 43.792925] page dumped because: kasan: bad access detected
[ 43.801802]
[ 43.810579] Memory state around the buggy address:
[ 43.819620] c44d0a00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 43.828754] c44d0a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 43.837698] >c44d0b00: fc fc fc fc 00 00 00 fc fc fc fc fc fc fc fc fc
[ 43.846497] ^
[ 43.855176] c44d0b80: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 43.863949] c44d0c00: fc fc fc fc 00 00 00 00 fc fc fc fc fc fc fc fc
[ 43.872582] ==================================================================
[ 43.883076] ok 58 kasan_memchr
[ 43.883757] ==================================================================
[ 43.901258] BUG: KASAN: slab-out-of-bounds in memcmp+0x1e8/0x23c
[ 43.910154] Read of size 1 at addr c44d0438 by task kunit_try_catch/201
[ 43.919070]
[ 43.927897] CPU: 0 PID: 201 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 43.937107] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 43.946281] Call Trace:
[ 43.955596] [f3cc3d90] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 43.964939] [f3cc3db0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 43.974171] [f3cc3e10] [c04d729c] kasan_report+0xd8/0x13c
[ 43.983270] [f3cc3e90] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 43.992396] [f3cc3ea0] [c16ee9d8] memcmp+0x1e8/0x23c
[ 44.001436] [f3cc3ed0] [c04dfdd0] kasan_memcmp+0xf8/0x244
[ 44.010442] [f3cc3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 44.019373] [f3cc3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 44.028278] [f3cc3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 44.037088] [f3cc3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 44.045886]
[ 44.054490] Allocated by task 201 on cpu 0 at 43.883752s:
[ 44.063125] kasan_save_stack+0x44/0x74
[ 44.071710] kasan_save_track+0x20/0x40
[ 44.080264] kasan_save_alloc_info+0x48/0x60
[ 44.088836] poison_kmalloc_redzone+0x84/0xa4
[ 44.097278] __kasan_kmalloc+0x54/0x78
[ 44.105667] kmalloc_trace+0x1b4/0x288
[ 44.113996] kasan_memcmp+0x9c/0x244
[ 44.122307] kunit_try_run_case+0x120/0x554
[ 44.130628] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 44.138975] kthread+0x1f0/0x340
[ 44.147228] start_kernel_thread+0x10/0x14
[ 44.155498]
[ 44.163624] The buggy address belongs to the object at c44d0420
[ 44.163624] which belongs to the cache kmalloc-rnd-09-32 of size 32
[ 44.180176] The buggy address is located 0 bytes to the right of
[ 44.180176] allocated 24-byte region [c44d0420, c44d0438)
[ 44.197037]
[ 44.205426] The buggy address belongs to the physical page:
[ 44.214061] page: refcount:1 mapcount:0 mapping:00000000 index:0xc44d0ea0 pfn:0x44d0
[ 44.222784] flags: 0xa00(workingset|slab|zone=0)
[ 44.231519] page_type: 0xffffffff()
[ 44.240245] raw: 00000a00 c2013920 c2012cb4 c2012cb4 c44d0ea0 00080040 ffffffff 00000001
[ 44.249356] raw: 00000000
[ 44.258158] page dumped because: kasan: bad access detected
[ 44.267083]
[ 44.275914] Memory state around the buggy address:
[ 44.284833] c44d0300: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 44.293813] c44d0380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 44.302652] >c44d0400: fc fc fc fc 00 00 00 fc fc fc fc fc fc fc fc fc
[ 44.311400] ^
[ 44.320087] c44d0480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 44.328846] c44d0500: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 44.337531] ==================================================================
[ 44.347367] ok 59 kasan_memcmp
[ 44.348231] ==================================================================
[ 44.365541] BUG: KASAN: slab-use-after-free in strchr+0x78/0xa0
[ 44.374225] Read of size 1 at addr c44d0eb0 by task kunit_try_catch/203
[ 44.383126]
[ 44.391702] CPU: 0 PID: 203 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 44.400619] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 44.409712] Call Trace:
[ 44.418592] [f3cd3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 44.427752] [f3cd3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 44.436872] [f3cd3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 44.445930] [f3cd3ec0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 44.455107] [f3cd3ed0] [c16edee8] strchr+0x78/0xa0
[ 44.464272] [f3cd3ef0] [c04dfff0] kasan_strings+0xd4/0x5dc
[ 44.473274] [f3cd3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 44.482205] [f3cd3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 44.491106] [f3cd3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 44.499914] [f3cd3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 44.508711]
[ 44.517447] Allocated by task 203 on cpu 0 at 44.348224s:
[ 44.526064] kasan_save_stack+0x44/0x74
[ 44.534619] kasan_save_track+0x20/0x40
[ 44.543040] kasan_save_alloc_info+0x48/0x60
[ 44.551408] poison_kmalloc_redzone+0x84/0xa4
[ 44.559809] __kasan_kmalloc+0x54/0x78
[ 44.568161] kmalloc_trace+0x1b4/0x288
[ 44.576456] kasan_strings+0x94/0x5dc
[ 44.584832] kunit_try_run_case+0x120/0x554
[ 44.593111] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 44.601413] kthread+0x1f0/0x340
[ 44.609625] start_kernel_thread+0x10/0x14
[ 44.617850]
[ 44.625934] Freed by task 203 on cpu 0 at 44.348228s:
[ 44.634131] kasan_save_stack+0x44/0x74
[ 44.642462] kasan_save_track+0x20/0x40
[ 44.650634] kasan_save_free_info+0x54/0x70
[ 44.658813] poison_slab_object+0xec/0x148
[ 44.666982] __kasan_slab_free+0x20/0x50
[ 44.675136] kfree+0x94/0x1fc
[ 44.683272] kasan_strings+0xb4/0x5dc
[ 44.691426] kunit_try_run_case+0x120/0x554
[ 44.699697] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 44.707909] kthread+0x1f0/0x340
[ 44.716050] start_kernel_thread+0x10/0x14
[ 44.724215]
[ 44.732289] The buggy address belongs to the object at c44d0ea0
[ 44.732289] which belongs to the cache kmalloc-rnd-09-32 of size 32
[ 44.748671] The buggy address is located 16 bytes inside of
[ 44.748671] freed 32-byte region [c44d0ea0, c44d0ec0)
[ 44.764986]
[ 44.773033] The buggy address belongs to the physical page:
[ 44.781201] page: refcount:1 mapcount:0 mapping:00000000 index:0xc44d03a0 pfn:0x44d0
[ 44.789463] flags: 0xa00(workingset|slab|zone=0)
[ 44.797795] page_type: 0xffffffff()
[ 44.805938] raw: 00000a00 c2013920 c2012cb4 c2012cb4 c44d03a0 00090040 ffffffff 00000001
[ 44.814212] raw: 00000000
[ 44.822308] page dumped because: kasan: bad access detected
[ 44.830601]
[ 44.838647] Memory state around the buggy address:
[ 44.846795] c44d0d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 44.855000] c44d0e00: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 44.863215] >c44d0e80: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 44.871408] ^
[ 44.879528] c44d0f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 44.887721] c44d0f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 44.895908] ==================================================================
[ 44.904896] ==================================================================
[ 44.913181] BUG: KASAN: slab-use-after-free in strrchr+0x84/0xb0
[ 44.921237] Read of size 1 at addr c44d0eb0 by task kunit_try_catch/203
[ 44.929262]
[ 44.937191] CPU: 0 PID: 203 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 44.945333] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 44.953376] Call Trace:
[ 44.961235] [f3cd3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 44.969298] [f3cd3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 44.977281] [f3cd3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 44.985195] [f3cd3ec0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 44.993207] [f3cd3ed0] [c16ee104] strrchr+0x84/0xb0
[ 45.001173] [f3cd3ef0] [c04e005c] kasan_strings+0x140/0x5dc
[ 45.009135] [f3cd3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 45.017118] [f3cd3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 45.025164] [f3cd3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 45.033324] [f3cd3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 45.041318]
[ 45.049254] Allocated by task 203 on cpu 0 at 44.348224s:
[ 45.057195] kasan_save_stack+0x44/0x74
[ 45.065100] kasan_save_track+0x20/0x40
[ 45.072909] kasan_save_alloc_info+0x48/0x60
[ 45.080761] poison_kmalloc_redzone+0x84/0xa4
[ 45.088648] __kasan_kmalloc+0x54/0x78
[ 45.096511] kmalloc_trace+0x1b4/0x288
[ 45.104356] kasan_strings+0x94/0x5dc
[ 45.112197] kunit_try_run_case+0x120/0x554
[ 45.120073] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 45.128013] kthread+0x1f0/0x340
[ 45.135890] start_kernel_thread+0x10/0x14
[ 45.143756]
[ 45.151701] Freed by task 203 on cpu 0 at 44.348228s:
[ 45.159708] kasan_save_stack+0x44/0x74
[ 45.167604] kasan_save_track+0x20/0x40
[ 45.175404] kasan_save_free_info+0x54/0x70
[ 45.183238] poison_slab_object+0xec/0x148
[ 45.191099] __kasan_slab_free+0x20/0x50
[ 45.198950] kfree+0x94/0x1fc
[ 45.206764] kasan_strings+0xb4/0x5dc
[ 45.214596] kunit_try_run_case+0x120/0x554
[ 45.222452] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 45.230375] kthread+0x1f0/0x340
[ 45.238244] start_kernel_thread+0x10/0x14
[ 45.246096]
[ 45.253859] The buggy address belongs to the object at c44d0ea0
[ 45.253859] which belongs to the cache kmalloc-rnd-09-32 of size 32
[ 45.269710] The buggy address is located 16 bytes inside of
[ 45.269710] freed 32-byte region [c44d0ea0, c44d0ec0)
[ 45.285620]
[ 45.293415] The buggy address belongs to the physical page:
[ 45.301500] page: refcount:1 mapcount:0 mapping:00000000 index:0xc44d03a0 pfn:0x44d0
[ 45.309602] flags: 0xa00(workingset|slab|zone=0)
[ 45.317594] page_type: 0xffffffff()
[ 45.325470] raw: 00000a00 c2013920 c2012cb4 c2012cb4 c44d03a0 00090040 ffffffff 00000001
[ 45.333565] raw: 00000000
[ 45.341446] page dumped because: kasan: bad access detected
[ 45.349384]
[ 45.357168] Memory state around the buggy address:
[ 45.365045] c44d0d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 45.373032] c44d0e00: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 45.380901] >c44d0e80: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 45.388757] ^
[ 45.396738] c44d0f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 45.404695] c44d0f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 45.412555] ==================================================================
[ 45.421824] ==================================================================
[ 45.429769] BUG: KASAN: slab-use-after-free in strcmp+0xa8/0x10c
[ 45.437830] Read of size 1 at addr c44d0eb0 by task kunit_try_catch/203
[ 45.445857]
[ 45.453690] CPU: 0 PID: 203 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 45.461834] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 45.469884] Call Trace:
[ 45.477712] [f3cd3db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 45.485747] [f3cd3dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 45.493697] [f3cd3e30] [c04d729c] kasan_report+0xd8/0x13c
[ 45.501584] [f3cd3eb0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 45.509683] [f3cd3ec0] [c16edcdc] strcmp+0xa8/0x10c
[ 45.517629] [f3cd3ef0] [c04e00cc] kasan_strings+0x1b0/0x5dc
[ 45.525549] [f3cd3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 45.533486] [f3cd3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 45.541671] [f3cd3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 45.549632] [f3cd3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 45.557567]
[ 45.565629] Allocated by task 203 on cpu 0 at 44.348224s:
[ 45.573571] kasan_save_stack+0x44/0x74
[ 45.581472] kasan_save_track+0x20/0x40
[ 45.589280] kasan_save_alloc_info+0x48/0x60
[ 45.597131] poison_kmalloc_redzone+0x84/0xa4
[ 45.605020] __kasan_kmalloc+0x54/0x78
[ 45.612891] kmalloc_trace+0x1b4/0x288
[ 45.620844] kasan_strings+0x94/0x5dc
[ 45.628695] kunit_try_run_case+0x120/0x554
[ 45.636569] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 45.644506] kthread+0x1f0/0x340
[ 45.652382] start_kernel_thread+0x10/0x14
[ 45.660421]
[ 45.668215] Freed by task 203 on cpu 0 at 44.348228s:
[ 45.676125] kasan_save_stack+0x44/0x74
[ 45.684029] kasan_save_track+0x20/0x40
[ 45.691844] kasan_save_free_info+0x54/0x70
[ 45.699701] poison_slab_object+0xec/0x148
[ 45.707592] __kasan_slab_free+0x20/0x50
[ 45.715471] kfree+0x94/0x1fc
[ 45.723317] kasan_strings+0xb4/0x5dc
[ 45.731278] kunit_try_run_case+0x120/0x554
[ 45.739171] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 45.747118] kthread+0x1f0/0x340
[ 45.755005] start_kernel_thread+0x10/0x14
[ 45.762880]
[ 45.770667] The buggy address belongs to the object at c44d0ea0
[ 45.770667] which belongs to the cache kmalloc-rnd-09-32 of size 32
[ 45.786563] The buggy address is located 16 bytes inside of
[ 45.786563] freed 32-byte region [c44d0ea0, c44d0ec0)
[ 45.802408]
[ 45.810384] The buggy address belongs to the physical page:
[ 45.818340] page: refcount:1 mapcount:0 mapping:00000000 index:0xc44d03a0 pfn:0x44d0
[ 45.826421] flags: 0xa00(workingset|slab|zone=0)
[ 45.834400] page_type: 0xffffffff()
[ 45.842260] raw: 00000a00 c2013920 c2012cb4 c2012cb4 c44d03a0 00090040 ffffffff 00000001
[ 45.850334] raw: 00000000
[ 45.858299] page dumped because: kasan: bad access detected
[ 45.866226]
[ 45.874027] Memory state around the buggy address:
[ 45.881919] c44d0d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 45.889914] c44d0e00: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 45.897785] >c44d0e80: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 45.905647] ^
[ 45.913538] c44d0f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 45.921505] c44d0f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 45.929534] ==================================================================
[ 45.938273] ==================================================================
[ 45.946209] BUG: KASAN: slab-use-after-free in kasan_strings+0x550/0x5dc
[ 45.954252] Read of size 1 at addr c44d0eb0 by task kunit_try_catch/203
[ 45.962246]
[ 45.970153] CPU: 0 PID: 203 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 45.978271] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 45.986285] Call Trace:
[ 45.994117] [f3cd3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 46.002156] [f3cd3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 46.010122] [f3cd3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 46.018017] [f3cd3ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 46.026010] [f3cd3ef0] [c04e046c] kasan_strings+0x550/0x5dc
[ 46.033959] [f3cd3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 46.041906] [f3cd3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 46.050087] [f3cd3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 46.058079] [f3cd3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 46.066064]
[ 46.073859] Allocated by task 203 on cpu 0 at 44.348224s:
[ 46.081898] kasan_save_stack+0x44/0x74
[ 46.089776] kasan_save_track+0x20/0x40
[ 46.097568] kasan_save_alloc_info+0x48/0x60
[ 46.105317] poison_kmalloc_redzone+0x84/0xa4
[ 46.113134] __kasan_kmalloc+0x54/0x78
[ 46.120967] kmalloc_trace+0x1b4/0x288
[ 46.128779] kasan_strings+0x94/0x5dc
[ 46.136558] kunit_try_run_case+0x120/0x554
[ 46.144366] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 46.152254] kthread+0x1f0/0x340
[ 46.160116] start_kernel_thread+0x10/0x14
[ 46.168150]
[ 46.175896] Freed by task 203 on cpu 0 at 44.348228s:
[ 46.183770] kasan_save_stack+0x44/0x74
[ 46.191738] kasan_save_track+0x20/0x40
[ 46.199541] kasan_save_free_info+0x54/0x70
[ 46.207295] poison_slab_object+0xec/0x148
[ 46.215108] __kasan_slab_free+0x20/0x50
[ 46.222944] kfree+0x94/0x1fc
[ 46.230740] kasan_strings+0xb4/0x5dc
[ 46.238543] kunit_try_run_case+0x120/0x554
[ 46.246357] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 46.254243] kthread+0x1f0/0x340
[ 46.262098] start_kernel_thread+0x10/0x14
[ 46.269966]
[ 46.277704] The buggy address belongs to the object at c44d0ea0
[ 46.277704] which belongs to the cache kmalloc-rnd-09-32 of size 32
[ 46.293542] The buggy address is located 16 bytes inside of
[ 46.293542] freed 32-byte region [c44d0ea0, c44d0ec0)
[ 46.309408]
[ 46.317453] The buggy address belongs to the physical page:
[ 46.325384] page: refcount:1 mapcount:0 mapping:00000000 index:0xc44d03a0 pfn:0x44d0
[ 46.333481] flags: 0xa00(workingset|slab|zone=0)
[ 46.341554] page_type: 0xffffffff()
[ 46.349515] raw: 00000a00 c2013920 c2012cb4 c2012cb4 c44d03a0 00090040 ffffffff 00000001
[ 46.357598] raw: 00000000
[ 46.365553] page dumped because: kasan: bad access detected
[ 46.373532]
[ 46.381319] Memory state around the buggy address:
[ 46.389197] c44d0d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 46.397161] c44d0e00: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 46.405057] >c44d0e80: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 46.412829] ^
[ 46.420625] c44d0f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 46.428693] c44d0f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 46.436714] ==================================================================
[ 46.445330] ==================================================================
[ 46.453326] BUG: KASAN: slab-use-after-free in strnlen+0x88/0xbc
[ 46.461284] Read of size 1 at addr c44d0eb0 by task kunit_try_catch/203
[ 46.469385]
[ 46.477267] CPU: 0 PID: 203 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 46.485442] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 46.493567] Call Trace:
[ 46.501505] [f3cd3db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 46.509566] [f3cd3dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 46.517579] [f3cd3e30] [c04d729c] kasan_report+0xd8/0x13c
[ 46.525489] [f3cd3eb0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 46.533426] [f3cd3ec0] [c16ee27c] strnlen+0x88/0xbc
[ 46.541472] [f3cd3ef0] [c04e01b0] kasan_strings+0x294/0x5dc
[ 46.549424] [f3cd3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 46.557529] [f3cd3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 46.565532] [f3cd3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 46.573474] [f3cd3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 46.581400]
[ 46.589218] Allocated by task 203 on cpu 0 at 44.348224s:
[ 46.597137] kasan_save_stack+0x44/0x74
[ 46.605023] kasan_save_track+0x20/0x40
[ 46.612825] kasan_save_alloc_info+0x48/0x60
[ 46.620672] poison_kmalloc_redzone+0x84/0xa4
[ 46.628555] __kasan_kmalloc+0x54/0x78
[ 46.636411] kmalloc_trace+0x1b4/0x288
[ 46.644245] kasan_strings+0x94/0x5dc
[ 46.652176] kunit_try_run_case+0x120/0x554
[ 46.660049] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 46.667981] kthread+0x1f0/0x340
[ 46.676016] start_kernel_thread+0x10/0x14
[ 46.683885]
[ 46.691657] Freed by task 203 on cpu 0 at 44.348228s:
[ 46.699799] kasan_save_stack+0x44/0x74
[ 46.707701] kasan_save_track+0x20/0x40
[ 46.715505] kasan_save_free_info+0x54/0x70
[ 46.723346] poison_slab_object+0xec/0x148
[ 46.731217] __kasan_slab_free+0x20/0x50
[ 46.739076] kfree+0x94/0x1fc
[ 46.746896] kasan_strings+0xb4/0x5dc
[ 46.754728] kunit_try_run_case+0x120/0x554
[ 46.762693] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 46.770632] kthread+0x1f0/0x340
[ 46.778508] start_kernel_thread+0x10/0x14
[ 46.786368]
[ 46.794300] The buggy address belongs to the object at c44d0ea0
[ 46.794300] which belongs to the cache kmalloc-rnd-09-32 of size 32
[ 46.810164] The buggy address is located 16 bytes inside of
[ 46.810164] freed 32-byte region [c44d0ea0, c44d0ec0)
[ 46.825982]
[ 46.833773] The buggy address belongs to the physical page:
[ 46.841696] page: refcount:1 mapcount:0 mapping:00000000 index:0xc44d03a0 pfn:0x44d0
[ 46.849756] flags: 0xa00(workingset|slab|zone=0)
[ 46.857716] page_type: 0xffffffff()
[ 46.865556] raw: 00000a00 c2013920 c2012cb4 c2012cb4 c44d03a0 00090040 ffffffff 00000001
[ 46.873607] raw: 00000000
[ 46.881452] page dumped because: kasan: bad access detected
[ 46.889462]
[ 46.897257] Memory state around the buggy address:
[ 46.905140] c44d0d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 46.913125] c44d0e00: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 46.920996] >c44d0e80: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 46.928854] ^
[ 46.936735] c44d0f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 46.944855] c44d0f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 46.952720] ==================================================================
[ 46.961708] ==================================================================
[ 46.969640] BUG: KASAN: slab-use-after-free in kasan_strings+0x568/0x5dc
[ 46.977677] Read of size 1 at addr c44d0eb0 by task kunit_try_catch/203
[ 46.985668]
[ 46.993569] CPU: 0 PID: 203 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 47.001684] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 47.009701] Call Trace:
[ 47.017536] [f3cd3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 47.025574] [f3cd3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 47.033531] [f3cd3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 47.041422] [f3cd3ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 47.049414] [f3cd3ef0] [c04e0484] kasan_strings+0x568/0x5dc
[ 47.057536] [f3cd3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 47.065499] [f3cd3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 47.073521] [f3cd3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 47.081512] [f3cd3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 47.089510]
[ 47.097317] Allocated by task 203 on cpu 0 at 44.348224s:
[ 47.105359] kasan_save_stack+0x44/0x74
[ 47.113248] kasan_save_track+0x20/0x40
[ 47.121053] kasan_save_alloc_info+0x48/0x60
[ 47.128817] poison_kmalloc_redzone+0x84/0xa4
[ 47.136640] __kasan_kmalloc+0x54/0x78
[ 47.144480] kmalloc_trace+0x1b4/0x288
[ 47.152289] kasan_strings+0x94/0x5dc
[ 47.160074] kunit_try_run_case+0x120/0x554
[ 47.167890] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 47.175945] kthread+0x1f0/0x340
[ 47.183814] start_kernel_thread+0x10/0x14
[ 47.191683]
[ 47.199422] Freed by task 203 on cpu 0 at 44.348228s:
[ 47.207293] kasan_save_stack+0x44/0x74
[ 47.215264] kasan_save_track+0x20/0x40
[ 47.223068] kasan_save_free_info+0x54/0x70
[ 47.230820] poison_slab_object+0xec/0x148
[ 47.238630] __kasan_slab_free+0x20/0x50
[ 47.246457] kfree+0x94/0x1fc
[ 47.254246] kasan_strings+0xb4/0x5dc
[ 47.262045] kunit_try_run_case+0x120/0x554
[ 47.269861] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 47.277748] kthread+0x1f0/0x340
[ 47.285605] start_kernel_thread+0x10/0x14
[ 47.293637]
[ 47.301380] The buggy address belongs to the object at c44d0ea0
[ 47.301380] which belongs to the cache kmalloc-rnd-09-32 of size 32
[ 47.317228] The buggy address is located 16 bytes inside of
[ 47.317228] freed 32-byte region [c44d0ea0, c44d0ec0)
[ 47.333647]
[ 47.341558] The buggy address belongs to the physical page:
[ 47.349491] page: refcount:1 mapcount:0 mapping:00000000 index:0xc44d03a0 pfn:0x44d0
[ 47.357591] flags: 0xa00(workingset|slab|zone=0)
[ 47.365666] page_type: 0xffffffff()
[ 47.373622] raw: 00000a00 c2013920 c2012cb4 c2012cb4 c44d03a0 00090040 ffffffff 00000001
[ 47.381706] raw: 00000000
[ 47.389669] page dumped because: kasan: bad access detected
[ 47.397656]
[ 47.405453] Memory state around the buggy address:
[ 47.413336] c44d0d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 47.421311] c44d0e00: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 47.429217] >c44d0e80: fc fc fc fc fa fb fb fb fc fc fc fc fc fc fc fc
[ 47.436989] ^
[ 47.444947] c44d0f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 47.453011] c44d0f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 47.460877] ==================================================================
[ 47.469368] # kasan_strings: Test should be marked slow (runtime: 3.121156707s)
[ 47.470414] ok 60 kasan_strings
[ 47.479671] ==================================================================
[ 47.496200] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x68/0xca4
[ 47.504505] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 47.512799]
[ 47.520923] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 47.529314] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 47.537576] Call Trace:
[ 47.545742] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 47.554078] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 47.562371] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 47.570920] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 47.579188] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 47.587425] [f3ce3ef0] [c04e0560] kasan_bitops_generic+0x68/0xca4
[ 47.595660] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 47.603885] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 47.612129] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 47.620346] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 47.628558]
[ 47.636620] Allocated by task 205 on cpu 0 at 47.479667s:
[ 47.644807] kasan_save_stack+0x44/0x74
[ 47.653038] kasan_save_track+0x20/0x40
[ 47.661235] kasan_save_alloc_info+0x48/0x60
[ 47.669411] poison_kmalloc_redzone+0x84/0xa4
[ 47.677586] __kasan_kmalloc+0x54/0x78
[ 47.685868] __kmalloc+0x1b8/0x2e8
[ 47.694207] kzalloc+0x14/0x24
[ 47.702364] kasan_bitops_generic+0x30/0xca4
[ 47.710545] kunit_try_run_case+0x120/0x554
[ 47.718688] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 47.726891] kthread+0x1f0/0x340
[ 47.735051] start_kernel_thread+0x10/0x14
[ 47.743230]
[ 47.751282] The buggy address belongs to the object at c2b9f558
[ 47.751282] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 47.767879] The buggy address is located 4 bytes inside of
[ 47.767879] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 47.784642]
[ 47.792976] The buggy address belongs to the physical page:
[ 47.801721] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 47.810443] flags: 0xa00(workingset|slab|zone=0)
[ 47.819250] page_type: 0xffffffff()
[ 47.827909] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 47.836798] raw: 00000000
[ 47.845575] page dumped because: kasan: bad access detected
[ 47.854602]
[ 47.863306] Memory state around the buggy address:
[ 47.872061] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 47.880902] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 47.889660] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 47.898325] ^
[ 47.906887] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 47.915418] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 47.923875] ==================================================================
[ 47.932917] ==================================================================
[ 47.941423] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0xb98/0xca4
[ 47.949867] Read of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 47.958334]
[ 47.966669] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 47.975306] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 47.984170] Call Trace:
[ 47.992888] [f3ce3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 48.001814] [f3ce3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 48.010706] [f3ce3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 48.019635] [f3ce3ee0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 48.028540] [f3ce3ef0] [c04e1090] kasan_bitops_generic+0xb98/0xca4
[ 48.037351] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 48.046105] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 48.054841] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 48.063563] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 48.072145]
[ 48.080535] Allocated by task 205 on cpu 0 at 47.479667s:
[ 48.088980] kasan_save_stack+0x44/0x74
[ 48.097288] kasan_save_track+0x20/0x40
[ 48.105492] kasan_save_alloc_info+0x48/0x60
[ 48.113780] poison_kmalloc_redzone+0x84/0xa4
[ 48.121882] __kasan_kmalloc+0x54/0x78
[ 48.129987] __kmalloc+0x1b8/0x2e8
[ 48.138064] kzalloc+0x14/0x24
[ 48.146108] kasan_bitops_generic+0x30/0xca4
[ 48.154176] kunit_try_run_case+0x120/0x554
[ 48.162224] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 48.170294] kthread+0x1f0/0x340
[ 48.178370] start_kernel_thread+0x10/0x14
[ 48.186362]
[ 48.194206] The buggy address belongs to the object at c2b9f558
[ 48.194206] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 48.210171] The buggy address is located 4 bytes inside of
[ 48.210171] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 48.226401]
[ 48.234469] The buggy address belongs to the physical page:
[ 48.242682] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 48.251113] flags: 0xa00(workingset|slab|zone=0)
[ 48.259571] page_type: 0xffffffff()
[ 48.268172] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 48.276847] raw: 00000000
[ 48.285387] page dumped because: kasan: bad access detected
[ 48.294009]
[ 48.302516] Memory state around the buggy address:
[ 48.311243] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 48.319956] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 48.328559] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 48.337040] ^
[ 48.345494] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 48.353984] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 48.362390] ==================================================================
[ 48.371697] ==================================================================
[ 48.380012] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x150/0xca4
[ 48.388371] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 48.396852]
[ 48.404984] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 48.413437] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 48.421860] Call Trace:
[ 48.430321] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 48.438870] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 48.447466] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 48.456091] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 48.464684] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 48.473256] [f3ce3ef0] [c04e0648] kasan_bitops_generic+0x150/0xca4
[ 48.481904] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 48.490473] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 48.499186] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 48.507781] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 48.516331]
[ 48.524864] Allocated by task 205 on cpu 0 at 47.479667s:
[ 48.533296] kasan_save_stack+0x44/0x74
[ 48.541587] kasan_save_track+0x20/0x40
[ 48.549873] kasan_save_alloc_info+0x48/0x60
[ 48.557978] poison_kmalloc_redzone+0x84/0xa4
[ 48.566041] __kasan_kmalloc+0x54/0x78
[ 48.574115] __kmalloc+0x1b8/0x2e8
[ 48.582124] kzalloc+0x14/0x24
[ 48.590070] kasan_bitops_generic+0x30/0xca4
[ 48.598033] kunit_try_run_case+0x120/0x554
[ 48.605961] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 48.613898] kthread+0x1f0/0x340
[ 48.621784] start_kernel_thread+0x10/0x14
[ 48.629644]
[ 48.637391] The buggy address belongs to the object at c2b9f558
[ 48.637391] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 48.653246] The buggy address is located 4 bytes inside of
[ 48.653246] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 48.669347]
[ 48.677581] The buggy address belongs to the physical page:
[ 48.685759] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 48.694145] flags: 0xa00(workingset|slab|zone=0)
[ 48.702530] page_type: 0xffffffff()
[ 48.710904] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 48.719492] raw: 00000000
[ 48.727932] page dumped because: kasan: bad access detected
[ 48.736500]
[ 48.744951] Memory state around the buggy address:
[ 48.753486] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 48.762089] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 48.770571] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 48.778965] ^
[ 48.787333] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 48.795842] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 48.804256] ==================================================================
[ 48.813433] ==================================================================
[ 48.821683] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0xbb4/0xca4
[ 48.829892] Read of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 48.838083]
[ 48.846127] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 48.854497] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 48.862855] Call Trace:
[ 48.871097] [f3ce3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 48.879641] [f3ce3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 48.888239] [f3ce3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 48.896778] [f3ce3ee0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 48.905502] [f3ce3ef0] [c04e10ac] kasan_bitops_generic+0xbb4/0xca4
[ 48.914170] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 48.922917] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 48.931652] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 48.940263] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 48.948827]
[ 48.957200] Allocated by task 205 on cpu 0 at 47.479667s:
[ 48.965630] kasan_save_stack+0x44/0x74
[ 48.973920] kasan_save_track+0x20/0x40
[ 48.982108] kasan_save_alloc_info+0x48/0x60
[ 48.990212] poison_kmalloc_redzone+0x84/0xa4
[ 48.998285] __kasan_kmalloc+0x54/0x78
[ 49.006366] __kmalloc+0x1b8/0x2e8
[ 49.014432] kzalloc+0x14/0x24
[ 49.022565] kasan_bitops_generic+0x30/0xca4
[ 49.030627] kunit_try_run_case+0x120/0x554
[ 49.038667] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 49.046885] kthread+0x1f0/0x340
[ 49.054861] start_kernel_thread+0x10/0x14
[ 49.062843]
[ 49.070679] The buggy address belongs to the object at c2b9f558
[ 49.070679] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 49.086629] The buggy address is located 4 bytes inside of
[ 49.086629] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 49.102830]
[ 49.110888] The buggy address belongs to the physical page:
[ 49.119090] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 49.127508] flags: 0xa00(workingset|slab|zone=0)
[ 49.135955] page_type: 0xffffffff()
[ 49.144384] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 49.153153] raw: 00000000
[ 49.161692] page dumped because: kasan: bad access detected
[ 49.170313]
[ 49.178817] Memory state around the buggy address:
[ 49.187436] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 49.196136] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 49.204889] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 49.213372] ^
[ 49.221821] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 49.230307] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 49.238709] ==================================================================
[ 49.247604] ==================================================================
[ 49.255900] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x230/0xca4
[ 49.264239] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 49.272641]
[ 49.280759] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 49.289200] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 49.297607] Call Trace:
[ 49.305946] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 49.314473] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 49.323054] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 49.331831] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 49.340426] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 49.348996] [f3ce3ef0] [c04e0728] kasan_bitops_generic+0x230/0xca4
[ 49.357631] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 49.366184] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 49.374879] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 49.383463] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 49.392103]
[ 49.400462] Allocated by task 205 on cpu 0 at 47.479667s:
[ 49.408877] kasan_save_stack+0x44/0x74
[ 49.417156] kasan_save_track+0x20/0x40
[ 49.425332] kasan_save_alloc_info+0x48/0x60
[ 49.433425] poison_kmalloc_redzone+0x84/0xa4
[ 49.441485] __kasan_kmalloc+0x54/0x78
[ 49.449554] __kmalloc+0x1b8/0x2e8
[ 49.457718] kzalloc+0x14/0x24
[ 49.465664] kasan_bitops_generic+0x30/0xca4
[ 49.473626] kunit_try_run_case+0x120/0x554
[ 49.481552] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 49.489480] kthread+0x1f0/0x340
[ 49.497356] start_kernel_thread+0x10/0x14
[ 49.505310]
[ 49.513059] The buggy address belongs to the object at c2b9f558
[ 49.513059] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 49.528903] The buggy address is located 4 bytes inside of
[ 49.528903] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 49.544998]
[ 49.552982] The buggy address belongs to the physical page:
[ 49.561135] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 49.569503] flags: 0xa00(workingset|slab|zone=0)
[ 49.577869] page_type: 0xffffffff()
[ 49.586221] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 49.594793] raw: 00000000
[ 49.603217] page dumped because: kasan: bad access detected
[ 49.611960]
[ 49.620409] Memory state around the buggy address:
[ 49.628938] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 49.637629] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 49.646117] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 49.654508] ^
[ 49.662869] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 49.671269] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 49.679507] ==================================================================
[ 49.688458] ==================================================================
[ 49.696683] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x2a4/0xca4
[ 49.704872] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 49.713048]
[ 49.721075] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 49.729426] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 49.737941] Call Trace:
[ 49.746187] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 49.754824] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 49.763419] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 49.771947] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 49.780447] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 49.789003] [f3ce3ef0] [c04e079c] kasan_bitops_generic+0x2a4/0xca4
[ 49.797493] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 49.806070] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 49.814629] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 49.823083] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 49.831526]
[ 49.839743] Allocated by task 205 on cpu 0 at 47.479667s:
[ 49.848233] kasan_save_stack+0x44/0x74
[ 49.856439] kasan_save_track+0x20/0x40
[ 49.864665] kasan_save_alloc_info+0x48/0x60
[ 49.872776] poison_kmalloc_redzone+0x84/0xa4
[ 49.880824] __kasan_kmalloc+0x54/0x78
[ 49.888865] __kmalloc+0x1b8/0x2e8
[ 49.896855] kzalloc+0x14/0x24
[ 49.904799] kasan_bitops_generic+0x30/0xca4
[ 49.912768] kunit_try_run_case+0x120/0x554
[ 49.920702] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 49.928637] kthread+0x1f0/0x340
[ 49.936521] start_kernel_thread+0x10/0x14
[ 49.944384]
[ 49.952129] The buggy address belongs to the object at c2b9f558
[ 49.952129] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 49.967983] The buggy address is located 4 bytes inside of
[ 49.967983] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 49.984086]
[ 49.992074] The buggy address belongs to the physical page:
[ 50.000337] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 50.008731] flags: 0xa00(workingset|slab|zone=0)
[ 50.017283] page_type: 0xffffffff()
[ 50.025663] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 50.034248] raw: 00000000
[ 50.042684] page dumped because: kasan: bad access detected
[ 50.051244]
[ 50.059681] Memory state around the buggy address:
[ 50.068202] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 50.076791] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 50.085264] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 50.093646] ^
[ 50.102007] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 50.110410] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 50.118756] ==================================================================
[ 50.127604] ==================================================================
[ 50.135838] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0xbd0/0xca4
[ 50.144207] Read of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 50.152405]
[ 50.160439] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 50.168796] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 50.177138] Call Trace:
[ 50.185369] [f3ce3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 50.193899] [f3ce3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 50.202481] [f3ce3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 50.211005] [f3ce3ee0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 50.219574] [f3ce3ef0] [c04e10c8] kasan_bitops_generic+0xbd0/0xca4
[ 50.228214] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 50.236879] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 50.245592] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 50.254185] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 50.262729]
[ 50.271250] Allocated by task 205 on cpu 0 at 47.479667s:
[ 50.279677] kasan_save_stack+0x44/0x74
[ 50.287960] kasan_save_track+0x20/0x40
[ 50.296139] kasan_save_alloc_info+0x48/0x60
[ 50.304236] poison_kmalloc_redzone+0x84/0xa4
[ 50.312298] __kasan_kmalloc+0x54/0x78
[ 50.320367] __kmalloc+0x1b8/0x2e8
[ 50.328419] kzalloc+0x14/0x24
[ 50.336436] kasan_bitops_generic+0x30/0xca4
[ 50.344477] kunit_try_run_case+0x120/0x554
[ 50.352600] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 50.360652] kthread+0x1f0/0x340
[ 50.368604] start_kernel_thread+0x10/0x14
[ 50.376566]
[ 50.384381] The buggy address belongs to the object at c2b9f558
[ 50.384381] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 50.400301] The buggy address is located 4 bytes inside of
[ 50.400301] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 50.416479]
[ 50.424687] The buggy address belongs to the physical page:
[ 50.432886] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 50.441301] flags: 0xa00(workingset|slab|zone=0)
[ 50.449745] page_type: 0xffffffff()
[ 50.458165] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 50.466815] raw: 00000000
[ 50.475334] page dumped because: kasan: bad access detected
[ 50.484044]
[ 50.492542] Memory state around the buggy address:
[ 50.501148] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 50.509832] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 50.518406] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 50.526864] ^
[ 50.535295] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 50.543765] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 50.552318] ==================================================================
[ 50.561293] ==================================================================
[ 50.569587] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x324/0xca4
[ 50.577921] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 50.586216]
[ 50.594325] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 50.602863] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 50.611282] Call Trace:
[ 50.619631] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 50.628161] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 50.636741] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 50.645345] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 50.653918] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 50.662467] [f3ce3ef0] [c04e081c] kasan_bitops_generic+0x324/0xca4
[ 50.671096] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 50.679819] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 50.688525] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 50.697108] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 50.705643]
[ 50.713998] Allocated by task 205 on cpu 0 at 47.479667s:
[ 50.722514] kasan_save_stack+0x44/0x74
[ 50.730802] kasan_save_track+0x20/0x40
[ 50.738986] kasan_save_alloc_info+0x48/0x60
[ 50.747080] poison_kmalloc_redzone+0x84/0xa4
[ 50.755139] __kasan_kmalloc+0x54/0x78
[ 50.763208] __kmalloc+0x1b8/0x2e8
[ 50.771211] kzalloc+0x14/0x24
[ 50.779151] kasan_bitops_generic+0x30/0xca4
[ 50.787111] kunit_try_run_case+0x120/0x554
[ 50.795035] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 50.803131] kthread+0x1f0/0x340
[ 50.811023] start_kernel_thread+0x10/0x14
[ 50.818882]
[ 50.826623] The buggy address belongs to the object at c2b9f558
[ 50.826623] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 50.842561] The buggy address is located 4 bytes inside of
[ 50.842561] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 50.858656]
[ 50.866640] The buggy address belongs to the physical page:
[ 50.874794] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 50.883166] flags: 0xa00(workingset|slab|zone=0)
[ 50.891543] page_type: 0xffffffff()
[ 50.899906] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 50.908728] raw: 00000000
[ 50.917168] page dumped because: kasan: bad access detected
[ 50.925734]
[ 50.934174] Memory state around the buggy address:
[ 50.942696] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 50.951288] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 50.959940] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 50.968432] ^
[ 50.976803] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 50.985203] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 50.993440] ==================================================================
[ 51.002483] ==================================================================
[ 51.010714] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0xbec/0xca4
[ 51.018914] Read of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 51.027092]
[ 51.035120] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 51.043479] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 51.051829] Call Trace:
[ 51.060065] [f3ce3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 51.068604] [f3ce3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 51.077449] [f3ce3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 51.085991] [f3ce3ee0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 51.094569] [f3ce3ef0] [c04e10e4] kasan_bitops_generic+0xbec/0xca4
[ 51.103215] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 51.111786] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 51.120500] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 51.129101] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 51.137648]
[ 51.146009] Allocated by task 205 on cpu 0 at 47.479667s:
[ 51.154429] kasan_save_stack+0x44/0x74
[ 51.162708] kasan_save_track+0x20/0x40
[ 51.170886] kasan_save_alloc_info+0x48/0x60
[ 51.178981] poison_kmalloc_redzone+0x84/0xa4
[ 51.187042] __kasan_kmalloc+0x54/0x78
[ 51.195222] __kmalloc+0x1b8/0x2e8
[ 51.203449] kzalloc+0x14/0x24
[ 51.211486] kasan_bitops_generic+0x30/0xca4
[ 51.219533] kunit_try_run_case+0x120/0x554
[ 51.227555] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 51.235602] kthread+0x1f0/0x340
[ 51.243558] start_kernel_thread+0x10/0x14
[ 51.251528]
[ 51.259346] The buggy address belongs to the object at c2b9f558
[ 51.259346] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 51.275257] The buggy address is located 4 bytes inside of
[ 51.275257] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 51.291431]
[ 51.299474] The buggy address belongs to the physical page:
[ 51.307659] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 51.316066] flags: 0xa00(workingset|slab|zone=0)
[ 51.324602] page_type: 0xffffffff()
[ 51.333032] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 51.341688] raw: 00000000
[ 51.350213] page dumped because: kasan: bad access detected
[ 51.358989]
[ 51.367488] Memory state around the buggy address:
[ 51.376099] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 51.384790] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 51.393370] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 51.401830] ^
[ 51.410263] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 51.418733] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 51.427119] ==================================================================
[ 51.436061] ==================================================================
[ 51.444450] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x404/0xca4
[ 51.452792] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 51.461086]
[ 51.469186] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 51.477611] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 51.486171] Call Trace:
[ 51.494512] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 51.503027] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 51.511595] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 51.520192] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 51.528759] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 51.537303] [f3ce3ef0] [c04e08fc] kasan_bitops_generic+0x404/0xca4
[ 51.545931] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 51.554485] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 51.563279] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 51.571866] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 51.580407]
[ 51.588761] Allocated by task 205 on cpu 0 at 47.479667s:
[ 51.597171] kasan_save_stack+0x44/0x74
[ 51.605441] kasan_save_track+0x20/0x40
[ 51.613781] kasan_save_alloc_info+0x48/0x60
[ 51.621877] poison_kmalloc_redzone+0x84/0xa4
[ 51.629934] __kasan_kmalloc+0x54/0x78
[ 51.638002] __kmalloc+0x1b8/0x2e8
[ 51.646001] kzalloc+0x14/0x24
[ 51.653932] kasan_bitops_generic+0x30/0xca4
[ 51.661879] kunit_try_run_case+0x120/0x554
[ 51.669798] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 51.677817] kthread+0x1f0/0x340
[ 51.685700] start_kernel_thread+0x10/0x14
[ 51.693554]
[ 51.701294] The buggy address belongs to the object at c2b9f558
[ 51.701294] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 51.717126] The buggy address is located 4 bytes inside of
[ 51.717126] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 51.733213]
[ 51.741194] The buggy address belongs to the physical page:
[ 51.749352] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 51.757722] flags: 0xa00(workingset|slab|zone=0)
[ 51.766260] page_type: 0xffffffff()
[ 51.774631] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 51.783211] raw: 00000000
[ 51.791636] page dumped because: kasan: bad access detected
[ 51.800188]
[ 51.808724] Memory state around the buggy address:
[ 51.817255] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 51.825848] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 51.834325] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 51.842712] ^
[ 51.851074] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 51.859476] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 51.867709] ==================================================================
[ 51.876496] ==================================================================
[ 51.884720] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0xc08/0xca4
[ 51.893081] Read of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 51.901268]
[ 51.909558] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 51.917927] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 51.926380] Call Trace:
[ 51.934627] [f3ce3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 51.943168] [f3ce3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 51.951764] [f3ce3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 51.960294] [f3ce3ee0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 51.968867] [f3ce3ef0] [c04e1100] kasan_bitops_generic+0xc08/0xca4
[ 51.977510] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 51.986079] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 51.994792] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 52.003388] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 52.011947]
[ 52.020488] Allocated by task 205 on cpu 0 at 47.479667s:
[ 52.028937] kasan_save_stack+0x44/0x74
[ 52.037241] kasan_save_track+0x20/0x40
[ 52.045544] kasan_save_alloc_info+0x48/0x60
[ 52.053667] poison_kmalloc_redzone+0x84/0xa4
[ 52.061749] __kasan_kmalloc+0x54/0x78
[ 52.069840] __kmalloc+0x1b8/0x2e8
[ 52.077908] kzalloc+0x14/0x24
[ 52.085944] kasan_bitops_generic+0x30/0xca4
[ 52.093996] kunit_try_run_case+0x120/0x554
[ 52.102028] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 52.110087] kthread+0x1f0/0x340
[ 52.118053] start_kernel_thread+0x10/0x14
[ 52.126028]
[ 52.133855] The buggy address belongs to the object at c2b9f558
[ 52.133855] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 52.150344] The buggy address is located 4 bytes inside of
[ 52.150344] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 52.166575]
[ 52.174886] The buggy address belongs to the physical page:
[ 52.183110] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 52.191543] flags: 0xa00(workingset|slab|zone=0)
[ 52.200002] page_type: 0xffffffff()
[ 52.208443] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 52.217114] raw: 00000000
[ 52.225655] page dumped because: kasan: bad access detected
[ 52.234284]
[ 52.242797] Memory state around the buggy address:
[ 52.251425] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 52.260134] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 52.268738] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 52.277219] ^
[ 52.285674] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 52.294269] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 52.302848] ==================================================================
[ 52.312030] ==================================================================
[ 52.320351] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x4ec/0xca4
[ 52.328716] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 52.337035]
[ 52.345168] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 52.353628] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 52.362054] Call Trace:
[ 52.370417] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 52.378961] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 52.387557] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 52.396183] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 52.404780] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 52.413467] [f3ce3ef0] [c04e09e4] kasan_bitops_generic+0x4ec/0xca4
[ 52.422136] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 52.430890] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 52.439629] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 52.448247] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 52.456810]
[ 52.465186] Allocated by task 205 on cpu 0 at 47.479667s:
[ 52.473622] kasan_save_stack+0x44/0x74
[ 52.481926] kasan_save_track+0x20/0x40
[ 52.490125] kasan_save_alloc_info+0x48/0x60
[ 52.498239] poison_kmalloc_redzone+0x84/0xa4
[ 52.506314] __kasan_kmalloc+0x54/0x78
[ 52.514405] __kmalloc+0x1b8/0x2e8
[ 52.522435] kzalloc+0x14/0x24
[ 52.530502] kasan_bitops_generic+0x30/0xca4
[ 52.538493] kunit_try_run_case+0x120/0x554
[ 52.546447] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 52.554563] kthread+0x1f0/0x340
[ 52.562472] start_kernel_thread+0x10/0x14
[ 52.570348]
[ 52.578110] The buggy address belongs to the object at c2b9f558
[ 52.578110] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 52.593983] The buggy address is located 4 bytes inside of
[ 52.593983] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 52.610111]
[ 52.618113] The buggy address belongs to the physical page:
[ 52.626286] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 52.634675] flags: 0xa00(workingset|slab|zone=0)
[ 52.643069] page_type: 0xffffffff()
[ 52.651451] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 52.660146] raw: 00000000
[ 52.668600] page dumped because: kasan: bad access detected
[ 52.677180]
[ 52.685639] Memory state around the buggy address:
[ 52.694180] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 52.702792] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 52.711456] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 52.719874] ^
[ 52.728255] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 52.736670] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 52.744927] ==================================================================
[ 52.753805] ==================================================================
[ 52.762049] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x560/0xca4
[ 52.770370] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 52.778580]
[ 52.786627] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 52.794999] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 52.803362] Call Trace:
[ 52.811613] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 52.820163] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 52.828936] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 52.837489] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 52.846006] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 52.854586] [f3ce3ef0] [c04e0a58] kasan_bitops_generic+0x560/0xca4
[ 52.863085] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 52.871674] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 52.880241] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 52.888801] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 52.897250]
[ 52.905468] Allocated by task 205 on cpu 0 at 47.479667s:
[ 52.913718] kasan_save_stack+0x44/0x74
[ 52.921914] kasan_save_track+0x20/0x40
[ 52.929973] kasan_save_alloc_info+0x48/0x60
[ 52.937978] poison_kmalloc_redzone+0x84/0xa4
[ 52.946011] __kasan_kmalloc+0x54/0x78
[ 52.954209] __kmalloc+0x1b8/0x2e8
[ 52.962210] kzalloc+0x14/0x24
[ 52.970154] kasan_bitops_generic+0x30/0xca4
[ 52.978114] kunit_try_run_case+0x120/0x554
[ 52.986038] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 52.993967] kthread+0x1f0/0x340
[ 53.001947] start_kernel_thread+0x10/0x14
[ 53.009810]
[ 53.017551] The buggy address belongs to the object at c2b9f558
[ 53.017551] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 53.033629] The buggy address is located 4 bytes inside of
[ 53.033629] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 53.049734]
[ 53.057718] The buggy address belongs to the physical page:
[ 53.065872] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 53.074245] flags: 0xa00(workingset|slab|zone=0)
[ 53.082622] page_type: 0xffffffff()
[ 53.090986] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 53.099566] raw: 00000000
[ 53.108159] page dumped because: kasan: bad access detected
[ 53.116727]
[ 53.125163] Memory state around the buggy address:
[ 53.133785] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 53.142382] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 53.150857] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 53.159240] ^
[ 53.167591] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 53.175987] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 53.184223] ==================================================================
[ 53.192995] ==================================================================
[ 53.201215] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0xc24/0xca4
[ 53.209404] Read of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 53.217578]
[ 53.225605] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 53.234135] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 53.242495] Call Trace:
[ 53.250826] [f3ce3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 53.259361] [f3ce3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 53.267942] [f3ce3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 53.276461] [f3ce3ee0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 53.285022] [f3ce3ef0] [c04e111c] kasan_bitops_generic+0xc24/0xca4
[ 53.293659] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 53.302218] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 53.310920] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 53.319505] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 53.328044]
[ 53.336401] Allocated by task 205 on cpu 0 at 47.479667s:
[ 53.344817] kasan_save_stack+0x44/0x74
[ 53.353096] kasan_save_track+0x20/0x40
[ 53.361438] kasan_save_alloc_info+0x48/0x60
[ 53.369635] poison_kmalloc_redzone+0x84/0xa4
[ 53.377700] __kasan_kmalloc+0x54/0x78
[ 53.385774] __kmalloc+0x1b8/0x2e8
[ 53.393823] kzalloc+0x14/0x24
[ 53.401837] kasan_bitops_generic+0x30/0xca4
[ 53.409877] kunit_try_run_case+0x120/0x554
[ 53.417893] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 53.425934] kthread+0x1f0/0x340
[ 53.433881] start_kernel_thread+0x10/0x14
[ 53.441846]
[ 53.449665] The buggy address belongs to the object at c2b9f558
[ 53.449665] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 53.465580] The buggy address is located 4 bytes inside of
[ 53.465580] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 53.481766]
[ 53.489820] The buggy address belongs to the physical page:
[ 53.498120] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 53.506539] flags: 0xa00(workingset|slab|zone=0)
[ 53.515146] page_type: 0xffffffff()
[ 53.523580] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 53.532245] raw: 00000000
[ 53.540777] page dumped because: kasan: bad access detected
[ 53.549399]
[ 53.557899] Memory state around the buggy address:
[ 53.566512] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 53.575205] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 53.583791] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 53.592261] ^
[ 53.600703] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 53.609185] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 53.617684] ==================================================================
[ 53.626818] ==================================================================
[ 53.635116] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0x648/0xca4
[ 53.643627] Write of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 53.651940]
[ 53.660062] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 53.668506] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 53.676919] Call Trace:
[ 53.685263] [f3ce3dc0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 53.693793] [f3ce3de0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 53.702373] [f3ce3e40] [c04d729c] kasan_report+0xd8/0x13c
[ 53.710982] [f3ce3ec0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 53.719565] [f3ce3ee0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 53.728128] [f3ce3ef0] [c04e0b40] kasan_bitops_generic+0x648/0xca4
[ 53.736869] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 53.745444] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 53.754158] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 53.762754] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 53.771487]
[ 53.779862] Allocated by task 205 on cpu 0 at 47.479667s:
[ 53.788284] kasan_save_stack+0x44/0x74
[ 53.796569] kasan_save_track+0x20/0x40
[ 53.804755] kasan_save_alloc_info+0x48/0x60
[ 53.812860] poison_kmalloc_redzone+0x84/0xa4
[ 53.820933] __kasan_kmalloc+0x54/0x78
[ 53.829018] __kmalloc+0x1b8/0x2e8
[ 53.837035] kzalloc+0x14/0x24
[ 53.844985] kasan_bitops_generic+0x30/0xca4
[ 53.853054] kunit_try_run_case+0x120/0x554
[ 53.860998] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 53.868940] kthread+0x1f0/0x340
[ 53.876829] start_kernel_thread+0x10/0x14
[ 53.884695]
[ 53.892612] The buggy address belongs to the object at c2b9f558
[ 53.892612] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 53.908472] The buggy address is located 4 bytes inside of
[ 53.908472] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 53.924577]
[ 53.932566] The buggy address belongs to the physical page:
[ 53.940725] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 53.949102] flags: 0xa00(workingset|slab|zone=0)
[ 53.957479] page_type: 0xffffffff()
[ 53.965849] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 53.974433] raw: 00000000
[ 53.982968] page dumped because: kasan: bad access detected
[ 53.991540]
[ 53.999985] Memory state around the buggy address:
[ 54.008758] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 54.017371] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 54.025860] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 54.034260] ^
[ 54.042629] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 54.051201] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 54.059460] ==================================================================
[ 54.068279] ==================================================================
[ 54.076513] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0xc40/0xca4
[ 54.084713] Read of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 54.092893]
[ 54.101027] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 54.109396] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 54.117749] Call Trace:
[ 54.125990] [f3ce3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 54.134529] [f3ce3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 54.143122] [f3ce3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 54.151654] [f3ce3ee0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 54.160227] [f3ce3ef0] [c04e1138] kasan_bitops_generic+0xc40/0xca4
[ 54.168875] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 54.177614] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 54.186341] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 54.194947] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 54.203499]
[ 54.211866] Allocated by task 205 on cpu 0 at 47.479667s:
[ 54.220393] kasan_save_stack+0x44/0x74
[ 54.228693] kasan_save_track+0x20/0x40
[ 54.236878] kasan_save_alloc_info+0x48/0x60
[ 54.244979] poison_kmalloc_redzone+0x84/0xa4
[ 54.253047] __kasan_kmalloc+0x54/0x78
[ 54.261126] __kmalloc+0x1b8/0x2e8
[ 54.269186] kzalloc+0x14/0x24
[ 54.277203] kasan_bitops_generic+0x30/0xca4
[ 54.285242] kunit_try_run_case+0x120/0x554
[ 54.293257] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 54.301462] kthread+0x1f0/0x340
[ 54.309422] start_kernel_thread+0x10/0x14
[ 54.317385]
[ 54.325201] The buggy address belongs to the object at c2b9f558
[ 54.325201] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 54.341221] The buggy address is located 4 bytes inside of
[ 54.341221] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 54.357391]
[ 54.365424] The buggy address belongs to the physical page:
[ 54.373601] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 54.381997] flags: 0xa00(workingset|slab|zone=0)
[ 54.390424] page_type: 0xffffffff()
[ 54.398833] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 54.407471] raw: 00000000
[ 54.415982] page dumped because: kasan: bad access detected
[ 54.424584]
[ 54.433067] Memory state around the buggy address:
[ 54.441666] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 54.450347] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 54.459089] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 54.467648] ^
[ 54.476084] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 54.484556] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 54.492944] ==================================================================
[ 54.501887] ==================================================================
[ 54.510184] BUG: KASAN: slab-out-of-bounds in kasan_bitops_generic+0xc5c/0xca4
[ 54.518525] Read of size 4 at addr c2b9f55c by task kunit_try_catch/205
[ 54.526819]
[ 54.534921] CPU: 0 PID: 205 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 54.543352] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 54.551754] Call Trace:
[ 54.560088] [f3ce3de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 54.568604] [f3ce3e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 54.577173] [f3ce3e60] [c04d729c] kasan_report+0xd8/0x13c
[ 54.586020] [f3ce3ee0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 54.594678] [f3ce3ef0] [c04e1154] kasan_bitops_generic+0xc5c/0xca4
[ 54.603315] [f3ce3f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 54.612026] [f3ce3fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 54.620715] [f3ce3fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 54.629456] [f3ce3ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 54.638140]
[ 54.646607] Allocated by task 205 on cpu 0 at 47.479667s:
[ 54.655176] kasan_save_stack+0x44/0x74
[ 54.663636] kasan_save_track+0x20/0x40
[ 54.671912] kasan_save_alloc_info+0x48/0x60
[ 54.680136] poison_kmalloc_redzone+0x84/0xa4
[ 54.688298] __kasan_kmalloc+0x54/0x78
[ 54.696399] __kmalloc+0x1b8/0x2e8
[ 54.704600] kzalloc+0x14/0x24
[ 54.712804] kasan_bitops_generic+0x30/0xca4
[ 54.720856] kunit_try_run_case+0x120/0x554
[ 54.728881] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 54.736925] kthread+0x1f0/0x340
[ 54.744876] start_kernel_thread+0x10/0x14
[ 54.752843]
[ 54.760660] The buggy address belongs to the object at c2b9f558
[ 54.760660] which belongs to the cache kmalloc-rnd-09-8 of size 8
[ 54.776578] The buggy address is located 4 bytes inside of
[ 54.776578] allocated 5-byte region [c2b9f558, c2b9f55d)
[ 54.792769]
[ 54.800820] The buggy address belongs to the physical page:
[ 54.809021] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b9f2d8 pfn:0x2b9f
[ 54.817434] flags: 0xa00(workingset|slab|zone=0)
[ 54.825883] page_type: 0xffffffff()
[ 54.834415] raw: 00000a00 c2013720 c2012bb4 c2012bb4 c2b9f2d8 002f0066 ffffffff 00000001
[ 54.843086] raw: 00000000
[ 54.851622] page dumped because: kasan: bad access detected
[ 54.860245]
[ 54.868922] Memory state around the buggy address:
[ 54.877556] c2b9f400: fc fc fc 06 fc fc fc fc fc fc fc fc fc 05 fc fc
[ 54.886261] c2b9f480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 54.894861] >c2b9f500: fc fc fc fc fc fc fc fc fc fc fc 05 fc fc fc fc
[ 54.903342] ^
[ 54.911800] c2b9f580: fc fc fc fc fc 00 fc fc fc fc fc fc fc fc fc 07
[ 54.920297] c2b9f600: fc fc fc fc fc fc fc fc fc 07 fc fc fc fc fc fc
[ 54.928709] ==================================================================
[ 54.937959] # kasan_bitops_generic: Test should be marked slow (runtime: 7.458305396s)
[ 54.939157] ok 61 kasan_bitops_generic
[ 54.949814] ok 62 kasan_bitops_tags # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 54.959305] ==================================================================
[ 54.976536] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x252c/0x26d0
[ 54.985143] Read of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 54.993952]
[ 55.002463] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 55.011272] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 55.020381] Call Trace:
[ 55.029227] [f3d03dd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 55.038274] [f3d03df0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 55.047279] [f3d03e50] [c04d729c] kasan_report+0xd8/0x13c
[ 55.056300] [f3d03ed0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 55.065300] [f3d03ee0] [c04e3740] kasan_atomics+0x252c/0x26d0
[ 55.074466] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 55.083477] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 55.092464] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 55.101379] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 55.110241]
[ 55.118883] Allocated by task 209 on cpu 0 at 54.959289s:
[ 55.127803] kasan_save_stack+0x44/0x74
[ 55.136477] kasan_save_track+0x20/0x40
[ 55.145044] kasan_save_alloc_info+0x48/0x60
[ 55.153622] poison_kmalloc_redzone+0x84/0xa4
[ 55.162172] __kasan_kmalloc+0x54/0x78
[ 55.170668] __kmalloc+0x1b8/0x2e8
[ 55.179107] kzalloc+0x14/0x24
[ 55.187481] kasan_atomics+0x40/0x26d0
[ 55.195907] kunit_try_run_case+0x120/0x554
[ 55.204243] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 55.212585] kthread+0x1f0/0x340
[ 55.220868] start_kernel_thread+0x10/0x14
[ 55.229152]
[ 55.237397] The buggy address belongs to the object at c2b1c940
[ 55.237397] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 55.254300] The buggy address is located 0 bytes to the right of
[ 55.254300] allocated 48-byte region [c2b1c940, c2b1c970)
[ 55.271395]
[ 55.279912] The buggy address belongs to the physical page:
[ 55.288745] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 55.297587] flags: 0xa00(workingset|slab|zone=0)
[ 55.306419] page_type: 0xffffffff()
[ 55.315197] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 55.324214] raw: 00000000
[ 55.333219] page dumped because: kasan: bad access detected
[ 55.342217]
[ 55.351072] Memory state around the buggy address:
[ 55.359994] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 55.368998] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 55.377936] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 55.386841] ^
[ 55.395674] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 55.404440] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 55.413146] ==================================================================
[ 55.422613] ==================================================================
[ 55.431228] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x2548/0x26d0
[ 55.439897] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 55.448589]
[ 55.457255] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 55.466126] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 55.475050] Call Trace:
[ 55.483943] [f3d03dd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 55.493045] [f3d03df0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 55.502106] [f3d03e50] [c04d729c] kasan_report+0xd8/0x13c
[ 55.511192] [f3d03ed0] [c04d8eac] __asan_report_store4_noabort+0x1c/0x2c
[ 55.520260] [f3d03ee0] [c04e375c] kasan_atomics+0x2548/0x26d0
[ 55.529206] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 55.538082] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 55.546991] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 55.555944] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 55.564681]
[ 55.573238] Allocated by task 209 on cpu 0 at 54.959289s:
[ 55.581991] kasan_save_stack+0x44/0x74
[ 55.590538] kasan_save_track+0x20/0x40
[ 55.598898] kasan_save_alloc_info+0x48/0x60
[ 55.607199] poison_kmalloc_redzone+0x84/0xa4
[ 55.615436] __kasan_kmalloc+0x54/0x78
[ 55.623624] __kmalloc+0x1b8/0x2e8
[ 55.631811] kzalloc+0x14/0x24
[ 55.639932] kasan_atomics+0x40/0x26d0
[ 55.648034] kunit_try_run_case+0x120/0x554
[ 55.656128] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 55.664247] kthread+0x1f0/0x340
[ 55.672279] start_kernel_thread+0x10/0x14
[ 55.680487]
[ 55.688395] The buggy address belongs to the object at c2b1c940
[ 55.688395] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 55.704588] The buggy address is located 0 bytes to the right of
[ 55.704588] allocated 48-byte region [c2b1c940, c2b1c970)
[ 55.721006]
[ 55.729167] The buggy address belongs to the physical page:
[ 55.737472] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 55.745961] flags: 0xa00(workingset|slab|zone=0)
[ 55.754478] page_type: 0xffffffff()
[ 55.762996] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 55.771756] raw: 00000000
[ 55.780379] page dumped because: kasan: bad access detected
[ 55.789087]
[ 55.797712] Memory state around the buggy address:
[ 55.806457] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 55.815284] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 55.824028] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 55.832814] ^
[ 55.841652] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 55.850339] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 55.858952] ==================================================================
[ 55.868320] ==================================================================
[ 55.876802] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x2564/0x26d0
[ 55.885346] Read of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 55.893844]
[ 55.902149] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 55.910787] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 55.919404] Call Trace:
[ 55.927917] [f3d03dd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 55.936618] [f3d03df0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 55.945342] [f3d03e50] [c04d729c] kasan_report+0xd8/0x13c
[ 55.954144] [f3d03ed0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 55.962890] [f3d03ee0] [c04e3778] kasan_atomics+0x2564/0x26d0
[ 55.971769] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 55.980562] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 55.989325] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 55.998134] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 56.006886]
[ 56.015475] Allocated by task 209 on cpu 0 at 54.959289s:
[ 56.024160] kasan_save_stack+0x44/0x74
[ 56.032739] kasan_save_track+0x20/0x40
[ 56.041132] kasan_save_alloc_info+0x48/0x60
[ 56.049472] poison_kmalloc_redzone+0x84/0xa4
[ 56.057743] __kasan_kmalloc+0x54/0x78
[ 56.065966] __kmalloc+0x1b8/0x2e8
[ 56.074279] kzalloc+0x14/0x24
[ 56.082438] kasan_atomics+0x40/0x26d0
[ 56.090576] kunit_try_run_case+0x120/0x554
[ 56.098867] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 56.107026] kthread+0x1f0/0x340
[ 56.115087] start_kernel_thread+0x10/0x14
[ 56.123164]
[ 56.131091] The buggy address belongs to the object at c2b1c940
[ 56.131091] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 56.147242] The buggy address is located 0 bytes to the right of
[ 56.147242] allocated 48-byte region [c2b1c940, c2b1c970)
[ 56.163707]
[ 56.171894] The buggy address belongs to the physical page:
[ 56.180228] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 56.188992] flags: 0xa00(workingset|slab|zone=0)
[ 56.197547] page_type: 0xffffffff()
[ 56.206197] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 56.214994] raw: 00000000
[ 56.223650] page dumped because: kasan: bad access detected
[ 56.232391]
[ 56.241052] Memory state around the buggy address:
[ 56.249831] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 56.258856] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 56.267637] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 56.276345] ^
[ 56.285038] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 56.293738] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 56.302365] ==================================================================
[ 56.311802] ==================================================================
[ 56.320306] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x2580/0x26d0
[ 56.328982] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 56.337508]
[ 56.345836] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 56.354490] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 56.363118] Call Trace:
[ 56.371646] [f3d03dd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 56.380357] [f3d03df0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 56.389259] [f3d03e50] [c04d729c] kasan_report+0xd8/0x13c
[ 56.397965] [f3d03ed0] [c04d8eac] __asan_report_store4_noabort+0x1c/0x2c
[ 56.406710] [f3d03ee0] [c04e3794] kasan_atomics+0x2580/0x26d0
[ 56.415433] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 56.424223] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 56.432991] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 56.441812] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 56.450678]
[ 56.459271] Allocated by task 209 on cpu 0 at 54.959289s:
[ 56.467958] kasan_save_stack+0x44/0x74
[ 56.476536] kasan_save_track+0x20/0x40
[ 56.484931] kasan_save_alloc_info+0x48/0x60
[ 56.493272] poison_kmalloc_redzone+0x84/0xa4
[ 56.501547] __kasan_kmalloc+0x54/0x78
[ 56.509777] __kmalloc+0x1b8/0x2e8
[ 56.518158] kzalloc+0x14/0x24
[ 56.526326] kasan_atomics+0x40/0x26d0
[ 56.534459] kunit_try_run_case+0x120/0x554
[ 56.542582] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 56.550730] kthread+0x1f0/0x340
[ 56.558791] start_kernel_thread+0x10/0x14
[ 56.566963]
[ 56.574892] The buggy address belongs to the object at c2b1c940
[ 56.574892] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 56.591031] The buggy address is located 0 bytes to the right of
[ 56.591031] allocated 48-byte region [c2b1c940, c2b1c970)
[ 56.608021]
[ 56.616220] The buggy address belongs to the physical page:
[ 56.624550] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 56.633058] flags: 0xa00(workingset|slab|zone=0)
[ 56.641590] page_type: 0xffffffff()
[ 56.650120] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 56.658887] raw: 00000000
[ 56.667521] page dumped because: kasan: bad access detected
[ 56.676407]
[ 56.685059] Memory state around the buggy address:
[ 56.693818] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 56.702811] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 56.711572] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 56.720264] ^
[ 56.728938] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 56.737619] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 56.746224] ==================================================================
[ 56.755517] ==================================================================
[ 56.764002] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x250/0x26d0
[ 56.772546] Read of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 56.781045]
[ 56.789357] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 56.798164] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 56.806782] Call Trace:
[ 56.815390] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 56.824093] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 56.832812] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 56.841497] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 56.850153] [f3d03ed0] [c04d8f7c] __kasan_check_read+0x18/0x28
[ 56.858782] [f3d03ee0] [c04e1464] kasan_atomics+0x250/0x26d0
[ 56.867453] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 56.876054] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 56.884794] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 56.893418] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 56.902014]
[ 56.910457] Allocated by task 209 on cpu 0 at 54.959289s:
[ 56.918958] kasan_save_stack+0x44/0x74
[ 56.927487] kasan_save_track+0x20/0x40
[ 56.935853] kasan_save_alloc_info+0x48/0x60
[ 56.944037] poison_kmalloc_redzone+0x84/0xa4
[ 56.952183] __kasan_kmalloc+0x54/0x78
[ 56.960344] __kmalloc+0x1b8/0x2e8
[ 56.968436] kzalloc+0x14/0x24
[ 56.976455] kasan_atomics+0x40/0x26d0
[ 56.984466] kunit_try_run_case+0x120/0x554
[ 56.992453] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 57.000442] kthread+0x1f0/0x340
[ 57.008383] start_kernel_thread+0x10/0x14
[ 57.016299]
[ 57.024106] The buggy address belongs to the object at c2b1c940
[ 57.024106] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 57.040084] The buggy address is located 0 bytes to the right of
[ 57.040084] allocated 48-byte region [c2b1c940, c2b1c970)
[ 57.056367]
[ 57.064542] The buggy address belongs to the physical page:
[ 57.072805] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 57.081407] flags: 0xa00(workingset|slab|zone=0)
[ 57.089870] page_type: 0xffffffff()
[ 57.098316] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 57.106974] raw: 00000000
[ 57.115484] page dumped because: kasan: bad access detected
[ 57.124127]
[ 57.132679] Memory state around the buggy address:
[ 57.141318] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 57.150022] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 57.158628] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 57.167187] ^
[ 57.175746] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 57.184423] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 57.192856] ==================================================================
[ 57.201868] ==================================================================
[ 57.210659] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x2b4/0x26d0
[ 57.219041] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 57.227406]
[ 57.235620] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 57.244158] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 57.252687] Call Trace:
[ 57.261069] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 57.269723] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 57.278364] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 57.286945] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 57.295502] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 57.304212] [f3d03ee0] [c04e14c8] kasan_atomics+0x2b4/0x26d0
[ 57.312723] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 57.321325] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 57.329902] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 57.338547] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 57.347027]
[ 57.355308] Allocated by task 209 on cpu 0 at 54.959289s:
[ 57.363617] kasan_save_stack+0x44/0x74
[ 57.371869] kasan_save_track+0x20/0x40
[ 57.379989] kasan_save_alloc_info+0x48/0x60
[ 57.388055] poison_kmalloc_redzone+0x84/0xa4
[ 57.396153] __kasan_kmalloc+0x54/0x78
[ 57.404248] __kmalloc+0x1b8/0x2e8
[ 57.412311] kzalloc+0x14/0x24
[ 57.420439] kasan_atomics+0x40/0x26d0
[ 57.428471] kunit_try_run_case+0x120/0x554
[ 57.436472] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 57.444474] kthread+0x1f0/0x340
[ 57.452422] start_kernel_thread+0x10/0x14
[ 57.460508]
[ 57.468325] The buggy address belongs to the object at c2b1c940
[ 57.468325] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 57.484311] The buggy address is located 0 bytes to the right of
[ 57.484311] allocated 48-byte region [c2b1c940, c2b1c970)
[ 57.500587]
[ 57.508664] The buggy address belongs to the physical page:
[ 57.516912] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 57.525344] flags: 0xa00(workingset|slab|zone=0)
[ 57.533799] page_type: 0xffffffff()
[ 57.542252] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 57.551022] raw: 00000000
[ 57.559543] page dumped because: kasan: bad access detected
[ 57.568189]
[ 57.576745] Memory state around the buggy address:
[ 57.585384] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 57.594087] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 57.602694] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 57.611260] ^
[ 57.619987] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 57.628566] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 57.636991] ==================================================================
[ 57.646123] ==================================================================
[ 57.654503] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x31c/0x26d0
[ 57.662864] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 57.671317]
[ 57.679524] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 57.688051] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 57.696568] Call Trace:
[ 57.704936] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 57.713577] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 57.722213] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 57.730790] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 57.739339] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 57.748104] [f3d03ee0] [c04e1530] kasan_atomics+0x31c/0x26d0
[ 57.756608] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 57.765197] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 57.773764] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 57.782237] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 57.790801]
[ 57.799078] Allocated by task 209 on cpu 0 at 54.959289s:
[ 57.807374] kasan_save_stack+0x44/0x74
[ 57.815618] kasan_save_track+0x20/0x40
[ 57.823728] kasan_save_alloc_info+0x48/0x60
[ 57.831786] poison_kmalloc_redzone+0x84/0xa4
[ 57.839871] __kasan_kmalloc+0x54/0x78
[ 57.847958] __kmalloc+0x1b8/0x2e8
[ 57.856002] kzalloc+0x14/0x24
[ 57.864017] kasan_atomics+0x40/0x26d0
[ 57.872187] kunit_try_run_case+0x120/0x554
[ 57.880183] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 57.888171] kthread+0x1f0/0x340
[ 57.896105] start_kernel_thread+0x10/0x14
[ 57.904111]
[ 57.911913] The buggy address belongs to the object at c2b1c940
[ 57.911913] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 57.927862] The buggy address is located 0 bytes to the right of
[ 57.927862] allocated 48-byte region [c2b1c940, c2b1c970)
[ 57.944118]
[ 57.952183] The buggy address belongs to the physical page:
[ 57.960417] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 57.968833] flags: 0xa00(workingset|slab|zone=0)
[ 57.977267] page_type: 0xffffffff()
[ 57.985698] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 57.994350] raw: 00000000
[ 58.002858] page dumped because: kasan: bad access detected
[ 58.011500]
[ 58.020051] Memory state around the buggy address:
[ 58.028879] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 58.037687] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 58.046308] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 58.054878] ^
[ 58.063438] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 58.072008] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 58.080424] ==================================================================
[ 58.089427] ==================================================================
[ 58.097792] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x38c/0x26d0
[ 58.106141] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 58.114484]
[ 58.122681] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 58.131201] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 58.139711] Call Trace:
[ 58.148069] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 58.156956] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 58.165587] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 58.174150] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 58.182686] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 58.191271] [f3d03ee0] [c04e15a0] kasan_atomics+0x38c/0x26d0
[ 58.199747] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 58.208321] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 58.216879] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 58.225342] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 58.233791]
[ 58.242053] Allocated by task 209 on cpu 0 at 54.959289s:
[ 58.250591] kasan_save_stack+0x44/0x74
[ 58.258840] kasan_save_track+0x20/0x40
[ 58.266944] kasan_save_alloc_info+0x48/0x60
[ 58.275092] poison_kmalloc_redzone+0x84/0xa4
[ 58.283338] __kasan_kmalloc+0x54/0x78
[ 58.291425] __kmalloc+0x1b8/0x2e8
[ 58.299466] kzalloc+0x14/0x24
[ 58.307471] kasan_atomics+0x40/0x26d0
[ 58.315473] kunit_try_run_case+0x120/0x554
[ 58.323448] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 58.331420] kthread+0x1f0/0x340
[ 58.339343] start_kernel_thread+0x10/0x14
[ 58.347240]
[ 58.355025] The buggy address belongs to the object at c2b1c940
[ 58.355025] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 58.370956] The buggy address is located 0 bytes to the right of
[ 58.370956] allocated 48-byte region [c2b1c940, c2b1c970)
[ 58.387196]
[ 58.395252] The buggy address belongs to the physical page:
[ 58.403584] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 58.412007] flags: 0xa00(workingset|slab|zone=0)
[ 58.420449] page_type: 0xffffffff()
[ 58.428883] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 58.437701] raw: 00000000
[ 58.446214] page dumped because: kasan: bad access detected
[ 58.454853]
[ 58.463403] Memory state around the buggy address:
[ 58.472035] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 58.480733] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 58.489334] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 58.497887] ^
[ 58.506437] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 58.514999] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 58.523512] ==================================================================
[ 58.532532] ==================================================================
[ 58.540898] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x3fc/0x26d0
[ 58.549247] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 58.557585]
[ 58.565943] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 58.574467] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 58.582973] Call Trace:
[ 58.591332] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 58.599961] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 58.608579] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 58.617139] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 58.625673] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 58.634262] [f3d03ee0] [c04e1610] kasan_atomics+0x3fc/0x26d0
[ 58.642846] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 58.651442] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 58.660008] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 58.668476] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 58.676928]
[ 58.685189] Allocated by task 209 on cpu 0 at 54.959289s:
[ 58.693651] kasan_save_stack+0x44/0x74
[ 58.701908] kasan_save_track+0x20/0x40
[ 58.710028] kasan_save_alloc_info+0x48/0x60
[ 58.718093] poison_kmalloc_redzone+0x84/0xa4
[ 58.726181] __kasan_kmalloc+0x54/0x78
[ 58.734269] __kmalloc+0x1b8/0x2e8
[ 58.742316] kzalloc+0x14/0x24
[ 58.750335] kasan_atomics+0x40/0x26d0
[ 58.758450] kunit_try_run_case+0x120/0x554
[ 58.766445] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 58.774438] kthread+0x1f0/0x340
[ 58.782377] start_kernel_thread+0x10/0x14
[ 58.790292]
[ 58.798093] The buggy address belongs to the object at c2b1c940
[ 58.798093] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 58.814048] The buggy address is located 0 bytes to the right of
[ 58.814048] allocated 48-byte region [c2b1c940, c2b1c970)
[ 58.830308]
[ 58.838371] The buggy address belongs to the physical page:
[ 58.846768] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 58.855197] flags: 0xa00(workingset|slab|zone=0)
[ 58.863639] page_type: 0xffffffff()
[ 58.872078] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 58.880734] raw: 00000000
[ 58.889343] page dumped because: kasan: bad access detected
[ 58.897988]
[ 58.906542] Memory state around the buggy address:
[ 58.915181] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 58.923886] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 58.932492] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 58.941054] ^
[ 58.949615] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 58.958186] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 58.966602] ==================================================================
[ 58.975982] ==================================================================
[ 58.984358] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x46c/0x26d0
[ 58.992717] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 59.001170]
[ 59.009381] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 59.017911] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 59.026428] Call Trace:
[ 59.034799] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 59.043441] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 59.052078] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 59.060656] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 59.069206] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 59.077803] [f3d03ee0] [c04e1680] kasan_atomics+0x46c/0x26d0
[ 59.086293] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 59.095051] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 59.103631] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 59.112112] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 59.120678]
[ 59.128956] Allocated by task 209 on cpu 0 at 54.959289s:
[ 59.137256] kasan_save_stack+0x44/0x74
[ 59.145497] kasan_save_track+0x20/0x40
[ 59.153604] kasan_save_alloc_info+0x48/0x60
[ 59.161661] poison_kmalloc_redzone+0x84/0xa4
[ 59.169744] __kasan_kmalloc+0x54/0x78
[ 59.177829] __kmalloc+0x1b8/0x2e8
[ 59.185872] kzalloc+0x14/0x24
[ 59.193882] kasan_atomics+0x40/0x26d0
[ 59.201882] kunit_try_run_case+0x120/0x554
[ 59.209859] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 59.218000] kthread+0x1f0/0x340
[ 59.225942] start_kernel_thread+0x10/0x14
[ 59.233948]
[ 59.241741] The buggy address belongs to the object at c2b1c940
[ 59.241741] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 59.257673] The buggy address is located 0 bytes to the right of
[ 59.257673] allocated 48-byte region [c2b1c940, c2b1c970)
[ 59.273909]
[ 59.281967] The buggy address belongs to the physical page:
[ 59.290195] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 59.298604] flags: 0xa00(workingset|slab|zone=0)
[ 59.307033] page_type: 0xffffffff()
[ 59.315705] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 59.324360] raw: 00000000
[ 59.332861] page dumped because: kasan: bad access detected
[ 59.341486]
[ 59.350022] Memory state around the buggy address:
[ 59.358648] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 59.367442] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 59.376202] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 59.384758] ^
[ 59.393307] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 59.401869] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 59.410281] ==================================================================
[ 59.419275] ==================================================================
[ 59.427644] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x4dc/0x26d0
[ 59.435993] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 59.444330]
[ 59.452520] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 59.461033] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 59.469535] Call Trace:
[ 59.477885] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 59.486612] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 59.495232] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 59.503950] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 59.512485] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 59.521066] [f3d03ee0] [c04e16f0] kasan_atomics+0x4dc/0x26d0
[ 59.529539] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 59.538108] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 59.546655] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 59.555110] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 59.563546]
[ 59.571792] Allocated by task 209 on cpu 0 at 54.959289s:
[ 59.580071] kasan_save_stack+0x44/0x74
[ 59.588295] kasan_save_track+0x20/0x40
[ 59.596385] kasan_save_alloc_info+0x48/0x60
[ 59.604523] poison_kmalloc_redzone+0x84/0xa4
[ 59.612599] __kasan_kmalloc+0x54/0x78
[ 59.620670] __kmalloc+0x1b8/0x2e8
[ 59.628869] kzalloc+0x14/0x24
[ 59.636880] kasan_atomics+0x40/0x26d0
[ 59.644881] kunit_try_run_case+0x120/0x554
[ 59.652852] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 59.660823] kthread+0x1f0/0x340
[ 59.668743] start_kernel_thread+0x10/0x14
[ 59.676634]
[ 59.684414] The buggy address belongs to the object at c2b1c940
[ 59.684414] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 59.700341] The buggy address is located 0 bytes to the right of
[ 59.700341] allocated 48-byte region [c2b1c940, c2b1c970)
[ 59.716573]
[ 59.724630] The buggy address belongs to the physical page:
[ 59.732962] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 59.741383] flags: 0xa00(workingset|slab|zone=0)
[ 59.749827] page_type: 0xffffffff()
[ 59.758264] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 59.766919] raw: 00000000
[ 59.775425] page dumped because: kasan: bad access detected
[ 59.784225]
[ 59.792782] Memory state around the buggy address:
[ 59.801419] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 59.810122] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 59.818730] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 59.827291] ^
[ 59.835849] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 59.844422] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 59.852943] ==================================================================
[ 59.861878] ==================================================================
[ 59.870255] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x54c/0x26d0
[ 59.878615] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 59.886960]
[ 59.895158] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 59.903684] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 59.912374] Call Trace:
[ 59.920759] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 59.929407] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 59.938042] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 59.946618] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 59.955165] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 59.963762] [f3d03ee0] [c04e1760] kasan_atomics+0x54c/0x26d0
[ 59.972355] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 59.980955] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 59.989521] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 59.997992] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 60.006449]
[ 60.014723] Allocated by task 209 on cpu 0 at 54.959289s:
[ 60.023026] kasan_save_stack+0x44/0x74
[ 60.031279] kasan_save_track+0x20/0x40
[ 60.039566] kasan_save_alloc_info+0x48/0x60
[ 60.047641] poison_kmalloc_redzone+0x84/0xa4
[ 60.055743] __kasan_kmalloc+0x54/0x78
[ 60.063841] __kmalloc+0x1b8/0x2e8
[ 60.071906] kzalloc+0x14/0x24
[ 60.079930] kasan_atomics+0x40/0x26d0
[ 60.088048] kunit_try_run_case+0x120/0x554
[ 60.096050] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 60.104047] kthread+0x1f0/0x340
[ 60.111994] start_kernel_thread+0x10/0x14
[ 60.119915]
[ 60.127718] The buggy address belongs to the object at c2b1c940
[ 60.127718] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 60.143683] The buggy address is located 0 bytes to the right of
[ 60.143683] allocated 48-byte region [c2b1c940, c2b1c970)
[ 60.159951]
[ 60.168022] The buggy address belongs to the physical page:
[ 60.176267] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 60.184696] flags: 0xa00(workingset|slab|zone=0)
[ 60.193315] page_type: 0xffffffff()
[ 60.201777] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 60.210450] raw: 00000000
[ 60.219072] page dumped because: kasan: bad access detected
[ 60.227735]
[ 60.236304] Memory state around the buggy address:
[ 60.244961] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 60.253678] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 60.262299] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 60.270878] ^
[ 60.279454] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 60.288037] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 60.296469] ==================================================================
[ 60.305686] ==================================================================
[ 60.314086] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x5c0/0x26d0
[ 60.322878] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 60.331256]
[ 60.339573] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 60.348119] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 60.356650] Call Trace:
[ 60.365030] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 60.373680] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 60.382318] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 60.390895] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 60.399447] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 60.408046] [f3d03ee0] [c04e17d4] kasan_atomics+0x5c0/0x26d0
[ 60.416536] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 60.425124] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 60.433687] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 60.442164] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 60.450795]
[ 60.459173] Allocated by task 209 on cpu 0 at 54.959289s:
[ 60.467477] kasan_save_stack+0x44/0x74
[ 60.475721] kasan_save_track+0x20/0x40
[ 60.483834] kasan_save_alloc_info+0x48/0x60
[ 60.491893] poison_kmalloc_redzone+0x84/0xa4
[ 60.499980] __kasan_kmalloc+0x54/0x78
[ 60.508068] __kmalloc+0x1b8/0x2e8
[ 60.516114] kzalloc+0x14/0x24
[ 60.524134] kasan_atomics+0x40/0x26d0
[ 60.532144] kunit_try_run_case+0x120/0x554
[ 60.540132] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 60.548123] kthread+0x1f0/0x340
[ 60.556060] start_kernel_thread+0x10/0x14
[ 60.563968]
[ 60.572009] The buggy address belongs to the object at c2b1c940
[ 60.572009] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 60.587971] The buggy address is located 0 bytes to the right of
[ 60.587971] allocated 48-byte region [c2b1c940, c2b1c970)
[ 60.604231]
[ 60.612299] The buggy address belongs to the physical page:
[ 60.620540] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 60.628961] flags: 0xa00(workingset|slab|zone=0)
[ 60.637408] page_type: 0xffffffff()
[ 60.645845] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 60.654500] raw: 00000000
[ 60.663003] page dumped because: kasan: bad access detected
[ 60.671633]
[ 60.680177] Memory state around the buggy address:
[ 60.688809] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 60.697504] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 60.706205] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 60.714766] ^
[ 60.723322] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 60.732050] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 60.740471] ==================================================================
[ 60.749485] ==================================================================
[ 60.757855] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x630/0x26d0
[ 60.766207] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 60.774539]
[ 60.782725] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 60.791235] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 60.799732] Call Trace:
[ 60.808080] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 60.816806] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 60.825425] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 60.833976] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 60.842504] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 60.851246] [f3d03ee0] [c04e1844] kasan_atomics+0x630/0x26d0
[ 60.859726] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 60.868291] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 60.876832] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 60.885284] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 60.893722]
[ 60.901971] Allocated by task 209 on cpu 0 at 54.959289s:
[ 60.910251] kasan_save_stack+0x44/0x74
[ 60.918478] kasan_save_track+0x20/0x40
[ 60.926572] kasan_save_alloc_info+0x48/0x60
[ 60.934717] poison_kmalloc_redzone+0x84/0xa4
[ 60.942796] __kasan_kmalloc+0x54/0x78
[ 60.950870] __kmalloc+0x1b8/0x2e8
[ 60.958904] kzalloc+0x14/0x24
[ 60.966905] kasan_atomics+0x40/0x26d0
[ 60.975064] kunit_try_run_case+0x120/0x554
[ 60.983047] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 60.991025] kthread+0x1f0/0x340
[ 60.998949] start_kernel_thread+0x10/0x14
[ 61.006846]
[ 61.014632] The buggy address belongs to the object at c2b1c940
[ 61.014632] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 61.030572] The buggy address is located 0 bytes to the right of
[ 61.030572] allocated 48-byte region [c2b1c940, c2b1c970)
[ 61.046809]
[ 61.054869] The buggy address belongs to the physical page:
[ 61.063196] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 61.071610] flags: 0xa00(workingset|slab|zone=0)
[ 61.080042] page_type: 0xffffffff()
[ 61.088474] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 61.097118] raw: 00000000
[ 61.105619] page dumped because: kasan: bad access detected
[ 61.114246]
[ 61.122791] Memory state around the buggy address:
[ 61.131585] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 61.140290] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 61.148891] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 61.157442] ^
[ 61.165990] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 61.174551] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 61.183058] ==================================================================
[ 61.192116] ==================================================================
[ 61.200489] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x6a0/0x26d0
[ 61.208845] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 61.217185]
[ 61.225376] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 61.233895] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 61.242406] Call Trace:
[ 61.250773] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 61.259585] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 61.268223] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 61.276793] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 61.285329] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 61.293918] [f3d03ee0] [c04e18b4] kasan_atomics+0x6a0/0x26d0
[ 61.302500] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 61.311088] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 61.319654] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 61.328119] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 61.336572]
[ 61.344834] Allocated by task 209 on cpu 0 at 54.959289s:
[ 61.353126] kasan_save_stack+0x44/0x74
[ 61.361618] kasan_save_track+0x20/0x40
[ 61.369738] kasan_save_alloc_info+0x48/0x60
[ 61.377796] poison_kmalloc_redzone+0x84/0xa4
[ 61.386049] __kasan_kmalloc+0x54/0x78
[ 61.394142] __kmalloc+0x1b8/0x2e8
[ 61.402184] kzalloc+0x14/0x24
[ 61.410199] kasan_atomics+0x40/0x26d0
[ 61.418309] kunit_try_run_case+0x120/0x554
[ 61.426300] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 61.434282] kthread+0x1f0/0x340
[ 61.442213] start_kernel_thread+0x10/0x14
[ 61.450119]
[ 61.457906] The buggy address belongs to the object at c2b1c940
[ 61.457906] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 61.474385] The buggy address is located 0 bytes to the right of
[ 61.474385] allocated 48-byte region [c2b1c940, c2b1c970)
[ 61.490652]
[ 61.498719] The buggy address belongs to the physical page:
[ 61.506956] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 61.515376] flags: 0xa00(workingset|slab|zone=0)
[ 61.523820] page_type: 0xffffffff()
[ 61.532257] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 61.541083] raw: 00000000
[ 61.549693] page dumped because: kasan: bad access detected
[ 61.558334]
[ 61.566877] Memory state around the buggy address:
[ 61.575503] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 61.584194] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 61.592792] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 61.601344] ^
[ 61.609895] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 61.618461] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 61.626877] ==================================================================
[ 61.636035] ==================================================================
[ 61.644405] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x718/0x26d0
[ 61.652759] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 61.661102]
[ 61.669550] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 61.678080] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 61.686589] Call Trace:
[ 61.694948] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 61.703575] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 61.712197] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 61.720760] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 61.729296] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 61.737882] [f3d03ee0] [c04e192c] kasan_atomics+0x718/0x26d0
[ 61.746364] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 61.754942] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 61.763494] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 61.771954] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 61.780402]
[ 61.788762] Allocated by task 209 on cpu 0 at 54.959289s:
[ 61.797214] kasan_save_stack+0x44/0x74
[ 61.805452] kasan_save_track+0x20/0x40
[ 61.813552] kasan_save_alloc_info+0x48/0x60
[ 61.821596] poison_kmalloc_redzone+0x84/0xa4
[ 61.829671] __kasan_kmalloc+0x54/0x78
[ 61.837744] __kmalloc+0x1b8/0x2e8
[ 61.845774] kzalloc+0x14/0x24
[ 61.853770] kasan_atomics+0x40/0x26d0
[ 61.861760] kunit_try_run_case+0x120/0x554
[ 61.869721] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 61.877683] kthread+0x1f0/0x340
[ 61.885598] start_kernel_thread+0x10/0x14
[ 61.893487]
[ 61.901369] The buggy address belongs to the object at c2b1c940
[ 61.901369] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 61.917301] The buggy address is located 0 bytes to the right of
[ 61.917301] allocated 48-byte region [c2b1c940, c2b1c970)
[ 61.933533]
[ 61.941586] The buggy address belongs to the physical page:
[ 61.949979] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 61.958393] flags: 0xa00(workingset|slab|zone=0)
[ 61.966825] page_type: 0xffffffff()
[ 61.975251] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 61.983896] raw: 00000000
[ 61.992390] page dumped because: kasan: bad access detected
[ 62.001014]
[ 62.009557] Memory state around the buggy address:
[ 62.018184] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 62.026877] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 62.035579] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 62.044139] ^
[ 62.052689] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 62.061248] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 62.069655] ==================================================================
[ 62.078766] ==================================================================
[ 62.087130] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x79c/0x26d0
[ 62.095478] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 62.103814]
[ 62.112007] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 62.120527] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 62.129033] Call Trace:
[ 62.137390] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 62.146020] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 62.154742] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 62.163309] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 62.171844] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 62.180430] [f3d03ee0] [c04e19b0] kasan_atomics+0x79c/0x26d0
[ 62.188906] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 62.197480] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 62.206220] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 62.214690] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 62.223137]
[ 62.231392] Allocated by task 209 on cpu 0 at 54.959289s:
[ 62.239677] kasan_save_stack+0x44/0x74
[ 62.247908] kasan_save_track+0x20/0x40
[ 62.256007] kasan_save_alloc_info+0x48/0x60
[ 62.264051] poison_kmalloc_redzone+0x84/0xa4
[ 62.272222] __kasan_kmalloc+0x54/0x78
[ 62.280301] __kmalloc+0x1b8/0x2e8
[ 62.288338] kzalloc+0x14/0x24
[ 62.296336] kasan_atomics+0x40/0x26d0
[ 62.304328] kunit_try_run_case+0x120/0x554
[ 62.312296] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 62.320269] kthread+0x1f0/0x340
[ 62.328359] start_kernel_thread+0x10/0x14
[ 62.336265]
[ 62.344055] The buggy address belongs to the object at c2b1c940
[ 62.344055] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 62.359984] The buggy address is located 0 bytes to the right of
[ 62.359984] allocated 48-byte region [c2b1c940, c2b1c970)
[ 62.376221]
[ 62.384280] The buggy address belongs to the physical page:
[ 62.392509] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 62.401026] flags: 0xa00(workingset|slab|zone=0)
[ 62.409479] page_type: 0xffffffff()
[ 62.417922] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 62.426828] raw: 00000000
[ 62.435346] page dumped because: kasan: bad access detected
[ 62.443984]
[ 62.452536] Memory state around the buggy address:
[ 62.461166] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 62.469858] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 62.478457] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 62.487178] ^
[ 62.495738] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 62.504302] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 62.512720] ==================================================================
[ 62.521826] ==================================================================
[ 62.530198] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x858/0x26d0
[ 62.538551] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 62.546890]
[ 62.555080] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 62.563593] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 62.572096] Call Trace:
[ 62.580452] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 62.589078] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 62.597693] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 62.606252] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 62.614959] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 62.623555] [f3d03ee0] [c04e1a6c] kasan_atomics+0x858/0x26d0
[ 62.632038] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 62.640712] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 62.649273] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 62.657729] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 62.666170]
[ 62.674420] Allocated by task 209 on cpu 0 at 54.959289s:
[ 62.682697] kasan_save_stack+0x44/0x74
[ 62.690924] kasan_save_track+0x20/0x40
[ 62.699020] kasan_save_alloc_info+0x48/0x60
[ 62.707060] poison_kmalloc_redzone+0x84/0xa4
[ 62.715130] __kasan_kmalloc+0x54/0x78
[ 62.723195] __kmalloc+0x1b8/0x2e8
[ 62.731216] kzalloc+0x14/0x24
[ 62.739374] kasan_atomics+0x40/0x26d0
[ 62.747376] kunit_try_run_case+0x120/0x554
[ 62.755440] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 62.763415] kthread+0x1f0/0x340
[ 62.771336] start_kernel_thread+0x10/0x14
[ 62.779230]
[ 62.787007] The buggy address belongs to the object at c2b1c940
[ 62.787007] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 62.802927] The buggy address is located 0 bytes to the right of
[ 62.802927] allocated 48-byte region [c2b1c940, c2b1c970)
[ 62.819154]
[ 62.827205] The buggy address belongs to the physical page:
[ 62.835430] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 62.843841] flags: 0xa00(workingset|slab|zone=0)
[ 62.852279] page_type: 0xffffffff()
[ 62.860709] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 62.869351] raw: 00000000
[ 62.877845] page dumped because: kasan: bad access detected
[ 62.886572]
[ 62.895280] Memory state around the buggy address:
[ 62.903919] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 62.912616] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 62.921212] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 62.929764] ^
[ 62.938307] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 62.946866] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 62.955274] ==================================================================
[ 62.964756] ==================================================================
[ 62.973132] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x25b8/0x26d0
[ 62.981486] Read of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 62.989935]
[ 62.998133] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 63.006816] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 63.015337] Call Trace:
[ 63.023707] [f3d03dd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 63.032345] [f3d03df0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 63.040973] [f3d03e50] [c04d729c] kasan_report+0xd8/0x13c
[ 63.049541] [f3d03ed0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 63.058154] [f3d03ee0] [c04e37cc] kasan_atomics+0x25b8/0x26d0
[ 63.066812] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 63.075402] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 63.084137] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 63.092753] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 63.101340]
[ 63.109881] Allocated by task 209 on cpu 0 at 54.959289s:
[ 63.118385] kasan_save_stack+0x44/0x74
[ 63.126745] kasan_save_track+0x20/0x40
[ 63.135168] kasan_save_alloc_info+0x48/0x60
[ 63.143351] poison_kmalloc_redzone+0x84/0xa4
[ 63.151499] __kasan_kmalloc+0x54/0x78
[ 63.159655] __kmalloc+0x1b8/0x2e8
[ 63.167789] kzalloc+0x14/0x24
[ 63.175884] kasan_atomics+0x40/0x26d0
[ 63.183988] kunit_try_run_case+0x120/0x554
[ 63.192089] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 63.200214] kthread+0x1f0/0x340
[ 63.208250] start_kernel_thread+0x10/0x14
[ 63.216297]
[ 63.224298] The buggy address belongs to the object at c2b1c940
[ 63.224298] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 63.240395] The buggy address is located 0 bytes to the right of
[ 63.240395] allocated 48-byte region [c2b1c940, c2b1c970)
[ 63.256796]
[ 63.264950] The buggy address belongs to the physical page:
[ 63.273253] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 63.281743] flags: 0xa00(workingset|slab|zone=0)
[ 63.290420] page_type: 0xffffffff()
[ 63.298945] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 63.307703] raw: 00000000
[ 63.316333] page dumped because: kasan: bad access detected
[ 63.325047]
[ 63.333678] Memory state around the buggy address:
[ 63.342431] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 63.351265] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 63.360117] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 63.368814] ^
[ 63.377482] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 63.386158] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 63.394762] ==================================================================
[ 63.403942] ==================================================================
[ 63.412415] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x8f4/0x26d0
[ 63.421364] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 63.429883]
[ 63.438198] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 63.446836] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 63.455446] Call Trace:
[ 63.463953] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 63.472643] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 63.481456] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 63.490143] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 63.498800] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 63.507434] [f3d03ee0] [c04e1b08] kasan_atomics+0x8f4/0x26d0
[ 63.516102] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 63.524700] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 63.533440] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 63.542060] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 63.550805]
[ 63.559250] Allocated by task 209 on cpu 0 at 54.959289s:
[ 63.567741] kasan_save_stack+0x44/0x74
[ 63.576093] kasan_save_track+0x20/0x40
[ 63.584343] kasan_save_alloc_info+0x48/0x60
[ 63.592509] poison_kmalloc_redzone+0x84/0xa4
[ 63.600744] __kasan_kmalloc+0x54/0x78
[ 63.608900] __kmalloc+0x1b8/0x2e8
[ 63.616982] kzalloc+0x14/0x24
[ 63.624995] kasan_atomics+0x40/0x26d0
[ 63.632994] kunit_try_run_case+0x120/0x554
[ 63.640971] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 63.648948] kthread+0x1f0/0x340
[ 63.656871] start_kernel_thread+0x10/0x14
[ 63.664767]
[ 63.672719] The buggy address belongs to the object at c2b1c940
[ 63.672719] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 63.688668] The buggy address is located 0 bytes to the right of
[ 63.688668] allocated 48-byte region [c2b1c940, c2b1c970)
[ 63.704912]
[ 63.712971] The buggy address belongs to the physical page:
[ 63.721204] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 63.729718] flags: 0xa00(workingset|slab|zone=0)
[ 63.738161] page_type: 0xffffffff()
[ 63.746594] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 63.755242] raw: 00000000
[ 63.763737] page dumped because: kasan: bad access detected
[ 63.772365]
[ 63.780906] Memory state around the buggy address:
[ 63.789540] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 63.798235] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 63.806838] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 63.815397] ^
[ 63.823955] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 63.832693] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 63.841127] ==================================================================
[ 63.850209] ==================================================================
[ 63.858594] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x96c/0x26d0
[ 63.866960] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 63.875313]
[ 63.883518] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 63.892046] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 63.900566] Call Trace:
[ 63.908939] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 63.917580] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 63.926212] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 63.934786] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 63.943333] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 63.951932] [f3d03ee0] [c04e1b80] kasan_atomics+0x96c/0x26d0
[ 63.960597] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 63.969294] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 63.977866] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 63.986338] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 63.994799]
[ 64.003067] Allocated by task 209 on cpu 0 at 54.959289s:
[ 64.011367] kasan_save_stack+0x44/0x74
[ 64.019611] kasan_save_track+0x20/0x40
[ 64.027722] kasan_save_alloc_info+0x48/0x60
[ 64.035782] poison_kmalloc_redzone+0x84/0xa4
[ 64.043867] __kasan_kmalloc+0x54/0x78
[ 64.051955] __kmalloc+0x1b8/0x2e8
[ 64.060003] kzalloc+0x14/0x24
[ 64.068029] kasan_atomics+0x40/0x26d0
[ 64.076035] kunit_try_run_case+0x120/0x554
[ 64.084270] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 64.092273] kthread+0x1f0/0x340
[ 64.100217] start_kernel_thread+0x10/0x14
[ 64.108134]
[ 64.115938] The buggy address belongs to the object at c2b1c940
[ 64.115938] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 64.131900] The buggy address is located 0 bytes to the right of
[ 64.131900] allocated 48-byte region [c2b1c940, c2b1c970)
[ 64.148160]
[ 64.156222] The buggy address belongs to the physical page:
[ 64.164458] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 64.172880] flags: 0xa00(workingset|slab|zone=0)
[ 64.181323] page_type: 0xffffffff()
[ 64.189767] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 64.198425] raw: 00000000
[ 64.206939] page dumped because: kasan: bad access detected
[ 64.215686]
[ 64.224250] Memory state around the buggy address:
[ 64.232897] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 64.241772] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 64.250396] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 64.258973] ^
[ 64.267537] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 64.276116] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 64.284542] ==================================================================
[ 64.293749] ==================================================================
[ 64.302138] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x9e4/0x26d0
[ 64.310514] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 64.318874]
[ 64.327076] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 64.335710] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 64.344238] Call Trace:
[ 64.352615] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 64.361264] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 64.370065] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 64.378646] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 64.387192] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 64.395787] [f3d03ee0] [c04e1bf8] kasan_atomics+0x9e4/0x26d0
[ 64.404275] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 64.412860] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 64.421423] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 64.429892] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 64.438348]
[ 64.446615] Allocated by task 209 on cpu 0 at 54.959289s:
[ 64.455014] kasan_save_stack+0x44/0x74
[ 64.463506] kasan_save_track+0x20/0x40
[ 64.471628] kasan_save_alloc_info+0x48/0x60
[ 64.479693] poison_kmalloc_redzone+0x84/0xa4
[ 64.487779] __kasan_kmalloc+0x54/0x78
[ 64.496035] __kmalloc+0x1b8/0x2e8
[ 64.504088] kzalloc+0x14/0x24
[ 64.512107] kasan_atomics+0x40/0x26d0
[ 64.520120] kunit_try_run_case+0x120/0x554
[ 64.528113] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 64.536102] kthread+0x1f0/0x340
[ 64.544041] start_kernel_thread+0x10/0x14
[ 64.551955]
[ 64.559751] The buggy address belongs to the object at c2b1c940
[ 64.559751] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 64.575813] The buggy address is located 0 bytes to the right of
[ 64.575813] allocated 48-byte region [c2b1c940, c2b1c970)
[ 64.592087]
[ 64.600160] The buggy address belongs to the physical page:
[ 64.608410] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 64.616835] flags: 0xa00(workingset|slab|zone=0)
[ 64.625287] page_type: 0xffffffff()
[ 64.633733] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 64.642392] raw: 00000000
[ 64.651075] page dumped because: kasan: bad access detected
[ 64.659732]
[ 64.668290] Memory state around the buggy address:
[ 64.676932] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 64.685639] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 64.694253] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 64.702923] ^
[ 64.711499] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 64.720081] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 64.728512] ==================================================================
[ 64.737637] ==================================================================
[ 64.746028] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xa5c/0x26d0
[ 64.754400] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 64.762761]
[ 64.771141] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 64.779685] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 64.788210] Call Trace:
[ 64.796583] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 64.805228] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 64.813964] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 64.822549] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 64.831103] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 64.839706] [f3d03ee0] [c04e1c70] kasan_atomics+0xa5c/0x26d0
[ 64.848197] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 64.856789] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 64.865354] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 64.873826] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 64.882292]
[ 64.890567] Allocated by task 209 on cpu 0 at 54.959289s:
[ 64.899037] kasan_save_stack+0x44/0x74
[ 64.907295] kasan_save_track+0x20/0x40
[ 64.915416] kasan_save_alloc_info+0x48/0x60
[ 64.923483] poison_kmalloc_redzone+0x84/0xa4
[ 64.931682] __kasan_kmalloc+0x54/0x78
[ 64.939788] __kmalloc+0x1b8/0x2e8
[ 64.947840] kzalloc+0x14/0x24
[ 64.955861] kasan_atomics+0x40/0x26d0
[ 64.963876] kunit_try_run_case+0x120/0x554
[ 64.971868] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 64.979858] kthread+0x1f0/0x340
[ 64.987795] start_kernel_thread+0x10/0x14
[ 64.995706]
[ 65.003503] The buggy address belongs to the object at c2b1c940
[ 65.003503] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 65.019469] The buggy address is located 0 bytes to the right of
[ 65.019469] allocated 48-byte region [c2b1c940, c2b1c970)
[ 65.035738]
[ 65.043812] The buggy address belongs to the physical page:
[ 65.052228] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 65.060764] flags: 0xa00(workingset|slab|zone=0)
[ 65.069222] page_type: 0xffffffff()
[ 65.077667] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 65.086329] raw: 00000000
[ 65.094846] page dumped because: kasan: bad access detected
[ 65.103490]
[ 65.112051] Memory state around the buggy address:
[ 65.120696] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 65.129408] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 65.138023] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 65.146594] ^
[ 65.155164] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 65.163740] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 65.172171] ==================================================================
[ 65.181469] ==================================================================
[ 65.189865] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xad4/0x26d0
[ 65.198232] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 65.206587]
[ 65.214794] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 65.223330] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 65.231856] Call Trace:
[ 65.240236] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 65.248887] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 65.257525] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 65.266102] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 65.274651] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 65.283252] [f3d03ee0] [c04e1ce8] kasan_atomics+0xad4/0x26d0
[ 65.291747] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 65.300448] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 65.309191] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 65.317680] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 65.326147]
[ 65.334422] Allocated by task 209 on cpu 0 at 54.959289s:
[ 65.342727] kasan_save_stack+0x44/0x74
[ 65.350976] kasan_save_track+0x20/0x40
[ 65.359092] kasan_save_alloc_info+0x48/0x60
[ 65.367153] poison_kmalloc_redzone+0x84/0xa4
[ 65.375246] __kasan_kmalloc+0x54/0x78
[ 65.383337] __kmalloc+0x1b8/0x2e8
[ 65.391386] kzalloc+0x14/0x24
[ 65.399409] kasan_atomics+0x40/0x26d0
[ 65.407426] kunit_try_run_case+0x120/0x554
[ 65.415525] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 65.423530] kthread+0x1f0/0x340
[ 65.431641] start_kernel_thread+0x10/0x14
[ 65.439572]
[ 65.447382] The buggy address belongs to the object at c2b1c940
[ 65.447382] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 65.463357] The buggy address is located 0 bytes to the right of
[ 65.463357] allocated 48-byte region [c2b1c940, c2b1c970)
[ 65.479626]
[ 65.487699] The buggy address belongs to the physical page:
[ 65.495948] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 65.504379] flags: 0xa00(workingset|slab|zone=0)
[ 65.512836] page_type: 0xffffffff()
[ 65.521288] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 65.530205] raw: 00000000
[ 65.538738] page dumped because: kasan: bad access detected
[ 65.547497]
[ 65.556073] Memory state around the buggy address:
[ 65.564723] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 65.573434] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 65.582051] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 65.590789] ^
[ 65.599368] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 65.607949] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 65.616378] ==================================================================
[ 65.625563] ==================================================================
[ 65.633951] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xb5c/0x26d0
[ 65.642323] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 65.650687]
[ 65.658899] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 65.667542] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 65.676076] Call Trace:
[ 65.684459] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 65.693111] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 65.701752] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 65.710336] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 65.719062] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 65.727681] [f3d03ee0] [c04e1d70] kasan_atomics+0xb5c/0x26d0
[ 65.736187] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 65.744788] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 65.753366] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 65.761849] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 65.770317]
[ 65.778594] Allocated by task 209 on cpu 0 at 54.959289s:
[ 65.786997] kasan_save_stack+0x44/0x74
[ 65.795251] kasan_save_track+0x20/0x40
[ 65.803369] kasan_save_alloc_info+0x48/0x60
[ 65.811440] poison_kmalloc_redzone+0x84/0xa4
[ 65.819541] __kasan_kmalloc+0x54/0x78
[ 65.827639] __kmalloc+0x1b8/0x2e8
[ 65.835695] kzalloc+0x14/0x24
[ 65.843887] kasan_atomics+0x40/0x26d0
[ 65.851915] kunit_try_run_case+0x120/0x554
[ 65.859916] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 65.867914] kthread+0x1f0/0x340
[ 65.875857] start_kernel_thread+0x10/0x14
[ 65.883778]
[ 65.891585] The buggy address belongs to the object at c2b1c940
[ 65.891585] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 65.907666] The buggy address is located 0 bytes to the right of
[ 65.907666] allocated 48-byte region [c2b1c940, c2b1c970)
[ 65.924500]
[ 65.932602] The buggy address belongs to the physical page:
[ 65.940862] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 65.949299] flags: 0xa00(workingset|slab|zone=0)
[ 65.957758] page_type: 0xffffffff()
[ 65.966208] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 65.974871] raw: 00000000
[ 65.983388] page dumped because: kasan: bad access detected
[ 65.992033]
[ 66.000761] Memory state around the buggy address:
[ 66.009425] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 66.018140] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 66.026763] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 66.035444] ^
[ 66.044026] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 66.052617] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 66.061056] ==================================================================
[ 66.070036] ==================================================================
[ 66.078421] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xbe0/0x26d0
[ 66.086789] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 66.095149]
[ 66.103358] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 66.111897] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 66.120429] Call Trace:
[ 66.128986] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 66.137650] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 66.146297] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 66.154984] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 66.163552] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 66.172163] [f3d03ee0] [c04e1df4] kasan_atomics+0xbe0/0x26d0
[ 66.180666] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 66.189258] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 66.197826] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 66.206300] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 66.214764]
[ 66.223039] Allocated by task 209 on cpu 0 at 54.959289s:
[ 66.231343] kasan_save_stack+0x44/0x74
[ 66.239591] kasan_save_track+0x20/0x40
[ 66.247706] kasan_save_alloc_info+0x48/0x60
[ 66.255939] poison_kmalloc_redzone+0x84/0xa4
[ 66.264042] __kasan_kmalloc+0x54/0x78
[ 66.272236] __kmalloc+0x1b8/0x2e8
[ 66.280300] kzalloc+0x14/0x24
[ 66.288327] kasan_atomics+0x40/0x26d0
[ 66.296345] kunit_try_run_case+0x120/0x554
[ 66.304339] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 66.312338] kthread+0x1f0/0x340
[ 66.320283] start_kernel_thread+0x10/0x14
[ 66.328204]
[ 66.336008] The buggy address belongs to the object at c2b1c940
[ 66.336008] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 66.351981] The buggy address is located 0 bytes to the right of
[ 66.351981] allocated 48-byte region [c2b1c940, c2b1c970)
[ 66.368246]
[ 66.376319] The buggy address belongs to the physical page:
[ 66.384565] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 66.392997] flags: 0xa00(workingset|slab|zone=0)
[ 66.401552] page_type: 0xffffffff()
[ 66.410192] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 66.418870] raw: 00000000
[ 66.427395] page dumped because: kasan: bad access detected
[ 66.436045]
[ 66.444603] Memory state around the buggy address:
[ 66.453246] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 66.461954] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 66.470565] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 66.479132] ^
[ 66.487694] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 66.496271] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 66.504700] ==================================================================
[ 66.513721] ==================================================================
[ 66.522210] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xc78/0x26d0
[ 66.530590] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 66.539357]
[ 66.547581] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 66.556121] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 66.564640] Call Trace:
[ 66.573014] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 66.581657] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 66.590292] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 66.598866] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 66.607411] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 66.616009] [f3d03ee0] [c04e1e8c] kasan_atomics+0xc78/0x26d0
[ 66.624503] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 66.633096] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 66.641770] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 66.650256] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 66.658726]
[ 66.667159] Allocated by task 209 on cpu 0 at 54.959289s:
[ 66.675465] kasan_save_stack+0x44/0x74
[ 66.683711] kasan_save_track+0x20/0x40
[ 66.691825] kasan_save_alloc_info+0x48/0x60
[ 66.699886] poison_kmalloc_redzone+0x84/0xa4
[ 66.707973] __kasan_kmalloc+0x54/0x78
[ 66.716064] __kmalloc+0x1b8/0x2e8
[ 66.724113] kzalloc+0x14/0x24
[ 66.732134] kasan_atomics+0x40/0x26d0
[ 66.740152] kunit_try_run_case+0x120/0x554
[ 66.748149] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 66.756245] kthread+0x1f0/0x340
[ 66.764195] start_kernel_thread+0x10/0x14
[ 66.772111]
[ 66.779912] The buggy address belongs to the object at c2b1c940
[ 66.779912] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 66.795868] The buggy address is located 0 bytes to the right of
[ 66.795868] allocated 48-byte region [c2b1c940, c2b1c970)
[ 66.812125]
[ 66.820359] The buggy address belongs to the physical page:
[ 66.828610] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 66.837032] flags: 0xa00(workingset|slab|zone=0)
[ 66.845480] page_type: 0xffffffff()
[ 66.853923] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 66.862577] raw: 00000000
[ 66.871088] page dumped because: kasan: bad access detected
[ 66.879728]
[ 66.888379] Memory state around the buggy address:
[ 66.897024] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 66.905727] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 66.914338] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 66.922904] ^
[ 66.931464] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 66.940036] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 66.948624] ==================================================================
[ 66.957897] ==================================================================
[ 66.966276] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xd10/0x26d0
[ 66.974639] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 66.982989]
[ 66.991189] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 66.999817] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 67.008337] Call Trace:
[ 67.016705] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 67.025345] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 67.033970] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 67.042536] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 67.051076] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 67.059666] [f3d03ee0] [c04e1f24] kasan_atomics+0xd10/0x26d0
[ 67.068302] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 67.076881] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 67.085433] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 67.093889] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 67.102334]
[ 67.110591] Allocated by task 209 on cpu 0 at 54.959289s:
[ 67.118977] kasan_save_stack+0x44/0x74
[ 67.127215] kasan_save_track+0x20/0x40
[ 67.135313] kasan_save_alloc_info+0x48/0x60
[ 67.143358] poison_kmalloc_redzone+0x84/0xa4
[ 67.151429] __kasan_kmalloc+0x54/0x78
[ 67.159505] __kmalloc+0x1b8/0x2e8
[ 67.167534] kzalloc+0x14/0x24
[ 67.175529] kasan_atomics+0x40/0x26d0
[ 67.183522] kunit_try_run_case+0x120/0x554
[ 67.191655] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 67.199635] kthread+0x1f0/0x340
[ 67.207553] start_kernel_thread+0x10/0x14
[ 67.215454]
[ 67.223238] The buggy address belongs to the object at c2b1c940
[ 67.223238] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 67.239264] The buggy address is located 0 bytes to the right of
[ 67.239264] allocated 48-byte region [c2b1c940, c2b1c970)
[ 67.255498]
[ 67.263548] The buggy address belongs to the physical page:
[ 67.271768] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 67.280166] flags: 0xa00(workingset|slab|zone=0)
[ 67.288586] page_type: 0xffffffff()
[ 67.296998] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 67.305626] raw: 00000000
[ 67.314110] page dumped because: kasan: bad access detected
[ 67.322727]
[ 67.331255] Memory state around the buggy address:
[ 67.339876] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 67.348727] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 67.357326] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 67.365971] ^
[ 67.374517] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 67.383067] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 67.391465] ==================================================================
[ 67.400299] ==================================================================
[ 67.408651] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xd90/0x26d0
[ 67.416986] Read of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 67.425307]
[ 67.433479] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 67.441982] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 67.450479] Call Trace:
[ 67.458828] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 67.467445] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 67.476222] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 67.484878] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 67.493410] [f3d03ed0] [c04d8f7c] __kasan_check_read+0x18/0x28
[ 67.501979] [f3d03ee0] [c04e1fa4] kasan_atomics+0xd90/0x26d0
[ 67.510452] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 67.519019] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 67.527559] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 67.536002] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 67.544436]
[ 67.552682] Allocated by task 209 on cpu 0 at 54.959289s:
[ 67.560961] kasan_save_stack+0x44/0x74
[ 67.569182] kasan_save_track+0x20/0x40
[ 67.577272] kasan_save_alloc_info+0x48/0x60
[ 67.585307] poison_kmalloc_redzone+0x84/0xa4
[ 67.593375] __kasan_kmalloc+0x54/0x78
[ 67.601689] __kmalloc+0x1b8/0x2e8
[ 67.609733] kzalloc+0x14/0x24
[ 67.617743] kasan_atomics+0x40/0x26d0
[ 67.625746] kunit_try_run_case+0x120/0x554
[ 67.633719] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 67.641693] kthread+0x1f0/0x340
[ 67.649618] start_kernel_thread+0x10/0x14
[ 67.657511]
[ 67.665557] The buggy address belongs to the object at c2b1c940
[ 67.665557] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 67.681488] The buggy address is located 0 bytes to the right of
[ 67.681488] allocated 48-byte region [c2b1c940, c2b1c970)
[ 67.697719]
[ 67.705770] The buggy address belongs to the physical page:
[ 67.713996] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 67.722409] flags: 0xa00(workingset|slab|zone=0)
[ 67.730948] page_type: 0xffffffff()
[ 67.739389] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 67.748034] raw: 00000000
[ 67.756705] page dumped because: kasan: bad access detected
[ 67.765342]
[ 67.773889] Memory state around the buggy address:
[ 67.782517] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 67.791210] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 67.799807] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 67.808357] ^
[ 67.816905] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 67.825467] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 67.833882] ==================================================================
[ 67.842891] ==================================================================
[ 67.851368] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xdf4/0x26d0
[ 67.859729] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 67.868074]
[ 67.876269] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 67.884957] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 67.893478] Call Trace:
[ 67.901847] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 67.910488] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 67.919121] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 67.927691] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 67.936230] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 67.944823] [f3d03ee0] [c04e2008] kasan_atomics+0xdf4/0x26d0
[ 67.953313] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 67.961899] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 67.970563] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 67.979040] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 67.987497]
[ 67.995762] Allocated by task 209 on cpu 0 at 54.959289s:
[ 68.004056] kasan_save_stack+0x44/0x74
[ 68.012467] kasan_save_track+0x20/0x40
[ 68.020595] kasan_save_alloc_info+0x48/0x60
[ 68.028663] poison_kmalloc_redzone+0x84/0xa4
[ 68.036757] __kasan_kmalloc+0x54/0x78
[ 68.044850] __kmalloc+0x1b8/0x2e8
[ 68.052905] kzalloc+0x14/0x24
[ 68.060924] kasan_atomics+0x40/0x26d0
[ 68.068947] kunit_try_run_case+0x120/0x554
[ 68.076937] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 68.085030] kthread+0x1f0/0x340
[ 68.092980] start_kernel_thread+0x10/0x14
[ 68.100895]
[ 68.108698] The buggy address belongs to the object at c2b1c940
[ 68.108698] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 68.124658] The buggy address is located 0 bytes to the right of
[ 68.124658] allocated 48-byte region [c2b1c940, c2b1c970)
[ 68.140914]
[ 68.148980] The buggy address belongs to the physical page:
[ 68.157213] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 68.165796] flags: 0xa00(workingset|slab|zone=0)
[ 68.174247] page_type: 0xffffffff()
[ 68.182690] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 68.191348] raw: 00000000
[ 68.199855] page dumped because: kasan: bad access detected
[ 68.208492]
[ 68.217149] Memory state around the buggy address:
[ 68.225800] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 68.234510] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 68.243121] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 68.251689] ^
[ 68.260252] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 68.268828] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 68.277252] ==================================================================
[ 68.286491] ==================================================================
[ 68.295047] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xe5c/0x26d0
[ 68.303423] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 68.311782]
[ 68.319990] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 68.328523] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 68.337149] Call Trace:
[ 68.345534] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 68.354187] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 68.362830] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 68.371411] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 68.379965] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 68.388567] [f3d03ee0] [c04e2070] kasan_atomics+0xe5c/0x26d0
[ 68.397062] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 68.405653] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 68.414225] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 68.422873] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 68.431350]
[ 68.439629] Allocated by task 209 on cpu 0 at 54.959289s:
[ 68.447934] kasan_save_stack+0x44/0x74
[ 68.456284] kasan_save_track+0x20/0x40
[ 68.464405] kasan_save_alloc_info+0x48/0x60
[ 68.472469] poison_kmalloc_redzone+0x84/0xa4
[ 68.480562] __kasan_kmalloc+0x54/0x78
[ 68.488655] __kmalloc+0x1b8/0x2e8
[ 68.496705] kzalloc+0x14/0x24
[ 68.504721] kasan_atomics+0x40/0x26d0
[ 68.512735] kunit_try_run_case+0x120/0x554
[ 68.520723] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 68.528711] kthread+0x1f0/0x340
[ 68.536651] start_kernel_thread+0x10/0x14
[ 68.544729]
[ 68.552538] The buggy address belongs to the object at c2b1c940
[ 68.552538] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 68.568493] The buggy address is located 0 bytes to the right of
[ 68.568493] allocated 48-byte region [c2b1c940, c2b1c970)
[ 68.584846]
[ 68.592918] The buggy address belongs to the physical page:
[ 68.601161] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 68.609586] flags: 0xa00(workingset|slab|zone=0)
[ 68.618032] page_type: 0xffffffff()
[ 68.626475] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 68.635138] raw: 00000000
[ 68.643652] page dumped because: kasan: bad access detected
[ 68.652545]
[ 68.661113] Memory state around the buggy address:
[ 68.669764] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 68.678473] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 68.687095] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 68.695671] ^
[ 68.704496] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 68.713101] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 68.721548] ==================================================================
[ 68.730652] ==================================================================
[ 68.739053] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xecc/0x26d0
[ 68.747432] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 68.755795]
[ 68.764013] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 68.772552] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 68.781082] Call Trace:
[ 68.789461] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 68.798115] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 68.806757] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 68.815449] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 68.824178] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 68.832801] [f3d03ee0] [c04e20e0] kasan_atomics+0xecc/0x26d0
[ 68.841311] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 68.849915] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 68.858488] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 68.866964] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 68.875427]
[ 68.883701] Allocated by task 209 on cpu 0 at 54.959289s:
[ 68.892003] kasan_save_stack+0x44/0x74
[ 68.900250] kasan_save_track+0x20/0x40
[ 68.908368] kasan_save_alloc_info+0x48/0x60
[ 68.916430] poison_kmalloc_redzone+0x84/0xa4
[ 68.924524] __kasan_kmalloc+0x54/0x78
[ 68.932722] __kmalloc+0x1b8/0x2e8
[ 68.940785] kzalloc+0x14/0x24
[ 68.948975] kasan_atomics+0x40/0x26d0
[ 68.957003] kunit_try_run_case+0x120/0x554
[ 68.965001] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 68.972993] kthread+0x1f0/0x340
[ 68.980936] start_kernel_thread+0x10/0x14
[ 68.988850]
[ 68.996653] The buggy address belongs to the object at c2b1c940
[ 68.996653] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 69.012620] The buggy address is located 0 bytes to the right of
[ 69.012620] allocated 48-byte region [c2b1c940, c2b1c970)
[ 69.028894]
[ 69.036969] The buggy address belongs to the physical page:
[ 69.045221] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 69.053659] flags: 0xa00(workingset|slab|zone=0)
[ 69.062220] page_type: 0xffffffff()
[ 69.070681] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 69.079353] raw: 00000000
[ 69.087878] page dumped because: kasan: bad access detected
[ 69.096530]
[ 69.105262] Memory state around the buggy address:
[ 69.113927] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 69.122648] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 69.131276] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 69.139857] ^
[ 69.148433] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 69.157019] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 69.165453] ==================================================================
[ 69.174445] ==================================================================
[ 69.182934] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xf3c/0x26d0
[ 69.191313] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 69.199678]
[ 69.207889] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 69.216428] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 69.224959] Call Trace:
[ 69.233512] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 69.242180] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 69.250832] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 69.259420] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 69.267975] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 69.276581] [f3d03ee0] [c04e2150] kasan_atomics+0xf3c/0x26d0
[ 69.285082] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 69.293678] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 69.302357] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 69.310855] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 69.319331]
[ 69.327611] Allocated by task 209 on cpu 0 at 54.959289s:
[ 69.335917] kasan_save_stack+0x44/0x74
[ 69.344169] kasan_save_track+0x20/0x40
[ 69.352294] kasan_save_alloc_info+0x48/0x60
[ 69.360532] poison_kmalloc_redzone+0x84/0xa4
[ 69.368643] __kasan_kmalloc+0x54/0x78
[ 69.376745] __kmalloc+0x1b8/0x2e8
[ 69.384803] kzalloc+0x14/0x24
[ 69.392829] kasan_atomics+0x40/0x26d0
[ 69.400849] kunit_try_run_case+0x120/0x554
[ 69.408851] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 69.416951] kthread+0x1f0/0x340
[ 69.424904] start_kernel_thread+0x10/0x14
[ 69.432825]
[ 69.440630] The buggy address belongs to the object at c2b1c940
[ 69.440630] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 69.456606] The buggy address is located 0 bytes to the right of
[ 69.456606] allocated 48-byte region [c2b1c940, c2b1c970)
[ 69.472876]
[ 69.480944] The buggy address belongs to the physical page:
[ 69.489191] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 69.497618] flags: 0xa00(workingset|slab|zone=0)
[ 69.506070] page_type: 0xffffffff()
[ 69.514688] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 69.523367] raw: 00000000
[ 69.531890] page dumped because: kasan: bad access detected
[ 69.540541]
[ 69.549205] Memory state around the buggy address:
[ 69.557861] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 69.566577] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 69.575194] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 69.583768] ^
[ 69.592339] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 69.600920] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 69.609352] ==================================================================
[ 69.618738] ==================================================================
[ 69.627136] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0xfac/0x26d0
[ 69.635679] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 69.644050]
[ 69.652510] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 69.661156] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 69.669690] Call Trace:
[ 69.678069] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 69.686718] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 69.695355] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 69.703933] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 69.712484] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 69.721090] [f3d03ee0] [c04e21c0] kasan_atomics+0xfac/0x26d0
[ 69.729589] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 69.738185] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 69.746756] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 69.755232] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 69.763868]
[ 69.772152] Allocated by task 209 on cpu 0 at 54.959289s:
[ 69.780556] kasan_save_stack+0x44/0x74
[ 69.788808] kasan_save_track+0x20/0x40
[ 69.796922] kasan_save_alloc_info+0x48/0x60
[ 69.804983] poison_kmalloc_redzone+0x84/0xa4
[ 69.813072] __kasan_kmalloc+0x54/0x78
[ 69.821165] __kmalloc+0x1b8/0x2e8
[ 69.829218] kzalloc+0x14/0x24
[ 69.837236] kasan_atomics+0x40/0x26d0
[ 69.845251] kunit_try_run_case+0x120/0x554
[ 69.853240] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 69.861227] kthread+0x1f0/0x340
[ 69.869167] start_kernel_thread+0x10/0x14
[ 69.877079]
[ 69.885049] The buggy address belongs to the object at c2b1c940
[ 69.885049] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 69.901117] The buggy address is located 0 bytes to the right of
[ 69.901117] allocated 48-byte region [c2b1c940, c2b1c970)
[ 69.917389]
[ 69.925463] The buggy address belongs to the physical page:
[ 69.933710] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 69.942140] flags: 0xa00(workingset|slab|zone=0)
[ 69.950593] page_type: 0xffffffff()
[ 69.959039] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 69.967702] raw: 00000000
[ 69.976220] page dumped because: kasan: bad access detected
[ 69.984869]
[ 69.993429] Memory state around the buggy address:
[ 70.002073] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 70.010787] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 70.019412] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 70.028091] ^
[ 70.036676] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 70.045433] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 70.053886] ==================================================================
[ 70.062811] ==================================================================
[ 70.071199] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x101c/0x26d0
[ 70.079576] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 70.087937]
[ 70.096149] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 70.104685] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 70.113218] Call Trace:
[ 70.121607] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 70.130263] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 70.138910] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 70.147603] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 70.156169] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 70.164781] [f3d03ee0] [c04e2230] kasan_atomics+0x101c/0x26d0
[ 70.173463] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 70.182091] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 70.190691] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 70.199188] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 70.207670]
[ 70.215966] Allocated by task 209 on cpu 0 at 54.959289s:
[ 70.224290] kasan_save_stack+0x44/0x74
[ 70.232561] kasan_save_track+0x20/0x40
[ 70.240703] kasan_save_alloc_info+0x48/0x60
[ 70.248792] poison_kmalloc_redzone+0x84/0xa4
[ 70.256906] __kasan_kmalloc+0x54/0x78
[ 70.265120] __kmalloc+0x1b8/0x2e8
[ 70.273200] kzalloc+0x14/0x24
[ 70.281244] kasan_atomics+0x40/0x26d0
[ 70.289279] kunit_try_run_case+0x120/0x554
[ 70.297453] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 70.305479] kthread+0x1f0/0x340
[ 70.313449] start_kernel_thread+0x10/0x14
[ 70.321386]
[ 70.329210] The buggy address belongs to the object at c2b1c940
[ 70.329210] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 70.345221] The buggy address is located 0 bytes to the right of
[ 70.345221] allocated 48-byte region [c2b1c940, c2b1c970)
[ 70.361528]
[ 70.369615] The buggy address belongs to the physical page:
[ 70.377872] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 70.386314] flags: 0xa00(workingset|slab|zone=0)
[ 70.394881] page_type: 0xffffffff()
[ 70.403352] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 70.412036] raw: 00000000
[ 70.420572] page dumped because: kasan: bad access detected
[ 70.429240]
[ 70.437820] Memory state around the buggy address:
[ 70.446484] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 70.455380] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 70.464018] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 70.472608] ^
[ 70.481191] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 70.489783] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 70.498222] ==================================================================
[ 70.507268] ==================================================================
[ 70.515770] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x108c/0x26d0
[ 70.524160] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 70.532531]
[ 70.540751] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 70.549294] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 70.557829] Call Trace:
[ 70.566211] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 70.574860] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 70.583693] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 70.592292] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 70.600851] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 70.609461] [f3d03ee0] [c04e22a0] kasan_atomics+0x108c/0x26d0
[ 70.617969] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 70.626577] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 70.635263] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 70.643767] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 70.652249]
[ 70.660536] Allocated by task 209 on cpu 0 at 54.959289s:
[ 70.668850] kasan_save_stack+0x44/0x74
[ 70.677108] kasan_save_track+0x20/0x40
[ 70.685235] kasan_save_alloc_info+0x48/0x60
[ 70.693308] poison_kmalloc_redzone+0x84/0xa4
[ 70.701414] __kasan_kmalloc+0x54/0x78
[ 70.709693] __kmalloc+0x1b8/0x2e8
[ 70.717770] kzalloc+0x14/0x24
[ 70.725804] kasan_atomics+0x40/0x26d0
[ 70.733824] kunit_try_run_case+0x120/0x554
[ 70.741813] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 70.749913] kthread+0x1f0/0x340
[ 70.757865] start_kernel_thread+0x10/0x14
[ 70.765784]
[ 70.773590] The buggy address belongs to the object at c2b1c940
[ 70.773590] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 70.790343] The buggy address is located 0 bytes to the right of
[ 70.790343] allocated 48-byte region [c2b1c940, c2b1c970)
[ 70.806645]
[ 70.814729] The buggy address belongs to the physical page:
[ 70.822983] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 70.831421] flags: 0xa00(workingset|slab|zone=0)
[ 70.839880] page_type: 0xffffffff()
[ 70.848335] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 70.857003] raw: 00000000
[ 70.865690] page dumped because: kasan: bad access detected
[ 70.874355]
[ 70.883020] Memory state around the buggy address:
[ 70.891677] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 70.900394] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 70.909020] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 70.917603] ^
[ 70.926182] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 70.934776] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 70.943217] ==================================================================
[ 70.952477] ==================================================================
[ 70.960879] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x1100/0x26d0
[ 70.969259] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 70.977620]
[ 70.986001] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 70.994646] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 71.003189] Call Trace:
[ 71.011583] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 71.020244] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 71.028898] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 71.037487] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 71.046048] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 71.054664] [f3d03ee0] [c04e2314] kasan_atomics+0x1100/0x26d0
[ 71.063186] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 71.071803] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 71.080400] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 71.088899] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 71.097386]
[ 71.105683] Allocated by task 209 on cpu 0 at 54.959289s:
[ 71.114261] kasan_save_stack+0x44/0x74
[ 71.122551] kasan_save_track+0x20/0x40
[ 71.130698] kasan_save_alloc_info+0x48/0x60
[ 71.138789] poison_kmalloc_redzone+0x84/0xa4
[ 71.146906] __kasan_kmalloc+0x54/0x78
[ 71.155027] __kmalloc+0x1b8/0x2e8
[ 71.163104] kzalloc+0x14/0x24
[ 71.171150] kasan_atomics+0x40/0x26d0
[ 71.179184] kunit_try_run_case+0x120/0x554
[ 71.187192] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 71.195200] kthread+0x1f0/0x340
[ 71.203163] start_kernel_thread+0x10/0x14
[ 71.211107]
[ 71.218932] The buggy address belongs to the object at c2b1c940
[ 71.218932] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 71.235050] The buggy address is located 0 bytes to the right of
[ 71.235050] allocated 48-byte region [c2b1c940, c2b1c970)
[ 71.251372]
[ 71.259464] The buggy address belongs to the physical page:
[ 71.267895] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 71.276353] flags: 0xa00(workingset|slab|zone=0)
[ 71.284824] page_type: 0xffffffff()
[ 71.293291] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 71.301972] raw: 00000000
[ 71.310514] page dumped because: kasan: bad access detected
[ 71.319184]
[ 71.327760] Memory state around the buggy address:
[ 71.336422] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 71.345148] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 71.353781] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 71.362470] ^
[ 71.371063] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 71.379662] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 71.388103] ==================================================================
[ 71.397255] ==================================================================
[ 71.405658] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x1170/0x26d0
[ 71.414046] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 71.422419]
[ 71.430642] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 71.439192] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 71.447727] Call Trace:
[ 71.456117] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 71.464772] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 71.473418] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 71.482110] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 71.490676] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 71.499289] [f3d03ee0] [c04e2384] kasan_atomics+0x1170/0x26d0
[ 71.507800] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 71.516412] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 71.525170] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 71.533684] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 71.542177]
[ 71.550477] Allocated by task 209 on cpu 0 at 54.959289s:
[ 71.558800] kasan_save_stack+0x44/0x74
[ 71.567064] kasan_save_track+0x20/0x40
[ 71.575195] kasan_save_alloc_info+0x48/0x60
[ 71.583275] poison_kmalloc_redzone+0x84/0xa4
[ 71.591385] __kasan_kmalloc+0x54/0x78
[ 71.599596] __kmalloc+0x1b8/0x2e8
[ 71.607672] kzalloc+0x14/0x24
[ 71.615706] kasan_atomics+0x40/0x26d0
[ 71.623734] kunit_try_run_case+0x120/0x554
[ 71.631735] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 71.639738] kthread+0x1f0/0x340
[ 71.647852] start_kernel_thread+0x10/0x14
[ 71.655786]
[ 71.663600] The buggy address belongs to the object at c2b1c940
[ 71.663600] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 71.679591] The buggy address is located 0 bytes to the right of
[ 71.679591] allocated 48-byte region [c2b1c940, c2b1c970)
[ 71.695883]
[ 71.703964] The buggy address belongs to the physical page:
[ 71.712223] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 71.720664] flags: 0xa00(workingset|slab|zone=0)
[ 71.729229] page_type: 0xffffffff()
[ 71.737696] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 71.746374] raw: 00000000
[ 71.754901] page dumped because: kasan: bad access detected
[ 71.763555]
[ 71.772367] Memory state around the buggy address:
[ 71.781033] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 71.789756] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 71.798381] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 71.807128] ^
[ 71.815718] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 71.824312] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 71.832751] ==================================================================
[ 71.841696] ==================================================================
[ 71.850292] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x11e0/0x26d0
[ 71.858678] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 71.867039]
[ 71.875248] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 71.883788] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 71.892319] Call Trace:
[ 71.900700] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 71.909355] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 71.917997] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 71.926579] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 71.935303] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 71.943928] [f3d03ee0] [c04e23f4] kasan_atomics+0x11e0/0x26d0
[ 71.952444] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 71.961056] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 71.969743] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 71.978241] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 71.986719]
[ 71.995003] Allocated by task 209 on cpu 0 at 54.959289s:
[ 72.003321] kasan_save_stack+0x44/0x74
[ 72.011592] kasan_save_track+0x20/0x40
[ 72.019732] kasan_save_alloc_info+0x48/0x60
[ 72.027814] poison_kmalloc_redzone+0x84/0xa4
[ 72.035927] __kasan_kmalloc+0x54/0x78
[ 72.044044] __kmalloc+0x1b8/0x2e8
[ 72.052120] kzalloc+0x14/0x24
[ 72.060329] kasan_atomics+0x40/0x26d0
[ 72.068378] kunit_try_run_case+0x120/0x554
[ 72.076384] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 72.084489] kthread+0x1f0/0x340
[ 72.092449] start_kernel_thread+0x10/0x14
[ 72.100378]
[ 72.108196] The buggy address belongs to the object at c2b1c940
[ 72.108196] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 72.124196] The buggy address is located 0 bytes to the right of
[ 72.124196] allocated 48-byte region [c2b1c940, c2b1c970)
[ 72.140479]
[ 72.148562] The buggy address belongs to the physical page:
[ 72.156816] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 72.165250] flags: 0xa00(workingset|slab|zone=0)
[ 72.173704] page_type: 0xffffffff()
[ 72.182156] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 72.190826] raw: 00000000
[ 72.199352] page dumped because: kasan: bad access detected
[ 72.208006]
[ 72.216821] Memory state around the buggy address:
[ 72.225487] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 72.234207] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 72.242825] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 72.251400] ^
[ 72.259972] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 72.268551] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 72.276978] ==================================================================
[ 72.286209] ==================================================================
[ 72.294599] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x1258/0x26d0
[ 72.302973] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 72.311331]
[ 72.319539] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 72.328070] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 72.336698] Call Trace:
[ 72.345241] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 72.353898] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 72.362537] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 72.371112] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 72.379660] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 72.388261] [f3d03ee0] [c04e246c] kasan_atomics+0x1258/0x26d0
[ 72.396765] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 72.405360] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 72.413936] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 72.422421] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 72.430894]
[ 72.439176] Allocated by task 209 on cpu 0 at 54.959289s:
[ 72.447488] kasan_save_stack+0x44/0x74
[ 72.455850] kasan_save_track+0x20/0x40
[ 72.463983] kasan_save_alloc_info+0x48/0x60
[ 72.472224] poison_kmalloc_redzone+0x84/0xa4
[ 72.480342] __kasan_kmalloc+0x54/0x78
[ 72.488452] __kmalloc+0x1b8/0x2e8
[ 72.496515] kzalloc+0x14/0x24
[ 72.504545] kasan_atomics+0x40/0x26d0
[ 72.512562] kunit_try_run_case+0x120/0x554
[ 72.520554] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 72.528552] kthread+0x1f0/0x340
[ 72.536495] start_kernel_thread+0x10/0x14
[ 72.544413]
[ 72.552216] The buggy address belongs to the object at c2b1c940
[ 72.552216] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 72.568172] The buggy address is located 0 bytes to the right of
[ 72.568172] allocated 48-byte region [c2b1c940, c2b1c970)
[ 72.584538]
[ 72.592615] The buggy address belongs to the physical page:
[ 72.600860] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 72.609287] flags: 0xa00(workingset|slab|zone=0)
[ 72.617734] page_type: 0xffffffff()
[ 72.626346] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 72.635018] raw: 00000000
[ 72.643536] page dumped because: kasan: bad access detected
[ 72.652187]
[ 72.660746] Memory state around the buggy address:
[ 72.669393] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 72.678099] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 72.686717] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 72.695293] ^
[ 72.703967] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 72.712561] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 72.720998] ==================================================================
[ 72.730083] ==================================================================
[ 72.738479] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x12dc/0x26d0
[ 72.747024] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 72.755396]
[ 72.763609] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 72.772147] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 72.780922] Call Trace:
[ 72.789314] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 72.797968] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 72.806611] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 72.815298] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 72.823866] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 72.832479] [f3d03ee0] [c04e24f0] kasan_atomics+0x12dc/0x26d0
[ 72.841000] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 72.849620] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 72.858216] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 72.866713] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 72.875363]
[ 72.883667] Allocated by task 209 on cpu 0 at 54.959289s:
[ 72.891991] kasan_save_stack+0x44/0x74
[ 72.900263] kasan_save_track+0x20/0x40
[ 72.908404] kasan_save_alloc_info+0x48/0x60
[ 72.916486] poison_kmalloc_redzone+0x84/0xa4
[ 72.924600] __kasan_kmalloc+0x54/0x78
[ 72.932814] __kmalloc+0x1b8/0x2e8
[ 72.940899] kzalloc+0x14/0x24
[ 72.948939] kasan_atomics+0x40/0x26d0
[ 72.956965] kunit_try_run_case+0x120/0x554
[ 72.964966] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 72.972965] kthread+0x1f0/0x340
[ 72.980912] start_kernel_thread+0x10/0x14
[ 72.988832]
[ 72.996801] The buggy address belongs to the object at c2b1c940
[ 72.996801] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 73.012778] The buggy address is located 0 bytes to the right of
[ 73.012778] allocated 48-byte region [c2b1c940, c2b1c970)
[ 73.029054]
[ 73.037126] The buggy address belongs to the physical page:
[ 73.045378] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 73.053812] flags: 0xa00(workingset|slab|zone=0)
[ 73.062370] page_type: 0xffffffff()
[ 73.070833] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 73.079502] raw: 00000000
[ 73.088026] page dumped because: kasan: bad access detected
[ 73.096678]
[ 73.105246] Memory state around the buggy address:
[ 73.113903] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 73.122625] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 73.131252] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 73.139835] ^
[ 73.148413] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 73.157170] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 73.165616] ==================================================================
[ 73.174698] ==================================================================
[ 73.183197] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x1390/0x26d0
[ 73.191580] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 73.199946]
[ 73.208157] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 73.216697] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 73.225224] Call Trace:
[ 73.233606] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 73.242262] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 73.250910] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 73.259497] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 73.268049] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 73.276658] [f3d03ee0] [c04e25a4] kasan_atomics+0x1390/0x26d0
[ 73.285336] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 73.293957] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 73.302650] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 73.311152] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 73.319633]
[ 73.327921] Allocated by task 209 on cpu 0 at 54.959289s:
[ 73.336234] kasan_save_stack+0x44/0x74
[ 73.344495] kasan_save_track+0x20/0x40
[ 73.352630] kasan_save_alloc_info+0x48/0x60
[ 73.360708] poison_kmalloc_redzone+0x84/0xa4
[ 73.368818] __kasan_kmalloc+0x54/0x78
[ 73.376922] __kmalloc+0x1b8/0x2e8
[ 73.384985] kzalloc+0x14/0x24
[ 73.393008] kasan_atomics+0x40/0x26d0
[ 73.401020] kunit_try_run_case+0x120/0x554
[ 73.409183] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 73.417283] kthread+0x1f0/0x340
[ 73.425237] start_kernel_thread+0x10/0x14
[ 73.433160]
[ 73.440972] The buggy address belongs to the object at c2b1c940
[ 73.440972] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 73.456956] The buggy address is located 0 bytes to the right of
[ 73.456956] allocated 48-byte region [c2b1c940, c2b1c970)
[ 73.473236]
[ 73.481309] The buggy address belongs to the physical page:
[ 73.489558] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 73.497988] flags: 0xa00(workingset|slab|zone=0)
[ 73.506443] page_type: 0xffffffff()
[ 73.514894] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 73.523564] raw: 00000000
[ 73.532090] page dumped because: kasan: bad access detected
[ 73.540745]
[ 73.549422] Memory state around the buggy address:
[ 73.558088] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 73.566977] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 73.575610] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 73.584193] ^
[ 73.592770] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 73.601359] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 73.609799] ==================================================================
[ 73.619000] ==================================================================
[ 73.627386] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x25f0/0x26d0
[ 73.635758] Read of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 73.644124]
[ 73.652339] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 73.660883] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 73.669521] Call Trace:
[ 73.677916] [f3d03dd0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 73.686573] [f3d03df0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 73.695383] [f3d03e50] [c04d729c] kasan_report+0xd8/0x13c
[ 73.703977] [f3d03ed0] [c04d8dd0] __asan_report_load4_noabort+0x1c/0x2c
[ 73.712612] [f3d03ee0] [c04e3804] kasan_atomics+0x25f0/0x26d0
[ 73.721292] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 73.729901] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 73.738652] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 73.747290] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 73.755894]
[ 73.764345] Allocated by task 209 on cpu 0 at 54.959289s:
[ 73.772854] kasan_save_stack+0x44/0x74
[ 73.781227] kasan_save_track+0x20/0x40
[ 73.789603] kasan_save_alloc_info+0x48/0x60
[ 73.797798] poison_kmalloc_redzone+0x84/0xa4
[ 73.805953] __kasan_kmalloc+0x54/0x78
[ 73.814124] __kmalloc+0x1b8/0x2e8
[ 73.822443] kzalloc+0x14/0x24
[ 73.830568] kasan_atomics+0x40/0x26d0
[ 73.838690] kunit_try_run_case+0x120/0x554
[ 73.846803] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 73.854939] kthread+0x1f0/0x340
[ 73.862984] start_kernel_thread+0x10/0x14
[ 73.871045]
[ 73.878964] The buggy address belongs to the object at c2b1c940
[ 73.878964] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 73.895090] The buggy address is located 0 bytes to the right of
[ 73.895090] allocated 48-byte region [c2b1c940, c2b1c970)
[ 73.911525]
[ 73.920039] The buggy address belongs to the physical page:
[ 73.928379] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 73.936888] flags: 0xa00(workingset|slab|zone=0)
[ 73.945421] page_type: 0xffffffff()
[ 73.953954] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 73.962727] raw: 00000000
[ 73.971370] page dumped because: kasan: bad access detected
[ 73.980274]
[ 73.988936] Memory state around the buggy address:
[ 73.997706] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 74.006551] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 74.015320] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 74.024028] ^
[ 74.032716] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 74.041517] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 74.050148] ==================================================================
[ 74.059360] ==================================================================
[ 74.067855] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x142c/0x26d0
[ 74.076417] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 74.084935]
[ 74.093266] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 74.101925] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 74.110729] Call Trace:
[ 74.119273] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 74.127993] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 74.136728] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 74.145428] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 74.154096] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 74.162846] [f3d03ee0] [c04e2640] kasan_atomics+0x142c/0x26d0
[ 74.171541] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 74.180166] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 74.188935] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 74.197583] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 74.206195]
[ 74.214659] Allocated by task 209 on cpu 0 at 54.959289s:
[ 74.223180] kasan_save_stack+0x44/0x74
[ 74.231568] kasan_save_track+0x20/0x40
[ 74.240026] kasan_save_alloc_info+0x48/0x60
[ 74.248243] poison_kmalloc_redzone+0x84/0xa4
[ 74.256415] __kasan_kmalloc+0x54/0x78
[ 74.264599] __kmalloc+0x1b8/0x2e8
[ 74.272713] kzalloc+0x14/0x24
[ 74.280863] kasan_atomics+0x40/0x26d0
[ 74.288913] kunit_try_run_case+0x120/0x554
[ 74.296932] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 74.304952] kthread+0x1f0/0x340
[ 74.312920] start_kernel_thread+0x10/0x14
[ 74.320862]
[ 74.328692] The buggy address belongs to the object at c2b1c940
[ 74.328692] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 74.344703] The buggy address is located 0 bytes to the right of
[ 74.344703] allocated 48-byte region [c2b1c940, c2b1c970)
[ 74.361018]
[ 74.369109] The buggy address belongs to the physical page:
[ 74.377372] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 74.385816] flags: 0xa00(workingset|slab|zone=0)
[ 74.394448] page_type: 0xffffffff()
[ 74.402920] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 74.411698] raw: 00000000
[ 74.420233] page dumped because: kasan: bad access detected
[ 74.428892]
[ 74.437460] Memory state around the buggy address:
[ 74.446116] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 74.454835] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 74.463460] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 74.472041] ^
[ 74.480617] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 74.489204] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 74.497643] ==================================================================
[ 74.506604] ==================================================================
[ 74.514997] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x14a4/0x26d0
[ 74.523550] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 74.532021]
[ 74.540248] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 74.548794] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 74.557330] Call Trace:
[ 74.565724] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 74.574381] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 74.583029] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 74.591616] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 74.600175] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 74.608794] [f3d03ee0] [c04e26b8] kasan_atomics+0x14a4/0x26d0
[ 74.617319] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 74.625939] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 74.634536] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 74.643036] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 74.651770]
[ 74.660073] Allocated by task 209 on cpu 0 at 54.959289s:
[ 74.668391] kasan_save_stack+0x44/0x74
[ 74.676657] kasan_save_track+0x20/0x40
[ 74.684791] kasan_save_alloc_info+0x48/0x60
[ 74.692874] poison_kmalloc_redzone+0x84/0xa4
[ 74.700990] __kasan_kmalloc+0x54/0x78
[ 74.709115] __kmalloc+0x1b8/0x2e8
[ 74.717194] kzalloc+0x14/0x24
[ 74.725235] kasan_atomics+0x40/0x26d0
[ 74.733267] kunit_try_run_case+0x120/0x554
[ 74.741274] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 74.749285] kthread+0x1f0/0x340
[ 74.757243] start_kernel_thread+0x10/0x14
[ 74.765273]
[ 74.773274] The buggy address belongs to the object at c2b1c940
[ 74.773274] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 74.789261] The buggy address is located 0 bytes to the right of
[ 74.789261] allocated 48-byte region [c2b1c940, c2b1c970)
[ 74.805536]
[ 74.813610] The buggy address belongs to the physical page:
[ 74.821859] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 74.830287] flags: 0xa00(workingset|slab|zone=0)
[ 74.838741] page_type: 0xffffffff()
[ 74.847187] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 74.855852] raw: 00000000
[ 74.864371] page dumped because: kasan: bad access detected
[ 74.873019]
[ 74.881580] Memory state around the buggy address:
[ 74.890230] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 74.899285] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 74.907916] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 74.916495] ^
[ 74.925069] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 74.933823] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 74.942267] ==================================================================
[ 74.951542] ==================================================================
[ 74.959936] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x151c/0x26d0
[ 74.968309] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 74.976667]
[ 74.984873] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 74.993411] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 75.001939] Call Trace:
[ 75.010433] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 75.019096] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 75.027739] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 75.036319] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 75.044871] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 75.053642] [f3d03ee0] [c04e2730] kasan_atomics+0x151c/0x26d0
[ 75.062164] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 75.070780] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 75.079368] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 75.087863] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 75.096343]
[ 75.104628] Allocated by task 209 on cpu 0 at 54.959289s:
[ 75.112947] kasan_save_stack+0x44/0x74
[ 75.121217] kasan_save_track+0x20/0x40
[ 75.129447] kasan_save_alloc_info+0x48/0x60
[ 75.137533] poison_kmalloc_redzone+0x84/0xa4
[ 75.145641] __kasan_kmalloc+0x54/0x78
[ 75.153750] __kmalloc+0x1b8/0x2e8
[ 75.161813] kzalloc+0x14/0x24
[ 75.169840] kasan_atomics+0x40/0x26d0
[ 75.178020] kunit_try_run_case+0x120/0x554
[ 75.186022] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 75.194018] kthread+0x1f0/0x340
[ 75.201968] start_kernel_thread+0x10/0x14
[ 75.209893]
[ 75.217704] The buggy address belongs to the object at c2b1c940
[ 75.217704] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 75.233692] The buggy address is located 0 bytes to the right of
[ 75.233692] allocated 48-byte region [c2b1c940, c2b1c970)
[ 75.250533]
[ 75.258728] The buggy address belongs to the physical page:
[ 75.266992] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 75.275432] flags: 0xa00(workingset|slab|zone=0)
[ 75.283891] page_type: 0xffffffff()
[ 75.292344] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 75.301010] raw: 00000000
[ 75.309536] page dumped because: kasan: bad access detected
[ 75.318188]
[ 75.326760] Memory state around the buggy address:
[ 75.335588] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 75.344324] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 75.352961] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 75.361553] ^
[ 75.370139] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 75.378835] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 75.387282] ==================================================================
[ 75.396325] ==================================================================
[ 75.404727] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x1594/0x26d0
[ 75.413112] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 75.421483]
[ 75.429706] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 75.438251] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 75.446787] Call Trace:
[ 75.455178] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 75.464016] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 75.472683] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 75.481283] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 75.489848] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 75.498563] [f3d03ee0] [c04e27a8] kasan_atomics+0x1594/0x26d0
[ 75.507089] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 75.515712] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 75.524314] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 75.532816] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 75.541304]
[ 75.549599] Allocated by task 209 on cpu 0 at 54.959289s:
[ 75.557920] kasan_save_stack+0x44/0x74
[ 75.566184] kasan_save_track+0x20/0x40
[ 75.574318] kasan_save_alloc_info+0x48/0x60
[ 75.582403] poison_kmalloc_redzone+0x84/0xa4
[ 75.590687] __kasan_kmalloc+0x54/0x78
[ 75.598819] __kmalloc+0x1b8/0x2e8
[ 75.606900] kzalloc+0x14/0x24
[ 75.615041] kasan_atomics+0x40/0x26d0
[ 75.623079] kunit_try_run_case+0x120/0x554
[ 75.631087] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 75.639098] kthread+0x1f0/0x340
[ 75.647055] start_kernel_thread+0x10/0x14
[ 75.654987]
[ 75.662805] The buggy address belongs to the object at c2b1c940
[ 75.662805] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 75.678804] The buggy address is located 0 bytes to the right of
[ 75.678804] allocated 48-byte region [c2b1c940, c2b1c970)
[ 75.695104]
[ 75.703186] The buggy address belongs to the physical page:
[ 75.711440] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 75.719878] flags: 0xa00(workingset|slab|zone=0)
[ 75.728336] page_type: 0xffffffff()
[ 75.736792] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 75.745718] raw: 00000000
[ 75.754256] page dumped because: kasan: bad access detected
[ 75.762914]
[ 75.771482] Memory state around the buggy address:
[ 75.780135] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 75.788852] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 75.797472] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 75.806045] ^
[ 75.814618] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 75.823205] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 75.831642] ==================================================================
[ 75.840672] ==================================================================
[ 75.849062] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x160c/0x26d0
[ 75.857433] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 75.865896]
[ 75.874274] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 75.882820] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 75.891351] Call Trace:
[ 75.899976] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 75.908634] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 75.917279] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 75.925859] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 75.934409] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 75.943012] [f3d03ee0] [c04e2820] kasan_atomics+0x160c/0x26d0
[ 75.951523] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 75.960133] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 75.968717] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 75.977205] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 75.985786]
[ 75.994082] Allocated by task 209 on cpu 0 at 54.959289s:
[ 76.002562] kasan_save_stack+0x44/0x74
[ 76.010835] kasan_save_track+0x20/0x40
[ 76.018967] kasan_save_alloc_info+0x48/0x60
[ 76.027045] poison_kmalloc_redzone+0x84/0xa4
[ 76.035152] __kasan_kmalloc+0x54/0x78
[ 76.043266] __kmalloc+0x1b8/0x2e8
[ 76.051340] kzalloc+0x14/0x24
[ 76.059378] kasan_atomics+0x40/0x26d0
[ 76.067397] kunit_try_run_case+0x120/0x554
[ 76.075399] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 76.083398] kthread+0x1f0/0x340
[ 76.091346] start_kernel_thread+0x10/0x14
[ 76.099366]
[ 76.107175] The buggy address belongs to the object at c2b1c940
[ 76.107175] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 76.123146] The buggy address is located 0 bytes to the right of
[ 76.123146] allocated 48-byte region [c2b1c940, c2b1c970)
[ 76.139408]
[ 76.147475] The buggy address belongs to the physical page:
[ 76.155882] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 76.164310] flags: 0xa00(workingset|slab|zone=0)
[ 76.172753] page_type: 0xffffffff()
[ 76.181191] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 76.189844] raw: 00000000
[ 76.198351] page dumped because: kasan: bad access detected
[ 76.206988]
[ 76.215539] Memory state around the buggy address:
[ 76.224177] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 76.232978] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 76.241593] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 76.250161] ^
[ 76.258730] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 76.267306] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 76.275733] ==================================================================
[ 76.285148] ==================================================================
[ 76.293541] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x1694/0x26d0
[ 76.301916] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 76.310273]
[ 76.318481] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 76.327012] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 76.335535] Call Trace:
[ 76.343912] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 76.352669] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 76.361321] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 76.369904] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 76.378456] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 76.387059] [f3d03ee0] [c04e28a8] kasan_atomics+0x1694/0x26d0
[ 76.395560] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 76.404168] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 76.412924] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 76.421429] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 76.429914]
[ 76.438202] Allocated by task 209 on cpu 0 at 54.959289s:
[ 76.446517] kasan_save_stack+0x44/0x74
[ 76.454781] kasan_save_track+0x20/0x40
[ 76.462916] kasan_save_alloc_info+0x48/0x60
[ 76.471094] poison_kmalloc_redzone+0x84/0xa4
[ 76.479212] __kasan_kmalloc+0x54/0x78
[ 76.487323] __kmalloc+0x1b8/0x2e8
[ 76.495397] kzalloc+0x14/0x24
[ 76.503428] kasan_atomics+0x40/0x26d0
[ 76.511449] kunit_try_run_case+0x120/0x554
[ 76.519449] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 76.527446] kthread+0x1f0/0x340
[ 76.535556] start_kernel_thread+0x10/0x14
[ 76.543484]
[ 76.551292] The buggy address belongs to the object at c2b1c940
[ 76.551292] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 76.567265] The buggy address is located 0 bytes to the right of
[ 76.567265] allocated 48-byte region [c2b1c940, c2b1c970)
[ 76.583534]
[ 76.591605] The buggy address belongs to the physical page:
[ 76.599950] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 76.608379] flags: 0xa00(workingset|slab|zone=0)
[ 76.616832] page_type: 0xffffffff()
[ 76.625281] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 76.633947] raw: 00000000
[ 76.642467] page dumped because: kasan: bad access detected
[ 76.651119]
[ 76.659691] Memory state around the buggy address:
[ 76.668343] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 76.677057] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 76.685678] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 76.694424] ^
[ 76.703011] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 76.711609] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 76.720151] ==================================================================
[ 76.729289] ==================================================================
[ 76.737691] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x1718/0x26d0
[ 76.746072] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 76.754444]
[ 76.762666] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 76.771213] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 76.779751] Call Trace:
[ 76.788139] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 76.796799] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 76.805449] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 76.814209] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 76.822786] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 76.831503] [f3d03ee0] [c04e292c] kasan_atomics+0x1718/0x26d0
[ 76.840031] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 76.848654] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 76.857252] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 76.865749] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 76.874233]
[ 76.882529] Allocated by task 209 on cpu 0 at 54.959289s:
[ 76.890852] kasan_save_stack+0x44/0x74
[ 76.899123] kasan_save_track+0x20/0x40
[ 76.907259] kasan_save_alloc_info+0x48/0x60
[ 76.915346] poison_kmalloc_redzone+0x84/0xa4
[ 76.923464] __kasan_kmalloc+0x54/0x78
[ 76.931587] __kmalloc+0x1b8/0x2e8
[ 76.939836] kzalloc+0x14/0x24
[ 76.947988] kasan_atomics+0x40/0x26d0
[ 76.956033] kunit_try_run_case+0x120/0x554
[ 76.964049] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 76.972063] kthread+0x1f0/0x340
[ 76.980029] start_kernel_thread+0x10/0x14
[ 76.987968]
[ 76.995796] The buggy address belongs to the object at c2b1c940
[ 76.995796] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 77.011808] The buggy address is located 0 bytes to the right of
[ 77.011808] allocated 48-byte region [c2b1c940, c2b1c970)
[ 77.028131]
[ 77.036231] The buggy address belongs to the physical page:
[ 77.044743] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 77.053204] flags: 0xa00(workingset|slab|zone=0)
[ 77.061679] page_type: 0xffffffff()
[ 77.070147] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 77.078941] raw: 00000000
[ 77.087489] page dumped because: kasan: bad access detected
[ 77.096326]
[ 77.104919] Memory state around the buggy address:
[ 77.113593] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 77.122330] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 77.130973] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 77.139573] ^
[ 77.148163] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 77.156762] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 77.165209] ==================================================================
[ 77.174247] ==================================================================
[ 77.182645] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x17b0/0x26d0
[ 77.191026] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 77.199500]
[ 77.207728] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 77.216279] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 77.224988] Call Trace:
[ 77.233393] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 77.242062] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 77.250721] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 77.259316] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 77.267879] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 77.276494] [f3d03ee0] [c04e29c4] kasan_atomics+0x17b0/0x26d0
[ 77.285010] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 77.293625] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 77.302218] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 77.310721] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 77.319312]
[ 77.327616] Allocated by task 209 on cpu 0 at 54.959289s:
[ 77.335941] kasan_save_stack+0x44/0x74
[ 77.344214] kasan_save_track+0x20/0x40
[ 77.352521] kasan_save_alloc_info+0x48/0x60
[ 77.360623] poison_kmalloc_redzone+0x84/0xa4
[ 77.368745] __kasan_kmalloc+0x54/0x78
[ 77.376869] __kmalloc+0x1b8/0x2e8
[ 77.384948] kzalloc+0x14/0x24
[ 77.392989] kasan_atomics+0x40/0x26d0
[ 77.401019] kunit_try_run_case+0x120/0x554
[ 77.409029] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 77.417038] kthread+0x1f0/0x340
[ 77.424998] start_kernel_thread+0x10/0x14
[ 77.433029]
[ 77.440857] The buggy address belongs to the object at c2b1c940
[ 77.440857] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 77.456862] The buggy address is located 0 bytes to the right of
[ 77.456862] allocated 48-byte region [c2b1c940, c2b1c970)
[ 77.473155]
[ 77.481237] The buggy address belongs to the physical page:
[ 77.489494] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 77.497932] flags: 0xa00(workingset|slab|zone=0)
[ 77.506558] page_type: 0xffffffff()
[ 77.515025] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 77.523699] raw: 00000000
[ 77.532225] page dumped because: kasan: bad access detected
[ 77.540880]
[ 77.549449] Memory state around the buggy address:
[ 77.558101] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 77.566920] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 77.575545] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 77.584122] ^
[ 77.592695] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 77.601285] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 77.609723] ==================================================================
[ 77.618926] ==================================================================
[ 77.627317] BUG: KASAN: slab-out-of-bounds in kasan_atomics+0x1848/0x26d0
[ 77.635862] Write of size 4 at addr c2b1c970 by task kunit_try_catch/209
[ 77.644237]
[ 77.652457] CPU: 0 PID: 209 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 77.660999] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 77.669527] Call Trace:
[ 77.677909] [f3d03db0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 77.686662] [f3d03dd0] [c04d6c7c] print_report+0x1c0/0x5e4
[ 77.695311] [f3d03e30] [c04d729c] kasan_report+0xd8/0x13c
[ 77.703903] [f3d03eb0] [c04d7c54] kasan_check_range+0x1dc/0x1e4
[ 77.712469] [f3d03ed0] [c04d8fa4] __kasan_check_write+0x18/0x28
[ 77.721089] [f3d03ee0] [c04e2a5c] kasan_atomics+0x1848/0x26d0
[ 77.729614] [f3d03f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 77.738236] [f3d03fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 77.746836] [f3d03fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 77.755338] [f3d03ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 77.763994]
[ 77.772301] Allocated by task 209 on cpu 0 at 54.959289s:
[ 77.780628] kasan_save_stack+0x44/0x74
[ 77.788899] kasan_save_track+0x20/0x40
[ 77.797036] kasan_save_alloc_info+0x48/0x60
[ 77.805220] poison_kmalloc_redzone+0x84/0xa4
[ 77.813346] __kasan_kmalloc+0x54/0x78
[ 77.821472] __kmalloc+0x1b8/0x2e8
[ 77.829553] kzalloc+0x14/0x24
[ 77.837594] kasan_atomics+0x40/0x26d0
[ 77.845625] kunit_try_run_case+0x120/0x554
[ 77.853636] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 77.861645] kthread+0x1f0/0x340
[ 77.869603] start_kernel_thread+0x10/0x14
[ 77.877532]
[ 77.885517] The buggy address belongs to the object at c2b1c940
[ 77.885517] which belongs to the cache kmalloc-rnd-09-64 of size 64
[ 77.901524] The buggy address is located 0 bytes to the right of
[ 77.901524] allocated 48-byte region [c2b1c940, c2b1c970)
[ 77.917825]
[ 77.925912] The buggy address belongs to the physical page:
[ 77.934273] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2b1c640 pfn:0x2b1c
[ 77.942722] flags: 0xa00(workingset|slab|zone=0)
[ 77.951190] page_type: 0xffffffff()
[ 77.959648] raw: 00000a00 c2013a20 c2012d34 c2012d34 c2b1c640 0013002a ffffffff 00000001
[ 77.968324] raw: 00000000
[ 77.976855] page dumped because: kasan: bad access detected
[ 77.985516]
[ 77.994089] Memory state around the buggy address:
[ 78.002745] c2b1c800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 78.011472] c2b1c880: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
[ 78.020107] >c2b1c900: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 fc fc
[ 78.028699] ^
[ 78.037530] c2b1c980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 78.046305] c2b1ca00: 00 00 00 00 01 fc fc fc fc fc fc fc fc fc fc fc
[ 78.054862] ==================================================================
[ 78.063911] # kasan_atomics: Test should be marked slow (runtime: 23.104638255s)
[ 78.066322] ok 63 kasan_atomics
[ 78.076811] ok 64 vmalloc_helpers_tags # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 78.086340] ==================================================================
[ 78.103779] BUG: KASAN: vmalloc-out-of-bounds in vmalloc_oob+0x298/0x364
[ 78.112481] Read of size 1 at addr f10ed7f3 by task kunit_try_catch/213
[ 78.121225]
[ 78.129792] CPU: 0 PID: 213 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 78.138744] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 78.147691] Call Trace:
[ 78.156547] [f3d23de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 78.165619] [f3d23e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 78.174727] [f3d23e60] [c04d729c] kasan_report+0xd8/0x13c
[ 78.183971] [f3d23ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 78.193112] [f3d23ef0] [c04e3bf4] vmalloc_oob+0x298/0x364
[ 78.202135] [f3d23f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 78.211132] [f3d23fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 78.220138] [f3d23fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 78.229031] [f3d23ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 78.237836]
[ 78.246472] The buggy address belongs to the virtual mapping at
[ 78.246472] [f10ed000, f10ef000) created by:
[ 78.246472] vmalloc_oob+0x28/0x364
[ 78.272431]
[ 78.281039] The buggy address belongs to the physical page:
[ 78.289786] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x79989
[ 78.298691] flags: 0x80000000(zone=2)
[ 78.307557] page_type: 0xffffffff()
[ 78.316382] raw: 80000000 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 78.325500] raw: 00000000
[ 78.334396] page dumped because: kasan: bad access detected
[ 78.343526]
[ 78.352361] Memory state around the buggy address:
[ 78.361280] f10ed680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 78.370369] f10ed700: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 78.379417] >f10ed780: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 f8
[ 78.388389] ^
[ 78.397383] f10ed800: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8
[ 78.406428] f10ed880: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8
[ 78.415424] ==================================================================
[ 78.424977] ==================================================================
[ 78.434098] BUG: KASAN: vmalloc-out-of-bounds in vmalloc_oob+0x2b0/0x364
[ 78.443250] Read of size 1 at addr f10ed7f8 by task kunit_try_catch/213
[ 78.452533]
[ 78.461606] CPU: 0 PID: 213 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4-dirty #2
[ 78.471027] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 78.480580] Call Trace:
[ 78.489867] [f3d23de0] [c16a3ae4] dump_stack_lvl+0x48/0xc0 (unreliable)
[ 78.499327] [f3d23e00] [c04d6c7c] print_report+0x1c0/0x5e4
[ 78.508731] [f3d23e60] [c04d729c] kasan_report+0xd8/0x13c
[ 78.518078] [f3d23ee0] [c04d8d78] __asan_report_load1_noabort+0x1c/0x2c
[ 78.527470] [f3d23ef0] [c04e3c0c] vmalloc_oob+0x2b0/0x364
[ 78.536745] [f3d23f20] [c0c7bfbc] kunit_try_run_case+0x120/0x554
[ 78.545960] [f3d23fa0] [c0c813f0] kunit_generic_run_threadfn_adapter+0x54/0xd4
[ 78.555233] [f3d23fc0] [c00fc9c8] kthread+0x1f0/0x340
[ 78.564386] [f3d23ff0] [c002d304] start_kernel_thread+0x10/0x14
[ 78.573511]
[ 78.582580] The buggy address belongs to the virtual mapping at
[ 78.582580] [f10ed000, f10ef000) created by:
[ 78.582580] vmalloc_oob+0x28/0x364
[ 78.609632]
[ 78.618581] The buggy address belongs to the physical page:
[ 78.627677] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x79989
[ 78.636911] flags: 0x80000000(zone=2)
[ 78.646256] page_type: 0xffffffff()
[ 78.655474] raw: 80000000 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 78.664822] raw: 00000000
[ 78.673946] page dumped because: kasan: bad access detected
[ 78.683116]
[ 78.692087] Memory state around the buggy address:
[ 78.701061] f10ed680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 78.710051] f10ed700: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 78.718889] >f10ed780: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 f8
[ 78.727711] ^
[ 78.736383] f10ed800: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8
[ 78.744961] f10ed880: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8
[ 78.753427] ==================================================================
[ 78.763121] # vmalloc_oob: ASSERTION FAILED at mm/kasan/kasan_test.c:1680
[ 78.763121] Expected p_ptr is not null, but is
[ 78.781123] not ok 65 vmalloc_oob
[ 78.782453] ok 66 vmap_tags # SKIP Test requires CONFIG_KASAN_SW_TAGS=y
[ 78.793112] ok 67 vm_map_ram_tags # SKIP Test requires CONFIG_KASAN_SW_TAGS=y
[ 78.803916] ok 68 vmalloc_percpu # SKIP Test requires CONFIG_KASAN_SW_TAGS=y
[ 78.814249] ok 69 match_all_not_assigned # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 78.824946] ok 70 match_all_ptr_tag # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 78.835232] ok 71 match_all_mem_tag # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 78.851379] # kasan: pass:57 fail:1 skip:13 total:71
[ 78.860326] # Totals: pass:57 fail:1 skip:13 total:71
[ 78.869563] not ok 1 kasan
[ 78.928957] EXT4-fs (sda5): mounted filesystem fa07e66f-b4f9-404f-85d8-487d3c097aec ro with ordered data mode. Quota mode: disabled.
[ 78.938728] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 78.955601] devtmpfs: mounted
[ 78.968516] Freeing unused kernel image (initmem) memory: 1140K
[ 78.989096] Checked W+X mappings: passed, no W+X pages found
[ 78.998507] rodata_test: all tests were successful
[ 79.007693] Run /sbin/init as init process
[ 79.016952] with arguments:
[ 79.025924] /sbin/init
[ 79.034854] with environment:
[ 79.043712] HOME=/
[ 79.052463] TERM=linux
[ 95.929728] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 95.962836] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 96.022713] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 96.156322] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 96.165144] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 96.173631] usb usb3: Product: OHCI PCI host controller
[ 96.182161] usb usb3: Manufacturer: Linux 6.9.0-rc5-PMacG4-dirty ohci_hcd
[ 96.190575] usb usb3: SerialNumber: 0001:00:12.0
[ 96.240527] hub 3-0:1.0: USB hub found
[ 96.284951] hub 3-0:1.0: 3 ports detected
[ 96.368711] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 96.444757] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 96.492146] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 96.772615] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 96.781414] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 96.789907] usb usb4: Product: OHCI PCI host controller
[ 96.798712] usb usb4: Manufacturer: Linux 6.9.0-rc5-PMacG4-dirty ohci_hcd
[ 96.807384] usb usb4: SerialNumber: 0001:00:12.1
[ 97.028745] hub 4-0:1.0: USB hub found
[ 97.127067] hub 4-0:1.0: 2 ports detected
[ 97.300917] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 97.426643] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 97.533217] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 97.751379] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 97.788852] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 98.026029] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 98.034899] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 98.043462] usb usb5: Product: OHCI PCI host controller
[ 98.051810] usb usb5: Manufacturer: Linux 6.9.0-rc5-PMacG4-dirty ohci_hcd
[ 98.060277] usb usb5: SerialNumber: 0001:00:1b.0
[ 98.228942] hub 5-0:1.0: USB hub found
[ 98.328653] hub 5-0:1.0: 3 ports detected
[ 98.496351] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 98.538070] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 98.608641] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 98.691015] [drm] radeon kernel modesetting enabled.
[ 98.769761] Console: switching to colour dummy device 80x25
[ 98.829200] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 98.849077] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 98.849308] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 98.849409] usb usb6: Product: OHCI PCI host controller
[ 98.849574] usb usb6: Manufacturer: Linux 6.9.0-rc5-PMacG4-dirty ohci_hcd
[ 98.849696] usb usb6: SerialNumber: 0001:00:1b.1
[ 98.885401] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 98.885626] [drm] Forcing AGP to PCI mode
[ 98.887054] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 98.939927] hub 6-0:1.0: USB hub found
[ 98.942011] hub 6-0:1.0: 2 ports detected
[ 99.184769] [drm] Generation 2 PCI interface, using max accessible memory
[ 99.185084] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 99.185235] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 99.185547] [drm] Detected VRAM RAM=256M, BAR=256M
[ 99.185639] [drm] RAM width 128bits DDR
[ 99.247477] [drm] radeon: 256M of VRAM memory ready
[ 99.247759] [drm] radeon: 512M of GTT memory ready.
[ 99.248354] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 99.578107] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 99.578317] [drm] PCI GART of 512M enabled (table at 0x0000000009200000).
[ 99.579044] radeon 0000:00:10.0: WB enabled
[ 99.579169] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 99.602453] [drm] radeon: irq initialized.
[ 99.602857] [drm] Loading R300 Microcode
[ 99.877171] [drm] radeon: ring at 0x0000000080001000
[ 99.877455] [drm] ring test succeeded in 0 usecs
[ 99.900491] [drm] ib test succeeded in 0 usecs
[ 99.952685] [drm] Radeon Display Connectors
[ 99.952916] [drm] Connector 0:
[ 99.952998] [drm] DVI-I-1
[ 99.953075] [drm] HPD2
[ 99.953146] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 99.953230] [drm] Encoders:
[ 99.953327] [drm] CRT1: INTERNAL_DAC1
[ 99.953405] [drm] DFP2: INTERNAL_DVO1
[ 99.953478] [drm] Connector 1:
[ 99.953597] [drm] DVI-I-2
[ 99.953837] [drm] HPD1
[ 99.953909] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 99.953987] [drm] Encoders:
[ 99.954084] [drm] CRT2: INTERNAL_DAC2
[ 99.954183] [drm] DFP1: INTERNAL_TMDS1
[ 100.004941] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 100.798214] [drm] fb mappable at 0xA0040000
[ 100.798571] [drm] vram apper at 0xA0000000
[ 100.798688] [drm] size 8294400
[ 100.798793] [drm] fb depth is 24
[ 100.798868] [drm] pitch is 7680
[ 101.083725] Console: switching to colour frame buffer device 240x67
[ 101.244677] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 101.717978] random: crng init done
[ 103.168571] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 103.248575] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 103.249129] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 103.308227] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 103.515142] ADM1030 fan controller [@2c]
[ 103.588475] DS1775 digital thermometer [@49]
[ 103.588896] Temp: 51.1 C
[ 103.588918] Hyst: 70.0 C
[ 103.589169] OS: 75.0 C
[ 103.589366]
[ 103.702927] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 103.832767] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 105.756774] EXT4-fs (sda5): re-mounted fa07e66f-b4f9-404f-85d8-487d3c097aec r/w. Quota mode: disabled.
[ 106.005382] EXT4-fs (sda5): re-mounted fa07e66f-b4f9-404f-85d8-487d3c097aec r/w. Quota mode: disabled.
[ 107.870408] snd-aoa-fabric-layout: can use this codec
[ 107.963153] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k
[ 108.961496] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 108.978614] EXT4-fs (sdc5): warning: mounting unchecked fs, running e2fsck is recommended
[ 108.988046] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 108.988860] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 109.002128] BTRFS: device label tmp devid 1 transid 3619 /dev/sda6 (8:6) scanned by mount (1026)
[ 109.022662] BTRFS info (device sda6): first mount of filesystem 65162d91-887e-4e48-a356-fbf7093eefb5
[ 109.023319] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 109.023818] BTRFS info (device sda6): using free-space-tree
[ 111.641223] CPU-temp: 51.3 C
[ 111.641301] , Case: 30.1 C
[ 111.641672] , Fan: 0 (tuned -11)
[ 226.221177] BTRFS info (device sda6): last unmount of filesystem 65162d91-887e-4e48-a356-fbf7093eefb5
[ 226.336437] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 236.822637] elogind-daemon[1655]: Received signal 15 [TERM]
[ 238.269998] EXT4-fs (sda5): re-mounted fa07e66f-b4f9-404f-85d8-487d3c097aec ro. Quota mode: disabled.
[ 238.644350] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 238.646061] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 238.647741] reboot: Restarting system
[-- Attachment #4: dmesg_69-rc5_g4-gcc_v01 --]
[-- Type: application/octet-stream, Size: 114125 bytes --]
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000] Linux version 6.9.0-rc5-PMacG4 (root@T800) (gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210, GNU ld (Gentoo 2.42 p3) 2.42.0) #1 SMP Thu Apr 25 02:34:07 CEST 2024
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x2a4/0xa88. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1a4/0x2ec. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x5c/0x7c. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] printk: legacy bootconsole [udbg0] enabled
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010201
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0xd0/0x270. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x274/0x2f0. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x120/0x2f0. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x2ec/0x5ec. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3415, gen1=3416
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 32 pages/cpu s40512 r8192 d82368 u131072
[ 0.000000] pcpu-alloc: s40512 r8192 d82368 u131072 alloc=32*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Kernel command line: ro root=/dev/sda5 slub_debug=FZP page_poison=1 netconsole=6666@192.168.2.8/eth0,6666@192.168.2.3/A8:A1:59:16:4F:EA debug
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1945900K/2097152K available (10940K kernel code, 2652K rwdata, 5444K rodata, 1396K init, 411K bss, 151252K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 2 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658765 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000007] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b97f1da, max_idle_ns: 440795202966 ns
[ 0.000572] clocksource: timebase mult[18012a56] shift[24] registered
[ 0.001084] clockevent: decrementer mult[aaa2619] shift[32] cpu[0]
[ 0.004874] Console: colour dummy device 80x25
[ 0.005361] printk: legacy console [tty0] enabled
[ 0.005843] printk: legacy bootconsole [udbg0] disabled
[ 0.007535] pid_max: default: 32768 minimum: 301
[ 0.012916] LSM: initializing lsm=capability,yama
[ 0.013091] Yama: becoming mindful.
[ 0.015776] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.015947] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.033754] PowerMac SMP probe found 2 cpus
[ 0.034746] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.035409] channel 0 bus <multibus>
[ 0.035510] channel 1 bus <multibus>
[ 0.035840] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.035978] channel 0 bus <multibus>
[ 0.036097] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.036740] channel 1 bus <multibus>
[ 0.036839] channel 2 bus <multibus>
[ 0.036989] pmf: no parser for command 17 !
[ 0.037137] Processor timebase sync using GPIO 0x73
[ 0.037169] mpic: requesting IPIs...
[ 0.037851] CPU0: L2CR is 80000000
[ 0.037883] CPU0: L3CR is 9c030000
[ 0.044111] MPC7450 family performance monitor hardware support registered
[ 0.044899] rcu: Hierarchical SRCU implementation.
[ 0.044945] rcu: Max phase no-delay instances is 1000.
[ 0.049015] smp: Bringing up secondary CPUs ...
[83973665.020140] CPU1: L2CR was 0
[83973665.020221] CPU1: L2CR set to 80000000
[83973665.020234] CPU1: L3CR was 0
[83973665.020385] CPU1: L3CR set to 9c030000
[ 0.056229] smp: Brought up 1 node, 2 CPUs
[ 0.064463] devtmpfs: initialized
[ 0.068090] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.068728] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.070955] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.071460] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.096851] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.097325] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.098165] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.098734] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.137112] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.137213] PCI host bridge /pci@f0000000 ranges:
[ 0.137300] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.137371] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.154933] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.155284] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.155342] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.155426] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.155497] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.172896] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.173188] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.173245] PCI host bridge /pci@f4000000 ranges:
[ 0.173325] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.173384] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.191490] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.193253] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.193573] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.204564] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.236858] PCI: Probing PCI hardware
[ 0.239205] PCI host bridge to bus 0000:00
[ 0.239280] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.239356] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.239415] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.239479] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.239526] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.241502] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000 conventional PCI endpoint
[ 0.244209] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000 conventional PCI endpoint
[ 0.244303] pci 0000:00:10.0: BAR 0 [mem 0xa0000000-0xafffffff pref]
[ 0.244361] pci 0000:00:10.0: BAR 1 [io 0xff780400-0xff7804ff]
[ 0.244414] pci 0000:00:10.0: BAR 2 [mem 0x90000000-0x9000ffff]
[ 0.244491] pci 0000:00:10.0: ROM [mem 0x90020000-0x9003ffff pref]
[ 0.244604] pci 0000:00:10.0: supports D1 D2
[ 0.247346] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.250110] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.250340] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.250538] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.250698] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.250884] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.251065] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.251215] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.251356] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.251497] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.251639] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.251817] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.251960] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.255139] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.255420] PCI host bridge to bus 0001:00
[ 0.255470] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.255529] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.255587] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.255648] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.255693] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.257081] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000 conventional PCI endpoint
[ 0.259032] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.259119] pci 0001:00:12.0: BAR 0 [mem 0x8008c000-0x8008cfff]
[ 0.259260] pci 0001:00:12.0: supports D1 D2
[ 0.259300] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.261249] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.261335] pci 0001:00:12.1: BAR 0 [mem 0x8008b000-0x8008bfff]
[ 0.261478] pci 0001:00:12.1: supports D1 D2
[ 0.261516] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.263356] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.263441] pci 0001:00:12.2: BAR 0 [mem 0x80081000-0x800810ff]
[ 0.263582] pci 0001:00:12.2: supports D1 D2
[ 0.263620] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.265488] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000 conventional PCI endpoint
[ 0.265573] pci 0001:00:13.0: BAR 0 [io 0x0460-0x0467]
[ 0.265623] pci 0001:00:13.0: BAR 1 [io 0x0450-0x0453]
[ 0.265671] pci 0001:00:13.0: BAR 2 [io 0x0440-0x0447]
[ 0.265720] pci 0001:00:13.0: BAR 3 [io 0x0430-0x0433]
[ 0.265768] pci 0001:00:13.0: BAR 4 [io 0x0420-0x042f]
[ 0.265817] pci 0001:00:13.0: BAR 5 [mem 0x80082000-0x800821ff]
[ 0.265868] pci 0001:00:13.0: ROM [mem 0x80100000-0x8017ffff pref]
[ 0.265970] pci 0001:00:13.0: supports D1 D2
[ 0.267453] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002 conventional PCI endpoint
[ 0.267540] pci 0001:00:15.0: BAR 0 [io 0x0410-0x0417]
[ 0.267591] pci 0001:00:15.0: BAR 1 [mem 0x8008a000-0x8008afff]
[ 0.267656] pci 0001:00:15.0: BAR 4 [mem 0x80089000-0x80089fff]
[ 0.267774] pci 0001:00:15.0: supports D1 D2
[ 0.267814] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269738] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002 conventional PCI endpoint
[ 0.269822] pci 0001:00:15.1: BAR 0 [io 0x0400-0x0407]
[ 0.269873] pci 0001:00:15.1: BAR 1 [mem 0x80088000-0x80088fff]
[ 0.269938] pci 0001:00:15.1: BAR 4 [mem 0x80087000-0x80087fff]
[ 0.270054] pci 0001:00:15.1: supports D1 D2
[ 0.270093] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.271618] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103 conventional PCI endpoint
[ 0.271702] pci 0001:00:15.2: BAR 0 [io 0x0000-0x0007]
[ 0.271751] pci 0001:00:15.2: BAR 1 [io 0x0000-0x0007]
[ 0.271800] pci 0001:00:15.2: BAR 2 [mem 0x00000000-0x00000fff]
[ 0.271858] pci 0001:00:15.2: BAR 4 [mem 0x00000000-0x00000fff]
[ 0.271973] pci 0001:00:15.2: supports D1 D2
[ 0.272011] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.274337] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000 conventional PCI endpoint
[ 0.274426] pci 0001:00:16.0: BAR 0 [mem 0x8008e000-0x8008ffff]
[ 0.274567] pci 0001:00:16.0: supports D1 D2
[ 0.274606] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.275909] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000 conventional PCI endpoint
[ 0.275993] pci 0001:00:17.0: BAR 0 [mem 0x80000000-0x8007ffff]
[ 0.278153] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.278239] pci 0001:00:18.0: BAR 0 [mem 0x80086000-0x80086fff]
[ 0.279539] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.279620] pci 0001:00:19.0: BAR 0 [mem 0x80085000-0x80085fff]
[ 0.281675] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.281763] pci 0001:00:1b.0: BAR 0 [mem 0x80084000-0x80084fff]
[ 0.281906] pci 0001:00:1b.0: supports D1 D2
[ 0.281945] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.283808] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.283927] pci 0001:00:1b.1: BAR 0 [mem 0x80083000-0x80083fff]
[ 0.284074] pci 0001:00:1b.1: supports D1 D2
[ 0.284113] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.285944] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.286030] pci 0001:00:1b.2: BAR 0 [mem 0x80080000-0x800800ff]
[ 0.286170] pci 0001:00:1b.2: supports D1 D2
[ 0.286209] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.287787] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.293074] PCI host bridge to bus 0002:00
[ 0.293148] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.293221] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.293284] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.293330] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.294721] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000 conventional PCI endpoint
[ 0.296499] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000 conventional PCI endpoint
[ 0.296583] pci 0002:00:0d.0: BAR 0 [mem 0xf5004000-0xf5007fff]
[ 0.298472] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010 conventional PCI endpoint
[ 0.298557] pci 0002:00:0e.0: BAR 0 [mem 0xf5000000-0xf5000fff]
[ 0.298691] pci 0002:00:0e.0: supports D1 D2
[ 0.298730] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.300547] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000 conventional PCI endpoint
[ 0.300631] pci 0002:00:0f.0: BAR 0 [mem 0xf5200000-0xf53fffff]
[ 0.300724] pci 0002:00:0f.0: ROM [mem 0xf5100000-0xf51fffff pref]
[ 0.304180] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.306152] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.306226] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.306295] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.306344] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.306389] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.306580] pci 0001:00:15.2: BAR 2 [mem 0xf3000000-0xf3000fff]: assigned
[ 0.306640] pci 0001:00:15.2: BAR 4 [mem 0xf3001000-0xf3001fff]: assigned
[ 0.306695] pci 0001:00:15.2: BAR 0 [io 0x1000-0x1007]: assigned
[ 0.306747] pci 0001:00:15.2: BAR 1 [io 0x1008-0x100f]: assigned
[ 0.306817] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.306861] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.306906] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.306955] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.306999] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.394802] raid6: altivecx8 gen() 827 MB/s
[ 0.451672] raid6: altivecx4 gen() 825 MB/s
[ 0.508541] raid6: altivecx2 gen() 725 MB/s
[ 0.565336] raid6: altivecx1 gen() 562 MB/s
[ 0.622202] raid6: int32x8 gen() 163 MB/s
[ 0.678983] raid6: int32x4 gen() 171 MB/s
[ 0.735841] raid6: int32x2 gen() 180 MB/s
[ 0.792706] raid6: int32x1 gen() 137 MB/s
[ 0.792740] raid6: using algorithm altivecx8 gen() 827 MB/s
[ 0.792775] raid6: using intx1 recovery algorithm
[ 0.804980] SCSI subsystem initialized
[ 0.808530] libata version 3.00 loaded.
[ 0.811380] usbcore: registered new interface driver usbfs
[ 0.811954] usbcore: registered new interface driver hub
[ 0.813317] usbcore: registered new device driver usb
[ 0.831448] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.831524] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.831564] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.831672] vgaarb: loaded
[ 0.832365] clocksource: Switched to clocksource timebase
[ 0.950396] NET: Registered PF_INET protocol family
[ 0.953400] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.962179] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.966072] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.968053] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.976026] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 0.977578] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.980047] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.981247] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.983098] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.984432] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 0.984672] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 0.984790] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 0.985107] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 0.985149] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 0.985210] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 0.985246] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 0.985315] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 0.985425] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 0.985599] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 0.985806] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 0.987801] Thermal assist unit not available
[ 1.001334] Initialise system trusted keyrings
[ 1.002490] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.024783] xor: measuring software checksum speed
[ 1.072931] 8regs : 204 MB/sec
[ 1.123841] 8regs_prefetch : 193 MB/sec
[ 1.172137] 32regs : 203 MB/sec
[ 1.223281] 32regs_prefetch : 192 MB/sec
[ 1.235284] altivec : 821 MB/sec
[ 1.235318] xor: using function: altivec (821 MB/sec)
[ 1.235379] Key type asymmetric registered
[ 1.235412] Asymmetric key parser 'x509' registered
[ 1.260972] bounce: pool size: 64 pages
[ 1.262720] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.263314] io scheduler bfq registered
[ 1.275416] atomic64_test: passed
[ 1.279162] Using unsupported 1920x1080 (null) at a0008000, depth=8, pitch=2048
[ 1.333195] Console: switching to colour frame buffer device 240x67
[ 1.378604] fb0: Open Firmware frame buffer device on /pci@f0000000/ATY,AlteracParent@10/ATY,Alterac_A@0
[ 1.390463] MacIO PCI driver attached to Keylargo chipset
[ 1.411631] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.420124] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.437887] sata_sil 0001:00:13.0: version 2.4
[ 1.438826] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.451398] scsi host0: sata_sil
[ 1.457210] scsi host1: sata_sil
[ 1.459667] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53 lpm-pol 0
[ 1.459990] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53 lpm-pol 0
[ 1.462671] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.479052] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.487665] scsi host2: pata_macio
[ 1.490437] ata3: PATA max UDMA/100 irq 39 lpm-pol 0
[ 1.775753] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.776796] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.777077] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.778721] ata1.00: Features: Dev-Sleep
[ 1.803166] ata1.00: configured for UDMA/100
[ 1.806791] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.817275] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.817772] sd 0:0:0:0: [sda] Write Protect is off
[ 1.818028] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.818644] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.819731] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.827251] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.841207] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.245736] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.248451] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.248731] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.251633] ata2.00: configured for UDMA/100
[ 2.254086] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.263365] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.263703] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.264100] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.264322] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.264970] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.265828] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.515727] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.525124] scsi host3: pata_macio
[ 2.527686] ata4: PATA max UDMA/66 irq 19 lpm-pol 0
[ 2.688457] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.699330] ata4.00: 1009008 sectors, multi 1: LBA
[ 2.980697] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 3.004649] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 3.018407] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 3.037995] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 3.049526] sd 3:0:0:0: [sdc] Write Protect is off
[ 3.060562] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 3.071816] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.083401] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 3.101373] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 3.123073] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.555798] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.577946] scsi host4: pata_macio
[ 3.591800] ata5: PATA max MWDMA2 irq 20 lpm-pol 0
[ 3.606050] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.629544] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.646439] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.658841] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.659329] rtc-generic rtc-generic: registered as rtc0
[ 3.671587] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.685216] PowerMac i2c bus pmu 2 registered
[ 3.705808] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.708254] PowerMac i2c bus pmu 1 registered
[ 3.719986] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 3.734302] PowerMac i2c bus mac-io 0 registered
[ 3.742099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.754775] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.765707] usb usb1: Product: EHCI Host Controller
[ 3.765728] usb usb1: Manufacturer: Linux 6.9.0-rc5-PMacG4 ehci_hcd
[ 3.765744] usb usb1: SerialNumber: 0001:00:12.2
[ 3.780335] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.794466] hub 1-0:1.0: USB hub found
[ 3.801599] PowerMac i2c bus uni-n 1 registered
[ 3.813579] hub 1-0:1.0: 5 ports detected
[ 3.824953] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.849169] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.863272] PowerMac i2c bus uni-n 0 registered
[ 3.872906] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.890805] hid: raw HID events driver (C) Jiri Kosina
[ 3.897958] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.911725] usbcore: registered new interface driver usbhid
[ 3.932411] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.932959] usbhid: USB HID core driver
[ 3.946730] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 3.960776] NET: Registered PF_INET6 protocol family
[ 3.969017] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.969042] usb usb2: Product: EHCI Host Controller
[ 3.969056] usb usb2: Manufacturer: Linux 6.9.0-rc5-PMacG4 ehci_hcd
[ 3.969071] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.986310] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.999113] hub 2-0:1.0: USB hub found
[ 4.027896] Segment Routing with IPv6
[ 4.030693] hub 2-0:1.0: 5 ports detected
[ 4.044912] In-situ OAM (IOAM) with IPv6
[ 4.107416] drmem: No dynamic reconfiguration memory found
[ 4.159127] usb 1-4: new high-speed USB device number 2 using ehci-pci
[ 4.250256] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 4.263403] registered taskstats version 1
[ 4.275438] Loading compiled-in X.509 certificates
[ 4.328361] usb 1-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.340855] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.353112] usb 1-4: Product: USB2.0 Hub
[ 4.370382] hub 1-4:1.0: USB hub found
[ 4.383100] hub 1-4:1.0: 4 ports detected
[ 4.692371] usb 1-4.1: new low-speed USB device number 3 using ehci-pci
[ 4.735490] zswap: loaded using pool zstd/zsmalloc
[ 4.748575] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.762188] page_owner is disabled
[ 4.875990] Btrfs loaded, zoned=no, fsverity=no
[ 4.907997] usb 1-4.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.920332] usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.932464] usb 1-4.1: Product: RPI Wired Keyboard 5
[ 4.944513] usb 1-4.1: Manufacturer:
[ 4.992972] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-4/1-4.1/1-4.1:1.0/0003:04D9:0006.0001/input/input0
[ 5.071714] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-4.1/input0
[ 5.108037] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-4/1-4.1/1-4.1:1.1/0003:04D9:0006.0002/input/input1
[ 5.178510] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-4.1/input1
[ 5.272396] usb 1-4.3: new low-speed USB device number 4 using ehci-pci
[ 5.386967] usb 1-4.3: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 5.399986] usb 1-4.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.412960] usb 1-4.3: Product: USB OPTICAL MOUSE
[ 5.439646] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-4/1-4.3/1-4.3:1.0/0003:275D:0BA6.0003/input/input2
[ 5.456546] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-4.3/input0
[ 8.777974] input: PMU as /devices/virtual/input/input3
[ 8.793278] netpoll: netconsole: local port 6666
[ 8.806580] netpoll: netconsole: local IPv4 address 192.168.2.8
[ 8.819802] netpoll: netconsole: interface 'eth0'
[ 8.832921] netpoll: netconsole: remote port 6666
[ 8.845977] netpoll: netconsole: remote IPv4 address 192.168.2.3
[ 8.859013] netpoll: netconsole: remote ethernet address a8:a1:59:16:4f:ea
[ 8.871963] netpoll: netconsole: device eth0 not up yet, forcing it
[ 8.986113] sungem_phy: PHY ID: 2060e1, addr: 0
[ 8.999208] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 12.676048] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 12.688841] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 12.711021] printk: legacy console [netcon0] enabled
[ 12.754683] netconsole: network logging started
[ 12.768482] KTAP version 1
[ 12.781373] 1..1
[ 12.795058] KTAP version 1
[ 12.807597] # Subtest: kasan
[ 12.820084] # module: kasan_test
[ 12.820227] 1..71
[ 12.845993] ==================================================================
[ 12.858364] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x15c/0x310
[ 12.870575] Write of size 1 at addr c35ac6f3 by task kunit_try_catch/80
[ 12.882792]
[ 12.894829] CPU: 1 PID: 80 Comm: kunit_try_catch Tainted: G N 6.9.0-rc5-PMacG4 #1
[ 12.907323] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 12.919630] Call Trace:
[ 12.931725] [c37afd50] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 12.943977] [c37afd70] [c02718fc] print_report+0xd4/0x4fc
[ 12.956109] [c37afdc0] [c0271f58] kasan_report+0xfc/0x110
[ 12.968137] [c37afe40] [c02761f8] kmalloc_oob_right+0x15c/0x310
[ 12.980155] [c37afed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 12.992177] [c37affa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 13.004345] [c37affc0] [c008ac94] kthread+0x158/0x168
[ 13.016274] [c37afff0] [c001c304] start_kernel_thread+0x10/0x14
[ 13.028234]
[ 13.040063] Allocated by task 80 on cpu 1 at 12.845988s:
[ 13.052052] kasan_save_stack+0x38/0x54
[ 13.063976] kasan_save_track+0x20/0x3c
[ 13.075856] __kasan_kmalloc+0x48/0x54
[ 13.087506] kmalloc_oob_right+0xbc/0x310
[ 13.099053] kunit_try_run_case+0x18c/0x2d0
[ 13.110582] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 13.122046] kthread+0x158/0x168
[ 13.133403] start_kernel_thread+0x10/0x14
[ 13.144717]
[ 13.155951] The buggy address belongs to the object at c35ac680
[ 13.155951] which belongs to the cache kmalloc-128 of size 128
[ 13.179363] The buggy address is located 0 bytes to the right of
[ 13.179363] allocated 115-byte region [c35ac680, c35ac6f3)
[ 13.202133]
[ 13.213251] The buggy address belongs to the physical page:
[ 13.224687] page: refcount:1 mapcount:0 mapping:00000000 index:0xc35ace00 pfn:0x35ac
[ 13.236044] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 13.247392] flags: 0xa40(workingset|slab|head|zone=0)
[ 13.258797] page_type: 0xffffffff()
[ 13.270090] raw: 00000a40 c1801720 c18003b4 c18003b4 c35ace00 0002002a ffffffff 00000001
[ 13.281387] raw: 00000000
[ 13.292313] head: 00000a40 c1801720 c18003b4 c18003b4 c35ace00 0002002a ffffffff 00000001
[ 13.303279] head: 00000000 00000001 eee4fc31 eee4fc58 ffffffff 00000000 00000000 ffffffff
[ 13.314059] head: 00000000 00000000
[ 13.324480] page dumped because: kasan: bad access detected
[ 13.334927]
[ 13.345198] Memory state around the buggy address:
[ 13.355535] c35ac580: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.365752] c35ac600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.375680] >c35ac680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 13.385546] ^
[ 13.395259] c35ac700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.405114] c35ac780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.414799] ==================================================================
[ 13.425222] Disabling lock debugging due to kernel taint
[ 13.435274] ==================================================================
[ 13.445342] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x1f0/0x310
[ 13.455504] Write of size 1 at addr c35ac6f8 by task kunit_try_catch/80
[ 13.465668]
[ 13.475671] CPU: 1 PID: 80 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 13.486016] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 13.496308] Call Trace:
[ 13.506402] [c37afd50] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 13.516750] [c37afd70] [c02718fc] print_report+0xd4/0x4fc
[ 13.527223] [c37afdc0] [c0271f58] kasan_report+0xfc/0x110
[ 13.537643] [c37afe40] [c027628c] kmalloc_oob_right+0x1f0/0x310
[ 13.548020] [c37afed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 13.558449] [c37affa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 13.568980] [c37affc0] [c008ac94] kthread+0x158/0x168
[ 13.579522] [c37afff0] [c001c304] start_kernel_thread+0x10/0x14
[ 13.590000]
[ 13.600251] Allocated by task 80 on cpu 1 at 12.845988s:
[ 13.610571] kasan_save_stack+0x38/0x54
[ 13.620807] kasan_save_track+0x20/0x3c
[ 13.630889] __kasan_kmalloc+0x48/0x54
[ 13.640849] kmalloc_oob_right+0xbc/0x310
[ 13.650763] kunit_try_run_case+0x18c/0x2d0
[ 13.660601] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 13.670568] kthread+0x158/0x168
[ 13.680598] start_kernel_thread+0x10/0x14
[ 13.690492]
[ 13.700254] The buggy address belongs to the object at c35ac680
[ 13.700254] which belongs to the cache kmalloc-128 of size 128
[ 13.720038] The buggy address is located 5 bytes to the right of
[ 13.720038] allocated 115-byte region [c35ac680, c35ac6f3)
[ 13.739867]
[ 13.749666] The buggy address belongs to the physical page:
[ 13.759612] page: refcount:1 mapcount:0 mapping:00000000 index:0xc35ace00 pfn:0x35ac
[ 13.769815] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 13.780093] flags: 0xa40(workingset|slab|head|zone=0)
[ 13.790634] page_type: 0xffffffff()
[ 13.800932] raw: 00000a40 c1801720 c18003b4 c18003b4 c35ace00 0002002a ffffffff 00000001
[ 13.811464] raw: 00000000
[ 13.821847] head: 00000a40 c1801720 c18003b4 c18003b4 c35ace00 0002002a ffffffff 00000001
[ 13.832631] head: 00000000 00000001 eee4fc31 eee4fc58 ffffffff 00000000 00000000 ffffffff
[ 13.843376] head: 00000000 00000000
[ 13.853958] page dumped because: kasan: bad access detected
[ 13.864624]
[ 13.875279] Memory state around the buggy address:
[ 13.885874] c35ac580: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.896542] c35ac600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.907101] >c35ac680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 13.917556] ^
[ 13.927946] c35ac700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.938289] c35ac780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 13.948524] ==================================================================
[ 13.959325] ==================================================================
[ 13.969447] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x284/0x310
[ 13.979660] Read of size 1 at addr c35ac700 by task kunit_try_catch/80
[ 13.989768]
[ 13.999679] CPU: 1 PID: 80 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 14.009910] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 14.020110] Call Trace:
[ 14.030364] [c37afd50] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 14.040678] [c37afd70] [c02718fc] print_report+0xd4/0x4fc
[ 14.051027] [c37afdc0] [c0271f58] kasan_report+0xfc/0x110
[ 14.061324] [c37afe40] [c0276320] kmalloc_oob_right+0x284/0x310
[ 14.071612] [c37afed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 14.081885] [c37affa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 14.092313] [c37affc0] [c008ac94] kthread+0x158/0x168
[ 14.102617] [c37afff0] [c001c304] start_kernel_thread+0x10/0x14
[ 14.112857]
[ 14.122970] Allocated by task 80 on cpu 1 at 12.845988s:
[ 14.133051] kasan_save_stack+0x38/0x54
[ 14.143015] kasan_save_track+0x20/0x3c
[ 14.152851] __kasan_kmalloc+0x48/0x54
[ 14.162584] kmalloc_oob_right+0xbc/0x310
[ 14.172216] kunit_try_run_case+0x18c/0x2d0
[ 14.181968] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 14.191561] kthread+0x158/0x168
[ 14.201067] start_kernel_thread+0x10/0x14
[ 14.210634]
[ 14.220102] The buggy address belongs to the object at c35ac680
[ 14.220102] which belongs to the cache kmalloc-128 of size 128
[ 14.239350] The buggy address is located 13 bytes to the right of
[ 14.239350] allocated 115-byte region [c35ac680, c35ac6f3)
[ 14.258645]
[ 14.268160] The buggy address belongs to the physical page:
[ 14.277923] page: refcount:1 mapcount:0 mapping:00000000 index:0xc35ace00 pfn:0x35ac
[ 14.287777] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 14.297747] flags: 0xa40(workingset|slab|head|zone=0)
[ 14.307754] page_type: 0xffffffff()
[ 14.317747] raw: 00000a40 c1801720 c18003b4 c18003b4 c35ace00 0002002a ffffffff 00000001
[ 14.328000] raw: 00000000
[ 14.338127] head: 00000a40 c1801720 c18003b4 c18003b4 c35ace00 0002002a ffffffff 00000001
[ 14.348517] head: 00000000 00000001 eee4fc31 eee4fc58 ffffffff 00000000 00000000 ffffffff
[ 14.358967] head: 00000000 00000000
[ 14.369457] page dumped because: kasan: bad access detected
[ 14.379881]
[ 14.390144] Memory state around the buggy address:
[ 14.400485] c35ac600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 14.410903] c35ac680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 14.421382] >c35ac700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 14.431756] ^
[ 14.441917] c35ac780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 14.452147] c35ac800: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 14.462218] ==================================================================
[ 14.473748] ok 1 kmalloc_oob_right
[ 14.474366] ==================================================================
[ 14.494789] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_left+0x15c/0x1e8
[ 14.504995] Read of size 1 at addr c19936cf by task kunit_try_catch/82
[ 14.515185]
[ 14.525279] CPU: 1 PID: 82 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 14.535604] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 14.545882] Call Trace:
[ 14.556056] [c37c7d50] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 14.566444] [c37c7d70] [c02718fc] print_report+0xd4/0x4fc
[ 14.576872] [c37c7dc0] [c0271f58] kasan_report+0xfc/0x110
[ 14.587246] [c37c7e40] [c0276010] kmalloc_oob_left+0x15c/0x1e8
[ 14.597613] [c37c7ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 14.607976] [c37c7fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 14.618492] [c37c7fc0] [c008ac94] kthread+0x158/0x168
[ 14.628888] [c37c7ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 14.639403]
[ 14.649854] Allocated by task 82 on cpu 1 at 14.474363s:
[ 14.660228] kasan_save_stack+0x38/0x54
[ 14.670618] kasan_save_track+0x20/0x3c
[ 14.680761] __kasan_kmalloc+0x48/0x54
[ 14.690764] kmalloc_oob_left+0xbc/0x1e8
[ 14.700721] kunit_try_run_case+0x18c/0x2d0
[ 14.710610] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 14.720526] kthread+0x158/0x168
[ 14.730438] start_kernel_thread+0x10/0x14
[ 14.740370]
[ 14.750185] The buggy address belongs to the object at c19936d0
[ 14.750185] which belongs to the cache kmalloc-16 of size 16
[ 14.770072] The buggy address is located 1 bytes to the left of
[ 14.770072] allocated 15-byte region [c19936d0, c19936df)
[ 14.790009]
[ 14.799858] The buggy address belongs to the physical page:
[ 14.809850] page: refcount:1 mapcount:0 mapping:00000000 index:0xc1993c10 pfn:0x1993
[ 14.820105] flags: 0xa00(workingset|slab|zone=0)
[ 14.830473] page_type: 0xffffffff()
[ 14.840895] raw: 00000a00 c1801320 c18001b4 c18001b4 c1993c10 00090054 ffffffff 00000001
[ 14.851423] raw: 00000000
[ 14.861800] page dumped because: kasan: bad access detected
[ 14.872285]
[ 14.882660] Memory state around the buggy address:
[ 14.893165] c1993580: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 14.903754] c1993600: fc fc fa fb fc fc fc fc fc fc fc fc fc fc fc fc
[ 14.914238] >c1993680: fc fc fc fc fc fc fc fc fc fc 00 07 fc fc fc fc
[ 14.924601] ^
[ 14.934904] c1993700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 14.945255] c1993780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 14.955498] ==================================================================
[ 14.967291] ok 2 kmalloc_oob_left
[ 14.968811] ==================================================================
[ 14.989434] BUG: KASAN: slab-out-of-bounds in kmalloc_node_oob_right+0x168/0x1f8
[ 14.999841] Read of size 1 at addr c32ed000 by task kunit_try_catch/84
[ 15.010175]
[ 15.020302] CPU: 1 PID: 84 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 15.030691] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 15.041013] Call Trace:
[ 15.051197] [c37cfd50] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 15.061610] [c37cfd70] [c02718fc] print_report+0xd4/0x4fc
[ 15.071962] [c37cfdc0] [c0271f58] kasan_report+0xfc/0x110
[ 15.082258] [c37cfe40] [c027a834] kmalloc_node_oob_right+0x168/0x1f8
[ 15.092559] [c37cfed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 15.102864] [c37cffa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 15.113335] [c37cffc0] [c008ac94] kthread+0x158/0x168
[ 15.123660] [c37cfff0] [c001c304] start_kernel_thread+0x10/0x14
[ 15.133983]
[ 15.144411] Allocated by task 84 on cpu 1 at 14.968808s:
[ 15.154748] kasan_save_stack+0x38/0x54
[ 15.164958] kasan_save_track+0x20/0x3c
[ 15.174997] __kasan_kmalloc+0x48/0x54
[ 15.184911] kmalloc_node_oob_right+0xc0/0x1f8
[ 15.194779] kunit_try_run_case+0x18c/0x2d0
[ 15.204590] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 15.214376] kthread+0x158/0x168
[ 15.224010] start_kernel_thread+0x10/0x14
[ 15.233623]
[ 15.243061] The buggy address belongs to the object at c32ec000
[ 15.243061] which belongs to the cache kmalloc-4k of size 4096
[ 15.262394] The buggy address is located 0 bytes to the right of
[ 15.262394] allocated 4096-byte region [c32ec000, c32ed000)
[ 15.281839]
[ 15.291441] The buggy address belongs to the physical page:
[ 15.301157] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x32e8
[ 15.311022] head: order:3 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 15.320898] flags: 0x840(slab|head|zone=0)
[ 15.330905] page_type: 0xffffffff()
[ 15.340719] raw: 00000840 c1801d20 00000100 00000122 00000000 00020004 ffffffff 00000001
[ 15.350851] raw: 00000000
[ 15.360884] head: 00000840 c1801d20 00000100 00000122 00000000 00020004 ffffffff 00000001
[ 15.371230] head: 00000000 00000003 eee498a1 eee498c8 ffffffff 00000000 00000000 ffffffff
[ 15.381630] head: 00000000 00000000
[ 15.391889] page dumped because: kasan: bad access detected
[ 15.402234]
[ 15.412570] Memory state around the buggy address:
[ 15.422952] c32ecf00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.433411] c32ecf80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.443752] >c32ed000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 15.454057] ^
[ 15.464220] c32ed080: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 15.474523] c32ed100: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 15.484903] ==================================================================
[ 15.496350] ok 3 kmalloc_node_oob_right
[ 15.497877] ==================================================================
[ 15.518326] BUG: KASAN: slab-out-of-bounds in kmalloc_big_oob_right+0x15c/0x1dc
[ 15.528640] Write of size 1 at addr c446bf00 by task kunit_try_catch/86
[ 15.538936]
[ 15.549169] CPU: 1 PID: 86 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 15.559639] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 15.570080] Call Trace:
[ 15.580384] [c452fd60] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 15.591020] [c452fd80] [c02718fc] print_report+0xd4/0x4fc
[ 15.601685] [c452fdd0] [c0271f58] kasan_report+0xfc/0x110
[ 15.612271] [c452fe50] [c0275e34] kmalloc_big_oob_right+0x15c/0x1dc
[ 15.622885] [c452fed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 15.633591] [c452ffa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 15.644437] [c452ffc0] [c008ac94] kthread+0x158/0x168
[ 15.655016] [c452fff0] [c001c304] start_kernel_thread+0x10/0x14
[ 15.665527]
[ 15.675788] Allocated by task 86 on cpu 1 at 15.497874s:
[ 15.686123] kasan_save_stack+0x38/0x54
[ 15.696474] kasan_save_track+0x20/0x3c
[ 15.706582] __kasan_kmalloc+0x48/0x54
[ 15.716558] kmalloc_big_oob_right+0xbc/0x1dc
[ 15.726516] kunit_try_run_case+0x18c/0x2d0
[ 15.736392] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 15.746295] kthread+0x158/0x168
[ 15.756195] start_kernel_thread+0x10/0x14
[ 15.766088]
[ 15.775845] The buggy address belongs to the object at c446a000
[ 15.775845] which belongs to the cache kmalloc-8k of size 8192
[ 15.795621] The buggy address is located 0 bytes to the right of
[ 15.795621] allocated 7936-byte region [c446a000, c446bf00)
[ 15.815465]
[ 15.825270] The buggy address belongs to the physical page:
[ 15.835385] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4468
[ 15.845573] head: order:3 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 15.855931] flags: 0x840(slab|head|zone=0)
[ 15.866184] page_type: 0xffffffff()
[ 15.876408] raw: 00000840 c1801e20 00000122 00000000 00000000 00010002 ffffffff 00000001
[ 15.886886] raw: 00000000
[ 15.897215] head: 00000840 c1801e20 00000122 00000000 00000000 00010002 ffffffff 00000001
[ 15.907851] head: 00000000 00000003 eee70ea1 eee70ec8 ffffffff 00000000 00000000 ffffffff
[ 15.918533] head: 00000000 00000000
[ 15.929058] page dumped because: kasan: bad access detected
[ 15.939657]
[ 15.950080] Memory state around the buggy address:
[ 15.960593] c446be00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.971203] c446be80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 15.981702] >c446bf00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 15.992279] ^
[ 16.002605] c446bf80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 16.012951] c446c000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 16.023213] ==================================================================
[ 16.034658] ok 4 kmalloc_big_oob_right
[ 16.035479] ==================================================================
[ 16.056020] BUG: KASAN: slab-out-of-bounds in kmalloc_large_oob_right+0x114/0x17c
[ 16.066400] Write of size 1 at addr c37c200a by task kunit_try_catch/88
[ 16.076785]
[ 16.086996] CPU: 1 PID: 88 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 16.097529] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 16.108050] Call Trace:
[ 16.118437] [c4537d60] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 16.129170] [c4537d80] [c02718fc] print_report+0xd4/0x4fc
[ 16.139854] [c4537dd0] [c0271f58] kasan_report+0xfc/0x110
[ 16.150707] [c4537e50] [c0275014] kmalloc_large_oob_right+0x114/0x17c
[ 16.161367] [c4537ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 16.172098] [c4537fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 16.182810] [c4537fc0] [c008ac94] kthread+0x158/0x168
[ 16.193396] [c4537ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 16.203922]
[ 16.214204] The buggy address belongs to the physical page:
[ 16.224559] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x37c0
[ 16.235014] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 16.245449] flags: 0x40(head|zone=0)
[ 16.255747] page_type: 0xffffffff()
[ 16.265985] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 16.276642] raw: 00000000
[ 16.286943] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 16.297673] head: 00000000 00000002 eee54701 eee54728 ffffffff 00000000 00000000 ffffffff
[ 16.308466] head: 00000000 00000000
[ 16.318966] page dumped because: kasan: bad access detected
[ 16.329529]
[ 16.339919] Memory state around the buggy address:
[ 16.350426] c37c1f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 16.361014] c37c1f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 16.371505] >c37c2000: 00 02 fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 16.381976] ^
[ 16.392411] c37c2080: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 16.403034] c37c2100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 16.413584] ==================================================================
[ 16.425351] ok 5 kmalloc_large_oob_right
[ 16.426789] ==================================================================
[ 16.448412] BUG: KASAN: use-after-free in kmalloc_large_uaf+0x11c/0x178
[ 16.459358] Read of size 1 at addr c37c8000 by task kunit_try_catch/90
[ 16.470519]
[ 16.481359] CPU: 1 PID: 90 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 16.492507] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 16.503593] Call Trace:
[ 16.514546] [c453fd50] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 16.525728] [c453fd70] [c02718fc] print_report+0xd4/0x4fc
[ 16.536852] [c453fdc0] [c0271f58] kasan_report+0xfc/0x110
[ 16.547845] [c453fe40] [c0274ea4] kmalloc_large_uaf+0x11c/0x178
[ 16.558772] [c453fed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 16.569637] [c453ffa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 16.580581] [c453ffc0] [c008ac94] kthread+0x158/0x168
[ 16.591393] [c453fff0] [c001c304] start_kernel_thread+0x10/0x14
[ 16.602265]
[ 16.612825] The buggy address belongs to the physical page:
[ 16.623493] page: refcount:0 mapcount:0 mapping:00000000 index:0x0 pfn:0x37c8
[ 16.634420] flags: 0x0(zone=0)
[ 16.645097] page_type: 0xffffffff()
[ 16.655744] raw: 00000000 eee54794 eedc1478 00000000 00000000 00000000 ffffffff 00000000
[ 16.666635] raw: 00000000
[ 16.677339] page dumped because: kasan: bad access detected
[ 16.688265]
[ 16.699063] Memory state around the buggy address:
[ 16.709954] c37c7f00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 16.720930] c37c7f80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 16.731896] >c37c8000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 16.742691] ^
[ 16.753384] c37c8080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 16.764061] c37c8100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 16.774544] ==================================================================
[ 16.786556] ok 6 kmalloc_large_uaf
[ 16.787376] ==================================================================
[ 16.808399] BUG: KASAN: invalid-free in kmalloc_large_invalid_free+0x114/0x16c
[ 16.818980] Free of addr c37d0001 by task kunit_try_catch/92
[ 16.829527]
[ 16.839879] CPU: 1 PID: 92 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 16.850556] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 16.861273] Call Trace:
[ 16.871872] [c4547d30] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 16.882717] [c4547d50] [c02718fc] print_report+0xd4/0x4fc
[ 16.893602] [c4547da0] [c0271e44] kasan_report_invalid_free+0x84/0x9c
[ 16.904383] [c4547e10] [c0270b44] check_page_allocation+0x38/0x6c
[ 16.915155] [c4547e30] [c025115c] free_large_kmalloc+0x60/0xd8
[ 16.925873] [c4547e50] [c0274d30] kmalloc_large_invalid_free+0x114/0x16c
[ 16.936633] [c4547ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 16.947470] [c4547fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 16.958149] [c4547fc0] [c008ac94] kthread+0x158/0x168
[ 16.968722] [c4547ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 16.979347]
[ 16.989735] The buggy address belongs to the physical page:
[ 17.000220] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x37d0
[ 17.010777] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 17.021365] flags: 0x40(head|zone=0)
[ 17.031866] page_type: 0xffffffff()
[ 17.042416] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 17.053102] raw: 00000000
[ 17.063660] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 17.074455] head: 00000000 00000002 eee54941 eee54968 ffffffff 00000000 00000000 ffffffff
[ 17.085351] head: 00000000 00000000
[ 17.096116] page dumped because: kasan: bad access detected
[ 17.107131]
[ 17.117848] Memory state around the buggy address:
[ 17.128756] c37cff00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 17.139691] c37cff80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 17.150445] >c37d0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 17.161119] ^
[ 17.171596] c37d0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 17.182164] c37d0100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 17.192695] ==================================================================
[ 17.204401] ok 7 kmalloc_large_invalid_free
[ 17.205769] ok 8 page_alloc_oob_right # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 17.218171] ==================================================================
[ 17.239300] BUG: KASAN: use-after-free in page_alloc_uaf+0x134/0x194
[ 17.249934] Read of size 1 at addr c45a0000 by task kunit_try_catch/96
[ 17.260664]
[ 17.271427] CPU: 1 PID: 96 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 17.282395] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 17.293309] Call Trace:
[ 17.304074] [c4557d50] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 17.315102] [c4557d70] [c02718fc] print_report+0xd4/0x4fc
[ 17.326043] [c4557dc0] [c0271f58] kasan_report+0xfc/0x110
[ 17.336918] [c4557e40] [c027b80c] page_alloc_uaf+0x134/0x194
[ 17.347818] [c4557ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 17.358566] [c4557fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 17.369399] [c4557fc0] [c008ac94] kthread+0x158/0x168
[ 17.380104] [c4557ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 17.390771]
[ 17.401278] The buggy address belongs to the physical page:
[ 17.411928] page: refcount:0 mapcount:-128 mapping:00000000 index:0x0 pfn:0x45a0
[ 17.422734] flags: 0x0(zone=0)
[ 17.433585] page_type: 0xffffff7f(buddy)
[ 17.444402] raw: 00000000 c13b3034 c13b3034 00000000 00000000 00000005 ffffff7f 00000000
[ 17.455519] raw: 00000000
[ 17.466470] page dumped because: kasan: bad access detected
[ 17.477535]
[ 17.488559] Memory state around the buggy address:
[ 17.499710] c459ff00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 17.510797] c459ff80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 17.521704] >c45a0000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 17.532436] ^
[ 17.542981] c45a0080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 17.553662] c45a0100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 17.564178] ==================================================================
[ 17.575648] ok 9 page_alloc_uaf
[ 17.576392] ==================================================================
[ 17.597684] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x224/0x33c
[ 17.608637] Write of size 1 at addr c3180aeb by task kunit_try_catch/98
[ 17.619426]
[ 17.630054] CPU: 1 PID: 98 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 17.641033] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 17.652061] Call Trace:
[ 17.662889] [c4563d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 17.673941] [c4563d20] [c02718fc] print_report+0xd4/0x4fc
[ 17.684906] [c4563d70] [c0271f58] kasan_report+0xfc/0x110
[ 17.695819] [c4563df0] [c027a58c] krealloc_more_oob_helper+0x224/0x33c
[ 17.706753] [c4563ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 17.717669] [c4563fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 17.728561] [c4563fc0] [c008ac94] kthread+0x158/0x168
[ 17.739346] [c4563ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 17.750091]
[ 17.760879] Allocated by task 98 on cpu 1 at 17.576389s:
[ 17.771575] kasan_save_stack+0x38/0x54
[ 17.782168] kasan_save_track+0x20/0x3c
[ 17.792596] __kasan_krealloc+0x7c/0x80
[ 17.803055] krealloc+0x98/0xf8
[ 17.813351] krealloc_more_oob_helper+0x150/0x33c
[ 17.823643] kunit_try_run_case+0x18c/0x2d0
[ 17.833883] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 17.844170] kthread+0x158/0x168
[ 17.854353] start_kernel_thread+0x10/0x14
[ 17.864637]
[ 17.874782] The buggy address belongs to the object at c3180a00
[ 17.874782] which belongs to the cache kmalloc-rnd-03-256 of size 256
[ 17.895395] The buggy address is located 0 bytes to the right of
[ 17.895395] allocated 235-byte region [c3180a00, c3180aeb)
[ 17.916235]
[ 17.926428] The buggy address belongs to the physical page:
[ 17.936707] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3182b00 pfn:0x3180
[ 17.947062] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 17.957539] flags: 0xa40(workingset|slab|head|zone=0)
[ 17.967911] page_type: 0xffffffff()
[ 17.978111] raw: 00000a40 c180d020 c180c834 c180c834 c3182b00 000c002a ffffffff 00000001
[ 17.988486] raw: 00000000
[ 17.998638] head: 00000a40 c180d020 c180c834 c180c834 c3182b00 000c002a ffffffff 00000001
[ 18.009045] head: 00000000 00000002 eee46601 eee46628 ffffffff 00000000 00000000 ffffffff
[ 18.019428] head: 00000000 00000000
[ 18.029660] page dumped because: kasan: bad access detected
[ 18.040041]
[ 18.050304] Memory state around the buggy address:
[ 18.060683] c3180980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.071161] c3180a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 18.081594] >c3180a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc fc
[ 18.091953] ^
[ 18.102268] c3180b00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.112862] c3180b80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.123053] ==================================================================
[ 18.133798] ==================================================================
[ 18.143955] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x2c8/0x33c
[ 18.154112] Write of size 1 at addr c3180af0 by task kunit_try_catch/98
[ 18.164257]
[ 18.174232] CPU: 1 PID: 98 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 18.184530] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 18.194810] Call Trace:
[ 18.204948] [c4563d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 18.215431] [c4563d20] [c02718fc] print_report+0xd4/0x4fc
[ 18.225954] [c4563d70] [c0271f58] kasan_report+0xfc/0x110
[ 18.236396] [c4563df0] [c027a630] krealloc_more_oob_helper+0x2c8/0x33c
[ 18.246881] [c4563ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 18.257546] [c4563fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 18.268260] [c4563fc0] [c008ac94] kthread+0x158/0x168
[ 18.278695] [c4563ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 18.289058]
[ 18.299172] Allocated by task 98 on cpu 1 at 17.576389s:
[ 18.309343] kasan_save_stack+0x38/0x54
[ 18.319438] kasan_save_track+0x20/0x3c
[ 18.329377] __kasan_krealloc+0x7c/0x80
[ 18.339178] krealloc+0x98/0xf8
[ 18.348907] krealloc_more_oob_helper+0x150/0x33c
[ 18.358614] kunit_try_run_case+0x18c/0x2d0
[ 18.368268] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 18.378026] kthread+0x158/0x168
[ 18.387712] start_kernel_thread+0x10/0x14
[ 18.397490]
[ 18.407036] The buggy address belongs to the object at c3180a00
[ 18.407036] which belongs to the cache kmalloc-rnd-03-256 of size 256
[ 18.426415] The buggy address is located 5 bytes to the right of
[ 18.426415] allocated 235-byte region [c3180a00, c3180aeb)
[ 18.445867]
[ 18.455648] The buggy address belongs to the physical page:
[ 18.465518] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3182b00 pfn:0x3180
[ 18.475599] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 18.485743] flags: 0xa40(workingset|slab|head|zone=0)
[ 18.495917] page_type: 0xffffffff()
[ 18.506063] raw: 00000a40 c180d020 c180c834 c180c834 c3182b00 000c002a ffffffff 00000001
[ 18.516474] raw: 00000000
[ 18.526734] head: 00000a40 c180d020 c180c834 c180c834 c3182b00 000c002a ffffffff 00000001
[ 18.537298] head: 00000000 00000002 eee46601 eee46628 ffffffff 00000000 00000000 ffffffff
[ 18.547914] head: 00000000 00000000
[ 18.558472] page dumped because: kasan: bad access detected
[ 18.568997]
[ 18.579328] Memory state around the buggy address:
[ 18.589744] c3180980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.600255] c3180a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 18.610915] >c3180a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc fc
[ 18.621246] ^
[ 18.631488] c3180b00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.641707] c3180b80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 18.651812] ==================================================================
[ 18.663379] ok 10 krealloc_more_oob
[ 18.664560] ==================================================================
[ 18.684906] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x1fc/0x5a8
[ 18.695138] Write of size 1 at addr c3182bc9 by task kunit_try_catch/100
[ 18.705369]
[ 18.715422] CPU: 1 PID: 100 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 18.725808] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 18.736181] Call Trace:
[ 18.746580] [c4567d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 18.757080] [c4567d20] [c02718fc] print_report+0xd4/0x4fc
[ 18.767596] [c4567d70] [c0271f58] kasan_report+0xfc/0x110
[ 18.778033] [c4567df0] [c0279f94] krealloc_less_oob_helper+0x1fc/0x5a8
[ 18.788504] [c4567ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 18.799061] [c4567fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 18.809594] [c4567fc0] [c008ac94] kthread+0x158/0x168
[ 18.820189] [c4567ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 18.830809]
[ 18.841091] Allocated by task 100 on cpu 1 at 18.664557s:
[ 18.851484] kasan_save_stack+0x38/0x54
[ 18.861772] kasan_save_track+0x20/0x3c
[ 18.871891] __kasan_krealloc+0x7c/0x80
[ 18.881936] krealloc+0x98/0xf8
[ 18.891872] krealloc_less_oob_helper+0x150/0x5a8
[ 18.901986] kunit_try_run_case+0x18c/0x2d0
[ 18.911979] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 18.921993] kthread+0x158/0x168
[ 18.931933] start_kernel_thread+0x10/0x14
[ 18.941854]
[ 18.951602] The buggy address belongs to the object at c3182b00
[ 18.951602] which belongs to the cache kmalloc-rnd-03-256 of size 256
[ 18.971458] The buggy address is located 0 bytes to the right of
[ 18.971458] allocated 201-byte region [c3182b00, c3182bc9)
[ 18.991503]
[ 19.001463] The buggy address belongs to the physical page:
[ 19.011620] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3181600 pfn:0x3180
[ 19.021986] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 19.032414] flags: 0xa40(workingset|slab|head|zone=0)
[ 19.043081] page_type: 0xffffffff()
[ 19.053504] raw: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 19.064156] raw: 00000000
[ 19.074701] head: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 19.085544] head: 00000000 00000002 eee46601 eee46628 ffffffff 00000000 00000000 ffffffff
[ 19.096563] head: 00000000 00000000
[ 19.107252] page dumped because: kasan: bad access detected
[ 19.117981]
[ 19.128545] Memory state around the buggy address:
[ 19.139301] c3182a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 19.150075] c3182b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.160747] >c3182b80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 19.171276] ^
[ 19.181703] c3182c00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 19.192201] c3182c80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 19.202500] ==================================================================
[ 19.213387] ==================================================================
[ 19.223591] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x2a0/0x5a8
[ 19.233842] Write of size 1 at addr c3182bd0 by task kunit_try_catch/100
[ 19.244100]
[ 19.254344] CPU: 1 PID: 100 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 19.264775] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 19.275181] Call Trace:
[ 19.285545] [c4567d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 19.296072] [c4567d20] [c02718fc] print_report+0xd4/0x4fc
[ 19.306625] [c4567d70] [c0271f58] kasan_report+0xfc/0x110
[ 19.317097] [c4567df0] [c027a038] krealloc_less_oob_helper+0x2a0/0x5a8
[ 19.327607] [c4567ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 19.338198] [c4567fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 19.348767] [c4567fc0] [c008ac94] kthread+0x158/0x168
[ 19.359212] [c4567ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 19.369596]
[ 19.379732] Allocated by task 100 on cpu 1 at 18.664557s:
[ 19.389936] kasan_save_stack+0x38/0x54
[ 19.400056] kasan_save_track+0x20/0x3c
[ 19.410183] __kasan_krealloc+0x7c/0x80
[ 19.420018] krealloc+0x98/0xf8
[ 19.429864] krealloc_less_oob_helper+0x150/0x5a8
[ 19.439600] kunit_try_run_case+0x18c/0x2d0
[ 19.449283] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 19.459065] kthread+0x158/0x168
[ 19.468778] start_kernel_thread+0x10/0x14
[ 19.478488]
[ 19.488049] The buggy address belongs to the object at c3182b00
[ 19.488049] which belongs to the cache kmalloc-rnd-03-256 of size 256
[ 19.507472] The buggy address is located 7 bytes to the right of
[ 19.507472] allocated 201-byte region [c3182b00, c3182bc9)
[ 19.527488]
[ 19.537149] The buggy address belongs to the physical page:
[ 19.547031] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3181600 pfn:0x3180
[ 19.557133] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 19.567307] flags: 0xa40(workingset|slab|head|zone=0)
[ 19.577507] page_type: 0xffffffff()
[ 19.587774] raw: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 19.598365] raw: 00000000
[ 19.608658] head: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 19.619254] head: 00000000 00000002 eee46601 eee46628 ffffffff 00000000 00000000 ffffffff
[ 19.629897] head: 00000000 00000000
[ 19.640383] page dumped because: kasan: bad access detected
[ 19.650925]
[ 19.661283] Memory state around the buggy address:
[ 19.671729] c3182a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 19.682272] c3182b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.692796] >c3182b80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 19.703168] ^
[ 19.713424] c3182c00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 19.723692] c3182c80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 19.733947] ==================================================================
[ 19.744865] ==================================================================
[ 19.755099] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x3f8/0x5a8
[ 19.765177] Write of size 1 at addr c3182bda by task kunit_try_catch/100
[ 19.775238]
[ 19.785109] CPU: 1 PID: 100 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 19.795297] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 19.805451] Call Trace:
[ 19.815516] [c4567d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 19.825789] [c4567d20] [c02718fc] print_report+0xd4/0x4fc
[ 19.836016] [c4567d70] [c0271f58] kasan_report+0xfc/0x110
[ 19.846237] [c4567df0] [c027a190] krealloc_less_oob_helper+0x3f8/0x5a8
[ 19.856497] [c4567ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 19.866729] [c4567fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 19.877219] [c4567fc0] [c008ac94] kthread+0x158/0x168
[ 19.887498] [c4567ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 19.897882]
[ 19.908174] Allocated by task 100 on cpu 1 at 18.664557s:
[ 19.918390] kasan_save_stack+0x38/0x54
[ 19.928518] kasan_save_track+0x20/0x3c
[ 19.938488] __kasan_krealloc+0x7c/0x80
[ 19.948312] krealloc+0x98/0xf8
[ 19.958059] krealloc_less_oob_helper+0x150/0x5a8
[ 19.967782] kunit_try_run_case+0x18c/0x2d0
[ 19.977456] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 19.987232] kthread+0x158/0x168
[ 19.996937] start_kernel_thread+0x10/0x14
[ 20.006647]
[ 20.016309] The buggy address belongs to the object at c3182b00
[ 20.016309] which belongs to the cache kmalloc-rnd-03-256 of size 256
[ 20.035752] The buggy address is located 17 bytes to the right of
[ 20.035752] allocated 201-byte region [c3182b00, c3182bc9)
[ 20.055269]
[ 20.064918] The buggy address belongs to the physical page:
[ 20.074804] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3181600 pfn:0x3180
[ 20.084916] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 20.095260] flags: 0xa40(workingset|slab|head|zone=0)
[ 20.105484] page_type: 0xffffffff()
[ 20.115675] raw: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 20.126121] raw: 00000000
[ 20.136422] head: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 20.147021] head: 00000000 00000002 eee46601 eee46628 ffffffff 00000000 00000000 ffffffff
[ 20.157675] head: 00000000 00000000
[ 20.168171] page dumped because: kasan: bad access detected
[ 20.178817]
[ 20.189187] Memory state around the buggy address:
[ 20.199635] c3182a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 20.210182] c3182b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 20.220716] >c3182b80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 20.231098] ^
[ 20.241373] c3182c00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 20.251812] c3182c80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 20.261996] ==================================================================
[ 20.272487] ==================================================================
[ 20.282567] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x498/0x5a8
[ 20.292642] Write of size 1 at addr c3182bea by task kunit_try_catch/100
[ 20.302710]
[ 20.312590] CPU: 1 PID: 100 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 20.322894] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 20.333067] Call Trace:
[ 20.343144] [c4567d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 20.353429] [c4567d20] [c02718fc] print_report+0xd4/0x4fc
[ 20.363668] [c4567d70] [c0271f58] kasan_report+0xfc/0x110
[ 20.373900] [c4567df0] [c027a230] krealloc_less_oob_helper+0x498/0x5a8
[ 20.384168] [c4567ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 20.394413] [c4567fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 20.404976] [c4567fc0] [c008ac94] kthread+0x158/0x168
[ 20.415269] [c4567ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 20.425670]
[ 20.435817] Allocated by task 100 on cpu 1 at 18.664557s:
[ 20.446034] kasan_save_stack+0x38/0x54
[ 20.456388] kasan_save_track+0x20/0x3c
[ 20.466475] __kasan_krealloc+0x7c/0x80
[ 20.476334] krealloc+0x98/0xf8
[ 20.486100] krealloc_less_oob_helper+0x150/0x5a8
[ 20.495844] kunit_try_run_case+0x18c/0x2d0
[ 20.505536] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 20.515330] kthread+0x158/0x168
[ 20.525052] start_kernel_thread+0x10/0x14
[ 20.534771]
[ 20.544346] The buggy address belongs to the object at c3182b00
[ 20.544346] which belongs to the cache kmalloc-rnd-03-256 of size 256
[ 20.563805] The buggy address is located 33 bytes to the right of
[ 20.563805] allocated 201-byte region [c3182b00, c3182bc9)
[ 20.583340]
[ 20.593178] The buggy address belongs to the physical page:
[ 20.603082] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3181600 pfn:0x3180
[ 20.613203] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 20.623492] flags: 0xa40(workingset|slab|head|zone=0)
[ 20.633724] page_type: 0xffffffff()
[ 20.643916] raw: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 20.654366] raw: 00000000
[ 20.664664] head: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 20.675265] head: 00000000 00000002 eee46601 eee46628 ffffffff 00000000 00000000 ffffffff
[ 20.685914] head: 00000000 00000000
[ 20.696404] page dumped because: kasan: bad access detected
[ 20.706946]
[ 20.717302] Memory state around the buggy address:
[ 20.727746] c3182a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 20.738289] c3182b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 20.748974] >c3182b80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 20.759357] ^
[ 20.769739] c3182c00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 20.780014] c3182c80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 20.790171] ==================================================================
[ 20.800984] ==================================================================
[ 20.811039] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x534/0x5a8
[ 20.821101] Write of size 1 at addr c3182beb by task kunit_try_catch/100
[ 20.831161]
[ 20.841024] CPU: 1 PID: 100 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 20.851214] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 20.861364] Call Trace:
[ 20.871425] [c4567d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 20.881696] [c4567d20] [c02718fc] print_report+0xd4/0x4fc
[ 20.892084] [c4567d70] [c0271f58] kasan_report+0xfc/0x110
[ 20.902411] [c4567df0] [c027a2cc] krealloc_less_oob_helper+0x534/0x5a8
[ 20.912679] [c4567ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 20.922915] [c4567fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 20.933305] [c4567fc0] [c008ac94] kthread+0x158/0x168
[ 20.943568] [c4567ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 20.953946]
[ 20.964080] Allocated by task 100 on cpu 1 at 18.664557s:
[ 20.974285] kasan_save_stack+0x38/0x54
[ 20.984406] kasan_save_track+0x20/0x3c
[ 20.994372] __kasan_krealloc+0x7c/0x80
[ 21.004198] krealloc+0x98/0xf8
[ 21.013954] krealloc_less_oob_helper+0x150/0x5a8
[ 21.023691] kunit_try_run_case+0x18c/0x2d0
[ 21.033378] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 21.043408] kthread+0x158/0x168
[ 21.053138] start_kernel_thread+0x10/0x14
[ 21.062849]
[ 21.072412] The buggy address belongs to the object at c3182b00
[ 21.072412] which belongs to the cache kmalloc-rnd-03-256 of size 256
[ 21.091836] The buggy address is located 34 bytes to the right of
[ 21.091836] allocated 201-byte region [c3182b00, c3182bc9)
[ 21.111342]
[ 21.120981] The buggy address belongs to the physical page:
[ 21.130859] page: refcount:1 mapcount:0 mapping:00000000 index:0xc3181600 pfn:0x3180
[ 21.140961] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 21.151137] flags: 0xa40(workingset|slab|head|zone=0)
[ 21.161342] page_type: 0xffffffff()
[ 21.171518] raw: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 21.181949] raw: 00000000
[ 21.192235] head: 00000a40 c180d020 c180c834 c180c834 c3181600 000d002a ffffffff 00000001
[ 21.202926] head: 00000000 00000002 eee46601 eee46628 ffffffff 00000000 00000000 ffffffff
[ 21.213579] head: 00000000 00000000
[ 21.224070] page dumped because: kasan: bad access detected
[ 21.234771]
[ 21.245132] Memory state around the buggy address:
[ 21.255575] c3182a80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 21.266116] c3182b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 21.276639] >c3182b80: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 21.287007] ^
[ 21.297284] c3182c00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 21.307548] c3182c80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 21.317703] ==================================================================
[ 21.328452] # krealloc_less_oob: Test should be marked slow (runtime: 2.663925424s)
[ 21.329361] ok 11 krealloc_less_oob
[ 21.340898] ==================================================================
[ 21.361555] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x224/0x33c
[ 21.371906] Write of size 1 at addr c454a0eb by task kunit_try_catch/102
[ 21.382275]
[ 21.392636] CPU: 1 PID: 102 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 21.403205] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 21.413704] Call Trace:
[ 21.424103] [c461bd00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 21.434812] [c461bd20] [c02718fc] print_report+0xd4/0x4fc
[ 21.445451] [c461bd70] [c0271f58] kasan_report+0xfc/0x110
[ 21.456018] [c461bdf0] [c027a58c] krealloc_more_oob_helper+0x224/0x33c
[ 21.466735] [c461bed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 21.477358] [c461bfa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 21.488140] [c461bfc0] [c008ac94] kthread+0x158/0x168
[ 21.498887] [c461bff0] [c001c304] start_kernel_thread+0x10/0x14
[ 21.509478]
[ 21.519870] The buggy address belongs to the physical page:
[ 21.530347] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4548
[ 21.540869] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 21.551576] flags: 0x40(head|zone=0)
[ 21.562030] page_type: 0xffffffff()
[ 21.572430] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 21.583139] raw: 00000000
[ 21.593704] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 21.604534] head: 00000000 00000002 eee72e21 eee72e48 ffffffff 00000000 00000000 ffffffff
[ 21.615361] head: 00000000 00000000
[ 21.626014] page dumped because: kasan: bad access detected
[ 21.636769]
[ 21.647451] Memory state around the buggy address:
[ 21.658157] c4549f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 21.668963] c454a000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 21.679759] >c454a080: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fe fe
[ 21.690519] ^
[ 21.701294] c454a100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 21.712300] c454a180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 21.723073] ==================================================================
[ 21.734366] ==================================================================
[ 21.745152] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x2c8/0x33c
[ 21.756064] Write of size 1 at addr c454a0f0 by task kunit_try_catch/102
[ 21.767038]
[ 21.777837] CPU: 1 PID: 102 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 21.788944] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 21.800077] Call Trace:
[ 21.811000] [c461bd00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 21.822146] [c461bd20] [c02718fc] print_report+0xd4/0x4fc
[ 21.833233] [c461bd70] [c0271f58] kasan_report+0xfc/0x110
[ 21.844170] [c461bdf0] [c027a630] krealloc_more_oob_helper+0x2c8/0x33c
[ 21.855079] [c461bed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 21.865916] [c461bfa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 21.876964] [c461bfc0] [c008ac94] kthread+0x158/0x168
[ 21.887729] [c461bff0] [c001c304] start_kernel_thread+0x10/0x14
[ 21.898441]
[ 21.908916] The buggy address belongs to the physical page:
[ 21.919505] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4548
[ 21.930194] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 21.940911] flags: 0x40(head|zone=0)
[ 21.951666] page_type: 0xffffffff()
[ 21.962309] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 21.973163] raw: 00000000
[ 21.983887] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 21.994945] head: 00000000 00000002 eee72e21 eee72e48 ffffffff 00000000 00000000 ffffffff
[ 22.005990] head: 00000000 00000000
[ 22.016891] page dumped because: kasan: bad access detected
[ 22.027976]
[ 22.039007] Memory state around the buggy address:
[ 22.049896] c4549f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 22.060815] c454a000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 22.071557] >c454a080: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fe fe
[ 22.082125] ^
[ 22.092607] c454a100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 22.103217] c454a180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 22.113530] ==================================================================
[ 22.125099] ok 12 krealloc_large_more_oob
[ 22.126025] ==================================================================
[ 22.146740] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x1fc/0x5a8
[ 22.157247] Write of size 1 at addr c46160c9 by task kunit_try_catch/104
[ 22.167848]
[ 22.178284] CPU: 1 PID: 104 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 22.189062] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 22.199972] Call Trace:
[ 22.210585] [c4623d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 22.221455] [c4623d20] [c02718fc] print_report+0xd4/0x4fc
[ 22.232235] [c4623d70] [c0271f58] kasan_report+0xfc/0x110
[ 22.242945] [c4623df0] [c0279f94] krealloc_less_oob_helper+0x1fc/0x5a8
[ 22.253729] [c4623ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 22.264346] [c4623fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 22.274955] [c4623fc0] [c008ac94] kthread+0x158/0x168
[ 22.285555] [c4623ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 22.296080]
[ 22.306392] The buggy address belongs to the physical page:
[ 22.316784] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4614
[ 22.327297] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 22.337822] flags: 0x40(head|zone=0)
[ 22.348276] page_type: 0xffffffff()
[ 22.358849] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 22.369533] raw: 00000000
[ 22.380036] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 22.390908] head: 00000000 00000002 eee74ad1 eee74af8 ffffffff 00000000 00000000 ffffffff
[ 22.401962] head: 00000000 00000000
[ 22.412773] page dumped because: kasan: bad access detected
[ 22.423651]
[ 22.434489] Memory state around the buggy address:
[ 22.445358] c4615f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 22.456440] c4616000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 22.467337] >c4616080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 22.478086] ^
[ 22.488749] c4616100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 22.499426] c4616180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 22.509910] ==================================================================
[ 22.521049] ==================================================================
[ 22.531488] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x2a0/0x5a8
[ 22.542005] Write of size 1 at addr c46160d0 by task kunit_try_catch/104
[ 22.552724]
[ 22.563187] CPU: 1 PID: 104 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 22.573984] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 22.584742] Call Trace:
[ 22.595366] [c4623d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 22.606251] [c4623d20] [c02718fc] print_report+0xd4/0x4fc
[ 22.617057] [c4623d70] [c0271f58] kasan_report+0xfc/0x110
[ 22.627789] [c4623df0] [c027a038] krealloc_less_oob_helper+0x2a0/0x5a8
[ 22.638499] [c4623ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 22.649122] [c4623fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 22.659752] [c4623fc0] [c008ac94] kthread+0x158/0x168
[ 22.670368] [c4623ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 22.681073]
[ 22.691412] The buggy address belongs to the physical page:
[ 22.701917] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4614
[ 22.712452] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 22.722989] flags: 0x40(head|zone=0)
[ 22.733452] page_type: 0xffffffff()
[ 22.743872] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 22.754552] raw: 00000000
[ 22.765059] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 22.775934] head: 00000000 00000002 eee74ad1 eee74af8 ffffffff 00000000 00000000 ffffffff
[ 22.786892] head: 00000000 00000000
[ 22.797695] page dumped because: kasan: bad access detected
[ 22.808575]
[ 22.819415] Memory state around the buggy address:
[ 22.830288] c4615f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 22.841356] c4616000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 22.852197] >c4616080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 22.862793] ^
[ 22.873253] c4616100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 22.883745] c4616180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 22.894064] ==================================================================
[ 22.904892] ==================================================================
[ 22.915138] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x3f8/0x5a8
[ 22.925414] Write of size 1 at addr c46160da by task kunit_try_catch/104
[ 22.935720]
[ 22.945930] CPU: 1 PID: 104 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 22.956483] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 22.967004] Call Trace:
[ 22.977416] [c4623d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 22.988285] [c4623d20] [c02718fc] print_report+0xd4/0x4fc
[ 22.998891] [c4623d70] [c0271f58] kasan_report+0xfc/0x110
[ 23.009389] [c4623df0] [c027a190] krealloc_less_oob_helper+0x3f8/0x5a8
[ 23.019935] [c4623ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 23.030397] [c4623fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 23.040852] [c4623fc0] [c008ac94] kthread+0x158/0x168
[ 23.051207] [c4623ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 23.061614]
[ 23.071769] The buggy address belongs to the physical page:
[ 23.082023] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4614
[ 23.092338] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 23.102682] flags: 0x40(head|zone=0)
[ 23.112944] page_type: 0xffffffff()
[ 23.123152] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 23.133702] raw: 00000000
[ 23.144191] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 23.154760] head: 00000000 00000002 eee74ad1 eee74af8 ffffffff 00000000 00000000 ffffffff
[ 23.165418] head: 00000000 00000000
[ 23.175993] page dumped because: kasan: bad access detected
[ 23.186637]
[ 23.197136] Memory state around the buggy address:
[ 23.207841] c4615f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 23.218579] c4616000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 23.229324] >c4616080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 23.239919] ^
[ 23.250395] c4616100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 23.260894] c4616180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 23.271220] ==================================================================
[ 23.282364] ==================================================================
[ 23.292624] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x498/0x5a8
[ 23.303071] Write of size 1 at addr c46160ea by task kunit_try_catch/104
[ 23.313391]
[ 23.323604] CPU: 1 PID: 104 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 23.334158] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 23.344686] Call Trace:
[ 23.355099] [c4623d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 23.365732] [c4623d20] [c02718fc] print_report+0xd4/0x4fc
[ 23.376326] [c4623d70] [c0271f58] kasan_report+0xfc/0x110
[ 23.386825] [c4623df0] [c027a230] krealloc_less_oob_helper+0x498/0x5a8
[ 23.397365] [c4623ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 23.407821] [c4623fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 23.418270] [c4623fc0] [c008ac94] kthread+0x158/0x168
[ 23.428721] [c4623ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 23.439133]
[ 23.449289] The buggy address belongs to the physical page:
[ 23.459704] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4614
[ 23.470031] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 23.480382] flags: 0x40(head|zone=0)
[ 23.490643] page_type: 0xffffffff()
[ 23.500851] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 23.511304] raw: 00000000
[ 23.521636] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 23.532201] head: 00000000 00000002 eee74ad1 eee74af8 ffffffff 00000000 00000000 ffffffff
[ 23.542866] head: 00000000 00000000
[ 23.553448] page dumped because: kasan: bad access detected
[ 23.564106]
[ 23.574716] Memory state around the buggy address:
[ 23.585443] c4615f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 23.596197] c4616000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 23.606958] >c4616080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 23.617724] ^
[ 23.628245] c4616100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 23.638763] c4616180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 23.649111] ==================================================================
[ 23.659883] ==================================================================
[ 23.670146] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x534/0x5a8
[ 23.680448] Write of size 1 at addr c46160eb by task kunit_try_catch/104
[ 23.690775]
[ 23.701005] CPU: 1 PID: 104 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 23.711570] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 23.722200] Call Trace:
[ 23.732627] [c4623d00] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 23.743258] [c4623d20] [c02718fc] print_report+0xd4/0x4fc
[ 23.753852] [c4623d70] [c0271f58] kasan_report+0xfc/0x110
[ 23.764347] [c4623df0] [c027a2cc] krealloc_less_oob_helper+0x534/0x5a8
[ 23.775051] [c4623ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 23.785521] [c4623fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 23.795971] [c4623fc0] [c008ac94] kthread+0x158/0x168
[ 23.806318] [c4623ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 23.816720]
[ 23.826869] The buggy address belongs to the physical page:
[ 23.837118] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x4614
[ 23.847428] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 23.857768] flags: 0x40(head|zone=0)
[ 23.868115] page_type: 0xffffffff()
[ 23.878323] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 23.888763] raw: 00000000
[ 23.899075] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 23.909624] head: 00000000 00000002 eee74ad1 eee74af8 ffffffff 00000000 00000000 ffffffff
[ 23.920271] head: 00000000 00000000
[ 23.930997] page dumped because: kasan: bad access detected
[ 23.941648]
[ 23.952140] Memory state around the buggy address:
[ 23.962843] c4615f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 23.973575] c4616000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 23.984314] >c4616080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 23.994904] ^
[ 24.005388] c4616100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 24.015986] c4616180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 24.026320] ==================================================================
[ 24.037770] ok 13 krealloc_large_less_oob
[ 24.038543] ==================================================================
[ 24.059284] BUG: KASAN: slab-use-after-free in krealloc_uaf+0x180/0x2dc
[ 24.069776] Read of size 1 at addr c31ad300 by task kunit_try_catch/107
[ 24.080362]
[ 24.090955] CPU: 1 PID: 107 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 24.101733] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 24.112467] Call Trace:
[ 24.123052] [c462fcf0] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 24.133900] [c462fd10] [c02718fc] print_report+0xd4/0x4fc
[ 24.144665] [c462fd60] [c0271f58] kasan_report+0xfc/0x110
[ 24.155358] [c462fde0] [c0271478] __kasan_check_byte+0x38/0x44
[ 24.166079] [c462fe00] [c020d7d4] krealloc+0x64/0xf8
[ 24.176615] [c462fe20] [c0279c3c] krealloc_uaf+0x180/0x2dc
[ 24.187064] [c462fed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 24.197557] [c462ffa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 24.208014] [c462ffc0] [c008ac94] kthread+0x158/0x168
[ 24.218375] [c462fff0] [c001c304] start_kernel_thread+0x10/0x14
[ 24.228677]
[ 24.238813] Allocated by task 107 on cpu 1 at 24.038536s:
[ 24.249218] kasan_save_stack+0x38/0x54
[ 24.259411] kasan_save_track+0x20/0x3c
[ 24.269492] __kasan_kmalloc+0x48/0x54
[ 24.279541] krealloc_uaf+0xc8/0x2dc
[ 24.289511] kunit_try_run_case+0x18c/0x2d0
[ 24.299567] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 24.309813] kthread+0x158/0x168
[ 24.319894] start_kernel_thread+0x10/0x14
[ 24.329953]
[ 24.339985] Freed by task 107 on cpu 1 at 24.038540s:
[ 24.350050] kasan_save_stack+0x38/0x54
[ 24.360190] kasan_save_track+0x20/0x3c
[ 24.370149] kasan_save_free_info+0x50/0x60
[ 24.379983] poison_slab_object+0xf4/0xf8
[ 24.389745] __kasan_slab_free+0x1c/0x4c
[ 24.399568] kfree+0x13c/0x210
[ 24.409091] krealloc_uaf+0x12c/0x2dc
[ 24.418575] kunit_try_run_case+0x18c/0x2d0
[ 24.427989] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 24.437434] kthread+0x158/0x168
[ 24.446974] start_kernel_thread+0x10/0x14
[ 24.456419]
[ 24.465723] The buggy address belongs to the object at c31ad300
[ 24.465723] which belongs to the cache kmalloc-256 of size 256
[ 24.484606] The buggy address is located 0 bytes inside of
[ 24.484606] freed 256-byte region [c31ad300, c31ad400)
[ 24.503486]
[ 24.512792] The buggy address belongs to the physical page:
[ 24.522180] page: refcount:1 mapcount:0 mapping:00000000 index:0xc31adf00 pfn:0x31ac
[ 24.531682] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 24.541170] flags: 0xa40(workingset|slab|head|zone=0)
[ 24.550696] page_type: 0xffffffff()
[ 24.560090] raw: 00000a40 c1801920 c18004b4 c18004b4 c31adf00 0009002a ffffffff 00000001
[ 24.569672] raw: 00000000
[ 24.579206] head: 00000a40 c1801920 c18004b4 c18004b4 c31adf00 0009002a ffffffff 00000001
[ 24.588851] head: 00000000 00000002 eee46c31 eee46c58 ffffffff 00000000 00000000 ffffffff
[ 24.598578] head: 00000000 00000000
[ 24.608056] page dumped because: kasan: bad access detected
[ 24.617618]
[ 24.627272] Memory state around the buggy address:
[ 24.636792] c31ad200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.646494] c31ad280: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.656147] >c31ad300: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 24.665743] ^
[ 24.675198] c31ad380: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 24.684905] c31ad400: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 24.694483] ==================================================================
[ 24.704862] ==================================================================
[ 24.714490] BUG: KASAN: slab-use-after-free in krealloc_uaf+0x258/0x2dc
[ 24.724030] Read of size 1 at addr c31ad300 by task kunit_try_catch/107
[ 24.733459]
[ 24.742688] CPU: 1 PID: 107 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 24.752196] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 24.761579] Call Trace:
[ 24.770828] [c462fd30] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 24.780272] [c462fd50] [c02718fc] print_report+0xd4/0x4fc
[ 24.789650] [c462fda0] [c0271f58] kasan_report+0xfc/0x110
[ 24.799023] [c462fe20] [c0279d14] krealloc_uaf+0x258/0x2dc
[ 24.808389] [c462fed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 24.817769] [c462ffa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 24.827247] [c462ffc0] [c008ac94] kthread+0x158/0x168
[ 24.836691] [c462fff0] [c001c304] start_kernel_thread+0x10/0x14
[ 24.846143]
[ 24.855646] Allocated by task 107 on cpu 1 at 24.038536s:
[ 24.865076] kasan_save_stack+0x38/0x54
[ 24.874420] kasan_save_track+0x20/0x3c
[ 24.883675] __kasan_kmalloc+0x48/0x54
[ 24.892884] krealloc_uaf+0xc8/0x2dc
[ 24.902142] kunit_try_run_case+0x18c/0x2d0
[ 24.911441] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 24.920818] kthread+0x158/0x168
[ 24.930157] start_kernel_thread+0x10/0x14
[ 24.939508]
[ 24.948717] Freed by task 107 on cpu 1 at 24.038540s:
[ 24.958074] kasan_save_stack+0x38/0x54
[ 24.967428] kasan_save_track+0x20/0x3c
[ 24.976709] kasan_save_free_info+0x50/0x60
[ 24.986042] poison_slab_object+0xf4/0xf8
[ 24.995499] __kasan_slab_free+0x1c/0x4c
[ 25.004830] kfree+0x13c/0x210
[ 25.014123] krealloc_uaf+0x12c/0x2dc
[ 25.023429] kunit_try_run_case+0x18c/0x2d0
[ 25.032747] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 25.042147] kthread+0x158/0x168
[ 25.051506] start_kernel_thread+0x10/0x14
[ 25.060871]
[ 25.070101] The buggy address belongs to the object at c31ad300
[ 25.070101] which belongs to the cache kmalloc-256 of size 256
[ 25.088953] The buggy address is located 0 bytes inside of
[ 25.088953] freed 256-byte region [c31ad300, c31ad400)
[ 25.107824]
[ 25.117115] The buggy address belongs to the physical page:
[ 25.126551] page: refcount:1 mapcount:0 mapping:00000000 index:0xc31adf00 pfn:0x31ac
[ 25.136259] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 25.145909] flags: 0xa40(workingset|slab|head|zone=0)
[ 25.155463] page_type: 0xffffffff()
[ 25.164892] raw: 00000a40 c1801920 c18004b4 c18004b4 c31adf00 0009002a ffffffff 00000001
[ 25.174663] raw: 00000000
[ 25.184144] head: 00000a40 c1801920 c18004b4 c18004b4 c31adf00 0009002a ffffffff 00000001
[ 25.193807] head: 00000000 00000002 eee46c31 eee46c58 ffffffff 00000000 00000000 ffffffff
[ 25.203443] head: 00000000 00000000
[ 25.212862] page dumped because: kasan: bad access detected
[ 25.222343]
[ 25.231653] Memory state around the buggy address:
[ 25.241051] c31ad200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.250536] c31ad280: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.259933] >c31ad300: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 25.269341] ^
[ 25.278641] c31ad380: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 25.288123] c31ad400: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.297539] ==================================================================
[ 25.308464] ok 14 krealloc_uaf
[ 25.309246] ==================================================================
[ 25.328624] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_16+0x1e0/0x29c
[ 25.338448] Write of size 16 at addr c1993c10 by task kunit_try_catch/109
[ 25.348244]
[ 25.357831] CPU: 1 PID: 109 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 25.367729] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 25.377532] Call Trace:
[ 25.387139] [c4637d40] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 25.396969] [c4637d60] [c02718fc] print_report+0xd4/0x4fc
[ 25.406792] [c4637db0] [c0271f58] kasan_report+0xfc/0x110
[ 25.416451] [c4637e30] [c0275c1c] kmalloc_oob_16+0x1e0/0x29c
[ 25.426159] [c4637ed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 25.435904] [c4637fa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 25.445717] [c4637fc0] [c008ac94] kthread+0x158/0x168
[ 25.455478] [c4637ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 25.465401]
[ 25.475001] Allocated by task 109 on cpu 1 at 25.309233s:
[ 25.484706] kasan_save_stack+0x38/0x54
[ 25.494368] kasan_save_track+0x20/0x3c
[ 25.503936] __kasan_kmalloc+0x48/0x54
[ 25.513551] kmalloc_oob_16+0xc0/0x29c
[ 25.523169] kunit_try_run_case+0x18c/0x2d0
[ 25.532818] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 25.542627] kthread+0x158/0x168
[ 25.552291] start_kernel_thread+0x10/0x14
[ 25.561933]
[ 25.571464] The buggy address belongs to the object at c1993c10
[ 25.571464] which belongs to the cache kmalloc-16 of size 16
[ 25.590903] The buggy address is located 0 bytes inside of
[ 25.590903] allocated 13-byte region [c1993c10, c1993c1d)
[ 25.610480]
[ 25.620256] The buggy address belongs to the physical page:
[ 25.630207] page: refcount:1 mapcount:0 mapping:00000000 index:0xc1993a30 pfn:0x1993
[ 25.640359] flags: 0xa00(workingset|slab|zone=0)
[ 25.650670] page_type: 0xffffffff()
[ 25.660832] raw: 00000a00 c1801320 c18001b4 c18001b4 c1993a30 000b0054 ffffffff 00000001
[ 25.671265] raw: 00000000
[ 25.681554] page dumped because: kasan: bad access detected
[ 25.691945]
[ 25.702318] Memory state around the buggy address:
[ 25.712743] c1993b00: fc fc fc fc fc fc fc fc fc fc 00 00 fc fc fc fc
[ 25.723257] c1993b80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.733667] >c1993c00: fc fc 00 05 fc fc fc fc fc fc fc fc fc fc 00 04
[ 25.743966] ^
[ 25.754151] c1993c80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.764467] c1993d00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 25.774672] ==================================================================
[ 25.786668] ok 15 kmalloc_oob_16
[ 25.787332] ==================================================================
[ 25.807860] BUG: KASAN: slab-use-after-free in kmalloc_uaf_16+0x1ec/0x294
[ 25.818194] Read of size 16 at addr c19937f0 by task kunit_try_catch/111
[ 25.828467]
[ 25.838524] CPU: 1 PID: 111 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 25.848949] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 25.859219] Call Trace:
[ 25.869333] [c463fd50] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[ 25.879676] [c463fd70] [c02718fc] print_report+0xd4/0x4fc
[ 25.889954] [c463fdc0] [c0271f58] kasan_report+0xfc/0x110
[ 25.900181] [c463fe40] [c0275994] kmalloc_uaf_16+0x1ec/0x294
[ 25.910371] [c463fed0] [c0623b24] kunit_try_run_case+0x18c/0x2d0
[ 25.920663] [c463ffa0] [c062660c] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 25.931055] [c463ffc0] [c008ac94] kthread+0x158/0x168
[ 25.941392] [c463fff0] [c001c304] start_kernel_thread+0x10/0x14
[ 25.951737]
[ 25.962139] Allocated by task 111 on cpu 1 at 25.787324s:
[ 25.972455] kasan_save_stack+0x38/0x54
[ 25.982635] kasan_save_track+0x20/0x3c
[ 25.992738] __kasan_kmalloc+0x48/0x54
[ 26.002635] kmalloc_uaf_16+0x14c/0x294
[ 26.012427] kunit_try_run_case+0x18c/0x2d0
[ 26.022169] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 26.031883] kthread+0x158/0x168
[ 26.041439] start_kernel_thread+0x10/0x14
[ 26.050975]
[ 26.060556] Freed by task 111 on cpu 1 at 25.787329s:
[ 26.070036] kasan_save_stack+0x38/0x54
[ 26.079541] kasan_save_track+0x20/0x3c
[ 26.088973] kasan_save_free_info+0x50/0x60
[ 26.098378] poison_slab_object+0xf4/0xf8
[ 26.107895] __kasan_slab_free+0x1c/0x4c
[ 26.117203] kfree+0x13c/0x210
[ 26.126551] kmalloc_uaf_16+0x19c/0x294
[ 26.135782] kunit_try_run_case+0x18c/0x2d0
[ 26.145003] kunit_generic_run_threadfn_adapter+0x34/0x50
[ 26.154257] kthread+0x158/0x168
[ 26.163531] start_kernel_thread+0x10/0x14
[ 26.172840]
[ 26.182062] The buggy address belongs to the object at c19937f0
[ 26.182062] which belongs to the cache kmalloc-16 of size 16
[ 26.200878] The buggy address is located 0 bytes inside of
[ 26.200878] freed 16-byte region [c19937f0, c1993800)
[ 26.219739]
[ 26.229094] The buggy address belongs to the physical page:
[ 26.238584] page: refcount:1 mapcount:0 mapping:00000000 index:0xc19933d0 pfn:0x1993
[ 26.248229] flags: 0xa00(workingset|slab|zone=0)
[ 26.257828] page_type: 0xffffffff()
[ 26.267378] raw: 00000a00 c1801320 c18001b4 c18001b4 c19933d0 000d0054 ffffffff 00000001
[ 26.277249] raw: 00000000
[ 26.287027] page dumped because: kasan: bad access detected
[ 26.296690]
[ 26.306117] Memory state around the buggy address:
[ 26.315662] c1993680: fc fc fc fc fc fc fc fc fc fc fa fb fc fc fc fc
[ 26.325222] c1993700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 26.334630] >c1993780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fa fb
[ 26.343935] ^
[ 26.353240] c1993800: fc fc fc fc fc fc fc fc fc fc 00 04 fc fc fc fc
[ 26.362572] c1993880: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
==================================================================
ok 16 kmalloc_uaf_16
# kmalloc_oob_in_memset: EXPECTATION FAILED at mm/kasan/kasan_test.c:566
KASAN failure expected in "memset(ptr, 0, size + KASAN_GRANULE_SIZE)", but none occurred
not ok 17 kmalloc_oob_in_memset
# kmalloc_oob_memset_2: EXPECTATION FAILED at mm/kasan/kasan_test.c:496
KASAN failure expected in "memset(ptr + size - 1, 0, memset_size)", but none occurred
not ok 18 kmalloc_oob_memset_2
# kmalloc_oob_memset_4: EXPECTATION FAILED at mm/kasan/kasan_test.c:514
KASAN failure expected in "memset(ptr + size - 3, 0, memset_size)", but none occurred
not ok 19 kmalloc_oob_memset_4
# kmalloc_oob_memset_8: EXPECTATION FAILED at mm/kasan/kasan_test.c:532
KASAN failure expected in "memset(ptr + size - 7, 0, memset_size)", but none occurred
not ok 20 kmalloc_oob_memset_8
# kmalloc_oob_memset_16: EXPECTATION FAILED at mm/kasan/kasan_test.c:550
KASAN failure expected in "memset(ptr + size - 15, 0, memset_size)", but none occurred
not ok 21 kmalloc_oob_memset_16
watchdog: Watchdog detected hard LOCKUP on cpu 1
Modules linked in:
Kernel panic - not syncing: Hard LOCKUP
CPU: 0 PID: 0 Comm: swapper/0 Tainted: G B N 6.9.0-rc5-PMacG4 #1
Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
Call Trace:
[c13d3ba0] [c0a76604] dump_stack_lvl+0x80/0xac (unreliable)
[c13d3bc0] [c0056e18] panic+0x1f8/0x40c
[c13d3c70] [c0057104] nmi_panic+0xd8/0x104
[c13d3ce0] [c0152f34] watchdog_hardlockup_check+0x1cc/0x220
[c13d3d20] [c0152a6c] watchdog_timer_fn+0xa8/0x35c
[c13d3d60] [c01080c0] __hrtimer_run_queues+0x208/0x2dc
[c13d3e00] [c0108eb0] hrtimer_interrupt+0x154/0x308
[c13d3e50] [c0010bc0] timer_interrupt+0x130/0x1a8
[c13d3e80] [c0004a98] Decrementer_virt+0x108/0x10c
--- interrupt: 900 at __hard_irq_enable+0x10/0x18
NIP: c00b0a08 LR: c00b63d4 CTR: 00000000
REGS: c13d3e90 TRAP: 0900 Tainted: G B N (6.9.0-rc5-PMacG4)
MSR: 00009032 <EE,ME,IR,DR,RI> CR: 42000482 XER: 00000000
GPR00: c00b63d4 c13d3f50 c115f4a0 ffffffff 00000000 00000000 c0aa620c eed9b72f
GPR08: 00000001 00009032 00000000 c13d3f30 22000002 00000000 00000000 00000004
GPR16: 01b3c93b 00b9df54 01b3cdb5 ffbc0cc0 40d14000 0210d0c8 01b3cecc ff8811a8
GPR24: 00000000 00b9df50 40d14000 0210d000 00000000 c13e0000 00000000 c115f4a0
NIP [c00b0a08] __hard_irq_enable+0x10/0x18
LR [c00b63d4] do_idle+0x108/0x128
--- interrupt: 900
[c13d3f50] [c0aa65e8] default_idle_call+0x40/0x5c (unreliable)
[c13d3f60] [c00b63d4] do_idle+0x108/0x128
[c13d3f80] [c00b6618] cpu_startup_entry+0x3c/0x40
[c13d3fa0] [c0008e34] kernel_init+0x0/0x14c
[c13d3fc0] [c1003704] console_on_rootfs+0x0/0x84
[c13d3ff0] [000035d0] 0x35d0
Rebooting in 40 seconds..
[-- Attachment #5: dmesg_69-rc5_g4-gcc_v02 --]
[-- Type: application/octet-stream, Size: 149941 bytes --]
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000] Linux version 6.9.0-rc5-PMacG4 (root@T800) (gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210, GNU ld (Gentoo 2.42 p3) 2.42.0) #1 SMP Thu Apr 25 00:23:15 CEST 2024
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x2a4/0xa88. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1a4/0x2ec. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x5c/0x7c. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] printk: legacy bootconsole [udbg0] enabled
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010201
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0xd0/0x270. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x274/0x2f0. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x120/0x2f0. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x2ec/0x5ec. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3411, gen1=3412
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 32 pages/cpu s40736 r8192 d82144 u131072
[ 0.000000] pcpu-alloc: s40736 r8192 d82144 u131072 alloc=32*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Kernel command line: ro root=/dev/sda5 slub_debug=FZP page_poison=1 netconsole=6666@192.168.2.8/eth0,6666@192.168.2.3/A8:A1:59:16:4F:EA debug
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1945772K/2097152K available (11588K kernel code, 2768K rwdata, 4796K rodata, 1400K init, 419K bss, 151380K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 2 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658765 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000008] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b97f1da, max_idle_ns: 440795202966 ns
[ 0.000572] clocksource: timebase mult[18012a56] shift[24] registered
[ 0.001084] clockevent: decrementer mult[aaa2619] shift[32] cpu[0]
[ 0.004290] Console: colour dummy device 80x25
[ 0.004836] printk: legacy console [tty0] enabled
[ 0.005321] printk: legacy bootconsole [udbg0] disabled
[ 0.007004] pid_max: default: 32768 minimum: 301
[ 0.012373] LSM: initializing lsm=capability,yama
[ 0.012547] Yama: becoming mindful.
[ 0.015144] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.015314] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.033940] PowerMac SMP probe found 2 cpus
[ 0.035202] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.035865] channel 0 bus <multibus>
[ 0.035966] channel 1 bus <multibus>
[ 0.036297] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.036435] channel 0 bus <multibus>
[ 0.036557] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.037204] channel 1 bus <multibus>
[ 0.037303] channel 2 bus <multibus>
[ 0.037367] pmf: no parser for command 17 !
[ 0.037515] Processor timebase sync using GPIO 0x73
[ 0.037547] mpic: requesting IPIs...
[ 0.038226] CPU0: L2CR is 80000000
[ 0.038257] CPU0: L3CR is 9c030000
[ 0.044465] MPC7450 family performance monitor hardware support registered
[ 0.045255] rcu: Hierarchical SRCU implementation.
[ 0.045304] rcu: Max phase no-delay instances is 1000.
[ 0.049375] smp: Bringing up secondary CPUs ...
[83973665.337747] CPU1: L2CR was 0
[83973665.337827] CPU1: L2CR set to 80000000
[83973665.337841] CPU1: L3CR was 0
[83973665.337991] CPU1: L3CR set to 9c030000
[ 0.057204] smp: Brought up 1 node, 2 CPUs
[ 0.065602] devtmpfs: initialized
[ 0.069117] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.069766] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.071890] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.072480] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.097653] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.098033] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.098957] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.099440] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.138305] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.138409] PCI host bridge /pci@f0000000 ranges:
[ 0.138494] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.138566] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.156193] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.156549] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.156607] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.156692] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.156762] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.174121] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.174416] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.174473] PCI host bridge /pci@f4000000 ranges:
[ 0.174554] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.174613] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.192746] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.194510] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.194832] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.205250] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.237865] PCI: Probing PCI hardware
[ 0.239821] PCI host bridge to bus 0000:00
[ 0.239895] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.239972] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.240031] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.240187] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.240239] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.241644] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000 conventional PCI endpoint
[ 0.244337] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000 conventional PCI endpoint
[ 0.244430] pci 0000:00:10.0: BAR 0 [mem 0xa0000000-0xafffffff pref]
[ 0.244488] pci 0000:00:10.0: BAR 1 [io 0xff780400-0xff7804ff]
[ 0.244541] pci 0000:00:10.0: BAR 2 [mem 0x90000000-0x9000ffff]
[ 0.244618] pci 0000:00:10.0: ROM [mem 0x90020000-0x9003ffff pref]
[ 0.244731] pci 0000:00:10.0: supports D1 D2
[ 0.247468] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.250291] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.250462] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.250644] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.250804] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.250991] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.251171] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.251322] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.251464] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.251605] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.251747] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.251968] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.252114] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.255363] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.255643] PCI host bridge to bus 0001:00
[ 0.255694] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.255752] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.255811] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.255872] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.255918] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.257284] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000 conventional PCI endpoint
[ 0.259778] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.259868] pci 0001:00:12.0: BAR 0 [mem 0x8008c000-0x8008cfff]
[ 0.260012] pci 0001:00:12.0: supports D1 D2
[ 0.260051] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.261992] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.262078] pci 0001:00:12.1: BAR 0 [mem 0x8008b000-0x8008bfff]
[ 0.262220] pci 0001:00:12.1: supports D1 D2
[ 0.262259] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.263580] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.263663] pci 0001:00:12.2: BAR 0 [mem 0x80081000-0x800810ff]
[ 0.263803] pci 0001:00:12.2: supports D1 D2
[ 0.263841] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.265695] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000 conventional PCI endpoint
[ 0.265779] pci 0001:00:13.0: BAR 0 [io 0x0460-0x0467]
[ 0.265830] pci 0001:00:13.0: BAR 1 [io 0x0450-0x0453]
[ 0.265879] pci 0001:00:13.0: BAR 2 [io 0x0440-0x0447]
[ 0.265927] pci 0001:00:13.0: BAR 3 [io 0x0430-0x0433]
[ 0.265976] pci 0001:00:13.0: BAR 4 [io 0x0420-0x042f]
[ 0.266025] pci 0001:00:13.0: BAR 5 [mem 0x80082000-0x800821ff]
[ 0.266077] pci 0001:00:13.0: ROM [mem 0x80100000-0x8017ffff pref]
[ 0.266181] pci 0001:00:13.0: supports D1 D2
[ 0.267779] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002 conventional PCI endpoint
[ 0.267866] pci 0001:00:15.0: BAR 0 [io 0x0410-0x0417]
[ 0.267917] pci 0001:00:15.0: BAR 1 [mem 0x8008a000-0x8008afff]
[ 0.267983] pci 0001:00:15.0: BAR 4 [mem 0x80089000-0x80089fff]
[ 0.268102] pci 0001:00:15.0: supports D1 D2
[ 0.268141] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.270627] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002 conventional PCI endpoint
[ 0.270717] pci 0001:00:15.1: BAR 0 [io 0x0400-0x0407]
[ 0.270768] pci 0001:00:15.1: BAR 1 [mem 0x80088000-0x80088fff]
[ 0.270833] pci 0001:00:15.1: BAR 4 [mem 0x80087000-0x80087fff]
[ 0.270953] pci 0001:00:15.1: supports D1 D2
[ 0.270992] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.272368] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103 conventional PCI endpoint
[ 0.272453] pci 0001:00:15.2: BAR 0 [io 0x0000-0x0007]
[ 0.272503] pci 0001:00:15.2: BAR 1 [io 0x0000-0x0007]
[ 0.272552] pci 0001:00:15.2: BAR 2 [mem 0x00000000-0x00000fff]
[ 0.272610] pci 0001:00:15.2: BAR 4 [mem 0x00000000-0x00000fff]
[ 0.272726] pci 0001:00:15.2: supports D1 D2
[ 0.272764] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.274531] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000 conventional PCI endpoint
[ 0.274616] pci 0001:00:16.0: BAR 0 [mem 0x8008e000-0x8008ffff]
[ 0.274755] pci 0001:00:16.0: supports D1 D2
[ 0.274794] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.276120] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000 conventional PCI endpoint
[ 0.276205] pci 0001:00:17.0: BAR 0 [mem 0x80000000-0x8007ffff]
[ 0.278330] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.278416] pci 0001:00:18.0: BAR 0 [mem 0x80086000-0x80086fff]
[ 0.280268] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.280355] pci 0001:00:19.0: BAR 0 [mem 0x80085000-0x80085fff]
[ 0.282418] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.282507] pci 0001:00:1b.0: BAR 0 [mem 0x80084000-0x80084fff]
[ 0.282650] pci 0001:00:1b.0: supports D1 D2
[ 0.282689] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.284040] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310 conventional PCI endpoint
[ 0.284122] pci 0001:00:1b.1: BAR 0 [mem 0x80083000-0x80083fff]
[ 0.284263] pci 0001:00:1b.1: supports D1 D2
[ 0.284302] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.286240] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.286326] pci 0001:00:1b.2: BAR 0 [mem 0x80080000-0x800800ff]
[ 0.286469] pci 0001:00:1b.2: supports D1 D2
[ 0.286507] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.288136] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.293382] PCI host bridge to bus 0002:00
[ 0.293452] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.293524] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.293585] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.293632] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.294983] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000 conventional PCI endpoint
[ 0.297144] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000 conventional PCI endpoint
[ 0.297232] pci 0002:00:0d.0: BAR 0 [mem 0xf5004000-0xf5007fff]
[ 0.299139] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010 conventional PCI endpoint
[ 0.299224] pci 0002:00:0e.0: BAR 0 [mem 0xf5000000-0xf5000fff]
[ 0.299357] pci 0002:00:0e.0: supports D1 D2
[ 0.299396] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.300701] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000 conventional PCI endpoint
[ 0.300784] pci 0002:00:0f.0: BAR 0 [mem 0xf5200000-0xf53fffff]
[ 0.300876] pci 0002:00:0f.0: ROM [mem 0xf5100000-0xf51fffff pref]
[ 0.304249] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.306154] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.306229] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.306298] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.306345] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.306391] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.306588] pci 0001:00:15.2: BAR 2 [mem 0xf3000000-0xf3000fff]: assigned
[ 0.306649] pci 0001:00:15.2: BAR 4 [mem 0xf3001000-0xf3001fff]: assigned
[ 0.306704] pci 0001:00:15.2: BAR 0 [io 0x1000-0x1007]: assigned
[ 0.306757] pci 0001:00:15.2: BAR 1 [io 0x1008-0x100f]: assigned
[ 0.306827] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.306871] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.306916] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.306966] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.307010] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.389592] raid6: altivecx8 gen() 834 MB/s
[ 0.446423] raid6: altivecx4 gen() 812 MB/s
[ 0.503289] raid6: altivecx2 gen() 721 MB/s
[ 0.560122] raid6: altivecx1 gen() 558 MB/s
[ 0.617010] raid6: int32x8 gen() 163 MB/s
[ 0.673947] raid6: int32x4 gen() 170 MB/s
[ 0.730691] raid6: int32x2 gen() 176 MB/s
[ 0.787697] raid6: int32x1 gen() 137 MB/s
[ 0.787731] raid6: using algorithm altivecx8 gen() 834 MB/s
[ 0.787767] raid6: using intx1 recovery algorithm
[ 0.801090] SCSI subsystem initialized
[ 0.803593] libata version 3.00 loaded.
[ 0.807273] usbcore: registered new interface driver usbfs
[ 0.807981] usbcore: registered new interface driver hub
[ 0.809263] usbcore: registered new device driver usb
[ 0.826547] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.826624] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.826664] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.826769] vgaarb: loaded
[ 0.827491] clocksource: Switched to clocksource timebase
[ 0.953624] NET: Registered PF_INET protocol family
[ 0.956344] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.966116] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.969976] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.971584] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.979503] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 0.981107] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.983443] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.984118] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.985953] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.987830] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 0.988162] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 0.988282] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 0.988506] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 0.988547] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 0.988608] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 0.988645] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 0.988714] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 0.988825] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 0.989000] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 0.989164] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 0.992917] Thermal assist unit not available
[ 1.007373] Initialise system trusted keyrings
[ 1.008493] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.031629] 9p: Installing v9fs 9p2000 file system support
[ 1.033578] NET: Registered PF_ALG protocol family
[ 1.033879] xor: measuring software checksum speed
[ 1.081994] 8regs : 204 MB/sec
[ 1.132897] 8regs_prefetch : 193 MB/sec
[ 1.181200] 32regs : 203 MB/sec
[ 1.232323] 32regs_prefetch : 192 MB/sec
[ 1.244340] altivec : 821 MB/sec
[ 1.244374] xor: using function: altivec (821 MB/sec)
[ 1.244434] Key type asymmetric registered
[ 1.244468] Asymmetric key parser 'x509' registered
[ 1.268911] bounce: pool size: 64 pages
[ 1.270044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.270712] io scheduler bfq registered
[ 1.283131] atomic64_test: passed
[ 1.286057] Using unsupported 1920x1080 (null) at a0008000, depth=8, pitch=2048
[ 1.340196] Console: switching to colour frame buffer device 240x67
[ 1.385344] fb0: Open Firmware frame buffer device on /pci@f0000000/ATY,AlteracParent@10/ATY,Alterac_A@0
[ 1.397433] MacIO PCI driver attached to Keylargo chipset
[ 1.419040] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.427562] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.445108] sata_sil 0001:00:13.0: version 2.4
[ 1.445903] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.457997] scsi host0: sata_sil
[ 1.463915] scsi host1: sata_sil
[ 1.466434] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53 lpm-pol 0
[ 1.466757] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53 lpm-pol 0
[ 1.469334] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.484188] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.493488] scsi host2: pata_macio
[ 1.496433] ata3: PATA max UDMA/100 irq 39 lpm-pol 0
[ 1.780857] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.784002] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.784323] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.785950] ata1.00: Features: Dev-Sleep
[ 1.809086] ata1.00: configured for UDMA/100
[ 1.812877] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.821855] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.822366] sd 0:0:0:0: [sda] Write Protect is off
[ 1.822593] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.823098] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.824083] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.834957] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.847922] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.250861] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.291063] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.291346] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.294233] ata2.00: configured for UDMA/100
[ 2.296396] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.304832] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.305170] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.305582] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.305966] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.306489] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.307402] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.338529] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 2.351369] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.544204] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.553802] scsi host3: pata_macio
[ 2.567168] ata4: PATA max UDMA/66 irq 19 lpm-pol 0
[ 2.736909] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.747852] ata4.00: 1009008 sectors, multi 1: LBA
[ 2.763910] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 2.784459] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 2.795954] sd 3:0:0:0: [sdc] Write Protect is off
[ 2.806912] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.818092] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.829684] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 2.850063] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 2.871873] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.610906] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.632490] scsi host4: pata_macio
[ 3.646525] ata5: PATA max MWDMA2 irq 20 lpm-pol 0
[ 3.660697] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.683969] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.701224] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.713238] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.715421] rtc-generic rtc-generic: registered as rtc0
[ 3.726216] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.739448] PowerMac i2c bus pmu 2 registered
[ 3.760873] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.763222] PowerMac i2c bus pmu 1 registered
[ 3.774554] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 3.788105] PowerMac i2c bus mac-io 0 registered
[ 3.796644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.810058] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.820287] usb usb1: Product: EHCI Host Controller
[ 3.820308] usb usb1: Manufacturer: Linux 6.9.0-rc5-PMacG4 ehci_hcd
[ 3.820323] usb usb1: SerialNumber: 0001:00:12.2
[ 3.834045] PowerMac i2c bus uni-n 1 registered
[ 3.846819] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.856007] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.873005] hub 1-0:1.0: USB hub found
[ 3.881178] PowerMac i2c bus uni-n 0 registered
[ 3.892300] hub 1-0:1.0: 5 ports detected
[ 3.910212] hid: raw HID events driver (C) Jiri Kosina
[ 3.930967] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.943897] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.952748] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.965258] usbcore: registered new interface driver usbhid
[ 3.977303] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.987968] usbhid: USB HID core driver
[ 3.992131] NET: Registered PF_INET6 protocol family
[ 4.010865] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 4.042093] Segment Routing with IPv6
[ 4.049615] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 4.061924] In-situ OAM (IOAM) with IPv6
[ 4.072614] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.087111] 9pnet: Installing 9P2000 support
[ 4.097058] usb usb2: Product: EHCI Host Controller
[ 4.097080] usb usb2: Manufacturer: Linux 6.9.0-rc5-PMacG4 ehci_hcd
[ 4.112322] drmem: No dynamic reconfiguration memory found
[ 4.121509] usb usb2: SerialNumber: 0001:00:1b.2
[ 4.126832] hub 2-0:1.0: USB hub found
[ 4.170547] hub 2-0:1.0: 5 ports detected
[ 4.183864] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 4.196220] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.244242] usb 1-4: new high-speed USB device number 2 using ehci-pci
[ 4.268307] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 4.304878] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 4.318826] registered taskstats version 1
[ 4.331269] Loading compiled-in X.509 certificates
[ 4.428025] usb 1-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.440526] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.452810] usb 1-4: Product: USB2.0 Hub
[ 4.470633] hub 1-4:1.0: USB hub found
[ 4.483364] hub 1-4:1.0: 4 ports detected
[ 4.787516] usb 1-4.1: new low-speed USB device number 3 using ehci-pci
[ 4.813678] zswap: loaded using pool zstd/zsmalloc
[ 4.827195] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.840824] page_owner is disabled
[ 4.944361] usb 1-4.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.956840] usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.958109] Btrfs loaded, zoned=no, fsverity=no
[ 4.969108] usb 1-4.1: Product: RPI Wired Keyboard 5
[ 4.993804] usb 1-4.1: Manufacturer:
[ 5.036635] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-4/1-4.1/1-4.1:1.0/0003:04D9:0006.0001/input/input0
[ 5.113060] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-4.1/input0
[ 5.147641] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-4/1-4.1/1-4.1:1.1/0003:04D9:0006.0002/input/input1
[ 5.217001] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-4.1/input1
[ 5.307510] usb 1-4.3: new low-speed USB device number 4 using ehci-pci
[ 5.422481] usb 1-4.3: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 5.435534] usb 1-4.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.448487] usb 1-4.3: Product: USB OPTICAL MOUSE
[ 5.475575] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-4/1-4.3/1-4.3:1.0/0003:275D:0BA6.0003/input/input2
[ 5.492175] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-4.3/input0
[ 8.792736] input: PMU as /devices/virtual/input/input3
[ 8.808277] netpoll: netconsole: local port 6666
[ 8.821709] netpoll: netconsole: local IPv4 address 192.168.2.8
[ 8.834985] netpoll: netconsole: interface 'eth0'
[ 8.848077] netpoll: netconsole: remote port 6666
[ 8.861114] netpoll: netconsole: remote IPv4 address 192.168.2.3
[ 8.874028] netpoll: netconsole: remote ethernet address a8:a1:59:16:4f:ea
[ 8.886864] netpoll: netconsole: device eth0 not up yet, forcing it
[ 9.001236] sungem_phy: PHY ID: 2060e1, addr: 0
[ 9.014409] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 12.704513] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 12.714585] printk: legacy console [netcon0] enabled
[ 12.717456] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 12.730235] netconsole: network logging started
[ 12.806810] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
[ 12.820000] EXT4-fs (sda5): write access will be enabled during recovery
[ 13.254402] EXT4-fs (sda5): recovery complete
[ 13.278966] EXT4-fs (sda5): mounted filesystem fa07e66f-b4f9-404f-85d8-487d3c097aec ro with ordered data mode. Quota mode: disabled.
[ 13.292646] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 13.314110] devtmpfs: mounted
[ 13.331728] Freeing unused kernel image (initmem) memory: 1400K
[ 13.354486] Checked W+X mappings: passed, no W+X pages found
[ 13.367685] rodata_test: all tests were successful
[ 13.381004] Run /sbin/init as init process
[ 13.394035] with arguments:
[ 13.406915] /sbin/init
[ 13.419654] with environment:
[ 13.432290] HOME=/
[ 13.444735] TERM=linux
[ 29.704603] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 29.764440] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 29.791978] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 29.972294] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 29.983707] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 29.994925] usb usb3: Product: OHCI PCI host controller
[ 30.005898] usb usb3: Manufacturer: Linux 6.9.0-rc5-PMacG4 ohci_hcd
[ 30.016675] usb usb3: SerialNumber: 0001:00:12.0
[ 30.229169] hub 3-0:1.0: USB hub found
[ 30.341485] hub 3-0:1.0: 3 ports detected
[ 30.639285] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 30.676499] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 30.687291] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 30.891820] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 30.901967] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 30.911704] usb usb4: Product: OHCI PCI host controller
[ 30.921241] usb usb4: Manufacturer: Linux 6.9.0-rc5-PMacG4 ohci_hcd
[ 30.930763] usb usb4: SerialNumber: 0001:00:12.1
[ 31.130200] [drm] radeon kernel modesetting enabled.
[ 31.272894] hub 4-0:1.0: USB hub found
[ 31.307824] Console: switching to colour dummy device 80x25
[ 31.347987] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 31.377742] hub 4-0:1.0: 2 ports detected
[ 31.378549] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 31.378728] [drm] Forcing AGP to PCI mode
[ 31.380113] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 31.405052] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 31.405550] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 31.406303] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 31.406557] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 31.427700] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 31.570596] [drm] Generation 2 PCI interface, using max accessible memory
[ 31.570938] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 31.571063] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 31.571484] [drm] Detected VRAM RAM=256M, BAR=256M
[ 31.571862] [drm] RAM width 128bits DDR
[ 31.633794] [drm] radeon: 256M of VRAM memory ready
[ 31.634038] [drm] radeon: 512M of GTT memory ready.
[ 31.634754] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 31.634813] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 31.635147] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 31.635251] usb usb5: Product: OHCI PCI host controller
[ 31.635509] usb usb5: Manufacturer: Linux 6.9.0-rc5-PMacG4 ohci_hcd
[ 31.635597] usb usb5: SerialNumber: 0001:00:1b.0
[ 31.667202] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 31.667444] [drm] PCI GART of 512M enabled (table at 0x0000000008900000).
[ 31.667955] radeon 0000:00:10.0: WB enabled
[ 31.668066] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 31.680674] hub 5-0:1.0: USB hub found
[ 31.724532] hub 5-0:1.0: 3 ports detected
[ 31.735621] [drm] radeon: irq initialized.
[ 31.736035] [drm] Loading R300 Microcode
[ 31.750911] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 31.797712] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 31.846268] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 32.066447] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 32.066762] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 32.090934] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 32.200106] [drm] radeon: ring at 0x0000000080001000
[ 32.200324] [drm] ring test succeeded in 0 usecs
[ 32.267746] [drm] ib test succeeded in 0 usecs
[ 32.358844] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 32.359045] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 32.359143] usb usb6: Product: OHCI PCI host controller
[ 32.359229] usb usb6: Manufacturer: Linux 6.9.0-rc5-PMacG4 ohci_hcd
[ 32.359379] usb usb6: SerialNumber: 0001:00:1b.1
[ 32.738780] hub 6-0:1.0: USB hub found
[ 32.744310] hub 6-0:1.0: 2 ports detected
[ 32.879465] [drm] Radeon Display Connectors
[ 32.879673] [drm] Connector 0:
[ 32.879754] [drm] DVI-I-1
[ 32.879828] [drm] HPD2
[ 32.879926] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 32.880019] [drm] Encoders:
[ 32.880118] [drm] CRT1: INTERNAL_DAC1
[ 32.880196] [drm] DFP2: INTERNAL_DVO1
[ 32.880273] [drm] Connector 1:
[ 32.880345] [drm] DVI-I-2
[ 32.880415] [drm] HPD1
[ 32.880484] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 32.880571] [drm] Encoders:
[ 32.880639] [drm] CRT2: INTERNAL_DAC2
[ 32.880715] [drm] DFP1: INTERNAL_TMDS1
[ 32.889502] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 33.668170] [drm] fb mappable at 0xA0040000
[ 33.668363] [drm] vram apper at 0xA0000000
[ 33.668444] [drm] size 8294400
[ 33.668575] [drm] fb depth is 24
[ 33.668654] [drm] pitch is 7680
[ 34.527581] Console: switching to colour frame buffer device 240x67
[ 34.758226] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 34.984040] random: crng init done
[ 36.440295] ADM1030 fan controller [@2c]
[ 36.484318] DS1775 digital thermometer [@49]
[ 36.484685] Temp: 55.0 C
[ 36.484701] Hyst: 75.0 C
[ 36.484947] OS: 80.0 C
[ 36.485183]
[ 36.543005] Reducing overheating limit to 75.0 C
[ 36.543050] (Hyst: 70.0 C
[ 36.543409] )
[ 36.661688] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 36.768016] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 37.108480] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 37.297617] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 38.767901] EXT4-fs (sda5): re-mounted fa07e66f-b4f9-404f-85d8-487d3c097aec r/w. Quota mode: disabled.
[ 38.984690] EXT4-fs (sda5): re-mounted fa07e66f-b4f9-404f-85d8-487d3c097aec r/w. Quota mode: disabled.
[ 41.295354] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k
[ 41.563135] snd-aoa-fabric-layout: can use this codec
[ 42.041866] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 42.451455] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 42.458413] EXT4-fs (sdc5): warning: mounting unchecked fs, running e2fsck is recommended
[ 42.464437] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 42.465184] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 42.471217] BTRFS: device label tmp devid 1 transid 3614 /dev/sda6 (8:6) scanned by mount (887)
[ 42.481699] BTRFS info (device sda6): first mount of filesystem 65162d91-887e-4e48-a356-fbf7093eefb5
[ 42.482309] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 42.482806] BTRFS info (device sda6): using free-space-tree
[ 42.510421] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 42.515704] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 42.518133] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 42.518667] cfg80211: failed to load regulatory.db
[ 43.043003] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 43.135446] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 43.152951] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 43.172324] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 43.192642] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 44.653147] CPU-temp: 55.2 C
[ 44.653182] , Case: 32.8 C
[ 44.669765] , Fan: 0 (tuned -11)
[ 52.763481] CPU-temp: 55.4 C
[ 52.763518] , Case: 32.8 C
[ 52.779455] , Fan: 0 (tuned +0)
[ 132.705504] KTAP version 1
[ 132.705631] 1..1
[ 132.706823] KTAP version 1
[ 132.706958] # Subtest: kasan
[ 132.707217] # module: kasan_test
[ 132.707271] 1..71
[ 132.711297] ==================================================================
[ 132.711429] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x15c/0x310 [kasan_test]
[ 132.711659] Write of size 1 at addr c2dddef3 by task kunit_try_catch/1773
[ 132.711734]
[ 132.711796] CPU: 1 PID: 1773 Comm: kunit_try_catch Tainted: G N 6.9.0-rc5-PMacG4 #1
[ 132.711882] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.711953] Call Trace:
[ 132.712102] [ca293d50] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.712216] [ca293d70] [c0271adc] print_report+0xd4/0x4fc
[ 132.712305] [ca293dc0] [c0272138] kasan_report+0xfc/0x110
[ 132.712521] [ca293e40] [bee86f50] kmalloc_oob_right+0x15c/0x310 [kasan_test]
[ 132.712714] [ca293ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.712878] [ca293fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.713020] [ca293fc0] [c008ac94] kthread+0x158/0x168
[ 132.713113] [ca293ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.713204]
[ 132.713259] Allocated by task 1773 on cpu 1 at 132.711290s:
[ 132.713328] kasan_save_stack+0x38/0x54
[ 132.713399] kasan_save_track+0x20/0x3c
[ 132.713465] __kasan_kmalloc+0x48/0x54
[ 132.713531] kmalloc_oob_right+0xbc/0x310 [kasan_test]
[ 132.713771] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.714028] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.714155] kthread+0x158/0x168
[ 132.714224] start_kernel_thread+0x10/0x14
[ 132.714292]
[ 132.714346] The buggy address belongs to the object at c2ddde80
[ 132.714346] which belongs to the cache kmalloc-rnd-11-128 of size 128
[ 132.714427] The buggy address is located 0 bytes to the right of
[ 132.714427] allocated 115-byte region [c2ddde80, c2dddef3)
[ 132.714509]
[ 132.714564] The buggy address belongs to the physical page:
[ 132.714627] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2ddd280 pfn:0x2ddc
[ 132.714702] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.714771] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.715087] page_type: 0xffffffff()
[ 132.715295] raw: 00000a40 c1816620 c1815b34 c1815b34 c2ddd280 000b002a ffffffff 00000001
[ 132.715439] raw: 00000000
[ 132.715507] head: 00000a40 c1816620 c1815b34 c1815b34 c2ddd280 000b002a ffffffff 00000001
[ 132.715590] head: 00000000 00000001 eee3e2f1 eee3e318 ffffffff 00000000 00000000 ffffffff
[ 132.715662] head: 00000000 00000000
[ 132.715719] page dumped because: kasan: bad access detected
[ 132.715781]
[ 132.715834] Memory state around the buggy address:
[ 132.715897] c2dddd80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.715967] c2ddde00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.716034] >c2ddde80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 132.716098] ^
[ 132.716294] c2dddf00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.716362] c2dddf80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.716427] ==================================================================
[ 132.717075] Disabling lock debugging due to kernel taint
[ 132.717150] ==================================================================
[ 132.717218] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x1f0/0x310 [kasan_test]
[ 132.717401] Write of size 1 at addr c2dddef8 by task kunit_try_catch/1773
[ 132.717472]
[ 132.717528] CPU: 1 PID: 1773 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.717609] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.717676] Call Trace:
[ 132.717732] [ca293d50] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.717970] [ca293d70] [c0271adc] print_report+0xd4/0x4fc
[ 132.718057] [ca293dc0] [c0272138] kasan_report+0xfc/0x110
[ 132.718140] [ca293e40] [bee86fe4] kmalloc_oob_right+0x1f0/0x310 [kasan_test]
[ 132.718327] [ca293ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.718473] [ca293fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.718686] [ca293fc0] [c008ac94] kthread+0x158/0x168
[ 132.718774] [ca293ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.718861]
[ 132.718915] Allocated by task 1773 on cpu 1 at 132.711290s:
[ 132.718983] kasan_save_stack+0x38/0x54
[ 132.719053] kasan_save_track+0x20/0x3c
[ 132.719119] __kasan_kmalloc+0x48/0x54
[ 132.719315] kmalloc_oob_right+0xbc/0x310 [kasan_test]
[ 132.719487] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.719612] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.719737] kthread+0x158/0x168
[ 132.719806] start_kernel_thread+0x10/0x14
[ 132.719874]
[ 132.719927] The buggy address belongs to the object at c2ddde80
[ 132.719927] which belongs to the cache kmalloc-rnd-11-128 of size 128
[ 132.720079] The buggy address is located 5 bytes to the right of
[ 132.720079] allocated 115-byte region [c2ddde80, c2dddef3)
[ 132.720161]
[ 132.720214] The buggy address belongs to the physical page:
[ 132.720277] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2ddd280 pfn:0x2ddc
[ 132.720351] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.720551] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.720622] page_type: 0xffffffff()
[ 132.720692] raw: 00000a40 c1816620 c1815b34 c1815b34 c2ddd280 000b002a ffffffff 00000001
[ 132.720765] raw: 00000000
[ 132.720833] head: 00000a40 c1816620 c1815b34 c1815b34 c2ddd280 000b002a ffffffff 00000001
[ 132.720915] head: 00000000 00000001 eee3e2f1 eee3e318 ffffffff 00000000 00000000 ffffffff
[ 132.720987] head: 00000000 00000000
[ 132.721044] page dumped because: kasan: bad access detected
[ 132.721107]
[ 132.721232] Memory state around the buggy address:
[ 132.721294] c2dddd80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.721364] c2ddde00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.721562] >c2ddde80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 132.721627] ^
[ 132.721695] c2dddf00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.721762] c2dddf80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.721826] ==================================================================
[ 132.722382] ==================================================================
[ 132.722459] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_right+0x284/0x310 [kasan_test]
[ 132.722640] Read of size 1 at addr c2dddf00 by task kunit_try_catch/1773
[ 132.722711]
[ 132.722767] CPU: 1 PID: 1773 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.722848] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.722988] Call Trace:
[ 132.723176] [ca293d50] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.723275] [ca293d70] [c0271adc] print_report+0xd4/0x4fc
[ 132.723360] [ca293dc0] [c0272138] kasan_report+0xfc/0x110
[ 132.723442] [ca293e40] [bee87078] kmalloc_oob_right+0x284/0x310 [kasan_test]
[ 132.723630] [ca293ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.723776] [ca293fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.723918] [ca293fc0] [c008ac94] kthread+0x158/0x168
[ 132.724005] [ca293ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.724091]
[ 132.724145] Allocated by task 1773 on cpu 1 at 132.711290s:
[ 132.724213] kasan_save_stack+0x38/0x54
[ 132.724283] kasan_save_track+0x20/0x3c
[ 132.724482] __kasan_kmalloc+0x48/0x54
[ 132.724620] kmalloc_oob_right+0xbc/0x310 [kasan_test]
[ 132.724791] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.724915] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.725040] kthread+0x158/0x168
[ 132.725109] start_kernel_thread+0x10/0x14
[ 132.725177]
[ 132.725231] The buggy address belongs to the object at c2ddde80
[ 132.725231] which belongs to the cache kmalloc-rnd-11-128 of size 128
[ 132.725312] The buggy address is located 13 bytes to the right of
[ 132.725312] allocated 115-byte region [c2ddde80, c2dddef3)
[ 132.725394]
[ 132.725449] The buggy address belongs to the physical page:
[ 132.725511] page: refcount:1 mapcount:0 mapping:00000000 index:0xc2ddd280 pfn:0x2ddc
[ 132.725717] head: order:1 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.725788] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.725857] page_type: 0xffffffff()
[ 132.725997] raw: 00000a40 c1816620 c1815b34 c1815b34 c2ddd280 000b002a ffffffff 00000001
[ 132.726071] raw: 00000000
[ 132.726138] head: 00000a40 c1816620 c1815b34 c1815b34 c2ddd280 000b002a ffffffff 00000001
[ 132.726221] head: 00000000 00000001 eee3e2f1 eee3e318 ffffffff 00000000 00000000 ffffffff
[ 132.726293] head: 00000000 00000000
[ 132.726350] page dumped because: kasan: bad access detected
[ 132.726413]
[ 132.726466] Memory state around the buggy address:
[ 132.726528] c2ddde00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.726728] c2ddde80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc
[ 132.726797] >c2dddf00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.726861] ^
[ 132.726919] c2dddf80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.726987] c2dde000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.727119] ==================================================================
[ 132.733128] ok 1 kmalloc_oob_right
[ 132.747923] ==================================================================
[ 132.748066] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_left+0x15c/0x1e8 [kasan_test]
[ 132.748261] Read of size 1 at addr c19742af by task kunit_try_catch/1775
[ 132.748334]
[ 132.748391] CPU: 1 PID: 1775 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.748614] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.748682] Call Trace:
[ 132.748973] [ca787d50] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.749078] [ca787d70] [c0271adc] print_report+0xd4/0x4fc
[ 132.749164] [ca787dc0] [c0272138] kasan_report+0xfc/0x110
[ 132.749247] [ca787e40] [bee86d68] kmalloc_oob_left+0x15c/0x1e8 [kasan_test]
[ 132.749439] [ca787ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.749590] [ca787fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.749813] [ca787fc0] [c008ac94] kthread+0x158/0x168
[ 132.749905] [ca787ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.749993]
[ 132.750047] Allocated by task 1775 on cpu 1 at 132.747919s:
[ 132.750250] kasan_save_stack+0x38/0x54
[ 132.750322] kasan_save_track+0x20/0x3c
[ 132.750388] __kasan_kmalloc+0x48/0x54
[ 132.750454] kmalloc_oob_left+0xbc/0x1e8 [kasan_test]
[ 132.750626] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.750751] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.750875] kthread+0x158/0x168
[ 132.750944] start_kernel_thread+0x10/0x14
[ 132.751013]
[ 132.751066] The buggy address belongs to the object at c19742b0
[ 132.751066] which belongs to the cache kmalloc-rnd-11-16 of size 16
[ 132.751220] The buggy address is located 1 bytes to the left of
[ 132.751220] allocated 15-byte region [c19742b0, c19742bf)
[ 132.751303]
[ 132.751491] The buggy address belongs to the physical page:
[ 132.751555] page: refcount:1 mapcount:0 mapping:00000000 index:0xc19740d0 pfn:0x1974
[ 132.751630] flags: 0xa00(workingset|slab|zone=0)
[ 132.751700] page_type: 0xffffffff()
[ 132.751773] raw: 00000a00 c1816220 c1815934 c1815934 c19740d0 00110054 ffffffff 00000001
[ 132.751847] raw: 00000000
[ 132.751903] page dumped because: kasan: bad access detected
[ 132.751966]
[ 132.752019] Memory state around the buggy address:
[ 132.752083] c1974180: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.752153] c1974200: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.752222] >c1974280: fc fc fc fc fc fc 00 07 fc fc fc fc fc fc fc fc
[ 132.752485] ^
[ 132.752548] c1974300: fc fc fc fc fc fc fc fc fc fc fc fc fc fc 00 00
[ 132.752617] c1974380: fc fc fc fc fc fc fc fc fc fc 00 01 fc fc fc fc
[ 132.752682] ==================================================================
[ 132.753664] ok 2 kmalloc_oob_left
[ 132.754756] ==================================================================
[ 132.754895] BUG: KASAN: slab-out-of-bounds in kmalloc_node_oob_right+0x168/0x1f8 [kasan_test]
[ 132.755089] Read of size 1 at addr c6522000 by task kunit_try_catch/1777
[ 132.755162]
[ 132.755218] CPU: 1 PID: 1777 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.755301] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.755369] Call Trace:
[ 132.755563] [c386bd50] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.755668] [c386bd70] [c0271adc] print_report+0xd4/0x4fc
[ 132.755824] [c386bdc0] [c0272138] kasan_report+0xfc/0x110
[ 132.755909] [c386be40] [bee8b58c] kmalloc_node_oob_right+0x168/0x1f8 [kasan_test]
[ 132.756099] [c386bed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.756249] [c386bfa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.756391] [c386bfc0] [c008ac94] kthread+0x158/0x168
[ 132.756479] [c386bff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.756567]
[ 132.756621] Allocated by task 1777 on cpu 1 at 132.754753s:
[ 132.756689] kasan_save_stack+0x38/0x54
[ 132.756759] kasan_save_track+0x20/0x3c
[ 132.756960] __kasan_kmalloc+0x48/0x54
[ 132.757027] kmalloc_node_oob_right+0xc0/0x1f8 [kasan_test]
[ 132.757200] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.757324] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.757519] kthread+0x158/0x168
[ 132.757589] start_kernel_thread+0x10/0x14
[ 132.757658]
[ 132.757711] The buggy address belongs to the object at c6521000
[ 132.757711] which belongs to the cache kmalloc-rnd-11-4k of size 4096
[ 132.757792] The buggy address is located 0 bytes to the right of
[ 132.757792] allocated 4096-byte region [c6521000, c6522000)
[ 132.757873]
[ 132.757927] The buggy address belongs to the physical page:
[ 132.757990] page: refcount:1 mapcount:0 mapping:00000000 index:0xc6524000 pfn:0x6520
[ 132.758194] head: order:3 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.758264] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.758335] page_type: 0xffffffff()
[ 132.758407] raw: 00000a40 c1816c20 eeee6568 c1815e34 c6524000 00010004 ffffffff 00000001
[ 132.758480] raw: 00000000
[ 132.758548] head: 00000a40 c1816c20 eeee6568 c1815e34 c6524000 00010004 ffffffff 00000001
[ 132.758700] head: 00000000 00000003 eeeba881 eeeba8a8 ffffffff 00000000 00000000 ffffffff
[ 132.758773] head: 00000000 00000000
[ 132.758830] page dumped because: kasan: bad access detected
[ 132.758893]
[ 132.758946] Memory state around the buggy address:
[ 132.759008] c6521f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.759236] c6521f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.759306] >c6522000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.759371] ^
[ 132.759429] c6522080: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.759496] c6522100: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.759561] ==================================================================
[ 132.764674] ok 3 kmalloc_node_oob_right
[ 132.766243] ==================================================================
[ 132.766450] BUG: KASAN: slab-out-of-bounds in kmalloc_big_oob_right+0x15c/0x1dc [kasan_test]
[ 132.766645] Write of size 1 at addr c6bebf00 by task kunit_try_catch/1779
[ 132.766717]
[ 132.766775] CPU: 1 PID: 1779 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.766988] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.767057] Call Trace:
[ 132.767112] [ca787d60] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.767213] [ca787d80] [c0271adc] print_report+0xd4/0x4fc
[ 132.767297] [ca787dd0] [c0272138] kasan_report+0xfc/0x110
[ 132.767380] [ca787e50] [bee86b8c] kmalloc_big_oob_right+0x15c/0x1dc [kasan_test]
[ 132.767570] [ca787ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.767718] [ca787fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.767860] [ca787fc0] [c008ac94] kthread+0x158/0x168
[ 132.767949] [ca787ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.768109]
[ 132.768164] Allocated by task 1779 on cpu 1 at 132.766239s:
[ 132.768362] kasan_save_stack+0x38/0x54
[ 132.768434] kasan_save_track+0x20/0x3c
[ 132.768500] __kasan_kmalloc+0x48/0x54
[ 132.768565] kmalloc_big_oob_right+0xbc/0x1dc [kasan_test]
[ 132.768738] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.768863] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.768988] kthread+0x158/0x168
[ 132.769056] start_kernel_thread+0x10/0x14
[ 132.769124]
[ 132.769177] The buggy address belongs to the object at c6bea000
[ 132.769177] which belongs to the cache kmalloc-rnd-11-8k of size 8192
[ 132.769258] The buggy address is located 0 bytes to the right of
[ 132.769258] allocated 7936-byte region [c6bea000, c6bebf00)
[ 132.769339]
[ 132.769591] The buggy address belongs to the physical page:
[ 132.769655] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x6be8
[ 132.769728] head: order:3 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.769796] flags: 0x840(slab|head|zone=0)
[ 132.769862] page_type: 0xffffffff()
[ 132.769934] raw: 00000840 c1816d20 00000122 00000000 00000000 00010002 ffffffff 00000001
[ 132.770007] raw: 00000000
[ 132.770073] head: 00000840 c1816d20 00000122 00000000 00000000 00010002 ffffffff 00000001
[ 132.770156] head: 00000000 00000003 eeec9ca1 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.770227] head: 00000000 00000000
[ 132.770284] page dumped because: kasan: bad access detected
[ 132.770347]
[ 132.770530] Memory state around the buggy address:
[ 132.770593] c6bebe00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.770952] c6bebe80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.771023] >c6bebf00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.771087] ^
[ 132.771145] c6bebf80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.771213] c6bec000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.771277] ==================================================================
[ 132.772762] ok 4 kmalloc_big_oob_right
[ 132.773577] ==================================================================
[ 132.773706] BUG: KASAN: slab-out-of-bounds in kmalloc_large_oob_right+0x114/0x17c [kasan_test]
[ 132.773900] Write of size 1 at addr c386e00a by task kunit_try_catch/1781
[ 132.774106]
[ 132.774163] CPU: 1 PID: 1781 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.774245] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.774311] Call Trace:
[ 132.774437] [c70dfd60] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.774540] [c70dfd80] [c0271adc] print_report+0xd4/0x4fc
[ 132.774624] [c70dfdd0] [c0272138] kasan_report+0xfc/0x110
[ 132.774707] [c70dfe50] [bee85d6c] kmalloc_large_oob_right+0x114/0x17c [kasan_test]
[ 132.774897] [c70dfed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.775045] [c70dffa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.775187] [c70dffc0] [c008ac94] kthread+0x158/0x168
[ 132.775276] [c70dfff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.775496]
[ 132.775552] The buggy address belongs to the physical page:
[ 132.775615] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x386c
[ 132.775687] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.775755] flags: 0x40(head|zone=0)
[ 132.775821] page_type: 0xffffffff()
[ 132.775971] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.776045] raw: 00000000
[ 132.776111] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.776193] head: 00000000 00000002 eee55f31 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.776265] head: 00000000 00000000
[ 132.776322] page dumped because: kasan: bad access detected
[ 132.776515]
[ 132.776569] Memory state around the buggy address:
[ 132.776631] c386df00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.776701] c386df80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.776768] >c386e000: 00 02 fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.776832] ^
[ 132.776891] c386e080: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.776958] c386e100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.777092] ==================================================================
[ 132.778350] ok 5 kmalloc_large_oob_right
[ 132.779300] ==================================================================
[ 132.779433] BUG: KASAN: use-after-free in kmalloc_large_uaf+0x11c/0x178 [kasan_test]
[ 132.779761] Read of size 1 at addr c98bc000 by task kunit_try_catch/1783
[ 132.779835]
[ 132.779890] CPU: 1 PID: 1783 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.779971] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.780037] Call Trace:
[ 132.780092] [c98bbd50] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.780193] [c98bbd70] [c0271adc] print_report+0xd4/0x4fc
[ 132.780277] [c98bbdc0] [c0272138] kasan_report+0xfc/0x110
[ 132.780361] [c98bbe40] [bee85bfc] kmalloc_large_uaf+0x11c/0x178 [kasan_test]
[ 132.780549] [c98bbed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.780769] [c98bbfa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.780913] [c98bbfc0] [c008ac94] kthread+0x158/0x168
[ 132.781133] [c98bbff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.781223]
[ 132.781278] The buggy address belongs to the physical page:
[ 132.781340] page: refcount:0 mapcount:0 mapping:00000000 index:0x0 pfn:0x98bc
[ 132.781412] flags: 0x0(zone=0)
[ 132.781474] page_type: 0xffffffff()
[ 132.781545] raw: 00000000 eedc1558 eedc1558 00000000 00000000 00000000 ffffffff 00000000
[ 132.781618] raw: 00000000
[ 132.781674] page dumped because: kasan: bad access detected
[ 132.781736]
[ 132.781789] Memory state around the buggy address:
[ 132.781852] c98bbf00: f1 f1 00 00 f2 f2 00 00 f2 f2 00 00 f3 f3 00 00
[ 132.782122] c98bbf80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.782191] >c98bc000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 132.782256] ^
[ 132.782314] c98bc080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 132.782381] c98bc100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 132.782446] ==================================================================
[ 132.784622] ok 6 kmalloc_large_uaf
[ 132.785485] ==================================================================
[ 132.785617] BUG: KASAN: invalid-free in kmalloc_large_invalid_free+0x114/0x16c [kasan_test]
[ 132.785809] Free of addr c9b40001 by task kunit_try_catch/1785
[ 132.785877]
[ 132.785934] CPU: 1 PID: 1785 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.786152] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.786220] Call Trace:
[ 132.786346] [ca457d30] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.786448] [ca457d50] [c0271adc] print_report+0xd4/0x4fc
[ 132.786533] [ca457da0] [c0272024] kasan_report_invalid_free+0x84/0x9c
[ 132.786621] [ca457e10] [c0270d24] check_page_allocation+0x38/0x6c
[ 132.786705] [ca457e30] [c025133c] free_large_kmalloc+0x60/0xd8
[ 132.786793] [ca457e50] [bee85a88] kmalloc_large_invalid_free+0x114/0x16c [kasan_test]
[ 132.786984] [ca457ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.787131] [ca457fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.787274] [ca457fc0] [c008ac94] kthread+0x158/0x168
[ 132.787362] [ca457ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.787581]
[ 132.787638] The buggy address belongs to the physical page:
[ 132.787702] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x9b40
[ 132.787775] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.787915] flags: 0x40(head|zone=0)
[ 132.787982] page_type: 0xffffffff()
[ 132.788053] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.788127] raw: 00000000
[ 132.788193] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.788276] head: 00000000 00000002 eef34501 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.788349] head: 00000000 00000000
[ 132.788406] page dumped because: kasan: bad access detected
[ 132.788600]
[ 132.788655] Memory state around the buggy address:
[ 132.788718] c9b3ff00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.788789] c9b3ff80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.788857] >c9b40000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.788922] ^
[ 132.789090] c9b40080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.789159] c9b40100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.789224] ==================================================================
[ 132.791249] ok 7 kmalloc_large_invalid_free
[ 132.792761] ok 8 page_alloc_oob_right # SKIP Test requires CONFIG_KASAN_GENERIC=n
[ 132.794867] ==================================================================
[ 132.795014] BUG: KASAN: use-after-free in page_alloc_uaf+0x134/0x194 [kasan_test]
[ 132.795352] Read of size 1 at addr ca7b0000 by task kunit_try_catch/1789
[ 132.795428]
[ 132.795483] CPU: 1 PID: 1789 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.795770] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.795839] Call Trace:
[ 132.795895] [ca3e3d50] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.795998] [ca3e3d70] [c0271adc] print_report+0xd4/0x4fc
[ 132.796085] [ca3e3dc0] [c0272138] kasan_report+0xfc/0x110
[ 132.796170] [ca3e3e40] [bee8c564] page_alloc_uaf+0x134/0x194 [kasan_test]
[ 132.796362] [ca3e3ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.796512] [ca3e3fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.796654] [ca3e3fc0] [c008ac94] kthread+0x158/0x168
[ 132.796878] [ca3e3ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.796971]
[ 132.797028] The buggy address belongs to the physical page:
[ 132.797090] page: refcount:0 mapcount:-128 mapping:00000000 index:0x0 pfn:0xa7b0
[ 132.797164] flags: 0x0(zone=0)
[ 132.797227] page_type: 0xffffff7f(buddy)
[ 132.797303] raw: 00000000 eef51004 c13d1890 00000000 00000000 00000004 ffffff7f 00000000
[ 132.797447] raw: 00000000
[ 132.797504] page dumped because: kasan: bad access detected
[ 132.797567]
[ 132.797621] Memory state around the buggy address:
[ 132.797684] ca7aff00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.797888] ca7aff80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.797956] >ca7b0000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 132.798020] ^
[ 132.798079] ca7b0080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 132.798146] ca7b0100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 132.798211] ==================================================================
[ 132.799518] ok 9 page_alloc_uaf
[ 132.800182] ==================================================================
[ 132.800313] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x224/0x33c [kasan_test]
[ 132.800506] Write of size 1 at addr c37abdeb by task kunit_try_catch/1791
[ 132.800579]
[ 132.800636] CPU: 1 PID: 1791 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.800858] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.800927] Call Trace:
[ 132.800984] [c386fd00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.801155] [c386fd20] [c0271adc] print_report+0xd4/0x4fc
[ 132.801242] [c386fd70] [c0272138] kasan_report+0xfc/0x110
[ 132.801325] [c386fdf0] [bee8b2e4] krealloc_more_oob_helper+0x224/0x33c [kasan_test]
[ 132.801516] [c386fed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.801664] [c386ffa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.801805] [c386ffc0] [c008ac94] kthread+0x158/0x168
[ 132.801892] [c386fff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.801980]
[ 132.802035] Allocated by task 1791 on cpu 1 at 132.800179s:
[ 132.802237] kasan_save_stack+0x38/0x54
[ 132.802309] kasan_save_track+0x20/0x3c
[ 132.802375] __kasan_krealloc+0x7c/0x80
[ 132.802441] krealloc+0x98/0xf8
[ 132.802524] krealloc_more_oob_helper+0x150/0x33c [kasan_test]
[ 132.802699] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.802895] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.803021] kthread+0x158/0x168
[ 132.803090] start_kernel_thread+0x10/0x14
[ 132.803158]
[ 132.803211] The buggy address belongs to the object at c37abd00
[ 132.803211] which belongs to the cache kmalloc-rnd-01-256 of size 256
[ 132.803293] The buggy address is located 0 bytes to the right of
[ 132.803293] allocated 235-byte region [c37abd00, c37abdeb)
[ 132.803514]
[ 132.803570] The buggy address belongs to the physical page:
[ 132.803632] page: refcount:1 mapcount:0 mapping:00000000 index:0xc37aba00 pfn:0x37a8
[ 132.803706] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.803775] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.803845] page_type: 0xffffffff()
[ 132.803917] raw: 00000a40 c1802620 c1800b34 c1800b34 c37aba00 0002002a ffffffff 00000001
[ 132.803990] raw: 00000000
[ 132.804128] head: 00000a40 c1802620 c1800b34 c1800b34 c37aba00 0002002a ffffffff 00000001
[ 132.804212] head: 00000000 00000002 eee543a1 eee543c8 ffffffff 00000000 00000000 ffffffff
[ 132.804284] head: 00000000 00000000
[ 132.804341] page dumped because: kasan: bad access detected
[ 132.804535]
[ 132.804590] Memory state around the buggy address:
[ 132.804653] c37abc80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.804725] c37abd00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.804793] >c37abd80: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc fc
[ 132.804859] ^
[ 132.804925] c37abe00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.804993] c37abe80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.805059] ==================================================================
[ 132.805210] ==================================================================
[ 132.805358] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x2c8/0x33c [kasan_test]
[ 132.805543] Write of size 1 at addr c37abdf0 by task kunit_try_catch/1791
[ 132.805746]
[ 132.805803] CPU: 1 PID: 1791 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.805885] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.805951] Call Trace:
[ 132.806007] [c386fd00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.806107] [c386fd20] [c0271adc] print_report+0xd4/0x4fc
[ 132.806191] [c386fd70] [c0272138] kasan_report+0xfc/0x110
[ 132.806274] [c386fdf0] [bee8b388] krealloc_more_oob_helper+0x2c8/0x33c [kasan_test]
[ 132.806464] [c386fed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.806611] [c386ffa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.806753] [c386ffc0] [c008ac94] kthread+0x158/0x168
[ 132.806842] [c386fff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.807130]
[ 132.807185] Allocated by task 1791 on cpu 1 at 132.800179s:
[ 132.807255] kasan_save_stack+0x38/0x54
[ 132.807324] kasan_save_track+0x20/0x3c
[ 132.807391] __kasan_krealloc+0x7c/0x80
[ 132.807456] krealloc+0x98/0xf8
[ 132.807527] krealloc_more_oob_helper+0x150/0x33c [kasan_test]
[ 132.807701] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.807826] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.807951] kthread+0x158/0x168
[ 132.808020] start_kernel_thread+0x10/0x14
[ 132.808089]
[ 132.808274] The buggy address belongs to the object at c37abd00
[ 132.808274] which belongs to the cache kmalloc-rnd-01-256 of size 256
[ 132.808357] The buggy address is located 5 bytes to the right of
[ 132.808357] allocated 235-byte region [c37abd00, c37abdeb)
[ 132.808509]
[ 132.808563] The buggy address belongs to the physical page:
[ 132.808626] page: refcount:1 mapcount:0 mapping:00000000 index:0xc37aba00 pfn:0x37a8
[ 132.808701] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.808771] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.808841] page_type: 0xffffffff()
[ 132.808913] raw: 00000a40 c1802620 c1800b34 c1800b34 c37aba00 0002002a ffffffff 00000001
[ 132.808987] raw: 00000000
[ 132.809055] head: 00000a40 c1802620 c1800b34 c1800b34 c37aba00 0002002a ffffffff 00000001
[ 132.809138] head: 00000000 00000002 eee543a1 eee543c8 ffffffff 00000000 00000000 ffffffff
[ 132.809345] head: 00000000 00000000
[ 132.809404] page dumped because: kasan: bad access detected
[ 132.809467]
[ 132.809520] Memory state around the buggy address:
[ 132.809652] c37abc80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.809723] c37abd00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.809792] >c37abd80: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fc fc
[ 132.809856] ^
[ 132.809922] c37abe00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.809990] c37abe80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.810055] ==================================================================
[ 132.811415] ok 10 krealloc_more_oob
[ 132.812203] ==================================================================
[ 132.812468] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x1fc/0x5a8 [kasan_test]
[ 132.812664] Write of size 1 at addr c516a5c9 by task kunit_try_catch/1793
[ 132.812958]
[ 132.813016] CPU: 1 PID: 1793 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.813101] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.813239] Call Trace:
[ 132.813296] [ca457d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.813398] [ca457d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.813483] [ca457d70] [c0272138] kasan_report+0xfc/0x110
[ 132.813567] [ca457df0] [bee8acec] krealloc_less_oob_helper+0x1fc/0x5a8 [kasan_test]
[ 132.813760] [ca457ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.814041] [ca457fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.814187] [ca457fc0] [c008ac94] kthread+0x158/0x168
[ 132.814276] [ca457ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.814364]
[ 132.814418] Allocated by task 1793 on cpu 1 at 132.812200s:
[ 132.814487] kasan_save_stack+0x38/0x54
[ 132.814556] kasan_save_track+0x20/0x3c
[ 132.814623] __kasan_krealloc+0x7c/0x80
[ 132.814760] krealloc+0x98/0xf8
[ 132.814834] krealloc_less_oob_helper+0x150/0x5a8 [kasan_test]
[ 132.815009] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.815133] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.815390] kthread+0x158/0x168
[ 132.815462] start_kernel_thread+0x10/0x14
[ 132.815530]
[ 132.815584] The buggy address belongs to the object at c516a500
[ 132.815584] which belongs to the cache kmalloc-rnd-09-256 of size 256
[ 132.815665] The buggy address is located 0 bytes to the right of
[ 132.815665] allocated 201-byte region [c516a500, c516a5c9)
[ 132.815748]
[ 132.815802] The buggy address belongs to the physical page:
[ 132.815864] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5168a00 pfn:0x5168
[ 132.815939] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.816008] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.816148] page_type: 0xffffffff()
[ 132.816222] raw: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.816428] raw: 00000000
[ 132.816497] head: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.816581] head: 00000000 00000002 eee8e2a1 eee8e2c8 ffffffff 00000000 00000000 ffffffff
[ 132.816654] head: 00000000 00000000
[ 132.816710] page dumped because: kasan: bad access detected
[ 132.816773]
[ 132.816825] Memory state around the buggy address:
[ 132.816887] c516a480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.816957] c516a500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.817025] >c516a580: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 132.817090] ^
[ 132.817154] c516a600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.817418] c516a680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.817486] ==================================================================
[ 132.818097] ==================================================================
[ 132.818178] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x2a0/0x5a8 [kasan_test]
[ 132.818363] Write of size 1 at addr c516a5d0 by task kunit_try_catch/1793
[ 132.818436]
[ 132.818491] CPU: 1 PID: 1793 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.818573] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.818641] Call Trace:
[ 132.818696] [ca457d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.818795] [ca457d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.818881] [ca457d70] [c0272138] kasan_report+0xfc/0x110
[ 132.819100] [ca457df0] [bee8ad90] krealloc_less_oob_helper+0x2a0/0x5a8 [kasan_test]
[ 132.819294] [ca457ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.819510] [ca457fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.819654] [ca457fc0] [c008ac94] kthread+0x158/0x168
[ 132.819742] [ca457ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.819829]
[ 132.819883] Allocated by task 1793 on cpu 1 at 132.812200s:
[ 132.819952] kasan_save_stack+0x38/0x54
[ 132.820021] kasan_save_track+0x20/0x3c
[ 132.820088] __kasan_krealloc+0x7c/0x80
[ 132.820154] krealloc+0x98/0xf8
[ 132.820225] krealloc_less_oob_helper+0x150/0x5a8 [kasan_test]
[ 132.820552] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.820681] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.820806] kthread+0x158/0x168
[ 132.820876] start_kernel_thread+0x10/0x14
[ 132.821014]
[ 132.821068] The buggy address belongs to the object at c516a500
[ 132.821068] which belongs to the cache kmalloc-rnd-09-256 of size 256
[ 132.821150] The buggy address is located 7 bytes to the right of
[ 132.821150] allocated 201-byte region [c516a500, c516a5c9)
[ 132.821232]
[ 132.821287] The buggy address belongs to the physical page:
[ 132.821349] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5168a00 pfn:0x5168
[ 132.821425] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.821494] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.821705] page_type: 0xffffffff()
[ 132.821779] raw: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.821852] raw: 00000000
[ 132.821920] head: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.822003] head: 00000000 00000002 eee8e2a1 eee8e2c8 ffffffff 00000000 00000000 ffffffff
[ 132.822076] head: 00000000 00000000
[ 132.822203] page dumped because: kasan: bad access detected
[ 132.822267]
[ 132.822320] Memory state around the buggy address:
[ 132.822382] c516a480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.822452] c516a500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.822520] >c516a580: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 132.822715] ^
[ 132.822781] c516a600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.822849] c516a680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.822914] ==================================================================
[ 132.823489] ==================================================================
[ 132.823568] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x3f8/0x5a8 [kasan_test]
[ 132.823753] Write of size 1 at addr c516a5da by task kunit_try_catch/1793
[ 132.823826]
[ 132.823955] CPU: 1 PID: 1793 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.824038] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.824104] Call Trace:
[ 132.824160] [ca457d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.824391] [ca457d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.824478] [ca457d70] [c0272138] kasan_report+0xfc/0x110
[ 132.824562] [ca457df0] [bee8aee8] krealloc_less_oob_helper+0x3f8/0x5a8 [kasan_test]
[ 132.824751] [ca457ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.824897] [ca457fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.825039] [ca457fc0] [c008ac94] kthread+0x158/0x168
[ 132.825126] [ca457ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.825214]
[ 132.825267] Allocated by task 1793 on cpu 1 at 132.812200s:
[ 132.825336] kasan_save_stack+0x38/0x54
[ 132.825476] kasan_save_track+0x20/0x3c
[ 132.825544] __kasan_krealloc+0x7c/0x80
[ 132.825743] krealloc+0x98/0xf8
[ 132.825815] krealloc_less_oob_helper+0x150/0x5a8 [kasan_test]
[ 132.825989] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.826114] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.826239] kthread+0x158/0x168
[ 132.826308] start_kernel_thread+0x10/0x14
[ 132.826377]
[ 132.826431] The buggy address belongs to the object at c516a500
[ 132.826431] which belongs to the cache kmalloc-rnd-09-256 of size 256
[ 132.826511] The buggy address is located 17 bytes to the right of
[ 132.826511] allocated 201-byte region [c516a500, c516a5c9)
[ 132.826593]
[ 132.826647] The buggy address belongs to the physical page:
[ 132.826710] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5168a00 pfn:0x5168
[ 132.826981] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.827052] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.827122] page_type: 0xffffffff()
[ 132.827194] raw: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.827267] raw: 00000000
[ 132.827335] head: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.827419] head: 00000000 00000002 eee8e2a1 eee8e2c8 ffffffff 00000000 00000000 ffffffff
[ 132.827491] head: 00000000 00000000
[ 132.827548] page dumped because: kasan: bad access detected
[ 132.827829]
[ 132.827883] Memory state around the buggy address:
[ 132.827946] c516a480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.828149] c516a500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.828220] >c516a580: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 132.828354] ^
[ 132.828420] c516a600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.828488] c516a680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.828553] ==================================================================
[ 132.829140] ==================================================================
[ 132.829219] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x498/0x5a8 [kasan_test]
[ 132.829405] Write of size 1 at addr c516a5ea by task kunit_try_catch/1793
[ 132.829476]
[ 132.829531] CPU: 1 PID: 1793 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.829615] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.829818] Call Trace:
[ 132.829876] [ca457d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.829974] [ca457d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.830060] [ca457d70] [c0272138] kasan_report+0xfc/0x110
[ 132.830214] [ca457df0] [bee8af88] krealloc_less_oob_helper+0x498/0x5a8 [kasan_test]
[ 132.830407] [ca457ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.830552] [ca457fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.830695] [ca457fc0] [c008ac94] kthread+0x158/0x168
[ 132.830782] [ca457ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.830870]
[ 132.830924] Allocated by task 1793 on cpu 1 at 132.812200s:
[ 132.830993] kasan_save_stack+0x38/0x54
[ 132.831195] kasan_save_track+0x20/0x3c
[ 132.831263] __kasan_krealloc+0x7c/0x80
[ 132.831330] krealloc+0x98/0xf8
[ 132.831399] krealloc_less_oob_helper+0x150/0x5a8 [kasan_test]
[ 132.831572] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.831698] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.831893] kthread+0x158/0x168
[ 132.831963] start_kernel_thread+0x10/0x14
[ 132.832032]
[ 132.832085] The buggy address belongs to the object at c516a500
[ 132.832085] which belongs to the cache kmalloc-rnd-09-256 of size 256
[ 132.832167] The buggy address is located 33 bytes to the right of
[ 132.832167] allocated 201-byte region [c516a500, c516a5c9)
[ 132.832250]
[ 132.832434] The buggy address belongs to the physical page:
[ 132.832498] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5168a00 pfn:0x5168
[ 132.832573] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.832642] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.832712] page_type: 0xffffffff()
[ 132.832784] raw: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.832857] raw: 00000000
[ 132.832925] head: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.833078] head: 00000000 00000002 eee8e2a1 eee8e2c8 ffffffff 00000000 00000000 ffffffff
[ 132.833153] head: 00000000 00000000
[ 132.833210] page dumped because: kasan: bad access detected
[ 132.833273]
[ 132.833456] Memory state around the buggy address:
[ 132.833519] c516a480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.833590] c516a500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.833658] >c516a580: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 132.833723] ^
[ 132.833789] c516a600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.833856] c516a680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.833921] ==================================================================
[ 132.834498] ==================================================================
[ 132.834576] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x534/0x5a8 [kasan_test]
[ 132.834831] Write of size 1 at addr c516a5eb by task kunit_try_catch/1793
[ 132.834905]
[ 132.835091] CPU: 1 PID: 1793 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.835175] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.835241] Call Trace:
[ 132.835298] [ca457d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.835396] [ca457d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.835481] [ca457d70] [c0272138] kasan_report+0xfc/0x110
[ 132.835564] [ca457df0] [bee8b024] krealloc_less_oob_helper+0x534/0x5a8 [kasan_test]
[ 132.835754] [ca457ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.835898] [ca457fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.836041] [ca457fc0] [c008ac94] kthread+0x158/0x168
[ 132.836127] [ca457ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.836214]
[ 132.836467] Allocated by task 1793 on cpu 1 at 132.812200s:
[ 132.836537] kasan_save_stack+0x38/0x54
[ 132.836607] kasan_save_track+0x20/0x3c
[ 132.836673] __kasan_krealloc+0x7c/0x80
[ 132.836739] krealloc+0x98/0xf8
[ 132.836809] krealloc_less_oob_helper+0x150/0x5a8 [kasan_test]
[ 132.836982] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.837108] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.837233] kthread+0x158/0x168
[ 132.837302] start_kernel_thread+0x10/0x14
[ 132.837370]
[ 132.837423] The buggy address belongs to the object at c516a500
[ 132.837423] which belongs to the cache kmalloc-rnd-09-256 of size 256
[ 132.837637] The buggy address is located 34 bytes to the right of
[ 132.837637] allocated 201-byte region [c516a500, c516a5c9)
[ 132.837722]
[ 132.837846] The buggy address belongs to the physical page:
[ 132.837909] page: refcount:1 mapcount:0 mapping:00000000 index:0xc5168a00 pfn:0x5168
[ 132.837984] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.838053] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.838124] page_type: 0xffffffff()
[ 132.838195] raw: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.838268] raw: 00000000
[ 132.838336] head: 00000a40 c1813e20 c1812f34 c1812f34 c5168a00 0012002a ffffffff 00000001
[ 132.838419] head: 00000000 00000002 eee8e2a1 eee8e2c8 ffffffff 00000000 00000000 ffffffff
[ 132.838492] head: 00000000 00000000
[ 132.838691] page dumped because: kasan: bad access detected
[ 132.838756]
[ 132.838809] Memory state around the buggy address:
[ 132.838872] c516a480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.839012] c516a500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.839081] >c516a580: 00 00 00 00 00 00 00 00 00 01 fc fc fc fc fc fc
[ 132.839146] ^
[ 132.839212] c516a600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.839280] c516a680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.839345] ==================================================================
[ 132.840752] ok 11 krealloc_less_oob
[ 132.841671] ==================================================================
[ 132.841939] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x224/0x33c [kasan_test]
[ 132.842134] Write of size 1 at addr ca29e0eb by task kunit_try_catch/1795
[ 132.842206]
[ 132.842261] CPU: 1 PID: 1795 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.842342] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.842409] Call Trace:
[ 132.842465] [ca29bd00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.842570] [ca29bd20] [c0271adc] print_report+0xd4/0x4fc
[ 132.842658] [ca29bd70] [c0272138] kasan_report+0xfc/0x110
[ 132.842743] [ca29bdf0] [bee8b2e4] krealloc_more_oob_helper+0x224/0x33c [kasan_test]
[ 132.842933] [ca29bed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.843085] [ca29bfa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.843362] [ca29bfc0] [c008ac94] kthread+0x158/0x168
[ 132.843454] [ca29bff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.843547]
[ 132.843605] The buggy address belongs to the physical page:
[ 132.843667] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0xa29c
[ 132.843740] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.843809] flags: 0x40(head|zone=0)
[ 132.843879] page_type: 0xffffffff()
[ 132.843949] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.844023] raw: 00000000
[ 132.844090] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.844173] head: 00000000 00000002 eef44df1 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.844381] head: 00000000 00000000
[ 132.844442] page dumped because: kasan: bad access detected
[ 132.844505]
[ 132.844556] Memory state around the buggy address:
[ 132.844619] ca29df80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.844692] ca29e000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.844761] >ca29e080: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fe fe
[ 132.844827] ^
[ 132.844894] ca29e100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.844963] ca29e180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.845030] ==================================================================
[ 132.845489] ==================================================================
[ 132.845699] BUG: KASAN: slab-out-of-bounds in krealloc_more_oob_helper+0x2c8/0x33c [kasan_test]
[ 132.845883] Write of size 1 at addr ca29e0f0 by task kunit_try_catch/1795
[ 132.845955]
[ 132.846009] CPU: 1 PID: 1795 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.846091] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.846157] Call Trace:
[ 132.846211] [ca29bd00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.846309] [ca29bd20] [c0271adc] print_report+0xd4/0x4fc
[ 132.846394] [ca29bd70] [c0272138] kasan_report+0xfc/0x110
[ 132.846479] [ca29bdf0] [bee8b388] krealloc_more_oob_helper+0x2c8/0x33c [kasan_test]
[ 132.846678] [ca29bed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.846825] [ca29bfa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.846971] [ca29bfc0] [c008ac94] kthread+0x158/0x168
[ 132.847194] [ca29bff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.847285]
[ 132.847338] The buggy address belongs to the physical page:
[ 132.847401] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0xa29c
[ 132.847474] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.847543] flags: 0x40(head|zone=0)
[ 132.847606] page_type: 0xffffffff()
[ 132.847676] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.847750] raw: 00000000
[ 132.847818] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.847900] head: 00000000 00000002 eef44df1 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.847974] head: 00000000 00000000
[ 132.848165] page dumped because: kasan: bad access detected
[ 132.848229]
[ 132.848281] Memory state around the buggy address:
[ 132.848342] ca29df80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.848413] ca29e000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.848482] >ca29e080: 00 00 00 00 00 00 00 00 00 00 00 00 00 03 fe fe
[ 132.848548] ^
[ 132.848615] ca29e100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.848683] ca29e180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.848750] ==================================================================
[ 132.850555] ok 12 krealloc_large_more_oob
[ 132.851559] ==================================================================
[ 132.851829] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x1fc/0x5a8 [kasan_test]
[ 132.852022] Write of size 1 at addr c54b60c9 by task kunit_try_catch/1797
[ 132.852095]
[ 132.852151] CPU: 1 PID: 1797 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.852234] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.852300] Call Trace:
[ 132.852355] [c54b3d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.852455] [c54b3d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.852542] [c54b3d70] [c0272138] kasan_report+0xfc/0x110
[ 132.852627] [c54b3df0] [bee8acec] krealloc_less_oob_helper+0x1fc/0x5a8 [kasan_test]
[ 132.852816] [c54b3ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.852967] [c54b3fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.853243] [c54b3fc0] [c008ac94] kthread+0x158/0x168
[ 132.853336] [c54b3ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.853424]
[ 132.853479] The buggy address belongs to the physical page:
[ 132.853541] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x54b4
[ 132.853614] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.853683] flags: 0x40(head|zone=0)
[ 132.853748] page_type: 0xffffffff()
[ 132.853889] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.853963] raw: 00000000
[ 132.854030] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.854112] head: 00000000 00000002 eee95951 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.854314] head: 00000000 00000000
[ 132.854372] page dumped because: kasan: bad access detected
[ 132.854434]
[ 132.854485] Memory state around the buggy address:
[ 132.854547] c54b5f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.854615] c54b6000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.854683] >c54b6080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 132.854748] ^
[ 132.854810] c54b6100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.854878] c54b6180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.855014] ==================================================================
[ 132.855473] ==================================================================
[ 132.855688] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x2a0/0x5a8 [kasan_test]
[ 132.855868] Write of size 1 at addr c54b60d0 by task kunit_try_catch/1797
[ 132.855939]
[ 132.855995] CPU: 1 PID: 1797 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.856075] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.856139] Call Trace:
[ 132.856194] [c54b3d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.856291] [c54b3d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.856375] [c54b3d70] [c0272138] kasan_report+0xfc/0x110
[ 132.856459] [c54b3df0] [bee8ad90] krealloc_less_oob_helper+0x2a0/0x5a8 [kasan_test]
[ 132.856647] [c54b3ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.856792] [c54b3fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.857068] [c54b3fc0] [c008ac94] kthread+0x158/0x168
[ 132.857228] [c54b3ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.857316]
[ 132.857368] The buggy address belongs to the physical page:
[ 132.857428] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x54b4
[ 132.857499] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.857567] flags: 0x40(head|zone=0)
[ 132.857630] page_type: 0xffffffff()
[ 132.857698] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.857770] raw: 00000000
[ 132.857836] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.857918] head: 00000000 00000002 eee95951 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.858125] head: 00000000 00000000
[ 132.858185] page dumped because: kasan: bad access detected
[ 132.858248]
[ 132.858370] Memory state around the buggy address:
[ 132.858432] c54b5f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.858502] c54b6000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.858570] >c54b6080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 132.858636] ^
[ 132.858699] c54b6100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.858767] c54b6180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.858833] ==================================================================
[ 132.858972] ==================================================================
[ 132.859180] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x3f8/0x5a8 [kasan_test]
[ 132.859360] Write of size 1 at addr c54b60da by task kunit_try_catch/1797
[ 132.859431]
[ 132.859485] CPU: 1 PID: 1797 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.859566] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.859701] Call Trace:
[ 132.859756] [c54b3d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.859852] [c54b3d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.859936] [c54b3d70] [c0272138] kasan_report+0xfc/0x110
[ 132.860019] [c54b3df0] [bee8aee8] krealloc_less_oob_helper+0x3f8/0x5a8 [kasan_test]
[ 132.860208] [c54b3ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.860353] [c54b3fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.860628] [c54b3fc0] [c008ac94] kthread+0x158/0x168
[ 132.860718] [c54b3ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.860805]
[ 132.860857] The buggy address belongs to the physical page:
[ 132.860918] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x54b4
[ 132.860990] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.861058] flags: 0x40(head|zone=0)
[ 132.861192] page_type: 0xffffffff()
[ 132.861262] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.861334] raw: 00000000
[ 132.861400] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.861482] head: 00000000 00000002 eee95951 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.861686] head: 00000000 00000000
[ 132.861746] page dumped because: kasan: bad access detected
[ 132.861807]
[ 132.861857] Memory state around the buggy address:
[ 132.861918] c54b5f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.861986] c54b6000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.862054] >c54b6080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 132.862119] ^
[ 132.862183] c54b6100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.862331] c54b6180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.862396] ==================================================================
[ 132.862810] ==================================================================
[ 132.863014] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x498/0x5a8 [kasan_test]
[ 132.863194] Write of size 1 at addr c54b60ea by task kunit_try_catch/1797
[ 132.863265]
[ 132.863318] CPU: 1 PID: 1797 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.863397] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.863462] Call Trace:
[ 132.863517] [c54b3d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.863612] [c54b3d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.863697] [c54b3d70] [c0272138] kasan_report+0xfc/0x110
[ 132.863780] [c54b3df0] [bee8af88] krealloc_less_oob_helper+0x498/0x5a8 [kasan_test]
[ 132.863968] [c54b3ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.864182] [c54b3fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.864481] [c54b3fc0] [c008ac94] kthread+0x158/0x168
[ 132.864571] [c54b3ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.864658]
[ 132.864710] The buggy address belongs to the physical page:
[ 132.864771] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x54b4
[ 132.864842] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.864909] flags: 0x40(head|zone=0)
[ 132.864972] page_type: 0xffffffff()
[ 132.865041] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.865113] raw: 00000000
[ 132.865180] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.865261] head: 00000000 00000002 eee95951 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.865466] head: 00000000 00000000
[ 132.865593] page dumped because: kasan: bad access detected
[ 132.865656]
[ 132.865707] Memory state around the buggy address:
[ 132.865767] c54b5f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.865836] c54b6000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.865904] >c54b6080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 132.865969] ^
[ 132.866032] c54b6100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.866100] c54b6180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.866165] ==================================================================
[ 132.866584] ==================================================================
[ 132.866788] BUG: KASAN: slab-out-of-bounds in krealloc_less_oob_helper+0x534/0x5a8 [kasan_test]
[ 132.866968] Write of size 1 at addr c54b60eb by task kunit_try_catch/1797
[ 132.867040]
[ 132.867164] CPU: 1 PID: 1797 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.867245] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.867309] Call Trace:
[ 132.867364] [c54b3d00] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.867460] [c54b3d20] [c0271adc] print_report+0xd4/0x4fc
[ 132.867544] [c54b3d70] [c0272138] kasan_report+0xfc/0x110
[ 132.867626] [c54b3df0] [bee8b024] krealloc_less_oob_helper+0x534/0x5a8 [kasan_test]
[ 132.867815] [c54b3ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.867960] [c54b3fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.868235] [c54b3fc0] [c008ac94] kthread+0x158/0x168
[ 132.868325] [c54b3ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.868412]
[ 132.868464] The buggy address belongs to the physical page:
[ 132.868525] page: refcount:1 mapcount:0 mapping:00000000 index:0x0 pfn:0x54b4
[ 132.868666] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.868734] flags: 0x40(head|zone=0)
[ 132.868797] page_type: 0xffffffff()
[ 132.868866] raw: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.868938] raw: 00000000
[ 132.869004] head: 00000040 00000000 00000122 00000000 00000000 00000000 ffffffff 00000001
[ 132.869086] head: 00000000 00000002 eee95951 00000122 ffffffff 00000000 00000000 ffffffff
[ 132.869290] head: 00000000 00000000
[ 132.869348] page dumped because: kasan: bad access detected
[ 132.869411]
[ 132.869462] Memory state around the buggy address:
[ 132.869522] c54b5f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.869591] c54b6000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.869658] >c54b6080: 00 00 00 00 00 00 00 00 00 01 fe fe fe fe fe fe
[ 132.869792] ^
[ 132.869858] c54b6100: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.869926] c54b6180: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
[ 132.869991] ==================================================================
[ 132.874652] ok 13 krealloc_large_less_oob
[ 132.875299] ==================================================================
[ 132.875570] BUG: KASAN: slab-use-after-free in krealloc_uaf+0x180/0x2dc [kasan_test]
[ 132.875767] Read of size 1 at addr ca686500 by task kunit_try_catch/1799
[ 132.875841]
[ 132.875898] CPU: 1 PID: 1799 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.875981] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.876049] Call Trace:
[ 132.876106] [c98bbcf0] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.876208] [c98bbd10] [c0271adc] print_report+0xd4/0x4fc
[ 132.876368] [c98bbd60] [c0272138] kasan_report+0xfc/0x110
[ 132.876454] [c98bbde0] [c0271658] __kasan_check_byte+0x38/0x44
[ 132.876539] [c98bbe00] [c020d9b4] krealloc+0x64/0xf8
[ 132.876762] [c98bbe20] [bee8a994] krealloc_uaf+0x180/0x2dc [kasan_test]
[ 132.876954] [c98bbed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.877104] [c98bbfa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.877248] [c98bbfc0] [c008ac94] kthread+0x158/0x168
[ 132.877337] [c98bbff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.877427]
[ 132.877481] Allocated by task 1799 on cpu 1 at 132.875292s:
[ 132.877551] kasan_save_stack+0x38/0x54
[ 132.877623] kasan_save_track+0x20/0x3c
[ 132.877690] __kasan_kmalloc+0x48/0x54
[ 132.877756] krealloc_uaf+0xc8/0x2dc [kasan_test]
[ 132.878001] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.878261] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.878390] kthread+0x158/0x168
[ 132.878459] start_kernel_thread+0x10/0x14
[ 132.878529]
[ 132.878795] Freed by task 1799 on cpu 1 at 132.875296s:
[ 132.878866] kasan_save_stack+0x38/0x54
[ 132.878937] kasan_save_track+0x20/0x3c
[ 132.879005] kasan_save_free_info+0x50/0x60
[ 132.879078] poison_slab_object+0xf4/0xf8
[ 132.879146] __kasan_slab_free+0x1c/0x4c
[ 132.879214] kfree+0x13c/0x210
[ 132.879283] krealloc_uaf+0x12c/0x2dc [kasan_test]
[ 132.879588] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.879783] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.879911] kthread+0x158/0x168
[ 132.879982] start_kernel_thread+0x10/0x14
[ 132.880051]
[ 132.880106] The buggy address belongs to the object at ca686500
[ 132.880106] which belongs to the cache kmalloc-rnd-11-256 of size 256
[ 132.880189] The buggy address is located 0 bytes inside of
[ 132.880189] freed 256-byte region [ca686500, ca686600)
[ 132.880270]
[ 132.880326] The buggy address belongs to the physical page:
[ 132.880391] page: refcount:1 mapcount:0 mapping:00000000 index:0xca687100 pfn:0xa684
[ 132.880467] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.880538] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.880742] page_type: 0xffffffff()
[ 132.880817] raw: 00000a40 c1816820 c1815c34 c1815c34 ca687100 0013002a ffffffff 00000001
[ 132.880893] raw: 00000000
[ 132.881032] head: 00000a40 c1816820 c1815c34 c1815c34 ca687100 0013002a ffffffff 00000001
[ 132.881117] head: 00000000 00000002 eef4da91 eef4dab8 ffffffff 00000000 00000000 ffffffff
[ 132.881191] head: 00000000 00000000
[ 132.881250] page dumped because: kasan: bad access detected
[ 132.881315]
[ 132.881369] Memory state around the buggy address:
[ 132.881434] ca686400: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.881506] ca686480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.881576] >ca686500: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 132.881773] ^
[ 132.881835] ca686580: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 132.881904] ca686600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.881971] ==================================================================
[ 132.882292] ==================================================================
[ 132.882453] BUG: KASAN: slab-use-after-free in krealloc_uaf+0x258/0x2dc [kasan_test]
[ 132.882641] Read of size 1 at addr ca686500 by task kunit_try_catch/1799
[ 132.882713]
[ 132.882768] CPU: 1 PID: 1799 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.882851] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.882917] Call Trace:
[ 132.882973] [c98bbd30] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.883206] [c98bbd50] [c0271adc] print_report+0xd4/0x4fc
[ 132.883292] [c98bbda0] [c0272138] kasan_report+0xfc/0x110
[ 132.883375] [c98bbe20] [bee8aa6c] krealloc_uaf+0x258/0x2dc [kasan_test]
[ 132.883563] [c98bbed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.883709] [c98bbfa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.883852] [c98bbfc0] [c008ac94] kthread+0x158/0x168
[ 132.883941] [c98bbff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.884110]
[ 132.884165] Allocated by task 1799 on cpu 1 at 132.875292s:
[ 132.884234] kasan_save_stack+0x38/0x54
[ 132.884303] kasan_save_track+0x20/0x3c
[ 132.884369] __kasan_kmalloc+0x48/0x54
[ 132.884566] krealloc_uaf+0xc8/0x2dc [kasan_test]
[ 132.884737] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.884862] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.884987] kthread+0x158/0x168
[ 132.885056] start_kernel_thread+0x10/0x14
[ 132.885125]
[ 132.885177] Freed by task 1799 on cpu 1 at 132.875296s:
[ 132.885244] kasan_save_stack+0x38/0x54
[ 132.885314] kasan_save_track+0x20/0x3c
[ 132.885450] kasan_save_free_info+0x50/0x60
[ 132.885522] poison_slab_object+0xf4/0xf8
[ 132.885589] __kasan_slab_free+0x1c/0x4c
[ 132.885786] kfree+0x13c/0x210
[ 132.885854] krealloc_uaf+0x12c/0x2dc [kasan_test]
[ 132.886023] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.886148] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.886273] kthread+0x158/0x168
[ 132.886343] start_kernel_thread+0x10/0x14
[ 132.886411]
[ 132.886465] The buggy address belongs to the object at ca686500
[ 132.886465] which belongs to the cache kmalloc-rnd-11-256 of size 256
[ 132.886547] The buggy address is located 0 bytes inside of
[ 132.886547] freed 256-byte region [ca686500, ca686600)
[ 132.886627]
[ 132.886681] The buggy address belongs to the physical page:
[ 132.886814] page: refcount:1 mapcount:0 mapping:00000000 index:0xca687100 pfn:0xa684
[ 132.887025] head: order:2 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 132.887095] flags: 0xa40(workingset|slab|head|zone=0)
[ 132.887166] page_type: 0xffffffff()
[ 132.887238] raw: 00000a40 c1816820 c1815c34 c1815c34 ca687100 0013002a ffffffff 00000001
[ 132.887312] raw: 00000000
[ 132.887380] head: 00000a40 c1816820 c1815c34 c1815c34 ca687100 0013002a ffffffff 00000001
[ 132.887464] head: 00000000 00000002 eef4da91 eef4dab8 ffffffff 00000000 00000000 ffffffff
[ 132.887537] head: 00000000 00000000
[ 132.887594] page dumped because: kasan: bad access detected
[ 132.887658]
[ 132.887710] Memory state around the buggy address:
[ 132.887773] ca686400: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.887976] ca686480: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.888116] >ca686500: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 132.888182] ^
[ 132.888241] ca686580: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 132.888309] ca686600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.888375] ==================================================================
[ 132.891914] ok 14 krealloc_uaf
[ 132.892526] ==================================================================
[ 132.892659] BUG: KASAN: slab-out-of-bounds in kmalloc_oob_16+0x1e0/0x29c [kasan_test]
[ 132.892853] Write of size 16 at addr c19740d0 by task kunit_try_catch/1801
[ 132.892927]
[ 132.892985] CPU: 1 PID: 1801 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.893203] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.893272] Call Trace:
[ 132.893328] [ca29fd40] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.893431] [ca29fd60] [c0271adc] print_report+0xd4/0x4fc
[ 132.893517] [ca29fdb0] [c0272138] kasan_report+0xfc/0x110
[ 132.893671] [ca29fe30] [bee86974] kmalloc_oob_16+0x1e0/0x29c [kasan_test]
[ 132.893860] [ca29fed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.894009] [ca29ffa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.894151] [ca29ffc0] [c008ac94] kthread+0x158/0x168
[ 132.894240] [ca29fff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.894329]
[ 132.894383] Allocated by task 1801 on cpu 1 at 132.892513s:
[ 132.894585] kasan_save_stack+0x38/0x54
[ 132.894657] kasan_save_track+0x20/0x3c
[ 132.894723] __kasan_kmalloc+0x48/0x54
[ 132.894789] kmalloc_oob_16+0xc0/0x29c [kasan_test]
[ 132.894959] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.895086] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.895212] kthread+0x158/0x168
[ 132.895352] start_kernel_thread+0x10/0x14
[ 132.895422]
[ 132.895476] The buggy address belongs to the object at c19740d0
[ 132.895476] which belongs to the cache kmalloc-rnd-11-16 of size 16
[ 132.895557] The buggy address is located 0 bytes inside of
[ 132.895557] allocated 13-byte region [c19740d0, c19740dd)
[ 132.895638]
[ 132.895823] The buggy address belongs to the physical page:
[ 132.895888] page: refcount:1 mapcount:0 mapping:00000000 index:0xc1974130 pfn:0x1974
[ 132.895962] flags: 0xa00(workingset|slab|zone=0)
[ 132.896030] page_type: 0xffffffff()
[ 132.896103] raw: 00000a00 c1816220 c1815934 c1815934 c1974130 00130054 ffffffff 00000001
[ 132.896177] raw: 00000000
[ 132.896233] page dumped because: kasan: bad access detected
[ 132.896296]
[ 132.896350] Memory state around the buggy address:
[ 132.896484] c1973f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 132.896772] c1974000: fc fc fc fc fc fc fc fc fc fc fc fc fc fc 00 05
[ 132.896842] >c1974080: fc fc fc fc fc fc fc fc fc fc 00 05 fc fc fc fc
[ 132.897039] ^
[ 132.897105] c1974100: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.897174] c1974180: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.897239] ==================================================================
[ 132.898516] ok 15 kmalloc_oob_16
[ 132.899311] ==================================================================
[ 132.899441] BUG: KASAN: slab-use-after-free in kmalloc_uaf_16+0x1ec/0x294 [kasan_test]
[ 132.899632] Read of size 16 at addr c1974e50 by task kunit_try_catch/1803
[ 132.899707]
[ 132.899763] CPU: 1 PID: 1803 Comm: kunit_try_catch Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.899848] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.899917] Call Trace:
[ 132.900112] [ca457d50] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.900216] [ca457d70] [c0271adc] print_report+0xd4/0x4fc
[ 132.900303] [ca457dc0] [c0272138] kasan_report+0xfc/0x110
[ 132.900458] [ca457e40] [bee866ec] kmalloc_uaf_16+0x1ec/0x294 [kasan_test]
[ 132.900648] [ca457ed0] [bedbe414] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.900797] [ca457fa0] [bedc0efc] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.900939] [ca457fc0] [c008ac94] kthread+0x158/0x168
[ 132.901026] [ca457ff0] [c001c304] start_kernel_thread+0x10/0x14
[ 132.901115]
[ 132.901169] Allocated by task 1803 on cpu 1 at 132.899304s:
[ 132.901237] kasan_save_stack+0x38/0x54
[ 132.901307] kasan_save_track+0x20/0x3c
[ 132.901506] __kasan_kmalloc+0x48/0x54
[ 132.901574] kmalloc_uaf_16+0x14c/0x294 [kasan_test]
[ 132.901744] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.901871] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.901997] kthread+0x158/0x168
[ 132.902135] start_kernel_thread+0x10/0x14
[ 132.902206]
[ 132.902259] Freed by task 1803 on cpu 1 at 132.899308s:
[ 132.902326] kasan_save_stack+0x38/0x54
[ 132.902395] kasan_save_track+0x20/0x3c
[ 132.902461] kasan_save_free_info+0x50/0x60
[ 132.902533] poison_slab_object+0xf4/0xf8
[ 132.902732] __kasan_slab_free+0x1c/0x4c
[ 132.902801] kfree+0x13c/0x210
[ 132.902868] kmalloc_uaf_16+0x19c/0x294 [kasan_test]
[ 132.903038] kunit_try_run_case+0x18c/0x2d0 [kunit]
[ 132.903163] kunit_generic_run_threadfn_adapter+0x34/0x50 [kunit]
[ 132.903288] kthread+0x158/0x168
[ 132.903358] start_kernel_thread+0x10/0x14
[ 132.903429]
[ 132.903484] The buggy address belongs to the object at c1974e50
[ 132.903484] which belongs to the cache kmalloc-rnd-11-16 of size 16
[ 132.903566] The buggy address is located 0 bytes inside of
[ 132.903566] freed 16-byte region [c1974e50, c1974e60)
[ 132.903719]
[ 132.903774] The buggy address belongs to the physical page:
[ 132.903966] page: refcount:1 mapcount:0 mapping:00000000 index:0xc1974970 pfn:0x1974
[ 132.904041] flags: 0xa00(workingset|slab|zone=0)
[ 132.904109] page_type: 0xffffffff()
[ 132.904180] raw: 00000a00 c1816220 c1815934 c1815934 c1974970 00150054 ffffffff 00000001
[ 132.904254] raw: 00000000
[ 132.904311] page dumped because: kasan: bad access detected
[ 132.904374]
[ 132.904426] Memory state around the buggy address:
[ 132.904490] c1974d00: fc fc fc fc fc fc 00 00 fc fc fc fc fc fc fc fc
[ 132.904560] c1974d80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.904628] >c1974e00: fc fc fc fc fc fc fc fc fc fc fa fb fc fc fc fc
[ 132.904693] ^
[ 132.904906] c1974e80: fc fc fc fc fc fc 00 00 fc fc fc fc fc fc fc fc
[ 132.905049] c1974f00: fc fc 00 00 fc fc fc fc fc fc fc fc fc fc fc fc
[ 132.905115] ==================================================================
[ 132.906501] ok 16 kmalloc_uaf_16
[ 132.908020] # kmalloc_oob_in_memset: EXPECTATION FAILED at mm/kasan/kasan_test.c:566
[ 132.908020] KASAN failure expected in "memset(ptr, 0, size + KASAN_GRANULE_SIZE)", but none occurred
[ 132.909529] not ok 17 kmalloc_oob_in_memset
[ 132.910492] # kmalloc_oob_memset_2: EXPECTATION FAILED at mm/kasan/kasan_test.c:496
[ 132.910492] KASAN failure expected in "memset(ptr + size - 1, 0, memset_size)", but none occurred
[ 132.911607] not ok 18 kmalloc_oob_memset_2
[ 132.912553] # kmalloc_oob_memset_4: EXPECTATION FAILED at mm/kasan/kasan_test.c:514
[ 132.912553] KASAN failure expected in "memset(ptr + size - 3, 0, memset_size)", but none occurred
[ 132.913508] not ok 19 kmalloc_oob_memset_4
[ 132.914630] # kmalloc_oob_memset_8: EXPECTATION FAILED at mm/kasan/kasan_test.c:532
[ 132.914630] KASAN failure expected in "memset(ptr + size - 7, 0, memset_size)", but none occurred
[ 132.915607] not ok 20 kmalloc_oob_memset_8
[ 132.916447] # kmalloc_oob_memset_16: EXPECTATION FAILED at mm/kasan/kasan_test.c:550
[ 132.916447] KASAN failure expected in "memset(ptr + size - 15, 0, memset_size)", but none occurred
[ 132.917333] not ok 21 kmalloc_oob_memset_16
[ 132.924353] =============================================================================
[ 132.924488] ==================================================================
[ 132.924536] BUG: KASAN: null-ptr-deref in account_system_index_time+0x54/0xd8
[ 132.924634] BUG maple_node (Tainted: G B N): Padding overwritten. 0xc54d7f00-0xc54d7fff @offset=16128
[ 132.924727] Read of size 4 at addr 00000110 by task /0
[ 132.924781] -----------------------------------------------------------------------------
[ 132.924781]
[ 132.924804] Slab 0xeee95dd0 objects=21 used=21 fp=0x00000000 flags=0x840(slab|head|zone=0)
[ 132.924848] CPU: 0 PID: 1351 Comm: syslogd Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.924879] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.924898] Call Trace:
[ 132.924906] [c31fb9e0] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.924963] [c31fba00] [c025368c] slab_err+0xac/0xc0
[ 132.924998] [c31fbaa0] [c025377c] slab_pad_check+0xdc/0x144
[ 132.925030] [c31fbad0] [c025388c] check_slab+0xa8/0xb0
[ 132.925061] [c31fbae0] [c0252cd0] free_to_partial_list+0x170/0x3c8
[ 132.925095] [c31fbb30] [c0274028] qlist_free_all+0xb4/0xd8
[ 132.925135] [c31fbb60] [c027446c] kasan_quarantine_reduce+0xe8/0x13c
[ 132.925172] [c31fbba0] [c027132c] __kasan_slab_alloc+0x2c/0x6c
[ 132.925204] [c31fbbc0] [c0255660] __kmalloc+0x21c/0x2e4
[ 132.925235] [c31fbc00] [c0634b48] iovec_from_user+0x4c/0xa8
[ 132.925273] [c31fbc30] [c0634c7c] __import_iovec+0xd8/0x1d4
[ 132.925305] [c31fbc70] [c0293178] vfs_writev+0xfc/0x29c
[ 132.925346] [c31fbd90] [c029340c] do_writev+0xf4/0x1a8
[ 132.925379] [c31fbe00] [c00150f4] system_call_exception+0x154/0x1c0
[ 132.925424] [c31fbf30] [c001c1ac] ret_from_syscall+0x0/0x2c
[ 132.925459] --- interrupt: c00 at 0x32f788
[ 132.925483] NIP: 0032f788 LR: 0032f75c CTR: 00267a2c
[ 132.925500] REGS: c31fbf40 TRAP: 0c00 Tainted: G B N (6.9.0-rc5-PMacG4)
[ 132.925524] MSR: 0000d032 <EE,PR,ME,IR,DR,RI> CR: 24002448 XER: 00000000
[ 132.925584]
[ 132.925584] GPR00: 00000092 affbd330 a7aae360 0000000c affbd484 00000009 66298a1f 0a4841f6
[ 132.925584] GPR08: 00000000 ffffffff affbd4c4 00560b00 40002862 0044fdf8 affbe7b6 00000000
[ 132.925584] GPR16: 00000000 00000001 00000000 0066a170 00000000 affbde78 00000000 affbd5ec
[ 132.925584] GPR24: 004501e0 00000060 00669edc affbd370 affbd484 00000009 0040ffac 00669eb0
[ 132.925783] NIP [0032f788] 0x32f788
[ 132.925798] LR [0032f75c] 0x32f75c
[ 132.925813] --- interrupt: c00
[ 132.925833] Padding c54d7f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.925864] Padding c54d7f10: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.925893] Padding c54d7f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.925922] Padding c54d7f30: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.925952] Padding c54d7f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.925981] Padding c54d7f50: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.926010] Padding c54d7f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926039] Padding c54d7f70: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.926068] Padding c54d7f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926097] Padding c54d7f90: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.926126] Padding c54d7fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926155] Padding c54d7fb0: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.926183] Padding c54d7fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926213] Padding c54d7fd0: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.926242] Padding c54d7fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926271] Padding c54d7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.926297] FIX maple_node: Restoring slab padding 0xc54d7f00-0xc54d7fff=0x5a
[ 132.926324] =============================================================================
[ 132.926343] BUG maple_node (Tainted: G B N): Left Redzone overwritten
[ 132.926366] -----------------------------------------------------------------------------
[ 132.926366]
[ 132.926385] 0xc54d4f00-0xc54d4fff @offset=3840. First byte 0x0 instead of 0xcc
[ 132.926409] Slab 0xeee95dd0 objects=21 used=21 fp=0x00000000 flags=0x840(slab|head|zone=0)
[ 132.926438] Object 0xc54d5000 @offset=4096 fp=0xab1af8a3
[ 132.926438]
[ 132.926459] Redzone c54d4f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926488] Redzone c54d4f10: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.926517] Redzone c54d4f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926546] Redzone c54d4f30: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.926575] Redzone c54d4f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926604] Redzone c54d4f50: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.926633] Redzone c54d4f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926663] Redzone c54d4f70: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.926691] Redzone c54d4f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926721] Redzone c54d4f90: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.926750] Redzone c54d4fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926779] Redzone c54d4fb0: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.926808] Redzone c54d4fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926837] Redzone c54d4fd0: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.926866] Redzone c54d4fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926895] Redzone c54d4ff0: 00 00 00 00 00 00 00 00 00 00 00 00 c7 b0 4a 00 ..............J.
[ 132.926924] Object c54d5000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.926953] Object c54d5010: 00 00 00 00 00 00 00 00 00 00 00 00 a7 9e ff ff ................
[ 132.926982] Object c54d5020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927012] Object c54d5030: 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ................
[ 132.927040] Object c54d5040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927069] Object c54d5050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927098] Object c54d5060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927128] Object c54d5070: 00 00 00 00 00 00 00 00 00 00 00 00 c7 eb 96 20 ...............
[ 132.927157] Object c54d5080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927186] Object c54d5090: 00 00 00 00 00 00 00 00 00 00 00 00 c6 80 00 80 ................
[ 132.927215] Object c54d50a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927244] Object c54d50b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927273] Object c54d50c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927302] Object c54d50d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927331] Object c54d50e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927360] Object c54d50f0: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.927387] Redzone c54d5100: 00 00 00 00 ....
[ 132.927414] Padding c54d5120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927443] Padding c54d5130: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.927472] Padding c54d5140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927501] Padding c54d5150: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.927530] Padding c54d5160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927559] Padding c54d5170: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.927588] Padding c54d5180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927618] Padding c54d5190: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.927647] Padding c54d51a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927676] Padding c54d51b0: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.927705] Padding c54d51c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927734] Padding c54d51d0: 00 00 00 00 00 00 00 00 00 00 00 00 5a 5a 5a 5a ............ZZZZ
[ 132.927764] Padding c54d51e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.927792] Padding c54d51f0: 00 00 00 00 00 00 00 00 00 00 00 00 cc cc cc cc ................
[ 132.927819] CPU: 0 PID: 1351 Comm: syslogd Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.927848] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.927864] Call Trace:
[ 132.927871] [c31fba70] [c0b18324] dump_stack_lvl+0x80/0xac (unreliable)
[ 132.927908] [c31fba90] [c0252864] check_bytes_and_report+0xe0/0x120
[ 132.927943] [c31fbac0] [c02528f0] check_object+0x4c/0x2bc
[ 132.927974] [c31fbae0] [c0252d44] free_to_partial_list+0x1e4/0x3c8
[ 132.928009] [c31fbb30] [c0274028] qlist_free_all+0xb4/0xd8
[ 132.928043] [c31fbb60] [c027446c] kasan_quarantine_reduce+0xe8/0x13c
[ 132.928080] [c31fbba0] [c027132c] __kasan_slab_alloc+0x2c/0x6c
[ 132.928112] [c31fbbc0] [c0255660] __kmalloc+0x21c/0x2e4
[ 132.928144] [c31fbc00] [c0634b48] iovec_from_user+0x4c/0xa8
[ 132.928178] [c31fbc30] [c0634c7c] __import_iovec+0xd8/0x1d4
[ 132.928211] [c31fbc70] [c0293178] vfs_writev+0xfc/0x29c
[ 132.928245] [c31fbd90] [c029340c] do_writev+0xf4/0x1a8
[ 132.928279] [c31fbe00] [c00150f4] system_call_exception+0x154/0x1c0
[ 132.928317] [c31fbf30] [c001c1ac] ret_from_syscall+0x0/0x2c
[ 132.928349] --- interrupt: c00 at 0x32f788
[ 132.928366] NIP: 0032f788 LR: 0032f75c CTR: 00267a2c
[ 132.928385] REGS: c31fbf40 TRAP: 0c00 Tainted: G B N (6.9.0-rc5-PMacG4)
[ 132.928409] MSR: 0000d032 <EE,PR,ME,IR,DR,RI> CR: 24002448 XER: 00000000
[ 132.928468]
[ 132.928468] GPR00: 00000092 affbd330 a7aae360 0000000c affbd484 00000009 66298a1f 0a4841f6
[ 132.928468] GPR08: 00000000 ffffffff affbd4c4 00560b00 40002862 0044fdf8 affbe7b6 00000000
[ 132.928468] GPR16: 00000000 00000001 00000000 0066a170 00000000 affbde78 00000000 affbd5ec
[ 132.928468] GPR24: 004501e0 00000060 00669edc affbd370 affbd484 00000009 0040ffac 00669eb0
[ 132.928667] NIP [0032f788] 0x32f788
[ 132.928683] LR [0032f75c] 0x32f75c
[ 132.928698] --- interrupt: c00
[ 132.928709] FIX maple_node: Restoring Left Redzone 0xc54d4f00-0xc54d4fff=0xcc
[ 132.928735] FIX maple_node: Object at 0xc54d5000 not freed
[ 132.931941]
[ 132.931961] CPU: 0 PID: 0 Comm: Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.931992] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.932012] ==================================================================
[ 132.932042] ==================================================================
[ 132.932060] BUG: KASAN: null-ptr-deref in cpuacct_account_field+0x4c/0xc8
[ 132.932091] Read of size 4 at addr 00000008 by task /0
[ 132.932110]
[ 132.932117] CPU: 0 PID: 0 Comm: Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.932145] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.932162] ==================================================================
[ 132.932184] ==================================================================
[ 132.932200] BUG: KASAN: user-memory-access in cpuacct_account_field+0x70/0xc8
[ 132.932223] Read of size 4 at addr 21332496 by task /0
[ 132.932241]
[ 132.932249] CPU: 0 PID: 0 Comm: Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.932277] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.932295] ==================================================================
[ 132.932336] BUG: Unable to handle kernel data access on read at 0xf6cfdb99
[ 132.932358] Faulting instruction address: 0xc0272a7c
[ 132.932372] ==================================================================
[ 132.932389] BUG: KASAN: null-ptr-deref in bad_page_fault+0x108/0x1c4
[ 132.932414] Read of size 4 at addr 00000000 by task /0
[ 132.932432]
[ 132.932439] CPU: 0 PID: 0 Comm: Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.932467] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.932484] ==================================================================
[ 132.932505] Thread overran stack, or stack corrupted
[ 132.932521] Oops: Kernel access of bad area, sig: 11 [#1]
[ 132.932539] BE PAGE_SIZE=4K MMU=Hash SMP NR_CPUS=2 PowerMac
[ 132.932568] Modules linked in: kasan_test kunit af_packet b43legacy mac80211 libarc4 snd_aoa_codec_tas cfg80211 snd_aoa_fabric_layout snd_aoa rfkill rng_core firewire_ohci therm_windtunnel firewire_core crc_itu_t snd_aoa_i2sbus snd_aoa_soundbus snd_pcm snd_timer snd soundcore ssb mac_hid radeon hwmon drm_suballoc_helper i2c_algo_bit drm_ttm_helper ttm drm_display_helper backlight ohci_pci
[ 132.932806] CPU: 0 PID: 0 Comm: Tainted: G B N 6.9.0-rc5-PMacG4 #1
[ 132.932834] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 132.932851] NIP: c0272a7c LR: c00bfcf4 CTR: 00000001
[ 132.932870] REGS: c6b1fa50 TRAP: 0300 Tainted: G B N (6.9.0-rc5-PMacG4)
[ 132.932895] MSR: 00001032 <ME,IR,DR,RI> CR: 84000004 XER: 00000000
[ 132.932947] DAR: f6cfdb99 DSISR: 40000000
[ 132.932947] GPR00: c00bfcc4 c6b1fb10 c546d340 b67edccc 00000004 00000001 c00bfcf4 00000003
[ 132.932947] GPR08: f6cfdb99 b67edcd3 b67edccc c6b1fb10 84000004 00000000 c008ab3c c011f41c
[ 132.932947] GPR16: 00000000 eed96bc8 eed96bbc eed96bc0 00000001 c546d344 c546d340 2dc42000
[ 132.932947] GPR24: 00000000 b67edccc c13f9aec 0032dcd5 00000010 c1187a40 21332422 88babccc
[ 132.933164] NIP [c0272a7c] __asan_load8+0x44/0x9c
[ 132.933193] LR [c00bfcf4] cpuacct_account_field+0xa0/0xc8
[ 132.933221] Code: 38a00000 38800008 4bfff5e8 3d20b000 7c034840 41a0ffec 39230007 5527077e 2c070007 41a20044 5468e8fe 3d08e000 <89080000> 2c080000 40820020 5529e8fe
** 270 printk messages dropped **
[ 132.957509] Object c54f4c70: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.957538] Object c54f4c80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.957568] Object c54f4c90: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.957598] Object c54f4ca0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.957627] Object c54f4cb0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.957657] Object c54f4cc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.957686] Object c54f4cd0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.957716] Object c54f4ce0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.957745] Object c54f4cf0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.957775] Object c54f4d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.957805] Object c54f4d10: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.957834] Object c54f4d20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.957864] Object c54f4d30: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.957894] Object c54f4d40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.957923] Object c54f4d50: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.957953] Object c54f4d60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.957982] Object c54f4d70: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958013] Object c54f4d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958042] Object c54f4d90: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958072] Object c54f4da0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958101] Object c54f4db0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958131] Object c54f4dc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958161] Object c54f4dd0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958190] Object c54f4de0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958219] Object c54f4df0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958249] Object c54f4e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958279] Object c54f4e10: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958308] Object c54f4e20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958338] Object c54f4e30: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958367] Object c54f4e40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958397] Object c54f4e50: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958426] Object c54f4e60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958456] Object c54f4e70: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958486] Object c54f4e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958516] Object c54f4e90: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958545] Object c54f4ea0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958574] Object c54f4eb0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958604] Object c54f4ec0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958634] Object c54f4ed0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958664] Object c54f4ee0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958693] Object c54f4ef0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958723] Object c54f4f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958753] Object c54f4f10: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958783] Object c54f4f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958812] Object c54f4f30: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958842] Object c54f4f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958871] Object c54f4f50: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958901] Object c54f4f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958931] Object c54f4f70: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.958960] Object c54f4f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.958990] Object c54f4f90: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959019] Object c54f4fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959049] Object c54f4fb0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959079] Object c54f4fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959108] Object c54f4fd0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959138] Object c54f4fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959167] Object c54f4ff0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959197] Object c54f5000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959227] Object c54f5010: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959257] Object c54f5020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959286] Object c54f5030: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959316] Object c54f5040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959345] Object c54f5050: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959375] Object c54f5060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959405] Object c54f5070: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959435] Object c54f5080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959465] Object c54f5090: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959494] Object c54f50a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959524] Object c54f50b0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959554] Object c54f50c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959583] Object c54f50d0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959612] Object c54f50e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959642] Object c54f50f0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959672] Object c54f5100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959701] Object c54f5110: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959731] Object c54f5120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959761] Object c54f5130: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959790] Object c54f5140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959820] Object c54f5150: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959849] Object c54f5160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959878] Object c54f5170: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959909] Object c54f5180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959938] Object c54f5190: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.959968] Object c54f51a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.959997] Object c54f51b0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960027] Object c54f51c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960056] Object c54f51d0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960086] Object c54f51e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960116] Object c54f51f0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960145] Object c54f5200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960175] Object c54f5210: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960205] Object c54f5220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960234] Object c54f5230: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960264] Object c54f5240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960293] Object c54f5250: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960323] Object c54f5260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960353] Object c54f5270: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960382] Object c54f5280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960412] Object c54f5290: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960442] Object c54f52a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960471] Object c54f52b0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960501] Object c54f52c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960531] Object c54f52d0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960560] Object c54f52e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960590] Object c54f52f0: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960619] Object c54f5300: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960649] Object c54f5310: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
[ 132.960679] Object c54f5320: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 132.960709] Object c54f5330: 00 00 00 00 00 00 00 00 00 00 00 00 6b 6b 6b 6b ............kkkk
next reply other threads:[~2024-04-27 18:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-27 18:50 Erhard Furtner [this message]
2024-05-01 12:41 ` Machine freezes after running KASAN KUnit test 21 with a GCC 13.2 built kernel but runs tests fine with a CLANG 18 build kernel (v6.9-rc5, 32bit ppc, PowerMac G4 DP) Erhard Furtner
2024-05-17 13:02 ` Andrey Konovalov
2024-05-18 15:05 ` Erhard Furtner
2024-05-19 23:01 ` Andrey Konovalov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240427205020.3ecf3895@yea \
--to=erhard_f@mailbox.org \
--cc=kasan-dev@googlegroups.com \
--cc=linux-mm@kvack.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).