Revision d9592025000b3cf26c742f3505da7b83aedc26d5 authored by Yang Shi on 12 July 2024, 15:58:55 UTC, committed by Andrew Morton on 26 July 2024, 21:33:09 UTC
Yves-Alexis Perez reported commit 4ef9ad19e176 ("mm: huge_memory: don't
force huge page alignment on 32 bit") didn't work for x86_32 [1].  It is
because x86_32 uses CONFIG_X86_32 instead of CONFIG_32BIT.

!CONFIG_64BIT should cover all 32 bit machines.

[1] https://lore.kernel.org/linux-mm/CAHbLzkr1LwH3pcTgM+aGQ31ip2bKqiqEQ8=FQB+t2c3dhNKNHA@mail.gmail.com/

Link: https://lkml.kernel.org/r/20240712155855.1130330-1-yang@os.amperecomputing.com
Fixes: 4ef9ad19e176 ("mm: huge_memory: don't force huge page alignment on 32 bit")
Signed-off-by: Yang Shi <yang@os.amperecomputing.com>
Reported-by: Yves-Alexis Perez <corsac@debian.org>
Tested-by: Yves-Alexis Perez <corsac@debian.org>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Cc: Christoph Lameter <cl@linux.com>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: Salvatore Bonaccorso <carnil@debian.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: <stable@vger.kernel.org>	[6.8+]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 4cd7ba1
History
File Mode Size
Makefile -rw-r--r-- 500 bytes
auth_gss.c -rw-r--r-- 57.1 KB
auth_gss_internal.h -rw-r--r-- 1.2 KB
gss_generic_token.c -rw-r--r-- 6.1 KB
gss_krb5_crypto.c -rw-r--r-- 31.1 KB
gss_krb5_internal.h -rw-r--r-- 7.1 KB
gss_krb5_keys.c -rw-r--r-- 14.8 KB
gss_krb5_mech.c -rw-r--r-- 17.7 KB
gss_krb5_seal.c -rw-r--r-- 4.3 KB
gss_krb5_test.c -rw-r--r-- 63.6 KB
gss_krb5_unseal.c -rw-r--r-- 4.3 KB
gss_krb5_wrap.c -rw-r--r-- 7.0 KB
gss_mech_switch.c -rw-r--r-- 10.2 KB
gss_rpc_upcall.c -rw-r--r-- 9.4 KB
gss_rpc_upcall.h -rw-r--r-- 875 bytes
gss_rpc_xdr.c -rw-r--r-- 16.6 KB
gss_rpc_xdr.h -rw-r--r-- 6.7 KB
svcauth_gss.c -rw-r--r-- 51.1 KB
trace.c -rw-r--r-- 360 bytes

back to top