Re: 5.?? regression: strace testsuite OOpses kernel on ia64

2021-04-09 Thread Sergei Trofimovich
On Tue, 23 Feb 2021 18:53:21 + Sergei Trofimovich wrote: > The crash seems to be related to sock_filter-v test from strace: > https://github.com/strace/strace/blob/master/tests/seccomp-filter-v.c > > Here is an OOps: > > [ 818.089904] BUG: Bad page map in process

Re: [PATCH] ia64: tools: add generic errno.h definition

2021-03-28 Thread Sergei Trofimovich
On Sat, 27 Mar 2021 10:18:18 + Sergei Trofimovich wrote: > On Fri, Mar 12, 2021 at 07:51:35AM +0000, Sergei Trofimovich wrote: > > Noticed missing header when build bpfilter helper: > > > > CC [U] net/bpfilter/main.o > > In file included from /

Re: [PATCH] ia64: tools: add generic errno.h definition

2021-03-27 Thread Sergei Trofimovich
On Fri, Mar 12, 2021 at 07:51:35AM +, Sergei Trofimovich wrote: > Noticed missing header when build bpfilter helper: > > CC [U] net/bpfilter/main.o > In file included from /usr/include/linux/errno.h:1, >from /usr/include/bits/errno.h:26, >

[PATCH] ia64: tools: add generic errno.h definition

2021-03-11 Thread Sergei Trofimovich
CC: netdev@vger.kernel.org CC: b...@vger.kernel.org Signed-off-by: Sergei Trofimovich --- tools/arch/ia64/include/uapi/asm/errno.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/arch/ia64/include/uapi/asm/errno.h diff --git a/tools/arch/ia64/include/uapi/asm/errno.h b/tools/arch/ia64/in

[PATCH v2] iproute2: devlink: port from sys/queue.h to list.h

2019-07-26 Thread Sergei Trofimovich
one-to-one. Build-tested on linux-musl and linux-glibc. Bug: https://bugs.gentoo.org/690486 CC: Stephen Hemminger CC: netdev@vger.kernel.org Signed-off-by: Sergei Trofimovich --- devlink/devlink.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/devlink/devlink.c

[PATCH] iproute2: devlink: use sys/queue.h from libbsd as a fallback

2019-07-24 Thread Sergei Trofimovich
ady provides it. Tested on linux-musl and linux-glibc. Bug: https://bugs.gentoo.org/690486 CC: Stephen Hemminger CC: netdev@vger.kernel.org Signed-off-by: Sergei Trofimovich --- configure | 30 ++ devlink/devlink.c | 9 - 2 files changed, 38 insertions

Re: [BUG?] tcp regression in v4.7-r1: c14ac9451c34832554db33386a4393be8bba3a7b breaks pulseaudio over TCP

2016-07-10 Thread Sergei Trofimovich
On Sun, 10 Jul 2016 11:15:01 -0400 Soheil Hassas Yeganeh wrote: > On Sun, Jul 10, 2016 at 7:42 AM, Sergei Trofimovich wrote: > > Hi netdev folk! > > > > Commit c14ac9451c34832554db33386a4393be8bba3a7b > > broke pulseaudio (PA) over TCP. > > Sorry that my pa

[BUG?] tcp regression in v4.7-r1: c14ac9451c34832554db33386a4393be8bba3a7b breaks pulseaudio over TCP

2016-07-10 Thread Sergei Trofimovich
Hi netdev folk! Commit c14ac9451c34832554db33386a4393be8bba3a7b broke pulseaudio (PA) over TCP. PA does unusual thing: it calls sendmsg(cmsg_type=SCM_CREDENTIALS) on a TCP socket. It's not a new PA behaviour though. Originally reported as PA bug (has more details) https://bugs.freedeskto

[PATCH] net/mac80211/rate.c: fix wrong sizeof()

2015-09-09 Thread Sergei Trofimovich
From: Sergei Trofimovich Noticed by gcc-5.2.0: net/mac80211/rate.c: In function 'rate_control_cap_mask': net/mac80211/rate.c:719:25: warning: 'sizeof' on array function parameter 'mcs_mask' will return size of 'u8 * {aka unsigned char *}' [-Wsiz