Searched hist:"49840 a4a098149067789255bca6894645f411036" (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | mmap.c | diff 49840a4a098149067789255bca6894645f411036 Sun Mar 05 16:51:09 CST 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to page_set_flags
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1528 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/accel/tcg/ |
H A D | user-exec.c | diff 49840a4a098149067789255bca6894645f411036 Sun Mar 05 16:51:09 CST 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to page_set_flags
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1528 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | diff 49840a4a098149067789255bca6894645f411036 Sun Mar 05 16:51:09 CST 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to page_set_flags
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1528 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | elfload.c | diff 49840a4a098149067789255bca6894645f411036 Sun Mar 05 16:51:09 CST 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to page_set_flags
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1528 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | syscall.c | diff 49840a4a098149067789255bca6894645f411036 Sun Mar 05 16:51:09 CST 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to page_set_flags
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1528 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/include/exec/ |
H A D | cpu-all.h | diff 49840a4a098149067789255bca6894645f411036 Sun Mar 05 16:51:09 CST 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to page_set_flags
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1528 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|