From patchwork Fri Dec 6 19:40:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 13897648 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BA817E77173 for ; Fri, 6 Dec 2024 19:40:48 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.850459.1264877 (Exim 4.92) (envelope-from ) id 1tJeBi-0003AA-80; Fri, 06 Dec 2024 19:40:30 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 850459.1264877; Fri, 06 Dec 2024 19:40:30 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tJeBi-0003A3-57; Fri, 06 Dec 2024 19:40:30 +0000 Received: by outflank-mailman (input) for mailman id 850459; Fri, 06 Dec 2024 19:40:28 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tJeBg-00039r-SN for xen-devel@lists.xenproject.org; Fri, 06 Dec 2024 19:40:28 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.96) (envelope-from ) id 1tJeBg-007AQd-0R; Fri, 06 Dec 2024 19:40:28 +0000 Received: from 54-240-197-232.amazon.com ([54.240.197.232] helo=dev-dsk-jgrall-1b-035652ec.eu-west-1.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96) (envelope-from ) id 1tJeBg-0034Np-0E; Fri, 06 Dec 2024 19:40:28 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date: Subject:Cc:To:From; bh=eOgOAaOBj8tyU30Xd9ZQ++sw9kgVYwZFhk4V5vdXcEw=; b=AR2Fpw PwGgIysdagoNXnt/ErG9yOMT8QF9SFcM3EGSEDcAnAK7ST+VMl20n6D+KB4mGpPeA9Dhow4PETeEI jCzVl8WMOC6vL7Fev9amZnvBqe01tjvIxzrDC7XIK2IOqdZmhKSciPcg/CNSCr2IUXhdDNM6ly7gx PX6OQxA9o9g=; From: Julien Grall To: xen-devel@lists.xenproject.org Cc: julien@xen.org, Julien Grall , Andrew Cooper , Jan Beulich , Stefano Stabellini Subject: [PATCH for-4.20 0/2] docs/process: Update the branching checklist Date: Fri, 6 Dec 2024 19:40:23 +0000 Message-Id: <20241206194025.31662-1-julien@xen.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 From: Julien Grall Hi all, As we approach Xen 4.20, update the branching checklist to match the current state of affair. Cheers, Julien Grall (2): docs/process: branching-checklist: Update the steps to generate the docs docs/process: branching-checklist: Remove any reference to OSSTest docs/process/branching-checklist.txt | 33 ++++------------------------ 1 file changed, 4 insertions(+), 29 deletions(-)