[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE

2025-04-12 Thread Chen Linxuan
found here: Link: https://lore.kernel.org/all/20181028130945.23581-3-changbin...@gmail.com/ Chen Linxuan (2): drm/i915/pxp: fix undefined reference to `intel_pxp_gsccs_is_ready_for_sessions' RDMA/hns: initialize db in update_srq_db() Winston Wen (5): nvme: add __always_inlin

[RFC PATCH 4/7] drm/i915/pxp: fix undefined reference to `intel_pxp_gsccs_is_ready_for_sessions'

2025-04-12 Thread Chen Linxuan
error: ld: vmlinux.o: in function `pxp_fw_dependencies_completed': kintel_pxp.c:(.text+0x95728f): undefined reference to `intel_pxp_gsccs_is_ready_for_sessions' Signed-off-by: Chen Linxuan --- drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.h | 8 ++-- 1 file changed, 6 insertions(+

[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE

2025-04-12 Thread Chen Linxuan
found here: Link: https://lore.kernel.org/all/20181028130945.23581-3-changbin...@gmail.com/ Chen Linxuan (2): drm/i915/pxp: fix undefined reference to `intel_pxp_gsccs_is_ready_for_sessions' RDMA/hns: initialize db in update_srq_db() Winston Wen (5): nvme: add __always_inlin

Re: [RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE

2025-04-16 Thread Chen Linxuan
Sorry for the mistake, v2 has been send: https://lore.kernel.org/all/20250416-noautoinline-v2-0-e69a27175...@uniontech.com/

Re: [RFC PATCH 4/7] drm/i915/pxp: fix undefined reference to `intel_pxp_gsccs_is_ready_for_sessions'

2025-04-15 Thread Chen Linxuan
Jani Nikula 于2025年4月15日周二 15:59写道: > > On Fri, 11 Apr 2025, Chen Linxuan wrote: > > On x86_64 with gcc version 13.3.0, I compile kernel with: > > > > make defconfig > > ./scripts/kconfig/merge_config.sh .config <( > > echo CONFIG_COMPILE_TEST=y