From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (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 B3BE829B78D for ; Thu, 9 Apr 2026 14:35:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775745327; cv=none; b=SFNCfEu4D9TndRfSN4mkH85R6CuqiZDMjRahBLid5i6o8W9bugABInNmAbbGfLfAXbMBPjbjN3RIlXzogUWjXoZ1TEo1GGNhNssAbNuwDjV5LFViX78tZAeLqtRU81td3B/GTuOdOUhfpALkmXMCITBSe16qNIkn9XCZr1Wd/Mw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775745327; c=relaxed/simple; bh=R5q0LVtb90UPAqO9Gzgc9ikyME60/+cjau376pxPJxA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=r0oYItjdhsMELy3gWhS7ydtngEeznK6DbDoO7q8EIVc+quhX+KAJi381sqifvuoeIcoKdrUEfz9e3yqyDSOGk2nNG9EhxdUiuW/DW9DC6OOzZ4PzmpGAc3DsuDp+A9O3Yd1UQ6Tccq7t7e3J0KeVllrvgGFe1UVmg+sYEXu6fpw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=o8sA8NCU; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="o8sA8NCU" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 272B8410A5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1775745326; bh=mSRZsIZn7sByPUFuHbt2q9qsZitbvujJkF52ssGdp1c=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=o8sA8NCURTosVYyOuJmBbZq3CLfwT+7lBWAHhsTs8JlWfvoB/DXwsmplwnjM0+NRZ fsk55JKARsusX3fd/adI0wvEn5dKuQiGUAQ46Hi3H+Vif+Pc5a41c1xV8jaaqeFC1o KR8IhYEjwncN4Aly5eXk8xEfoXk4usr1OQcvH9JDY3P4BII3P7d/3E8X/aoHtcinQY XEqYOpc9pEESPkrlVkZQ2kHj5bd30W5EkK+CfApyksgsriW8OilZJQ9WGqGON2xCj/ 13pmfX1mk9/+CY/RiTSRO2JcHE5sepGkeUdTDebMb+1HxZ6g4fDJVrEXPi19chsCqK 3IkTn5UiHtosA== Received: from localhost (c-71-229-227-126.hsd1.co.comcast.net [71.229.227.126]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 272B8410A5; Thu, 9 Apr 2026 14:35:26 +0000 (UTC) From: Jonathan Corbet To: Daniel Castro , danielmaraboo@gmail.com Cc: linux-doc@vger.kernel.org, Daniel Castro Subject: Re: [PATCH v2] docs: pt_BR: translate process/2.Process.rst In-Reply-To: <20260330180207.30224-1-arantescastro@gmail.com> References: <20260330180207.30224-1-arantescastro@gmail.com> Date: Thu, 09 Apr 2026 08:35:25 -0600 Message-ID: <87se94b3rm.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Daniel Castro writes: > Add Brazilian Portuguese translation of the development process > document (Documentation/process/2.Process.rst), covering the > development cycle overview, patch lifecycle, subsystem trees, > staging trees, tools, mailing lists, and getting started with > kernel development. > > Assisted-by: Claude:claude-opus-4-6 > Signed-off-by: Daniel Castro > --- > v2: Fix stray line breaks throughout the file. > > Documentation/translations/pt_BR/index.rst | 1 + > .../translations/pt_BR/process/2.Process.rst | 502 ++++++++++++++++++ > 2 files changed, 503 insertions(+) > create mode 100644 Documentation/translations/pt_BR/process/2.Process.rst Unfortunately, this patch does not apply to docs-next. Please respin and resend, and we'll get it in after the merge window. Thanks, jon