public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] groups: move code to kernel/groups.c
Date: Sat, 9 May 2009 05:54:01 +0200	[thread overview]
Message-ID: <20090509035401.GA8007@elte.hu> (raw)
In-Reply-To: <20090509033501.GA3224@x200.localdomain>


* Alexey Dobriyan <adobriyan@gmail.com> wrote:

> Move supplementary groups implementation to kernel/groups.c .
> kernel/sys.c already accumulated quite a few random stuff.
> 
> Do strictly copy/paste + add required headers to compile.
> Compile-tested on many configs and archs.
> 
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
> 
>  kernel/Makefile |    1 
>  kernel/groups.c |  288 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  kernel/sys.c    |  283 -------------------------------------------------------
>  3 files changed, 289 insertions(+), 283 deletions(-)

If you touch this code (which code has not been touched for years), 
do it only if you are also willing to do a followup patch that fixes 
most of these checkpatch warnings:

  total: 1 errors, 9 warnings, 0 checks, 584 lines checked

(Most of these are valid - and there's some other low hanging fruits 
as well which you will notice if you read the file.)

When creating a new file in kernel/ there's just no excuse for not 
doing it cleanly.

Thanks,

	Ingo

      reply	other threads:[~2009-05-09  3:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-09  3:35 [PATCH] groups: move code to kernel/groups.c Alexey Dobriyan
2009-05-09  3:54 ` Ingo Molnar [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=20090509035401.GA8007@elte.hu \
    --to=mingo@elte.hu \
    --cc=adobriyan@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox