lkml.org 
[lkml]   [2002]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch] My AMD IDE driver, v2.7

On Mon, 11 Mar 2002, Jeff Garzik wrote:
>
> 1) There should be a raw device command interface (not ATA or SCSI specific)

Well, since the raw commands themselves will be bus-specific, you can't
really avoid THAT part.

The thing I want to be generic is the fact that everybody uses the
"request->cmd[]" array, along with the flags in "request->flags" to
specify what kind of command it is.

We actually have this infrastructure already, it's just not fully used.

> 2) There should be kernel interfaces for the standard cases, so that the
> raw device command interface is often not needed

Absolutely.

> 3) There should be capability to optionally install filter the raw
> device command interface. The filter is built into the kernel at
> compile-time, but can also be disabled at boot time.

This is the part I really don't like.

Thinking like a sysadmin, I want to be able to run programs that I would
not allow my users to run or want to be run accidentally. And I do _not_
want to reboot my kernel just because one of my mirrored disks died, I
hot-replaced it, and I notice that I need to upgrade the firmware on the
thing to make it play nice with the other disks in the array.

See? A setup that either allows everything or nothing is fundamentally
flawed in this kind of situation - suddenly I as a sysadmin cannot do
something without bringing the machine down. Which makes all the hotplug
interfaces useless - or then I as a sysadmin just have to leave a kernel
in place that allows the kinds of raw command accesses that I am so scared
of.

One solution may be to have the whole raw cmd thing as a loadable module,
and then I can make sure that it's not even available on the system so
that I have to do some work to find it, and somebody elses program won't
just know what to do.

But in that case is should be far removed from the IDE driver - it would
just be a module that inserts a raw request on the request queue, and NOT
inside some subsystem driver that I obviously want to have available all
the time.

See?

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.172 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site