Hey I want to use vmtest for ebpf testing and want to test my code on kernel versions below 4.6.0, so tried followed building kernels using scripts/build_kernel.sh as described in documentation. Facing no problem when building kernel >= v5.15 , but facing issues and not been able to build below that. Also in test_assets there are no kernel bzimages for versions <=4.6, any work around is possible?
Hey I want to use vmtest for ebpf testing and want to test my code on kernel versions below 4.6.0, so tried followed building kernels using
scripts/build_kernel.shas described in documentation. Facing no problem when building kernel >= v5.15 , but facing issues and not been able to build below that. Also in test_assets there are no kernel bzimages for versions <=4.6, any work around is possible?