From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaegeuk Kim Subject: Re: linux-next: Tree for Nov 23 (f2fs) Date: Wed, 23 Nov 2016 10:11:22 -0800 Message-ID: <20161123181122.GA24137@jaegeuk> References: <20161123175848.5b56c35c@canb.auug.org.au> <320e8cf0-a0ee-8178-9aec-b8c0002ceb6d@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.kernel.org ([198.145.29.136]:57312 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754487AbcKWSLZ (ORCPT ); Wed, 23 Nov 2016 13:11:25 -0500 Content-Disposition: inline In-Reply-To: <320e8cf0-a0ee-8178-9aec-b8c0002ceb6d@infradead.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Chao Yu , linux-f2fs-devel@lists.sourceforge.net Hello, On Wed, Nov 23, 2016 at 08:00:57AM -0800, Randy Dunlap wrote: > On 11/22/16 22:58, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20161122: > > > > on i386: > > fs/built-in.o: In function `__issue_discard_async': > segment.c:(.text+0x5e2135): undefined reference to `__umoddi3' > > or when built as a loadable module: > ERROR: "__umoddi3" [fs/f2fs/f2fs.ko] undefined! It seems Arnd's patch deals with this. I'll keep an eye on this. Thanks, > > > -- > ~Randy