Re: [PATCH] ARC: hide unused function unw_hdr_alloc

2019-07-03 Thread Arnd Bergmann
On Wed, Jul 3, 2019 at 6:13 PM Vineet Gupta wrote: > On 7/3/19 6:39 AM, Arnd Bergmann wrote: > > Fixes: bc79c9a72165 ("ARC: dw2 unwind: Reinstante unwinding out of modules") > > Link: https://kernelci.org/build/id/5d1cae3f59b514300340c132/logs/ > > Cc: sta...@vger.kernel.org > > Signed-off-by: Arn

Re: [PATCH] ARC: hide unused function unw_hdr_alloc

2019-07-03 Thread Arnd Bergmann
n Wed, Jul 3, 2019 at 6:13 PM Vineet Gupta wrote: > > On 7/3/19 6:39 AM, Arnd Bergmann wrote: > > As kernelci.org reports, > > Curious, how are you getting these reports ? I want to see as well. I'm subscribed to the mailing list at https://lists.linaro.org/mailman/listinfo/kernel-build-reports

Re: [PATCH] ARC: hide unused function unw_hdr_alloc

2019-07-03 Thread Vineet Gupta
On 7/3/19 6:39 AM, Arnd Bergmann wrote: > As kernelci.org reports, Curious, how are you getting these reports ? I want to see as well. > this function is not used in > vdk_hs38_defconfig: > > arch/arc/kernel/unwind.c:188:14: warning: 'unw_hdr_alloc' defined but not > used [-Wunused-function] >

[PATCH] ARC: hide unused function unw_hdr_alloc

2019-07-03 Thread Arnd Bergmann
As kernelci.org reports, this function is not used in vdk_hs38_defconfig: arch/arc/kernel/unwind.c:188:14: warning: 'unw_hdr_alloc' defined but not used [-Wunused-function] Fixes: bc79c9a72165 ("ARC: dw2 unwind: Reinstante unwinding out of modules") Link: https://kernelci.org/build/id/5d1cae3f59