From: Mike Frysinger <vapier@gentoo.org>
To: ltp-list@lists.sourceforge.net
Cc: CAI Qian <caiqian@redhat.com>
Subject: Re: [LTP] [PATCH v5] mmap/munmap /dev/zero
Date: Wed, 13 Oct 2010 10:04:19 -0400 [thread overview]
Message-ID: <201010131004.20059.vapier@gentoo.org> (raw)
In-Reply-To: <1764805928.303201286974287503.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com>
[-- Attachment #1.1: Type: Text/Plain, Size: 890 bytes --]
On Wednesday, October 13, 2010 08:51:27 CAI Qian wrote:
> mmap/munmap /dev/zero: a common way of malloc()/free() anonymous memory
> on Solaris.
what Garrett meant is that this is the subject, not the second line of the
changelog. are you actually using git here, or just fudging the details and
hoping people wont notice ? your e-mails are not directly usable by git which
means if we want to apply your patch, we need to screw around with it first.
please fix your git flow.
> +option_t options[] = {
needs at least static, and be nice if it were const too
> + while (waitpid(-1, NULL, WNOHANG) > 0);
shouldnt you be checking the exit status of the children ? otherwise, a
tst_brkm() call by them wont be noticed. and why are you using WNOHANG ? if
the parent happens to hit this point before some children exit, you basically
ignore them too.
-mike
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 369 bytes --]
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
[-- Attachment #3: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
prev parent reply other threads:[~2010-10-13 14:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-13 12:51 [LTP] [PATCH v5] mmap/munmap /dev/zero CAI Qian
2010-10-13 14:04 ` Mike Frysinger [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=201010131004.20059.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=caiqian@redhat.com \
--cc=ltp-list@lists.sourceforge.net \
/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