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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 BB499C433E0 for ; Mon, 1 Mar 2021 20:43:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C513601FF for ; Mon, 1 Mar 2021 20:43:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243612AbhCAUmv (ORCPT ); Mon, 1 Mar 2021 15:42:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:52744 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243353AbhCAUfg (ORCPT ); Mon, 1 Mar 2021 15:35:36 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 05B7B60234; Mon, 1 Mar 2021 19:02:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614625323; bh=wjOOTNxUw4aewCcWrfVu3BGsAKp4fF3xt3aMYtR6/8Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tlPzFlcXdUArl/TdnoJtOvoSL3nFKFLbIroJnF7bLgS4NKHJMnX5PwwOXWCFAF0Ki HALYKlPUydhLhJNbKO6xIulqWuADHKSIHeC0nK+2ASDF02+oTYFj66mHvUGz/6p9Th f1eDB/RXvNe6dhEfn8Q0pPoQ+GK6LmB29I+ugxU4= Date: Mon, 1 Mar 2021 20:02:01 +0100 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: Sasha Levin , linux-stable , lkft-triage@lists.linaro.org, Corentin Labbe , Herbert Xu Subject: Re: sun4i-ss-cipher.c:139:4: error: implicit declaration of function 'kfree_sensitive'; did you mean 'kvfree_sensitive'? Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 01, 2021 at 11:55:47PM +0530, Naresh Kamboju wrote: > On Mon, 1 Mar 2021 at 22:54, Naresh Kamboju wrote: > > > > On stable rc 4.19 arm build failed due to below error. > > the config file link provided. > > These build failures were also noticed on stable rc 4.14, 4.19 and 5.4 > for arm architecture. Dropped from all of them, thanks. greg k-h