[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260117181130.12104-2-krzk@kernel.org>
Date: Sat, 17 Jan 2026 19:11:30 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Krzysztof Kozlowski <krzk@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] w1: fixes for v6.19 or v6.20
Hi Greg,
These are fixes for very old issues, so if no one ever noticed then they could
be treated as development, thus up to you if you want to pull it into current
RC or next release.
Best regards,
Krzysztof
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.20
for you to fetch changes up to cc8f92e41eb76f450f05234fef2054afc3633100:
w1: fix redundant counter decrement in w1_attach_slave_device() (2025-12-28 11:52:10 +0100)
----------------------------------------------------------------
1-Wire bus drivers fixes
Non critical (old issues) fixes:
1. Fix possible buffer overflow in W1 thermal driver sysfs interfasce,
2. Drop duplicated device put when attaching a slave device failed,
which could lead to memory corruption.
----------------------------------------------------------------
Haoxiang Li (1):
w1: fix redundant counter decrement in w1_attach_slave_device()
Thorsten Blum (1):
w1: therm: Fix off-by-one buffer overflow in alarms_store
drivers/w1/slaves/w1_therm.c | 60 ++++++++++++++------------------------------
drivers/w1/w1.c | 2 --
2 files changed, 19 insertions(+), 43 deletions(-)
Powered by blists - more mailing lists