[NOBLE][PATCH 2/3] UBUNTU: [Config] y2038: Disable COMPAT_32BIT_TIME on riscv64
Dimitri John Ledkov
dimitri.ledkov at canonical.com
Fri Nov 24 00:16:44 UTC 2023
BugLink: https://bugs.launchpad.net/bugs/2038584
COMPAT has never been enabled on riscv64 thus COMPAT_32BIT_TIME should
never have been enabled either.
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
---
debian.master/config/annotations | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index e96eeee2e5..05cf59a99c 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -3147,7 +3147,7 @@ CONFIG_COMPACT_UNEVICTABLE_DEFAULT policy<{'amd64': '1', 'arm64': '
CONFIG_COMPAL_LAPTOP policy<{'amd64': 'm'}>
CONFIG_COMPAT policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'n', 'riscv64': 'n', 's390x': 'y'}>
CONFIG_COMPAT_32 policy<{'amd64': 'y'}>
-CONFIG_COMPAT_32BIT_TIME policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'n', 'riscv64': 'y', 's390x': 'y'}>
+CONFIG_COMPAT_32BIT_TIME policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'n', 'riscv64': 'n', 's390x': 'y'}>
CONFIG_COMPAT_ALIGNMENT_FIXUPS policy<{'arm64': 'n'}>
CONFIG_COMPAT_BINFMT_ELF policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': '-', 's390x': 'y'}>
CONFIG_COMPAT_FOR_U64_ALIGNMENT policy<{'amd64': 'y'}>
--
2.34.1
More information about the kernel-team
mailing list