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=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 6F726C47082 for ; Thu, 3 Jun 2021 13:45:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5075D613E7 for ; Thu, 3 Jun 2021 13:45:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230227AbhFCNrd (ORCPT ); Thu, 3 Jun 2021 09:47:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230084AbhFCNrc (ORCPT ); Thu, 3 Jun 2021 09:47:32 -0400 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AD81C06174A for ; Thu, 3 Jun 2021 06:45:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=pOZ1KTG84jUOwZV4iyoT08ALYRTSycIVbayoyIWOUck=; b=XrVgjPIm3zrW47fILGapTjzAv 3O/W1kx/TwUDLt6X9dLc49Y/7ll7KNFil833TJX1GSAlD/2QuflP5JRPOqxznYltX9YgAiMzRkvR5 QRS/9lR+U5Yrl8QjmZ4jZjtRyNkhERKk5cAjPg+DqxFYgAqFKrOHUGmB1CJKhjWhqfSTXLbGtRPEf TEz2HsIYQLGtLCsapRK06jYPZrVqzd9M0DSCiNPUUi+S19BcJ9HqxxMybN3wpoHCGwN9/JqoV9bMw VW1acw2ZUxk6uToxHYGyu+p8vsBh16FJtRahxxTe+C5eJA9Q81jshXRKDYUSolBDRreubmvLc7FYe jrS04zL7A==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:44674) by pandora.armlinux.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lonfG-0002qw-QE; Thu, 03 Jun 2021 14:45:38 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1lonfE-00029t-9E; Thu, 03 Jun 2021 14:45:36 +0100 Date: Thu, 3 Jun 2021 14:45:36 +0100 From: "Russell King (Oracle)" To: Guenter Roeck Cc: Lee Jones , Thierry Reding , arm@kernel.org, Arnd Bergmann , Olof Johansson , Stefan Agner , Wolfram Sang , Catalin Marinas , Lorenzo Pieralisi , Stefano Stabellini , linux-arm-kernel , open list Subject: Re: [PATCH 2/6] ARM: xen: Register with kernel restart handler Message-ID: <20210603134536.GT30436@shell.armlinux.org.uk> References: <20191015145147.1106247-1-thierry.reding@gmail.com> <20191015145147.1106247-3-thierry.reding@gmail.com> <20210603131124.GA1040254@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210603131124.GA1040254@roeck-us.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 03, 2021 at 06:11:24AM -0700, Guenter Roeck wrote: > On Thu, Jun 03, 2021 at 01:43:36PM +0100, Lee Jones wrote: > > On Tue, 15 Oct 2019 at 15:52, Thierry Reding > > wrote: > > > > > From: Guenter Roeck > > > > > > Register with kernel restart handler instead of setting arm_pm_restart > > > directly. > > > > > > Select a high priority of 192 to ensure that default restart handlers > > > are replaced if Xen is running. > > > > > > Acked-by: Arnd Bergmann > > > Reviewed-by: Wolfram Sang > > > Reviewed-by: Stefano Stabellini > > > Signed-off-by: Guenter Roeck > > > Signed-off-by: Thierry Reding > > > --- > > > arch/arm/xen/enlighten.c | 12 ++++++++++-- > > > 1 file changed, 10 insertions(+), 2 deletions(-) > > > > > > > This patch does appear to be useful. > > > > Is this just being solved in downstream trees at the moment? > > > > It would be nice if we could relinquish people of this burden and get it > > into Mainline finally. > > > > There must have been half a dozen attempts to send this patch series > upstream. I have tried, and others have tried. Each attempt failed with > someone else objecting for non-technical reasons (such as "we need more > reviews") or no reaction at all, and maintainers just don't pick it up. > > So, yes, this patch series can only be found in downstream trees, > and it seems pointless to submit it yet again. It has plenty of reviews and acks, so that's not the problem. If you look back at the 2019 attempt: 1) there was a pull request sent on the 2 October 2019 to the arm soc guys to merge a series that quite obviously is outside of their remit as it touches mostly ARM core code - it should have been sent to me but wasn't, not even as a Cc. 2) I raised that issue, and as I could find no trace of the patches, I asked for the to be posted - which they were, eventually, two weeks later. It looks like I completely missed the patches amongst all the other email I don't bother to read anymore though. In any case, the pull request by that time would have been completely forgotten about. And that's where it ended - no apparent follow-ups until now. *Shrug*. So in summary, I was expected to notice the patches amongst all the other email, and then remember that there was a pull request that wasn't even addressed to me... -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last! 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=-15.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 AB6A9C47096 for ; Thu, 3 Jun 2021 13:47:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 6F535613E7 for ; Thu, 3 Jun 2021 13:47:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6F535613E7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=815hbQLdbi7R3/s8q0raUFcsY5Xr3P7G+K7enf74fMM=; b=AaF3a3vVTHrUJZ 4XvUZVUb8HAuEejb7QZNgYo8999yVAjtzz0S6IhVKcZRaZTJFifenphtjzmdgV3KUfmcbt7LqVJXi yTko3GD5PBlACgRfnuiQHt1sl+wZv1Y0GbFmuzJJeeQ/R+NPuHgh8l3KSUJZA1BQrSpJ2+W5o7BtG 3EdDKfKfFO4OwzOjoZrR1FvZv1ZmPSgsdrti7q49f7wviiaDMxaHT/6pL1wQWMfapU78IOOmHeBZ3 kSa/B2FqnxHuXUCKIM6PhyizGzIu1sNs4vV9Mt3cqjFuaDeBl7MveXOnR4aws+IzS6KIh1sLamdWm phyz4X35AHSh0tvOtrjw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lonfV-008yVN-1H; Thu, 03 Jun 2021 13:45:53 +0000 Received: from pandora.armlinux.org.uk ([2001:4d48:ad52:32c8:5054:ff:fe00:142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lonfP-008yU2-9r for linux-arm-kernel@lists.infradead.org; Thu, 03 Jun 2021 13:45:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=pOZ1KTG84jUOwZV4iyoT08ALYRTSycIVbayoyIWOUck=; b=XrVgjPIm3zrW47fILGapTjzAv 3O/W1kx/TwUDLt6X9dLc49Y/7ll7KNFil833TJX1GSAlD/2QuflP5JRPOqxznYltX9YgAiMzRkvR5 QRS/9lR+U5Yrl8QjmZ4jZjtRyNkhERKk5cAjPg+DqxFYgAqFKrOHUGmB1CJKhjWhqfSTXLbGtRPEf TEz2HsIYQLGtLCsapRK06jYPZrVqzd9M0DSCiNPUUi+S19BcJ9HqxxMybN3wpoHCGwN9/JqoV9bMw VW1acw2ZUxk6uToxHYGyu+p8vsBh16FJtRahxxTe+C5eJA9Q81jshXRKDYUSolBDRreubmvLc7FYe jrS04zL7A==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:44674) by pandora.armlinux.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lonfG-0002qw-QE; Thu, 03 Jun 2021 14:45:38 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1lonfE-00029t-9E; Thu, 03 Jun 2021 14:45:36 +0100 Date: Thu, 3 Jun 2021 14:45:36 +0100 From: "Russell King (Oracle)" To: Guenter Roeck Cc: Lee Jones , Thierry Reding , arm@kernel.org, Arnd Bergmann , Olof Johansson , Stefan Agner , Wolfram Sang , Catalin Marinas , Lorenzo Pieralisi , Stefano Stabellini , linux-arm-kernel , open list Subject: Re: [PATCH 2/6] ARM: xen: Register with kernel restart handler Message-ID: <20210603134536.GT30436@shell.armlinux.org.uk> References: <20191015145147.1106247-1-thierry.reding@gmail.com> <20191015145147.1106247-3-thierry.reding@gmail.com> <20210603131124.GA1040254@roeck-us.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210603131124.GA1040254@roeck-us.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210603_064547_369234_8364CD9A X-CRM114-Status: GOOD ( 32.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jun 03, 2021 at 06:11:24AM -0700, Guenter Roeck wrote: > On Thu, Jun 03, 2021 at 01:43:36PM +0100, Lee Jones wrote: > > On Tue, 15 Oct 2019 at 15:52, Thierry Reding > > wrote: > > > > > From: Guenter Roeck > > > > > > Register with kernel restart handler instead of setting arm_pm_restart > > > directly. > > > > > > Select a high priority of 192 to ensure that default restart handlers > > > are replaced if Xen is running. > > > > > > Acked-by: Arnd Bergmann > > > Reviewed-by: Wolfram Sang > > > Reviewed-by: Stefano Stabellini > > > Signed-off-by: Guenter Roeck > > > Signed-off-by: Thierry Reding > > > --- > > > arch/arm/xen/enlighten.c | 12 ++++++++++-- > > > 1 file changed, 10 insertions(+), 2 deletions(-) > > > > > > > This patch does appear to be useful. > > > > Is this just being solved in downstream trees at the moment? > > > > It would be nice if we could relinquish people of this burden and get it > > into Mainline finally. > > > > There must have been half a dozen attempts to send this patch series > upstream. I have tried, and others have tried. Each attempt failed with > someone else objecting for non-technical reasons (such as "we need more > reviews") or no reaction at all, and maintainers just don't pick it up. > > So, yes, this patch series can only be found in downstream trees, > and it seems pointless to submit it yet again. It has plenty of reviews and acks, so that's not the problem. If you look back at the 2019 attempt: 1) there was a pull request sent on the 2 October 2019 to the arm soc guys to merge a series that quite obviously is outside of their remit as it touches mostly ARM core code - it should have been sent to me but wasn't, not even as a Cc. 2) I raised that issue, and as I could find no trace of the patches, I asked for the to be posted - which they were, eventually, two weeks later. It looks like I completely missed the patches amongst all the other email I don't bother to read anymore though. In any case, the pull request by that time would have been completely forgotten about. And that's where it ended - no apparent follow-ups until now. *Shrug*. So in summary, I was expected to notice the patches amongst all the other email, and then remember that there was a pull request that wasn't even addressed to me... -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel