Received: by 10.223.176.46 with SMTP id f43csp934274wra; Wed, 24 Jan 2018 08:05:40 -0800 (PST) X-Google-Smtp-Source: AH8x2258bYYrCBQEBJjL4nPccJ8hM//K9OngaSKezcDn7H9chDff2NCiBT00//910365wRfVrSNr X-Received: by 2002:a17:902:1e5:: with SMTP id b92-v6mr8506137plb.144.1516809940751; Wed, 24 Jan 2018 08:05:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516809940; cv=none; d=google.com; s=arc-20160816; b=LCV1cx6xXy9jPa++DBUKalkEke9qTHU/G+oewDPpXr8mx202nm/nuzwBZJlhTdhXwI yz3TK8yfGMMzeozHlZEhclsFO+kVzSuD137P2E7Ud+1oogs0507GOhSsN3ArypzvuYy0 zju3eLnU/VoMnuvrNPIEOxNhwny7c5c3dl1/9VQGOVR7qpuPTOMQUMOIWrhuMNiFQdol z9CMLWws6TTz65t2piO8+tfMgzG+Z44+hKrWKrEYCyyXlXamjcx0HTz3AyJX+yDvWilu MNUuXgQ6mpMLiMFWP9CbdSTaLWQ5BwJ11rlQ1bUWcr0HY2EPbkVHdbQoIy6CXNVqIPhB o3QA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender: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=jP9lVVtAdXF7Akqfs9aaivPcUgqBsOO/53sIjbvXe6v2RgWmFalx+JnzBi3rlyXSij 6D1PV6e46/9psEqYEvx3q/eS91DTcYgT7zvqB7i8C69EnGuJzcb1wMDPblN1fXyEV08p Oqx+pFEjGH8Cr/+6QbICThj8qZMniVJgl+LlOHYnPgppSCGlC15jQU9LHg3A9vmEl4z4 D9jrAUEemE9GdB3XXj5H91y0wr1UrrJ7Vj50IcHzr5LiKttYubxgnBl6PUK1yRwVsvIw df5fYgJWnPVTxY6+HdprHScrMFzFxpozAXZpr4in4csX7rJMNozOfZRXCpgfb94nQ72C I+ig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t80si3122530pfa.29.2018.01.24.08.05.27; Wed, 24 Jan 2018 08:05:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934274AbeAXQE5 (ORCPT + 99 others); Wed, 24 Jan 2018 11:04:57 -0500 Received: from www.llwyncelyn.cymru ([82.70.14.225]:35484 "EHLO fuzix.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934240AbeAXQEz (ORCPT ); Wed, 24 Jan 2018 11:04:55 -0500 Received: from alans-desktop (82-70-14-226.dsl.in-addr.zen.co.uk [82.70.14.226]) by fuzix.org (8.15.2/8.15.2) with ESMTP id w0OG4ces009129; Wed, 24 Jan 2018 16:04:39 GMT 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 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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