lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250905072423.368123-1-zhao.xichao@vivo.com>
Date: Fri,  5 Sep 2025 15:23:52 +0800
From: Xichao Zhao <zhao.xichao@...o.com>
To: Jean Delvare <jdelvare@...e.com>,
	Guenter Roeck <linux@...ck-us.net>,
	Jonathan Cameron <jic23@...nel.org>,
	David Lechner <dlechner@...libre.com>,
	Nuno Sá <nuno.sa@...log.com>,
	Andy Shevchenko <andy@...nel.org>,
	Chen-Yu Tsai <wens@...e.org>,
	Jernej Skrabec <jernej.skrabec@...il.com>,
	Samuel Holland <samuel@...lland.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	Mark Brown <broonie@...nel.org>,
	"Rafael J. Wysocki" <rafael@...nel.org>,
	Daniel Lezcano <daniel.lezcano@...aro.org>,
	Zhang Rui <rui.zhang@...el.com>,
	Lukasz Luba <lukasz.luba@....com>,
	Guillaume La Roque <glaroque@...libre.com>,
	Miquel Raynal <miquel.raynal@...tlin.com>,
	Florian Fainelli <florian.fainelli@...adcom.com>,
	Broadcom internal kernel review list <bcm-kernel-feedback-list@...adcom.com>,
	Ray Jui <rjui@...adcom.com>,
	Scott Branden <sbranden@...adcom.com>,
	Markus Mayer <mmayer@...adcom.com>,
	Shawn Guo <shawnguo@...nel.org>,
	Sascha Hauer <s.hauer@...gutronix.de>,
	Pengutronix Kernel Team <kernel@...gutronix.de>,
	Fabio Estevam <festevam@...il.com>,
	zhanghongchen <zhanghongchen@...ngson.cn>,
	Yinbo Zhu <zhuyinbo@...ngson.cn>,
	Amit Kucheria <amitk@...nel.org>,
	Thara Gopinath <thara.gopinath@...il.com>,
	Niklas Söderlund <niklas.soderlund@...natech.se>,
	Geert Uytterhoeven <geert+renesas@...der.be>,
	Magnus Damm <magnus.damm@...il.com>,
	Heiko Stuebner <heiko@...ech.de>,
	Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
	Krzysztof Kozlowski <krzk@...nel.org>,
	Alim Akhtar <alim.akhtar@...sung.com>,
	Orson Zhai <orsonzhai@...il.com>,
	Baolin Wang <baolin.wang@...ux.alibaba.com>,
	Chunyan Zhang <zhang.lyra@...il.com>,
	Maxime Coquelin <mcoquelin.stm32@...il.com>,
	Alexandre Torgue <alexandre.torgue@...s.st.com>,
	Thierry Reding <thierry.reding@...il.com>,
	Jonathan Hunter <jonathanh@...dia.com>,
	Talel Shenhar <talel@...zon.com>,
	Eduardo Valentin <edubezval@...il.com>,
	Keerthy <j-keerthy@...com>,
	Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>,
	Masami Hiramatsu <mhiramat@...nel.org>,
	linux-hwmon@...r.kernel.org (open list:HARDWARE MONITORING),
	linux-kernel@...r.kernel.org (open list),
	linux-iio@...r.kernel.org (open list:IIO SUBSYSTEM AND DRIVERS),
	linux-arm-kernel@...ts.infradead.org (moderated list:ARM/Allwinner sunXi SoC support),
	linux-sunxi@...ts.linux.dev (open list:ARM/Allwinner sunXi SoC support),
	linux-pm@...r.kernel.org (open list:THERMAL),
	linux-amlogic@...ts.infradead.org (open list:THERMAL DRIVER FOR AMLOGIC SOCS),
	linux-rpi-kernel@...ts.infradead.org (moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE),
	imx@...ts.linux.dev (open list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE),
	linux-arm-msm@...r.kernel.org (open list:QUALCOMM TSENS THERMAL DRIVER),
	linux-renesas-soc@...r.kernel.org (open list:RENESAS R-CAR THERMAL DRIVERS),
	linux-rockchip@...ts.infradead.org (open list:ARM/Rockchip SoC support),
	linux-samsung-soc@...r.kernel.org (open list:SAMSUNG THERMAL DRIVER),
	linux-stm32@...md-mailman.stormreply.com (moderated list:ARM/STM32 ARCHITECTURE),
	linux-tegra@...r.kernel.org (open list:TEGRA ARCHITECTURE SUPPORT),
	linux-omap@...r.kernel.org (open list:TI BANDGAP AND THERMAL DRIVER)
Cc: Xichao Zhao <zhao.xichao@...o.com>
Subject: [PATCH 00/12] drivers: Integrate log message printing into devm_thermal_*_register()

Add dev_err_probe() in devm_thermal_of_zone_register() to unify
error reporting. Remove redundant error log prints in various driver codes.

Xichao Zhao (12):
  thermal: of: Add error handling in devm_thermal_*_register()
  hwmon: Remove redundant error log prints
  iio: adc: Remove redundant error log prints
  regulator: max8973: Remove redundant error log prints
  thermal: Remove redundant error log prints
  thermal: broadcom: Remove redundant error log prints
  thermal: qcom: Remove redundant error log prints
  thermal: renesas: Remove redundant error log prints
  thermal: samsung: Remove redundant error log prints
  thermal: st: Remove redundant error log prints
  thermal: tegra: Remove redundant error log prints
  thermal: ti-soc-thermal: Remove redundant error log  prints

 drivers/hwmon/hwmon.c                              |  3 +--
 drivers/iio/adc/sun4i-gpadc-iio.c                  |  6 +-----
 drivers/regulator/max8973-regulator.c              |  8 ++------
 drivers/thermal/airoha_thermal.c                   |  4 +---
 drivers/thermal/amlogic_thermal.c                  |  7 ++-----
 drivers/thermal/armada_thermal.c                   |  2 --
 drivers/thermal/broadcom/bcm2711_thermal.c         |  7 ++-----
 drivers/thermal/broadcom/bcm2835_thermal.c         |  2 +-
 drivers/thermal/broadcom/brcmstb_thermal.c         |  3 +--
 drivers/thermal/db8500_thermal.c                   |  5 ++---
 drivers/thermal/hisi_thermal.c                     |  7 +------
 drivers/thermal/imx8mm_thermal.c                   |  3 ---
 drivers/thermal/imx_sc_thermal.c                   |  2 +-
 drivers/thermal/k3_bandgap.c                       |  1 -
 drivers/thermal/k3_j72xx_bandgap.c                 |  1 -
 drivers/thermal/loongson2_thermal.c                |  2 +-
 drivers/thermal/qcom/qcom-spmi-adc-tm5.c           |  7 +------
 drivers/thermal/qcom/qcom-spmi-temp-alarm.c        |  3 +--
 drivers/thermal/renesas/rcar_gen3_thermal.c        |  1 -
 drivers/thermal/renesas/rcar_thermal.c             |  3 ++-
 drivers/thermal/renesas/rzg2l_thermal.c            |  1 -
 drivers/thermal/rockchip_thermal.c                 |  8 ++------
 drivers/thermal/samsung/exynos_tmu.c               |  2 +-
 drivers/thermal/sprd_thermal.c                     |  2 --
 drivers/thermal/st/st_thermal.c                    |  1 -
 drivers/thermal/st/stm_thermal.c                   |  8 ++------
 drivers/thermal/tegra/soctherm.c                   |  2 --
 drivers/thermal/tegra/tegra30-tsensor.c            |  3 +--
 drivers/thermal/thermal-generic-adc.c              | 10 ++--------
 drivers/thermal/thermal_mmio.c                     |  6 +-----
 drivers/thermal/thermal_of.c                       |  6 +++++-
 drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  4 +---
 drivers/thermal/uniphier_thermal.c                 |  4 +---
 33 files changed, 36 insertions(+), 98 deletions(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ