summaryrefslogtreecommitdiff
path: root/rust/kernel/interop/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorJosh Law <objecting@objecting.org>2026-03-19 08:43:23 +0900
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>2026-03-19 08:43:23 +0900
commitbf45f7c591939196d043e30bc5961ef30fcff52d (patch)
treec3aafbc5da2ef3317629694c27d8c3081b1f5d31 /rust/kernel/interop/git@git.tavy.me:linux-stable.git
parent7eaf074e9109860bfc2f7b01958059e9f2d4a76e (diff)
lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
The flag parameter in the node creation helpers only ever carries XBC_KEY (0) or XBC_VALUE (0x8000), both of which fit in uint16_t. Using uint16_t matches the width of xbc_node.data where the flag is ultimately stored. Link: https://lore.kernel.org/all/20260318155919.78168-3-objecting@objecting.org/ Signed-off-by: Josh Law <objecting@objecting.org> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'rust/kernel/interop/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions