From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A421C7618F for ; Wed, 17 Jul 2019 14:24:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7A96621743 for ; Wed, 17 Jul 2019 14:24:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727683AbfGQOYs (ORCPT ); Wed, 17 Jul 2019 10:24:48 -0400 Received: from mx2.suse.de ([195.135.220.15]:48150 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726452AbfGQOYs (ORCPT ); Wed, 17 Jul 2019 10:24:48 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 39818ADCF; Wed, 17 Jul 2019 14:24:47 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 7AD36DA8E1; Wed, 17 Jul 2019 16:25:24 +0200 (CEST) Date: Wed, 17 Jul 2019 16:25:24 +0200 From: David Sterba To: Johannes Thumshirn Cc: Andy Shevchenko , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: Compilation breakage Message-ID: <20190717142524.GF20977@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Johannes Thumshirn , Andy Shevchenko , David Sterba , linux-btrfs@vger.kernel.org References: <20190716134055.GG16644@x250.microfocus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190716134055.GG16644@x250.microfocus.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Tue, Jul 16, 2019 at 03:40:56PM +0200, Johannes Thumshirn wrote: > On Tue, Jul 16, 2019 at 04:29:27PM +0300, Andy Shevchenko wrote: > > On Tue, Jul 16, 2019 at 4:28 PM Andy Shevchenko > > wrote: > > > > > > The following commit broke compilation > > > > > > commit d5178578bcd461cc79118c7a139882350fe505aa > > > Author: Johannes Thumshirn > > > Date: Mon Jun 3 16:58:57 2019 +0200 > > > > > > btrfs: directly call into crypto framework for checksumming > > > > > > ERROR: "crc32c_impl" [fs/btrfs/btrfs.ko] undefined! > > > ERROR: "crc32c" [fs/btrfs/btrfs.ko] undefined! > > > > > > Obviously if we call directly libcrc32c, we may not remove a dependency. > > This should already be fixed (there where actually three patches fixing this > issue). > https://lore.kernel.org/linux-btrfs/1562593403-19545-1-git-send-email-linux@roeck-us.net/ > https://lore.kernel.org/linux-btrfs/20190708125134.3741552-1-arnd@arndb.de/ > and > https://lore.kernel.org/linux-btrfs/20190702143903.49264-1-yuehaibing@huawei.com/ > > David I thought you staged the one from yuehaibing. Yes, the patch is queued for the next pull.