Re: [PATCH bpf v3 1/2] bpf: enforce that struct_ops programs be GPL-only

2021-03-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (refs/heads/master): On Fri, 26 Mar 2021 11:03:13 +0100 you wrote: > With the introduction of the struct_ops program type, it became possible to > implement kernel functionality in BPF, making it viable to use BPF in place > of a regular kernel module

[PATCH bpf v3 1/2] bpf: enforce that struct_ops programs be GPL-only

2021-03-26 Thread Toke Høiland-Jørgensen
With the introduction of the struct_ops program type, it became possible to implement kernel functionality in BPF, making it viable to use BPF in place of a regular kernel module for these particular operations. Thus far, the only user of this mechanism is for implementing TCP congestion control a