Re: Would an "information module" be useful?

From: Richard Weinberger
Date: Sun Sep 22 2013 - 16:37:56 EST


Am 22.09.2013 22:30, schrieb Markus Elfring:
>> You can do all parsing in user space too.
>
> Is it questionable when a custom prefix of a boot command-line parameter can not
> be mapped to a kernel module?

No.
In the systemd case we have to ensure that we never ever merge a module named "systemd".
It's that easy. :)

>> drivers/misc/ is a nice place do dump such things. :-)
>
> Is an information sink module (with corresponding data type checks) still an
> "ordinary" driver?

We have all kinds of strange modules/drivers. Usually you don't have to think whether your
module is a "ordinary" driver or not...
See drivers/misc/dummy-irq.c.

Thanks,
//richard

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