From: "M. Koehrer" <mathias_koehrer@domain.hid>
To: gilles.chanteperdrix@xenomai.org
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Bug with Xenomai and xeno_heap: Eeek! page_mapcount(page) went negative!
Date: Fri, 10 Oct 2008 13:42:43 +0200 (CEST) [thread overview]
Message-ID: <22085002.1223638963339.JavaMail.ngmail@domain.hid> (raw)
In-Reply-To: <48EF1B17.807@domain.hid>
Hello Gilles,
thanks! Now it works fine!
Great support.
Best regards
Mathias
> Yes, thanks. This is a bug which should have been fixed since then. But
> here is a patch for your version. Could you try it?
>
>
> diff --git a/include/linux/mm.h b/include/linux/mm.h
> index 816cf71..568cd8d 100644
> --- a/include/linux/mm.h
> +++ b/include/linux/mm.h
> @@ -109,7 +109,7 @@ extern unsigned int kobjsize(const void *objp);
> #define VM_CAN_NONLINEAR 0x08000000 /* Has ->fault & does nonlinear pages
> */
> #define VM_MIXEDMAP 0x10000000 /* Can contain "struct page" and pure PFN
> pages */
>
> -#define VM_PINNED 0x10000000 /* Disable faults for the vma */
> +#define VM_PINNED 0x20000000 /* Disable faults for the vma */
>
> #ifndef VM_STACK_DEFAULT_FLAGS /* arch can override this */
> #define VM_STACK_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS
>
--
Mathias Koehrer
mathias_koehrer@domain.hid
Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und optional 60 Pay TV Sender, einen elektronischen Programmführer mit Movie Star Bewertungen von TV Movie. Außerdem, aktuelle Filmhits und spannende Dokus in der Arcor-Videothek. Infos unter www.arcor.de/tv
prev parent reply other threads:[~2008-10-10 11:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-09 13:07 [Xenomai-help] Bug with Xenomai and xeno_heap: Eeek! page_mapcount(page) went negative! M. Koehrer
2008-10-09 16:06 ` Gilles Chanteperdrix
2008-10-10 6:36 ` M. Koehrer
2008-10-10 8:19 ` M. Koehrer
2008-10-10 9:06 ` Gilles Chanteperdrix
2008-10-10 11:42 ` M. Koehrer [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=22085002.1223638963339.JavaMail.ngmail@domain.hid \
--to=mathias_koehrer@domain.hid \
--cc=gilles.chanteperdrix@xenomai.org \
--cc=xenomai@xenomai.org \
/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.