[linux-yocto] [PATCH] debug: add CONFIG_MODULE_ALLOW_BTF_MISMATCH to debug-btf.cfg

2023-09-18 Thread Xiangyu Chen
From: Xiangyu Chen When enabled DEBUG_INFO_BTF option, some kernel modules cannot install due to mismatch the vmlinux BTF header information and output error message as below: root@intel-x86-64:~# modprobe squashfs BPF: type_id=12 bits_offset=64 BPF: BPF: Invalid name BPF: failed to valida

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] debug: add CONFIG_MODULE_ALLOW_BTF_MISMATCH to debug-btf.cfg

2023-09-18 Thread Xiangyu Chen
From: Xiangyu Chen When enabled DEBUG_INFO_BTF option, some kernel modules cannot install due to mismatch the vmlinux BTF header information and output error message as below: root@intel-x86-64:~# modprobe squashfs BPF: type_id=12 bits_offset=64 BPF: BPF: Invalid name BPF: failed to valida

[linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: alloc memory with GFP_ATOMIC parameter

2023-09-18 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used alloc memory with GFP_ATOMIC parameter so that avoid triggering sleep in atomic context. Could you please help merge this patch into linux-ycoto kernel? Branch are v6.1/standard/nxp-sdk-6.1/nxp-soc and v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc di

[linux-yocto] [PATCH] drivers: fsl_qbman: alloc memory with GFP_ATOMIC parameter

2023-09-18 Thread Meng Li via lists.yoctoproject.org
When running dpdk test case, there is below calltrace because of allocating memory in atomic context. Call trace: .. __might_resched+0x154/0x1c0 __might_sleep+0x54/0xa4 __kmem_cache_alloc_node+0x434/0x594 kmalloc_trace+0x54/0x140 dpa_alloc_reserve+0x100/0x19c qman_reserve_fqid_range+0x2c/

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] drivers: media: vxe-vxd: Initialize the variable __value

2023-09-18 Thread Xulin Sun via lists.yoctoproject.org
To avoid below building issue: drivers/media/platform/img/vxe-vxd/decoder/reg_io2.h:42:22: error: '__value' is used uninitialized [-Werror=uninitialized] |42 | type __value = value; \ | | ^~~ drivers/media/platform/img/vxe-vxd/decoder/reg_io2.h:42