From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 538AA385022E for ; Wed, 7 Sep 2022 07:59:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 538AA385022E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id D9B0B33E50; Wed, 7 Sep 2022 03:59:01 -0400 (EDT) Received: from [172.20.14.209] (unknown [203.142.74.244]) (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) by hamza.pair.com (Postfix) with ESMTPSA id B858633E60; Wed, 7 Sep 2022 03:59:00 -0400 (EDT) Date: Wed, 7 Sep 2022 15:58:57 +0800 (WITA) From: Gerald Pfeifer To: Jason Merrill cc: gcc-patches@gcc.gnu.org Subject: Re: [wwdocs PATCH RFA] contribute: link to kernel doc about patch email In-Reply-To: <20220906202522.1402241-1-jason@redhat.com> Message-ID: <1266b7f3-c48b-7056-b176-6dfc073aad54@pfeifer.com> References: <20220906202522.1402241-1-jason@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.09 on 209.68.5.143 X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 6 Sep 2022, Jason Merrill wrote: > It occurred to me that it would be useful to link to the kernel's > documentation for emailing patches. OK? That's a great idea, thank you, Jason! (Not strictly required by HTML 5, but I'd close the paragraph with

like we generally do.) Gerald