From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] mem/overcommit_memory.c: Fix "CommitLimit < Committed_AS" error in some situations
Date: Thu, 20 Dec 2018 13:03:26 +0100 [thread overview]
Message-ID: <20181220120326.GA20573@dell5510> (raw)
In-Reply-To: <220eb28e-9187-d9f3-8e55-56b1a9c497f7@arm.com>
Hi Xiao, Cristian,
> Any chance this reviewed/fixed patch will be merged soon ?
Thanks for pointing out. Pushed, with following diff bellow.
(TCONF is for <=, not <).
> Thanks
> Cristian
Kind regards,
Petr
diff --git testcases/kernel/mem/tunable/overcommit_memory.c testcases/kernel/mem/tunable/overcommit_memory.c
index b92232b8d..07f824328 100644
--- testcases/kernel/mem/tunable/overcommit_memory.c
+++ testcases/kernel/mem/tunable/overcommit_memory.c
@@ -243,9 +243,9 @@ static void update_mem_commit(void)
"CommitLimit < Committed_AS");
}
- tst_brk(TCONF, "Specified overcommit_ratio %ld < default %ld, "
- "so it's possible for CommitLimit < Committed_AS and "
- "skip test", overcommit_ratio, old_overcommit_ratio);
+ tst_brk(TCONF, "Specified overcommit_ratio %ld <= default %ld, "
+ "so it's possible for CommitLimit < Committed_AS and skip test",
+ overcommit_ratio, old_overcommit_ratio);
}
}
prev parent reply other threads:[~2018-12-20 12:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-19 8:44 [LTP] [PATCH] mem/overcommit_memory.c: Fix "CommitLimit < Committed_AS" error in some situations Xiao Yang
2018-12-03 20:27 ` Petr Vorel
2018-12-20 10:42 ` Cristian Marussi
2018-12-20 12:03 ` Petr Vorel [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=20181220120326.GA20573@dell5510 \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/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