From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id D42104203EB for ; Sat, 13 Jun 2020 11:58:18 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id x13so12288391wrv.4 for ; Sat, 13 Jun 2020 02:58:18 -0700 (PDT) Received: from soda.linbit (62-99-137-214.static.upcbusiness.at. [62.99.137.214]) by smtp.gmail.com with ESMTPSA id o18sm12950915wme.19.2020.06.13.02.58.17 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 13 Jun 2020 02:58:17 -0700 (PDT) Resent-Message-ID: <20200613095816.GP4222@soda.linbit> Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id CB3C84203D6 for ; Thu, 21 May 2020 09:44:29 +0200 (CEST) From: David Howells In-Reply-To: <20200520195509.2215098-30-hch@lst.de> References: <20200520195509.2215098-30-hch@lst.de> <20200520195509.2215098-1-hch@lst.de> To: Christoph Hellwig MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <71190.1590047051.1@warthog.procyon.org.uk> Message-ID: <71191.1590047051@warthog.procyon.org.uk> Cc: Marcelo Ricardo Leitner , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, dhowells@redhat.com, linux-sctp@vger.kernel.org, target-devel@vger.kernel.org, linux-afs@lists.infradead.org, drbd-dev@lists.linbit.com, linux-cifs@vger.kernel.org, rds-devel@oss.oracle.com, linux-rdma@vger.kernel.org, cluster-devel@redhat.com, Alexey Kuznetsov , Jakub Kicinski , ceph-devel@vger.kernel.org, linux-nfs@vger.kernel.org, Neil Horman , Hideaki YOSHIFUJI , netdev@vger.kernel.org, Vlad Yasevich , Eric Dumazet , Jon Maloy , Ying Xue , "David S. Miller" , ocfs2-devel@oss.oracle.com Subject: Re: [Drbd-dev] [PATCH 29/33] rxrpc: add rxrpc_sock_set_min_security_level List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 13 Jun 2020 10:15:47 -0000 Christoph Hellwig wrote: > Add a helper to directly set the RXRPC_MIN_SECURITY_LEVEL sockopt from > kernel space without going through a fake uaccess. > > Thanks to David Howells for the documentation updates. > > Signed-off-by: Christoph Hellwig Acked-by: David Howells