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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18241C433E0 for ; Fri, 19 Jun 2020 09:41:49 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id DE22C2080C for ; Fri, 19 Jun 2020 09:41:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DE22C2080C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=citrix.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jmDWQ-0004S2-SZ; Fri, 19 Jun 2020 09:41:18 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jmDWQ-0004Rx-72 for xen-devel@lists.xenproject.org; Fri, 19 Jun 2020 09:41:18 +0000 X-Inumbo-ID: 05132414-b211-11ea-bb55-12813bfff9fa Received: from esa1.hc3370-68.iphmx.com (unknown [216.71.145.142]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 05132414-b211-11ea-bb55-12813bfff9fa; Fri, 19 Jun 2020 09:41:16 +0000 (UTC) Authentication-Results: esa1.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: pejYoSrGVDLqR9CnO0UKEqpk1WOYG2xC+FvupLtGs6LDD9pedgEYV2N6TAVG+Q4THmvwqACNIH TBzCz+9hBke4BGoleSROoGqw60fuRAuUIlr2HzNmKQnwaxHON4Bw9ObLrgSJsFD4LP16prKogf zZADnGgYgpKKNz71BbqbGUruObbaxb0FKFu4kgsVUF4LK0S8PIXwYS1kmU4MXmU6k9X19PPbso J00FMmKpz/bM3/CVGxU+RIbfe9kTo6Vv8RDdVhBnUc6K7/bVtkewwB7gsEc1O18Dma8zCu3cik 0z0= X-SBRS: 2.7 X-MesageID: 20753374 X-Ironport-Server: esa1.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.75,254,1589256000"; d="scan'208";a="20753374" Date: Fri, 19 Jun 2020 10:41:10 +0100 From: Anthony PERARD To: Ian Jackson Subject: Re: [XEN PATCH for-4.14 1/2] tools: Commit autoconf (2.69) output from Debian buster Message-ID: <20200619094110.GA131624@perard.uk.xensource.com> References: <000401d640c9$7b14e760$713eb620$@xen.org> <20200612151931.1083-2-ian.jackson@eu.citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20200612151931.1083-2-ian.jackson@eu.citrix.com> X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: xen-devel@lists.xenproject.org, Paul Durrant , Nick Rosbrook , Wei Liu , Samuel Thibault Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" On Fri, Jun 12, 2020 at 04:19:30PM +0100, Ian Jackson wrote: > These files are in tree so that people can build (including from git) > without needing recent autotools. > > We should update them periodically. Debian buster has been Debian > stable fopr a while. Our CI is running buster. > > There should be no significant functional change; it's possible that > there are bugfixes to the configure scripts but I have not reviewed > them. > > These files were last changed in > 83c845033dc8bb3a35ae245effb7832b6823174a > libxl: use vchan for QMP access with Linux stubdomain > where a new feature was added. However, that commit contains a lot of > extraneous noise in configure compared to its parent. > > Compared to 83c845033dc8bb3a35ae245effb7832b6823174a~, this commit > restores those extraneous changes, leaving precisely the correct > changes. So one way of looking at the changes we are making now, is > that we are undoing accidental changes to the autoconf output. > > CC: Wei Liu > CC: Nick Rosbrook > Reported-by: Nick Rosbrook > CC: Paul Durrant > Signed-off-by: Ian Jackson FIY, this is the output of autoconf from Debian buster, but it isn't the output of autoconf 2.69. Debian is likely to have patches on top of the latest autoconf release. 2.69 is apparently 8 years old. Anyway: Reviewed-by: Anthony PERARD -- Anthony PERARD