On Fri, Aug 10, 2018 at 12:47:29PM +0200, Jiri Olsa wrote: > Currently we enable the breakpoint back only if the breakpoint > modification was successful. If it fails we can leave the > breakpoint in disabled state with attr->disabled == 0. > > We can safely enable the breakpoint back for both the fail > and success paths by checking the bp->attr.disabled, which > either holds the new 'requested' disabled state or the > original breakpoint state. > > Suggested-by: Oleg Nesterov <o...@redhat.com> > Link: http://lkml.kernel.org/n/tip-79p9ttocwy2ju2s6qh25d...@git.kernel.org > Signed-off-by: Jiri Olsa <jo...@kernel.org>
Acked-by: Frederic Weisbecker <frede...@kernel.org> Thanks a lot!