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 609F33F6C2E for ; Mon, 29 Jun 2026 16:34:15 +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=1782750857; cv=none; b=GzyReV8Fib/5JoBqRz/KpeN+1BsD1XdWyMl8kMJHG9sZ0sd/jYif0tCf39qPXulkhJyAMD6q7dA1aivP+kWldawq6XM5jR+mD2lslRLInA4TRAZ9MvZaoXvfBz/7HJp+TzZpjmx5cJCMdGFrkdueEYr7nDc/MhLLeNCgR1eG1y4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782750857; c=relaxed/simple; bh=SRMjKeSN1QJpLhFvhh32Y2xrzCjBBS1ee1IylEkB+q4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=s12c+uF7DjwDpzh3W88xvfkcQFaskJe8+fthsd1RuHfUjpYzTf4jNpmTi6kNCXX2JsdAqlyZsZIljRfIWprs6hBWanurRAlS4njbelCiF72oNMlb/Ur3yUsL/H1UjoS2WgCY+5MjjjBudcAW4BWk9Gb/OL0RjdWyHDAUBFlUges= 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=YLyOtJW+; 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="YLyOtJW+" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net CE39840E27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1782750854; bh=SRMjKeSN1QJpLhFvhh32Y2xrzCjBBS1ee1IylEkB+q4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=YLyOtJW+ICWS4uu5xEu9HvmplD5lVFlXft6GCVDO6N0JWbRsD1asa/KDnBr4BfZxm c7Ziut0fv3MytRohldIDuz5syb06pVjc10vztnQvqQCMseXTdbA+3mXAMYAovWpG9k vSszobwhr9/AFTw/PTy3mrSYDhum3XlLljWsWPuF1zDWYMvXOjckLsrZf4uaInsnIA OsOM6NGjYiS2l349lEVJITtO/c+F7O06LUi1g0zbFWBsanVhb7WKsN7V07nCgMWMrp zB115Ag1nDIycWBhylgDXs6IbgoqKCJGUA8qcWjpwW5BCKeEO4Iru2doKAGcENDGnH qTbewEG4hCD+Q== Received: from localhost (unknown [IPv6:2601:280:4600:27b::1fe]) (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 CE39840E27; Mon, 29 Jun 2026 16:34:13 +0000 (UTC) From: Jonathan Corbet To: Daniel Pereira Cc: linux-doc@vger.kernel.org Subject: Re: [PATCH 0/2] docs: pt_BR: Translate coding and posting guidelines In-Reply-To: References: <20260614235044.42810-1-danielmaraboo@gmail.com> Date: Mon, 29 Jun 2026 10:34:12 -0600 Message-ID: <87echpwbjv.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable Daniel Pereira writes: > Em dom., 14 de jun. de 2026 =C3=A0s 20:51, Daniel Pereira > escreveu: >> >> This patch series translates chapters 4 and 5 of the kernel development >> process documentation ("4.Coding.rst" and "5.Posting.rst") into >> Brazilian Portuguese (pt_BR). >> > > Hi Jonathan, > > I hope you=E2=80=99re having a good week. I am just following up on the p= t_BR > translation patch series I sent a couple of weeks ago. Please let me > know if you have any feedback or if there is anything I should adjust. Merge window just ended a few hours ago; be patient, I'll get there. jon