Re: [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32

2007-11-26 Thread Roland McGrath
> But whatever works. I'm currently skipping the patches since they didn't > seem like 2.6.24 fodder anyway. The vdso cleanups are pure cleanup, not fixing anything that's actively broken. Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32

2007-11-26 Thread Linus Torvalds
On Tue, 20 Nov 2007, Roland McGrath wrote: > > > git format-patch -p > > > > does the trick at least here :) > > Ok, I can use that in future. I hope it still means that in the eventual > merged state, GIT will be aware of all the renames. Git doesn't care. You can do renames by hand, or with

Re: [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32

2007-11-20 Thread Thomas Gleixner
On Tue, 20 Nov 2007, Roland McGrath wrote: > > git format-patch -p > > > > does the trick at least here :) > > Ok, I can use that in future. I hope it still means that in the eventual > merged state, GIT will be aware of all the renames. git does not store the "renamed/copied" info at all. Tha

Re: [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32

2007-11-20 Thread Roland McGrath
> git format-patch -p > > does the trick at least here :) Ok, I can use that in future. I hope it still means that in the eventual merged state, GIT will be aware of all the renames. Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

Re: [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32

2007-11-20 Thread Thomas Gleixner
On Tue, 20 Nov 2007, Roland McGrath wrote: > > > rename arch/x86/{kernel/vsyscall-int80_32.S => vdso/vdso32/int80.S} (97%) > > > rename arch/x86/{kernel/vsyscall-note_32.S => vdso/vdso32/note.S} (95%) > > > rename arch/x86/{kernel/vsyscall-sigreturn_32.S => > > > vdso/vdso32/sigreturn.S} (100%

Re: [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32

2007-11-20 Thread Roland McGrath
> > rename arch/x86/{kernel/vsyscall-int80_32.S => vdso/vdso32/int80.S} (97%) > > rename arch/x86/{kernel/vsyscall-note_32.S => vdso/vdso32/note.S} (95%) > > rename arch/x86/{kernel/vsyscall-sigreturn_32.S => > > vdso/vdso32/sigreturn.S} (100%) > > rename arch/x86/{kernel/vsyscall-sysenter_32.

Re: [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32

2007-11-20 Thread Thomas Gleixner
Roland, On Mon, 19 Nov 2007, Roland McGrath wrote: > > This moves the i386 vDSO sources into arch/x86/vdso/vdso32/, a > new directory. This patch is a pure renaming, but paves the way > for consolidating the vDSO build logic. > > Signed-off-by: Roland McGrath <[EMAIL PROTECTED]> > --- > arch/