On Di, 2018-09-04 at 11:31 +0200, Johan Hovold wrote: > On Tue, Sep 04, 2018 at 10:44:41AM +0200, Oliver Neukum wrote: > > For those people who run with panic_on_warn a WARN() triggered > > from user space is a DOS. It is worth returning to dev_err() > > I think this should be dev_warn() unless you want to bring back the > returning of errors on these conditions as well (i.e. as was the case > prior to 0cb54a3e47cb ("USB: debugging code shouldn't alter control > flow")). Should I? A warning in syslog is pretty hardcore, so I have no idea whether dev_warn() is enough. Regards Oliver