Merge branch 'BPF selftest helper script'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 5 Feb 2021 00:03:17 +0000 (16:03 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 5 Feb 2021 00:03:17 +0000 (16:03 -0800)
commitec45c5faa2f4b3d53d6c04a334eb51d37d90cb56
treef507de53949e44d0da07a3914b04738cc904058a
parent4c5de127598e1b725aa3a5e38ac711472566ca60
parent881949f770bf4289262ef491532bb644f846050c
Merge branch 'BPF selftest helper script'

KP Singh says:

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

# v4 -> v5

- Use %Y (modification time) instead of %W (creation time) of the local
  copy of the kernel config to check for newer upstream config.
- Rename the script to vmtest.sh

# v3 -> v4

- Fix logic for updating kernel config to not download the file
  if there are no upstream modifications and avoid extraneous
  kernel compilation as suggested by Andrii.
- This also removes the need for the -k flag.

# v2 -> v3

- Fixes to silence verbose commands
- Fixed output buffering without being teed out
- Fixed the clobbered error code of the script
- Other fixes suggested by Andrii

# v1 -> v2

- The script now compiles the kernel by default, and the -k option
  implies "keep the kernel"
- Pointer to the script in the docs.
- Some minor simplifications.

Allow developers and contributors to understand if their changes would
end up breaking the BPF CI and avoid the back and forth required for
fixing the test cases in the CI environment. The se
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>