From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 761CF7D04D for ; Wed, 13 Feb 2019 00:39:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731678AbfBMAjh (ORCPT ); Tue, 12 Feb 2019 19:39:37 -0500 Received: from smtp2207-205.mail.aliyun.com ([121.197.207.205]:55349 "EHLO smtp2207-205.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727871AbfBMAjh (ORCPT ); Tue, 12 Feb 2019 19:39:37 -0500 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.0892108|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03310;MF=liaoweixiong@allwinnertech.com;NM=1;PH=DS;RN=16;RT=16;SR=0;TI=SMTPD_---.DxsVvxw_1550018370; Received: from 172.16.10.102(mailfrom:liaoweixiong@allwinnertech.com fp:SMTPD_---.DxsVvxw_1550018370) by smtp.aliyun-inc.com(10.147.42.241); Wed, 13 Feb 2019 08:39:31 +0800 Subject: Re: [RFC v7 0/5] pstore/block: new support logger for block devices To: Kees Cook Cc: Anton Vorontsov , Colin Cross , Tony Luck , Jonathan Corbet , Rob Herring , Mark Rutland , Mauro Carvalho Chehab , Greg Kroah-Hartman , "David S. Miller" , Andrew Morton , Nicolas Ferre , Arnd Bergmann , "open list:DOCUMENTATION" , LKML , devicetree@vger.kernel.org References: <1548245116-6360-1-git-send-email-liaoweixiong@allwinnertech.com> From: liaoweixiong Message-ID: <18924d77-f027-33f9-a775-ef140f5ba360@allwinnertech.com> Date: Wed, 13 Feb 2019 08:40:00 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 2019-02-13 04:54, Kees Cook wrote: > On Wed, Jan 23, 2019 at 4:06 AM liaoweixiong > wrote: >> >> Why should we need pstore_block? >> 1. Most embedded intelligent equipment have no persistent ram, which >> increases costs. We perfer to cheaper solutions, like block devices. >> In fast, there is already a sample for block device logger in driver >> MTD (drivers/mtd/mtdoops.c). >> 2. Do not any equipment have battery, which means that it lost all data >> on general ram if power failure. Pstore has little to do for these >> equipments. >> >> [PATCH v7] >> On patch 1: >> 1. Fix line over 80 characters. >> On patch 2: >> 1. Insert a separate patch for DT bindings. > > This is looking good. Can you address the DT bindings review concerns, > and send a v8? > Sure. I had little time to send patches as i caught up with the Spring Festival some days ago, the most grand festival of China. I'll do it before this weekend, which is already in my plan. > Thanks! > -- liaoweixiong