On Thu, 17 Apr 2025 18:30:03 -0400 Steven Rostedt <rost...@goodmis.org> wrote:
> From: Steven Rostedt <rost...@goodmis.org> > > The filter string testing uses strncpy_from_kernel/user_nofault() to > retrieve the string to test the filter against. The if() statement was > incorrect as it considered 0 as a fault, when it is only negative that it > faulted. changelog forgot to describe the userspace-visible effects of the bug? > Cc: sta...@vger.kernel.org Which is more important when proposing this!