Re: [PATCH bpf-next v2 03/11] btf: Add BTF_ID_LIST_SINGLE macro

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

 



On Wed, Sep 09, 2020 at 06:11:47PM +0100, Lorenz Bauer wrote:
> Add a convenience macro that allows defining a BTF ID list with
> a single item. This lets us cut down on repetitive macros.
> 
> Signed-off-by: Lorenz Bauer <lmb@xxxxxxxxxxxxxx>
> Suggested-by: Andrii Nakryiko <andriin@xxxxxx>
> ---
>  include/linux/btf_ids.h | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/include/linux/btf_ids.h b/include/linux/btf_ids.h
> index 210b086188a3..d6a959572175 100644
> --- a/include/linux/btf_ids.h
> +++ b/include/linux/btf_ids.h
> @@ -76,6 +76,13 @@ extern u32 name[];
>  #define BTF_ID_LIST_GLOBAL(name)			\
>  __BTF_ID_LIST(name, globl)
>  
> +/* The BTF_ID_LIST_SINGLE macro defines a BTF_ID_LIST with
> + * a single entry.
> + */
> +#define BTF_ID_LIST_SINGLE(name, prefix, typename)	\
> +	BTF_ID_LIST(name) \
> +	BTF_ID(prefix, typename)
> +
The same is needed for the "#else" part when CONFIG_DEBUG_INFO_BTF is
not enabled.



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux