From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-98.freemail.mail.aliyun.com (out30-98.freemail.mail.aliyun.com [115.124.30.98]) (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 DBA91339B52 for ; Tue, 16 Dec 2025 08:25:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.98 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765873555; cv=none; b=OU0v5m9bwK7k7uMonps9hwM7XPz/WzhOeACdaXGK0nWjO5A8zhJO3QvyvI8NeWE2oxXV6SUYvKMniTj1MbznIFbd8Qb/h22oFjryqk4a6KdhutuOgtV+2/mzt+tgfT2fMet+JCauTB29bLQTE3b70QgIuEvgilw9pu+4h7ULu3A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765873555; c=relaxed/simple; bh=czysX+OnK3hqcZmCwT+5G028Yo+I4NXpfXy36RICsaU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ldTYSWluDyErX+qrDAGJGbLg41mi8XLaRRubirIC2aGJFPyZhzeLy8MUQsC0gCnbovJ32AmCigyxa3durGMZhSw9E39dFI4HJZhaXqIFhzHTFm06nexWPOdrtq9mG7uuk+Kao5x+Gddv4kvZOlP/7lEGzmMrwyrhOYcwLJLhwrI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=XRhQHNzc; arc=none smtp.client-ip=115.124.30.98 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="XRhQHNzc" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1765873542; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=9nYk5mXuNcuSwtL9JEiVNlZJ1bTeJxuxZrxzZLeGZxs=; b=XRhQHNzcH2tO2tysGkuS/UUdWnp96ZyV9Kf1H5cnXPxSzXZU4aR301njlQxpw0wpDwR6dbFmZAp+rX5jje/q3FGtf+FSIJXxqfYoNlKTkqCv8ac6yE7YcHkJG7roWE9XpFEIMjH6hEyTp+85aa0C7kEuyC3A4dlrjdrH/KtXjPY= Received: from 30.221.132.163(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0WuyVcWH_1765873541 cluster:ay36) by smtp.aliyun-inc.com; Tue, 16 Dec 2025 16:25:42 +0800 Message-ID: Date: Tue, 16 Dec 2025 16:25:41 +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 Subject: Re: [PATCH] erofs: make z_erofs_crypto[] static To: Ferry Meng , linux-erofs@lists.ozlabs.org Cc: LKML References: <20251216082141.108624-1-mengferry@linux.alibaba.com> From: Gao Xiang 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 17: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: Gao Xiang Thanks, Gao Xiang