Centos-kernel-stream-9/tools/bootconfig
Brian Masney ae38359732 bootconfig: Fix testcase to increase max node
JIRA: https://issues.redhat.com/browse/RHEL-65546

Upstream Status: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

commit b69245126a48e50882021180fa5d264dc7149ccc
Author: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Date:   Wed Mar 15 22:54:08 2023 +0900

    bootconfig: Fix testcase to increase max node

    Since commit 6c40624930c5 ("bootconfig: Increase max nodes of bootconfig
    from 1024 to 8192 for DCC support") increased the max number of bootconfig
    node to 8192, the bootconfig testcase of the max number of nodes fails.
    To fix this issue, we can not simply increase the number in the test script
    because the test bootconfig file becomes too big (>32KB). To fix that, we
    can use a combination of three alphabets (26^3 = 17576). But with that,
    we can not express the 8193 (just one exceed from the limitation) because
    it also exceeds the max size of bootconfig. So, the first 26 nodes will just
    use one alphabet.

    With this fix, test-bootconfig.sh passes all tests.

    Link: https://lore.kernel.org/all/167888844790.791176.670805252426835131.stgit@devnote2/

    Reported-by: Heinz Wiesinger <pprkut@slackware.com>
    Link: https://lore.kernel.org/all/2463802.XAFRqVoOGU@amaterasu.liwjatan.org
    Fixes: 6c40624930c5 ("bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support")
    Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
    Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Signed-off-by: Brian Masney <bmasney@redhat.com>
2024-11-06 14:49:52 -05:00
..
include/linux bootconfig: Cleanup dummy headers in tools/bootconfig 2024-11-06 14:49:52 -05:00
samples tools/bootconfig: Support mixed value and subkey test cases 2021-06-10 13:41:26 -04:00
scripts tools/bootconfig: fix single & used for logical condition 2024-11-06 14:49:52 -05:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Makefile bootconfig: Cleanup dummy headers in tools/bootconfig 2024-11-06 14:49:52 -05:00
main.c bootconfig: Cleanup dummy headers in tools/bootconfig 2024-11-06 14:49:52 -05:00
test-bootconfig.sh bootconfig: Fix testcase to increase max node 2024-11-06 14:49:52 -05:00