linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* usb_control_msg_send() and usb_control_msg_recv() are highly problematic
@ 2020-09-23 10:59 Oliver Neukum
  2020-09-23 11:07 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Neukum @ 2020-09-23 10:59 UTC (permalink / raw)
  To: Himadri Pandya, gregKH, Alan Stern; +Cc: linux-usb

Hi,

you probably do not want to hear this. I was out of comission
for the last week weeks and I should have looked at this more closely.

You may notice that usb_control_msg() for times immemorial has been
using GFP_NOIO internally. This is because control messages are needed
in a lot of contexts such as SCSI error handling and runtime PM
that require GFP_NOIO. IIRC at that time we found ourselves unable to
go through all those call chains, so we pulled the nuclear option
and slapped a blanket GFP_NOIO on the function.

Today I got a patch that outright deleted a memory allocation with
GFP_NOIO, so I looked into this. We are making the same mistake
we couldn't fix in the past.
I am afraid the API has to be changed to include memory flags.
And we should do this now while the damage is still within limits.
I am preparing patches.

	Regards
		Oliver


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-23 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-23 10:59 usb_control_msg_send() and usb_control_msg_recv() are highly problematic Oliver Neukum
2020-09-23 11:07 ` Greg KH
2020-09-23 11:28   ` Oliver Neukum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).