On Mon, Apr 24 2023, Thomas Huth <thuth@xxxxxxxxxx> wrote: > On 24/04/2023 11.07, Yong-Xuan Wang wrote: >> Sync-up Linux header to get latest KVM RISC-V headers having AIA support. >> >> Signed-off-by: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx> >> Reviewed-by: Jim Shu <jim.shu@xxxxxxxxxx> >> --- >> linux-headers/linux/kvm.h | 2 ++ >> target/riscv/kvm_riscv.h | 33 +++++++++++++++++++++++++++++++++ > > Hi! > > Please don't mix updates to linux-headers/ with updates to other files. > linux-headers/ should only by updated via the > scripts/update-linux-headers.sh script, and then the whole update should be > included in the patch, not only selected files. ...and in the cases where you cannot run a normal headers update because the code has not been accepted into Linux yet, just create a placeholder patch containing only the linux-headers changes, which can be replaced with a proper update later. [I didn't check whether the code is already included in Linux.]