[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Y+njtiyDAEJolpZU@kroah.com>
Date: Mon, 13 Feb 2023 08:16:06 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Alexander Sverdlin <alexander.sverdlin@...il.com>
Cc: linux-kernel@...r.kernel.org,
"Rafael J. Wysocki" <rafael@...nel.org>
Subject: Re: [PATCH] driver: core: Prevent NULL pointer dereference in device
name functions
On Mon, Feb 13, 2023 at 08:12:08AM +0100, Alexander Sverdlin wrote:
> Hi Greg,
>
> On Mon, 2023-02-13 at 08:07 +0100, Greg Kroah-Hartman wrote:
> > > Prevent similar scenarios:
> > >
> > > Unable to handle kernel NULL pointer dereference at virtual address 00000038
> > > ...
> > > PC is at dev_driver_string+0x0/0x38
> >
> > How did this "scenario" happen? What in-tree code caused this?
> >
>
> such in-tree code is not known to me, I stubled upon this putting dev_info()
> all over the code in the platform we currently convert to DT (cirrus ep93xx).
Instead of using dev_info() for tracing, use ftrace instead, that's what
it is there for! :)
thanks,
greg k-h
Powered by blists - more mailing lists