[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210420082220.7402-1-peter.enderborg@sony.com>
Date: Tue, 20 Apr 2021 10:22:18 +0200
From: Peter Enderborg <peter.enderborg@...y.com>
To: <linux-kernel@...r.kernel.org>, <linux-fsdevel@...r.kernel.org>,
Sumit Semwal <sumit.semwal@...aro.org>,
Christian König <christian.koenig@....com>,
Alexey Dobriyan <adobriyan@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Muchun Song <songmuchun@...edance.com>,
Roman Gushchin <guro@...com>,
Shakeel Butt <shakeelb@...gle.com>,
Michal Hocko <mhocko@...e.com>, NeilBrown <neilb@...e.de>,
Sami Tolvanen <samitolvanen@...gle.com>,
Mike Rapoport <rppt@...nel.org>, <linux-media@...r.kernel.org>,
<dri-devel@...ts.freedesktop.org>,
<linaro-mm-sig@...ts.linaro.org>,
Matthew Wilcox <willy@...radead.org>,
Jonathan Corbet <corbet@....net>,
Randy Dunlap <rdunlap@...radead.org>,
Kees Cook <keescook@...omium.org>,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
Alexey Gladkov <gladkov.alexey@...il.com>,
Feng Tang <feng.tang@...el.com>, <linux-doc@...r.kernel.org>
Subject: [PATCH 0/2 V6]Add dma-buf counter
The dma-buf counter is a metric for mapped memory used by it's clients.
It is a shared buffer that is typically used for interprocess communication
or process to hardware communication. In android we used to have ION,. but
it is now replaced with dma-buf. ION had some overview metrics that was similar.
V1
initial version. Add dma-buf counter
V2
Fix build depencendy error suggested by Matthew Wilcox
Extent commit message sugged by Köning
V3
Change variable and function names.
V4
Fix function name in code doc
Reported-by: kernel test robot <lkp@...el.com>
V5
Removed EXPORT_SYMBOL_GPL suggested by Muchun Song
V6
Made it a patch set, Adding a addional patch for
printing dma-buf counter in show_mem.
Suggested by Michal Hocko.
Powered by blists - more mailing lists