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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 12 Dec 2022 09:27:55 +1300 From: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@...il.com> To: Bagas Sanjaya <bagasdotme@...il.com> Cc: Masahiro Yamada <masahiroy@...nel.org>, Nathan Chancellor <nathan@...nel.org>, Nick Desaulniers <ndesaulniers@...gle.com>, Nicolas Schier <nicolas@...sle.eu>, Jonathan Corbet <corbet@....net>, Cristian Ciocaltea <cristian.ciocaltea@...labora.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Vipin Sharma <vipinsh@...gle.com>, linux-kbuild@...r.kernel.org, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH v2] scripts/tags.sh: choose which directories to exclude from being indexed On Sun, Dec 11, 2022 at 11:21:33AM +0700, Bagas Sanjaya wrote: > On Sun, Dec 11, 2022 at 12:02:18PM +1300, Paulo Miguel Almeida wrote: > > This patch makes it possible for the devs to specify which folders > > they don't want to include into database as part of the > > find_other_sources func if a makefile variable IGNOREDIRS is present, > > otherwise the original behaviour is kept. > > Better say "Add IGNOREDIRS variable, which specifies which directories > to be ignored from indexing." > > > @@ -278,6 +278,13 @@ To get all available archs you can also specify all. E.g.:: > > > > $ make ALLSOURCE_ARCHS=all tags > > > > +IGNOREDIRS > > +--------------- > > +For tags/TAGS/cscope targets, you can choose which directories won't > > +be included in the databases, separated by comma. E.g.: > > + > > + $ make IGNOREDIRS=drivers/gpu/drm/radeon,tools cscope > > + > > Use two-colon syntax (::) for code block above to be consistent with > other code blocks. > > Thanks. > > -- > An old man doll... just what I always wanted! - Clara Hi Bagas, thanks for taking the time to review this patch. I will make the changes that you've pointed out. thanks! - Paulo A,
Powered by blists - more mailing lists