From: Alexei Starovoitov Date: Fri, 10 Oct 2025 17:10:09 +0000 (-0700) Subject: Merge branch 'bpf-avoid-rcu-context-warning-when-unpinning-htab-with-internal-structs' X-Git-Tag: v6.18-rc1~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffce84bccb4d95c7922b44897b6f0ffcda5061b7;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'bpf-avoid-rcu-context-warning-when-unpinning-htab-with-internal-structs' KaFai Wan says: ==================== bpf: Avoid RCU context warning when unpinning htab with internal structs This small patchset is about avoid RCU context warning when unpinning htab with internal structs (timer, workqueue, or task_work). v3: - fix nit (Yonghong Song) - add Acked-by: Yonghong Song v2: - rename bpf_free_inode() to bpf_destroy_inode() (Andrii) https://lore.kernel.org/all/20251007012235.755853-1-kafai.wan@linux.dev/ v1: https://lore.kernel.org/all/20251003084528.502518-1-kafai.wan@linux.dev/ --- ==================== Link: https://patch.msgid.link/20251008102628.808045-1-kafai.wan@linux.dev Signed-off-by: Alexei Starovoitov --- ffce84bccb4d95c7922b44897b6f0ffcda5061b7