[OpenWrt-Devel] [PATCH] kernel: add missing kmod-video-videobuf2's object file in 4.4

2016-01-15 Thread Jan Čermák
CONFIG_VIDEOBUF2_CORE produces two object files in Linux >= 4.4. Conditionally add the new file to FILES of kmod-video-videobuf2. Signed-off-by: Jan Čermák <jan.cer...@nic.cz> --- package/kernel/linux/modules/video.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH] kernel: add missing kmod-video-videobuf2's object file in 4.4

2016-01-14 Thread Jan Čermák
CONFIG_VIDEOBUF2_CORE produces two object files in Linux >= 4.4. Conditionally add the new file to FILES of kmod-video-videobuf2. Signed-off-by: Jan Čermák <jan.cer...@nic.cz> --- package/kernel/linux/modules/video.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/ker

[OpenWrt-Devel] [PATCH] samba36: add three CVE patches from 2015-12-16

2016-01-05 Thread Jan Čermák
This is a patch for CVE-2015-5252, CVE-2015-5296 and CVE-2015-5299. A patchset for these vulnerabilities was published on 16th December 2015. Signed-off-by: Jan Čermák <jan.cer...@nic.cz> --- package/network/services/samba36/Makefile | 2 +- .../samba36/patches/010-patch-cve-201

Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-19 Thread Jan Čermák
Fietkau wrote: > On 2015-11-11 16:04, Jan Čermák wrote: >> Hello Felix, >> >> On 11.11.2015 15:00, Felix Fietkau wrote: >>> This option is apparently supported for ext4 and ubifs only. Also, the >>> code enabled by these options is one big design flaw, an

Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-11 Thread Jan Čermák
Hello Felix, On 11.11.2015 15:00, Felix Fietkau wrote: > This option is apparently supported for ext4 and ubifs only. Also, the > code enabled by these options is one big design flaw, and I'd like to > get rid of it as soon as possible by converting all devices that need it > over to the new

Re: [OpenWrt-Devel] Git mirror with branches, tags and full history

2015-11-09 Thread Jan Čermák
Hello Steven, I'm happy to see that the things moved forward at least a bit after the lengthy discussions. Keep up the good work! Regards, Jan On 9.11.2015 10:06, Steven Barth wrote: > Hey everyone, > > I took the time last week to create a full-history git-mirror with > branches, author

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-11 Thread Jan Čermák
Hello, thanks for pointing that out, Steven. Yes, this is basically the main reason why Bedrich opened this topic. If you need to maintain sustainable OpenWrt fork (no flame please, there are some situations - like running "heavyweight" OpenWrt fork on a device like our Turris - when it's

[OpenWrt-Devel] [PATCH] iptables: IPv6 addresses with some mask values cause memory corruption

2015-01-22 Thread Jan Čermák
This patch fixes a bug in iptables that is causing memory corruption when a rule contains IPv6 address with mask divisible by 8 or equal to /128. After some debugging, we found out that this bug was already reported and applied in commit a76a5c997a235f822d49799c25fce8e311d473c7 in iptables. The