From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 013.lax.mailroute.net (013.lax.mailroute.net [199.89.1.16]) (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 619482D12F3; Mon, 13 Apr 2026 23:37:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=199.89.1.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776123422; cv=none; b=cYSyafPArgkZ0d6qF6jMV8MfRtU6VHJ1dw2BJGE/erNOgtGhgRv2WI8f1836k7zzMyxT6RKJaikVbzG0Y7wx+lUfBeRLsk5DDQln3/+kfTiVR2A/x5beIVt8hjLmiAE3LxbyO5cvSTX5RoEU6140oAGz2AT2VrYz5IJ9aCqqU4U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776123422; c=relaxed/simple; bh=1qON6nN6I6mjHxeF1D24BeA6LeZXtx0KXnfAONyyLog=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=OjxMcV7s8DpLFz6mwxKVd6SfaDGMkPGJQQQsRDKG31ILjyUeLwSKlEdA+TPmoHaXhFHqrRxquci7sP5OS76fZE//McPbAIfg/L5lbqeujQwmJPf3kUDBra+j6+TAm4Ct9VQdbcgkgK3LNvp3S9MPDLmxyrfLRtYRw/StBwb0foU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=acm.org; spf=pass smtp.mailfrom=acm.org; dkim=pass (2048-bit key) header.d=acm.org header.i=@acm.org header.b=Q1oEpO7V; arc=none smtp.client-ip=199.89.1.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=acm.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=acm.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=acm.org header.i=@acm.org header.b="Q1oEpO7V" Received: from localhost (localhost [127.0.0.1]) by 013.lax.mailroute.net (Postfix) with ESMTP id 4fvkMc6B8qzlkQLy; Mon, 13 Apr 2026 23:37:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acm.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:content-language:references:subject:subject :user-agent:mime-version:date:date:message-id:received:received; s=mr01; t=1776123417; x=1778715418; bh=RCIEBXNPQc3m0daKji38J1ix CmVmyTO5tqcADRmgu1w=; b=Q1oEpO7VpHrksrNUOSQjDk44Cop31yMmp+ygTPba zKlQgXWqdcCXmODfisujwUSQmZfl+UHAi4q6prXKDl12RO19hH+Lo5VaLPloOY1H 8SKbOIqGaCny/gYwB/iZj2cAXiKgpSqnCwCBIT62y6COLgn+UnycyMcOHLufcd6B oJp3B05Q++kOv0I9nchP6R/B9GNQYPneucKGnEVhlaG0xiOKryieWKQhdwyNChlu dXhkmPfC/zu9MgMo0IyiUtxf2PL7eh0Gp3sXNK7v5HK+QCI9qn2LJrbKtxPDWP7c 6wVlJvXE444AFSHQusGYchrSTg6Ummu0MOCbZCUk1IcatQ== X-Virus-Scanned: by MailRoute Received: from 013.lax.mailroute.net ([127.0.0.1]) by localhost (013.lax [127.0.0.1]) (mroute_mailscanner, port 10029) with LMTP id QRDTH-eElrft; Mon, 13 Apr 2026 23:36:57 +0000 (UTC) Received: from [192.168.51.14] (c-73-231-117-72.hsd1.ca.comcast.net [73.231.117.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bvanassche@acm.org) by 013.lax.mailroute.net (Postfix) with ESMTPSA id 4fvkMW2dSpzlfc9G; Mon, 13 Apr 2026 23:36:54 +0000 (UTC) Message-ID: <3b5ec088-d8a6-4ff6-beec-f499e24ba1c1@acm.org> Date: Mon, 13 Apr 2026 16:36:52 -0700 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] docs: xforms_lists: allow __maybe_unused in func parameters To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: kernel test robot , Jonathan Corbet , Shuah Khan , linux-doc@vger.kernel.org, Mauro Carvalho Chehab References: <20260411233526.3909303-1-rdunlap@infradead.org> Content-Language: en-US From: Bart Van Assche In-Reply-To: <20260411233526.3909303-1-rdunlap@infradead.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/11/26 4:35 PM, Randy Dunlap wrote: > --- linext-2026-0410.orig/tools/lib/python/kdoc/xforms_lists.py > +++ linext-2026-0410/tools/lib/python/kdoc/xforms_lists.py > @@ -93,6 +93,7 @@ class CTransforms: > (CMatch("__weak"), ""), > (CMatch("__sched"), ""), > (CMatch("__always_unused"), ""), > + (CMatch("__maybe_unused"), ""), > (CMatch("__printf"), ""), > (CMatch("__(?:re)?alloc_size"), ""), > (CMatch("__diagnose_as"), ""), Thanks! Reviewed-by: Bart Van Assche