All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 1428/6331] fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory
@ 2021-06-03  9:15   ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-06-03  9:15 UTC (permalink / raw)
  To: Hyunchul Lee
  Cc: kbuild-all, Linux Memory Management List, Namjae Jeon, Steve French

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   ed5d0667a6540293c9485dd95babb5f1e241226a
commit: fad4161b5cd01a24202234976ebbb133f7adc0b5 [1428/6331] cifsd: decoding gss token using lib/asn1_decoder.c
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=fad4161b5cd01a24202234976ebbb133f7adc0b5
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout fad4161b5cd01a24202234976ebbb133f7adc0b5
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k 

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

All errors (new ones prefixed by >>):

>> fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory
      21 | #include "spnego_negtokeninit.asn1.h"
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +21 fs/cifsd/asn1.c

    17	
    18	#include "asn1.h"
    19	#include "connection.h"
    20	#include "auth.h"
  > 21	#include "spnego_negtokeninit.asn1.h"
    22	#include "spnego_negtokentarg.asn1.h"
    23	

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

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

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

* [linux-next:master 1428/6331] fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory
@ 2021-06-03  9:15   ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-06-03  9:15 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   ed5d0667a6540293c9485dd95babb5f1e241226a
commit: fad4161b5cd01a24202234976ebbb133f7adc0b5 [1428/6331] cifsd: decoding gss token using lib/asn1_decoder.c
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=fad4161b5cd01a24202234976ebbb133f7adc0b5
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout fad4161b5cd01a24202234976ebbb133f7adc0b5
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k 

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

All errors (new ones prefixed by >>):

>> fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory
      21 | #include "spnego_negtokeninit.asn1.h"
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +21 fs/cifsd/asn1.c

    17	
    18	#include "asn1.h"
    19	#include "connection.h"
    20	#include "auth.h"
  > 21	#include "spnego_negtokeninit.asn1.h"
    22	#include "spnego_negtokentarg.asn1.h"
    23	

---
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: 60499 bytes --]

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

* RE: [linux-next:master 1428/6331] fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory
  2021-06-03  9:15   ` kernel test robot
@ 2021-06-03 23:29     ` Namjae Jeon
  -1 siblings, 0 replies; 4+ messages in thread
From: Namjae Jeon @ 2021-06-03 23:29 UTC (permalink / raw)
  To: 'kernel test robot', 'Hyunchul Lee'
  Cc: kbuild-all, 'Linux Memory Management List',
	'Steve French'

Hi,

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   ed5d0667a6540293c9485dd95babb5f1e241226a
> commit: fad4161b5cd01a24202234976ebbb133f7adc0b5 [1428/6331] cifsd: decoding gss token using
> lib/asn1_decoder.c
> config: m68k-allmodconfig (attached as .config)
> compiler: m68k-linux-gcc (GCC) 9.3.0
> reproduce (this is a W=1 build):
>         wget https://protect2.fireeye.com/v1/url?k=57e24f3a-08797620-57e3c475-0cc47a6cba04-
> e1eddf625bb6ef97&q=1&e=d57a7ec3-1031-4dac-b667-
> 8f060adf856a&u=https%3A%2F%2Fraw.githubusercontent.com%2Fintel%2Flkp-
> tests%2Fmaster%2Fsbin%2Fmake.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-
> next.git/commit/?id=fad4161b5cd01a24202234976ebbb133f7adc0b5
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout fad4161b5cd01a24202234976ebbb133f7adc0b5
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
> >> fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No
> >> such file or directory
>       21 | #include "spnego_negtokeninit.asn1.h"
>          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.
Thanks for report:)

We have already fixed this build error before. And there was the patch for this in linux-next.
"cifsd: fix build break from asn1"
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/fs/cifsd?h=next-20210603&id=5ce071659302aa8d0eed18bfa289c
7dfaf459b63

Thanks!
> 
> 
> vim +21 fs/cifsd/asn1.c
> 
>     17
>     18	#include "asn1.h"
>     19	#include "connection.h"
>     20	#include "auth.h"
>   > 21	#include "spnego_negtokeninit.asn1.h"
>     22	#include "spnego_negtokentarg.asn1.h"
>     23
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation https://protect2.fireeye.com/v1/url?k=49363d71-
> 16ad046b-4937b63e-0cc47a6cba04-5a941b2b52fcefa8&q=1&e=d57a7ec3-1031-4dac-b667-
> 8f060adf856a&u=https%3A%2F%2Flists.01.org%2Fhyperkitty%2Flist%2Fkbuild-all%40lists.01.org



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

* Re: [linux-next:master 1428/6331] fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory
@ 2021-06-03 23:29     ` Namjae Jeon
  0 siblings, 0 replies; 4+ messages in thread
From: Namjae Jeon @ 2021-06-03 23:29 UTC (permalink / raw)
  To: kbuild-all

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

Hi,

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   ed5d0667a6540293c9485dd95babb5f1e241226a
> commit: fad4161b5cd01a24202234976ebbb133f7adc0b5 [1428/6331] cifsd: decoding gss token using
> lib/asn1_decoder.c
> config: m68k-allmodconfig (attached as .config)
> compiler: m68k-linux-gcc (GCC) 9.3.0
> reproduce (this is a W=1 build):
>         wget https://protect2.fireeye.com/v1/url?k=57e24f3a-08797620-57e3c475-0cc47a6cba04-
> e1eddf625bb6ef97&q=1&e=d57a7ec3-1031-4dac-b667-
> 8f060adf856a&u=https%3A%2F%2Fraw.githubusercontent.com%2Fintel%2Flkp-
> tests%2Fmaster%2Fsbin%2Fmake.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-
> next.git/commit/?id=fad4161b5cd01a24202234976ebbb133f7adc0b5
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout fad4161b5cd01a24202234976ebbb133f7adc0b5
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
> >> fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No
> >> such file or directory
>       21 | #include "spnego_negtokeninit.asn1.h"
>          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.
Thanks for report:)

We have already fixed this build error before. And there was the patch for this in linux-next.
"cifsd: fix build break from asn1"
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/fs/cifsd?h=next-20210603&id=5ce071659302aa8d0eed18bfa289c
7dfaf459b63

Thanks!
> 
> 
> vim +21 fs/cifsd/asn1.c
> 
>     17
>     18	#include "asn1.h"
>     19	#include "connection.h"
>     20	#include "auth.h"
>   > 21	#include "spnego_negtokeninit.asn1.h"
>     22	#include "spnego_negtokentarg.asn1.h"
>     23
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation https://protect2.fireeye.com/v1/url?k=49363d71-
> 16ad046b-4937b63e-0cc47a6cba04-5a941b2b52fcefa8&q=1&e=d57a7ec3-1031-4dac-b667-
> 8f060adf856a&u=https%3A%2F%2Flists.01.org%2Fhyperkitty%2Flist%2Fkbuild-all%40lists.01.org

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

end of thread, other threads:[~2021-06-03 23:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210603091629epcas1p33e04c74f19fbd8188bc17da7b59bb13f@epcas1p3.samsung.com>
2021-06-03  9:15 ` [linux-next:master 1428/6331] fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory kernel test robot
2021-06-03  9:15   ` kernel test robot
2021-06-03 23:29   ` Namjae Jeon
2021-06-03 23:29     ` Namjae Jeon

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.