Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64/mte: Add support for arm64 mte #14978

Merged
merged 3 commits into from
Dec 2, 2024
Merged

arm64/mte: Add support for arm64 mte #14978

merged 3 commits into from
Dec 2, 2024

Commits on Dec 2, 2024

  1. arm64/qemu: Add support for arm64 qemu's maximum feature cpu

    Signed-off-by: wangmingrong1 <[email protected]>
    W-M-R committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    f0e1f85 View commit details
    Browse the repository at this point in the history
  2. arm64/qemu: Add arm64 mte defconfig support

    Signed-off-by: wangmingrong1 <[email protected]>
    W-M-R committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    9fe3f95 View commit details
    Browse the repository at this point in the history
  3. arm64/mte: Add support for arm64 mte

    For details, please refer to the kernel's introduction to this at "https://docs.kernel.org/arch/arm64/memory-tagging-extension.html" and Android's introduction to this at "https://source.android.com/docs/security/test/memory-safety/arm-mte"
    
    Of course, there is also the following detailed principle introduction
    https://developer.arm.com/-/media/Arm%20Developer%20Community/PDF/Arm_Memory_Tagging_Extension_Whitepaper.pdf
    
    The modification of this patch is only to merge the simplest MTE function support. In the future, the MTE function will be integrated into the kernel to a greater extent, for example, hardware MTE Kasan will be supported in the future.
    
    Signed-off-by: wangmingrong1 <[email protected]>
    W-M-R committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0c58795 View commit details
    Browse the repository at this point in the history