Re: [PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11

2024-08-09 Thread Namhyung Kim
On Fri, Aug 9, 2024 at 8:39 AM Athira Rajeev wrote: > > > > > On 9 Aug 2024, at 12:14 AM, Namhyung Kim wrote: > > > > Hello, > > > > On Thu, Aug 08, 2024 at 12:14:12PM +0530, Athira Rajeev wrote: > >> > >> > >>> On 7 Aug 2024, at 11:42 PM, Namhyung Kim wrote: > >>> > >>> Hello folks, > >>> > >>>

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-09 Thread Pierre-Louis Bossart
>>> And metadata >>> ioctl can be called many times which can meet the ratio modifier >>> requirement (ratio may be drift on the fly) >> >> Interesting, that's yet another way of handling the drift with userspace >> modifying the ratio dynamically. That's different to what I've seen >> before. >

[PATCH 1/1] dt-bindings: soc: fsl: cpm_qe: convert network.txt to yaml

2024-08-09 Thread Frank Li
Convert binding doc newwork.txt to yaml format. HDLC part: - Convert to "fsl,ucc-hdlc.yaml". - Add missed reg and interrupt property. - Update example to pass build. ethernet part: - Convert to net/fsl,cpm-enet.yaml - Add 0x in example, which should be hex value - Add ref to ethernet-controller.y

Re: [PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11

2024-08-09 Thread Athira Rajeev
> On 9 Aug 2024, at 12:14 AM, Namhyung Kim wrote: > > Hello, > > On Thu, Aug 08, 2024 at 12:14:12PM +0530, Athira Rajeev wrote: >> >> >>> On 7 Aug 2024, at 11:42 PM, Namhyung Kim wrote: >>> >>> Hello folks, >>> >>> On Tue, Aug 06, 2024 at 03:50:03PM -0700, Namhyung Kim wrote: Hello,

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-09 Thread Jaroslav Kysela
On 09. 08. 24 14:52, Pierre-Louis Bossart wrote: And metadata ioctl can be called many times which can meet the ratio modifier requirement (ratio may be drift on the fly) Interesting, that's yet another way of handling the drift with userspace modifying the ratio dynamically. That's different

Re: [PATCH v4 4/7] mm/x86: Make pud_leaf() only care about PSE bit

2024-08-09 Thread Peter Xu
On Fri, Aug 09, 2024 at 02:08:28PM +0200, Thomas Gleixner wrote: > https://www.kernel.org/doc/html/latest/process/maintainer-tip.html#changelog > > A good structure is to explain the context, the problem and the > solution in separate paragraphs and this order I'll try to follow, thanks. [..

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-09 Thread Jaroslav Kysela
On 09. 08. 24 12:14, Shengjiu Wang wrote: On Fri, Aug 9, 2024 at 3:25 PM Pierre-Louis Bossart wrote: Then there's the issue of parameters, we chose to only add parameters for standard encoders/decoders. Post-processing is highly specific and the parameter definitions varies from one implemen

Re: PCI: Work around PCIe link training failures

2024-08-09 Thread Maciej W. Rozycki
On Wed, 7 Aug 2024, Matthew W Carlis wrote: > > For the quirk to trigger, the link has to be down and there has to be the > > LBMS Link Status bit set from link management events as per the PCIe spec > > while the link was previously up, and then both of that while rescanning > > the PCIe device i

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-09 Thread Pierre-Louis Bossart
> Why I use the metadata ioctl is because the ALSA controls are binding > to the sound card. What I want is the controls can be bound to > snd_compr_stream, because the ASRC compress sound card can > support multi instances ( the ASRC can support multi conversion in > parallel). The ALSA contr

Re: [PATCH v4 4/7] mm/x86: Make pud_leaf() only care about PSE bit

2024-08-09 Thread Thomas Gleixner
On Thu, Aug 08 2024 at 10:54, Peter Xu wrote: > On Thu, Aug 08, 2024 at 12:22:38AM +0200, Thomas Gleixner wrote: >> On Wed, Aug 07 2024 at 15:48, Peter Xu wrote: >> > An entry should be reported as PUD leaf even if it's PROT_NONE, in which >> > case PRESENT bit isn't there. I hit bad pud without th

Re: [PATCH] Document/kexec: Generalize crash hotplug description

2024-08-09 Thread Sourabh Jain
Hello Baoquan, On 09/08/24 07:18, Baoquan He wrote: On 08/05/24 at 10:38am, Sourabh Jain wrote: Commit 79365026f869 ("crash: add a new kexec flag for hotplug support") generalizes the crash hotplug support to allow architectures to update multiple kexec segments on CPU/Memory hotplug and not ju

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-09 Thread Shengjiu Wang
On Fri, Aug 9, 2024 at 3:25 PM Pierre-Louis Bossart wrote: > > > Then there's the issue of parameters, we chose to only add parameters > for standard encoders/decoders. Post-processing is highly specific and > the parameter definitions varies from one implementation to another - > >

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-09 Thread Pierre-Louis Bossart
Then there's the issue of parameters, we chose to only add parameters for standard encoders/decoders. Post-processing is highly specific and the parameter definitions varies from one implementation to another - and usually parameters are handled in an opaque way with binary >>