Re: [PATCH] tipc: compat: allow tipc commands without arguments

2019-08-01 Thread David Miller
From: Taras Kondratiuk Date: Mon, 29 Jul 2019 22:15:07 + > Commit 2753ca5d9009 ("tipc: fix uninit-value in tipc_nl_compat_doit") > broke older tipc tools that use compat interface (e.g. tipc-config from > tipcutils package): ... > This patch relaxes the original fix and rejects messages with

Re: [PATCH] tipc: compat: allow tipc commands without arguments

2019-08-01 Thread Ying Xue
On 7/30/19 6:15 AM, Taras Kondratiuk wrote: > Commit 2753ca5d9009 ("tipc: fix uninit-value in tipc_nl_compat_doit") > broke older tipc tools that use compat interface (e.g. tipc-config from > tipcutils package): > > % tipc-config -p > operation not supported > > The commit started to reject TIPC

Re: [PATCH] tipc: compat: allow tipc commands without arguments

2019-07-31 Thread David Miller
Jon et al., please review. Thank you.

[PATCH] tipc: compat: allow tipc commands without arguments

2019-07-29 Thread Taras Kondratiuk
Commit 2753ca5d9009 ("tipc: fix uninit-value in tipc_nl_compat_doit") broke older tipc tools that use compat interface (e.g. tipc-config from tipcutils package): % tipc-config -p operation not supported The commit started to reject TIPC netlink compat messages that do not have attributes. It is t