login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
June
»
17
Re: [PATCH 00/14] tracing: add compat syscall support v3
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Jason Baron
Subject:
Re: [PATCH 00/14] tracing: add compat syscall support v3
Date: Thursday, June 17, 2010 - 8:39 am
On Thu, Jun 17, 2010 at 05:39:07PM +1000, Ian Munsie wrote:
quoted text
> Excerpts from Jason Baron's message of Fri May 21 23:24:07 +1000 2010: > > On Fri, May 21, 2010 at 07:40:21PM +1000, Ian Munsie wrote: > > > Hi Jason, > > > > > > I'm currently in the process of implementing syscall tracepoints for > > > PowerPC, and a considerable amount of my work is going to end up > > > requiring these patches of yours. I've reviewed and tested your patches > > > (and spent a good chunk of time rebasing them on top of > > > tip/tracing/core) and they all seem pretty good. > > > > > > I *particularly* like the way in which they prevent ftrace syscalls from > > > reporting that sys_swapoff was constantly firing on x86_64 kernels with > > > a 32bit userspace ;) > > > > > > Anyway, I'm just wondering if you have an ETA for the v4 patchset to > > > address the remaining issues that Frederic raised so that they can be > > > merged. > > > > > > Cheers, > > > -Ian > > > > > > > hi Ian, > > > > I think the main issue left was that I am using the same meta data for > > both the 32-bit and 64-bit table entries, when they reference the same > > syscall. for example, for x86 both the compat and underlying 64-bit > > kernel reference 'sys_rename'. Thus, i am pointing both perf events at > > the same meta data. Frederic was saying they need to be separate. I'm > > not sure i completely understand why, since the 32-bit are just sign > > extended to 64-bit in this case. Frederic, perhaps, you can explain this > > a bit more for me? > > > > thanks, > > > > -Jason > > Hi Jason, > > I'm currently cleaning up my patch series for ftrace syscalls on PowerPC > and want to release it soon. > > It's probably easiest for me if I release your compat syscall support v3 > patches as part of the series. You'd still be marked as the author of > those commits - the only changes I have made to them was rebasing them > against the current tip tree and resolving the conflicts that I came > across. > > Is that OK with you? Otherwise I can wait until you put out the v4 > patches then rebase mine on top of those. >
Hi Ian if its easier for you, that's fine, feel free to include my patches with your patchset. thanks, -Jason --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH 00/14] tracing: add compat syscall support v3
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 03/14] compat: have generic is_compat_task for !CON ...
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 04/14] tracing: remove syscall bitmaps in preparati ...
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 05/14] tracing: move __start_ftrace_events and __st ...
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 06/14] tracing: add tracing support for compat syscalls
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 07/14] syscalls: add ARCH_COMPAT_SYSCALL_DEFINE()
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 08/14] x86, compat: convert ia32 layer to use
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 09/14] syscalls: add new COMPAT_SYSCALL_DEFINE#N() ...
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 10/14] compat: convert to use COMPAT_SYSCALL_DEFINE#N()
, Jason Baron
, (Tue Mar 16, 10:46 am)
[PATCH 11/14] compat: convert fs compat to use COMPAT_SYSC ...
, Jason Baron
, (Tue Mar 16, 10:47 am)
[PATCH 12/14] tags: recognize compat syscalls
, Jason Baron
, (Tue Mar 16, 10:47 am)
[PATCH 13/14] cleanup: remove arg from TRACE_SYS_ENTER_PRO ...
, Jason Baron
, (Tue Mar 16, 10:47 am)
[PATCH 14/14] tracing: make a "compat_syscalls" tracing subsys
, Jason Baron
, (Tue Mar 16, 10:47 am)
Re: [PATCH 15/14] compat_syscalls: introduce CONFIG_COMPAT ...
, Jason Baron
, (Thu Mar 18, 11:22 am)
Re: [PATCH 07/14 re-post] syscalls: add ARCH_COMPAT_SYSCAL ...
, Jason Baron
, (Thu Mar 18, 11:29 am)
Re: [PATCH 06/14] tracing: add tracing support for compat ...
, Frederic Weisbecker
, (Fri Mar 19, 11:12 pm)
Re: [PATCH 06/14] tracing: add tracing support for compat ...
, Jason Baron
, (Mon Mar 22, 1:21 pm)
Re: [PATCH 06/14] tracing: add tracing support for compat ...
, Frederic Weisbecker
, (Fri Mar 26, 9:40 pm)
Re: [PATCH 07/14 re-post] syscalls: add ARCH_COMPAT_SYSCAL ...
, Frederic Weisbecker
, (Fri Mar 26, 9:56 pm)
Re: [PATCH 00/14] tracing: add compat syscall support v3
, Frederic Weisbecker
, (Fri Mar 26, 10:00 pm)
Re: [PATCH 00/14] tracing: add compat syscall support v3
, Ian Munsie
, (Fri May 21, 2:40 am)
Re: [PATCH 00/14] tracing: add compat syscall support v3
, Jason Baron
, (Fri May 21, 6:24 am)
Re: [PATCH 00/14] tracing: add compat syscall support v3
, Frederic Weisbecker
, (Fri May 21, 6:31 am)
Re: [PATCH 07/14] syscalls: add ARCH_COMPAT_SYSCALL_DEFINE()
, Ian Munsie
, (Mon May 24, 12:05 am)
Re: [PATCH 07/14] syscalls: add ARCH_COMPAT_SYSCALL_DEFINE()
, Jason Baron
, (Mon May 24, 1:26 pm)
Re: [PATCH 00/14] tracing: add compat syscall support v3
, Ian Munsie
, (Thu Jun 17, 12:39 am)
Re: [PATCH 00/14] tracing: add compat syscall support v3
, Frederic Weisbecker
, (Thu Jun 17, 12:46 am)
Re: [PATCH 00/14] tracing: add compat syscall support v3
, Jason Baron
, (Thu Jun 17, 8:39 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Howells
[PATCH] KEYS: Use the variable 'key' in keyctl_describe_key()
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Andy Walls
Re: [PATCH 11/32] v4l/cx18: update workqueue usage
Thomas Gleixner
[patch -mm 19/28] x86_64: Use generic cmos update
Greg Kroah-Hartman
[PATCH 09/36] driver core: register_memory/unregister_memory clean ups and bugfix
git
:
Mark Junker
git on MacOSX and files with decomposed utf-8 file names
Johannes Schindelin
Re: error: cannot lock ref 'refs/remotes/origin/*'
Pat Thoyts
[PATCH] git-gui: use themed tk widgets with Tk 8.5
Michael Witten
Re: 'git gc --aggressive' effectively unusable
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
linux-netdev
:
David Miller
Re: [PATCH 32/53] netns xfrm: finding policy in netns
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Jan Engelhardt
[PATCH 1/3] net: tcp: make hybla selectable as default congestion module
Matt Mackall
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Eric Dumazet
Re: HTB accuracy on 10GbE
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB (8018): Add em2860 chip ID
Linux Kernel Mailing List
ipv6: fix an oops when force unload ipv6 module
Linux Kernel Mailing List
ixgbe: fix automatic LRO/RSC settings for low latency
Linux Kernel Mailing List
3c515: convert to net_device_ops
Linux Kernel Mailing List
imxfb: Fix margin settings
openbsd-misc
:
Samuel Baldwin
Re: Forum engine
Robert
disklabel - cylinder rounding
nixlists
Re: Which laptops do the developers use?
Claudio Jeker
Re: OT: Python (was Re: vi in /bin)
Darrin Chandler
Re: That whole "Linux stealing our code" thing
Colocation donated by:
Syndicate