Re: [PATCH net] net: bpfilter: change section name of bpfilter UMH blob.

2019-01-16 Thread David Miller
From: Taehee Yoo Date: Wed, 16 Jan 2019 01:35:22 +0900 > The section of bpfilter UMH blob is the ".bpfilter_umh". but this is not > an explicit section. so linking warning occurred at compile time for the > powerpc. > So, this patch makes use of the ".rodata" instead of the ".bpfilter_umh". > >

[PATCH net] net: bpfilter: change section name of bpfilter UMH blob.

2019-01-15 Thread Taehee Yoo
The section of bpfilter UMH blob is the ".bpfilter_umh". but this is not an explicit section. so linking warning occurred at compile time for the powerpc. So, this patch makes use of the ".rodata" instead of the ".bpfilter_umh". Config condition: CONFIG_BPFILTER=y CONFIG_BPFILTER_UMH=y Result: