Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-qy
  • 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-qy
  • Repository
  • linux-qy
  • drivers
  • net
  • can
  • slcan.c
Find file BlameHistoryPermalink
  • Oliver Hartkopp's avatar
    slcan: ldisc generated skbs are received in softirq context · 174c95d2
    Oliver Hartkopp authored Aug 10, 2011
    As this discussion pointed out
    
    http://marc.info/?l=linux-netdev&m=131257225602375
    
    netdevices that are based on serial line disciplines should use netif_rx_ni()
    when pushing received socketbuffers into the netdev rx queue.
    
    Following commit 61485160
    
     ("slip: fix NOHZ
    local_softirq_pending 08 warning") this patch updates the slcan driver
    accordingly.
    
    Signed-off-by: default avatarOliver Hartkopp <socketcan@hartkopp.net>
    CC: Matvejchikov Ilya <matvejchikov@gmail.com>
    CC: Alan Cox <alan@lxorguk.ukuu.org.uk>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    174c95d2