From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
Linux Doc Mailing List <linux-doc@vger.kernel.org>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
Noam Camus <noamca@mellanox.com>,
James Morris <james.l.morris@oracle.com>,
zijun_hu <zijun_hu@htc.com>,
Markus Heiser <markus.heiser@darmarit.de>,
linux-clk@vger.kernel.org, Jani Nikula <jani.nikula@intel.com>,
Andrew Morton <akpm@linux-foundation.org>,
Jens Axboe <axboe@kernel.dk>, Nicholas Piggin <npiggin@gmail.com>,
Russell King <linux@armlinux.org.uk>,
linux-block@vger.kernel.org,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Joonsoo Kim <iamjoonsoo.kim@lge.com>,
Ingo Molnar <mingo@kernel.org>,
Bjorn Helgaas <bhelgaas@google.com>,
"Serge E. Hallyn" <serge@hallyn.com>,
Michal Hocko <mhocko@suse.com>,
Ross Zwisler <ross.zwisler@linux.intel.com>,
Chris Wilson <chris@chris-wilson.co.uk>,
linux-mm@kvack.org, linux-security-module@vger.kernel.org,
Silvio Fricke <silvio.fricke@gmail.com>,
Takashi Iwai <tiwai@suse.de>,
Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
Jan Kara <jack@suse.cz>, Vlastimil Babka <vbabka@suse.cz>,
linux-pci@vger.kernel.org,
Matt Fleming <matt@codeblueprint.co.uk>,
Johannes Weiner <hannes@cmpxchg.org>,
Andrey Ryabinin <aryabinin@virtuozzo.com>,
Andy Lutomirski <luto@kernel.org>,
Mel Gorman <mgorman@techsingularity.net>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Alexey Dobriyan <adobriyan@gmail.com>,
Hillf Danton <hillf.zj@alibaba-inc.com>
Subject: Re: [PATCH 0/9] convert genericirq.tmpl and kernel-api.tmpl to DocBook
Date: Tue, 4 Apr 2017 09:34:25 -0300 [thread overview]
Message-ID: <20170404093425.54da2050@vento.lan> (raw)
In-Reply-To: <20170402143418.3de75239@lwn.net>
Em Sun, 2 Apr 2017 14:34:18 -0600
Jonathan Corbet <corbet@lwn.net> escreveu:
> On Thu, 30 Mar 2017 17:11:27 -0300
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
>
> > This series converts just two documents, adding them to the
> > core-api.rst book. It addresses the errors/warnings that popup
> > after the conversion.
> >
> > I had to add two fixes to scripts/kernel-doc, in order to solve
> > some of the issues.
>
> I've applied the set, including the add-on to move some stuff to
> driver-api - thanks.
Thanks!
> For whatever reason, I had a hard time applying a few of these; "git am"
> would tell me this:
>
> > Applying: docs-rst: core_api: move driver-specific stuff to drivers_api
> > fatal: sha1 information is lacking or useless (Documentation/driver-api/index.rst).
> > Patch failed at 0001 docs-rst: core_api: move driver-specific stuff to drivers_api
> > The copy of the patch that failed is found in: .git/rebase-apply/patch
>
> I was able to get around this, but it took some hand work. How are you
> generating these?
That's weird. I'm using this to generate the patches:
git format-patch -o $tmp_dir --stat --summary --patience --signoff --thread=shallow
plus some scripting that runs scripts/get_maintainers.
After that, I run:
git send-email $tmp_dir
Then, exim sends the patches to a smart SMTP server (currently,
infradead.org, but I'm switching to s-opensource.org, as I'm getting
some troubles because the IP doesn't match the From: line).
Thanks,
Mauro
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
prev parent reply other threads:[~2017-04-04 12:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-30 20:11 Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 9/9] kernel-api.rst: fix a series of errors when parsing C files Mauro Carvalho Chehab
2017-03-30 21:06 ` Bjorn Helgaas
2017-04-02 20:34 ` [PATCH 0/9] convert genericirq.tmpl and kernel-api.tmpl to DocBook Jonathan Corbet
2017-04-04 12:34 ` Mauro Carvalho Chehab [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=20170404093425.54da2050@vento.lan \
--to=mchehab@s-opensource.com \
--cc=adobriyan@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=aryabinin@virtuozzo.com \
--cc=axboe@kernel.dk \
--cc=bhelgaas@google.com \
--cc=bigeasy@linutronix.de \
--cc=chris@chris-wilson.co.uk \
--cc=corbet@lwn.net \
--cc=hannes@cmpxchg.org \
--cc=hillf.zj@alibaba-inc.com \
--cc=iamjoonsoo.kim@lge.com \
--cc=jack@suse.cz \
--cc=james.l.morris@oracle.com \
--cc=jani.nikula@intel.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=luto@kernel.org \
--cc=markus.heiser@darmarit.de \
--cc=matt@codeblueprint.co.uk \
--cc=mchehab@infradead.org \
--cc=mchehab@kernel.org \
--cc=mgorman@techsingularity.net \
--cc=mhocko@suse.com \
--cc=mingo@kernel.org \
--cc=noamca@mellanox.com \
--cc=npiggin@gmail.com \
--cc=ross.zwisler@linux.intel.com \
--cc=serge@hallyn.com \
--cc=silvio.fricke@gmail.com \
--cc=tiwai@suse.de \
--cc=vbabka@suse.cz \
--cc=zijun_hu@htc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox