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 BF5A34D8DAF for ; Wed, 21 Jan 2026 14:56:04 +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=1769007364; cv=none; b=IogCe6tf445rv+vpwCRPzZkj7h1HiMNM5+Avhr9zKnz56m69VxEiFSS+bl6AdYEgdR7bePTG3j/vBIdb/KrQVvMKwQv8iEo8UKVojpwf1jvOMA0VPabqHzM2ZhxQAZ+Q/EM2qZWccT/EegX87wY216hODEnb0IYmi86l2b1hau0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769007364; c=relaxed/simple; bh=6zOGxj0qNNeJtOr9V/Ple6jN2OAa23xg6H/XdcZlr8w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=V50WMQuXgy6yiTMwANsP8lkiCoUfIg9FPUZmNjrCeldU4HNAMrHbzVcM9fYe+ofkkO9y/nq02iS/e6pkSklAwlftnh3usnbb5xfOryq+YKBcIrYGBnj4IKdgg/Sd7GFI2Wd7riDhj78PNz2jTmboLV4WjeTZEvB4/MMhYB2kK8E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=DX8Gx26P; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="DX8Gx26P" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3205AC19421; Wed, 21 Jan 2026 14:56:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1769007364; bh=6zOGxj0qNNeJtOr9V/Ple6jN2OAa23xg6H/XdcZlr8w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DX8Gx26PHXGrq9jnUG2U15SgXvwbf29lrusepDh73s6E6wfLfEB3wOPXBQ6Of59++ fBYs2roC64iZD2UV2O4YZhl6c71w95nNfJvD9OI9B58eAXO1/ww98YUZ7TQkFZBt6+ d5MyGlqF6kCuuqnoS+8vQR1ll1+ZvfWUZsC2INw8= Date: Wed, 21 Jan 2026 15:56:01 +0100 From: Greg Kroah-Hartman To: Kunihiko Hayashi Cc: stable@vger.kernel.org, Frank Li , Alexandre Belloni , Sasha Levin Subject: Re: [REGRESSION] v6.6.120: i3c crash caused by commit 82a09b9965ed Message-ID: <2026012139-fidgeting-comic-916c@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Jan 21, 2026 at 08:04:03PM +0900, Kunihiko Hayashi wrote: > Dear stable maintainers, > > After updating from v6.6.119 to v6.6.120, I noticed a kernel crash > when I3C was enabled. > > This regression is caused by: > > commit 82a09b9965ed ("i3c: fix refcount inconsistency in i3c_master_register") > > The issue is resolved when the following upstream fix commit is applied: > > commit 3502cea99c7c ("i3c: Move device name assignment after i3c_bus_init") That does not seem to be a valid git id, where did it come from? thanks, greg k-h