Received: by 10.192.165.156 with SMTP id m28csp425207imm; Wed, 11 Apr 2018 01:08:03 -0700 (PDT) X-Google-Smtp-Source: AIpwx497HYez25ae480iQ3g5euOYhRLKP6TQLw5BvDYk8kj7p2TY1j6WdGEchI6XxrNoY/NfV07R X-Received: by 10.99.171.72 with SMTP id k8mr2715322pgp.355.1523434083472; Wed, 11 Apr 2018 01:08:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523434083; cv=none; d=google.com; s=arc-20160816; b=afp6catm1PCgTPeGmwiyaM74mcRc2erdlLN/geVswSvQqQnhL8+NZ1inPdp7DJD8vu PL9NZu1DKo5GBglbUPn6FqRDeZAFxKl5hqsGSS0oN/1AWwJ6z64vvNzEzHulRTTKb26N 70m4qpQPgKx24GdtfFW/FeAyHSEOjzphyG6uL/Xmu0aGeEX5HLQoGouZVcqC7O4Q6iqE o40eQO6OCM1lz/5McRT6xqu1iWgI/Z7OoxWtxLC/O5saC0WpP3Vcglf0ySiOGZTsPnwg vzxeZCS14+CJ+KNdf2mi+8ISMUGM7QqqyMfMsKjhxLBQ+mewlJ6WaqjSpTiuHlFkaghq OHBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=280WZbWSszlQHxGf8nfdDBVvRBJbLnXHnQhJk3De2kI=; b=GBIGro3V9IQZ2YbiVC8hbn2hlVKzRAy/tnhrEdaes6n63CT8ZGUv1EBxb0pQztAL9h TfmFnOvOKOBXnIpwnSC2zpZQQWy/DJEbtPRzVvzUOIXu9li9qlmCj7f+x6twbj9I7wgp 4qWNX0duYcPomn7MoQq0WhjHDTb/5xLbDeeWoW2VnKLOSLDr0ytZd+6jYgwwkV1kCntq quq5gzdbK40oJFBnf5AXAS4rowozAYhA2ZFdR2o05CXgcf8dwYaQ2SHJtVQ33pBwenII jGE28H/F7znUbj+j8YmthnbSGIcddrvnArLf9j1UQajLcmZRGHHuIawYC59ucuZErOqS P5GQ== 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 g66si443535pfc.383.2018.04.11.01.07.26; Wed, 11 Apr 2018 01:08:03 -0700 (PDT) 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 S1752363AbeDKIEa (ORCPT + 99 others); Wed, 11 Apr 2018 04:04:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44748 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752238AbeDKIEZ (ORCPT ); Wed, 11 Apr 2018 04:04:25 -0400 Received: from localhost (unknown [37.173.10.135]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 35121D6F; Wed, 11 Apr 2018 08:04:23 +0000 (UTC) Date: Wed, 11 Apr 2018 10:04:13 +0200 From: Greg KH To: David Miller Cc: mst@redhat.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, syzbot+6304bf97ef436580fede@syzkaller.appspotmail.com, jasowang@redhat.com, stefanha@redhat.com Subject: Re: [PATCH 4.14 134/138] vhost: validate log when IOTLB is enabled Message-ID: <20180411080413.GC2137@kroah.com> References: <20180410212902.121524696@linuxfoundation.org> <20180410212917.818627954@linuxfoundation.org> <20180411023210-mutt-send-email-mst@kernel.org> <20180410.205553.264864966341341110.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180410.205553.264864966341341110.davem@davemloft.net> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 10, 2018 at 08:55:53PM -0400, David Miller wrote: > From: "Michael S. Tsirkin" > Date: Wed, 11 Apr 2018 02:33:16 +0300 > > > That's a bug, davem just queued a patch to fix this upstream. > > It did not get queued up. > > The patch series didn't apply so I asked the submitter to > respin and resubmit: > > https://marc.info/?l=linux-netdev&m=152337186209819&w=2 So should I drop this until a fix comes in? Or keep it for now? I have no objection to staying "bug compatible" with Linus's tree :) thanks, greg k-h