Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp520618imb; Fri, 1 Mar 2019 06:59:23 -0800 (PST) X-Google-Smtp-Source: APXvYqxIhFRVuJxa94Yxhg6w7cFO+IeDbZ+VGkMBlDmZjBK/uGUIBHKSBiSPy3XdKCR5uwY1FOcC X-Received: by 2002:a63:2a82:: with SMTP id q124mr5168441pgq.402.1551452363163; Fri, 01 Mar 2019 06:59:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551452363; cv=none; d=google.com; s=arc-20160816; b=u0Zw5mB92zrPAClIfmhxjQitcFgZp1vbuwSNRZ1ycRsiT6uoqbIA8uFDi91osh9tkw x1DFG6MbMvaCgT2y6jZYmSsr5YjO7WkzYTBlnnrZkjVvhXMBGkMf1rCwNPPFZMPWknEG yJBR2lbJw19BKbyQ1i+Fe3iIPBMU0dcUOa/TcAKVPTgKg7r67e4O7BX35ve1Jl5c4ib9 DCDkN/CFmHKwHvCQ28+aIYWdEUgClXkF+zXeoc7Ps1977zqzpU7xBRCK0kST9tGEq9w8 znOB00GWAraM7L5EAoOhgeecXvamB+3cWDA05b33rkYXx8Jb5eG+XIV1h03NCYGB4j1K b70Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=1WAfdGbTvubZ4mjZFQ6Ko06RNNU49a6r5Ylxd7fWzgo=; b=hpYb53HMyJn7ScLt0NrODR8E3w9374G+ze1u4vfVvwuCReSeLHFmVe8Hot3atYMoGC +z1xlD+vqH9RkDLxIJLOtLTKitu14fBLYC8bveqpgB7CRreH0uvcy31QxqJx4frN3xPg FHoOOWFzlEahENmndDg6Qyhufs8iiwBRYPJ+miJ+j0R+rJ3FonyyeRofn2SKiiUm/wYS J064vZ6HW9nY9C2vQcMSgVEK9n3HvOrNWQWxI+Mkp+NuODBicXVsm1N91iYudJrv+he6 /wpTbCfLgvNSeg8jU2ZApo2TTMBqVlo0KCjURxrCcl9/37V0tgns36ZqnKhRIwZz0wYL YzsA== 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 cc9si22751208plb.59.2019.03.01.06.59.07; Fri, 01 Mar 2019 06:59:23 -0800 (PST) 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 S2388599AbfCAO6K (ORCPT + 99 others); Fri, 1 Mar 2019 09:58:10 -0500 Received: from mx2.suse.de ([195.135.220.15]:39332 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388566AbfCAO6K (ORCPT ); Fri, 1 Mar 2019 09:58:10 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 8B837B118; Fri, 1 Mar 2019 14:58:08 +0000 (UTC) From: Thomas Renninger To: keescook@chromium.org Cc: joel@joelfernandes.org, tony.luck@intel.com, ccross@android.com, anton@enomsg.org, duwe@suse.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pstore: automatically dump and clean dmesg entries Date: Fri, 01 Mar 2019 15:58:08 +0100 Message-ID: <3683314.agOEaCLz2O@house> In-Reply-To: <35267159.Lyx5QdZ5Rb@house> References: <35267159.Lyx5QdZ5Rb@house> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, March 1, 2019 3:53:25 PM CET Thomas Renninger wrote: > From: Torsten Duwe > > Dump a previous oops or panic, which has made it to pstore, > to the new syslog after reboot, optionally deleting it. > This can happen automatically, without user land interaction. > > Signed-off-by: Torsten Duwe > CC: Thomas Renninger This is a patch which is (was) part of the SUSE kernel for quite a while. Iirc someone from Fujitsu requested this. Anyway, it has not been sent upstream yet, but looks useful. Please consider to merge this one if you like it. Otherwise it will probably get dropped to Nirvana as we only keep upstream accepted (not SuSE specific) patches. I adjusted the patch to latest linux-2.6 git HEAD state and gave it a test compile. Thanks, Thomas