On 07/10/2019 10:17, Peter Zijlstra wrote: > Adding another text_poke_bp_batch() user made me realize the interface > is all sorts of wrong. The text poke vector should be internal to the > implementation. > > This then results in a trivial interface: > > text_poke_queue() - which has the 'normal' text_poke_bp() interface > text_poke_finish() - which takes no arguments and flushes any > pending text_poke()s. > > Signed-off-by: Peter Zijlstra (Intel) <pet...@infradead.org> > Reviewed-by: Masami Hiramatsu <mhira...@kernel.org> > Cc: Steven Rostedt <rost...@goodmis.org> > Cc: Daniel Bristot de Oliveira <bris...@redhat.com>
Reviewed-by: Daniel Bristot de Oliveira <bris...@redhat.com> Thanks! -- Daniel