linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Apr 7 (btrfs)
       [not found] <20170407182732.455c5c90@canb.auug.org.au>
@ 2017-04-07 15:08 ` Randy Dunlap
  2017-04-07 15:10   ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2017-04-07 15:08 UTC (permalink / raw)
  To: Stephen Rothwell, Linux-Next Mailing List
  Cc: Linux Kernel Mailing List, linux-btrfs

On 04/07/17 01:27, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20170406:
> 

on i386:

ERROR: "__udivdi3" [fs/btrfs/btrfs.ko] undefined!

Reported-by: Randy Dunlap <rdunlap@infradead.org>

-- 
~Randy

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

* Re: linux-next: Tree for Apr 7 (btrfs)
  2017-04-07 15:08 ` linux-next: Tree for Apr 7 (btrfs) Randy Dunlap
@ 2017-04-07 15:10   ` Randy Dunlap
  2017-04-07 16:05     ` David Sterba
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2017-04-07 15:10 UTC (permalink / raw)
  To: Stephen Rothwell, Linux-Next Mailing List
  Cc: Linux Kernel Mailing List, linux-btrfs

On 04/07/17 08:08, Randy Dunlap wrote:
> On 04/07/17 01:27, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20170406:
>>
> 
> on i386:
> 
> ERROR: "__udivdi3" [fs/btrfs/btrfs.ko] undefined!
> 
> Reported-by: Randy Dunlap <rdunlap@infradead.org>
> 

or when built-in:

fs/built-in.o: In function `scrub_bio_end_io_worker':
scrub.c:(.text+0x3d1908): undefined reference to `__udivdi3'
fs/built-in.o: In function `scrub_raid56_parity':
scrub.c:(.text+0x3d23cc): undefined reference to `__udivdi3'
scrub.c:(.text+0x3d3342): undefined reference to `__udivdi3'
scrub.c:(.text+0x3d3755): undefined reference to `__udivdi3'


-- 
~Randy

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

* Re: linux-next: Tree for Apr 7 (btrfs)
  2017-04-07 15:10   ` Randy Dunlap
@ 2017-04-07 16:05     ` David Sterba
  2017-04-10 11:50       ` David Sterba
  0 siblings, 1 reply; 4+ messages in thread
From: David Sterba @ 2017-04-07 16:05 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, Linux-Next Mailing List,
	Linux Kernel Mailing List, linux-btrfs

On Fri, Apr 07, 2017 at 08:10:48AM -0700, Randy Dunlap wrote:
> On 04/07/17 08:08, Randy Dunlap wrote:
> > On 04/07/17 01:27, Stephen Rothwell wrote:
> >> Hi all,
> >>
> >> Changes since 20170406:
> >>
> > 
> > on i386:
> > 
> > ERROR: "__udivdi3" [fs/btrfs/btrfs.ko] undefined!
> > 
> > Reported-by: Randy Dunlap <rdunlap@infradead.org>
> > 
> 
> or when built-in:
> 
> fs/built-in.o: In function `scrub_bio_end_io_worker':
> scrub.c:(.text+0x3d1908): undefined reference to `__udivdi3'
> fs/built-in.o: In function `scrub_raid56_parity':
> scrub.c:(.text+0x3d23cc): undefined reference to `__udivdi3'
> scrub.c:(.text+0x3d3342): undefined reference to `__udivdi3'
> scrub.c:(.text+0x3d3755): undefined reference to `__udivdi3'

Sorry, I can't reproduce it here, I've also tried my other for-next
snapshot branches, same. We have some recent patches that could trigger
the __udivdi3 build check,

"Btrfs: update scrub_parity to use u64 stripe_len" (7d0ef8b4dbbd22)

manual check or with help of coccinell didn't show me any instances of
64bit division with / .

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

* Re: linux-next: Tree for Apr 7 (btrfs)
  2017-04-07 16:05     ` David Sterba
@ 2017-04-10 11:50       ` David Sterba
  0 siblings, 0 replies; 4+ messages in thread
From: David Sterba @ 2017-04-10 11:50 UTC (permalink / raw)
  To: Randy Dunlap, Stephen Rothwell, Linux-Next Mailing List,
	Linux Kernel Mailing List, linux-btrfs

On Fri, Apr 07, 2017 at 06:05:02PM +0200, David Sterba wrote:
> On Fri, Apr 07, 2017 at 08:10:48AM -0700, Randy Dunlap wrote:
> > On 04/07/17 08:08, Randy Dunlap wrote:
> > > On 04/07/17 01:27, Stephen Rothwell wrote:
> > >> Hi all,
> > >>
> > >> Changes since 20170406:
> > >>
> > > 
> > > on i386:
> > > 
> > > ERROR: "__udivdi3" [fs/btrfs/btrfs.ko] undefined!
> > > 
> > > Reported-by: Randy Dunlap <rdunlap@infradead.org>
> > > 
> > 
> > or when built-in:
> > 
> > fs/built-in.o: In function `scrub_bio_end_io_worker':
> > scrub.c:(.text+0x3d1908): undefined reference to `__udivdi3'
> > fs/built-in.o: In function `scrub_raid56_parity':
> > scrub.c:(.text+0x3d23cc): undefined reference to `__udivdi3'
> > scrub.c:(.text+0x3d3342): undefined reference to `__udivdi3'
> > scrub.c:(.text+0x3d3755): undefined reference to `__udivdi3'
> 
> Sorry, I can't reproduce it here, I've also tried my other for-next
> snapshot branches, same. We have some recent patches that could trigger
> the __udivdi3 build check,
> 
> "Btrfs: update scrub_parity to use u64 stripe_len" (7d0ef8b4dbbd22)
> 
> manual check or with help of coccinell didn't show me any instances of
> 64bit division with / .

Fixed and updated for-next pushed to my k.org repository.

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

end of thread, other threads:[~2017-04-10 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20170407182732.455c5c90@canb.auug.org.au>
2017-04-07 15:08 ` linux-next: Tree for Apr 7 (btrfs) Randy Dunlap
2017-04-07 15:10   ` Randy Dunlap
2017-04-07 16:05     ` David Sterba
2017-04-10 11:50       ` David Sterba

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).