On Thu, May 22, 2025 at 06:21:19PM -0500, Bjorn Helgaas wrote:
> @@ -130,6 +132,6 @@ void pcie_print_tlp_log(const struct pci_dev *dev,
> }
> }
>
> - pci_err(dev, "%sTLP Header%s: %s\n", pfx,
> + dev_printk(level, &dev->dev, "%sTLP Header%s: %s\n", pfx,
>
Fix the following documentation build error, which was introduced when
Documentation/arch/powerpc/htm.rst was added to the repository without
any reference to the document.
Documentation/arch/powerpc/htm.rst: WARNING: document isn't included in any
toctree [toc.not_included]
Fixes: ab1456c5aa7a
On 4/30/25 9:10 PM, Haren Myneni wrote:
> IO hotplug add event is handled in the user space with drmgr tool.
> After the device is enabled, the user space uses /sys/kerne/dlpar
> interface with “dt add index ” to update the device tree.
> The kernel interface (dlpar_hp_dt_add()) finds the parent no
On Tue, 27 May 2025 14:19:13 +0530
Srikar Dronamraju wrote:
> > Getting these from time to time when I run the machine for longer periods
> > building:
> >
> > [...]
> > [ cut here ]
> > WARNING: CPU: 12 PID: 44394 at arch/powerpc/kernel/process.c:437
> > giveup_all+0x9
This patch series introduces wrapper functions for_each_child_of_node_scoped().
The for_each_child_of_node_scoped() helper provides a scope-based clean-up
functionality to put the device_node automatically, and as such, there is
no need to call of_node_put() directly.
Summary:
- Patch 1 ALSA: p
The for_each_child_of_node_scoped() helper provides a scope-based
clean-up functionality to put the device_node automatically, and
as such, there is no need to call of_node_put() directly.
Reported-by: kernel test robot
Closes:
https://lore.kernel.org/oe-kbuild-all/202505210557.epjig9bq-...@inte
* Erhard Furtner [2025-05-26 20:55:37]:
Hi Erhard,
Thanks for reporting.
> Getting these from time to time when I run the machine for longer periods
> building:
>
> [...]
> [ cut here ]
> WARNING: CPU: 12 PID: 44394 at arch/powerpc/kernel/process.c:437
> giveup_all+0x
The for_each_child_of_node_scoped() helper provides a scope-based
clean-up functionality to put the device_node automatically, and
as such, there is no need to call of_node_put() directly.
Acked-by: Kuninori Morimoto
Signed-off-by: Ai Chao
---
sound/soc/renesas/rcar/core.c | 35 +++-
The for_each_child_of_node_scoped() helper provides a scope-based
clean-up functionality to put the device_node automatically, and
as such, there is no need to call of_node_put() directly.
Signed-off-by: Ai Chao
---
sound/soc/fsl/imx-card.c | 13 +
1 file changed, 5 insertions(+), 8
On Tue, 2025-05-27 at 16:24 +0800, Ai Chao wrote:
> The for_each_child_of_node_scoped() helper provides a scope-based
> clean-up functionality to put the device_node automatically.
Why are you resending this? You haven't convinced anyone of its
correctness. You haven't even convinced anyone that y
The for_each_child_of_node_scoped() helper provides a scope-based
clean-up functionality to put the device_node automatically.
Signed-off-by: Ai Chao
---
sound/soc/qcom/lpass-cpu.c | 3 +--
sound/soc/qcom/qdsp6/q6afe-dai.c | 3 +--
sound/soc/qcom/qdsp6/q6asm-dai.c | 4 +---
3 files changed
The for_each_child_of_node_scoped() helper provides a scope-based
clean-up functionality to put the device_node automatically, and
as such, there is no need to call of_node_put() directly.
Signed-off-by: Ai Chao
---
sound/ppc/tumbler.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
The for_each_child_of_node_scoped() helper provides a scope-based
clean-up functionality to put the device_node automatically.
Signed-off-by: Ai Chao
---
sound/aoa/soundbus/i2sbus/core.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/sound/aoa/soundbus/i2sbus/core.c b
13 matches
Mail list logo