[PATCH] timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall

2014-08-13 Thread John Stultz
Linus, Thomas is currently on vacation, but reviewed it and wanted me to send this fix on to you directly. thanks -john Benjamin Herrenschmidt pointed out that I further missed modifying update_vsyscall after the wall_to_mono value was changed to a timespec64. This causes issues on powerpc32,

[PATCH] timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall

2014-08-13 Thread John Stultz
Linus, Thomas is currently on vacation, but reviewed it and wanted me to send this fix on to you directly. thanks -john Benjamin Herrenschmidt pointed out that I further missed modifying update_vsyscall after the wall_to_mono value was changed to a timespec64. This causes issues on powerpc32,

Re: [PATCH] timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall

2014-08-12 Thread Thomas Gleixner
On Tue, 12 Aug 2014, John Stultz wrote: > Benjamin Herrenschmidt pointed out that I firuther missed s/firuther/further ? > modifying update_vsyscall after the wall_to_mono value was > changed to a timespec64. This causes issues on powerpc32, > which expects a 32bit timespec. > > This patch

[PATCH] timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall

2014-08-12 Thread John Stultz
Benjamin Herrenschmidt pointed out that I firuther missed modifying update_vsyscall after the wall_to_mono value was changed to a timespec64. This causes issues on powerpc32, which expects a 32bit timespec. This patch fixes the problem my properly converting from a timespec64 to a timespec before

[PATCH] timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall

2014-08-12 Thread John Stultz
Benjamin Herrenschmidt pointed out that I firuther missed modifying update_vsyscall after the wall_to_mono value was changed to a timespec64. This causes issues on powerpc32, which expects a 32bit timespec. This patch fixes the problem my properly converting from a timespec64 to a timespec before

Re: [PATCH] timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall

2014-08-12 Thread Thomas Gleixner
On Tue, 12 Aug 2014, John Stultz wrote: Benjamin Herrenschmidt pointed out that I firuther missed s/firuther/further ? modifying update_vsyscall after the wall_to_mono value was changed to a timespec64. This causes issues on powerpc32, which expects a 32bit timespec. This patch fixes the