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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 9F508C433B4 for ; Thu, 20 May 2021 08:59:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8177561358 for ; Thu, 20 May 2021 08:59:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231522AbhETJAw (ORCPT ); Thu, 20 May 2021 05:00:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231491AbhETJAv (ORCPT ); Thu, 20 May 2021 05:00:51 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6EACCC061574 for ; Thu, 20 May 2021 01:59:30 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1621501168; 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=JXGVI7v2l5GZv6QJ6hatHTiLGrRfl7tnAvPh+UOI1+I=; b=GdonHB5zQFOhzEJU4bND6W7H9MufJUu73L4PJR9B/SLteyh1/6h4fKXU9/ALeVio606PJe yLpPPI+tbIF+vzEReV49O2n7/qjP5miZy5sBlTAbJCYOnMahJJNHrKzr9STCiYIluIOanw UkVzLr1tldbyjpTvMqqiq+AjxP3yLj5UgaWWYaN0zKzLQRVDAsYYi5tIPG5iVqLbcXHfAx cXlua85jOPo1oZFGDss7ME630eUbwesFZLFp32XrDm6j0eB+JtAcgIlClm36NYN2ho8b09 VXc0zKnSQutjveqvjSvBHMcxNAW9ijTsEAW7ygfNqc+VgjWIiww9HpFNVcRLSg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1621501168; 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=JXGVI7v2l5GZv6QJ6hatHTiLGrRfl7tnAvPh+UOI1+I=; b=68iA3nVcRDLZE1YxHJ304TJ0PcEtiVWa3BWbciEmTTUEzwRosdMm9+diHTDGtKtoC5jacG m9wRv/NWMAwAYYDw== To: Jingxian He Cc: mingo@redhat.com, bp@alien8.de, x86@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, hejie3@huawei.com, hewenliang4@huawei.com, wuxu.wu@huawei.com, hejingxian@huawei.com, Sang Yan Subject: Re: [PATCH] rtc: Fix hwclock write fail problem in x86 arch In-Reply-To: <20210519092349.513729-1-hejingxian@huawei.com> References: <20210519092349.513729-1-hejingxian@huawei.com> Date: Thu, 20 May 2021 10:59:28 +0200 Message-ID: <87wnrtbx1r.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 19 2021 at 17:23, Jingxian He wrote: So at 17:19 this very same patch was posted by Sang Yan https://lore.kernel.org/r/20210519091908.513593-1-sangyan@huawei.com Can you please coordinate patch posting internaly? It has the same broken SOB chain as this one: > Signed-off-by: Jingxian He > Signed-off-by: Jie He See Documentation/process/submitting-patches.rst Thanks, tglx