All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android-5.4 16/36] include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
@ 2020-04-28 10:03 kbuild test robot
  2020-04-28 16:30 ` Nick Desaulniers
  0 siblings, 1 reply; 5+ messages in thread
From: kbuild test robot @ 2020-04-28 10:03 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1832 bytes --]

tree:   https://android.googlesource.com/kernel/common android-5.4
head:   7f84f8f1841844015ce11c0606d4e57b75533604
commit: 2b3f7bf08d3db5471d541868f201e2209cb26079 [16/36] BACKPORT: linux/clocksource.h: Extract common header for vDSO
config: mips-randconfig-a001-20200428 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project f30416fdde922eaa655934e050026930fefbd260)
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install mips cross compiling tool for clang build
        # apt-get install binutils-mips-linux-gnu
        git checkout 2b3f7bf08d3db5471d541868f201e2209cb26079
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from fs/proc/stat.c:15:
   In file included from include/linux/tick.h:8:
   In file included from include/linux/clockchips.h:14:
   In file included from include/linux/clocksource.h:30:
>> include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
   #include <asm/vdso/clocksource.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.

vim +9 include/vdso/clocksource.h

     6	
     7	#if defined(CONFIG_ARCH_CLOCKSOURCE_DATA) || \
     8		defined(CONFIG_GENERIC_GETTIMEOFDAY)
   > 9	#include <asm/vdso/clocksource.h>
    10	#endif /* CONFIG_ARCH_CLOCKSOURCE_DATA || CONFIG_GENERIC_GETTIMEOFDAY */
    11	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 24672 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [android-common:android-5.4 16/36] include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
  2020-04-28 10:03 [android-common:android-5.4 16/36] include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found kbuild test robot
@ 2020-04-28 16:30 ` Nick Desaulniers
  2020-04-28 16:34   ` Todd Kjos
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Desaulniers @ 2020-04-28 16:30 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2589 bytes --]

What's cros-kernel-buildreports?  Is Android's kernel team on that
mailing list? (This looks like a MIPS build of an Android tree,
emailed to a list that mentions CrOS).

On Tue, Apr 28, 2020 at 3:04 AM kbuild test robot <lkp@intel.com> wrote:
>
> tree:   https://android.googlesource.com/kernel/common android-5.4
> head:   7f84f8f1841844015ce11c0606d4e57b75533604
> commit: 2b3f7bf08d3db5471d541868f201e2209cb26079 [16/36] BACKPORT: linux/clocksource.h: Extract common header for vDSO
> config: mips-randconfig-a001-20200428 (attached as .config)
> compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project f30416fdde922eaa655934e050026930fefbd260)
> reproduce:
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # install mips cross compiling tool for clang build
>         # apt-get install binutils-mips-linux-gnu
>         git checkout 2b3f7bf08d3db5471d541868f201e2209cb26079
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kbuild test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
>    In file included from fs/proc/stat.c:15:
>    In file included from include/linux/tick.h:8:
>    In file included from include/linux/clockchips.h:14:
>    In file included from include/linux/clocksource.h:30:
> >> include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
>    #include <asm/vdso/clocksource.h>
>             ^~~~~~~~~~~~~~~~~~~~~~~~
>    1 error generated.
>
> vim +9 include/vdso/clocksource.h
>
>      6
>      7  #if defined(CONFIG_ARCH_CLOCKSOURCE_DATA) || \
>      8          defined(CONFIG_GENERIC_GETTIMEOFDAY)
>    > 9  #include <asm/vdso/clocksource.h>
>     10  #endif /* CONFIG_ARCH_CLOCKSOURCE_DATA || CONFIG_GENERIC_GETTIMEOFDAY */
>     11
>
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
>
> --
> You received this message because you are subscribed to the Google Groups "Clang Built Linux" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202004281818.1ptgznrP%25lkp%40intel.com.



-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [android-common:android-5.4 16/36] include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
  2020-04-28 16:30 ` Nick Desaulniers
@ 2020-04-28 16:34   ` Todd Kjos
  2020-04-28 16:46     ` Nick Desaulniers
  0 siblings, 1 reply; 5+ messages in thread
From: Todd Kjos @ 2020-04-28 16:34 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 3446 bytes --]

Nick- I'm on that list and watch for 0-day reports for relevant to
arm, arm64, x86, x86_64 builds of android kernels. I ignore all other
kernels and architectures.

On Tue, Apr 28, 2020 at 9:31 AM 'Nick Desaulniers' via
cros-kernel-buildreports <cros-kernel-buildreports@googlegroups.com>
wrote:
>
> What's cros-kernel-buildreports?  Is Android's kernel team on that
> mailing list? (This looks like a MIPS build of an Android tree,
> emailed to a list that mentions CrOS).
>
> On Tue, Apr 28, 2020 at 3:04 AM kbuild test robot <lkp@intel.com> wrote:
> >
> > tree:   https://android.googlesource.com/kernel/common android-5.4
> > head:   7f84f8f1841844015ce11c0606d4e57b75533604
> > commit: 2b3f7bf08d3db5471d541868f201e2209cb26079 [16/36] BACKPORT: linux/clocksource.h: Extract common header for vDSO
> > config: mips-randconfig-a001-20200428 (attached as .config)
> > compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project f30416fdde922eaa655934e050026930fefbd260)
> > reproduce:
> >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         # install mips cross compiling tool for clang build
> >         # apt-get install binutils-mips-linux-gnu
> >         git checkout 2b3f7bf08d3db5471d541868f201e2209cb26079
> >         # save the attached .config to linux build tree
> >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips
> >
> > If you fix the issue, kindly add following tag as appropriate
> > Reported-by: kbuild test robot <lkp@intel.com>
> >
> > All errors (new ones prefixed by >>):
> >
> >    In file included from fs/proc/stat.c:15:
> >    In file included from include/linux/tick.h:8:
> >    In file included from include/linux/clockchips.h:14:
> >    In file included from include/linux/clocksource.h:30:
> > >> include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
> >    #include <asm/vdso/clocksource.h>
> >             ^~~~~~~~~~~~~~~~~~~~~~~~
> >    1 error generated.
> >
> > vim +9 include/vdso/clocksource.h
> >
> >      6
> >      7  #if defined(CONFIG_ARCH_CLOCKSOURCE_DATA) || \
> >      8          defined(CONFIG_GENERIC_GETTIMEOFDAY)
> >    > 9  #include <asm/vdso/clocksource.h>
> >     10  #endif /* CONFIG_ARCH_CLOCKSOURCE_DATA || CONFIG_GENERIC_GETTIMEOFDAY */
> >     11
> >
> > ---
> > 0-DAY CI Kernel Test Service, Intel Corporation
> > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> >
> > --
> > You received this message because you are subscribed to the Google Groups "Clang Built Linux" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202004281818.1ptgznrP%25lkp%40intel.com.
>
>
>
> --
> Thanks,
> ~Nick Desaulniers
>
> --
> You received this message because you are subscribed to the Google Groups "cros-kernel-buildreports" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to cros-kernel-buildreports+unsubscribe(a)googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/cros-kernel-buildreports/CAKwvOd%3D-XNzdoe_GhC6guj63Y_nfKG1FFUZ%3DizNGCk%3DqX6iTVQ%40mail.gmail.com.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [android-common:android-5.4 16/36] include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
  2020-04-28 16:34   ` Todd Kjos
@ 2020-04-28 16:46     ` Nick Desaulniers
  2020-04-29  9:26       ` Vincenzo Frascino
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Desaulniers @ 2020-04-28 16:46 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 4190 bytes --]

so MIPS randconfig is not interesting? ;) haha
Anyways the patch in question is the compat vdso stuff.  Mark might
want to keep a look out for this report on other
architectures/configs. Randconfig may have found a config that's
actually broken.

Though it may be the case that patch 16/32 does have a bug that's
fixed later in the series, and bisection converged/stopped early on
that patch.  If that's the case, something else may actually be broken
for that config in that tree.

On Tue, Apr 28, 2020 at 9:34 AM Todd Kjos <tkjos@google.com> wrote:
>
> Nick- I'm on that list and watch for 0-day reports for relevant to
> arm, arm64, x86, x86_64 builds of android kernels. I ignore all other
> kernels and architectures.
>
> On Tue, Apr 28, 2020 at 9:31 AM 'Nick Desaulniers' via
> cros-kernel-buildreports <cros-kernel-buildreports@googlegroups.com>
> wrote:
> >
> > What's cros-kernel-buildreports?  Is Android's kernel team on that
> > mailing list? (This looks like a MIPS build of an Android tree,
> > emailed to a list that mentions CrOS).
> >
> > On Tue, Apr 28, 2020 at 3:04 AM kbuild test robot <lkp@intel.com> wrote:
> > >
> > > tree:   https://android.googlesource.com/kernel/common android-5.4
> > > head:   7f84f8f1841844015ce11c0606d4e57b75533604
> > > commit: 2b3f7bf08d3db5471d541868f201e2209cb26079 [16/36] BACKPORT: linux/clocksource.h: Extract common header for vDSO
> > > config: mips-randconfig-a001-20200428 (attached as .config)
> > > compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project f30416fdde922eaa655934e050026930fefbd260)
> > > reproduce:
> > >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> > >         chmod +x ~/bin/make.cross
> > >         # install mips cross compiling tool for clang build
> > >         # apt-get install binutils-mips-linux-gnu
> > >         git checkout 2b3f7bf08d3db5471d541868f201e2209cb26079
> > >         # save the attached .config to linux build tree
> > >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips
> > >
> > > If you fix the issue, kindly add following tag as appropriate
> > > Reported-by: kbuild test robot <lkp@intel.com>
> > >
> > > All errors (new ones prefixed by >>):
> > >
> > >    In file included from fs/proc/stat.c:15:
> > >    In file included from include/linux/tick.h:8:
> > >    In file included from include/linux/clockchips.h:14:
> > >    In file included from include/linux/clocksource.h:30:
> > > >> include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
> > >    #include <asm/vdso/clocksource.h>
> > >             ^~~~~~~~~~~~~~~~~~~~~~~~
> > >    1 error generated.
> > >
> > > vim +9 include/vdso/clocksource.h
> > >
> > >      6
> > >      7  #if defined(CONFIG_ARCH_CLOCKSOURCE_DATA) || \
> > >      8          defined(CONFIG_GENERIC_GETTIMEOFDAY)
> > >    > 9  #include <asm/vdso/clocksource.h>
> > >     10  #endif /* CONFIG_ARCH_CLOCKSOURCE_DATA || CONFIG_GENERIC_GETTIMEOFDAY */
> > >     11
> > >
> > > ---
> > > 0-DAY CI Kernel Test Service, Intel Corporation
> > > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> > >
> > > --
> > > You received this message because you are subscribed to the Google Groups "Clang Built Linux" group.
> > > To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com.
> > > To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202004281818.1ptgznrP%25lkp%40intel.com.
> >
> >
> >
> > --
> > Thanks,
> > ~Nick Desaulniers
> >
> > --
> > You received this message because you are subscribed to the Google Groups "cros-kernel-buildreports" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to cros-kernel-buildreports+unsubscribe(a)googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/cros-kernel-buildreports/CAKwvOd%3D-XNzdoe_GhC6guj63Y_nfKG1FFUZ%3DizNGCk%3DqX6iTVQ%40mail.gmail.com.



-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [android-common:android-5.4 16/36] include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
  2020-04-28 16:46     ` Nick Desaulniers
@ 2020-04-29  9:26       ` Vincenzo Frascino
  0 siblings, 0 replies; 5+ messages in thread
From: Vincenzo Frascino @ 2020-04-29  9:26 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

Hi Nick,

On 4/28/20 5:46 PM, Nick Desaulniers wrote:
> so MIPS randconfig is not interesting? ;) haha
> Anyways the patch in question is the compat vdso stuff.  Mark might
> want to keep a look out for this report on other
> architectures/configs. Randconfig may have found a config that's
> actually broken.
> 
> Though it may be the case that patch 16/32 does have a bug that's
> fixed later in the series, and bisection converged/stopped early on
> that patch.  If that's the case, something else may actually be broken
> for that config in that tree.
> 

The issue you are reporting was fixed by [1] and the patch is part of 5.7-rc<x>.
Could you please verify that it is present in that tree?
If so, your suspect is correct, the issue was fixed by a later patch hence the
problem is somewhere else.

[1] https://www.spinics.net/lists/linux-tip-commits/msg52752.html

-- 
Regards,
Vincenzo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-29  9:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 10:03 [android-common:android-5.4 16/36] include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found kbuild test robot
2020-04-28 16:30 ` Nick Desaulniers
2020-04-28 16:34   ` Todd Kjos
2020-04-28 16:46     ` Nick Desaulniers
2020-04-29  9:26       ` Vincenzo Frascino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.