Message ID | 20201009181512.65496-1-vgoyal@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=SreB=DQ=vger.kernel.org=linux-fsdevel-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 53A871580 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Fri, 9 Oct 2020 18:16:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1BE9022284 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Fri, 9 Oct 2020 18:16:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="QMTommPi" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388176AbgJISQl (ORCPT <rfc822;patchwork-linux-fsdevel@patchwork.kernel.org>); Fri, 9 Oct 2020 14:16:41 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:54621 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731864AbgJISQl (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Fri, 9 Oct 2020 14:16:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602267399; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6AOI++zZ6Cc9pncudS+cwz7OKe/aDNndvOS5Ql/WTSg=; b=QMTommPiXgskajhRYIYryRtoZPxraQXkvhXNoKAs+YTc+t6P5fR1Zm2K+OTbDNapXSzw0X qlmbLwo4hmhVXFlqWczDeN4Oydtc2ODLb0vHe7O5HECmT3uB73rbBUr2UvcwhPxc0Iczpy yCnCgUH/sZWR20Mj/o02+mdX5LUF2Ko= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-122-OqU97U7IMFCPu48irsqf2w-1; Fri, 09 Oct 2020 14:16:37 -0400 X-MC-Unique: OqU97U7IMFCPu48irsqf2w-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EBC9B10E2184; Fri, 9 Oct 2020 18:16:36 +0000 (UTC) Received: from horse.redhat.com (ovpn-115-194.rdu2.redhat.com [10.10.115.194]) by smtp.corp.redhat.com (Postfix) with ESMTP id 49E556EF57; Fri, 9 Oct 2020 18:16:33 +0000 (UTC) Received: by horse.redhat.com (Postfix, from userid 10451) id D461B220307; Fri, 9 Oct 2020 14:16:32 -0400 (EDT) From: Vivek Goyal <vgoyal@redhat.com> To: linux-fsdevel@vger.kernel.org, miklos@szeredi.hu Cc: vgoyal@redhat.com, virtio-fs@redhat.com Subject: [PATCH v3 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC Date: Fri, 9 Oct 2020 14:15:06 -0400 Message-Id: <20201009181512.65496-1-vgoyal@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org |
Series |
fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
|
expand
|