Re: [PATCH] build: Added missing timer_setup_on_stack

2017-12-10 Thread Jasmin J.
Hello Hans! In one of my eMails I added a debug patch for linux/Makefile. Patchwork interpreted this as a new version of the timer_setup_on_stack patch. Please remove that from Patchwork. BR, Jasmin

Re: [PATCH] build: Added missing timer_setup_on_stack

2017-12-09 Thread Vincent McIntyre
On Sat, Dec 09, 2017 at 09:00:18AM +0100, Hans Verkuil wrote: > I misapplied a pr_fmt patch. It's now fixed. > Indeed, the build goes fine now. Thank you both again. Cheers Vince

Re: [PATCH] build: Added missing timer_setup_on_stack

2017-12-09 Thread Hans Verkuil
I misapplied a pr_fmt patch. It's now fixed. Hans On 12/09/2017 12:29 AM, Jasmin J. wrote: > Hello Vincent! > >> Not quite there yet however. > I always test with several Kernel headers ... > >> patch -s -f -N -p1 -i ../backports/api_version.patch >> patch -s -f -N -p1 -i

Re: [PATCH] build: Added missing timer_setup_on_stack

2017-12-08 Thread Jasmin J.
Hello Vincent! > Not quite there yet however. I always test with several Kernel headers ... > patch -s -f -N -p1 -i ../backports/api_version.patch > patch -s -f -N -p1 -i ../backports/pr_fmt.patch > 1 out of 1 hunk FAILED I have tested the patches on Linux Mint 18.1 (Kernel 4.4.0-62-generic):

Re: [PATCH] build: Added missing timer_setup_on_stack

2017-12-08 Thread Vincent McIntyre
On Fri, Dec 08, 2017 at 10:12:05PM +0100, Hans Verkuil wrote: ... > > I've applied all your patches. Thank you very much for working on this. > > Let's see what the result of the nightly build will be. > > In general reverting kernel patches to make a driver compile is something of a > last

Re: [PATCH] build: Added missing timer_setup_on_stack

2017-12-08 Thread Hans Verkuil
On 12/08/2017 10:06 PM, Jasmin J. wrote: > Hello Hans! > > With this patch it compiles for Kernel 4.4, but not on 3.13. I will work on > that soon. > > I am not sure if this patch keeps pvrusb2 working, but it compiles. I tried > first a solution by reverting

Re: [PATCH] build: Added missing timer_setup_on_stack

2017-12-08 Thread Jasmin J.
Hello Hans! With this patch it compiles for Kernel 4.4, but not on 3.13. I will work on that soon. I am not sure if this patch keeps pvrusb2 working, but it compiles. I tried first a solution by reverting 8da0edf2f90b6c74b69ad420fdd230c9bd2bd1ed. If you prefer this, I have it on a branch and can

[PATCH] build: Added missing timer_setup_on_stack

2017-12-08 Thread Jasmin J.
From: Jasmin Jessich Signed-off-by: Jasmin Jessich --- v4l/compat.h | 5 + v4l/scripts/make_config_compat.pl | 1 + 2 files changed, 6 insertions(+) diff --git a/v4l/compat.h b/v4l/compat.h index 4af407e..89deae1 100644 --- a/v4l/compat.h