On Thu, Jan 26, 2023, Michal Luczaj wrote: > Two small fixes for __load_segment_descriptor(), along with a KUT > x86/emulator test. > > And a question to maintainers: is it ok to send patches for two repos in > one series? No, in the future please send two separate series (no need to do so for this case). Us humans can easily figure out what's going on, but b4[*] gets confused, e.g. `b4 am` will fail. What I usually do to connect the KVM-unit-test change to the kernel/KVM change is to post the kernel patches first, and then update the KVM-unit-test patch(es) to provide the lore link to the kernel patches. Thanks for asking, and a _huge_ thanks for writing tests! [*] git://git.kernel.org/pub/scm/utils/b4/b4.git