From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x224fsEk6ZbgBECVsPYoomR8bV/POYmQ1JLBhrQbHaqTfyRZbRzVzYjFmJH5ShFiA+J0WioFd ARC-Seal: i=1; a=rsa-sha256; t=1516809883; cv=none; d=google.com; s=arc-20160816; b=IqFV5gzyHzuumcMkUx8ynlKyM76sCaUQZnPBe7lZizJ0crgaYQKaHRZhRZO8FXMc/d RnBdt3mDRndk5RaNZ7XvkUucVdQDHOjWfooWP/I1fYin/19R3oMd36b84nwwM/1fz4+A /I9BMWVdKbL0A2St+SbSKqMs2K6ycLWwmA6dG6qTwsccuNNXs6x0E/uwTv5hKMKZ9eEF qJCUjciRH1fMF+CeBVuh1CBYF5utz+MZDZVKbBKDILMTuC4ILonynyHRcp0seknIl7/w eNrzK4XtsrsIaVMwWGRIlptWigGHoO3dLNmCRAhw/S+uvuL3HJJ+hsCeXvjdGIwXqhm+ GnyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:organization:references :in-reply-to:message-id:subject:cc:to:from:date :arc-authentication-results; bh=5+4tjsGES7cYOVlRC/R5lZPeMXGchWBBpIgopEd2lBQ=; b=M2vs0whr7youZ6K+HKA8JXE6E6+DkVd0MVkW6ubeeHO/YshZN6jujcD6pw+YPBtVxW MWZYx70fN3WAE3gjmkAkIkOU2RTUWkYJQh88TT72IMRsB0vXAPLvrO4ZzFpFmM6/7CVH JKQtajvBBoKrow8rV8E51yt8SIKnT4Ele2Hmg9yAVtO6GIRDv6Ut3bhsaK5dQ65eMa/8 wKdIOnnn9M1S1WtXf9X5mRd7Xk8mehZIf73w9CRI3XM3wGcb/kIpcX7mgWk60Yqkwq28 +qiepuqvQ6Xx7z1B4IMZzrRkrlTEx+Ufvrsni/eUYia5vIn33GOq8m/7hQW6jZkJ+IDV il1g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gnomes@lxorguk.ukuu.org.uk designates 82.70.14.225 as permitted sender) smtp.mailfrom=gnomes@lxorguk.ukuu.org.uk Authentication-Results: mx.google.com; spf=pass (google.com: domain of gnomes@lxorguk.ukuu.org.uk designates 82.70.14.225 as permitted sender) smtp.mailfrom=gnomes@lxorguk.ukuu.org.uk Date: Wed, 24 Jan 2018 16:04:38 +0000 From: Alan Cox To: Dmitry Vyukov Cc: "Theodore Ts'o" , "Eric W. Biederman" , Pavel Machek , Mike Galbraith , LKML , Greg Kroah-Hartman , Andrew Morton , Linus Torvalds , syzkaller Subject: Re: LKML admins (syzbot emails are not delivered) Message-ID: <20180124160438.0da2b219@alans-desktop> In-Reply-To: References: <20180104092552.GA991@amd> <1515058705.7875.25.camel@gmx.de> <20180104095628.GA4407@atrey.karlin.mff.cuni.cz> <87inchsl4h.fsf@xmission.com> <87efmrt6ul.fsf@xmission.com> <20180116071225.GJ8249@thunk.org> Organization: Intel Corporation X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1588652385455174541?= X-GMAIL-MSGID: =?utf-8?q?1590490440617393600?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Tue, 16 Jan 2018 09:34:01 +0100 Dmitry Vyukov wrote: > On Tue, Jan 16, 2018 at 8:12 AM, Theodore Ts'o wrote: > >> Outside of the bugs being considered as considered as security issues, > >> the bugs syzbot finds are generally things that don't affect anyone in > >> practice. So are very low on the priority of things to get fixed. > > Not sure why are you saying this, but syzbot has found lots of > hundreds of use-after-free's, out-of-bounds, information leaks, > deadlocks, vm escapes, etc. They have very direct stability and > security impact. Agreed - there may be some UI and presentation issues but it's found some really nasty little bugs. Alan