Scroll to navigation

KSC(1) User Commands KSC(1)

NAME

ksc - Linux kernel module source checker

SYNOPSIS

ksc [ -d | --directory ] DIRECTORY

OPTIONS

KSC accepts command-line arguments, and has both a long and short form usage. You can use either style or combine them to specify options. When the tool is run with kernel module sources it checks for all four architectures, and when run with binary kernel modules, it checks for the specific architecture for which the binary was built.

show this help message and exit
path to the local ksc.conf file. If not specified the tool tries to read from ~/ksc.conf and if that is also not found then from /etc/ksc.conf.
path to the directory with kernel module sources.
to create text files to be used internally.
path to the ko file. You should either use -d or -k to run the KSC tool, but not both. If both -d and -k option is used at the same time then only -d is used and the -k option is discarded.
Red Hat release against which the bug is to be filed, e.g '6.5'. Default value is 6.5.
path to the previous resultset file and submit it as a bug to Red Hat Bugzilla.
RHEL whitelist release used for comparison, e.g. '6.5'.
Path to the Module.symvers file. The current kernel path is used if not specified.
Submits the report to the Red Hat bugzilla (https://bugzilla.redhat.com). The credentials need to be in the /etc/ksc.conf file. The tool will prompt for bugzilla password.
The configuration file looks like below:

[bugzilla]
user=user@redhat.com
partner=partner-name
partnergroup=partner-group
server=https://bugzilla.redhat.com/xmlrpc.cgi
Prints KSC version number
December 2017 ksc - Version 0.11.0