From: kernel test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, llvm@lists.linux.dev
Subject: Re: [PATCH v5 8/8] device-dax: compound devmap support
Date: Tue, 16 Nov 2021 02:43:43 +0800 [thread overview]
Message-ID: <202111160244.GsGV6RKY-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2461 bytes --]
In-Reply-To: <20211112150824.11028-9-joao.m.martins@oracle.com>
References: <20211112150824.11028-9-joao.m.martins@oracle.com>
TO: Joao Martins <joao.m.martins@oracle.com>
TO: linux-mm@kvack.org
CC: Dan Williams <dan.j.williams@intel.com>
CC: Vishal Verma <vishal.l.verma@intel.com>
CC: Dave Jiang <dave.jiang@intel.com>
CC: Naoya Horiguchi <naoya.horiguchi@nec.com>
CC: Matthew Wilcox <willy@infradead.org>
CC: Jason Gunthorpe <jgg@ziepe.ca>
CC: John Hubbard <jhubbard@nvidia.com>
CC: Jane Chu <jane.chu@oracle.com>
CC: Muchun Song <songmuchun@bytedance.com>
Hi Joao,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on hnaz-mm/master]
url: https://github.com/0day-ci/linux/commits/Joao-Martins/mm-dax-Introduce-compound-pages-in-devmap/20211112-231110
base: https://github.com/hnaz/linux-mm master
config: x86_64-randconfig-a013-20211115 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project fbe72e41b99dc7994daac300d208a955be3e4a0a)
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://github.com/0day-ci/linux/commit/c9e6e4bec537287b0e2cf8544276f77d02f1d00c
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Joao-Martins/mm-dax-Introduce-compound-pages-in-devmap/20211112-231110
git checkout c9e6e4bec537287b0e2cf8544276f77d02f1d00c
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
drivers/dax/device.c:419:5: warning: no previous prototype for function 'dev_dax_probe' [-Wmissing-prototypes]
int dev_dax_probe(struct dev_dax *dev_dax)
^
drivers/dax/device.c:419:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int dev_dax_probe(struct dev_dax *dev_dax)
^
static
1 warning generated.
>> drivers/dax/device.o: warning: objtool: dev_dax_probe()+0x43c: unreachable instruction
---
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: 43158 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v5 8/8] device-dax: compound devmap support
Date: Tue, 16 Nov 2021 02:43:43 +0800 [thread overview]
Message-ID: <202111160244.GsGV6RKY-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2518 bytes --]
In-Reply-To: <20211112150824.11028-9-joao.m.martins@oracle.com>
References: <20211112150824.11028-9-joao.m.martins@oracle.com>
TO: Joao Martins <joao.m.martins@oracle.com>
TO: linux-mm(a)kvack.org
CC: Dan Williams <dan.j.williams@intel.com>
CC: Vishal Verma <vishal.l.verma@intel.com>
CC: Dave Jiang <dave.jiang@intel.com>
CC: Naoya Horiguchi <naoya.horiguchi@nec.com>
CC: Matthew Wilcox <willy@infradead.org>
CC: Jason Gunthorpe <jgg@ziepe.ca>
CC: John Hubbard <jhubbard@nvidia.com>
CC: Jane Chu <jane.chu@oracle.com>
CC: Muchun Song <songmuchun@bytedance.com>
Hi Joao,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on hnaz-mm/master]
url: https://github.com/0day-ci/linux/commits/Joao-Martins/mm-dax-Introduce-compound-pages-in-devmap/20211112-231110
base: https://github.com/hnaz/linux-mm master
config: x86_64-randconfig-a013-20211115 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project fbe72e41b99dc7994daac300d208a955be3e4a0a)
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://github.com/0day-ci/linux/commit/c9e6e4bec537287b0e2cf8544276f77d02f1d00c
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Joao-Martins/mm-dax-Introduce-compound-pages-in-devmap/20211112-231110
git checkout c9e6e4bec537287b0e2cf8544276f77d02f1d00c
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
drivers/dax/device.c:419:5: warning: no previous prototype for function 'dev_dax_probe' [-Wmissing-prototypes]
int dev_dax_probe(struct dev_dax *dev_dax)
^
drivers/dax/device.c:419:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int dev_dax_probe(struct dev_dax *dev_dax)
^
static
1 warning generated.
>> drivers/dax/device.o: warning: objtool: dev_dax_probe()+0x43c: unreachable instruction
---
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: 43158 bytes --]
next reply other threads:[~2021-11-15 18:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-15 18:43 kernel test robot [this message]
2021-11-15 18:43 ` [PATCH v5 8/8] device-dax: compound devmap support kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2021-11-12 15:08 [PATCH v5 0/8] mm, dax: Introduce compound pages in devmap Joao Martins
2021-11-12 15:08 ` [PATCH v5 8/8] device-dax: compound devmap support Joao Martins
2021-11-12 15:34 ` Jason Gunthorpe
2021-11-15 12:11 ` Joao Martins
2021-11-15 16:49 ` Jason Gunthorpe
2021-11-16 16:38 ` Joao Martins
2021-11-19 16:12 ` Joao Martins
2021-11-19 16:55 ` Jason Gunthorpe
2021-11-19 19:26 ` Joao Martins
2021-11-19 19:53 ` Jason Gunthorpe
2021-11-19 20:13 ` Joao Martins
2021-11-17 9:43 ` Christoph Hellwig
2021-11-17 10:22 ` Joao Martins
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=202111160244.GsGV6RKY-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=llvm@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.