[PATCH] kernel: Downgrade warning for unsafe parameters

2018-02-26 Thread Chris Wilson
As using an unsafe module parameter is, by its very definition, an expected user action, emitting a warning is overkill. Nothing has yet gone wrong, and we add a taint flag for any future oops should something actually go wrong. So instead of having a user controllable pr_warn, downgrade it to a pr

Re: [PATCH] kernel: Downgrade warning for unsafe parameters

2018-02-26 Thread Jani Nikula
On Mon, 26 Feb 2018, Chris Wilson wrote: > As using an unsafe module parameter is, by its very definition, an > expected user action, emitting a warning is overkill. Nothing has yet > gone wrong, and we add a taint flag for any future oops should > something actually go wrong. So instead of having