From patchwork Tue Mar 24 12:54:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 62457 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1jGj2o-008ctm-B7; Tue, 24 Mar 2020 12:52:34 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727366AbgCXMyq (ORCPT + 1 other); Tue, 24 Mar 2020 08:54:46 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:36156 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727225AbgCXMyq (ORCPT ); Tue, 24 Mar 2020 08:54:46 -0400 Received: from ramsan ([84.195.182.253]) by andre.telenet-ops.be with bizsmtp id JCuj2200C5USYZQ01CujFj; Tue, 24 Mar 2020 13:54:43 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jGj4t-0005G9-4B; Tue, 24 Mar 2020 13:54:43 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jGj4t-0005jJ-2M; Tue, 24 Mar 2020 13:54:43 +0100 From: Geert Uytterhoeven To: =?utf-8?q?Christian_K=C3=B6nig?= , Sumit Semwal , Daniel Vetter Cc: linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help text Date: Tue, 24 Mar 2020 13:54:42 +0100 Message-Id: <20200324125442.21983-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Improve the help text for the CONFIG_DMABUF_MOVE_NOTIFY symbol by: 1. Removing duplicated single quotes, 2. Adding a missing subject, 3. Fixing a misspelling of "yet", 4. Wrapping long lines. Fixes: bb42df4662a44765 ("dma-buf: add dynamic DMA-buf handling v15") Signed-off-by: Geert Uytterhoeven --- drivers/dma-buf/Kconfig | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/dma-buf/Kconfig b/drivers/dma-buf/Kconfig index ef73b678419c6d86..9626673f1d83ae64 100644 --- a/drivers/dma-buf/Kconfig +++ b/drivers/dma-buf/Kconfig @@ -43,11 +43,12 @@ config DMABUF_MOVE_NOTIFY bool "Move notify between drivers (EXPERIMENTAL)" default n help - Don''t pin buffers if the dynamic DMA-buf interface is available on both the - exporter as well as the importer. This fixes a security problem where - userspace is able to pin unrestricted amounts of memory through DMA-buf. - But marked experimental because we don''t jet have a consistent execution - context and memory management between drivers. + Don't pin buffers if the dynamic DMA-buf interface is available on + both the exporter as well as the importer. This fixes a security + problem where userspace is able to pin unrestricted amounts of memory + through DMA-buf. + This is marked experimental because we don't yet have a consistent + execution context and memory management between drivers. config DMABUF_SELFTESTS tristate "Selftests for the dma-buf interfaces"