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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 45FF2C004C9 for ; Sun, 5 May 2019 20:31:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1E686206A3 for ; Sun, 5 May 2019 20:31:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727615AbfEEUbv (ORCPT ); Sun, 5 May 2019 16:31:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:54074 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726905AbfEEUbv (ORCPT ); Sun, 5 May 2019 16:31:51 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3ADEB20651; Sun, 5 May 2019 20:31:47 +0000 (UTC) Date: Sun, 5 May 2019 16:31:45 -0400 From: Steven Rostedt To: Joel Fernandes Cc: Greg KH , linux-kernel@vger.kernel.org, Adrian Ratiu , Alexei Starovoitov , Andrew Morton , atishp04@gmail.com, bpf@vger.kernel.org, Brendan Gregg , Brendan Gregg , dancol@google.com, Daniel Borkmann , Dan Williams , dietmar.eggemann@arm.com, duyuchao , Guenter Roeck , Jonathan Corbet , Karim Yaghmour , Kees Cook , kernel-team@android.com, linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-trace-devel@vger.kernel.org, Manjo Raja Rao , Masahiro Yamada , Masami Hiramatsu , =?UTF-8?B?TWljaGHFgg==?= Gregorczyk , Michal Gregorczyk , Mohammad Husain , Olof Johansson , qais.yousef@arm.com, rdunlap@infradead.org, Shuah Khan , Srinivas Ramana , Tamir Carmeli , yhs@fb.com Subject: Re: [PATCH v2] kheaders: Move from proc to sysfs Message-ID: <20190505163145.45f77e44@oasis.local.home> In-Reply-To: <20190505132623.GA3076@localhost> References: <20190504121213.183203-1-joel@joelfernandes.org> <20190504122158.GA23535@kroah.com> <20190504123650.GA229151@google.com> <20190505091030.GA25646@kroah.com> <20190505132623.GA3076@localhost> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-trace-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org On Sun, 5 May 2019 13:26:23 +0000 Joel Fernandes wrote: > On Sun, May 05, 2019 at 11:10:30AM +0200, Greg KH wrote: > > On Sat, May 04, 2019 at 08:36:50AM -0400, Joel Fernandes wrote: > > > > But, you should change S_IRUGO to the correct octal number, checkpatch > > > > should have barfed on this change. > > > > > > fixed, below is the updated patch inline, thanks! > > > > Please resend as a "real" submission, doing so in this format is a bit > > more difficult to apply. > > git am --scissors can do it, but no problem I will send as a formal > submission. Thanks a lot. > True, but a lot of us depend on scripts to pull in patches from our INBOX. Which is why we like them to stay with the standard format. -- Steve