linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [song-md:md-next 9/14] ERROR: modpost: "__udivdi3" undefined!
@ 2020-07-22 21:20 kernel test robot
  2020-07-22 21:31 ` Song Liu
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2020-07-22 21:20 UTC (permalink / raw)
  To: Yufen Yu; +Cc: kbuild-all, linux-raid, Song Liu

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

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next
head:   fe630de009d0729584d79c78f43121e07c745fdc
commit: e236858243d7a8e0ac60972d2f9522146088a736 [9/14] md/raid5: set default stripe_size as 4096
config: m68k-sun3_defconfig (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
        git checkout e236858243d7a8e0ac60972d2f9522146088a736
        # 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 >>, old ones prefixed by <<):

>> ERROR: modpost: "__udivdi3" [drivers/md/raid456.ko] undefined!

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

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

* Re: [song-md:md-next 9/14] ERROR: modpost: "__udivdi3" undefined!
  2020-07-22 21:20 [song-md:md-next 9/14] ERROR: modpost: "__udivdi3" undefined! kernel test robot
@ 2020-07-22 21:31 ` Song Liu
  2020-07-23  3:33   ` Yufen Yu
  0 siblings, 1 reply; 3+ messages in thread
From: Song Liu @ 2020-07-22 21:31 UTC (permalink / raw)
  To: kernel test robot; +Cc: Yufen Yu, kbuild-all, linux-raid, Song Liu

On Wed, Jul 22, 2020 at 2:21 PM kernel test robot <lkp@intel.com> wrote:
>
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next
> head:   fe630de009d0729584d79c78f43121e07c745fdc
> commit: e236858243d7a8e0ac60972d2f9522146088a736 [9/14] md/raid5: set default stripe_size as 4096
> config: m68k-sun3_defconfig (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
>         git checkout e236858243d7a8e0ac60972d2f9522146088a736
>         # 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 >>, old ones prefixed by <<):
>
> >> ERROR: modpost: "__udivdi3" [drivers/md/raid456.ko] undefined!

Yufen, could you please look into this one? I guess it is caused by ilog2().

Thanks,
Song

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

* Re: [song-md:md-next 9/14] ERROR: modpost: "__udivdi3" undefined!
  2020-07-22 21:31 ` Song Liu
@ 2020-07-23  3:33   ` Yufen Yu
  0 siblings, 0 replies; 3+ messages in thread
From: Yufen Yu @ 2020-07-23  3:33 UTC (permalink / raw)
  To: Song Liu, kernel test robot; +Cc: kbuild-all, linux-raid, Song Liu



On 2020/7/23 5:31, Song Liu wrote:
> On Wed, Jul 22, 2020 at 2:21 PM kernel test robot <lkp@intel.com> wrote:
>>
>> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next
>> head:   fe630de009d0729584d79c78f43121e07c745fdc
>> commit: e236858243d7a8e0ac60972d2f9522146088a736 [9/14] md/raid5: set default stripe_size as 4096
>> config: m68k-sun3_defconfig (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
>>          git checkout e236858243d7a8e0ac60972d2f9522146088a736
>>          # 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 >>, old ones prefixed by <<):
>>
>>>> ERROR: modpost: "__udivdi3" [drivers/md/raid456.ko] undefined!
> 
> Yufen, could you please look into this one? I guess it is caused by ilog2().
> 

This compiler error is caused by 64bit division on on 32-bit architectures.
I have send the fix patch.

Thanks,
Yufen

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

end of thread, other threads:[~2020-07-23  3:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-22 21:20 [song-md:md-next 9/14] ERROR: modpost: "__udivdi3" undefined! kernel test robot
2020-07-22 21:31 ` Song Liu
2020-07-23  3:33   ` Yufen Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).