Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O odroid-linux-3.10.y-rt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

Maintenance operation of our GitLab server is scheduled for Tuesday, December 5th at 2PM. The server will be unavailable for about 2 hours.

  • oaioai
  • odroid-linux-3.10.y-rt
  • Repository
  • odroid-linux-3.10.y-rt
  • kernel
  • sys.c
Find file Blame History Permalink
  • Keshavamurthy Anil S's avatar
    [PATCH] kprobes: no probes on critical path · 00d7c05a
    Keshavamurthy Anil S authored Dec 12, 2005
    
    
    For Kprobes critical path is the path from debug break exception handler
    till the control reaches kprobes exception code.  No probes can be
    supported in this path as we will end up in recursion.
    
    This patch prevents this by moving the below function to safe __kprobes
    section onto which no probes can be inserted.
    
    Signed-off-by: default avatarAnil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    00d7c05a