diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-03-10 01:17:12 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-03-13 09:23:58 -0700 |
commit | 3c1073e17af877ff27ed7d1906494723f969710e (patch) | |
tree | 16051b4c213e5660b7bb47e89f7db4d28ee0d303 /tools | |
parent | 0262531556a3543f33c7a553b43e697377f8bd99 (diff) | |
download | kmod-3c1073e17af877ff27ed7d1906494723f969710e.tar.gz kmod-3c1073e17af877ff27ed7d1906494723f969710e.tar.bz2 kmod-3c1073e17af877ff27ed7d1906494723f969710e.zip |
testsuite: check for ill-formed kcmdline
Commit ca3bf5d47cec ("iommu/amd: Introduces ivrs_acpihid kernel parameter")
in the kernel introduced an ill-formed kernel parameter, ivrs_acpihid.
The problem is that it may have a dot on the key side:
"ivrs_acpihid[00:14.5]=AMD0020:0". This could potentially trip our
parser of module options, but right now it's working as intended: the
only thing that happens is that after deciding "ivrs_acpihid[00:14" is a
module name, it will fail the underscores() routine and the option will
be ignored from the kmod pov (not kernel's pov since that driver parsers
the kernel command line by itself).
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions