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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 12FFEC433DF for ; Thu, 18 Jun 2020 16:49:39 +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 DF9A4208C7 for ; Thu, 18 Jun 2020 16:49:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DF9A4208C7 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 1jlxiw-0007g9-DA; Thu, 18 Jun 2020 16:49:10 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jlxiu-0007g4-Od for xen-devel@lists.xenproject.org; Thu, 18 Jun 2020 16:49:08 +0000 X-Inumbo-ID: a0289058-b183-11ea-bb8b-bc764e2007e4 Received: from esa1.hc3370-68.iphmx.com (unknown [216.71.145.142]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id a0289058-b183-11ea-bb8b-bc764e2007e4; Thu, 18 Jun 2020 16:49:07 +0000 (UTC) Authentication-Results: esa1.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: Zr+m9GWFRCHyYgtlCuEKnE2kRxikAl8R4vqWx98h+7Z9U/KSoQVb+Vk4L2eVXIBW5Ea1NuJxFt WXioX74NbCpLmEZVH1lY34pt+HHRxXMnsgrzls8nkUrQ6ySyAkGwTxAhIRMf9iGjHjdY9Mag8z UF2PQrIeAOWxzoQFenJyGLDOP8TCGt5JiVjJMT99rcAkgeravj8v0GPVcz4Ql+TaXo3GIel/1I WAOx6lVHJChQwVCUD6xOfmoHsV18UfJTjeza9xsAH8jqeGE5XluhBL52xpQPrUVvxAzk4YcX8b /Ts= X-SBRS: 2.7 X-MesageID: 20694624 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,251,1589256000"; d="scan'208";a="20694624" Date: Thu, 18 Jun 2020 17:48:57 +0100 From: Anthony PERARD To: Ian Jackson Subject: Re: [XEN PATCH for-4.14 2/2] tools: Commit flex (2.6.4) & bison (3.3.2) output from Debian buster Message-ID: <20200618164857.GA2099@perard.uk.xensource.com> References: <000401d640c9$7b14e760$713eb620$@xen.org> <20200612151931.1083-3-ian.jackson@eu.citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20200612151931.1083-3-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, Andrew Cooper , Wei Liu , Paul Durrant Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" On Fri, Jun 12, 2020 at 04:19:31PM +0100, Ian Jackson wrote: > These files are in tree so that people can build (including from git) > without needing less-than-a-decade-old flex and bison. > > We should update them periodically. Debian buster has been Debian > stable for a while. Our CI is running buster. > > There should be no significant functional change; it's possible that > there are bugfixes but I have not reviewed the changes. I *have* > checked that the flex I am using has the fix for CVE-2016-6354. > > CC: Paul Durrant > CC: Andrew Cooper > Signed-off-by: Ian Jackson Acked-by: Anthony PERARD -- Anthony PERARD