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: <CAJZ5v0iW5_NcJ8wXQkuObw4nhJbViBim7uLiGz5PghMDKYybOw@mail.gmail.com>
Date: Wed, 4 Sep 2024 14:33:20 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: todd.e.brandt@...ux.intel.com, "Yo-Jung (Leo) Lin" <0xff07@...il.com>
Cc: linux-kernel-mentees@...ts.linuxfoundation.org, ricardo@...liere.net, 
	skhan@...uxfoundation.org, linux-kernel@...r.kernel.org, 
	linux-pm@...r.kernel.org
Subject: Re: [PATCH] pm-graph: ignore sleepgraph.py artifacts

On Mon, Aug 26, 2024 at 10:49 PM Todd Brandt
<todd.e.brandt@...ux.intel.com> wrote:
>
> On Sun, 2024-08-25 at 17:53 +0800, Yo-Jung (Leo) Lin wrote:
> > By default, sleepgraph.py creates suspend-{date}-{time} directories
> > to store artifacts, or suspend-{date}-{time}-xN if the --multi option
> > is used. Ignore those directories by adding a .gitignore file.
> >
> > Signed-off-by: Yo-Jung (Leo) Lin <0xff07@...il.com>
> > ---
> >  tools/power/pm-graph/.gitignore | 3 +++
> >  1 file changed, 3 insertions(+)
> >  create mode 100644 tools/power/pm-graph/.gitignore
> >
> > diff --git a/tools/power/pm-graph/.gitignore b/tools/power/pm-
> > graph/.gitignore
> > new file mode 100644
> > index 000000000000..37762a8a06d6
> > --- /dev/null
> > +++ b/tools/power/pm-graph/.gitignore
> > @@ -0,0 +1,3 @@
> > +# sleepgraph.py artifacts
> > +suspend-[0-9]*-[0-9]*
> > +suspend-[0-9]*-[0-9]*-x[0-9]*
> This seems fine. If you run the tool inside the tools/power/pm-graph
> folder I can see how it would be annoying to have all those output
> directories show up in git status. (re-send with Acked-by)
>
> Acked-by: Todd Brandt <todd.e.brandt@...ux.intel.com>

Applied as 6.12 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ