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 C8594153BC1; Mon, 29 Jan 2024 21:55:35 +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=1706565335; cv=none; b=qR3RGQf6wBKF4Yo6H9v4yIz4mZC36uWOFTxWwa9rQJD93TerV3l+wZqaDuXacY9NasnD8CLTpNV2vaEFgDdQ3TJccAhIaGLvG8RS/k6iRPx5WxZkfkh8zVhTwa8RB9dmI6fKvOhBLHnrKzLyLXe4okMJpyey3PU6UNP64wMP+V4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706565335; c=relaxed/simple; bh=LwpdwWjfn8pn6umFZf8cgWtzSTXpwBVw1pHvwYkuXYU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=euAyhllvjRU8mH7XTE9IAQoLc+os5WeWWbDDqgnXGj0byp4CiWAayOIZvX7f1ScZEooEVI8vrhQp2U2WiP7KZ1xEyhdi2stBDyJbHya26vUrlCNCI+iIW4iPNBz+0oJZ2shbIA+18Jt4PVqOzBwhXB5iqUyub+RusJ6gUFvsbH8= 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 0D87AC433F1; Mon, 29 Jan 2024 21:55:33 +0000 (UTC) Date: Mon, 29 Jan 2024 16:55:43 -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: <20240129165543.5468039a@gandalf.local.home> In-Reply-To: References: <202401291043.e62e89dc-oliver.sang@intel.com> <20240129120125.605e97af@gandalf.local.home> <20240129152600.7587d1aa@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 12:51:59 -0800 Linus Torvalds wrote: > [0001-tracefs-remove-stale-update_gid-code.patch text/x-patch (2612 bytes)] Oh, I already applied this and even sent you a pull request with it. https://lore.kernel.org/all/20240128223151.2dad6599@rorschach.local.home/ -- Steve