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 3084A7262A for ; Fri, 2 Jan 2026 12:34:04 +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=1767357245; cv=none; b=HJbE66LDsvJtM6ZXuce2llmCUiQR8Ka9swX51w1lwmSxyGGdw/qLTb6GbPY+3cg0AYzfBYwLJRHP8Y26pbTpK3F7Y7zuFWqRYvH3quir2hCl2kt9YrU3grWc8+nCHKKZhSXcOB8KbnYcIejfG+/fSHzSWwSr+PSf0BHJ9Jz+OYc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767357245; c=relaxed/simple; bh=f0Fa3TQlUP+rnNHqjqLz/+Cz1gK+lWi70jEDeKjbIfE=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=j2g6FwgK8/NDu0Cd9WqiBLH/stgueMMKVoy+0RcKo/IWlhcTZPLcGkRveOLS+EREp3726GB5dvwaNAg41p0wX79RY4Lq06vklUJwyHkLiMM3KrDLT9/Or+gBJy/BpgHm2k3ypB+UWmQ9WHmxiGCk3huMNY/ZHW6sUsWW9eTK2/M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=E38s1Wi+; 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="E38s1Wi+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13703C116B1; Fri, 2 Jan 2026 12:33:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767357243; bh=f0Fa3TQlUP+rnNHqjqLz/+Cz1gK+lWi70jEDeKjbIfE=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=E38s1Wi+doeOo0OWzVqzjCJcwkQ+RLq6bpGGyzUKDC/7KqlTKuHEBW+pTMsNw3hEX KR8SJ8mj2qPL0lW1IOrQnV4v1bZ2g84xDD98psJoDkhjNdoD645iUgxs6wIKXVvRlj jveCFhXOJTa63+Tsa704PKFtZm06L5tPSSvH2AhKXYHpuMmlEN8QBJ4lWtX0nAc5CF 7+F1t/BfJEWmmg/Q40TM/fD+47Yt6yYVN8rm/PRLLv41gPRt+/WcOut3X765Dd37OB WGkknEQI8nkDOgbz+l9VVgubHlp3pnIUXSO/YnstMl3ZgaXbZnpK+kXgy46FZlP8Gh e84/sw9l+2Baw== Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 02 Jan 2026 13:33:58 +0100 Message-Id: Subject: Re: [PATCH v8 2/4] rust: kernel: Add pointer wrapper types for safe pointer formatting Cc: "Dirk Behme" , "Boqun Feng" , "Miguel Ojeda" , "Petr Mladek" , "Steven Rostedt" , "Timur Tabi" , "Benno Lossin" , "Alice Ryhl" , "John Ogness" , "Rasmus Villemoes" , "Andrew Morton" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Trevor Gross" , "Tamir Duberstein" , "Ke Sun" , To: "Ke Sun" , "Andy Shevchenko" From: "Danilo Krummrich" References: <20260101081605.1300953-1-sunke@kylinos.cn> <20260101081605.1300953-3-sunke@kylinos.cn> In-Reply-To: On Fri Jan 2, 2026 at 1:17 PM CET, Andy Shevchenko wrote: > On Thu, Jan 01, 2026 at 04:16:02PM +0800, Ke Sun wrote: >> Suggested-by: Andy Shevchenko > > Definitely wrong tag here. Please, do not apply random tags on behalf of > others. You must get it explicitly. Ke, just to avoid any confusion, it also strongly depends on the situation. There are tags that are commonly used without getting it explicitly; 'Reported-by:' for instance. For the 'Suggested-by:' tag it depends, if the situation is 100% clear it i= s not uncommon to just add the tag, but in general - but especially if in doubt -= it is usually better to ask. It also sometimes happens that maintainers convert a "LGTM" or "I agree wit= h this patch.", etc. to an 'Acked-by:'. This sometimes happens with new contributors, but in general 'Acked-by:' is (and should be) given explicitl= y. For things like 'Suggested-by:' I also recommend to add a 'Link:' tag with = the source of the suggestion. Please also have a look at [1], which explains which tags require permissio= n. I hope this helps! - Danilo [1] https://docs.kernel.org/process/submitting-patches.html#tagging-people-= requires-permission