linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] m68k: migrate exception table users off module.h and onto extable.h
@ 2016-09-19 21:01 Paul Gortmaker
  2016-09-22 10:43 ` say 22AmIYourDreamLove22 Darshanbhai Desai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Gortmaker @ 2016-09-19 21:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: Paul Gortmaker, Geert Uytterhoeven, linux-m68k

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.

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-m68k@lists.linux-m68k.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---

[see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed]

 arch/m68k/kernel/signal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/kernel/signal.c b/arch/m68k/kernel/signal.c
index 2dcee3a88867..db775322b485 100644
--- a/arch/m68k/kernel/signal.c
+++ b/arch/m68k/kernel/signal.c
@@ -42,7 +42,7 @@
 #include <linux/personality.h>
 #include <linux/tty.h>
 #include <linux/binfmts.h>
-#include <linux/module.h>
+#include <linux/extable.h>
 #include <linux/tracehook.h>
 
 #include <asm/setup.h>
-- 
2.8.4

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

* Re: say 22AmIYourDreamLove22
  2016-09-19 21:01 [PATCH] m68k: migrate exception table users off module.h and onto extable.h Paul Gortmaker
@ 2016-09-22 10:43 ` Darshanbhai Desai
  2016-09-30  8:27 ` [PATCH] m68k: migrate exception table users off module.h and onto extable.h Geert Uytterhoeven
  2017-01-24  5:33 ` Asɪᴀɴ-.Bᴇᴀᴜᴛɪᴇs-FᴏʀLᴏᴠᴇAɴᴅMᴏʀᴇ Romeo Mutizwa
  2 siblings, 0 replies; 4+ messages in thread
From: Darshanbhai Desai @ 2016-09-22 10:43 UTC (permalink / raw)
  To: linux-kernel

Hiiiiii

On 21/09/2016, darshan.desai25@gmail.com <darshan.desai25@gmail.com> wrote:
> Asian_Girls_Looking_For_Serious_Dating
>
>
> GO_HERE
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ________________________________
>
> '-unsub-'

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

* Re: [PATCH] m68k: migrate exception table users off module.h and onto extable.h
  2016-09-19 21:01 [PATCH] m68k: migrate exception table users off module.h and onto extable.h Paul Gortmaker
  2016-09-22 10:43 ` say 22AmIYourDreamLove22 Darshanbhai Desai
@ 2016-09-30  8:27 ` Geert Uytterhoeven
  2017-01-24  5:33 ` Asɪᴀɴ-.Bᴇᴀᴜᴛɪᴇs-FᴏʀLᴏᴠᴇAɴᴅMᴏʀᴇ Romeo Mutizwa
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-09-30  8:27 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: linux-kernel, Linux/m68k

On Mon, Sep 19, 2016 at 11:01 PM, Paul Gortmaker
<paul.gortmaker@windriver.com> 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.
>
> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Cc: linux-m68k@lists.linux-m68k.org
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Thanks, applied and queued for v4.9.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: Asɪᴀɴ-.Bᴇᴀᴜᴛɪᴇs-FᴏʀLᴏᴠᴇAɴᴅMᴏʀᴇ
  2016-09-19 21:01 [PATCH] m68k: migrate exception table users off module.h and onto extable.h Paul Gortmaker
  2016-09-22 10:43 ` say 22AmIYourDreamLove22 Darshanbhai Desai
  2016-09-30  8:27 ` [PATCH] m68k: migrate exception table users off module.h and onto extable.h Geert Uytterhoeven
@ 2017-01-24  5:33 ` Romeo Mutizwa
  2 siblings, 0 replies; 4+ messages in thread
From: Romeo Mutizwa @ 2017-01-24  5:33 UTC (permalink / raw)
  To: linux-kernel

Give me a link to hoke up with u


On 1/23/17, mutizwaromeo@gmail.com <mutizwaromeo@gmail.com> wrote:
> Asian_Girls_Looking_for_Serious_Dating
>
>
> GO_HERE
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ________________________________
>
> '-unsub-' [image]

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

end of thread, other threads:[~2017-01-24  5:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-19 21:01 [PATCH] m68k: migrate exception table users off module.h and onto extable.h Paul Gortmaker
2016-09-22 10:43 ` say 22AmIYourDreamLove22 Darshanbhai Desai
2016-09-30  8:27 ` [PATCH] m68k: migrate exception table users off module.h and onto extable.h Geert Uytterhoeven
2017-01-24  5:33 ` Asɪᴀɴ-.Bᴇᴀᴜᴛɪᴇs-FᴏʀLᴏᴠᴇAɴᴅMᴏʀᴇ Romeo Mutizwa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).