diff mbox series

[NOBLE,2/3] UBUNTU: [Config] y2038: Disable COMPAT_32BIT_TIME on riscv64

Message ID 20231124001645.1738485-3-dimitri.ledkov@canonical.com
State New
Headers show
Series y2038: Initial safe COMPAT_32BIT_TIME fixes | expand

Commit Message

Dimitri John Ledkov Nov. 24, 2023, 12:16 a.m. UTC
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@canonical.com>
---
 debian.master/config/annotations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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'}>