On 3/29/24 12:11 AM, 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>
Thanks for the dedicated patch for the bug fix. LGTM. Acked-by: Yonghong Song <yonghong.song@xxxxxxxxx>