25 Mar, 2015
2 commits
-
Rusty pointed out that the module license should be "GPL v2" to properly
match the notice at the top of the files, so make that change.Reported-by: Rusty Russell
Signed-off-by: Greg Kroah-Hartman -
Use kstrtoint function instead of sscanf and check for return values.
Signed-off-by: Rastislav Barlik
Signed-off-by: Greg Kroah-Hartman
14 May, 2014
1 commit
-
In line with practice for module parameters, we're adding a build-time
check that sysfs files aren't world-writable.Cc: Greg Kroah-Hartman
Signed-off-by: Rusty Russell
08 Mar, 2010
1 commit
-
No change in functionality.
Signed-off-by: Radu Voicilas
Signed-off-by: Greg Kroah-Hartman
07 Jan, 2009
1 commit
-
None of these (init|exit) functions is called from other functions which
is outside the kernel module mechanism or kernel itself, so mark them as
{static|__init|__exit}.Signed-off-by: Qinghuang Feng
Cc: Mathieu Desnoyers
Acked-by: Greg Kroah-Hartman
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
25 Jan, 2008
1 commit
-
This is a simple kobject module, showing how to use kobj_attributes in
basic and more complex ways.Cc: Kay Sievers
Signed-off-by: Greg Kroah-Hartman