Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-iv
  • 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
  • Packages & Registries
    • Packages & 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-iv
  • Repository
Switch branch/tag
  • linux-iv
  • drivers
  • misc
  • mei
  • bus-fixup.c
Find file BlameHistoryPermalink
  • Alexander Usyskin's avatar
    mei: don't wait for os version message reply · c6240cac
    Alexander Usyskin authored Mar 05, 2017
    
    
    The driver still struggles with firmwares that do not replay to the OS
    version request. It is safe not waiting for the replay. First, the driver
    doesn't do anything with the replay second the connection is closed
    immediately, hence the packet will be just safely discarded in case it
    is received and last the driver won't get stuck if the firmware won't
    reply.
    
    Cc: <stable@vger.kernel.org> #4.10+
    Signed-off-by: default avatarAlexander Usyskin <alexander.usyskin@intel.com>
    Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    c6240cac