> 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
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
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
> 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
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%
> > 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.
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/
7 matches
Mail list logo