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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT 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 0CE07C67863 for ; Wed, 24 Oct 2018 09:08:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B579B2082E for ; Wed, 24 Oct 2018 09:08:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="ARdskZmJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B579B2082E 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-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727881AbeJXRfj (ORCPT ); Wed, 24 Oct 2018 13:35:39 -0400 Received: from pandora.armlinux.org.uk ([78.32.30.218]:41074 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726256AbeJXRfj (ORCPT ); Wed, 24 Oct 2018 13:35:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2014; 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=93k5CqI65G3jET7vIj4u/I4TSAT+AQg6rgRWlfC0/Ro=; b=ARdskZmJnjyWWAdXWv8a7JPhk dCdKcREeaHEZ6xT06CWyebSyY7biKhPd1upSW9xtJpUGZonDMB7jyEiAsYLUD8HjqpXAWBvDWEvO6 JjWubNmIzVcePmLtwUUqQfmftODENxiFn8RLLU/w4NagmFt/4trkno0O3V1Gs+mQNIFcg=; Received: from n2100.armlinux.org.uk ([2002:4e20:1eda:1:214:fdff:fe10:4f86]:58099) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1gFF8c-0001CX-Sv; Wed, 24 Oct 2018 10:07:39 +0100 Received: from linux by n2100.armlinux.org.uk with local (Exim 4.90_1) (envelope-from ) id 1gFF8Y-0007Ni-3v; Wed, 24 Oct 2018 10:07:34 +0100 Date: Wed, 24 Oct 2018 10:07:32 +0100 From: Russell King - ARM Linux To: Maksym Kokhan Cc: Daniel Walker , Andrew Morton , Rob Herring , Frank Rowand , Ard Biesheuvel , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , x86@kernel.org, Catalin Marinas , Will Deacon , Ralf Baechle , Paul Burton , James Hogan , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Daniel Walker , Andrii Bordunov , Ruslan Bilovol , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-efi@vger.kernel.org, linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 0/8] add generic builtin command line Message-ID: <20181024090732.GS30658@n2100.armlinux.org.uk> References: <1538067309-5711-1-git-send-email-maksym.kokhan@globallogic.com> <20180929181725.GB27441@fifo99.com> <20181023144815.GP30658@n2100.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 24, 2018 at 11:57:44AM +0300, Maksym Kokhan wrote: > Do you mean, that you haven't seen patch for ARM, which I sent on > September 27 along with cover and patch 1? It is strange, because > you was the one from recipients. If so, you can see this patch here: > https://lore.kernel.org/patchwork/patch/992779/ It seems that I have received patch 5, _but_ it's not threaded with the cover message and patch 1. With 50k messages in my inbox, and 3k messages since you sent the series, it's virtually impossible to find it (I only found it by looking at my mail server logs from September to find the subject, and then searching my mailbox for that subject.) This is unnecessarily difficult. > On Tue, Oct 23, 2018 at 5:48 PM Russell King - ARM Linux > wrote: > > > > On Tue, Oct 23, 2018 at 05:43:18PM +0300, Maksym Kokhan wrote: > > > We still have no response to patches for x86, arm, arm64 and powerpc. > > > Is current generic command line implementation appropriate for these > > > architectures? > > > Is it possible to merge these patches in the current form (for x86, > > > arm, arm64 and powerpc)? > > > > You may wish to consider your recipients - I seem to only have received > > the cover and patch 1 (which doesn't include any ARM specific bits). > > It may be that you're not getting responses because people haven't seen > > your patches. > > > > Thanks. > > > > -- > > RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ > > FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up > > According to speedtest.net: 11.9Mbps down 500kbps up -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up