All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Pravin Shedge <pravin.shedge4linux@gmail.com>
Cc: davem@davemloft.net, sstabellini@kernel.org, x86@kernel.org,
	mchehab@kernel.org, linux-xfs@vger.kernel.org, mcgrof@kernel.org,
	ast@kernel.org, shuah@kernel.org, namhyung@kernel.org,
	mhiramat@kernel.org, linux-crypto@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
	devel@driverdev.osuosl.org,
	linux-security-module@vger.kernel.org,
	linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH] treewide: remove duplicate includes
Date: Mon, 4 Dec 2017 08:38:02 +0100	[thread overview]
Message-ID: <20171204073802.GD19596@kroah.com> (raw)
In-Reply-To: <1512337779-16842-1-git-send-email-pravin.shedge4linux@gmail.com>

On Mon, Dec 04, 2017 at 03:19:39AM +0530, Pravin Shedge wrote:
> These duplicate includes have been found with scripts/checkincludes.pl but
> they have been removed manually to avoid removing false positives.
> 
> Unit Testing:
> 
> - build successful
> - LTP testsuite passes.
> - checkpatch.pl passes
> 
> Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>

Please break this up per-subsystem, like any other cleanup patch, and
send it out that way.  As it is, no one can take such a patch.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: gregkh at linuxfoundation.org (Greg KH)
Subject: [Linux-kselftest-mirror] [PATCH] treewide: remove duplicate includes
Date: Mon, 4 Dec 2017 08:38:02 +0100	[thread overview]
Message-ID: <20171204073802.GD19596@kroah.com> (raw)
In-Reply-To: <1512337779-16842-1-git-send-email-pravin.shedge4linux@gmail.com>

On Mon, Dec 04, 2017 at 03:19:39AM +0530, Pravin Shedge wrote:
> These duplicate includes have been found with scripts/checkincludes.pl but
> they have been removed manually to avoid removing false positives.
> 
> Unit Testing:
> 
> - build successful
> - LTP testsuite passes.
> - checkpatch.pl passes
> 
> Signed-off-by: Pravin Shedge <pravin.shedge4linux at gmail.com>

Please break this up per-subsystem, like any other cleanup patch, and
send it out that way.  As it is, no one can take such a patch.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: gregkh@linuxfoundation.org (Greg KH)
Subject: [Linux-kselftest-mirror] [PATCH] treewide: remove duplicate includes
Date: Mon, 4 Dec 2017 08:38:02 +0100	[thread overview]
Message-ID: <20171204073802.GD19596@kroah.com> (raw)
Message-ID: <20171204073802.8pTJvHBEiNBuGvUnBzjEDXKbmm8iliAXvq5WTkEEn0k@z> (raw)
In-Reply-To: <1512337779-16842-1-git-send-email-pravin.shedge4linux@gmail.com>

On Mon, Dec 04, 2017@03:19:39AM +0530, Pravin Shedge wrote:
> These duplicate includes have been found with scripts/checkincludes.pl but
> they have been removed manually to avoid removing false positives.
> 
> Unit Testing:
> 
> - build successful
> - LTP testsuite passes.
> - checkpatch.pl passes
> 
> Signed-off-by: Pravin Shedge <pravin.shedge4linux at gmail.com>

Please break this up per-subsystem, like any other cleanup patch, and
send it out that way.  As it is, no one can take such a patch.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: gregkh@linuxfoundation.org (Greg KH)
To: linux-security-module@vger.kernel.org
Subject: [PATCH] treewide: remove duplicate includes
Date: Mon, 4 Dec 2017 08:38:02 +0100	[thread overview]
Message-ID: <20171204073802.GD19596@kroah.com> (raw)
In-Reply-To: <1512337779-16842-1-git-send-email-pravin.shedge4linux@gmail.com>

On Mon, Dec 04, 2017 at 03:19:39AM +0530, Pravin Shedge wrote:
> These duplicate includes have been found with scripts/checkincludes.pl but
> they have been removed manually to avoid removing false positives.
> 
> Unit Testing:
> 
> - build successful
> - LTP testsuite passes.
> - checkpatch.pl passes
> 
> Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>

Please break this up per-subsystem, like any other cleanup patch, and
send it out that way.  As it is, no one can take such a patch.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-12-04  7:37 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-03 21:49 [PATCH] treewide: remove duplicate includes Pravin Shedge
2017-12-03 21:49 ` Pravin Shedge
2017-12-03 21:49 ` [Linux-kselftest-mirror] " Pravin Shedge
2017-12-03 21:49 ` pravin.shedge4linux
2017-12-03 23:07 ` Luis R. Rodriguez
2017-12-03 23:07   ` Luis R. Rodriguez
2017-12-03 23:07   ` [Linux-kselftest-mirror] " Luis R. Rodriguez
2017-12-03 23:07   ` mcgrof
2017-12-03 23:20 ` Joe Perches
2017-12-03 23:20   ` Joe Perches
2017-12-03 23:20   ` [Linux-kselftest-mirror] " Joe Perches
2017-12-03 23:20   ` joe
2017-12-04  7:38 ` Greg KH [this message]
2017-12-04  7:38   ` Greg KH
2017-12-04  7:38   ` [Linux-kselftest-mirror] " Greg KH
2017-12-04  7:38   ` gregkh
2017-12-04 18:27 ` Darrick J. Wong
2017-12-04 18:27   ` Darrick J. Wong
2017-12-04 18:27   ` Darrick J. Wong
2017-12-04 18:27   ` [Linux-kselftest-mirror] " Darrick J. Wong
2017-12-04 18:27   ` darrick.wong
2017-12-04 19:21 ` Eduardo Valentin
2017-12-04 19:21   ` Eduardo Valentin
2017-12-04 19:21   ` Eduardo Valentin
2017-12-04 19:21   ` Eduardo Valentin
2017-12-04 19:21   ` [Linux-kselftest-mirror] " Eduardo Valentin
2017-12-04 19:21   ` eduval

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=20171204073802.GD19596@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=ast@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=mcgrof@kernel.org \
    --cc=mchehab@kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=pravin.shedge4linux@gmail.com \
    --cc=shuah@kernel.org \
    --cc=sstabellini@kernel.org \
    --cc=x86@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 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.