All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dev@dpdk.org, John McNamara <john.mcnamara@intel.com>
Subject: Re: [PATCH v2] devtools: add script to get maintainers from patch
Date: Wed, 08 Nov 2017 00:45:41 +0100	[thread overview]
Message-ID: <2727444.BxQRkExc9S@xps> (raw)
In-Reply-To: <90f53ade-59d0-378d-bdd5-1d82bb6db733@intel.com>

08/11/2017 00:41, Ferruh Yigit:
> On 11/7/2017 3:35 PM, Thomas Monjalon wrote:
> > Have you tried to send a patch to Linux
> > in order to avoid the workaround below?
> 
> No, not tried, but that list looks like put intentionally so not sure if a patch
> helps.

checkpatch has an option to be run outside of Linux.


> >> +FILES="COPYING CREDITS Kbuild"
> >> +FOLDERS="Documentation arch include fs init ipc kernel scripts"
> >> +
> >> +# Kernel script checks for some files and folders to run
> >> +workaround () {
> >> +	for f in $FILES; do
> >> +		if [ ! -f $f ]; then touch $f; fi
> >> +	done
> >> +
> >> +	for d in $FOLDERS; do
> >> +		if [ ! -d $d ]; then mkdir $d; fi
> >> +	done
> >> +}
> 
> 

      reply	other threads:[~2017-11-07 23:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-28 16:34 [PATCH] devtools: add script to get maintainers from patch Ferruh Yigit
2017-07-06 10:37 ` Jerin Jacob
2017-08-03 10:54 ` Thomas Monjalon
2017-08-04 14:01 ` [PATCH v2] " Ferruh Yigit
2017-11-07 23:35   ` Thomas Monjalon
2017-11-07 23:41     ` Ferruh Yigit
2017-11-07 23:45       ` Thomas Monjalon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2727444.BxQRkExc9S@xps \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=john.mcnamara@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.