Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-rt
  • 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
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • 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
  • David Runge
  • linux-rt
  • Repository

Switch branch/tag
  • linux-rt
  • include
  • linux
  • irq_work.h
Find file BlameHistoryPermalink
  • Sebastian Andrzej Siewior's avatar
    irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RT · 397d3f0d
    Sebastian Andrzej Siewior authored Sep 08, 2021
    
    
    On PREEMPT_RT most items are processed as LAZY via softirq context.
    Avoid to spin-wait for them because irq_work_sync() could have higher
    priority and not allow the irq-work to be completed.
    
    Wait additionally for !IRQ_WORK_HARD_IRQ irq_work items on PREEMPT_RT.
    Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
    397d3f0d

Replace irq_work.h

Attach a file by drag & drop or click to upload


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