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=BAYES_00, 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 BD4A8C5519F for ; Wed, 18 Nov 2020 12:10:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 52B1C221F1 for ; Wed, 18 Nov 2020 12:10:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726878AbgKRMK5 (ORCPT ); Wed, 18 Nov 2020 07:10:57 -0500 Received: from foss.arm.com ([217.140.110.172]:53228 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726385AbgKRMK5 (ORCPT ); Wed, 18 Nov 2020 07:10:57 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8FB1111D4; Wed, 18 Nov 2020 04:10:56 -0800 (PST) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.194.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2809A3F70D; Wed, 18 Nov 2020 04:10:54 -0800 (PST) References: <20201113112414.2569-1-valentin.schneider@arm.com> <20201115115849.GA6943@geo.homenetwork> User-agent: mu4e 0.9.17; emacs 26.3 From: Valentin Schneider To: Tao Zhou Cc: linux-kernel@vger.kernel.org, Qian Cai , bigeasy@linutronix.de, bristot@redhat.com, bsegall@google.com, dietmar.eggemann@arm.com, juri.lelli@redhat.com, mgorman@suse.de, mingo@kernel.org, ouwen210@hotmail.com, peterz@infradead.org, qais.yousef@arm.com, rostedt@goodmis.org, swood@redhat.com, tglx@linutronix.de, tj@kernel.org, vincent.donnefort@arm.com, vincent.guittot@linaro.org Subject: Re: [PATCH] sched/core: Add missing completion for affine_move_task() waiters In-reply-to: <20201115115849.GA6943@geo.homenetwork> Date: Wed, 18 Nov 2020 12:10:51 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15/11/20 11:59, Tao Zhou wrote: > Oh, I did not receive this patch from 'ouwen210@hotmail.com' > account. Checked that you sent the patch to that mail address > from web. If 'ouwen210' is not a good mail account name(I have > used this name since 2002), I will change to use this one(Now > is smooth enough and can go to lkml). > Nah, any address is fine. I grabbed whatever emails were cc'd to the patch this is fixing - just make sure you're using the right address (i.e. the one you want LKML stuff to go to) when interacting on the list and you should be good. > Thanks, > Tao