Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-coresight-backports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • 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
  • 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-coresight-backports
  • Repository
Switch branch/tag
  • linux-coresight-backports
  • arch
  • arm
  • Kconfig
Find file BlameHistoryPermalink
  • Dmitry Vyukov's avatar
    arm: port KCOV to arm · 75851720
    Dmitry Vyukov authored Jun 14, 2018
    KCOV is code coverage collection facility used, in particular, by
    syzkaller system call fuzzer.  There is some interest in using syzkaller
    on arm devices.  So port KCOV to arm.
    
    On implementation level this merely declares that KCOV is supported and
    disables instrumentation of 3 special cases.  Reasons for disabling are
    commented in code.
    
    Tested with qemu-system-arm/vexpress-a15.
    
    Link: http://lkml.kernel.org/r/20180511143248.112484-1-dvyukov@google.com
    
    Signed-off-by: default avatarDmitry Vyukov <dvyukov@google.com>
    Acked-by: Mark Rutland's avatarMark Rutland <mark.rutland@arm.com>
    Cc: Russell King <linux@armlinux.org.uk>
    Cc: Abbott Liu <liuwenliang@huawei.com>
    Cc: Catalin Marinas <catalin.marinas@arm.com>
    Cc: Koguchi Takuo <takuo.koguchi.sw@hitachi.com>
    Cc: <syzkaller@googlegroups.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    75851720

Replace Kconfig

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.