Hello:

This patch was applied to bpf/bpf-next.git (master)
by Kumar Kartikeya Dwivedi <[email protected]>:

On Thu, 20 Aug 2026 22:43:29 +0100 you wrote:
> While porting, extend coverage of the BPF_LIRC_MODE2 attach/detach/
> query API:
> 
>  - bpf_prog_attach() with invalid flags is rejected with -EINVAL
>    and does not attach the program
>  - bpf_prog_query() with invalid flags is rejected with -EINVAL
>    without disturbing existing attachments
>  - bpf_prog_query() reports the correct program id, not just count,
>    at each step, via bpf_prog_get_info_by_fd()
>  - a lirc chardev can hold more than one attached program: load a
>    second, independent instance, attach it alongside the first,
>    confirm both are reported by bpf_prog_query(), then detach it
>    without disturbing the first program's attachment
>  - detaching an already-detached program consistently fails with
>    -ENOENT, for both the first and second program
> 
> [...]

Here is the summary with links:
  - [v3] selftests/bpf: convert lirc_mode2 to prog_tests and extend coverage
    https://git.kernel.org/bpf/bpf-next/c/d761934c9483

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Reply via email to