Hello: This patch was applied to netdev/net.git (main) by Jens Axboe <axboe@xxxxxxxxx>: On Thu, 06 Mar 2025 08:27:51 -0800 you wrote: > Commit 5f89154e8e9e3445f9b59 ("block: Use enum to define RQF_x bit > indexes") converted the RQF flags to an anonymous enum, which was > a beneficial change. This patch goes one step further by naming the enum > as "rqf_flags". > > This naming enables exporting these flags to BPF clients, eliminating > the need to duplicate these flags in BPF code. Instead, BPF clients can > now access the same kernel-side values through CO:RE (Compile Once, Run > Everywhere), as shown in this example: > > [...] Here is the summary with links: - block: Name the RQF flags enum https://git.kernel.org/netdev/net/c/e7112524e5e8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html