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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 C4A91C433E0 for ; Wed, 24 Feb 2021 00:31:07 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (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 EE7C464EC3 for ; Wed, 24 Feb 2021 00:31:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE7C464EC3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=ozlabs.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:56520 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEi53-00044e-3c for qemu-devel@archiver.kernel.org; Tue, 23 Feb 2021 19:31:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36526) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEi3l-0003F2-4A; Tue, 23 Feb 2021 19:29:45 -0500 Received: from ozlabs.org ([2401:3900:2:1::2]:57655) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEi3h-0003HM-5m; Tue, 23 Feb 2021 19:29:43 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4DlcHR0KMnz9sTD; Wed, 24 Feb 2021 11:29:22 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1614126564; bh=5NmrheZip14jcw1oeK9ILrd7aix0Z4/aqWfyuPFZ0hE=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=YmeMiKhKyCoTrfjy/srHC3MYLvknVu8fcIf9xsN+1pBgdglc3myFGH0HNwAaz4rOk WdBOhnLdl2FQi6DBoZ+EysxFTHCALQf3rlp37K2+KendffEnRZoID7w7XR4ZiDkMpP 8e7nCRFTWhFOQwNX5m2bMB2ethVb4TaF7D8GnYXn6CFTcpsNQNKN7/Yf/OjNN2vvPT 7VJzzjol9/tOmPP+KElGxuMmRnBJmuXeoKEssb00DlK+H5BWCDYtBDXBntYaFXtCKE gADlMw1emOFT0bHjGkIMH+sq032LE+sJVm1SZDwzEMV+1EIVhTC8YmJZ4SB3NCD401 gw1HzWrG5lXCg== Message-ID: <4023a93314e1ae69c19a4a93e87b65c8bfaac619.camel@ozlabs.org> Subject: Re: who's using the ozlabs patchwork install for QEMU patches ? From: Jeremy Kerr To: Alexey Kardashevskiy , Christian Schoenebeck , qemu-devel@nongnu.org Date: Wed, 24 Feb 2021 08:29:17 +0800 In-Reply-To: References: <20210223123943.06d23a56@bahia.lan> <2915273.dLz0rCdnKo@silver> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2401:3900:2:1::2; envelope-from=jk@ozlabs.org; helo=ozlabs.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Thomas Huth , Stephen Rothwell , Greg Kurz , "qemu-ppc@nongnu.org" , David Gibson Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Hi Alexey, > Jeremy or Stephen (cc-ing) do definitely know if there is a better > way. The standard process is to send me an email :) You're wanting to add user 'groug' to the qemu project, is that correct? Cheers, Jeremy