All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] um: Use generic NOTES macro
@ 2017-07-06 21:05 Thomas Meyer
  2017-07-07  9:17 ` [uml-devel] [PATCH] um: v2: " Thomas Meyer
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Meyer @ 2017-07-06 21:05 UTC (permalink / raw)
  To: user-mode-linux-devel

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
---
 arch/um/include/asm/common.lds.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/um/include/asm/common.lds.S b/arch/um/include/asm/common.lds.S
index 133055311dce..de996e428ca4 100644
--- a/arch/um/include/asm/common.lds.S
+++ b/arch/um/include/asm/common.lds.S
@@ -15,8 +15,8 @@
   PROVIDE (_unprotected_end = .);
 
   . = ALIGN(4096);
-  .note : { *(.note.*) }
-  EXCEPTION_TABLE(0)
+  NOTES
+  EXCEPTION_TABLE(4)
 
   BUG_TABLE
 
-- 
2.13.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

* [uml-devel] [PATCH] um: v2: Use generic NOTES macro
  2017-07-06 21:05 [uml-devel] [PATCH] um: Use generic NOTES macro Thomas Meyer
@ 2017-07-07  9:17 ` Thomas Meyer
  2017-07-07  9:27   ` Richard Weinberger
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Meyer @ 2017-07-07  9:17 UTC (permalink / raw)
  To: user-mode-linux-devel

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
---
 arch/um/include/asm/common.lds.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/um/include/asm/common.lds.S b/arch/um/include/asm/common.lds.S
index 133055311dce..9e6d5997cfc4 100644
--- a/arch/um/include/asm/common.lds.S
+++ b/arch/um/include/asm/common.lds.S
@@ -15,7 +15,7 @@
   PROVIDE (_unprotected_end = .);
 
   . = ALIGN(4096);
-  .note : { *(.note.*) }
+  NOTES
   EXCEPTION_TABLE(0)
 
   BUG_TABLE
-- 
2.13.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

* Re: [uml-devel] [PATCH] um: v2: Use generic NOTES macro
  2017-07-07  9:17 ` [uml-devel] [PATCH] um: v2: " Thomas Meyer
@ 2017-07-07  9:27   ` Richard Weinberger
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Weinberger @ 2017-07-07  9:27 UTC (permalink / raw)
  To: Thomas Meyer; +Cc: user-mode-linux-devel

On Fri, Jul 7, 2017 at 11:17 AM, Thomas Meyer <thomas@m3y3r.de> wrote:
> Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
> ---
>  arch/um/include/asm/common.lds.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

-- 
Thanks,
//richard

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

end of thread, other threads:[~2017-07-07  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06 21:05 [uml-devel] [PATCH] um: Use generic NOTES macro Thomas Meyer
2017-07-07  9:17 ` [uml-devel] [PATCH] um: v2: " Thomas Meyer
2017-07-07  9:27   ` Richard Weinberger

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.