Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • linux-vf linux-vf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-vflinux-vf
  • Repository
  • linux-vf
  • arch
  • arm64
  • include
  • asm
  • cache.h
Find file BlameHistoryPermalink
  • Andrey Konovalov's avatar
    arm64: kasan: Align allocations for HW_TAGS · d4eb95ba
    Andrey Konovalov authored Jul 15, 2020 and Vincenzo Frascino's avatar Vincenzo Frascino committed Nov 13, 2020
    
    
    Hardware tag-based KASAN uses the memory tagging approach, which requires
    all allocations to be aligned to the memory granule size. Align the
    allocations to MTE_GRANULE_SIZE via ARCH_SLAB_MINALIGN when
    CONFIG_KASAN_HW_TAGS is enabled.
    
    Signed-off-by: default avatarAndrey Konovalov <andreyknvl@google.com>
    Signed-off-by: Vincenzo Frascino's avatarVincenzo Frascino <vincenzo.frascino@arm.com>
    Reviewed-by: Catalin Marinas's avatarCatalin Marinas <catalin.marinas@arm.com>
    Reviewed-by: default avatarAlexander Potapenko <glider@google.com>
    ---
    Change-Id: I51ebd3f9645e6330e5a92973bf7c86b62d632c2b
    d4eb95ba