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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,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 47A47C43381 for ; Thu, 28 Jan 2021 14:27:16 +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 D419164D9F for ; Thu, 28 Jan 2021 14:27:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D419164D9F Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=xenproject.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.77078.139404 (Exim 4.92) (envelope-from ) id 1l58Fp-0005RO-Dq; Thu, 28 Jan 2021 14:26:37 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 77078.139404; Thu, 28 Jan 2021 14:26:37 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l58Fp-0005RH-Ak; Thu, 28 Jan 2021 14:26:37 +0000 Received: by outflank-mailman (input) for mailman id 77078; Thu, 28 Jan 2021 14:26:35 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l58Fn-0005RC-Jc for xen-devel@lists.xenproject.org; Thu, 28 Jan 2021 14:26:35 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l58Fn-0007OV-Is for xen-devel@lists.xenproject.org; Thu, 28 Jan 2021 14:26:35 +0000 Received: from iwj (helo=mariner.uk.xensource.com) by xenbits.xenproject.org with local-bsmtp (Exim 4.92) (envelope-from ) id 1l58Fn-0007GV-Hm for xen-devel@lists.xenproject.org; Thu, 28 Jan 2021 14:26:35 +0000 Received: from iwj by mariner.uk.xensource.com with local (Exim 4.89) (envelope-from ) id 1l58Fi-0004XJ-Qh; Thu, 28 Jan 2021 14:26:30 +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=xenproject.org; s=20200302mail; h=References:In-Reply-To:Subject:Cc:To:Date :Message-ID:Content-Transfer-Encoding:Content-Type:MIME-Version:From; bh=DWvunvAhXPdHyLl1Zq+lFl/s2vTQCtLafeibSV/i43M=; b=2KxOyVMPQsJI28SaDG/TU1XaB6 C+nsEkPwTdaDtyf2hq4SCLrEq81NH0rAQxrbT65rt8I3qqfJiIIVxKXhOC/bm5g8AoEP06paLMCgG mQtWG/YIWmCG5BM7Dth1J6QBPsuQdqtomx9U6VtoPFkdgElChjNDScvn3fGsCAHlHVvM=; From: Ian Jackson MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <24594.51606.52336.298888@mariner.uk.xensource.com> Date: Thu, 28 Jan 2021 14:26:30 +0000 To: Andrew Cooper Cc: Edwin Torok , , Christian Lindig , =?iso-8859-1?Q?J=FCrgen_Gro=DF?= , Wei Liu Subject: Re: [OSSTEST PATCH 7/7] make-flight: Stripy xenstored [and 2 more messages] In-Reply-To: <98d9c63f-030b-6de8-0d29-37d950b0a595@citrix.com> References: <20210122155603.23402-1-iwj@xenproject.org> <20210122155603.23402-7-iwj@xenproject.org> <8b231075e5ed13412f98881c3b3454d9abf9e871.camel@citrix.com> <81f92e66-3a43-dea8-f633-2fcf725c10dc@citrix.com> <0361ffd5-a640-ac59-c222-4a2d5a9a4727@citrix.com> <24586.64456.905401.474099@mariner.uk.xensource.com> <24587.3400.673049.196349@mariner.uk.xensource.com> <98d9c63f-030b-6de8-0d29-37d950b0a595@citrix.com> X-Mailer: VM 8.2.0b under 24.5.1 (i686-pc-linux-gnu) Andrew Cooper writes ("Re: [OSSTEST PATCH 7/7] make-flight: Stripy xenstored [and 2 more messages]"): > Well - I ask specifically because there is a thread on xen-devel about > upping the minimum supported version of Ocaml, in order to simplify a > couple of aspects. > > This would manifest as oxenstored no longer building on older distros.  > (I've got no idea if the specific suggestion would impact OSSTest this > time.) I wasn't aware of that. So, noted, thanks. > For now - lets just fix our testing gap. This series is in osstest production now and happily did not reveal any previously-masked problems with C xenstored! Ian.