From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423014AbcBQNdB (ORCPT ); Wed, 17 Feb 2016 08:33:01 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:50118 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422971AbcBQNc7 (ORCPT ); Wed, 17 Feb 2016 08:32:59 -0500 Date: Wed, 17 Feb 2016 14:32:54 +0100 From: Andrew Lunn To: Srinivas Kandagatla Cc: GregKH , maxime.ripard@free-electrons.com, wsa@the-dreams.de, broonie@kernel.org, vz@mleia.com, fd@ti.com, linux-kernel@vger.kernel.org, pantelis.antoniou@konsulko.com, bgolaszewski@baylibre.com Subject: Re: [PATCHv4 1/7] nvmem: Add flag to export NVMEM to root only Message-ID: <20160217133254.GB17326@lunn.ch> References: <1455666097-9115-1-git-send-email-andrew@lunn.ch> <1455666097-9115-2-git-send-email-andrew@lunn.ch> <56C448BA.3030905@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56C448BA.3030905@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 17, 2016 at 10:17:30AM +0000, Srinivas Kandagatla wrote: > Thanks for the patch, > > On 16/02/16 23:41, Andrew Lunn wrote: > >Legacy AT24, AT25 EEPROMs are exported in sys so that only root can > >read the contents. The EEPROMs may contain sensitive information. Add > >a flag so the provide can indicate that NVMEM should also restrict > >access to root only. > > This patch looks good to me. > Unless anyone has issues, I can queue this up via Greg's char-misc tree. Hi Srinivas There are dependencies between these patches. It would be better if you take them all as one series, adding the ACKs for the individual driver maintainers. Andrew