On Wed, Mar 19, 2025 at 09:05:27AM +0100, Christophe Leroy wrote:
>
> Doesn't sparse and/or checkpatch complain about 0 being used in lieu of NULL
> ?
Sparse does have a "Using plain integer as NULL pointer" warning, yes.
I can't apply this patchset and I haven't been following the conversation
On Sun, Mar 30, 2025 at 04:07:56PM +0100, David Woodhouse wrote:
> On Sun, 2025-03-30 at 09:42 -0400, Michael S. Tsirkin wrote:
> > On Fri, Mar 28, 2025 at 05:40:41PM +, David Woodhouse wrote:
> > > On Fri, 2025-03-21 at 18:42 +, David Woodhouse wrote:
> > > > >
> > > > > I don't mind as s
On Tue, Mar 25, 2025 at 11:09:24AM +, Quentin Monnet wrote:
> 2025-03-25 16:02 UTC+0530 ~ Venkat Rao Bagalkote
> > Greetings!!!
> >
> >
> > bpftool fails to complie on linux-next-20250324 repo.
> >
> >
> > Error:
> >
> > make: *** No rule to make target 'bpftool', needed by '/home/linux/
From: "J. Neuschäfer"
As part of a larger effort to bring various PowerPC-related bindings
into the YAML world, this patch converts msi-pic.txt to YAML and moves
it into the bindings/interrupt-controller/ directory. The conversion may
necessarily be a bit hard to read because the binding is quite
On 14/03/25 7:25 pm, Athira Rajeev wrote:
H_HTM (Hardware Trace Macro) hypervisor call is an HCALL to export
data from Hardware Trace Macro (HTM) function. The debugfs interface
to export the HTM function data in a partition currently supports only
dumping of HTM data in an lpar. Patchset add sup
On 3/21/25 4:04 PM, Christophe Leroy wrote:
> Hi,
>
> Le 10/10/2024 à 16:51, Athira Rajeev a écrit :
>> perf list picks the events supported for specific platform
>> from pmu-events/arch/powerpc/. Example power10 events
>> are in pmu-events/arch/powerpc/power10, power9 events are part
>> of pmu
On Tue, Mar 18, 2025 at 10:13:35PM +0100, Arnd Bergmann wrote:
> Thanks for the report, I missed that the generic ioport_map() function
> is missing the PCI_IOBASE macro, we should probably remove that from
> the asm-generic/io.h header and require architectures to define it
> themselves, since the
From: Manivannan Sadhasivam
When the PCI error handling requires resetting the slot, reset it using the
host bridge specific 'reset_slot' callback if available before calling the
'slot_reset' callback of the PCI drivers.
The 'reset_slot' callback is responsible for resetting the given slot
refer
From: Shengjiu Wang
[ Upstream commit 294a60e5e9830045c161181286d44ce669f88833 ]
In order to make the audmix device linked by audio graph card, make
'dais' property to be optional.
If 'dais' property exists, then register the imx-audmix card driver.
otherwise, it should be linked by audio graph
Rob Herring (Arm) wrote...
> On some powermacs `i2s` nodes are missing `#size-cells` properties,
> which is deprecated and now triggers a warning at boot since commit
> 045b14ca5c36 ("of: WARN on deprecated #address-cells/#size-cells
> handling").
Tested-by: Christoph Biedl
Can confirm this mak
Greetings!!!
I am observing Kernel oops while running brtfs/108 TC on IBM Power System.
Repo: Linux-Next (next-20250320)
Traces:
[ 418.392604] run fstests btrfs/108 at 2025-03-21 05:11:21
[ 418.560137] Kernel attempted to read user page (0) - exploit attempt?
(uid: 0)
[ 418.560156] BUG:
On 3/23/25 08:35, Ard Biesheuvel wrote:
[ ... ]
kernel_neon_end() calls local_bh_enable() which apparently conflicts with
the local_irq_disable() in above code.
This seems to be an oversight on my part. Can you try the below please?
diff --git a/arch/arm/include/asm/simd.h b/arch/arm/include/
The custom 'bool' typedef in arch/powerpc/boot/types.h is incompatible with
the C23 standard, where 'bool', 'true', and 'false' are now reserved keywords.
With newer GCC versions (such as GCC 15), redefining 'bool' leads to compilation
errors. For example:
error: 'bool' cannot be defined via 't
On 4/1/25 5:21 AM, shao.ming...@zte.com.cn wrote:
> From: Feng Wei
>
> Remove hard-coded strings by using the str_read_write() helper.
>
> Signed-off-by: Feng Wei
> Signed-off-by: Shao Mingyin
> ---
> drivers/block/ps3disk.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff
On Thu, Apr 03, 2025 at 07:38:00PM +0200, J. Neuschäfer via B4 Relay wrote:
> From: "J. Neuschäfer"
>
> As part of a larger effort to bring various PowerPC-related bindings
> into the YAML world, this patch converts msi-pic.txt to YAML and moves
> it into the bindings/interrupt-controller/ direct
This adds appropriate compatible strings for Lynx PCSs on PowerPC QorIQ
platforms. This also changes the node name to avoid warnings from
ethernet-phy.yaml.
Signed-off-by: Sean Anderson
---
arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0-best-effort.dtsi | 3 ++-
arch/powerpc/boot/dts/fsl/qoriq-f
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Wed, 2 Apr 2025 10:44:03 -0500 you wrote:
> v2:
> - Created a single error handling unlock and exit in veth_pool_store
> - Greatly expanded commit message with previous explanatory-only text
>
> Summary: Use rtnl_mute
Enabling the compile test should not cause automatic enabling of such
drivers.
Signed-off-by: Krzysztof Kozlowski
---
drivers/soc/fsl/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/fsl/Kconfig b/drivers/soc/fsl/Kconfig
index a1e0bc8c1757..47870e29c290 100
From: Manivannan Sadhasivam
The PCIe link can go down under circumstances such as the device firmware
crash, link instability, etc... When that happens, the PCIe slot needs to
be reset to make it operational again. Currently, the driver is not
handling the link down event, due to which the users
From: Manivannan Sadhasivam
A PCI device is just another peripheral in a system. So failure to
recover it, must not result in a kernel panic. So remove the TODO which
is quite misleading.
Signed-off-by: Manivannan Sadhasivam
---
drivers/pci/pcie/err.c | 1 -
1 file changed, 1 deletion(-)
diff
| 2 +
5 files changed, 140 insertions(+), 9 deletions(-)
---
base-commit: 08733088b566b58283f0f12fb73f5db6a9a9de30
change-id: 20250404-pcie-reset-slot-730bfa71a202
Best regards,
--
Manivannan Sadhasivam
On Fri, Apr 04, 2025 at 01:52:22PM +0530, Manivannan Sadhasivam via B4 Relay
wrote:
> When the PCI error handling requires resetting the slot, reset it using the
> host bridge specific 'reset_slot' callback if available before calling the
> 'slot_reset' callback of the PCI drivers.
>
> The 'reset
22 matches
Mail list logo