Re: likely invalid CVE assignment for commit 95baa60a0da80a0143e3ddd4d3725758b4513825

2019-06-06 Thread Marcus Meissner
Hi, Dave does not like private-only emails, so again for netdev list: On Wed, Jun 05, 2019 at 11:20:29AM +0200, Marcus Meissner wrote: > Hi Gen Zhang, > > looking at > https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=95baa60a0da80a0143e3ddd4d372

[PATCH] iproute2/misc: do not mix CFLAGS with LDFLAGS

2017-08-04 Thread Marcus Meissner
during linking, do not use CFLAGS. This avoid clashes when doing PIE builds. --- misc/Makefile | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/misc/Makefile b/misc/Makefile index 72807678..1d86c44d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -23,17 +23,17

Re: [oss-security] Linux kernel ping socket / AF_LLC connect() sin_family race

2017-04-04 Thread Marcus Meissner
d in forward-porting. Maybe > the nature of forward-porting activity makes people relatively > inattentive ("compiles with the new interfaces and still works? must be > correct"), compared to when writing new code. > > Anyhow, I share some responsibility for this mess, for having advocated > this patch being forward-ported and merged back then. I still like > having this functionality and its userspace security benefits... but I > don't like the kernel bugs. > > Alexander > -- Marcus Meissner,SUSE LINUX GmbH; Maxfeldstrasse 5; D-90409 Nuernberg; Zi. 3.1-33,+49-911-740 53-432,,serv=loki,mail=wotan,type=real

[PATCH] use correct array index. (array is just 6 bytes long)

2007-08-16 Thread Marcus Meissner
From: Marcus Meissner <[EMAIL PROTECTED]> Use correct array index (goes from 0-6 instead of 10-16). Signed-Off-By: Marcus Meissner <[EMAIL PROTECTED]> --- drivers/net/tokenring/3c359.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/tokenri