Re: [PATCH 01/11] fbdev: Fix contact info in fb_cmdline.c

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Fix Daniel's email address. No functional changes. > > Signed-off-by: Thomas Zimmermann > Cc: Daniel Vetter > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

Re: [PATCH 02/11] fbdev: Transfer video= option strings to caller; clarify ownership

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > In fb_get_options(), always duplicate the returned option string and > transfer ownership of the memory to the function's caller. > > Until now, only the global option string got duplicated and transferred > to the caller; the per-driver options were owned by fb_get_op

Re: [PATCH 03/11] fbdev: Support NULL for name in option-string lookup

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Ignore the per-driver video options if no driver name has been > specified to fb_get_option(). Return the global options in this > case. > > Signed-off-by: Thomas Zimmermann > --- I think you need to update the kernel-doc as well to mention that @name could be NULL ?

Re: [PATCH 04/11] drivers/ps3: Read video= option with fb_get_option()

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Get the kernel's global video= parameter with fb_get_option(). Done > to unexport the internal fbdev state fb_mode_config. No functional > changes. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

Re: [PATCH 05/11] fbdev: Read video= option with fb_get_option() in modedb

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Get the kernel's global video= parameter with fb_get_option(). Done > to unexport the internal fbdev state fb_mode_config. No functional > changes. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

Re: [PATCH 06/11] fbdev: Unexport fb_mode_option

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > There are no external users of fb_mode_option. Unexport the variable > and declare it static. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

Re: [PATCH 07/11] fbdev: Move option-string lookup into helper

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Move the lookup of the option string into an internal helper. No > functional changes. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()

2023-02-17 Thread Marc Zyngier
On Fri, 17 Feb 2023 04:21:28 +, Yu Zhao wrote: > > On Thu, Feb 16, 2023 at 9:12 PM Yu Zhao wrote: > > > > This patch adds kvm_arch_test_clear_young() for the vast majority of > > VMs that are not pKVM and run on hardware that sets the accessed bit > > in KVM page tables. I'm really interest

Re: [PATCH 08/11] fbdev: Handle video= parameter in video/cmdline.c

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Handle the command-line parameter video= in video/cmdline.c. Implement > the fbdev helper fb_get_options() on top. Will allows to handle the > kernel parameter in DRM without fbdev dependencies. > > Note that __video_get_options() has the meaning of its return value >

Re: [PATCH 09/11] driver/ps3: Include for mode parsing

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Include in ps3av.c to get video_get_options() and > avoid the dependency on . The replaced function > fb_get_options() is just a tiny wrapper around video_get_opions(). No > functional changes. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez

Re: [PATCH 10/11] drm: Include for mode parsing

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Include in drm_connector.c to get video_get_options() > and avoid the dependency on . The replaced function > fb_get_options() is just a tiny wrapper around video_get_opions(). No > functional changes. > > Include to get fwnode_handle_put(), which had been > provided

Re: [PATCH 11/11] drm: Fix comment on mode parsing

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Do not claim that there's a default mode in the video= option parser. > if no option string has been given, the parser does nothing. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

Re: [PATCH v5 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller

2023-02-17 Thread Krzysztof Kozlowski
On 16/02/2023 14:42, Herve Codina wrote: > Add support for the time slot assigner (TSA) > available in some PowerQUICC SoC such as MPC885 > or MPC866. > > Signed-off-by: Herve Codina > --- > .../bindings/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml | 234 ++ > include/dt-bindings/soc/fsl,tsa

Re: [PATCH v5 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller

2023-02-17 Thread Krzysztof Kozlowski
On 16/02/2023 14:42, Herve Codina wrote: > Add support for the QMC (QUICC Multichannel Controller) > available in some PowerQUICC SoC such as MPC885 or MPC866. > > Signed-off-by: Herve Codina > --- > .../soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml | 172 ++ > 1 file changed, 172 in

Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()

2023-02-17 Thread Oliver Upton
Hi Yu, scripts/get_maintainers.pl is your friend for getting the right set of emails for a series :) Don't know about others, but generally I would prefer to be Cc'ed on an entire series (to gather context) than just an individual patch. On Thu, Feb 16, 2023 at 09:12:28PM -0700, Yu Zhao wrote: >

Re: [PATCH 02/11] fbdev: Transfer video= option strings to caller; clarify ownership

2023-02-17 Thread Thomas Zimmermann
Hi Am 17.02.23 um 09:37 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: In fb_get_options(), always duplicate the returned option string and transfer ownership of the memory to the function's caller. Until now, only the global option string got duplicated and transferred to the c

Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set

2023-02-17 Thread Hyeonggon Yoo
On Fri, Feb 17, 2023 at 11:15 AM Suren Baghdasaryan wrote: > > On Thu, Feb 16, 2023 at 11:43 AM Suren Baghdasaryan wrote: > > > > On Thu, Feb 16, 2023 at 7:44 AM Matthew Wilcox wrote: > > > > > > On Wed, Feb 15, 2023 at 09:17:41PM -0800, Suren Baghdasaryan wrote: > > > > When vma->anon_vma is no

Re: [PATCH 02/11] fbdev: Transfer video= option strings to caller; clarify ownership

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Hi > > Am 17.02.23 um 09:37 schrieb Javier Martinez Canillas: >> Thomas Zimmermann writes: >> >>> In fb_get_options(), always duplicate the returned option string and >>> transfer ownership of the memory to the function's caller. >>> >>> Until now, only the global op

Re: [PATCH v5 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller

2023-02-17 Thread Herve Codina
Hi Krzysztof, On Fri, 17 Feb 2023 10:14:48 +0100 Krzysztof Kozlowski wrote: > On 16/02/2023 14:42, Herve Codina wrote: > > Add support for the time slot assigner (TSA) > > available in some PowerQUICC SoC such as MPC885 > > or MPC866. > > > > Signed-off-by: Herve Codina > > --- > > .../bindin

Re: [PATCH v5 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller

2023-02-17 Thread Krzysztof Kozlowski
On 17/02/2023 14:50, Herve Codina wrote: > Hi Krzysztof, > > On Fri, 17 Feb 2023 10:14:48 +0100 > Krzysztof Kozlowski wrote: > >> On 16/02/2023 14:42, Herve Codina wrote: >>> Add support for the time slot assigner (TSA) >>> available in some PowerQUICC SoC such as MPC885 >>> or MPC866. >>> >>> S

Re: [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area

2023-02-17 Thread Liam R. Howlett
* Suren Baghdasaryan [230216 14:36]: > On Thu, Feb 16, 2023 at 7:34 AM Liam R. Howlett > wrote: > > > > > > First, sorry I didn't see this before v3.. > > Feedback at any time is highly appreciated! > > > > > * Suren Baghdasaryan [230216 00:18]: > > > While unmapping VMAs, adjacent VMAs might

[PATCH v6 00/10] Add the PowerQUICC audio support using the QMC

2023-02-17 Thread Herve Codina
Hi, This series adds support for audio using the QMC controller available in some Freescale PowerQUICC SoCs. This series contains three parts in order to show the different blocks hierarchy and their usage in this support. The first one is related to TSA (Time Slot Assigner). The TSA handles the

[PATCH v6 03/10] MAINTAINERS: add the Freescale TSA controller entry

2023-02-17 Thread Herve Codina
After contributing the driver, add myself as the maintainer for the Freescale TSA controller. Signed-off-by: Herve Codina --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7f86d02cb427..097a80d6623b 100644 --- a/MAINTAINERS +++ b/MAINTAI

[PATCH v6 02/10] soc: fsl: cpm1: Add support for TSA

2023-02-17 Thread Herve Codina
The TSA (Time Slot Assigner) purpose is to route some TDM time-slots to other internal serial controllers. It is available in some PowerQUICC SoC such as the MPC885 or MPC866. It is also available on some Quicc Engine SoCs. This current version support CPM1 SoCs only and some enhancement are need

[PATCH v6 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller

2023-02-17 Thread Herve Codina
Add support for the time slot assigner (TSA) available in some PowerQUICC SoC such as MPC885 or MPC866. Signed-off-by: Herve Codina --- .../bindings/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml | 215 ++ include/dt-bindings/soc/cpm1-fsl,tsa.h| 13 ++ 2 files changed, 228 insertions(

[PATCH v6 04/10] powerpc/8xx: Use a larger CPM1 command check mask

2023-02-17 Thread Herve Codina
The CPM1 command mask is defined for use with the standard CPM1 command register as described in the user's manual: 0 |13|47|8 11|12 14| 15| RST|- |OPCODE|CH_NUM| -|FLG| In the QMC extension the CPM1 command register is redefined (QMC supplement user's manue

[PATCH v6 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller

2023-02-17 Thread Herve Codina
Add support for the QMC (QUICC Multichannel Controller) available in some PowerQUICC SoC such as MPC885 or MPC866. Signed-off-by: Herve Codina Reviewed-by: Krzysztof Kozlowski --- .../soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml | 172 ++ 1 file changed, 172 insertions(+) create m

[PATCH v6 06/10] soc: fsl: cpm1: Add support for QMC

2023-02-17 Thread Herve Codina
The QMC (QUICC Multichannel Controller) emulates up to 64 channels within one serial controller using the same TDM physical interface routed from the TSA. It is available in some PowerQUICC SoC such as the MPC885 or MPC866. It is also available on some Quicc Engine SoCs. This current version supp

[PATCH v6 07/10] MAINTAINERS: add the Freescale QMC controller entry

2023-02-17 Thread Herve Codina
After contributing the driver, add myself as the maintainer for the Freescale QMC controller. Signed-off-by: Herve Codina --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 097a80d6623b..47eca5b06cce 100644 --- a/MAINTAINERS +++ b/MAINTAIN

[PATCH v6 08/10] dt-bindings: sound: Add support for QMC audio

2023-02-17 Thread Herve Codina
The QMC (QUICC mutichannel controller) is a controller present in some PowerQUICC SoC such as MPC885. The QMC audio is an ASoC component that uses the QMC controller to transfer the audio data. Signed-off-by: Herve Codina Reviewed-by: Krzysztof Kozlowski --- .../bindings/sound/fsl,qmc-audio.yam

[powerpc:fixes-test] BUILD SUCCESS 4302abc628fc0dc08e5855f21bbfaed407a72bc3

2023-02-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git fixes-test branch HEAD: 4302abc628fc0dc08e5855f21bbfaed407a72bc3 powerpc/64s: Prevent fallthrough to hash TLB flush when using radix elapsed time: 724m configs tested: 2 configs skipped: 126 The following configs h

[PATCH v6 09/10] ASoC: fsl: Add support for QMC audio

2023-02-17 Thread Herve Codina
The QMC audio is an ASoC component which provides DAIs that use the QMC (QUICC Multichannel Controller) to transfer the audio data. It provides as many DAIs as the number of QMC channels it references. Signed-off-by: Herve Codina --- sound/soc/fsl/Kconfig | 9 + sound/soc/fsl/Makefile

[PATCH v6 10/10] MAINTAINERS: add the Freescale QMC audio entry

2023-02-17 Thread Herve Codina
After contributing the component, add myself as the maintainer for the Freescale QMC audio ASoC component. Signed-off-by: Herve Codina --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 47eca5b06cce..4553e5a30e9e 100644 --- a/MAINTAINERS +

Re: [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area

2023-02-17 Thread Suren Baghdasaryan
On Fri, Feb 17, 2023 at 6:51 AM Liam R. Howlett wrote: > > * Suren Baghdasaryan [230216 14:36]: > > On Thu, Feb 16, 2023 at 7:34 AM Liam R. Howlett > > wrote: > > > > > > > > > First, sorry I didn't see this before v3.. > > > > Feedback at any time is highly appreciated! > > > > > > > > * Suren

Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()

2023-02-17 Thread Sean Christopherson
On Fri, Feb 17, 2023, Oliver Upton wrote: > Hi Yu, > > scripts/get_maintainers.pl is your friend for getting the right set of > emails for a series :) Don't know about others, but generally I would > prefer to be Cc'ed on an entire series (to gather context) than just an > individual patch. +1 >

Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set

2023-02-17 Thread Matthew Wilcox
On Thu, Feb 16, 2023 at 06:14:59PM -0800, Suren Baghdasaryan wrote: > On Thu, Feb 16, 2023 at 11:43 AM Suren Baghdasaryan wrote: > > > > On Thu, Feb 16, 2023 at 7:44 AM Matthew Wilcox wrote: > > > > > > On Wed, Feb 15, 2023 at 09:17:41PM -0800, Suren Baghdasaryan wrote: > > > > When vma->anon_vma

Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set

2023-02-17 Thread Suren Baghdasaryan
On Fri, Feb 17, 2023 at 8:05 AM Matthew Wilcox wrote: > > On Thu, Feb 16, 2023 at 06:14:59PM -0800, Suren Baghdasaryan wrote: > > On Thu, Feb 16, 2023 at 11:43 AM Suren Baghdasaryan > > wrote: > > > > > > On Thu, Feb 16, 2023 at 7:44 AM Matthew Wilcox > > > wrote: > > > > > > > > On Wed, Feb 1

Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set

2023-02-17 Thread Suren Baghdasaryan
On Fri, Feb 17, 2023 at 2:21 AM Hyeonggon Yoo <42.hye...@gmail.com> wrote: > > On Fri, Feb 17, 2023 at 11:15 AM Suren Baghdasaryan wrote: > > > > On Thu, Feb 16, 2023 at 11:43 AM Suren Baghdasaryan > > wrote: > > > > > > On Thu, Feb 16, 2023 at 7:44 AM Matthew Wilcox > > > wrote: > > > > > > >

Re: [PATCH v6 02/10] soc: fsl: cpm1: Add support for TSA

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > The TSA (Time Slot Assigner) purpose is to route some > TDM time-slots to other internal serial controllers. > > It is available in some PowerQUICC SoC such as the > MPC885 or MPC866. > > It is also available on some Quicc Engine SoCs. > This curr

Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()

2023-02-17 Thread Sean Christopherson
On Thu, Feb 16, 2023, Yu Zhao wrote: > diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h > index 6aaae18f1854..d2995c9e8f07 100644 > --- a/arch/x86/include/asm/kvm_host.h > +++ b/arch/x86/include/asm/kvm_host.h > @@ -1367,6 +1367,12 @@ struct kvm_arch { >*

Re: [PATCH v6 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > Add support for the time slot assigner (TSA) > available in some PowerQUICC SoC such as MPC885 > or MPC866. > > Signed-off-by: Herve Codina Reviewed-by: Christophe Leroy > --- > .../bindings/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml | 215

Re: [PATCH v6 03/10] MAINTAINERS: add the Freescale TSA controller entry

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > After contributing the driver, add myself as the maintainer > for the Freescale TSA controller. > > Signed-off-by: Herve Codina Reviewed-by: Christophe Leroy > --- > MAINTAINERS | 9 + > 1 file changed, 9 insertions(+) > > diff --gi

Re: [PATCH v6 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > Add support for the QMC (QUICC Multichannel Controller) > available in some PowerQUICC SoC such as MPC885 or MPC866. > > Signed-off-by: Herve Codina > Reviewed-by: Krzysztof Kozlowski Reviewed-by: Christophe Leroy > --- > .../soc/fsl/cpm_qe/

Re: [PATCH v6 06/10] soc: fsl: cpm1: Add support for QMC

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > The QMC (QUICC Multichannel Controller) emulates up to 64 > channels within one serial controller using the same TDM > physical interface routed from the TSA. > > It is available in some PowerQUICC SoC such as the > MPC885 or MPC866. > > It

Re: [PATCH v6 07/10] MAINTAINERS: add the Freescale QMC controller entry

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > After contributing the driver, add myself as the maintainer > for the Freescale QMC controller. > > Signed-off-by: Herve Codina Reviewed-by: Christophe Leroy > --- > MAINTAINERS | 8 > 1 file changed, 8 insertions(+) > > diff --git

Re: [PATCH v6 08/10] dt-bindings: sound: Add support for QMC audio

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > The QMC (QUICC mutichannel controller) is a controller > present in some PowerQUICC SoC such as MPC885. > The QMC audio is an ASoC component that uses the QMC > controller to transfer the audio data. > > Signed-off-by: Herve Codina > Reviewed-by:

Re: [PATCH v6 09/10] ASoC: fsl: Add support for QMC audio

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > The QMC audio is an ASoC component which provides DAIs > that use the QMC (QUICC Multichannel Controller) to transfer > the audio data. > > It provides as many DAIs as the number of QMC channels it > references. > > Signed-off-by: Herve Codina R

Re: [PATCH v6 10/10] MAINTAINERS: add the Freescale QMC audio entry

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 15:56, Herve Codina a écrit : > After contributing the component, add myself as the maintainer > for the Freescale QMC audio ASoC component. > > Signed-off-by: Herve Codina Reviewed-by: Christophe Leroy > --- > MAINTAINERS | 8 > 1 file changed, 8 insertions(+) >

microwatt_defconfig broken: fined reference to `hash__tlb_flush'

2023-02-17 Thread Jan-Benedict Glaw
Hi! My CI builds showed that the microwatt_defconfig broke somewhere between (upstream Linus) 6d796c50f84ca79f1722bb131799e5a5710c4700 (last known good, log at [1]) and 033c40a89f55525139fd5b6342281b09b97d05bf (first known bad, log at [2]) with this: [...] make V=1 ARCH=powerpc CROSS_COMPILE=powe

Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set

2023-02-17 Thread Hyeonggon Yoo
On Fri, Feb 17, 2023 at 08:13:01AM -0800, Suren Baghdasaryan wrote: > On Fri, Feb 17, 2023 at 2:21 AM Hyeonggon Yoo <42.hye...@gmail.com> wrote: > > > > On Fri, Feb 17, 2023 at 11:15 AM Suren Baghdasaryan > > wrote: > > > > > > On Thu, Feb 16, 2023 at 11:43 AM Suren Baghdasaryan > > > wrote: >

Re: [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC

2023-02-17 Thread Mark Brown
On Fri, Feb 17, 2023 at 06:32:03AM +, Christophe Leroy wrote: > Mark, is that ok for you or do you expect this series to go via soc tree ? Sure, that sounds good to me. I'll give it another check and then assuming everything is fine apply for -rc1. signature.asc Description: PGP signature

Re: microwatt_defconfig broken: fined reference to `hash__tlb_flush'

2023-02-17 Thread Christophe Leroy
Le 17/02/2023 à 18:14, Jan-Benedict Glaw a écrit : > Hi! > > My CI builds showed that the microwatt_defconfig broke somewhere between > (upstream Linus) 6d796c50f84ca79f1722bb131799e5a5710c4700 (last known good, > log > at [1]) and 033c40a89f55525139fd5b6342281b09b97d05bf (first known bad, log

Re: microwatt_defconfig broken: fined reference to `hash__tlb_flush'

2023-02-17 Thread Jan-Benedict Glaw
On Fri, 2023-02-17 19:44:27 +, Christophe Leroy wrote: > > > Le 17/02/2023 à 18:14, Jan-Benedict Glaw a écrit : > > Hi! > > > > My CI builds showed that the microwatt_defconfig broke somewhere between > > (upstream Linus) 6d796c50f84ca79f1722bb131799e5a5710c4700 (last known good, > > log

Re: [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC

2023-02-17 Thread Herve Codina
On Fri, 17 Feb 2023 19:15:22 + Mark Brown wrote: > On Fri, Feb 17, 2023 at 06:32:03AM +, Christophe Leroy wrote: > > > Mark, is that ok for you or do you expect this series to go via soc tree ? > > Sure, that sounds good to me. I'll give it another check and > then assuming everything

Re: [PATCH] powerpc/perf: Add json metric events to present CPI stall cycles in powerpc

2023-02-17 Thread Arnaldo Carvalho de Melo
Em Thu, Feb 16, 2023 at 10:10:05AM -0800, Ian Rogers escreveu: > On Wed, Feb 15, 2023 at 10:12 PM Athira Rajeev > wrote: > > > > Power10 Performance Monitoring Unit (PMU) provides events > > to understand stall cycles of different pipeline stages. > > These events along with completed instructions

Re: [PATCH v2] tools/perf/tests: Change true workload to sleep workload in all metric test for system wide check

2023-02-17 Thread Arnaldo Carvalho de Melo
Em Wed, Feb 15, 2023 at 08:08:20AM -0800, Ian Rogers escreveu: > On Wed, Feb 15, 2023 at 1:38 AM Kajol Jain wrote: > > > > Testcase stat_all_metrics.sh fails in powerpc: > > > > 98: perf all metrics test : FAILED! > > > > Logs with verbose: > > > > [command]# ./perf test 98 -vv > > 98: perf all m

Re: [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC

2023-02-17 Thread Herve Codina
On Fri, 17 Feb 2023 21:18:20 +0100 Herve Codina wrote: > On Fri, 17 Feb 2023 19:15:22 + > Mark Brown wrote: > > > On Fri, Feb 17, 2023 at 06:32:03AM +, Christophe Leroy wrote: > > > > > Mark, is that ok for you or do you expect this series to go via soc tree ? > > > > Sure, that sound

Re: microwatt_defconfig broken: fined reference to `hash__tlb_flush'

2023-02-17 Thread Jan-Benedict Glaw
Hi Christophe! On Fri, 2023-02-17 21:00:43 +0100, Jan-Benedict Glaw wrote: > On Fri, 2023-02-17 19:44:27 +, Christophe Leroy > wrote: > > Le 17/02/2023 à 18:14, Jan-Benedict Glaw a écrit : > > > My CI builds showed that the microwatt_defconfig broke somewhere between > > > (upstream Linus)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag

2023-02-17 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull one more powerpc fix for 6.2: The following changes since commit 2ea31e2e62bbc4d11c411eeb36f1b02841dbcab1: powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch (2023-02-07 10:13:33 +1100) are ava

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag

2023-02-17 Thread Linus Torvalds
On Fri, Feb 17, 2023 at 2:40 PM Michael Ellerman wrote: > > Thanks to: Benjamin Gray, "Erhard F.". That just looks _odd_. It's not like the full name wasn't already elsewhere in the kernel logs as a reporter (and at least once as patch author), so I just fixed it up ;) Linus

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag

2023-02-17 Thread pr-tracker-bot
The pull request you sent on Sat, 18 Feb 2023 09:40:18 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.2-6 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/dbeed98d89ea91ae68ff6dce6060671726292e85 Thank you! -- Deet-doot-do

[powerpc:next] BUILD SUCCESS 38d73b671a817328334f2a70a23fed4d1f4a952c

2023-02-17 Thread kernel test robot
-20230217 arm allmodconfig arm allyesconfig arm defconfig arm64allyesconfig arm64 defconfig cskydefconfig i386

[powerpc:merge] BUILD SUCCESS 4f8c30390bbb243a5ac0f4a25d9f0dfeaef90977

2023-02-17 Thread kernel test robot
config arc nsimosci_hs_defconfig arc randconfig-r043-20230215 arc randconfig-r043-20230217 arc tb10x_defconfig arm allmodconfig arm allyesconfig arm axm55xx_def

Re: 6.2-rc7 fails building on Talos II: memory.c:(.text+0x2e14): undefined reference to `hash__tlb_flush'

2023-02-17 Thread Linux regression tracking #update (Thorsten Leemhuis)
[TLDR: This mail in primarily relevant for Linux regression tracking. A change or fix related to the regression discussed in this thread was posted or applied, but it did not use a Link: tag to point to the report, as Linus and the documentation call for. Things happen, no worries -- but now the re

Re: microwatt_defconfig broken: fined reference to `hash__tlb_flush'

2023-02-17 Thread Christophe Leroy
Hi Jan-Benedict, Le 17/02/2023 à 21:41, Jan-Benedict Glaw a écrit : > Hi Christophe! > > On Fri, 2023-02-17 21:00:43 +0100, Jan-Benedict Glaw > wrote: >> On Fri, 2023-02-17 19:44:27 +, Christophe Leroy >> wrote: >>> Le 17/02/2023 à 18:14, Jan-Benedict Glaw a écrit : My CI builds show