From: "Michael S. Tsirkin" <mst@mellanox.co.il>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Badari Pulavarty <pbadari@us.ibm.com>,
linux-arch@vger.kernel.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Nick Piggin <nickpiggin@yahoo.com.au>,
Andrew Morton <akpm@osdl.org>, Roland Dreier <rdreier@cisco.com>,
Hugh Dickins <hugh@veritas.com>,
Gleb Natapov <gleb@minantech.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
openib-general@openib.org, Petr Vandrovec <vandrove@vc.cvut.cz>,
Matthew Wilcox <matthew@wil.cx>
Subject: Re: [PATCH] add asm-generic/mman.h
Date: Wed, 15 Feb 2006 19:39:48 +0200 [thread overview]
Message-ID: <20060215173948.GJ12974@mellanox.co.il> (raw)
In-Reply-To: <Pine.LNX.4.64.0602150916580.3691@g5.osdl.org>
Quoting r. Linus Torvalds <torvalds@osdl.org>:
> Subject: Re: [PATCH] add asm-generic/mman.h
>
>
>
> On Wed, 15 Feb 2006, Michael S. Tsirkin wrote:
> >
> > Other numbers look right, dont they?
>
> Suggestion: for each macro name, do
>
> grep "macroname" patch
>
> and if you see anything that looks even half-way suspicious, check it.
>
> Here's a pipeline from hell which shows that you broke at least
> MADV_REMOVE (which has values 5-9 depending on architecture).
>
> sed -n '/^[-+].*define[ ]*/
> { s/.*define[ ]*\([A-Za-z_0-9]*\).*/\1/ ; p}'
> patch |
> sort -u |
> while read i
> do
> echo $i:
> grep "^[-+].*$i" patch
> done |
> less -S
This change was intentional: MADV_REMOVE wasnt in any mainline kernels:
it was added recently, so no app should be using it, yet.
> Rule #1: use tools instead of eyeballs whenever you possibly can. Humans
> are bad at noticing changes like this.
Right. I'll go check again.
--
Michael S. Tsirkin
Staff Engineer, Mellanox Technologies
next prev parent reply other threads:[~2006-02-15 17:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-15 15:16 Michael S. Tsirkin
2006-02-15 15:58 ` Badari Pulavarty
2006-02-15 16:50 ` Michael S. Tsirkin
2006-02-15 16:52 ` Badari Pulavarty
2006-02-15 17:09 ` Michael S. Tsirkin
2006-02-15 17:17 ` Badari Pulavarty
2006-02-15 17:28 ` Linus Torvalds
2006-02-15 17:39 ` Michael S. Tsirkin [this message]
2006-02-15 17:40 ` Badari Pulavarty
2006-02-15 18:15 ` Michael S. Tsirkin
2006-02-15 17:51 ` Michael S. Tsirkin
2006-02-15 16:47 ` David Howells
2006-02-15 17:01 ` Linus Torvalds
2006-02-15 17:11 ` Michael S. Tsirkin
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=20060215173948.GJ12974@mellanox.co.il \
--to=mst@mellanox.co.il \
--cc=akpm@osdl.org \
--cc=benh@kernel.crashing.org \
--cc=gleb@minantech.com \
--cc=hugh@veritas.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=matthew@wil.cx \
--cc=nickpiggin@yahoo.com.au \
--cc=openib-general@openib.org \
--cc=pbadari@us.ibm.com \
--cc=rdreier@cisco.com \
--cc=torvalds@osdl.org \
--cc=vandrove@vc.cvut.cz \
/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
all inboxes | Powered by JetHome®