All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinesh Vilas Raut <vineshraut2017@gmail.com>
To: Dwaipayan Ray <dwaipayanray1@gmail.com>
Cc: linux-kernel-mentees@lists.linuxfoundation.org
Subject: Re: [PATCH v2] Documentation: checkpatch: add UNNECESSARY_CASTS message.
Date: Mon, 9 Aug 2021 19:02:42 +0530	[thread overview]
Message-ID: <CAMqN5U7xVZ2zjGT1upR9XxThR6RMk4J8LTB69CnkY0igxdKdFA@mail.gmail.com> (raw)
In-Reply-To: <CABJPP5Byjb+xz3QZMo38bHu02rqwOfwuPjdzsyiHRUpr_zyhDA@mail.gmail.com>

On Sat, Aug 7, 2021 at 1:36 AM Dwaipayan Ray <dwaipayanray1@gmail.com> wrote:
>
> On Fri, Aug 6, 2021 at 8:49 PM Vinesh Raut <vineshraut2017@gmail.com> wrote:
> >
> > Add verbose description for UNNECESSARY_CASTS message type.
> >
> > Suggested-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > Signed-off-by: Vinesh Raut <vineshraut2017@gmail.com>
> > ---
> >  Documentation/dev-tools/checkpatch.rst | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> >
> > diff --git a/Documentation/dev-tools/checkpatch.rst b/Documentation/dev-tools/checkpatch.rst
> > index f0956e9ea2d8..9cb6b9059fc6 100644
> > --- a/Documentation/dev-tools/checkpatch.rst
> > +++ b/Documentation/dev-tools/checkpatch.rst
> > @@ -268,6 +268,15 @@ Allocation style
> >
> >      See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
> >
> > +   **UNNECESSAR_CASTS**

+   **UNNECESSARY_CASTS**

> > +   Cast should not be done to any alloc functions.
> > +   Appropriate type of pointer is pick by compiler at run time

+   Appropriate type of pointer is pick by compiler at runtime

> s/run time/runtime
>
> > +   Cast may hide bugs, as compiler suppresses the warning after cast.


+   If a pointer is cast (wrongly), bugs like memory corruption,
segmentation faults can occur.
+   Also, It can affect functionality of the program.


>
> The question which arises here is what kind of bug is suppressed.
> Maybe follow http://c-faq.com/malloc/mallocnocast.html as checkpatch
> says to write up a paragraph on why it is bad.
>
> > +
> > +   See:
> > +   1] https://lore.kernel.org/lkml/20070808024321.GA6316@redhat.com/
> > +   2] https://lore.kernel.org/lkml/a5e60a2b93e10baf84af063f6c8e56402273105d.camel@perches.com/
>
> These links are just patches that introduced the test. There is not much
> information about "why" they were introduced.

Should I remove it?
And I didnt found any discussion on LKML regarding  UNNECESSARY_CASTS issue,
other than this patches.

>
> Other than that change the enumeration type to be
> uniform with the rest of the documentation maybe?
> The thing followed till now is:
>
> See:
>   1. link_1
>   2. link_2

+   See:
+   1. https://lore.kernel.org/lkml/20070808024321.GA6316@redhat.com/
+   2. https://lore.kernel.org/lkml/a5e60a2b93e10baf84af063f6c8e56402273105d.camel@perches.com/

>
> Dwaipayan.
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

      reply	other threads:[~2021-08-09 13:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-06 15:18 [PATCH v2] Documentation: checkpatch: add UNNECESSARY_CASTS message Vinesh Raut
2021-08-06 17:31 ` Vinesh Vilas Raut
2021-08-06 20:06 ` Dwaipayan Ray
2021-08-09 13:32   ` Vinesh Vilas Raut [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMqN5U7xVZ2zjGT1upR9XxThR6RMk4J8LTB69CnkY0igxdKdFA@mail.gmail.com \
    --to=vineshraut2017@gmail.com \
    --cc=dwaipayanray1@gmail.com \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.