[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] a18ffb: target/loongarch: Fix helper_lddir()
From: |
Richard Henderson |
Subject: |
[Qemu-commits] [qemu/qemu] a18ffb: target/loongarch: Fix helper_lddir() a CID INTEGER... |
Date: |
Wed, 24 Jul 2024 04:34:47 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: a18ffbcf8b9fabfc6c850ebb1d3e40a21b885c67
https://github.com/qemu/qemu/commit/a18ffbcf8b9fabfc6c850ebb1d3e40a21b885c67
Author: Song Gao <gaosong@loongson.cn>
Date: 2024-07-24 (Wed, 24 Jul 2024)
Changed paths:
M target/loongarch/tcg/tlb_helper.c
Log Message:
-----------
target/loongarch: Fix helper_lddir() a CID INTEGER_OVERFLOW issue
When the lddir level is 4 and the base is a HugePage, we may try to put value 4
into a field in the TLBENTRY that is only 2 bits wide.
Fixes: Coverity CID 1547717
Fixes: 9c70db9a43388 ("target/loongarch: Fix tlb huge page loading issue")
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240724015853.1317396-1-gaosong@loongson.cn>
Commit: 5fcc25d5e3ce1d470f3db6bcb163185901f4cfe9
https://github.com/qemu/qemu/commit/5fcc25d5e3ce1d470f3db6bcb163185901f4cfe9
Author: Richard Henderson <richard.henderson@linaro.org>
Date: 2024-07-24 (Wed, 24 Jul 2024)
Changed paths:
M target/loongarch/tcg/tlb_helper.c
Log Message:
-----------
Merge tag 'pull-loongarch-20240724' of https://gitlab.com/gaosong/qemu into
staging
Fix for 9.1
# -----BEGIN PGP SIGNATURE-----
#
# iLMEAAEKAB0WIQS4/x2g0v3LLaCcbCxAov/yOSY+3wUCZqDBEQAKCRBAov/yOSY+
# 3/3nA/9xWl3qkj95WmBICIi/K9doeA54k1h4d7g/K8+UHV+hDIlEDoidgesJSveH
# RmnE6wmJTb6QhT4IQrO5ERwE5U5DqINDhxAcX5GLfBjEtTFbLCYqEaKlN8pNh6MR
# Qki+SGKSa50kxAMgcB6vkld9uTIWczXzMTb3IxGCWs4VKPhJYw==
# =y//7
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 24 Jul 2024 06:53:37 PM AEST
# gpg: using RSA key B8FF1DA0D2FDCB2DA09C6C2C40A2FFF239263EDF
# gpg: Good signature from "Song Gao <m17746591750@163.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: B8FF 1DA0 D2FD CB2D A09C 6C2C 40A2 FFF2 3926 3EDF
* tag 'pull-loongarch-20240724' of https://gitlab.com/gaosong/qemu:
target/loongarch: Fix helper_lddir() a CID INTEGER_OVERFLOW issue
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Compare: https://github.com/qemu/qemu/compare/6410f877f5ed...5fcc25d5e3ce
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications