Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2312038ybc; Sun, 24 Nov 2019 18:14:18 -0800 (PST) X-Google-Smtp-Source: APXvYqyzOlwN1U3vXjqWVRJq2fvKHhM2fh7GKzM8MDTPvB+0WITIbSTgwXenmN989hw9oO89y7sp X-Received: by 2002:a17:907:2112:: with SMTP id qn18mr8727184ejb.92.1574648058033; Sun, 24 Nov 2019 18:14:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574648058; cv=none; d=google.com; s=arc-20160816; b=jEPrB52nHVL6M4T+xa2Yb6UsmpZCB5UaPlG5D54eW+GRiRmS07FzdtKgs6k+VKngen iHWFP2fuTYz1DmkhINJRCAzQ0YP7OYqraCPUsIccOOEDaxvIde9RoN7CMltGblImMX8l qf36ybRr6xeliTPq3kzwiFkd3dTqrqYltil4KW2H60nM1A9yTJIzdpiDlGaKVLnAonWx WM9twSN/pNesQ/FgRi04v7tvCVwNw7og4EMpRsnyLjU9Aaer79VQAO4kwOD5Ll4rsrVz EcuB1pUHABOT+dGvaWpHby7k/+69sVCHBorQMCZi66GoxefaidV68uT5/ZbC2ygKWq4J dUpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=QT3PJoO2DqaY6enbJKwVz50Fg6Y3frhGnOsdQJY0N2w=; b=BBswAm53p0K3agIe5zUeClGi3tpIWJmdyAZLyljjPTRxt+k2JoUJZEAqQ2qspusEt1 I64h8BtSTltVPmioXHf/wB44z6J2bIlA8UV1vJhmXoICaRWaGhgQbvayO4dHLJMfjKN5 J2an1btRRBx0ximDIUF22krWj0d890WBXKEczXJjYyaEFIMZxixx8XEopmWl8Uwuh+KI CrH+a0u8t4QW8rIHefOUq2GLOKc0/o41covd47BbEKydVjIH6p9DEJp5aT1+tXp4qg5z WEa4Q6BGVlTS4GRx9drkx35cR0ocKpNaInTGfZ7DOYBFXkSKPcr8Fm3bFG+09QGcqF/V I8tA== 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 vr2si3483418ejb.35.2019.11.24.18.13.55; Sun, 24 Nov 2019 18:14:18 -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 S1727022AbfKYCMP (ORCPT + 99 others); Sun, 24 Nov 2019 21:12:15 -0500 Received: from netrider.rowland.org ([192.131.102.5]:34017 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726855AbfKYCMO (ORCPT ); Sun, 24 Nov 2019 21:12:14 -0500 Received: (qmail 14102 invoked by uid 500); 24 Nov 2019 21:12:13 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 24 Nov 2019 21:12:13 -0500 Date: Sun, 24 Nov 2019 21:12:13 -0500 (EST) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: Pete Zaitcev cc: andreyknvl@google.com, , , , , , , , , Subject: Re: possible deadlock in mon_bin_vma_fault In-Reply-To: <20191124181047.7cb9e8fb@suzdal.zaitcev.lan> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 24 Nov 2019, Pete Zaitcev wrote: > On Sun, 24 Nov 2019 15:24:00 -0800 > syzbot wrote: > > > syzbot has tested the proposed patch and the reproducer did not trigger > > crash: > > Okay. Alan, what is the most appropriate tree for me to submit now? > Does Greg have one? > > Do you want Reviewed-by or something? Send it to Greg. Be sure to add a Fixes: line referencing the commit that syzbot found, and add a CC: line. You can also add: Reviewed-by: Alan Stern Alan Stern