From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753236AbcFOKIu (ORCPT ); Wed, 15 Jun 2016 06:08:50 -0400 Received: from mx-rz-1.rrze.uni-erlangen.de ([131.188.11.20]:45299 "EHLO mx-rz-1.rrze.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750976AbcFOKIs (ORCPT ); Wed, 15 Jun 2016 06:08:48 -0400 X-Greylist: delayed 462 seconds by postgrey-1.27 at vger.kernel.org; Wed, 15 Jun 2016 06:08:47 EDT X-RRZE-Flag: Not-Spam X-RRZE-Submit-IP: 2001:638:a000:4142::ff10:d304 To: Hendrik Brueckner Cc: Martin Schwidefsky , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel From: Andreas Ziegler Subject: select on non-existing Kconfig option CRC32C X-Enigmail-Draft-Status: N1110 Message-ID: <5761275B.4010508@fau.de> Date: Wed, 15 Jun 2016 12:00:59 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Hendrik, your patch "s390/crc32-vx: add crypto API module for optimized CRC-32 algorithms" showed up in linux-next today (next-20160615) as commit 364148e0b195. The patch defines the Kconfig option CRYPTO_CRC32_S390 which 'select's CRC32C. However, this should probably have been CRYPTO_CRC32C, as CRC32C does not exist. Should I prepare a trivial patch to fix this up or would you like to do that on your side? I found this issue by comparing yesterday's tree and today's tree using 'scripts/checkkconfigsymbols -f -d next-20160614..next-20160615'. Best regards, Andreas