[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191114155413.GA29207@ziepe.ca>
Date: Thu, 14 Nov 2019 11:54:13 -0400
From: Jason Gunthorpe <jgg@...pe.ca>
To: Viresh Kumar <viresh.kumar@...aro.org>
Cc: Dennis Dalessandro <dennis.dalessandro@...el.com>,
Mike Marciniszyn <mike.marciniszyn@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Vincent Guittot <vincent.guittot@...aro.org>,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] IB/qib: Validate ->show()/store() callbacks before
calling them
On Thu, Nov 07, 2019 at 08:50:25AM +0530, Viresh Kumar wrote:
> The permissions of the read-only or write-only sysfs files can be
> changed (as root) and the user can then try to read a write-only file or
> write to a read-only file which will lead to kernel crash here.
>
> Protect against that by always validating the show/store callbacks.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@...aro.org>
> ---
> drivers/infiniband/hw/qib/qib_sysfs.c | 6 ++++++
> 1 file changed, 6 insertions(+)
Applied to for-next, thanks
Jason
Powered by blists - more mailing lists