Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-x86
  • Repository
  • ipipe-x86
  • fs
  • pstore
  • ram.c
Find file BlameHistoryPermalink
  • Hiraku Toyooka's avatar
    ramoops: use persistent_ram_free() instead of kfree() for freeing prz · e976e564
    Hiraku Toyooka authored Jul 25, 2016
    
    
    persistent_ram_zone(=prz) structures are allocated by persistent_ram_new(),
    which includes vmap() or ioremap(). But they are currently freed by
    kfree(). This uses persistent_ram_free() for correct this asymmetry usage.
    
    Signed-off-by: default avatarHiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
    Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro.iwamatsu.kw@hitachi.com>
    Cc: Mark Salyzyn <salyzyn@android.com>
    Cc: Seiji Aguchi <seiji.aguchi.tr@hitachi.com>
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    e976e564

Imprint & Privacy Policy