public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush
@ 2022-07-11 21:30 Shinyzenith
  2022-07-12  5:30 ` Greg KH
  2022-07-12  5:31 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Shinyzenith @ 2022-07-11 21:30 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Shinyzenith

* Removing checkpatch warnings.
* No functional changes.

Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
---
 drivers/android/binder_alloc.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c
index 5649a0371a1f..795132af0c15 100644
--- a/drivers/android/binder_alloc.c
+++ b/drivers/android/binder_alloc.c
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* binder_alloc.c
- *
+/*
  * Android IPC Subsystem
  *
  * Copyright (C) 2007-2017 Google, Inc.
@@ -19,7 +18,7 @@
 #include <linux/sched.h>
 #include <linux/list_lru.h>
 #include <linux/ratelimit.h>
-#include <asm/cacheflush.h>
+#include <linux/cacheflush.h>
 #include <linux/uaccess.h>
 #include <linux/highmem.h>
 #include <linux/sizes.h>
-- 
2.37.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush
  2022-07-11 21:30 [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush Shinyzenith
@ 2022-07-12  5:30 ` Greg KH
  2022-07-12  5:31 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-07-12  5:30 UTC (permalink / raw)
  To: Shinyzenith; +Cc: linux-kernel

On Tue, Jul 12, 2022 at 03:00:59AM +0530, Shinyzenith wrote:
> * Removing checkpatch warnings.
> * No functional changes.
> 
> Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
> ---
>  drivers/android/binder_alloc.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c
> index 5649a0371a1f..795132af0c15 100644
> --- a/drivers/android/binder_alloc.c
> +++ b/drivers/android/binder_alloc.c
> @@ -1,6 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0-only
> -/* binder_alloc.c
> - *
> +/*
>   * Android IPC Subsystem
>   *
>   * Copyright (C) 2007-2017 Google, Inc.
> @@ -19,7 +18,7 @@
>  #include <linux/sched.h>
>  #include <linux/list_lru.h>
>  #include <linux/ratelimit.h>
> -#include <asm/cacheflush.h>
> +#include <linux/cacheflush.h>
>  #include <linux/uaccess.h>
>  #include <linux/highmem.h>
>  #include <linux/sizes.h>
> -- 
> 2.37.0
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- Your patch did many different things all at once, making it difficult
  to review.  All Linux kernel patches need to only do one thing at a
  time.  If you need to do multiple things (such as clean up all coding
  style issues in a file/driver), do it in a sequence of patches, each
  one doing only one thing.  This will make it easier to review the
  patches to ensure that they are correct, and to help alleviate any
  merge issues that larger patches can cause.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush
  2022-07-11 21:30 [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush Shinyzenith
  2022-07-12  5:30 ` Greg KH
@ 2022-07-12  5:31 ` Greg KH
  2022-07-12  5:35   ` Aakash Sen Sharma
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2022-07-12  5:31 UTC (permalink / raw)
  To: Shinyzenith; +Cc: linux-kernel

On Tue, Jul 12, 2022 at 03:00:59AM +0530, Shinyzenith wrote:
> * Removing checkpatch warnings.
> * No functional changes.
> 
> Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
> ---
>  drivers/android/binder_alloc.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c
> index 5649a0371a1f..795132af0c15 100644
> --- a/drivers/android/binder_alloc.c
> +++ b/drivers/android/binder_alloc.c
> @@ -1,6 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0-only
> -/* binder_alloc.c
> - *
> +/*
>   * Android IPC Subsystem
>   *
>   * Copyright (C) 2007-2017 Google, Inc.
> @@ -19,7 +18,7 @@
>  #include <linux/sched.h>
>  #include <linux/list_lru.h>
>  #include <linux/ratelimit.h>
> -#include <asm/cacheflush.h>
> +#include <linux/cacheflush.h>
>  #include <linux/uaccess.h>
>  #include <linux/highmem.h>
>  #include <linux/sizes.h>
> -- 
> 2.37.0
> 

Including the issues found by my patch bot, please consider working in
drivers/staging/ first and not in other portions of the kernel, so that
you can learn the proper processes and development model and not bother
maintainers of other subsystems.

Note, you also forgot to send your change to the correct people for
review.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush
  2022-07-12  5:31 ` Greg KH
@ 2022-07-12  5:35   ` Aakash Sen Sharma
  0 siblings, 0 replies; 4+ messages in thread
From: Aakash Sen Sharma @ 2022-07-12  5:35 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

On Tue Jul 12, 2022 at 11:01 AM IST, Greg KH wrote:
> Including the issues found by my patch bot, please consider working in
> drivers/staging/ first and not in other portions of the kernel, so that
> you can learn the proper processes and development model and not bother
> maintainers of other subsystems.
>
> Note, you also forgot to send your change to the correct people for
> review.
>
> thanks,
>
> greg k-h

Apologies. 

I'm still trying to get a grasp of the entire process and
diving into the main tree itself feels intimidating hence I was
submitting simple cleanup patches.

I will keep your advice in mind the next time!

thanks,
Aakash Sen Sharma.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-12  5:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 21:30 [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush Shinyzenith
2022-07-12  5:30 ` Greg KH
2022-07-12  5:31 ` Greg KH
2022-07-12  5:35   ` Aakash Sen Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox