commit | 711136bb6620b4e84498aa87d4a2ceb7b70c8176 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Wed Apr 06 14:06:27 2022 +0200 |
committer | Heiko Carstens <hca@linux.ibm.com> | Thu Apr 07 12:36:54 2022 +0200 |
tree | c44fbb0adc533883cf5ac9a48d557484c1cee857 | |
parent | e69a7ff8d5deefc81bd9ce00b3ece83950a88fe6 [diff] |
s390/kexec: silence -Warray-bounds warning Just use absolute_pointer() like e.g. in commit 545c272232ca ("alpha: Silence -Warray-bounds warnings") to get rid of this warning: arch/s390/kernel/machine_kexec.c:59:9: warning: ‘memcpy’ offset [0, 511] is out of the bounds [0, 0] [-Warray-bounds] Signed-off-by: Heiko Carstens <hca@linux.ibm.com>