All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Xenomai core <Xenomai-core@domain.hid>
Subject: Re: [Xenomai-core] [Xenomai-git] Jan Kiszka : Add regression test for mprotect on pinned memory
Date: Mon, 02 Apr 2012 16:35:17 +0200	[thread overview]
Message-ID: <4F79B925.2060303@domain.hid> (raw)
In-Reply-To: <E1SEhxD-0007Jo-Tb@domain.hid>

On 04/02/2012 04:09 PM, GIT version control wrote:
> Module: xenomai-jki
> Branch: for-upstream
> Commit: 410e90d085d21dc913f8724efafe6ae75bd3c952
> URL:    http://git.xenomai.org/?p=xenomai-jki.git;a=commit;h=410e90d085d21dc913f8724efafe6ae75bd3c952
> 
> Author: Jan Kiszka <jan.kiszka@domain.hid>
> Date:   Fri Mar 30 18:06:27 2012 +0200
> 
> Add regression test for mprotect on pinned memory
> 
> This tests both the original issue of mprotect reintroducing COW pages
> to Xenomai processes as well as the recently fixed zero page corruption.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
> +static void check_inner(const char *fn, int line, const char *msg,
> +			int status, int expected)
> +{
> +	if (status == expected)
> +		return;
> +
> +	rt_task_set_mode(T_WARNSW, 0, NULL);
> +	rt_print_flush_buffers();
> (...)
> +static void check_value_inner(const char *fn, int line, const char *msg,
> +			      int value, int expected)
> +{
> +	if (value == expected)
> +		return;
> +
> +	rt_task_set_mode(T_WARNSW, 0, NULL);
> +	rt_print_flush_buffers();
> (...)
> +void sigdebug_handler(int sig, siginfo_t *si, void *context)
> +{
> +	unsigned int reason = si->si_value.sival_int;
> +
> +	rt_print_flush_buffers();
> (...)
> +
> +	rt_task_set_mode(T_WARNSW, 0, NULL);
> +	rt_print_flush_buffers();

Maybe you could use posix skin's printf instead of putting calls to
rt_print_flush_buffers all over the place? I did not mean for this call
to be exported, I only added it for internal use by the posix skin.

-- 
					    Gilles.


       reply	other threads:[~2012-04-02 14:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1SEhxD-0007Jo-Tb@domain.hid>
2012-04-02 14:35 ` Gilles Chanteperdrix [this message]
2012-04-03  8:37   ` [Xenomai-core] [Xenomai-git] Jan Kiszka : Add regression test for mprotect on pinned memory Jan Kiszka

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=4F79B925.2060303@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=Xenomai-core@domain.hid \
    /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.