Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • K kvmtool-dm
  • 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
  • kvmtool-dm
  • Repository
Switch branch/tag
  • kvmtool-dm
  • guest
  • init.c
Find file BlameHistoryPermalink
  • Dmitry Monakhov's avatar
    init: fix sysfs mount arguments · 2f61a442
    Dmitry Monakhov authored Jan 17, 2019
    
    
    It is not good idea to pass empty 'source' argument to  mount(2) because
    libmount complains about incorrect /proc/self/mountinfo structure. This
    affects many applications such as findmnt, umount and etc.
    
    Let's add fake source argument to sysfs mount command as we do with all other
    filesystems.
    Reviewed-by: Andre Przywara's avatarAndre Przywara <andre.przywara@arm.com>
    Signed-off-by: default avatarDmitry Monakhov <dmtrmonakhov@yandex-team.ru>
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    2f61a442

Replace init.c

Attach a file by drag & drop or click to upload


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