On Fri, Mar 29, 2024 at 07:11:06AM +0000, Anton Protopopov wrote: > The resolve_pseudo_ldimm64() function might have leaked file > descriptors when BPF_MAP_TYPE_ARENA was used in a program (some > error paths missed a corresponding fdput). Add missing fdputs. > > v2: > remove unrelated changes from the fix > > Fixes: 6082b6c328b5 ("bpf: Recognize addr_space_cast instruction in the verifier.") > Signed-off-by: Anton Protopopov <aspsk@xxxxxxxxxxxxx> Acked-by: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>