Re: [PATCH v3] usb/hcd: Send a uevent signaling that the host controller had died

From: Raul Rangel
Date: Wed Apr 17 2019 - 18:18:06 EST


On Wed, Apr 17, 2019 at 04:39:23PM -0400, Alan Stern wrote:
>
> This sounds like a golden opportunity! Submit a separate patch making
> the parameter to kobject_uevent_env be const (actually const char *
> const []), then submit this patch on top of that one.
So there are other parts of the code base that dynamically create their
array values. So by making the function take const, it breaks :(
>
> Alan Stern
>