Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1566021 > unrolled thread

[PATCH] cris: migrate exception table users off module.h and onto extable.h

Started byPaul Gortmaker <paul.gortmaker@windriver.com>
First post2017-01-24 18:40 +0100
Last post2017-01-25 11:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] cris: migrate exception table users off module.h and onto extable.h Paul Gortmaker <paul.gortmaker@windriver.com> - 2017-01-24 18:40 +0100
    Re: [PATCH] cris: migrate exception table users off module.h and  onto extable.h Jesper Nilsson <jesper.nilsson@axis.com> - 2017-01-25 11:40 +0100

#1566021 — [PATCH] cris: migrate exception table users off module.h and onto extable.h

FromPaul Gortmaker <paul.gortmaker@windriver.com>
Date2017-01-24 18:40 +0100
Subject[PATCH] cris: migrate exception table users off module.h and onto extable.h
Message-ID<t3dex-7da-17@gated-at.bofh.it>
This file was only including module.h for exception table related
functions.  We've now separated that content out into its own file
"extable.h" so now move over to that and avoid all the extra header
content in module.h that we don't really need to compile this file.

Reported-by: kbuild test robot <lkp@intel.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: linux-cris-kernel@axis.com
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---

[This is to be added to the other 20 patches of this for-merge series:
 https://lkml.kernel.org/r/20170122163244.11740-1-paul.gortmaker@windriver.com
 I didn't want to resend all 20 again just for the addition of a one liner.]

 arch/cris/arch-v32/kernel/traps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/cris/arch-v32/kernel/traps.c b/arch/cris/arch-v32/kernel/traps.c
index d79666aefd71..ad6174e217c9 100644
--- a/arch/cris/arch-v32/kernel/traps.c
+++ b/arch/cris/arch-v32/kernel/traps.c
@@ -3,7 +3,7 @@
  */
 
 #include <linux/ptrace.h>
-#include <linux/module.h>
+#include <linux/extable.h>
 #include <linux/uaccess.h>
 #include <hwregs/supp_reg.h>
 #include <hwregs/intr_vect_defs.h>
-- 
2.11.0

[toc] | [next] | [standalone]


#1566465 — Re: [PATCH] cris: migrate exception table users off module.h and onto extable.h

FromJesper Nilsson <jesper.nilsson@axis.com>
Date2017-01-25 11:40 +0100
SubjectRe: [PATCH] cris: migrate exception table users off module.h and onto extable.h
Message-ID<t3t9E-zW-9@gated-at.bofh.it>
In reply to#1566021
On Tue, Jan 24, 2017 at 12:31:49PM -0500, Paul Gortmaker wrote:
> This file was only including module.h for exception table related
> functions.  We've now separated that content out into its own file
> "extable.h" so now move over to that and avoid all the extra header
> content in module.h that we don't really need to compile this file.
> 
> Reported-by: kbuild test robot <lkp@intel.com>
> Cc: Mikael Starvik <starvik@axis.com>

Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>

> Cc: linux-cris-kernel@axis.com
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> ---
> 
> [This is to be added to the other 20 patches of this for-merge series:
>  https://lkml.kernel.org/r/20170122163244.11740-1-paul.gortmaker@windriver.com
>  I didn't want to resend all 20 again just for the addition of a one liner.]

Not a problem, looks good.

>  arch/cris/arch-v32/kernel/traps.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/cris/arch-v32/kernel/traps.c b/arch/cris/arch-v32/kernel/traps.c
> index d79666aefd71..ad6174e217c9 100644
> --- a/arch/cris/arch-v32/kernel/traps.c
> +++ b/arch/cris/arch-v32/kernel/traps.c
> @@ -3,7 +3,7 @@
>   */
>  
>  #include <linux/ptrace.h>
> -#include <linux/module.h>
> +#include <linux/extable.h>
>  #include <linux/uaccess.h>
>  #include <hwregs/supp_reg.h>
>  #include <hwregs/intr_vect_defs.h>
> -- 
> 2.11.0

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web