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 7712131B805 for ; Thu, 22 Jan 2026 11:47:53 +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=1769082473; cv=none; b=OWJjKYZ/NbH0wB5EniB10MpWrOWMkI31aHK21Ub+W9sC747YRnlXJcloilcwMVgRuOxZy5p1GaNdXz/QcEo/bLm7qbiY4RKtP5yJ/ppRZiIxKXmnehWXggJTYWc7+SXDRGlfHotTYZ0NhfjfqkQc2zUKzqpnj6Aeoi0IP0NcY74= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769082473; c=relaxed/simple; bh=tNHmYaqHrqOohUQ1d7+XGSz1t2FKAyoxcLdVwHFFyFM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=LGW3FNy7SHgmIbkYSV6cZ8FUM8f0RawRDr/XfCUvdZvY6GG0MctUbRwmeEQicodA6RqoksUUMHl+c8IBtcYb9jiEnrA5W4oasfY+TyxQm8T5+QVf9JI+T/qY7zAR8jwERlbLo5wwlKpfAPAMR006q3vuhT6otnX9jMVKbfmAlK8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nW2KoAKx; 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="nW2KoAKx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54291C116D0; Thu, 22 Jan 2026 11:47:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769082473; bh=tNHmYaqHrqOohUQ1d7+XGSz1t2FKAyoxcLdVwHFFyFM=; h=Date:From:To:Cc:Subject:From; b=nW2KoAKxoGc11ytD3oRIpu6mPG3bmdHxRxPUOLA2XWfVSldU9xGRnvauyhhkRcgYs Ts/wPoa2jD2le8Px1r0cO6Hk7M+7GtAWPtgImH+DLaK6zr1cyN69vF4vllrGRCOBCG 0piRtwsXcGMK8h4gHmbl4FFk4YqD30m0j4CERV8ArDBu/N/vUWm4VCIY2N4g0t2/DX Ug1ge/VFWKxVLkxvQFZH++Qtcb+gzF//diZeu/9rku+mQGOMrrKOU61hioQgXcWLq3 Pvz5ascwnC9rAB662RWfrif49rKZ9NisUyo0xzS3GJ27n/TbzAF3toF1X6w2bGVimX dKD4Dwswe7gAQ== Date: Thu, 22 Jan 2026 11:47:49 +0000 From: Lee Jones To: Linus Torvalds Cc: Linux Kernel Mailing List , Pavel Machek Subject: [GIT PULL] LEDs fixes for v6.19 Message-ID: <20260122114749.GE3831112@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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Good morning Linus, The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git tags/leds-fixes-6.19 for you to fetch changes up to d1883cefd31752f0504b94c3bcfa1f6d511d6e87: leds: led-class: Only Add LED to leds_list when it is fully ready (2026-01-20 16:02:01 +0000) ---------------------------------------------------------------- LEDs Fixes - Fix race condition leading to null pointer dereference on ThinkPad ---------------------------------------------------------------- Hans de Goede (1): leds: led-class: Only Add LED to leds_list when it is fully ready drivers/leds/led-class.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- Lee Jones [李琼斯]