mbox series

[bpf-next,v3,0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON

Message ID 1645523826-18149-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON | expand

Message

Tiezhu Yang Feb. 22, 2022, 9:57 a.m. UTC
v3:
  -- Use "return failure" instead of "return in failure".
  -- Use "Enable BPF JIT by default" for config BPF_JIT_DEFAULT_ON.

v2:
  -- Use the full path /proc/sys/net/core/bpf_jit_enable in the help text.
  -- Update the commit message to make it clear in patch #2.

Tiezhu Yang (2):
  bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
  bpf: Make BPF_JIT_DEFAULT_ON selectable in Kconfig

 kernel/bpf/Kconfig | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 28, 2022, 11:40 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Tue, 22 Feb 2022 17:57:04 +0800 you wrote:
> v3:
>   -- Use "return failure" instead of "return in failure".
>   -- Use "Enable BPF JIT by default" for config BPF_JIT_DEFAULT_ON.
> 
> v2:
>   -- Use the full path /proc/sys/net/core/bpf_jit_enable in the help text.
>   -- Update the commit message to make it clear in patch #2.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v3,1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
    https://git.kernel.org/bpf/bpf-next/c/b664e255ba3c
  - [bpf-next,v3,2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable in Kconfig
    (no matching commit)

You are awesome, thank you!