All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asm-generic/sembuf: Update architecture related information in comment
@ 2020-05-20 10:23 Viresh Kumar
  2020-07-13  9:45 ` Viresh Kumar
  2020-09-02 11:43 ` Arnd Bergmann
  0 siblings, 2 replies; 3+ messages in thread
From: Viresh Kumar @ 2020-05-20 10:23 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Viresh Kumar, Vincent Guittot, linux-arch, linux-kernel

The structure came originally from x86_32 but is used by most of the
architectures now. Update the comment which says it is for x86 only.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 include/uapi/asm-generic/sembuf.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/uapi/asm-generic/sembuf.h b/include/uapi/asm-generic/sembuf.h
index 0e709bd3d730..f54e48fc91ae 100644
--- a/include/uapi/asm-generic/sembuf.h
+++ b/include/uapi/asm-generic/sembuf.h
@@ -6,9 +6,9 @@
 #include <asm/ipcbuf.h>
 
 /*
- * The semid64_ds structure for x86 architecture.
- * Note extra padding because this structure is passed back and forth
- * between kernel and user space.
+ * The semid64_ds structure for most architectures (though it came from x86_32
+ * originally). Note extra padding because this structure is passed back and
+ * forth between kernel and user space.
  *
  * semid64_ds was originally meant to be architecture specific, but
  * everyone just ended up making identical copies without specific
-- 
2.25.0.rc1.19.g042ed3e048af


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

* Re: [PATCH] asm-generic/sembuf: Update architecture related information in comment
  2020-05-20 10:23 [PATCH] asm-generic/sembuf: Update architecture related information in comment Viresh Kumar
@ 2020-07-13  9:45 ` Viresh Kumar
  2020-09-02 11:43 ` Arnd Bergmann
  1 sibling, 0 replies; 3+ messages in thread
From: Viresh Kumar @ 2020-07-13  9:45 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Vincent Guittot, linux-arch, linux-kernel

On 20-05-20, 15:53, Viresh Kumar wrote:
> The structure came originally from x86_32 but is used by most of the
> architectures now. Update the comment which says it is for x86 only.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  include/uapi/asm-generic/sembuf.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/include/uapi/asm-generic/sembuf.h b/include/uapi/asm-generic/sembuf.h
> index 0e709bd3d730..f54e48fc91ae 100644
> --- a/include/uapi/asm-generic/sembuf.h
> +++ b/include/uapi/asm-generic/sembuf.h
> @@ -6,9 +6,9 @@
>  #include <asm/ipcbuf.h>
>  
>  /*
> - * The semid64_ds structure for x86 architecture.
> - * Note extra padding because this structure is passed back and forth
> - * between kernel and user space.
> + * The semid64_ds structure for most architectures (though it came from x86_32
> + * originally). Note extra padding because this structure is passed back and
> + * forth between kernel and user space.
>   *
>   * semid64_ds was originally meant to be architecture specific, but
>   * everyone just ended up making identical copies without specific

Arnd, Ping.

-- 
viresh

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

* Re: [PATCH] asm-generic/sembuf: Update architecture related information in comment
  2020-05-20 10:23 [PATCH] asm-generic/sembuf: Update architecture related information in comment Viresh Kumar
  2020-07-13  9:45 ` Viresh Kumar
@ 2020-09-02 11:43 ` Arnd Bergmann
  1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2020-09-02 11:43 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Arnd Bergmann, linux-arch, Vincent Guittot, linux-kernel

On Wed, 20 May 2020 15:53:08 +0530, Viresh Kumar wrote:
> The structure came originally from x86_32 but is used by most of the
> architectures now. Update the comment which says it is for x86 only.

Applied to asm-generic, thanks!

[1/1] asm-generic/sembuf: Update architecture related information in comment
      (no commit info)

	Arnd

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

end of thread, other threads:[~2020-09-02 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 10:23 [PATCH] asm-generic/sembuf: Update architecture related information in comment Viresh Kumar
2020-07-13  9:45 ` Viresh Kumar
2020-09-02 11:43 ` Arnd Bergmann

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.