From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C58AA157E61; Mon, 29 Jan 2024 17:44:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706550268; cv=none; b=G152DsP/+aFMIS3mc7J6mgPUrTJj5xW1GbBSvMsk2ied3qKl9ed8gaSHjMqnVggwkygCJK/zGDsy3nF/tkaVLCTuEPQZ3fIKYEzG7OBjv7vCTBFVWmnk7CB+EJgr6BC5BUSS2uxT2tFZ4vKK3eLt+vCSIEW0zaqgmNmzqAkJ5AE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706550268; c=relaxed/simple; bh=Voeukop2D8UNFJpf05Tnw5dTSwfzFL45AhlgvjG4G0s=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=nQVxfokvtP5zmFk/bDZSgl3jtFPuix/lXjSDDqAYdAzvyIcKnHvFAiCKuwSD+xmWopUiRGcQtgQPkSAXS0e7KKHA5cirwZf0JhiNhi3zeI4JErhkbHpyEGsZwhdcQf2Mvwit4rQ1hrw7piVA3eW43U4K9mjE8zyZmpXjTCb3NPU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8D47C43390; Mon, 29 Jan 2024 17:44:26 +0000 (UTC) Date: Mon, 29 Jan 2024 12:44:36 -0500 From: Steven Rostedt To: Linus Torvalds Cc: kernel test robot , oe-lkp@lists.linux.dev, lkp@intel.com, linux-kernel@vger.kernel.org, Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Christian Brauner , Al Viro , Ajay Kaher , linux-trace-kernel@vger.kernel.org Subject: Re: [linus:master] [eventfs] 852e46e239: BUG:unable_to_handle_page_fault_for_address Message-ID: <20240129124436.4b7d0129@gandalf.local.home> In-Reply-To: References: <202401291043.e62e89dc-oliver.sang@intel.com> <20240129120125.605e97af@gandalf.local.home> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 29 Jan 2024 09:40:06 -0800 Linus Torvalds wrote: > Now, I do agree that your locking is strange, and that should be fixed > *too*, but I think the above is the "right" fix for this particular > issue. Would you be OK if I did both as a "fix"? -- Steve