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 >