From: Jim Heck <jsurf@heckheck.com>
To: robin.gilks@tait.co.nz
Cc: ppc embedded list <linuxppc-embedded@ozlabs.org>
Subject: Re: 2.6.18 fails in call_usermodedata() on 8xx
Date: Wed, 08 Nov 2006 01:17:51 -0500 [thread overview]
Message-ID: <4551768F.9040601@heckheck.com> (raw)
In-Reply-To: <45512174.7020205@tait.co.nz>
Robin,
Could you provide some more details of your problem with dma_alloc_init
for the 8xx. I posted a few days back on Saturday about problems I was
having getting an RPXLiteDW (based on the 823) to work with a late
2.6.xx kernel. I had traced the problem down (working without a probe)
to problems with cpm_dpalloc() and cpm_dpram_addr() in the allocation of
DP Ram buffers for the network loopback device. DMA rings a bell since
the failure occurred near where the /arch/ppc/8xx_io/enet.c driver is
calling dma_alloc_coherent().
The details on what code you had to change in the kernel, and the
problems you were seeing might help me greatly.
Thanks for any help,
-Jim Heck
Robin Gilks wrote:
> Greetings
>
> Having (sort of) mastered the bdi2000, I'm trying to bring up a 8xx card
> thats been debugged and working with a 2.4 kernel for the last 3 years
> but is failing miserably on a 2.6.18 kernel.
>
> My initial problems in dma_alloc_init I seem to have fixed by moving
> CONFIG_CONSISTENT_START to 0xa0000000 from the default of 0xff100000 but
> now I'm failing in call_usermodedata(). Any attempt to check the values
> of structures (eg. current->fs->root) results in an error of the form:
>
> (gdb) print *current
> Cannot access memory at address 0xc01e27a8
>
> so I'm a bit stuck with further debugging.
>
> Is there anything I should be looking out for in particular with an 8xx
> CPU and a late 2.6 kernel? My understanding was that it now worked but
> the config documentation is a bit thin on the ground :-(
>
> Cheers
>
>
prev parent reply other threads:[~2006-11-08 6:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-08 0:14 2.6.18 fails in call_usermodedata() on 8xx Robin Gilks
2006-11-08 2:45 ` Robin Gilks
2006-11-08 6:17 ` Jim Heck [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=4551768F.9040601@heckheck.com \
--to=jsurf@heckheck.com \
--cc=linuxppc-embedded@ozlabs.org \
--cc=robin.gilks@tait.co.nz \
/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.