Skip to content

Commit a903e9d

Browse files
m-pellizzersmb49
authored andcommitted
UBUNTU: [Config] s390: Build ap driver into the kernel
BugLink: https://bugs.launchpad.net/bugs/2116061 The adjunct processor (AP) bus driver is currently configured as a loadable module. This leads to a bug on systems that rely on early access to hardware cryptographic resources. In particular, encrypted root filesystems using secure keys may fail to boot if the AP module is not available at boot. Fix the issue by building the AP driver into the kernel. Signed-off-by: Massimiliano Pellizzer<massimiliano.pellizzer@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Kuba Pawlak <kuba.pawlak@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 5b4f4a9 commit a903e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian.master/config/annotations

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ CONFIG_ANDROID_BINDER_IPC policy<{'amd64': 'm', 'arm64': '
12331233
CONFIG_ANDROID_BINDER_IPC_SELFTEST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 'riscv64': 'n', 's390x': '-'}>
12341234
CONFIG_ANON_VMA_NAME policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
12351235
CONFIG_AOSONG_AGS02MA policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm'}>
1236-
CONFIG_AP policy<{'s390x': 'm'}>
1236+
CONFIG_AP policy<{'s390x': 'y'}>
12371237
CONFIG_APDS9300 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm'}>
12381238
CONFIG_APDS9306 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm'}>
12391239
CONFIG_APDS9802ALS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'n'}>

0 commit comments

Comments
 (0)