Re: [PATCH bpf v2 4/5] bpf: Add kernel function call support in 32-bit ARM for EABI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

On 2022/11/7 20:33, Russell King (Oracle) wrote:
On Mon, Nov 07, 2022 at 05:20:31PM +0800, Yang Jihong wrote:
+bool bpf_jit_supports_kfunc_call(void)
+{
+	return true;

It would be far cleaner to make this:

	return IS_ENABLED(CONFIG_AEABI);

So userspace knows that it isn't supported on OABI.

Thanks for the suggestion, will change.

Thanks,
Yang
.



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux