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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5916C433F5 for ; Mon, 11 Apr 2022 07:37:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245535AbiDKHjk (ORCPT ); Mon, 11 Apr 2022 03:39:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245534AbiDKHjj (ORCPT ); Mon, 11 Apr 2022 03:39:39 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77A113DA51 for ; Mon, 11 Apr 2022 00:37:26 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id m33-20020a05600c3b2100b0038ec0218103so237998wms.3 for ; Mon, 11 Apr 2022 00:37:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=+xQY2SpAJG2FH0txc34PYfRaRk4uWtpVwc78xUBOWSU=; b=TS/IxOnvcH6ZPV1/3rEi3H3oQt9or3TRdg5EVUzLyPTjuly+DjvvsaK9DyiWWOYF6E V3jWXpD9hkg3SlZz3m8JADhNws0wD+RW0PrWA/y74T5744uSQcfZE1quEVbWHoR7Swg5 Kwn8aZWuW55Rttcz2Nb0hm/VT2kil5/NL6OiTNv+MA9uwh3UjJrcKJxR74tLqQj+6rQI OSx2faf1xSTTLwqzhUqc/2hniLWXqMWZ9k7B86D+bOeTYF9nMvRhc9MCidIai9pOYzxp Q9PkgwNPGF77XlZg1bbTaeagNLSFQOhzRUPEoUwMlEGWLgHVKWZUeNBrNLtzQG0KUpVy NUJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=+xQY2SpAJG2FH0txc34PYfRaRk4uWtpVwc78xUBOWSU=; b=Np1oaamgo3ScoNVxw2DF8s1z89MWdzZIkZmxM5bcK500mVLiC2SlaJqKNRyaEe7Au2 NAqUlfn+BXSPnwp2ypJi/t5acooD//Y8o33My3km9jAPJo4h4LlrKu5p8XASrsDMIFfB SnhS6d+HyGwmhSODhpq3uJlTmEHLZJSrHaqygkzJig8Xc0QjWlpZS0UUReMGR/OyskWa iRZ+U4Zbf0ct4QneRW7Ftazp8ZLZGXkJ8uLzMHKAjR25F2+rdyyWYxANi2MAmiLpbMb9 7B/dff7VE5Eb5BeZM5ihTcgG34RznTAxnQW7mVrWsB6X2LSgIIA5Z6KQRthqBllFy2H9 yp+A== X-Gm-Message-State: AOAM530Gp1t3dQrn1alMRYLqN2Xt87c0yG97hVlfsQMJZVo5CzRxLRqy RWJjuFdS76EGe4W5rSQLwmCNxg== X-Google-Smtp-Source: ABdhPJw6YDsVxhm8ahPT5MtcNsZmYpcdioU9tctYlMVQ0DSOz1HcAz/qdpUjYszLpoIjX1Pcu6pNMQ== X-Received: by 2002:a05:600c:3c8c:b0:38e:4c59:6852 with SMTP id bg12-20020a05600c3c8c00b0038e4c596852mr27607010wmb.194.1649662644891; Mon, 11 Apr 2022 00:37:24 -0700 (PDT) Received: from Red ([2a01:cb1d:3d5:a100:264b:feff:fe03:2806]) by smtp.googlemail.com with ESMTPSA id k6-20020a05600c1c8600b0038e7e07f476sm21404842wms.35.2022.04.11.00.37.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Apr 2022 00:37:24 -0700 (PDT) Date: Mon, 11 Apr 2022 09:37:22 +0200 From: LABBE Corentin To: Herbert Xu Cc: jernej.skrabec@gmail.com, samuel@sholland.org, wens@csie.org, linux-arm-kernel@lists.infradead.org, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH 00/19] crypto: allwinner: lots of fixes Message-ID: References: <20220317205605.3924836-1-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Le Fri, Apr 08, 2022 at 04:24:20PM +0800, Herbert Xu a écrit : > Corentin Labbe wrote: > > Hello > > > > This series is all fixes which I found on allwinner crypto drivers. > > This doesn't compile cleanly with sparse. Please fix and resubmit. > > Thanks, Hello Coul you give me more details ? I do not have any sparse error. Regards