From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) (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 457FD26AA8F for ; Tue, 6 May 2025 09:04:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746522243; cv=none; b=XJqu+uWcY8Q0Y0URS+eIqv8h4edmSr93qv6gOyPjKabrZ4F3jhT2T7nhKn2pyx3LQZ0uj6+OBoXpvK6bBz6UsI9zyqZuHnGJuq7rXghRT08p36i8lGBE4FwU+Pr37J8gi6WgjC3QqkTIkfOhGA50WDMD1U+kRMrLcFzAjjH50Dg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746522243; c=relaxed/simple; bh=CYrUYd8mpt/pd4KD6BaMlj8hw459WQl4N1Iww3g2R8k=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=XXoYXR3Gq7rAy7wjgZiskYsOjuxE/brSkashBR3FkizyPQdwwh6fs928h6G1n+VlLTywQlhnZky/mYm78B1lY0KpyqaSY+n+6dKbv4859iqdBus4o1G6Op1PVx3fMHIDD6xCo2KWcGp8oss7YI4onGRg93bqU8fCIvMyIyf7lsc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=jBoj0p6R; arc=none smtp.client-ip=95.215.58.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="jBoj0p6R" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1746522239; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6KFTuaLCT064dVhFWKhMxEVyhB0wfcxXovNDaHCOdCI=; b=jBoj0p6RQohY/jOz2Jnac4g2pw8xHPcE7ZeD3UI9EOi4ZhbYlOfqGKcM3g2CHK9pAHH/V4 el66Ih158FXEHz04+wN+9a+V+khnD2Yt9XM8jJ82w28UlfPpBDWbQ45nFqmyNhUBIyykl7 58H/8Hv2bYWGCyrJH75t1cbButhGDuo= Date: Tue, 6 May 2025 17:03:50 +0800 Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v9 5/5] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry To: Qunqin Zhao , lee@kernel.org, herbert@gondor.apana.org.au, davem@davemloft.net, peterhuewe@gmx.de, jarkko@kernel.org Cc: linux-kernel@vger.kernel.org, loongarch@lists.linux.dev, linux-crypto@vger.kernel.org, jgg@ziepe.ca, linux-integrity@vger.kernel.org, pmenzel@molgen.mpg.de, Huacai Chen References: <20250506032053.11147-1-zhaoqunqin@loongson.cn> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yanteng Si In-Reply-To: <20250506032053.11147-1-zhaoqunqin@loongson.cn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 5/6/25 11:20 AM, Qunqin Zhao 写道: > Changes to Loongson TPM driver would be best reviewed by the Loongson > crypto driver maintainers. > > Signed-off-by: Qunqin Zhao > Reviewed-by: Huacai Chen > Reviewed-by: Jarkko Sakkinen > --- > v8-v9: None > v7: Added tag from Jarkko and Huacai > v6: "tpm_lsse.c" -> "tpm_loongson" > v4-v5: None > > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) I'm just curious. Why is this patch kept outside the tmp_loongson patch set? Thanks, Yanteng