Merge branch 'Allow BPF TCP CCs to write app_limited'
authorMartin KaFai Lau <martin.lau@kernel.org>
Wed, 29 Mar 2023 20:10:56 +0000 (13:10 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Wed, 29 Mar 2023 20:10:56 +0000 (13:10 -0700)
commit8b52cc2a2fef541d605debb7efc7dc1bae7b2876
treee16331d33a1dab203c847b830d862e3a3a09a559
parentd8d8b008629ffd69f1e204010cb3299bb633877e
parent4239561b69feb94e52e43d93685cc46fb9dbcae5
Merge branch 'Allow BPF TCP CCs to write app_limited'

Yixin Shen says:

====================

This series allow BPF TCP CCs to write app_limited of struct
tcp_sock. A built-in CC or one from a kernel module is already
able to write to app_limited of struct tcp_sock. Until now,
a BPF CC doesn't have write access to this member of struct
tcp_sock.

v2:
 - Merge the test of writing app_limited into the test of
   writing sk_pacing. (Martin KaFai Lau)
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>