* [PATCH] vdso(7): add new i386 vdso symbols in linux-3.15
@ 2014-08-02 16:46 Mike Frysinger
[not found] ` <1406997983-23266-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2014-08-02 16:46 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
---
man7/vdso.7 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/man7/vdso.7 b/man7/vdso.7
index 157bd17..6341183 100644
--- a/man7/vdso.7
+++ b/man7/vdso.7
@@ -439,6 +439,11 @@ _
__kernel_sigreturn LINUX_2.5
__kernel_rt_sigreturn LINUX_2.5
__kernel_vsyscall LINUX_2.5
+.\" Added in 7a59ed415f5b57469e22e41fc4188d5399e0b194 and updated
+.\" in 37c975545ec63320789962bf307f000f08fabd48.
+__vdso_clock_gettime LINUX_2.6
+__vdso_gettimeofday LINUX_2.6
+__vdso_time LINUX_2.6
.TE
.if t \{\
.in
--
2.0.0
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <1406997983-23266-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] vdso(7): add new i386 vdso symbols in linux-3.15 [not found] ` <1406997983-23266-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> @ 2014-08-15 19:20 ` Michael Kerrisk (man-pages) [not found] ` <53EE5D6A.20104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-08-15 19:20 UTC (permalink / raw) To: Mike Frysinger Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Mike, Thanks. I've applied this patch, but I want to check a point. The subject line mentions Linux 3.15, but the version symbols in the patch say, LINUX_2.6. Is that correct? Cheers, Michael On 08/02/2014 06:46 PM, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> > --- > man7/vdso.7 | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/man7/vdso.7 b/man7/vdso.7 > index 157bd17..6341183 100644 > --- a/man7/vdso.7 > +++ b/man7/vdso.7 > @@ -439,6 +439,11 @@ _ > __kernel_sigreturn LINUX_2.5 > __kernel_rt_sigreturn LINUX_2.5 > __kernel_vsyscall LINUX_2.5 > +.\" Added in 7a59ed415f5b57469e22e41fc4188d5399e0b194 and updated > +.\" in 37c975545ec63320789962bf307f000f08fabd48. > +__vdso_clock_gettime LINUX_2.6 > +__vdso_gettimeofday LINUX_2.6 > +__vdso_time LINUX_2.6 > .TE > .if t \{\ > .in > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <53EE5D6A.20104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] vdso(7): add new i386 vdso symbols in linux-3.15 [not found] ` <53EE5D6A.20104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2014-08-16 5:28 ` Mike Frysinger 2014-08-17 15:36 ` Michael Kerrisk (man-pages) 0 siblings, 1 reply; 4+ messages in thread From: Mike Frysinger @ 2014-08-16 5:28 UTC (permalink / raw) To: Michael Kerrisk (man-pages); +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 415 bytes --] On Fri 15 Aug 2014 21:20:10 Michael Kerrisk wrote: > Thanks. I've applied this patch, but I want to check a point. > The subject line mentions Linux 3.15, but the version symbols > in the patch say, LINUX_2.6. Is that correct? i thought it weird too, but it's what the kernel is doing: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=37c975545ec63320789962bf307f000f08fabd48 -mike [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] vdso(7): add new i386 vdso symbols in linux-3.15 2014-08-16 5:28 ` Mike Frysinger @ 2014-08-17 15:36 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-08-17 15:36 UTC (permalink / raw) To: Mike Frysinger Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 08/16/2014 12:28 AM, Mike Frysinger wrote: > On Fri 15 Aug 2014 21:20:10 Michael Kerrisk wrote: >> Thanks. I've applied this patch, but I want to check a point. >> The subject line mentions Linux 3.15, but the version symbols >> in the patch say, LINUX_2.6. Is that correct? > > i thought it weird too, but it's what the kernel is doing: > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=37c975545ec63320789962bf307f000f08fabd48 Thanks for clearing that up, Mike. I've added the words "(exported since Linux 3.15)" to each of those three table rows. Okay? Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-17 15:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-02 16:46 [PATCH] vdso(7): add new i386 vdso symbols in linux-3.15 Mike Frysinger
[not found] ` <1406997983-23266-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2014-08-15 19:20 ` Michael Kerrisk (man-pages)
[not found] ` <53EE5D6A.20104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-08-16 5:28 ` Mike Frysinger
2014-08-17 15:36 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox