From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752526AbcFJWvK (ORCPT ); Fri, 10 Jun 2016 18:51:10 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:32799 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751632AbcFJWvI (ORCPT ); Fri, 10 Jun 2016 18:51:08 -0400 From: Kees Cook To: linux-kernel@vger.kernel.org Cc: Kees Cook , Greg Hackmann , Arnd Bergmann , Rob Herring , Markus Pargmann , Olof Johansson , Brian Norris , Anton Vorontsov , Colin Cross , Lee Campbell , Tony Luck , devicetree@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH v4 0/1] pstore/ram: add Device Tree bindings Date: Fri, 10 Jun 2016 15:50:58 -0700 Message-Id: <1465599059-22665-1-git-send-email-keescook@chromium.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a "v4" of Greg Hackmann's DT bindings for ramoops. This is what I'm going to land in the pstore tree unless there are strong and convincing arguments against it. :) I made a number of changes based people's feedback, and I want to get it unblocked. This patch is already carried by Android, and it doesn't need to be out of tree. To respond to Arnd's comment: I like this as the ramoops node, not the pstore node, since it describes the ramoops backend, not the pstore subsystem, which has different controls, and can only have one backend at a time. So it doesn't make sense to me to have this have a redundant extra pstore node, since the very presence of ramoops implies pstore. Markus Pargmann's issues I think were well addressed by Rob Herring. I simplified code by using Olof Johansson's suggestion to reduce the parsing width to u32. I added Brian Norris's crash fix. Beyond that, I made whitespace changes, consolidated some code, fixed some long lines, updated documentation, etc. Hopefully this all looks good. Further testing would be appreciated. :) Thanks! -Kees