On Mon, Sep 02, 2024 at 09:25:44AM +0300, Heikki Krogerus wrote: > On Fri, Aug 30, 2024 at 04:00:09PM +0200, Greg Kroah-Hartman wrote: > > In commit b16abab1fb64 ("usb: typec: tcpm: unregister existing source > > caps before re-registration"), quilt, and git, applied the diff to the > > incorrect function, which would cause bad problems if exercised in a > > device with these capabilities. > > > > Fix this all up (including the follow-up fix in commit 04c05d50fa79 > > ("usb: typec: tcpm: fix use-after-free case in > > tcpm_register_source_caps") to be in the correct function. > > > > Fixes: 04c05d50fa79 ("usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps") > > Fixes: b16abab1fb64 ("usb: typec: tcpm: unregister existing source caps before re-registration") > > Reported-by: Charles Yo <charlesyo@xxxxxxxxxx> > > Cc: Kyle Tso <kyletso@xxxxxxxxxx> > > Cc: Amit Sunil Dhamne <amitsd@xxxxxxxxxx> > > Cc: Ondrej Jirman <megi@xxxxxx> > > Cc: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > > Cc: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > Acked-by: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> Thanks for the review!