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 17EAF613D; Wed, 24 Jul 2024 19:33:36 +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=1721849617; cv=none; b=YHpOMR6Dk+ISzTYYk5C5guodKO6dv7SmoAev9CuYOds+I+gngAf/PvXAGHB9f8rk01NvMLVYlstRCl+ABg4mTmy4mCccIuLChlpufDjbLaeHCytTHL+ymc/UVSCZoaWzKaB7752c++ZHI9zNAyxaRtxyThgHPggOEfyBPqrMqI0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721849617; c=relaxed/simple; bh=R4NLPn8NBwnLCJybS1lD7/FgK1hwRSr07WyDtc1YZfU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=R1/SnCIr3Paw1vOUThZl5bM60EJ73NKCdKG4k1/STIOsKFPN8bSPIG647BLA5VTmtUHOuXY1jzEFQxyCC+XYyoZV4FEPulK7Qa7VgH/2pzyrf4yosWsEfkoi4M+i+NC4eZxIp4xvzwastFxDHQM9bBKNljniPtiCA4acu9uXdS8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KWPSIGSC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KWPSIGSC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39CB1C32781; Wed, 24 Jul 2024 19:33:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721849616; bh=R4NLPn8NBwnLCJybS1lD7/FgK1hwRSr07WyDtc1YZfU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KWPSIGSCBW252BaHkWn3RBDZykaZAvKONjuDaP9a3CxSas1ZKbU8bLqySeQKeqjnc S9J+GfQhfqdEypCW04f13LFSsqutenQpsxa27dlGpZrBNh3n1XaP9Wz9dW/ldtX6bZ M9b2I3EYKv4lKpzKSjeJCjD/6Gsz+osHrIgjZKS24vXjXq6CRnQN4mVoFSJWVkz3+Z dqjZS2Qe/D+qE/8tOJdf+vttttl0EQySb/fEx6MNVWOPymO2J8EmyYQov1C5JstcEI c+xNEpHdr6hBKuaqdLWX6UQqj0CwTILBPrwGK+sJB+a7sZ4fJ9ZZTHW2I4scxSxEKz mJZFvBlS2+mpw== Date: Wed, 24 Jul 2024 21:33:33 +0200 From: Frederic Weisbecker To: syzbot Cc: anna-maria@linutronix.de, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, sfr@canb.auug.org.au, syzkaller-bugs@googlegroups.com, tglx@linutronix.de Subject: Re: [syzbot] [kernel?] linux-next test error: WARNING in tmigr_cpu_prepare Message-ID: References: <0000000000002bbff4061e021f01@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0000000000002bbff4061e021f01@google.com> Le Wed, Jul 24, 2024 at 11:05:21AM -0700, syzbot a écrit : > Hello, > > syzbot found the following issue on: > > HEAD commit: 2347b4c79f5e Add linux-next specific files for 20240723 Thanks for the report, this should be fixed in next-20240724. Thanks!