lkml.org 
[lkml]   [2016]   [Dec]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH 09/39] Annotate hardware config module parameters in drivers/i2c/
    From
    Date
    On jeu., 2016-12-01 at 14:12 +0000, David Howells wrote:
    > Jean Delvare <jdelvare@suse.de> wrote:
    >
    > > > Note that we do still need to do the module initialisation because some
    > > > drivers have viable defaults set in case parameters aren't specified and
    > > > some drivers support automatic configuration (e.g. PNP or PCI) in addition
    > > > to manually coded parameters.
    > >
    > > Initializing the driver when you are not able to honor the user request
    > > looks wrong to me. I don't see how some drivers having sane defaults
    > > justifies that. Using the defaults when no parameters are passed is one
    > > thing (good), still using the defaults when parameters are passed is
    > > another (bad), and you should be able to differentiate between these two
    > > cases.
    >
    > Corey Minyard argues the other way:
    >
    > This would prevent any IPMI interface from working if any address was
    > given on the kernel command line. I'm not sure what the best policy
    > is, but that sounds like a possible DOS to me.
    >
    > Your preference allows someone to prevent a driver from initialising - which
    > could also be bad. The problem is that I don't think there's any way to do
    > both.

    I'm not sure what is your threat model, but I'm afraid that if the
    attacker can change the kernel command line, he/she has so many ways to
    screw up the machine, that removing one won't make a difference.

    >> (...)
    > > And maybe the following ones, but I'm not sure if forcibly enabling a
    > > device is part of what you need to prevent:
    > >
    > > i2c-piix4.c:module_param (force, int, 0);
    > > i2c-sis630.c:module_param(force, bool, 0);
    > > i2c-viapro.c:module_param(force, bool, 0);
    >
    > I don't know either. One could argue it *should* be locked down because its
    > need appears to reflect a BIOS bug.

    Indeed. OTOH if you remove all kernel code that is there solely due to
    BIOS bugs, then you can rename Secure Boot to No Boot. Well that's
    certainly one way to be secure ;-)

    --
    Jean Delvare
    SUSE L3 Support

    \
     
     \ /
      Last update: 2016-12-01 17:07    [W:3.230 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site