Re: [PATCH v3 2/2] kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN

2019-09-03 Thread Sedat Dilek
it > > also for Clang, DTC, and even kernel-doc. > > Thanks for the patch! > Reviewed-by: Nick Desaulniers > Thanks for the patch. I like the backward compatibility and am OK with pointing to 'make --help' for the documentation part (KISS - Keep It Simple

Re: [PATCH v3 2/2] kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN

2019-09-04 Thread Sedat Dilek
On Wed, Sep 4, 2019 at 8:58 AM Sedat Dilek wrote: > > On Tue, Sep 3, 2019 at 11:50 PM Nick Desaulniers > wrote: > > > > On Sat, Aug 31, 2019 at 9:26 AM Masahiro Yamada > > wrote: > > > > > > KBUILD_ENABLE_EXTRA_GCC_CHECKS started as a switch to add

Re: [PATCH v3 2/2] kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN

2019-09-04 Thread Sedat Dilek
On Wed, Sep 4, 2019 at 10:07 AM Sedat Dilek wrote: > > On Wed, Sep 4, 2019 at 8:58 AM Sedat Dilek wrote: > > > > On Tue, Sep 3, 2019 at 11:50 PM Nick Desaulniers > > wrote: > > > > > > On Sat, Aug 31, 2019 at 9:26 AM Masahiro Yamada > > > wr

[PATCH] kbuild: Update example for ccflags-y usage

2017-07-24 Thread Sedat Dilek
From: Sedat Dilek The old example to describe ccflags-y usage is no more valid. Signed-off-by: Sedat Dilek --- Documentation/kbuild/makefiles.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt

Re: [PATCH] kbuild: Update example for ccflags-y usage

2017-08-08 Thread Sedat Dilek
On Mon, Aug 7, 2017 at 10:24 PM, Jonathan Corbet wrote: > On Mon, 24 Jul 2017 17:27:05 +0200 > Sedat Dilek wrote: > >> The old example to describe ccflags-y usage is no more valid. >> >> Signed-off-by: Sedat Dilek > > I've applied this; had to clean u

[PATCH v5 00/15] Compiler Attributes

2018-09-24 Thread Sedat Dilek
1 + 12 files changed, 341 insertions(+), 189 deletions(-) create mode 100644 Documentation/process/programming-language.rst create mode 100644 include/linux/compiler_attributes.h -- 2.17.1 Tested-by: Sedat Dilek (against Linux v4.19-rc5 and built with LLVM/Clang v7)