Re: [PATCH v5 5/5] perf: Correct perf sampling with guest VMs

2024-10-04 Thread Mark Rutland
On Fri, Sep 20, 2024 at 05:47:40PM +, Colton Lewis wrote: > Previously any PMU overflow interrupt that fired while a VCPU was > loaded was recorded as a guest event whether it truly was or not. This > resulted in nonsense perf recordings that did not honor > perf_event_attr.exclude_guest and re

Re: [PATCH 2/2] powerpc/vdso: Implement __arch_get_vdso_rng_data()

2024-10-04 Thread Jason A. Donenfeld
On Fri, Oct 04, 2024 at 08:52:40PM +1000, Michael Ellerman wrote: > > > On October 4, 2024 2:33:54 AM GMT+10:00, "Jason A. Donenfeld" > wrote: > >Hey Christophe, Michael, > > > >This series actually looks pretty okay to me. I realize ThomasW is > >working on more generic cleanups that might obl

Re: [PATCH v5 1/5] arm: perf: Drop unused functions

2024-10-04 Thread Mark Rutland
On Fri, Sep 20, 2024 at 05:47:36PM +, Colton Lewis wrote: > For arm's implementation, perf_instruction_pointer() and > perf_misc_flags() are equivalent to the generic versions in > include/linux/perf_event.h so arch/arm doesn't need to provide its > own versions. Drop them here. > > Signed-off

Re: [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()

2024-10-04 Thread Mark Rutland
On Fri, Sep 20, 2024 at 05:47:37PM +, Colton Lewis wrote: > For clarity, rename the arch-specific definitions of these functions > to perf_arch_* to denote they are arch-specifc. Define the > generic-named functions in one place where they can call the > arch-specific ones as needed. > > Signe

[PATCH v2] drm/radeon: add late_register for connector - Please test

2024-10-04 Thread Christian Zigotzky
Hi All, I compiled a new RC1 of kernel 6.12 with this patch today. Please test it. Downloads: - https://github.com/chzigotzky/kernels/releases/tag/v6.12.0-rc1-2 - https://www.xenosoft.de/linux-image-6.12-rc1-2-X1000_X5000.tar.gz Thanks, Christian On 04 October 2024 at 4:00pm, Alex Deucher wro

Re: [PATCH 0/3] crypto: Fix data mismatch over ipsec tunnel encrypted/decrypted with ppc64le AES/GCM module.

2024-10-04 Thread Herbert Xu
On Mon, Sep 23, 2024 at 09:30:37AM -0400, Danny Tsen wrote: > Fix data mismatch over ipsec tunnel encrypted/decrypted with ppc64le AES/GCM > module. > > This patch is to fix an issue when simd is not usable that data mismatch > may occur. The fix is to register algs as SIMD modules so that the >

Re: [PATCH] ASoC: fsl: fsl_qmc_audio: Remove the logging when parsing channels

2024-10-04 Thread Mark Brown
On Thu, 03 Oct 2024 14:20:15 +0200, Herve Codina wrote: > On each channel parsing, a log message is issued. This log message is > not needed and become annoying when many channels are used (up to 64 > channel supported). > > Simply remove this unneeded log message. > > > [...] Applied to ht

Re: [v2 1/2] powerpc/pseries: Do not pass an error pointer to of_node_put() in pSeries_reconfig_add_node()

2024-10-04 Thread Markus Elfring
>> I was notified also about the following adjustment. >> >> … >>   * linuxppc-dev: [resent,v2,1/2] powerpc/pseries: Do not pass an error >> pointer to of_node_put() in pSeries_reconfig_add_node() >>   - >> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatchwork.ozlabs.org%

Re: [PATCH 2/2] powerpc/vdso: Implement __arch_get_vdso_rng_data()

2024-10-04 Thread Michael Ellerman
On October 4, 2024 2:33:54 AM GMT+10:00, "Jason A. Donenfeld" wrote: >Hey Christophe, Michael, > >This series actually looks pretty okay to me. I realize ThomasW is >working on more generic cleanups that might obliterate the need for >this, and that may or may not wind up in 6.13. But, I was t