[PATCH] benet: remove broken and unused macro

2019-01-28 Thread Lubomir Rintel
is_broadcast_packet() expands to compare_ether_addr() which doesn't exist since commit 7367d0b573d1 ("drivers/net: Convert uses of compare_ether_addr to ether_addr_equal"). It turns out it's actually not used. Signed-off-by: Lubomir Rintel --- drivers/net/ethernet/emulex

[PATCH] net/ipv6: lower the level of "link is not ready" messages

2019-01-21 Thread Lubomir Rintel
ought back up, the message is logged, eventually flooding the log. Perhaps the message is not all that helpful: it seems to be more interesting to hear when the addrconf actually start, not when it does not. Let's lower its level. Signed-off-by: Lubomir Rintel --- net/ipv6/addrconf.c | 4 ++

Re: [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE

2018-12-05 Thread Lubomir Rintel
On Wed, 2018-12-05 at 17:01 +0530, Anshuman Khandual wrote: > > On 12/05/2018 02:56 AM, Lubomir Rintel wrote: > > On Mon, 2018-11-26 at 17:56 +0530, Anshuman Khandual wrote: > > > At present there are multiple places where invalid node number is encoded > > >

Re: [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE

2018-12-04 Thread Lubomir Rintel
On Mon, 2018-11-26 at 17:56 +0530, Anshuman Khandual wrote: > At present there are multiple places where invalid node number is encoded > as -1. Even though implicitly understood it is always better to have macros > in there. Replace these open encodings for an invalid node number with the > global

[PATCH] mac80211: a trivial open80211s web site URL fix

2018-12-03 Thread Lubomir Rintel
Signed-off-by: Lubomir Rintel --- net/mac80211/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index f869e35d0974..bbd3d30625d8 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -64,7 +64,7 @@ config

[iproute PATCH] lib/namespace: avoid double-mounting a /sys

2018-07-24 Thread Lubomir Rintel
orkManager test suite and makes netns_switch() somewhat more robust. It also fixes the case, when /sys wasn't mounted at all. Signed-off-by: Lubomir Rintel --- lib/namespace.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/lib/namespace.c b/l

[PATCH iproute2] lib/namespace: don't try to mount rw /sys over a ro one

2018-02-12 Thread Lubomir Rintel
It will fail with EPERM on Linux 4.15. Signed-off-by: Lubomir Rintel --- lib/namespace.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/lib/namespace.c b/lib/namespace.c index 30b51388..6f3356d0 100644 --- a/lib/namespace.c +++ b/lib/namespace.c

[PATCH] net/smscx5xx: use the device tree for mac address

2016-04-29 Thread Lubomir Rintel
from Arnd, reworded the message and comments a bit] Tested-by: Lubomir Rintel Signed-off-by: Arnd Bergmann Signed-off-by: Lubomir Rintel --- Changes since v2: - Prefer DT address to EEPROM address. No practical difference since the devices are not supposed to have both, but aligned with

Re: [PATCH 2/3] dummy: make device count build-time configurable

2016-02-05 Thread Lubomir Rintel
Hi Stephen, On Tue, 2016-01-12 at 10:42 -0800, Stephen Hemminger wrote: > On Tue, 12 Jan 2016 12:57:33 +0100 > Lubomir Rintel wrote: > > > The devices can be created at run-time for quite some time already > > and the > > load-time device creation collides with attemp

Re: [PATCH 3/3] bonding: make device count build-time configurable

2016-02-05 Thread Lubomir Rintel
Hi Bjørn, On Tue, 2016-01-12 at 22:40 +0100, Bjørn Mork wrote: > David Miller writes: > > From: Lubomir Rintel > > Date: Tue, 12 Jan 2016 18:19:49 +0100 > > > > > It's still an improvement to let the distributions decide if > > > they're > &g

Re: [PATCH 1/3] ifb: make device count build-time configurable

2016-02-05 Thread Lubomir Rintel
On Tue, 2016-01-12 at 15:54 -0500, David Miller wrote: > From: Stephen Hemminger > Date: Tue, 12 Jan 2016 10:44:37 -0800 > > > On Tue, 12 Jan 2016 07:55:22 -0500 > > Jamal Hadi Salim wrote: > >  > >> On 16-01-12 06:56 AM, Lubomir Rintel wrote: > >>