ksc(1) - Linux man page
Name
ksc - Linux kernel module source checkerSynopsis
ksc [ -d | --directory ] DIRECTORY- ksc [ -k | --ko ] FILE
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.- -h, --help
- show this help message and exit
- -c COFIG, --config=CONFIG
- 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
- -d DIRECTORY, --directory=DIRECTORY
- path to the directory
- -k KO, --ko=KO
- 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.
- -n RELEASENAME, --name=RELEASENAME
- Red Hat release to file the bug against. Default value is 6.5
- -p PREVIOUS, --previous=PREVIOUS
- path to the previous resultset file and submit it as a bug to Red Hat Bugzilla.
- -r RELEASE, --release=RELEASE
- RHEL whitelist release used for comparison
- -s, --submit
- 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- -v, --version
- Prints KSC version number