lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZuGOq_8StU-ChcE8@x1>
Date: Wed, 11 Sep 2024 09:35:55 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: James Clark <james.clark@...aro.org>
Cc: Yang Li <yang.lee@...ux.alibaba.com>, linux-perf-users@...r.kernel.org,
	linux-kernel@...r.kernel.org, Abaci Robot <abaci@...ux.alibaba.com>,
	peterz@...radead.org, mingo@...hat.com, namhyung@...nel.org
Subject: Re: [PATCH -next] perf parse-events: Remove duplicated include in
 parse-events.c

On Wed, Sep 11, 2024 at 10:50:33AM +0100, James Clark wrote:
> 
> 
> On 10/09/2024 01:55, Yang Li wrote:
> > The header files parse-events.h is included twice in parse-events.c,
> > so one inclusion of each can be removed.
> > 
> > Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10822
> > Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
> > ---
> >   tools/perf/tests/parse-events.c | 1 -
> >   1 file changed, 1 deletion(-)
> > 
> > diff --git a/tools/perf/tests/parse-events.c b/tools/perf/tests/parse-events.c
> > index 639e65a9bf61..e228511c85a5 100644
> > --- a/tools/perf/tests/parse-events.c
> > +++ b/tools/perf/tests/parse-events.c
> > @@ -5,7 +5,6 @@
> >   #include <api/fs/fs.h>
> >   #include "tests.h"
> >   #include "debug.h"
> > -#include "parse-events.h"
> >   #include "pmu.h"
> >   #include "pmus.h"
> >   #include <dirent.h>
> 
> Reviewed-by: James Clark <james.clark@...aro.org>

Thanks, applied to perf-tools-next,

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ