Received: by 10.213.65.68 with SMTP id h4csp1778082imn; Mon, 19 Mar 2018 13:01:30 -0700 (PDT) X-Google-Smtp-Source: AG47ELvZRqLNREkejHU8MaGCGRdYgltct1+Uq2pTOU2bo7xnPWH2hG5uzFHDEmVSC8U9aVsVklSQ X-Received: by 2002:a17:902:5328:: with SMTP id b37-v6mr13973815pli.332.1521489690797; Mon, 19 Mar 2018 13:01:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521489690; cv=none; d=google.com; s=arc-20160816; b=zdWjJVb4P6Jn6eaoK1ZjMMvtlOIHG3stpzQs2JFH/hhio3PofRwXlrOl5xgjKsdOwD 6W83YzmDhwWekOORV9MqA3Q/ZL71QsPz56MVmM4zLtCivfP4Oo1acf9d4YZxVkr5rTut R52xzRc0myvcTo9ibK1mL2mVtOp7rBZwGHsNnYDOkP4M1KpZxm171wgS6S0ILEwk/kVJ 5jTh7CHM4s1mJuQCrOeALyTL1G8/posQW6dCRF71pkTy+ut+4ZEO8E6NjutJGMSzovkN kD3OnOGHZnDJYJRjmK9+3FiWgQbHmXPz+I5wL9qNpBhq+awtnXV+zgyvrxZkerP67z41 KbwA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=6Mi+HbmBBpekcpVdVgp+rOgPWsGYhmguwYPm2IMxLxA=; b=wBcxx1dGwM6Em9AFB5KAvr1STSRIUfaAk+Dt/Tw5Bb5zjVP/D5ABEFcTgyINsuf/z/ Ok/wAEej7QmYqsc/6YNopNjpdHXFOK6VCK5BtjLt8YU3eYZTv2VOup+VOOZhuQwG3ZDh 6dAu4MK9y0Qxu4pO9ffxS1+eNzvxVtJc9ENcJvubvsJdg8XULiXRK1Jn0gsG5DRVg/Hl ku6Brax3mI5IXQwuIt1rJ1pcqYJzKDTBjj11fnlqeJGVKjxEhvZ9Yr9JBMoJUoOuuuGW 4IoNN/ESY2Hoe/KaLI1cORN6jW3REWbn9VPtG2IZGdeSAqTfH6vHtC/LhU4cp7S2PXAs BNiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m1si444004pgc.757.2018.03.19.13.01.14; Mon, 19 Mar 2018 13:01:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031034AbeCST7Q (ORCPT + 99 others); Mon, 19 Mar 2018 15:59:16 -0400 Received: from mga04.intel.com ([192.55.52.120]:63287 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967646AbeCST6l (ORCPT ); Mon, 19 Mar 2018 15:58:41 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2018 12:58:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,331,1517904000"; d="scan'208";a="39356606" Received: from sbauer-z170x-ud5.lm.intel.com (HELO sbauer-Z170X-UD5) ([10.232.112.135]) by fmsmga001.fm.intel.com with ESMTP; 19 Mar 2018 12:58:40 -0700 Date: Mon, 19 Mar 2018 13:33:12 -0600 From: Scott Bauer To: Christoph Hellwig Cc: Jonas Rabenstein , Jonathan Derrick , Jens Axboe , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/11] block: sed-opal support write to shadow mbr Message-ID: <20180319193311.bkwq3ir75dz6awcn@sbauer-Z170X-UD5> References: <20180319195335.GB3380@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180319195335.GB3380@lst.de> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 19, 2018 at 08:53:35PM +0100, Christoph Hellwig wrote: > On Mon, Mar 19, 2018 at 07:36:42PM +0100, Jonas Rabenstein wrote: > > Hi, > > I was advised to resend the patchset as a v2 where all the patches are > > in a flat hierarchy. So here is a complete set which hopefully pleases > > all requirements. > > As the previous fixes have by now all landed into linux-next, no > > additional patches are required for testing. > > Btw, what userspace do you use for this? The only one I know so far > is Scotts sed-opal-temp, which really should grow a more permanent > name / location. He has a forked verison here: https://github.com/ghostav/sed-opal-temp He sent out a v1, obviously, but I had him clean up/resubmit and CC you. So you could chime in on the new ioctl. v1: https://marc.info/?l=linux-block&m=152094656909515&w=4 As for the moving of sed-opal-temp I am more than willing to place this else where. I just don't have a location other than github to place it. If people have suggestions on where to store it that *isnt* on my personal github I will do that. And give access to the necessary maintainers.