[DTrace-devel] [PATCH 6/6] uprobes: tiny style cleanup

Kris Van Hees kris.van.hees at oracle.com
Tue May 23 15:53:16 UTC 2023


On Tue, May 23, 2023 at 11:41:56AM -0400, Steven Sistare via DTrace-devel wrote:
> On 5/22/2023 4:20 PM, Nick Alcock wrote:
> > Not sure where this crept in, but it's obviously wrong.
> > 
> > Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
> > ---
> >  libdtrace/dt_prov_uprobe.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/libdtrace/dt_prov_uprobe.c b/libdtrace/dt_prov_uprobe.c
> > index 32b6996762b3f..5bc36e56548ed 100644
> > --- a/libdtrace/dt_prov_uprobe.c
> > +++ b/libdtrace/dt_prov_uprobe.c
> > @@ -673,7 +673,7 @@ static void detach(dtrace_hdl_t *dtp, const dt_probe_t *prp)
> >  
> >  	uprobe_delete(upp->dev, upp->inum, upp->off, upp->flags & PP_IS_RETURN,
> >  		      upp->flags & PP_IS_ENABLED);
> > -	}
> > +}
> >  
> >  /*
> >   * Used for underlying probes (uprobes).
> 
> This does not apply in my clone of origin/2.0-branch-dev.
> An accidental change in your workspace?
> 
> - Steve

origin/2.0-branch-dev is a bit behind as we are preparing for the next
release, and so this patch actually relates to another one that is still
in queue to be applied to that branch.  Should be there in the next few
days.



More information about the DTrace-devel mailing list