History log of /external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4c44b3c31c01be4cb63f4a1ed27526826214b9c4 28-Mar-2016 Mason <slash.tmp@free.fr> delete_module: export license information

Export license information to avoid kernel taint.

dummy_del_mod: module license 'unspecified' taints kernel.
Disabling lock debugging due to kernel taint

Signed-off-by: Mason <slash.tmp@free.fr>
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
fed9641096e27f79a0f2d9adfe9839dd8d11dc0f 24-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Fix FSF address

find . -type f -exec sed -i 's/the Free Software Foundation, Inc., 59/the Free Software Foundation, Inc.,/g;s/Temple Place - Suite 330, Boston MA 02111-1307, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
ec6edca7aa42b6affd989ef91b5897f96795e40f 18-Oct-2012 Chris Dearman <chris@mips.com> Add missing newline at end of file

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e '$a\'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
7d0a4a57fbcd47f72b67c08df532e8ef47f6fdae 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Cleanup style and get rid of conflicts problems.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
2c28215423293e443469a07ae7011135d058b671 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Style and conformance changes.

1. Strip all leading space.
2. Move tst_exit() to main().
3. Remove tst_exit() from cleanup().
4. Remove cluebat comments.
5. Reduce some unnecessary whitespace.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
ef77253961f909f87e82e6d2b620e87af33e9665 09-Oct-2009 yaberauneya <yaberauneya> 1. Please see README.mk-devel for a full description of the changes
from a Make perspective.
2. Several files were changed to accomodate correct installation
practices, most notably ones in testcases/network/{ipv6,tcp_cmds},
testcases/kernel/sched/hyperthreading/ht_enabled/..., and some items
in tools/..., and also to avoid collisions as far as installed
testcases (scripts, compiled C apps) were concerned.
3. Several apps weren't autoconf safe and some autoconf tests and
conditional statements have been placed in sourcecode and in Makefiles
to either a) prevent the tests from being built / installed or b) turn
the tests into dummy apps which print out TCONF messages due to
lack-of-build support.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
28f6fd3bd1bc767a4483fc53e85bfcfcd094b178 28-Mar-2008 subrata_modak <subrata_modak> When I was compiling ltp-full-20080229/kernel/module/, error occured. The error like this: ...
scripts/Makefile.build:46: *** CFLAGS was changed in"ltp-full-20080229/testcases/kernel/module/delete_module/Makefile".Fix it to use EXTRA_CFLAGS. Stop.
The reason is: When we build an External module, we should use EXTRA_CFLAGS, not CFLAGS. In detail please refer to Documentation/kbuild/modules.txt. In addition,there are some trashy "include" such as:
"#include <asm/atomic.h>" in delete_module01.c
"#include <linux/config.h>" in dummy_del_mod.c
The following patch solves these problems:
Signed-off-by: Wang Fang <wangf@cn.fujitsu.com>
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
a43831bebeedcd70ae1c1efeaff38c6c74d2e8f4 22-Sep-2004 mridge <mridge> Changes requested from the security team for fix PPC64 error
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
527458ee6b82528f1ffb511047be51dbd1d1623e 16-Sep-2004 mridge <mridge> Changes from the security team
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
5c8c8d492e62ae7e292d3b2122945d5697282fa9 02-Sep-2004 mridge <mridge> Remove include linux/module.h to fix possible build errors
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c
5f30b5d78d6337a249724fb89888db68f23e711b 12-Mar-2003 plars <plars> Move *_module tests under /testcases/kernel
/external/ltp/testcases/kernel/module/delete_module/dummy_del_mod_dep.c