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 3AFA44219F4; Mon, 2 Mar 2026 15:54:36 +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=1772466877; cv=none; b=j7/qsZnRx8Q4cdQbbTKY5mcvMQdcX5dOMKNRJkMHIfS+nQMrmfN0UgJJ7N2sCmjmnWstoXYhpD9i23rUG73kxdK23DD8Fna88a/kdqSiXotJmYOva9CGZ8HS/XpKe8qqM3kqd7n6Ol9FWC8AH7v0SE2g3CUhjmpdTF++CfERFd4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772466877; c=relaxed/simple; bh=3BQmq9dvDpl2+fop+k6JBpifN8Rg7E6/3o3+NwzLUys=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=CPfnT3OWuvYA59pXkj+CAdQXTUuijTS+PVjes82TQoFM2QoyCb1f15r5wbiND4S7AB4p9nKuyyWW8XWj30JG2lGSzYGH+U7sEe+xaAK5uIXm7KKt5BDifl7JnqyxPitMjeTTxqRmU3ToST/GvuT47Tmg8rKIMjdN1efM+utKv9E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jgDRLpR1; 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="jgDRLpR1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2D4EC2BC87; Mon, 2 Mar 2026 15:54:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772466876; bh=3BQmq9dvDpl2+fop+k6JBpifN8Rg7E6/3o3+NwzLUys=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jgDRLpR1lV5Tw0Ecq/vLiVK0zxCyZGfh1QQbGSPkdVdk1kFg7jD5JrKWWujT+3ecn RjXtWbXFBDkmX7zxn30hP1eQwct2sf7gJb1MzO1hPFScV+HwOVAPZ5NAFNcsGl/JbI eAVuF1oT4mtua5qCAOSkJ0A3nSHPDpAMyGacFS/ugKah1ihP+Fr8LZy6rriEy4chT7 f4eyrHL4vKxvgQ02eB5Fz+VSkK9pN0/GX8il4ctbFuZcp5j4Afl5dTpoP058MHmxwM DXYNh6GjhipUwJDF3NojaQIG5EBzIqcCyrCtCTW6IsPV+/P3ZOFPNIPM61nOqBe5cr Tn9PETygu4k/Q== Received: from localhost ([::1]) by mail.kernel.org with esmtp (Exim 4.99.1) (envelope-from ) id 1vx5bO-0000000GuZ0-2ElO; Mon, 02 Mar 2026 16:54:34 +0100 Date: Mon, 2 Mar 2026 16:54:33 +0100 From: Mauro Carvalho Chehab To: Jonathan Corbet Cc: Alexander Lobakin , Kees Cook , Mauro Carvalho Chehab , intel-wired-lan@lists.osuosl.org, linux-doc@vger.kernel.org, linux-hardening@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, "Gustavo A. R. Silva" , Aleksandr Loktionov , Randy Dunlap , Shuah Khan Subject: Re: [Intel-wired-lan] [PATCH 00/38] docs: several improvements to kernel-doc Message-ID: <20260302165433.27f11148@localhost> In-Reply-To: <87sear2kbm.fsf@trenco.lwn.net> References: <87sear2kbm.fsf@trenco.lwn.net> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.51; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 23 Feb 2026 14:58:53 -0700 Jonathan Corbet wrote: > Mauro Carvalho Chehab writes: > > > Hi Jon, > > > > This series contain several improvements for kernel-doc. > > > > Most of the patches came from v4 of this series: > > https://lore.kernel.org/linux-doc/cover.1769867953.git.mchehab+huawei@kernel.org/ > > So I will freely confess to having lost the plot with this stuff; I'm > now trying to get back up to speed. Yeah, I kinda figure it out ;-) > But, before I dig into this big > series, can you say whether you think it's ready, or whether there's > another one on the horizon that I should wait for? There are more things undergoing, but I need some time to reorganize the patchset... currently, there are 60+ patches on my pile. So, instead of merging this patchset, I'll be sending you a smaller series with the basic stuff, in a way that it would be easier to review. My plan is to send patches along this week on smaller chunks, and after checking the differences before/after, in terms of man/rst/error output. -- Thanks, Mauro