From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EE0BC63777 for ; Tue, 24 Nov 2020 16:18:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BDF3206C0 for ; Tue, 24 Nov 2020 16:18:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390115AbgKXQSz (ORCPT ); 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-mmc@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.