Re: [PATCH v3] ASoC: fsl: Rename stream name of SAI DAI driver

2025-02-20 Thread Shengjiu Wang
On Mon, Feb 17, 2025 at 9:05 AM Chancel Liu wrote: > > If stream names of DAI driver are duplicated there'll be warnings when > machine driver tries to add widgets on a route: > > [8.831335] fsl-asoc-card sound-wm8960: ASoC: sink widget CPU-Playback > overwritten > [8.839917] fsl-asoc-car

Re: [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages

2025-02-20 Thread David Hildenbrand
-static inline unsigned long dax_folio_share_put(struct folio *folio) +static inline unsigned long dax_folio_put(struct folio *folio) { - return --folio->page.share; + unsigned long ref; + int order, i; + + if (!dax_folio_is_shared(folio)) + ref = 0; +

Re: [RFC PATCH v2 1/3] sched/fair: introduce new scheduler group type group_parked

2025-02-20 Thread Tobias Huschle
On 18/02/2025 06:44, Shrikanth Hegde wrote: [...] @@ -1352,6 +1352,9 @@ bool sched_can_stop_tick(struct rq *rq)   if (rq->cfs.h_nr_queued > 1)   return false; +    if (rq->cfs.nr_running > 0 && arch_cpu_parked(cpu_of(rq))) +    return false; + you mean rq->cfs.h_nr_queued or

Re: [RFC PATCH v2 0/3] sched/fair: introduce new scheduler group type group_parked

2025-02-20 Thread Tobias Huschle
On 18/02/2025 06:58, Shrikanth Hegde wrote: [...] There are a couple of issues and corner cases which need further considerations: - rt & dl:  Realtime and deadline scheduling require some additional attention. I think we need to address atleast rt, there would be some

[PATCH] KVM: powerpc: Enable commented out BUILD_BUG_ON() assertion

2025-02-20 Thread Thorsten Blum
The BUILD_BUG_ON() assertion was commented out in commit 38634e676992 ("powerpc/kvm: Remove problematic BUILD_BUG_ON statement") and fixed in commit c0a187e12d48 ("KVM: powerpc: Fix BUILD_BUG_ON condition"), but not enabled. Enable it now that this no longer breaks and remove the comment. Signed-o

Re: [PATCH] powerpc/fsl_lbc: Explicitly populate bus

2025-02-20 Thread J . Neuschäfer
On Sun, Feb 09, 2025 at 10:58:50PM +0100, J. Neuschäfer via B4 Relay wrote: > From: "J. Neuschäfer" > > Historically, devicetree nodes representing the Freescale Enhanced > Local Bus Controller (eLBC) have compatible strings such as: > > compatible = "fsl,mpc8313-elbc", "fsl,elbc", "simple-b

Re: [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping

2025-02-20 Thread Gerald Schaefer
break; > For reference, this is call trace I see when I hit the warning: [ 283.567945] [ cut here ] [ 283.567947] WARNING: CPU: 12 PID: 878 at mm/memremap.c:436 free_zone_device_folio+0x6e/0x140 [ 283.567959] Modules linked in: [ 283.567963] CPU: 12 UID:

Re: [RFC PATCH] objtool: Skip unannotated intra-function call warning for bl+mflr pattern

2025-02-20 Thread Josh Poimboeuf
On Wed, Feb 19, 2025 at 09:50:14PM +0530, Sathvika Vasireddy wrote: > Architectures like PowerPC use a pattern where the compiler generates a > branch-and-link (bl) instruction that targets the very next instruction, > followed by loading the link register (mflr) later. This pattern appears > in th

[powerpc:fixes-test] BUILD SUCCESS eff2eb592efd73f00590d578c3d6021f604df62c

2025-02-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git fixes-test branch HEAD: eff2eb592efd73f00590d578c3d6021f604df62c cxl: Fix cross-reference in documentation and add deprecation warning elapsed time: 1446m configs tested: 128 configs skipped: 5 The following config

[PATCH v3] dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs

2025-02-20 Thread J . Neuschäfer via B4 Relay
#address-cells = <1>; +#size-cells = <1>; +device_type = "soc"; +ranges = <0 0xe000 0x0010>; + bus-frequency = <0>; +}; +}; + +... --- base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b change-id: 20250220-ppcyaml-soc-cae1f14cf389 Best regards, -- J. Neuschäfer