summaryrefslogtreecommitdiff
path: root/CODING-STYLE
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2020-03-10 01:17:12 -0700
committerSeung-Woo Kim <sw0312.kim@samsung.com>2020-10-13 10:50:41 +0900
commitb3e4983dec98b9fea292e599d0c45f2378f51afc (patch)
tree0ebe07e105bebcc37151d678c7682b5f1a4dafb3 /CODING-STYLE
parent7f2cb8ae2988e64ab48a50f5f041d15c195839d2 (diff)
downloadkmod-b3e4983dec98b9fea292e599d0c45f2378f51afc.tar.gz
kmod-b3e4983dec98b9fea292e599d0c45f2378f51afc.tar.bz2
kmod-b3e4983dec98b9fea292e599d0c45f2378f51afc.zip
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). [sw0312.kim: cherry-pick mainline commit 3c1073e17af8 for testsuite of ill-formed kcmdline] Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Change-Id: Ibb5c7f2b3b54b342342c98e83a6f4a93827a61b3
Diffstat (limited to 'CODING-STYLE')
0 files changed, 0 insertions, 0 deletions