[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250316145719.19935-1-krzysztof.kozlowski@linaro.org>
Date: Sun, 16 Mar 2025 15:57:18 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL] w1: drivers for v6.15
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.15
for you to fetch changes up to 33c145297840dddf0dc23d5822159c26aba920d3:
w1: w1_therm: w1: Use HWMON_CHANNEL_INFO macro to simplify code (2025-02-03 12:54:18 +0100)
----------------------------------------------------------------
1-Wire bus drivers for v6.14
1. W1 UART: Fix theoretical NULL pointer dereference in probe due to
serdev ops being set too late. That's said such scenario is unlikely
to happen as serdev read would need to happen before writing
anything.
2. W1 therm: Simplify with HWMON_CHANNEL_INFO.
----------------------------------------------------------------
Chenyuan Yang (1):
w1: fix NULL pointer dereference in probe
Huisong Li (1):
w1: w1_therm: w1: Use HWMON_CHANNEL_INFO macro to simplify code
drivers/w1/masters/w1-uart.c | 4 ++--
drivers/w1/slaves/w1_therm.c | 12 +-----------
2 files changed, 3 insertions(+), 13 deletions(-)
Powered by blists - more mailing lists