[Torsten Duwe]
> + for (p = module_name; *p; p++)
> + {
> + if (isalnum(*p) || *p == '_' || *p == '-')
> + continue;
> +
> + return -EINVAL;
> + }
I think you just broke at least some versions of devfs. I don't
remember if the feature is still around, but I know it *used* to be
possible to request_module("/dev/foobar"), which requires '/' in the
name.
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Modprobe local root exploit Gregory Maxwell
- Modprobe local root exploit Torsten Duwe
- Re: Modprobe local root exploit Francis Galiegue
- Re: Modprobe local root exploit Torsten Duwe
- Re: Modprobe local root exploit Chris Evans
- Re: Modprobe local root exploit Jan Dvorak
- Re: Modprobe local root exploit Torsten Duwe
- Re: Modprobe local root exploit Peter Samuelson
- Re: Modprobe local root exp... Keith Owens
- Re: Modprobe local root exp... Florian Weimer
- Re: Modprobe local root exp... Malcolm Beattie
- Re: Modprobe local root exp... Jakub Jelinek
- Re: Modprobe local root exp... Chris Evans
- Re: Modprobe local root exp... Keith Owens
- Re: Modprobe local root exploit Nick Holloway
- Re: Modprobe local root exploit David Woodhouse
- Re: Modprobe local root exploit Horst von Brand
- Re: Modprobe local root exploit Peter Samuelson

