Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Feb 2023 15:54:40 +0000 (07:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Feb 2023 15:54:40 +0000 (07:54 -0800)
commit513c1a3d3f1982fb850c910937099525b0d35e24
treeb18ec2846eb82eb8137ca32c728c1d31e0b4003d
parent05ecb680708a1dbe6554d6fc17e5d9a8a7cb5e6a
parent3e46d910d8acf94e5360126593b68bf4fee4c4a1
Merge tag 'trace-v6.2-rc6' of git://git./linux/kernel/git/trace/linux-trace

Pull tracing fix from Steven Rostedt:
 "Fix regression in poll() and select()

  With the fix that made poll() and select() block if read would block
  caused a slight regression in rasdaemon, as it needed that kind of
  behavior. Add a way to make that behavior come back by writing zero
  into the 'buffer_percentage', which means to never block on read"

* tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_pipe_raw