On 19/11/2024 1:46 am, Stefano Stabellini wrote: > On Thu, 14 Nov 2024, Volodymyr Babchuk wrote: >> diff --git a/xen/arch/arm/libafl_qemu.c b/xen/arch/arm/libafl_qemu.c >> new file mode 100644 >> index 0000000000..58924ce6c6 >> --- /dev/null >> +++ b/xen/arch/arm/libafl_qemu.c >> @@ -0,0 +1,152 @@ >> +/* SPDX-License-Identifier: Apache-2.0 */
I am afraid that we cannot accept this submission. While the Apache-2.0 license is compatible with GPLv3, it is incompatible with GPLv2, and therefore with Xen. Where precisely did this come from? The LibAFL project says it is explicitly dual-licensed Apache-2.0 and MIT, and MIT is compatible with GPLv2, so this likely can be made to work. Assuming the source really is both Apache-2.0 and MIT, then the SPDX header needs to state both, but this needs to be checked carefully. ~Andrew