[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Yg5W9iLejXtJm0BP@kroah.com>
Date: Thu, 17 Feb 2022 15:08:54 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Jens Axboe <axboe@...nel.dk>
Cc: Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
linux-usb@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Sven Peter <sven@...npeter.dev>
Subject: Re: [PATCH] tps6598x: clear int mask on probe failure
On Thu, Feb 17, 2022 at 06:51:27AM -0700, Jens Axboe wrote:
> On 2/17/22 1:30 AM, Heikki Krogerus wrote:
> > On Tue, Feb 15, 2022 at 11:22:04AM -0700, Jens Axboe wrote:
> >> The interrupt mask is enabled before any potential failure points in
> >> the driver, which can leave a failure path where we exit with
> >> interrupts enabled but the device not live. This causes an infinite
> >> stream of interrupts on an Apple M1 Pro laptop on USB-C.
> >>
> >> Add a failure label that's used post enabling interrupts, where we
> >> mask them again before returning an error.
> >>
> >> Suggested-by: Sven Peter <sven@...npeter.dev>
> >> Signed-off-by: Jens Axboe <axboe@...nel.dk>
> >
> > Should this be marked as a fix?
>
> Maybe, I can try and dig out the offending commit. From some quick
> checking, it didn't come in with recent fixes, so it's probably been
> there since support got added. Maybe we just mark it stable?
>
> > Reviewed-by: Heikki Krogerus <heikki.krogerus@...ux.intel.com>
>
> Thanks! Greg, will you pick this up?
Will do, thanks.
greg k-h
Powered by blists - more mailing lists