All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Knecht <markknecht@gmail.com>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: Sven-Thorsten Dietrich <sven@thebigcorporation.com>,
	Hector Centeno <hcengar@gmail.com>,
	linux-rt-users@vger.kernel.org
Subject: Re: Intel graphics and kernel RT failure
Date: Fri, 5 Jun 2009 08:30:05 -0700	[thread overview]
Message-ID: <5bdc1c8b0906050830y23c9dde8u4b617b4bdac3a605@mail.gmail.com> (raw)
In-Reply-To: <alpine.LSU.2.00.0906051706040.6401@fbirervta.pbzchgretzou.qr>

On Fri, Jun 5, 2009 at 8:07 AM, Jan Engelhardt<jengelh@medozas.de> wrote:
>
> On Friday 2009-06-05 03:14, Sven-Thorsten Dietrich wrote:
>>On Fri, 2009-06-05 at 00:21 +0200, Jan Engelhardt wrote:
>>>
>>> Cc'ing linux-rt. Mabye someone has a flash of an idea.
>>>
>>> On Thursday 2009-06-04 23:42, Hector Centeno wrote to Jan Engelhardt:
>>> >
>>> >I hope it is OK to contact you directly to this email. I've been
>>> >trying to use your 2.6.29 RT kernel for OpenSuse 11.1 and came across
>>> >some problems related to the Intel graphics driver (I have a laptop
>>> >with intel GMA 950). The problem seems to be related to the new intel
>>> >driver development that is going on and that seems to affect older
>>> >hardware like mine. I get a constantly growing list of errors in
>>> >/var/log/mesages like these:
>>> >
>>
>>Try this patch:
>>
>>Signed-off-by: Sven-Thorsten Dietrich <sdietrich@suse.de>
>>
>>Index: b/arch/x86/mm/iomap_32.c
>>===================================================================
>>--- a/arch/x86/mm/iomap_32.c
>>+++ b/arch/x86/mm/iomap_32.c
>>@@ -38,7 +38,7 @@ void *kmap_atomic_prot_pfn(unsigned long
>>-      idx = type + KM_TYPE_NR * smp_processor_id();
>>+      idx = type + KM_TYPE_NR * raw_smp_processor_id();
>>@@ -69,7 +69,7 @@ void
>>-      enum fixed_addresses idx = type + KM_TYPE_NR*smp_processor_id();
>>+      enum fixed_addresses idx = type + KM_TYPE_NR*raw_smp_processor_id();
>
> Yes, it does fix the problem. Enabling PAE and not having applied
> this patch also produces a working system for the original poster.
>
> My thought was that this function kmap_atomic_prot_pfn is not used,
> or used differently, under PAE. Could this be?

I have a system that's got an Intel chip on-board. It started failing
in strange ways when Gentoo decided that xorg-server-1.5 should go
stable and a newer version of the intel-video driver came along with
it. Searching around I found people saying turn on PAE, turn off PAE,
that it had nothing to do with PAE. I got the same failures on both
the standard and rt kernels. There are a number of bugs reported at
the Xorg site about this recent driver.

After 3 weeks of no MythTV on that machine I gave up and bought a
newer NVidia card. No problems since.

Just info.

cheers,
Mark
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-06-05 15:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <695e1a650906041442q445109a2p5871a1ff9f1d3f5a@mail.gmail.com>
2009-06-04 22:21 ` Intel graphics and kernel RT failure Jan Engelhardt
2009-06-05  1:14   ` Sven-Thorsten Dietrich
2009-06-05 15:07     ` Jan Engelhardt
2009-06-05 15:30       ` Mark Knecht [this message]
2009-06-17 19:47       ` Jan Engelhardt
2009-06-20 15:35     ` Intel graphics and kernel RT failurery Thomas Gleixner

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=5bdc1c8b0906050830y23c9dde8u4b617b4bdac3a605@mail.gmail.com \
    --to=markknecht@gmail.com \
    --cc=hcengar@gmail.com \
    --cc=jengelh@medozas.de \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=sven@thebigcorporation.com \
    /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.