All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH] dma-buf: heaps: cma_heap_buf_ops can be static
Date: Sun, 27 Sep 2020 09:32:55 +0800	[thread overview]
Message-ID: <20200927013255.GA62587@ce03f01900d4> (raw)
In-Reply-To: <20200926042453.67517-3-john.stultz@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 644 bytes --]


Signed-off-by: kernel test robot <lkp@intel.com>
---
 cma_heap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma-buf/heaps/cma_heap.c b/drivers/dma-buf/heaps/cma_heap.c
index 3adfdbed08293..49f65b4ea19af 100644
--- a/drivers/dma-buf/heaps/cma_heap.c
+++ b/drivers/dma-buf/heaps/cma_heap.c
@@ -240,7 +240,7 @@ static void cma_heap_dma_buf_release(struct dma_buf *dmabuf)
 	kfree(buffer);
 }
 
-const struct dma_buf_ops cma_heap_buf_ops = {
+static const struct dma_buf_ops cma_heap_buf_ops = {
 	.attach = cma_heap_attach,
 	.detach = cma_heap_detatch,
 	.map_dma_buf = cma_heap_map_dma_buf,

  parent reply	other threads:[~2020-09-27  1:32 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-26  4:24 [RFC][PATCH 0/6] dma-buf: Performance improvements for system heap John Stultz
2020-09-26  4:24 ` John Stultz
2020-09-26  4:24 ` [RFC][PATCH 1/6] dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists John Stultz
2020-09-26  4:24   ` John Stultz
2020-09-27  0:36   ` [RFC PATCH] dma-buf: system_heap: system_heap_buf_ops can be static kernel test robot
2020-09-27  0:36   ` [RFC][PATCH 1/6] dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists kernel test robot
2020-09-26  4:24 ` [RFC][PATCH 2/6] dma-buf: heaps: Move heap-helper logic into the cma_heap implementation John Stultz
2020-09-26  4:24   ` John Stultz
2020-09-26 10:58   ` kernel test robot
2020-09-27  1:32   ` kernel test robot
2020-09-27  1:32   ` kernel test robot [this message]
2020-09-26  4:24 ` [RFC][PATCH 3/6] dma-buf: heaps: Remove heap-helpers code John Stultz
2020-09-26  4:24   ` John Stultz
2020-09-26  4:24 ` [RFC][PATCH 4/6] dma-buf: system_heap: Allocate higher order pages if available John Stultz
2020-09-26  4:24   ` John Stultz
2020-09-26  4:24 ` [RFC][PATCH 5/6] dma-buf: system_heap: Add pagepool support to system heap John Stultz
2020-09-26  4:24   ` John Stultz
2020-09-30  4:46   ` Chris Goldsworthy
2020-09-30  4:46     ` Chris Goldsworthy
2020-10-01 14:49     ` Chris Goldsworthy
2020-10-01 14:49       ` Chris Goldsworthy
2020-10-01 18:28       ` John Stultz
2020-10-01 18:28         ` John Stultz
2020-10-01 22:07     ` John Stultz
2020-10-01 22:07       ` John Stultz
2020-09-26  4:24 ` [RFC][PATCH 6/6] dma-buf: heaps: Skip sync if not mapped John Stultz
2020-09-26  4:24   ` John Stultz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200927013255.GA62587@ce03f01900d4 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.