From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7BD8B361DD3 for ; Wed, 21 Jan 2026 05:23:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768973009; cv=none; b=g0bjTiq0nVWDev1NvbJi0dVdqyoXMWUfbE+MXgCzlmCm7wSVXsAeCgK386pEZeOJ2nIovwFg5gLF0BPzgubqdpFuL6kRvBZauYMDQppaXPP1erk9dRV4jjTlSKNe0yZvz/fvEvkiDF+jZrtuFlQ/YNMLaCYB+b9EvpWIPuwhDOI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768973009; c=relaxed/simple; bh=Wb7ux9lPwXTWQpGJrwDdWLozj3EIWQgaSIOcFprtfxU=; h=Message-ID:Date:MIME-Version:Cc:Subject:To:References:From: In-Reply-To:Content-Type; b=hNWErwpujLByOk7VlVorQe0zWm34PkZQ5/mt5tantJPlO7cH1l2bH7lgSGqiOK4gKc7K2Nbw0jOb+yKEljZURrh7zyQE4CCCe23nt0sOiGX3lHwQDvU9J1DB0DWdWVJp/dCy2t6ferKbhaCL/4yhKe1G84A1WoTdcwUT0ewv5lc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iSra//tN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="iSra//tN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF13EC116D0; Wed, 21 Jan 2026 05:23:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768973009; bh=Wb7ux9lPwXTWQpGJrwDdWLozj3EIWQgaSIOcFprtfxU=; h=Date:Cc:Subject:To:References:From:In-Reply-To:From; b=iSra//tNAwvU+7Fut1gEgGr2ujiTU1KqwmWBEjmI0jgANirIlAmjeBpq6j/TL3S5e uXtQ+RFZHvIqaVOkOHPqrYqHTy0amaYt4hCqTNjGklaG84a4JS4ZGQhgLlsS6GCxsd upBYVrCBZ5MqRtfa8YIaCjjvH/+abSJ0T8vtuibb/EXMEe7y78xqynKZyR748n0olW PF/jkUKfbXqOK59vJs475x1BcSFQyl5XCboAKQAJAfsolor0CYyT4a14hQtYHXb3e+ aVE/AOvJVpTUUbNut14QWfJPpXermrIKDz7cWhqBjuR46kloSKpezteMasfHd5+d8A qUEAUxVvkuP/w== Message-ID: <25ccc2ee-07d4-4be6-b6d7-10186d922c5c@kernel.org> Date: Wed, 21 Jan 2026 13:23:24 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Cc: chao@kernel.org, LKML Subject: Re: [PATCH] erofs: make z_erofs_crypto[] static To: Ferry Meng , linux-erofs@lists.ozlabs.org References: <20251216082141.108624-1-mengferry@linux.alibaba.com> Content-Language: en-US From: Chao Yu In-Reply-To: <20251216082141.108624-1-mengferry@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2025/12/16 16:21, Ferry Meng wrote: > Reduce the scope of 'z_erofs_crypto[]' that is not used outside of > 'decompressor_crypto.c'. > > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202512102025.4mWeBSsf-lkp@intel.com/ > Signed-off-by: Ferry Meng Reviewed-by: Chao Yu Thanks,