mbox series

[bpf,0/2] selftests/bpf: add missing CONFIG values to test config

Message ID 1590147389-26482-1-git-send-email-alan.maguire@oracle.com
Headers show
Series selftests/bpf: add missing CONFIG values to test config | expand

Message

Alan Maguire May 22, 2020, 11:36 a.m. UTC
Selftests "config" file is intended to represent the config required
to run the tests; a few values are missing for the BPF selftests
and these can result in test failures due to missing helpers etc.
Add the missing values as they will help document the config needed
for a clean BPF selftests run.

Alan Maguire (2):
  selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
  selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh

 tools/testing/selftests/bpf/config | 2 ++
 1 file changed, 2 insertions(+)

Comments

Daniel Borkmann May 22, 2020, 11:37 p.m. UTC | #1
On 5/22/20 1:36 PM, Alan Maguire wrote:
> Selftests "config" file is intended to represent the config required
> to run the tests; a few values are missing for the BPF selftests
> and these can result in test failures due to missing helpers etc.
> Add the missing values as they will help document the config needed
> for a clean BPF selftests run.
> 
> Alan Maguire (2):
>    selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
>    selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh
> 
>   tools/testing/selftests/bpf/config | 2 ++
>   1 file changed, 2 insertions(+)
> 

Applied to bpf-next, thanks!