bpf: Fix bpf_prog_pack when PMU_SIZE is not defined
Bugzilla: https://bugzilla.redhat.com/2120966 commit e5810941 Author: Song Liu <song@kernel.org> Date: Mon Mar 21 11:00:09 2022 -0700 bpf: Fix bpf_prog_pack when PMU_SIZE is not defined PMD_SIZE is not available in some special config, e.g. ARCH=arm with CONFIG_MMU=n. Use bpf_prog_pack of PAGE_SIZE in these cases. Fixes: ef078600 ("bpf: Select proper size for bpf_prog_pack") Reported-by:kernel test robot <lkp@intel.com> Signed-off-by:
Song Liu <song@kernel.org> Signed-off-by:
Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20220321180009.1944482-3-song@kernel.org Signed-off-by:
Jerome Marchand <jmarchan@redhat.com>
Loading
Please register or sign in to comment