aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_doc.py
diff options
context:
space:
mode:
authorMario Limonciello <[email protected]>2022-07-13 12:59:50 -0500
committerLinus Walleij <[email protected]>2022-07-18 12:47:28 +0200
commit41ef3c1a6bb0fd4a3f81170dd17de3adbff80783 (patch)
treec68bd764f8600b0497a03bdcef39f998186229bc /scripts/bpf_doc.py
parentba9c4745fca70bf773b2d5c602dcd85d1a40b07a (diff)
pinctrl: Don't allow PINCTRL_AMD to be a module
It was observed that by allowing pinctrl_amd to be loaded later in the boot process that interrupts sent to the GPIO controller early in the boot are not serviced. The kernel treats these as a spurious IRQ and disables the IRQ. This problem was exacerbated because it happened on a system with an encrypted partition so the kernel object was not accesssible for an extended period of time while waiting for a passphrase. To avoid this situation from occurring, stop allowing pinctrl-amd from being built as a module and instead require it to be built-in or disabled. Reported-by: [email protected] Suggested-by: [email protected] Link: https://bugzilla.kernel.org/show_bug.cgi?id=216230 Signed-off-by: Mario Limonciello <[email protected]> Acked-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions