Re: remove asm-generic/ptrace.h v2

2019-06-14 Thread Christoph Hellwig
On Tue, Jun 04, 2019 at 09:02:05AM +0200, Christoph Hellwig wrote: > Is anyone going to pick this series up? ping? Arnd, this might be asm-generic tree material?

Re: remove asm-generic/ptrace.h v2

2019-06-04 Thread Christoph Hellwig
Is anyone going to pick this series up? On Mon, May 20, 2019 at 08:00:13AM +0200, Christoph Hellwig wrote: > Hi all, > > asm-generic/ptrace.h is a little weird in that it doesn't actually > implement any functionality, but it provided multiple layers of macros > that just implement trivial

remove asm-generic/ptrace.h v2

2019-05-20 Thread Christoph Hellwig
Hi all, asm-generic/ptrace.h is a little weird in that it doesn't actually implement any functionality, but it provided multiple layers of macros that just implement trivial inline functions. We implement those directly in the few architectures and be off with a much simpler design. Changes