Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934883AbcJZXyh (ORCPT ); Wed, 26 Oct 2016 19:54:37 -0400 Received: from mail-ua0-f196.google.com ([209.85.217.196]:35426 "EHLO mail-ua0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932987AbcJZXyc (ORCPT ); Wed, 26 Oct 2016 19:54:32 -0400 MIME-Version: 1.0 In-Reply-To: <052d917e-0442-0bbf-5b22-6506f832e30e@infradead.org> References: <20161026135133.65edfd22@canb.auug.org.au> <052d917e-0442-0bbf-5b22-6506f832e30e@infradead.org> From: Paul Gortmaker Date: Wed, 26 Oct 2016 19:54:00 -0400 X-Google-Sender-Auth: D_SrXpsuWngTy6HR9nvDwyZQg4M Message-ID: Subject: Re: linux-next: Tree for Oct 26 (crypto/acompress.ko) To: Randy Dunlap Cc: Stephen Rothwell , "linux-next@vger.kernel.org" , LKML , linux-crypto@vger.kernel.org, Herbert Xu Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1159 Lines: 45 On Wed, Oct 26, 2016 at 10:48 AM, Randy Dunlap wrote: > On 10/25/16 19:51, Stephen Rothwell wrote: >> Hi all, >> >> There will probably be no linux-next releases next week while I attend >> the Kernel Summit. >> >> Changes since 20161025: >> > > on x864_64: > > ERROR: "crypto_acomp_scomp_alloc_ctx" [crypto/acompress.ko] undefined! > ERROR: "crypto_acomp_scomp_free_ctx" [crypto/acompress.ko] undefined! > ERROR: "crypto_init_scomp_ops_async" [crypto/acompress.ko] undefined! > > > Full randconfig file is attached. crypto/acompress.o ----> crypto/Makefile:obj-$(CONFIG_CRYPTO_ACOMP2) += acompress.o crypto/Kconfig:config CRYPTO_ACOMP2 crypto/Kconfig: tristate paul@builder:~/git/linux-head$ git grep crypto_acomp_scomp_alloc_ctx crypto/acompress.c: return crypto_acomp_scomp_alloc_ctx(req); crypto/scompress.c:struct acomp_req *crypto_acomp_scomp_alloc_ctx(struct acomp_req *req) include/crypto/internal/scompress.h:struct acomp_req *crypto_acomp_scomp_alloc_ctx(struct acomp_req *req); paul@builder:~/git/linux-head$ So, no EXPORT_SYMBOL, and any .config which has ACOMP2=m will fail. Paul. -- > > -- > ~Randy