From: Simon Kelley <simon@thekelleys.org.uk>
To: Pavel Roskin <proski@gnu.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Crash in atmel_cs due to fake device
Date: Fri, 30 Apr 2004 22:50:47 +0100 [thread overview]
Message-ID: <4092CA37.2020106@thekelleys.org.uk> (raw)
In-Reply-To: <Pine.LNX.4.58.0404301413440.4502@marabou.research.att.com>
Pavel Roskin wrote:
> Hi, Simon and everybody!
>
> Since PCMCIA devices are not devices for the kernel, atmel_cs uses a fake
> device for calling request_firmware(). The fake device has .bus_id
> initialized, but it's not enough for Linux 2.6.6-rc3. The kernel would
> oops while trying to create a link from /sys/class/firmware/pcmcia/device
> to the location of the device in sysfs.
>
> To work around this problem, .kobj.k_name should be defined in the fake
> device. I know, it's ugly as hell, but I don't see a better solution
> until PCMCIA device drivers are converted to the device model.
>
> The patch has been compile tested only, but I have tested a similar patch
> with another driver, which is not in the kernel yet (spectrum_cs). I'm
> quite sure that atmel_cs is affected by this problem.
>
Thanks for that: I've followed the conversation about this and is seems
that a patch like this is the best short-term fix. I'm happy to do this
and leave the device people to progress their final vision on their own
time. I'll check that the patch fixes things tomorrow sometime and give
a final OK then.
Cheers,
Simon.
C
prev parent reply other threads:[~2004-04-30 21:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-30 18:26 [PATCH] Crash in atmel_cs due to fake device Pavel Roskin
2004-04-30 21:50 ` Simon Kelley [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=4092CA37.2020106@thekelleys.org.uk \
--to=simon@thekelleys.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=proski@gnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox