From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Hackmann Subject: Re: [PATCH v2] pstore-ram: add Device Tree bindings Date: Fri, 20 Nov 2015 10:32:08 -0800 Message-ID: <564F6728.7050607@google.com> References: <1447719205-8571-1-git-send-email-ghackmann@google.com> <20151117211717.GA12750@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20151117211717.GA12750@rob-hp-laptop> Sender: linux-doc-owner@vger.kernel.org To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jonathan Corbet , Anton Vorontsov , Colin Cross , Kees Cook , Tony Luck , linux-doc@vger.kernel.org List-Id: devicetree@vger.kernel.org On 11/17/2015 01:17 PM, Rob Herring wrote: >> +- record-size: maximum size in bytes of each dump done on oops/panic >> + (defaults to 0) > > Perhaps the default should be something useful. It's kind of a weird default, but I don't have any ideas for a better one. First, the size you want is really determined by the number of dumps you want to keep in your circular buffer. That's not something I want to guess at. Second, at least IME, a lot of devices legitimately want this set to 0. They're pulling in ramoops for the persistent kernel and userspace logs. >> +- unbuffered: if present, use uncached mappings to map the reserved region >> + (defaults to cached mappings) > > It defaults to write-combined or buffered which is not really cached. Will fix.