From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 128EDCCA473 for ; Thu, 30 Jun 2022 17:37:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235617AbiF3Rhj (ORCPT ); Thu, 30 Jun 2022 13:37:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236536AbiF3Rhh (ORCPT ); Thu, 30 Jun 2022 13:37:37 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDA233FD92; Thu, 30 Jun 2022 10:37:36 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 9CBA44B7; Thu, 30 Jun 2022 17:37:36 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 9CBA44B7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1656610656; bh=+LbHLvKEiiEc8pj4i9ditdVLj0AsUDpF6czmKDRAGAQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ERFEf+hW4cBKgwZDsBfjGL1+pMPjSmjGy3n4+MMUybl0YPcR9mdt0i4Pfh/rdtzsK LXcN6qfiEKibZTLo0ApKZxP5wvduy+2n1tBkKVFCxCiD+1qy4JM8qW+dKTk0pqv83m iR/RE0MArmMNaB6RzHzqIHQEpzQMSGYPgvksSgr8nfvanui/XiGxOMfL0ZVQwiPhUm ERjvy1NdBOucCtkzB0eLfy83X1ZIVpdvgOY5lzC5rfGRPzZFVj0016MeJvcXpPJU3C +fQpxF0Jigtm6sDt44GZ92PLBNxiORwD+Fb7Xf+wnifXdSSbJxlQaXNgcb59dlwoQR MctSHX7LQJx+w== From: Jonathan Corbet To: Federico Vaga Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Federico Vaga Subject: Re: [PATCH] doc:it_IT: align Italian documentation In-Reply-To: <20220628111603.603357-1-federico.vaga@vaga.pv.it> References: <20220628111603.603357-1-federico.vaga@vaga.pv.it> Date: Thu, 30 Jun 2022 11:37:36 -0600 Message-ID: <87pmiqnjbz.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Federico Vaga writes: > Translation for the following patches > > commit df05c0e9496c ("Documentation: Raise the minimum supported version of LLVM to 11.0.0") > commit 333b11e541fe ("Documentation: Add minimum pahole version") > commit 6d6a8d6a4ed0 ("docs: Update Sphinx requirements") > [...] Applied, thanks. jon