sync: add sync process documentation at SYNC.md

Explain sync setup expectations, necessary steps, common gotchas and
necessary manual adjustments.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2023-02-27 17:34:22 -08:00
committed by Andrii Nakryiko
parent 19cd9a1d4b
commit 37922c6fb2
2 changed files with 268 additions and 1 deletions

View File

@@ -173,7 +173,7 @@ bpf-next to Github sync
=======================
All the gory details of syncing can be found in `scripts/sync-kernel.sh`
script.
script. See [SYNC.md](SYNC.md) for instruction.
Some header files in this repo (`include/linux/*.h`) are reduced versions of
their counterpart files at