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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 F18E1C2B9F7 for ; Fri, 28 May 2021 15:42:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D16E26113B for ; Fri, 28 May 2021 15:42:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236703AbhE1Po2 (ORCPT ); Fri, 28 May 2021 11:44:28 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:41108 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229642AbhE1Po0 (ORCPT ); Fri, 28 May 2021 11:44:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622216571; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sC/4mqGVwjGmarPwyWnSGWMjis6RsnduR1OTuOfsgPQ=; b=aMiAGVAEjSCDtfuPEiNlfB4WzHDJXlnWiW+cA2agfALKPvSJ4LS4dc9YAc1CrBWGVdLmOY g4xRAZpV5A4hQc/4Njq6ZY0amSHGqqBCcG35MnFsJd/NJ7kNwUY2BJzDBneX1ggXv6ZkHL v65UdhEACJYcFh2udi7kDnQ8NT6eKBo= Received: from mail-ed1-f70.google.com (mail-ed1-f70.google.com [209.85.208.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-539-vNieao7OPeGFKyUaFS42XA-1; Fri, 28 May 2021 11:42:50 -0400 X-MC-Unique: vNieao7OPeGFKyUaFS42XA-1 Received: by mail-ed1-f70.google.com with SMTP id d8-20020a0564020008b0290387d38e3ce0so2343696edu.1 for ; Fri, 28 May 2021 08:42:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=sC/4mqGVwjGmarPwyWnSGWMjis6RsnduR1OTuOfsgPQ=; b=CSpknQacn+fnsYfl2nb32PKuMiTua15OhbuslOulaYQeLh5/dFdW3DUNbrOo8TWRpw 0JPI5lC2GWrko0gTVwQ3nDzrZIU1STjxzKS1UKeBJpxCPe77qbyHp9QIbcQngjClybXa bMvEumMXsShOiC44Nn9drLSdWYcMfnfGTc4bEcx6+JoTZUIdLD65M28wK3x6wRQLYWDe p6nneRMF6/tNcPw9ezF8DuYqzm167dICR4xy4DyHfRACUKDc20nbp+vXaU+RqAt6QHyN 3H4IMiRgcrtluUE2BeaIjBz2INy06sDic28Wn4EkZKmgmktKjDJFWOTpN8pNrH1G9Y/B treA== X-Gm-Message-State: AOAM531+YmYwWf7VzwtkNPVNyXm3gon02imUlNkb8dzV0vpynSCGk36U +/52IaWg4duJVwwjt1LsRPc/8oQi2sC0Hq/rgk8ksTB3vCMKqdrCmI784iSe9IBqU9ZaWCLjN0Q hTRs8pXvNb3dbDK+NmIqc2c+n X-Received: by 2002:a50:d589:: with SMTP id v9mr10813398edi.126.1622216569044; Fri, 28 May 2021 08:42:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxyh7puphKWIHAhTU3NrGDcpIPKc1l/cTOKXvbBu9zHj9YOh1870e+pFMIR14K/Zqb2VV4uAA== X-Received: by 2002:a50:d589:: with SMTP id v9mr10813361edi.126.1622216568644; Fri, 28 May 2021 08:42:48 -0700 (PDT) Received: from alrua-x1.borgediget.toke.dk ([2a0c:4d80:42:443::2]) by smtp.gmail.com with ESMTPSA id v24sm2839644eds.19.2021.05.28.08.42.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 May 2021 08:42:48 -0700 (PDT) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 86A4A180720; Fri, 28 May 2021 17:42:47 +0200 (CEST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Matthew Wilcox , James Bottomley Cc: Greg KH , Christoph Lameter , Theodore Ts'o , Jiri Kosina , ksummit@lists.linux.dev, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: Maintainers / Kernel Summit 2021 planning kick-off In-Reply-To: References: X-Clacks-Overhead: GNU Terry Pratchett Date: Fri, 28 May 2021 17:42:47 +0200 Message-ID: <87im32g8zs.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Matthew Wilcox writes: > On Fri, May 28, 2021 at 07:58:10AM -0700, James Bottomley wrote: >> On Thu, 2021-05-27 at 15:29 +0200, Greg KH wrote: >> > On Thu, May 27, 2021 at 03:23:03PM +0200, Christoph Lameter wrote: >> > > On Fri, 30 Apr 2021, Theodore Ts'o wrote: >> > > >> > > > I know we're all really hungry for some in-person meetups and >> > > > discussions, but at least for LPC, Kernel Summit, and >> > > > Maintainer's Summit, we're going to have to wait for another >> > > > year, >> > > >> > > Well now that we are vaccinated: Can we still change it? >> > > >> > >> > Speak for yourself, remember that Europe and other parts of the world >> > are not as "flush" with vaccines as the US currently is :( >> >> The rollout is accelerating in Europe. At least in Germany, I know >> people younger than me are already vaccinated. I think by the end of >> September the situation will be better ... especially if the EU and US >> agree on this air bridge (and the US actually agrees to let EU people >> in). >> >> One of the things Plumbers is thinking of is having a meetup at what >> was OSS EU but which is now in Seattle. The Maintainer's summit could >> do the same thing. We couldn't actually hold Plumbers in Seattle >> because the hotels still had masks and distancing requirements for >> events that effectively precluded the collaborative aspects of >> microconferences, but evening events will be governed by local >> protocols, rather than the Hotel, which are already more relaxed. > > Umm. Let's remember that the vaccines are 33-93% effective [1], > which means that there's approximately a 100% certainty that at least > one person arriving at the event from a trans-atlantic flight has been > exposed to someone who has the virus. I'm not convinced that holding a > "more relaxed protocol" event is a great idea. Not to mention the fact that this would exclude everyone from parts of the world that do not have a high vaccine coverage or a cosy "air bridge" type relationship with the US (whatever that means); aren't we supposed to be an international community? :/ -Toke