[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1313080781.8491.6.camel@twins>
Date: Thu, 11 Aug 2011 18:39:41 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Tim Sander <tim.sander@....com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>,
"Paul E. McKenney" <paulmck@...ibm.com>,
linux-rt-users <linux-rt-users@...r.kernel.org>
Subject: Re: [ANNOUNCE] 3.0.1-rt8 - Regression to 3.0-rt7
On Thu, 2011-08-11 at 18:04 +0200, Tim Sander wrote:
> Yes it works for CONFIG_PREEMPT_RTB=y and as you say not for
> CONFIG_PREEMPT_LL=y.
> +++ b/mm/filemap.c
> @@ -2040,7 +2040,7 @@ size_t iov_iter_copy_from_user_atomic(struct page *page,
> char *kaddr;
> size_t copied;
>
> - BUG_ON(!current->pagefault_disabled);
> + BUG_ON(!(in_atomic() || current->pagefault_disabled));
Ah, I had hoped that bit would have cured the PREEMPT_LL=y config.
But let me untangle that posix_cpu_timer stuff first, maybe that's in
the way.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists