Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4225567pxj; Tue, 8 Jun 2021 09:16:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzSwbgFNR10U0uQGx03dIoEvVPL9cawqeB+HFUd1K2GqWlyenyL/2tB+8bSdX63ZHGUXBxi X-Received: by 2002:a05:6402:31a2:: with SMTP id dj2mr18971451edb.206.1623168969691; Tue, 08 Jun 2021 09:16:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623168969; cv=none; d=google.com; s=arc-20160816; b=IHrZp3+ZgulxujP9N3RefQFH/EOOBU6l7ve+RJrN3BsK7Lw6Eh5K2EdAXIy6QIxXE4 jtK8rk/mh6Rlqcfs//IJjmwcrCo3NNIvClKHNkx4E2c2PaJb8YUCCPBa+wQY/e1GB09z Kwv9FAW89K7sXyVuG2zAUdUmqwkpLj78Zmld9MvmWFN1iqK0pHPmP/gyvlEkmaTVb4po yIp46mFexyH48/9f1fjIB9EyOEhi3Pw1AQSKh66ApkGmFHe6/KBo7RSVZzaPgSNiVXZ9 QKPvuVAtz3JmpzPfVhfm3GUPsvrPyR1waqQQc4X6AW2mb408l6kTcG/eznstj7T0phVS AvLw== 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=H51HLh/QQSooBOvEbHpFRENzPY/TEC1nQsfBWqZGT8c=; b=ufH2MrB/fT4bzgXzNMphx6vkIIg68wNQd3VUtx414EwG4xUIw1wMgm88myBGpqiGx8 e+396uuQ45Hp6nO3pjiBnK5rfiEsli+I5xxGAA3lC+KuS9oKcQoO0ewjb/Yrul/m9J+1 orWrcnS0+lhKbcItfa5cTlzvXHu3lKY76c7Er/WhWdfP4cISi9uv9+SNObcKq5u+Km8K YbOFkjy4N01WA3hD+gjgS4TL5XSlmnmrfLZKUoBTp1BsiHi1mS6ZcnzoS6ZYd+fe1TOD 6r6I6B1ScuXZHkMldI0RLZUtVb3rieyOM1awchn1rwnpcip677J2c9WqDvRBgGNv9hG9 eW6g== 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 hp35si111867ejc.227.2021.06.08.09.15.44; Tue, 08 Jun 2021 09:16:09 -0700 (PDT) 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 S231807AbhFHQQY (ORCPT + 99 others); Tue, 8 Jun 2021 12:16:24 -0400 Received: from verein.lst.de ([213.95.11.211]:51530 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231626AbhFHQQS (ORCPT ); Tue, 8 Jun 2021 12:16:18 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2DE1667373; Tue, 8 Jun 2021 18:14:23 +0200 (CEST) Date: Tue, 8 Jun 2021 18:14:22 +0200 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 , linux-block , Jens Axboe , Christoph Hellwig Subject: Re: [EXT] Re: [PATCH v5 1/2] mmc: Support kmsg dumper based on pstore/blk Message-ID: <20210608161422.GA10298@lst.de> References: <20210120121047.2601-1-bbudiredla@marvell.com> <20210120121047.2601-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 Given that Kees was unwilling to take the series to unbreak the pstore block support I've sent a patch to Jens to mark it broken and thus effectively disable it. We can't really let this spread any further.