[OpenWrt-Devel] [PATCH AUTOSEL 4.9 07/30] MIPS: lantiq: Fix bitfield masking

2019-07-26 Thread Sasha Levin
by: Paul Burton Cc: ha...@hauke-m.de Cc: j...@phrozen.org Cc: linux-m...@vger.kernel.org Cc: openwrt-devel@lists.openwrt.org Cc: pakah...@hotmail.com Signed-off-by: Sasha Levin --- arch/mips/lantiq/irq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/mips/lantiq/ir

[OpenWrt-Devel] [PATCH AUTOSEL 4.4 04/23] MIPS: lantiq: Fix bitfield masking

2019-07-26 Thread Sasha Levin
by: Paul Burton Cc: ha...@hauke-m.de Cc: j...@phrozen.org Cc: linux-m...@vger.kernel.org Cc: openwrt-devel@lists.openwrt.org Cc: pakah...@hotmail.com Signed-off-by: Sasha Levin --- arch/mips/lantiq/irq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/mips/lantiq/ir

[OpenWrt-Devel] [PATCH AUTOSEL 4.14 07/37] MIPS: lantiq: Fix bitfield masking

2019-07-26 Thread Sasha Levin
by: Paul Burton Cc: ha...@hauke-m.de Cc: j...@phrozen.org Cc: linux-m...@vger.kernel.org Cc: openwrt-devel@lists.openwrt.org Cc: pakah...@hotmail.com Signed-off-by: Sasha Levin --- arch/mips/lantiq/irq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/mips/lantiq/ir

[OpenWrt-Devel] [PATCH AUTOSEL 4.19 10/47] MIPS: lantiq: Fix bitfield masking

2019-07-26 Thread Sasha Levin
by: Paul Burton Cc: ha...@hauke-m.de Cc: j...@phrozen.org Cc: linux-m...@vger.kernel.org Cc: openwrt-devel@lists.openwrt.org Cc: pakah...@hotmail.com Signed-off-by: Sasha Levin --- arch/mips/lantiq/irq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/mips/lantiq/ir

[OpenWrt-Devel] [PATCH AUTOSEL 5.2 19/85] MIPS: lantiq: Fix bitfield masking

2019-07-26 Thread Sasha Levin
by: Paul Burton Cc: ha...@hauke-m.de Cc: j...@phrozen.org Cc: linux-m...@vger.kernel.org Cc: openwrt-devel@lists.openwrt.org Cc: pakah...@hotmail.com Signed-off-by: Sasha Levin --- arch/mips/lantiq/irq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/mips/lantiq/ir

Re: [OpenWrt-Devel] [PATCH v2] net: Allow class-e address assignment via ifconfig ioctl

2019-02-17 Thread Sasha Levin
On Sun, Feb 17, 2019 at 10:18:29PM +0100, Linus Walleij wrote: On Sun, Feb 17, 2019 at 7:22 PM Sasha Levin wrote: Either way, David Miller will need to sign off on this since he manages net/ -stable patches. I was unaware of different route points for stable patches, but it makes sense

Re: [OpenWrt-Devel] [PATCH v2] net: Allow class-e address assignment via ifconfig ioctl

2019-02-17 Thread Sasha Levin
On Thu, Feb 14, 2019 at 02:16:04PM +0100, Linus Walleij wrote: From: Dave Taht commit 65cab850f0eeaa9180bd2e10a231964f33743edf upstream. While most distributions long ago switched to the iproute2 suite of utilities, which allow class-e (240.0.0.0/4) address assignment, distributions relying on

Re: [OpenWrt-Devel] [PATCH v2] uapi/if_ether.h: prevent redefinition of struct ethhdr

2019-02-17 Thread Sasha Levin
On Thu, Feb 14, 2019 at 02:18:00PM +0100, Linus Walleij wrote: From: Hauke Mehrtens commit 6926e041a8920c8ec27e4e155efa760aa01551fd upstream. Musl provides its own ethhdr struct definition. Add a guard to prevent its definition of the appropriate musl header has already been included. glibc d

Re: [OpenWrt-Devel] [PATCH 6/8 v3] ubifs: Use dirty_writeback_interval value for wbuf timer

2019-02-17 Thread Sasha Levin
On Thu, Feb 14, 2019 at 02:24:01PM +0100, Linus Walleij wrote: From: Rafał Miłecki commit 1b7fc2c0069f3864a3dda15430b7aded31c0bfcc upstream. Right now wbuf timer has hardcoded timeouts and there is no place for manual adjustments. Some projects / cases many need that though. Few file systems a

Re: [OpenWrt-Devel] [PATCH 5/8 v3] ubifs: Drop softlimit and delta fields from struct ubifs_wbuf

2019-02-17 Thread Sasha Levin
On Thu, Feb 14, 2019 at 02:24:00PM +0100, Linus Walleij wrote: From: Rafał Miłecki commit 854826c9d526fd81077742c3b000e3f7fcaef3ce upstream. Values of these fields are set during init and never modified. They are used (read) in a single function only. There isn't really any reason to keep them

Re: [OpenWrt-Devel] [PATCH 1/8 v3] bridge: multicast to unicast

2019-02-17 Thread Sasha Levin
On Thu, Feb 14, 2019 at 02:23:56PM +0100, Linus Walleij wrote: From: Felix Fietkau commit 6db6f0eae6052b70885562e1733896647ec1d807 upstream. Implements an optional, per bridge port flag and feature to deliver multicast packets to any host on the according port via unicast individually. This is