Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • L linux
  • 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
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Circle
  • linux
  • Repository
  • linux
  • drivers
  • xen
  • Kconfig
Find file BlameHistoryPermalink
  • Jason Gunthorpe's avatar
    xen/gntdev: Use select for DMA_SHARED_BUFFER · 6aa53704
    Jason Gunthorpe authored Jan 16, 2020
    [ Upstream commit fa6614d8 ]
    
    DMA_SHARED_BUFFER can not be enabled by the user (it represents a library
    set in the kernel). The kconfig convention is to use select for such
    symbols so they are turned on implicitly when the user enables a kconfig
    that needs them.
    
    Otherwise the XEN_GNTDEV_DMABUF kconfig is overly difficult to enable.
    
    Fixes: 932d6562
    
     ("xen/gntdev: Add initial support for dma-buf UAPI")
    Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
    Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
    Cc: xen-devel@lists.xenproject.org
    Cc: Juergen Gross <jgross@suse.com>
    Cc: Stefano Stabellini <sstabellini@kernel.org>
    Reviewed-by: default avatarJuergen Gross <jgross@suse.com>
    Reviewed-by: default avatarOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
    Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
    Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
    Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
    Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
    6aa53704