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: <ad442d07-4c04-4be5-9273-3970e7f41a55@linuxfoundation.org>
Date: Mon, 30 Sep 2024 13:55:27 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: "John B. Wyatt IV" <jwyatt@...hat.com>, Thomas Renninger <trenn@...e.com>
Cc: linux-pm@...r.kernel.org, Shuah Khan <shuah@...nel.org>,
 "Rafael J. Wysocki" <rafael@...nel.org>, linux-kernel@...r.kernel.org,
 John Kacur <jkacur@...hat.com>, "John B. Wyatt IV"
 <sageofredondo@...il.com>, Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH] pm: cpupower: gitignore: Add compile_commands.json

On 9/30/24 11:22, John B. Wyatt IV wrote:
> A compile_commands.json file is used by the LSP in tools like VSCode and
> Neovim to look up function and type information. The file is specific to
> the state of the current system; add it to the gitignore.
> 
> Note: the kernel root's gitignore has a similar entry:
> 
> /compile_commands.json
> 
> I am not sure why they use '/' for a file as it is used for directories.
> 
> Signed-off-by: "John B. Wyatt IV" <jwyatt@...hat.com>
> Signed-off-by: "John B. Wyatt IV" <sageofredondo@...il.com>
> ---
>   tools/power/cpupower/.gitignore | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/tools/power/cpupower/.gitignore b/tools/power/cpupower/.gitignore
> index 7677329c42a6..5113d5a7aee0 100644
> --- a/tools/power/cpupower/.gitignore
> +++ b/tools/power/cpupower/.gitignore
> @@ -27,3 +27,6 @@ debug/i386/intel_gsic
>   debug/i386/powernow-k8-decode
>   debug/x86_64/centrino-decode
>   debug/x86_64/powernow-k8-decode
> +
> +# Clang's compilation database file
> +compile_commands.json

Thank you. Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/log/?h=cpupower

It will be included in my next pull request to PM maintainer.

thanks,
-- Shuah

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ