Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-08-11 Thread Sumit Gupta
ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] undefined! ARM64 tegra194-cpufreq driver use cpu_logical_map, export __cpu_logical_map to fix build issue. I wonder why like other instances in the drivers, the mpidr is not get directly from the cpu. The

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-08-10 Thread Sudeep Holla
On Mon, Aug 10, 2020 at 11:19:55AM +0100, Catalin Marinas wrote: > On Mon, Aug 10, 2020 at 08:49:56AM +0100, Sudeep Holla wrote: > > On Sat, Aug 01, 2020 at 05:46:43PM +0530, Sumit Gupta wrote: > > > > > > > > ERROR: modpost: "__cpu_logical_map" > > > > > > > >

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-08-10 Thread Catalin Marinas
On Mon, Aug 10, 2020 at 08:49:56AM +0100, Sudeep Holla wrote: > On Sat, Aug 01, 2020 at 05:46:43PM +0530, Sumit Gupta wrote: > > > > > > > ERROR: modpost: "__cpu_logical_map" > > > > > > > [drivers/cpufreq/tegra194-cpufreq.ko] undefined! > > > > > > > > > > > > > > ARM64 tegra194-cpufreq driver

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-08-10 Thread Sudeep Holla
On Sat, Aug 01, 2020 at 05:46:43PM +0530, Sumit Gupta wrote: > > > > > > > ERROR: modpost: "__cpu_logical_map" > > > > > > [drivers/cpufreq/tegra194-cpufreq.ko] undefined! > > > > > > > > > > > > ARM64 tegra194-cpufreq driver use cpu_logical_map, export > > > > > > __cpu_logical_map to fix build

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-08-01 Thread Sumit Gupta
ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] undefined! ARM64 tegra194-cpufreq driver use cpu_logical_map, export __cpu_logical_map to fix build issue. I wonder why like other instances in the drivers, the mpidr is not get directly from the cpu. The

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-27 Thread Sudeep Holla
On Sun, Jul 26, 2020 at 05:16:27PM +0530, Sumit Gupta wrote: > > > > ERROR: modpost: "__cpu_logical_map" > > > > [drivers/cpufreq/tegra194-cpufreq.ko] undefined! > > > > > > > > ARM64 tegra194-cpufreq driver use cpu_logical_map, export > > > > __cpu_logical_map to fix build issue. > > > > > > > >

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-26 Thread Sumit Gupta
ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] undefined! ARM64 tegra194-cpufreq driver use cpu_logical_map, export __cpu_logical_map to fix build issue. I wonder why like other instances in the drivers, the mpidr is not get directly from the cpu. The

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Kefeng Wang
On 2020/7/24 21:10, Sudeep Holla wrote: On Fri, Jul 24, 2020 at 11:08:03AM +0800, Kefeng Wang wrote: +maillist On 2020/7/24 11:04, Kefeng Wang wrote: ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] undefined! ARM64 tegra194-cpufreq driver use cpu_logical_map,

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Sudeep Holla
On Fri, Jul 24, 2020 at 11:08:03AM +0800, Kefeng Wang wrote: > +maillist > > On 2020/7/24 11:04, Kefeng Wang wrote: > > ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] > > undefined! > > > > ARM64 tegra194-cpufreq driver use cpu_logical_map, export > >

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Anshuman Khandual
On 07/24/2020 03:00 PM, Catalin Marinas wrote: > On Fri, Jul 24, 2020 at 01:46:18PM +0530, Anshuman Khandual wrote: >> On 07/24/2020 08:38 AM, Kefeng Wang wrote: >>> On 2020/7/24 11:04, Kefeng Wang wrote: ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko]

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Anshuman Khandual
On 07/24/2020 03:05 PM, Catalin Marinas wrote: > On Fri, Jul 24, 2020 at 10:13:52AM +0100, Mark Rutland wrote: >> On Fri, Jul 24, 2020 at 01:46:18PM +0530, Anshuman Khandual wrote: >>> On 07/24/2020 08:38 AM, Kefeng Wang wrote: > Reported-by: Hulk Robot > Signed-off-by: Kefeng Wang

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Christoph Hellwig
On Fri, Jul 24, 2020 at 11:08:03AM +0800, Kefeng Wang wrote: > +maillist > > On 2020/7/24 11:04, Kefeng Wang wrote: > > ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] > > undefined! > > > > ARM64 tegra194-cpufreq driver use cpu_logical_map, export > >

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Catalin Marinas
On Fri, Jul 24, 2020 at 10:13:52AM +0100, Mark Rutland wrote: > On Fri, Jul 24, 2020 at 01:46:18PM +0530, Anshuman Khandual wrote: > > On 07/24/2020 08:38 AM, Kefeng Wang wrote: > > >> Reported-by: Hulk Robot > > >> Signed-off-by: Kefeng Wang > > >> --- > > >>   arch/arm64/kernel/setup.c | 1 + >

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Catalin Marinas
On Fri, Jul 24, 2020 at 01:46:18PM +0530, Anshuman Khandual wrote: > On 07/24/2020 08:38 AM, Kefeng Wang wrote: > > On 2020/7/24 11:04, Kefeng Wang wrote: > >> ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] > >> undefined! > >> > >> ARM64 tegra194-cpufreq driver use

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Kefeng Wang
On 2020/7/24 16:16, Anshuman Khandual wrote: On 07/24/2020 08:38 AM, Kefeng Wang wrote: +maillist This does not seem to be a correct method of posting any patch. sorry, forget to cc mailist when git send-email On 2020/7/24 11:04, Kefeng Wang wrote: ERROR: modpost: "__cpu_logical_map"

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Mark Rutland
On Fri, Jul 24, 2020 at 01:46:18PM +0530, Anshuman Khandual wrote: > > On 07/24/2020 08:38 AM, Kefeng Wang wrote: > > +maillist > > This does not seem to be a correct method of posting any patch. > > > > > On 2020/7/24 11:04, Kefeng Wang wrote: > >> ERROR: modpost: "__cpu_logical_map"

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-24 Thread Anshuman Khandual
On 07/24/2020 08:38 AM, Kefeng Wang wrote: > +maillist This does not seem to be a correct method of posting any patch. > > On 2020/7/24 11:04, Kefeng Wang wrote: >> ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] >> undefined! >> >> ARM64 tegra194-cpufreq driver

Re: [PATCH -next] arm64: Export __cpu_logical_map

2020-07-23 Thread Kefeng Wang
+maillist On 2020/7/24 11:04, Kefeng Wang wrote: ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] undefined! ARM64 tegra194-cpufreq driver use cpu_logical_map, export __cpu_logical_map to fix build issue. Reported-by: Hulk Robot Signed-off-by: Kefeng Wang ---