All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: GUO Zihua <guozihua@huawei.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH 3/3] crypto: Introduce SM9 key exchange algorithm
Date: Sat, 17 Jun 2023 23:32:12 +0800	[thread overview]
Message-ID: <202306172332.1ilDNlcS-lkp@intel.com> (raw)
In-Reply-To: <20230617101443.6083-4-guozihua@huawei.com>

Hi GUO,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:

[auto build test ERROR on herbert-cryptodev-2.6/master]
[also build test ERROR on herbert-crypto-2.6/master linus/master v6.4-rc6 next-20230616]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/GUO-Zihua/MPI-Export-mpi_add_ui-and-mpi_mod-for-SM9/20230617-181723
base:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
patch link:    https://lore.kernel.org/r/20230617101443.6083-4-guozihua%40huawei.com
patch subject: [RFC PATCH 3/3] crypto: Introduce SM9 key exchange algorithm
config: parisc-allyesconfig (https://download.01.org/0day-ci/archive/20230617/202306172332.1ilDNlcS-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 12.3.0
reproduce (this is a W=1 build):
        mkdir -p ~/bin
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git remote add herbert-cryptodev-2.6 https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
        git fetch herbert-cryptodev-2.6 master
        git checkout herbert-cryptodev-2.6/master
        b4 shazam https://lore.kernel.org/r/20230617101443.6083-4-guozihua@huawei.com
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=parisc olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=parisc SHELL=/bin/bash

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306172332.1ilDNlcS-lkp@intel.com/

All errors (new ones prefixed by >>):

>> crypto/sm9_lib.c:12:10: fatal error: crypto/sm9.h: No such file or directory
      12 | #include <crypto/sm9.h>
         |          ^~~~~~~~~~~~~~
   compilation terminated.
--
>> crypto/sm9.c:20:10: fatal error: crypto/sm9.h: No such file or directory
      20 | #include <crypto/sm9.h>
         |          ^~~~~~~~~~~~~~
   compilation terminated.


vim +20 crypto/sm9.c

  > 20	#include <crypto/sm9.h>
    21	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

      reply	other threads:[~2023-06-17 15:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17 10:14 [RFC PATCH 0/3] crypto: Introduce SM9 key exchange GUO Zihua
2023-06-17 10:14 ` [RFC PATCH 1/3] MPI: Export mpi_add_ui and mpi_mod for SM9 GUO Zihua
2023-06-17 10:14 ` [RFC PATCH 2/3] crypto: Introduce SM9 key exchange algorithm library GUO Zihua
2023-06-17 10:14 ` [RFC PATCH 3/3] crypto: Introduce SM9 key exchange algorithm GUO Zihua
2023-06-17 15:32   ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202306172332.1ilDNlcS-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=guozihua@huawei.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.