All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Kirill Tkhai <kirill.tkhai@openvz.org>,
	agk@redhat.com, snitzer@redhat.com, dm-devel@redhat.com,
	song@kernel.org, linux-kernel@vger.kernel.org,
	khorenko@virtuozzo.com
Cc: kbuild-all@lists.01.org
Subject: Re: [dm-devel] [PATCH 3/4] dm-qcow2: Introduce driver to create block devices over QCOW2 files
Date: Tue, 29 Mar 2022 04:03:31 +0800	[thread overview]
Message-ID: <202203290340.HdsYxZJQ-lkp@intel.com> (raw)
In-Reply-To: <164846631540.251310.2398727490395218229.stgit@pro>

Hi Kirill,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on device-mapper-dm/for-next]
[also build test ERROR on song-md/md-next linus/master v5.17 next-20220328]
[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]

url:    https://github.com/intel-lab-lkp/linux/commits/Kirill-Tkhai/dm-Introduce-dm-qcow2-driver-to-attach-QCOW2-files-as-block-device/20220328-192031
base:   https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git for-next
config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20220329/202203290340.HdsYxZJQ-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 11.2.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://github.com/intel-lab-lkp/linux/commit/c41a15c11909af3588885a88f6622c36dcc9ca35
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Kirill-Tkhai/dm-Introduce-dm-qcow2-driver-to-attach-QCOW2-files-as-block-device/20220328-192031
        git checkout c41a15c11909af3588885a88f6622c36dcc9ca35
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash

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

All error/warnings (new ones prefixed by >>):

>> drivers/md/dm-qcow2-target.c:428:6: warning: no previous prototype for 'ploop_enospc_timer' [-Wmissing-prototypes]
     428 | void ploop_enospc_timer(struct timer_list *timer)
         |      ^~~~~~~~~~~~~~~~~~
--
   drivers/md/dm-qcow2-map.c: In function 'process_cow_indexes_write':
>> drivers/md/dm-qcow2-map.c:3861:28: warning: variable 'qvec' set but not used [-Wunused-but-set-variable]
    3861 |         struct qcow2_bvec *qvec;
         |                            ^~~~
   drivers/md/dm-qcow2-map.c: At top level:
>> drivers/md/dm-qcow2-map.c:4136:6: warning: no previous prototype for 'submit_embedded_qio' [-Wmissing-prototypes]
    4136 | void submit_embedded_qio(struct qcow2_target *tgt, struct qio *qio)
         |      ^~~~~~~~~~~~~~~~~~~
--
   arch/mips/kernel/head.o: in function `kernel_entry':
   (.ref.text+0xac): relocation truncated to fit: R_MIPS_26 against `start_kernel'
   init/main.o: in function `set_reset_devices':
   main.c:(.init.text+0x20): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0x30): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
   init/main.o: in function `debug_kernel':
   main.c:(.init.text+0xa4): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0xb4): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
   init/main.o: in function `quiet_kernel':
   main.c:(.init.text+0x128): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0x138): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
   init/main.o: in function `warn_bootconfig':
   main.c:(.init.text+0x1ac): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0x1bc): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
   init/main.o: in function `init_setup':
   main.c:(.init.text+0x238): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0x258): additional relocation overflows omitted from the output
   mips-linux-ld: drivers/md/dm-qcow2-target.o: in function `calc_cached_parameters':
>> dm-qcow2-target.c:(.text.calc_cached_parameters+0x194): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-target.c:(.text.calc_cached_parameters+0x264): undefined reference to `__divdi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `qio_subclu_indexes':
>> dm-qcow2-map.c:(.text.qio_subclu_indexes+0x21c): undefined reference to `__udivdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.qio_subclu_indexes+0x298): undefined reference to `__udivdi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `calc_refcounters_map':
>> dm-qcow2-map.c:(.text.calc_refcounters_map+0x118): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x184): undefined reference to `__moddi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x23c): undefined reference to `__divdi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x46c): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x4a8): undefined reference to `__divdi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x4f0): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x574): undefined reference to `__divdi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x598): undefined reference to `__moddi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `calc_cluster_map':
>> dm-qcow2-map.c:(.text.calc_cluster_map+0x178): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x198): undefined reference to `__divdi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x3d8): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x5a8): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x5d0): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x650): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x6bc): undefined reference to `__moddi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `split_qio_to_list':
>> dm-qcow2-map.c:(.text.split_qio_to_list+0x228): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.split_qio_to_list+0x244): undefined reference to `__divdi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `relocate_refcount_table':
>> dm-qcow2-map.c:(.text.relocate_refcount_table+0x5c8): undefined reference to `__udivdi3'

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Kirill Tkhai <kirill.tkhai@openvz.org>,
	agk@redhat.com, snitzer@redhat.com, dm-devel@redhat.com,
	song@kernel.org, linux-kernel@vger.kernel.org,
	khorenko@virtuozzo.com
Cc: kbuild-all@lists.01.org
Subject: Re: [PATCH 3/4] dm-qcow2: Introduce driver to create block devices over QCOW2 files
Date: Tue, 29 Mar 2022 04:03:31 +0800	[thread overview]
Message-ID: <202203290340.HdsYxZJQ-lkp@intel.com> (raw)
In-Reply-To: <164846631540.251310.2398727490395218229.stgit@pro>

Hi Kirill,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on device-mapper-dm/for-next]
[also build test ERROR on song-md/md-next linus/master v5.17 next-20220328]
[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]

url:    https://github.com/intel-lab-lkp/linux/commits/Kirill-Tkhai/dm-Introduce-dm-qcow2-driver-to-attach-QCOW2-files-as-block-device/20220328-192031
base:   https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git for-next
config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20220329/202203290340.HdsYxZJQ-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 11.2.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://github.com/intel-lab-lkp/linux/commit/c41a15c11909af3588885a88f6622c36dcc9ca35
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Kirill-Tkhai/dm-Introduce-dm-qcow2-driver-to-attach-QCOW2-files-as-block-device/20220328-192031
        git checkout c41a15c11909af3588885a88f6622c36dcc9ca35
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash

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

All error/warnings (new ones prefixed by >>):

>> drivers/md/dm-qcow2-target.c:428:6: warning: no previous prototype for 'ploop_enospc_timer' [-Wmissing-prototypes]
     428 | void ploop_enospc_timer(struct timer_list *timer)
         |      ^~~~~~~~~~~~~~~~~~
--
   drivers/md/dm-qcow2-map.c: In function 'process_cow_indexes_write':
>> drivers/md/dm-qcow2-map.c:3861:28: warning: variable 'qvec' set but not used [-Wunused-but-set-variable]
    3861 |         struct qcow2_bvec *qvec;
         |                            ^~~~
   drivers/md/dm-qcow2-map.c: At top level:
>> drivers/md/dm-qcow2-map.c:4136:6: warning: no previous prototype for 'submit_embedded_qio' [-Wmissing-prototypes]
    4136 | void submit_embedded_qio(struct qcow2_target *tgt, struct qio *qio)
         |      ^~~~~~~~~~~~~~~~~~~
--
   arch/mips/kernel/head.o: in function `kernel_entry':
   (.ref.text+0xac): relocation truncated to fit: R_MIPS_26 against `start_kernel'
   init/main.o: in function `set_reset_devices':
   main.c:(.init.text+0x20): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0x30): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
   init/main.o: in function `debug_kernel':
   main.c:(.init.text+0xa4): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0xb4): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
   init/main.o: in function `quiet_kernel':
   main.c:(.init.text+0x128): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0x138): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
   init/main.o: in function `warn_bootconfig':
   main.c:(.init.text+0x1ac): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0x1bc): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
   init/main.o: in function `init_setup':
   main.c:(.init.text+0x238): relocation truncated to fit: R_MIPS_26 against `_mcount'
   main.c:(.init.text+0x258): additional relocation overflows omitted from the output
   mips-linux-ld: drivers/md/dm-qcow2-target.o: in function `calc_cached_parameters':
>> dm-qcow2-target.c:(.text.calc_cached_parameters+0x194): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-target.c:(.text.calc_cached_parameters+0x264): undefined reference to `__divdi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `qio_subclu_indexes':
>> dm-qcow2-map.c:(.text.qio_subclu_indexes+0x21c): undefined reference to `__udivdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.qio_subclu_indexes+0x298): undefined reference to `__udivdi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `calc_refcounters_map':
>> dm-qcow2-map.c:(.text.calc_refcounters_map+0x118): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x184): undefined reference to `__moddi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x23c): undefined reference to `__divdi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x46c): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x4a8): undefined reference to `__divdi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x4f0): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x574): undefined reference to `__divdi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_refcounters_map+0x598): undefined reference to `__moddi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `calc_cluster_map':
>> dm-qcow2-map.c:(.text.calc_cluster_map+0x178): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x198): undefined reference to `__divdi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x3d8): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x5a8): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x5d0): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x650): undefined reference to `__moddi3'
   mips-linux-ld: dm-qcow2-map.c:(.text.calc_cluster_map+0x6bc): undefined reference to `__moddi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `split_qio_to_list':
>> dm-qcow2-map.c:(.text.split_qio_to_list+0x228): undefined reference to `__divdi3'
>> mips-linux-ld: dm-qcow2-map.c:(.text.split_qio_to_list+0x244): undefined reference to `__divdi3'
   mips-linux-ld: drivers/md/dm-qcow2-map.o: in function `relocate_refcount_table':
>> dm-qcow2-map.c:(.text.relocate_refcount_table+0x5c8): undefined reference to `__udivdi3'

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

  reply	other threads:[~2022-03-28 20:04 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-28 11:18 [PATCH 0/4] dm: Introduce dm-qcow2 driver to attach QCOW2 files as block device Kirill Tkhai
2022-03-28 11:18 ` [dm-devel] " Kirill Tkhai
2022-03-28 11:18 ` [PATCH 1/4] dm: Export dm_complete_request() Kirill Tkhai
2022-03-28 11:18   ` [dm-devel] " Kirill Tkhai
2022-03-28 11:18 ` [PATCH 2/4] dm: Process .io_hints for drivers not having underlying devices Kirill Tkhai
2022-03-28 11:18   ` [dm-devel] " Kirill Tkhai
2022-03-28 11:18 ` [PATCH 3/4] dm-qcow2: Introduce driver to create block devices over QCOW2 files Kirill Tkhai
2022-03-28 11:18   ` [dm-devel] " Kirill Tkhai
2022-03-28 20:03   ` kernel test robot [this message]
2022-03-28 20:03     ` kernel test robot
2022-03-28 23:42   ` kernel test robot
2022-03-28 23:42     ` [dm-devel] " kernel test robot
2022-03-29 10:42   ` [PATCH 3/4 v1.5] " Kirill Tkhai
2022-03-29 10:42     ` [dm-devel] " Kirill Tkhai
2022-03-29 13:34   ` [dm-devel] [PATCH 3/4] " Christoph Hellwig
2022-03-29 13:34     ` Christoph Hellwig
2022-03-29 15:24     ` Kirill Tkhai
2022-03-29 15:24       ` Kirill Tkhai
2022-03-29 22:30       ` Kirill Tkhai
2022-03-29 22:30         ` Kirill Tkhai
2022-03-28 11:18 ` [PATCH 4/4] dm-qcow2: Add helper for working with dm-qcow2 devices Kirill Tkhai
2022-03-28 11:18   ` [dm-devel] " Kirill Tkhai
2022-03-29 13:08 ` [dm-devel] [PATCH 0/4] dm: Introduce dm-qcow2 driver to attach QCOW2 files as block device Christoph Hellwig
2022-03-29 13:08   ` Christoph Hellwig
2022-03-29 15:14   ` Kirill Tkhai
2022-03-29 15:14     ` Kirill Tkhai

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=202203290340.HdsYxZJQ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=kbuild-all@lists.01.org \
    --cc=khorenko@virtuozzo.com \
    --cc=kirill.tkhai@openvz.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=snitzer@redhat.com \
    --cc=song@kernel.org \
    /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.