diff options
author | 2022-06-17 11:30:37 +0100 | |
---|---|---|
committer | 2022-06-21 16:36:11 +0200 | |
commit | ecb6237fa397b7b810d798ad19322eca466dbab1 (patch) | |
tree | ac1a1ed213bc53aacff2846986aefbbffba72958 /scripts/generate_rust_analyzer.py | |
parent | xen-blkfront: Handle NULL gendisk (diff) | |
download | linux-dev-ecb6237fa397b7b810d798ad19322eca466dbab1.tar.xz linux-dev-ecb6237fa397b7b810d798ad19322eca466dbab1.zip |
x86/xen: Remove undefined behavior in setup_features()
1 << 31 is undefined. So switch to 1U << 31.
Fixes: 5ead97c84fa7 ("xen: Core Xen implementation")
Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20220617103037.57828-1-julien@xen.org
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions