Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1764264pxu; Tue, 24 Nov 2020 08:23:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJy+dPobIsXqKm2+Fgml8cU7QxJwGnwD/0m0wTdIzUx/Hlgc9CW7XxgjHKHntk01iUS43UmH X-Received: by 2002:a17:906:2452:: with SMTP id a18mr4841570ejb.66.1606234986684; Tue, 24 Nov 2020 08:23:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606234986; cv=none; d=google.com; s=arc-20160816; b=WjWffoDj0D4uNZlAJfvK+IZEVEGkTVb9QD/YGVbEO0JRt+w9ONEL1QFESQiqn0VkHw MUV28B44KLVIElObshSI2U38kYsZc3FPn3XCPQiMG/xVAGgv95p4h/nFYLFQcENPLTJo 2FXLF1rxr3VMa5CV77njF0kSSkUTIF35LSR75goYkCYSDBUSPWa87/OJV8frL2Ey023n vIaiY7k4H6zx1elqITW96t4jOkhbYLMW5HVo1m2970f6lTf6yDhoILwqLwCtwlc1o7h6 e5FKUsRkl5pp+PicLCyBf0fM8f4V1w6LGVyOWHbJWMBpTBxpPDU1Kl1+uB5J/SCGj2Bi EJUQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=wgxktRm1LpkIWCqDK234jNOsaAl3Gxks7vZXn4sT+EI=; b=nfdgsumvElWE/yQcx8zo5ZMq5y9VkpEFDE1iM8Y1c+FrJKvz53NXiIYrJGWL9I0plr YwI5N5Drqr8ZKcuEw0moC2OqAP+ng11XzVw8Eh/IziH7DMRd6QlwkBPb+tvOGh7Zug4J aX7oaj8qJm3d+Lo4Y5wv2FHZgHfuHUV9oEXO8cp5/mJlZ+4WrNiWmZ/ZUPTbQmvDbdrK pZ+JRS6svg83TD+QptS4Ggxj4wP0RA0wV1ryJSrEmWzKqk5FKxY2qfTjz8eQpJfbypA/ IBYUVIzjq2dpKLyzghuJUiGpAhituoZMBIqZUUBwzWAOvbT5ZeQsSncg1lg1f4+OQjfZ qhMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id rl2si8547283ejb.720.2020.11.24.08.22.43; Tue, 24 Nov 2020 08:23:06 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390169AbgKXQSz (ORCPT + 99 others); Tue, 24 Nov 2020 11:18:55 -0500 Received: from verein.lst.de ([213.95.11.211]:55127 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389760AbgKXQSz (ORCPT ); Tue, 24 Nov 2020 11:18:55 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 256566736F; Tue, 24 Nov 2020 17:18:52 +0100 (CET) Date: Tue, 24 Nov 2020 17:18:51 +0100 From: Christoph Hellwig To: Ulf Hansson Cc: Bhaskara Budiredla , Kees Cook , Colin Cross , Tony Luck , Sunil Kovvuri Goutham , "linux-mmc@vger.kernel.org" , Linux Kernel Mailing List , Christoph Hellwig Subject: Re: [EXT] Re: [PATCH v1 1/2] mmc: Support kmsg dumper based on pstore/blk Message-ID: <20201124161851.GA10535@lst.de> References: <20201112062422.32212-1-bbudiredla@marvell.com> <20201112062422.32212-2-bbudiredla@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 24, 2020 at 03:40:21PM +0100, Ulf Hansson wrote: > It looks like Christoph is planning for some rewrite of the pstore > code, so let's see what that means in regards to this. Here is what I posted last month: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/pstore Kees wanted to chime in with a few thing he'd like to see done differently, but I've not seen the actual comments yet. In respect to the eMMC support what I've done should mostly just work, it would have to adopt to the slightly different registration interface and just call register_pstore_device() with its own ops.