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
| ||
|
Message-ID: <cover.1703710628.git.u.kleine-koenig@pengutronix.de> Date: Wed, 27 Dec 2023 22:02:28 +0100 From: Uwe Kleine-König <u.kleine-koenig@...gutronix.de> To: Jassi Brar <jassisinghbrar@...il.com> Cc: linux-kernel@...r.kernel.org, Shawn Guo <shawnguo@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>, Fabio Estevam <festevam@...il.com>, NXP Linux Team <linux-imx@....com>, linux-arm-kernel@...ts.infradead.org, Matthias Brugger <matthias.bgg@...il.com>, AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>, linux-mediatek@...ts.infradead.org, Bjorn Andersson <andersson@...nel.org>, Konrad Dybcio <konrad.dybcio@...aro.org>, linux-arm-msm@...r.kernel.org, Manivannan Sadhasivam <mani@...nel.org>, Maxime Coquelin <mcoquelin.stm32@...il.com>, Alexandre Torgue <alexandre.torgue@...s.st.com>, linux-stm32@...md-mailman.stormreply.com, Chen-Yu Tsai <wens@...e.org>, Jernej Skrabec <jernej.skrabec@...il.com>, Samuel Holland <samuel@...lland.org>, linux-sunxi@...ts.linux.dev, Thierry Reding <thierry.reding@...il.com>, Jonathan Hunter <jonathanh@...dia.com>, linux-tegra@...r.kernel.org, Michal Simek <michal.simek@....com>, kernel@...gutronix.de Subject: [PATCH 00/12] mailbox: Convert to platform remove callback returning void Hello, this series converts all platform drivers below drivers/mailbox that make use of .remove() to use .remove_new() instead. See commit 5c5a7680e67b ("platform: Provide a remove callback that returns no value") for an extended explanation and the eventual goal. The TL;DR; is to make it harder for driver authors to leak resources without noticing. The drivers here get it right though and so can be converted trivially. This is merge window material. All patches are pairwise independent, so they can be applied individually. Best regards Uwe Uwe Kleine-König (12): mailbox: bcm-flexrm: Convert to platform remove callback returning void mailbox: bcm-pdc: Convert to platform remove callback returning void mailbox: imx: Convert to platform remove callback returning void mailbox: mailbox-test: Convert to platform remove callback returning void mailbox: mtk-cmdq: Convert to platform remove callback returning void mailbox: omap: Convert to platform remove callback returning void mailbox: qcom-apcs-ipc: Convert to platform remove callback returning void mailbox: qcom-ipcc: Convert to platform remove callback returning void mailbox: stm32-ipcc: Convert to platform remove callback returning void mailbox: sun6i-msgbox: Convert to platform remove callback returning void mailbox: tegra-hsp: Convert to platform remove callback returning void mailbox: zynqmp-ipi: Convert to platform remove callback returning void drivers/mailbox/bcm-flexrm-mailbox.c | 6 ++---- drivers/mailbox/bcm-pdc-mailbox.c | 5 ++--- drivers/mailbox/imx-mailbox.c | 6 ++---- drivers/mailbox/mailbox-test.c | 6 ++---- drivers/mailbox/mtk-cmdq-mailbox.c | 5 ++--- drivers/mailbox/omap-mailbox.c | 6 ++---- drivers/mailbox/qcom-apcs-ipc-mailbox.c | 6 ++---- drivers/mailbox/qcom-ipcc.c | 6 ++---- drivers/mailbox/stm32-ipcc.c | 6 ++---- drivers/mailbox/sun6i-msgbox.c | 6 ++---- drivers/mailbox/tegra-hsp.c | 6 ++---- drivers/mailbox/zynqmp-ipi-mailbox.c | 6 ++---- 12 files changed, 24 insertions(+), 46 deletions(-) base-commit: 39676dfe52331dba909c617f213fdb21015c8d10 -- 2.43.0
Powered by blists - more mailing lists