]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Sep 2018 05:41:46 +0000 (07:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Sep 2018 05:41:46 +0000 (07:41 +0200)
commit6836424192a51749912311724a9d60e60ceef01d
treee260aa43863177bee64c14fe9d012a8f4022a730
parentd6acbba518c62efb1886821328e6d9f6d2c54153
parenteeff9662d8a21ad8a38105e5b8835a73641c55a9
Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Steven writes:
  "Vaibhav Nagarnaik found that modifying the ring buffer size could cause
   a huge latency in the system because it does a while loop to free pages
   without releasing the CPU (on non preempt kernels). In a case where there
   are hundreds of thousands of pages to free it could actually cause a system
   stall. A properly place cond_resched() solves this issue."