All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-09 16:29 Chris Paterson
  2019-12-09 16:34   ` [cip-dev] " Chris Paterson
                   ` (4 more replies)
  0 siblings, 5 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-09 16:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable

Hello Greg, all,

I've seen a few errors with 4.19.89-rc1 (5944fcdd).

1)
Config: arm64 defconfig
Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484093#L267
Probable culprit: 227b635dcae6 ("bpf, arm64: fix getting subprog addr from aux for calls")
Issue log:
267 arch/arm64/net/bpf_jit_comp.c: In function 'build_insn':
268 arch/arm64/net/bpf_jit_comp.c:633:9: error: implicit declaration of function 'bpf_jit_get_func_addr'; did you mean 'bpf_jit_binary_hdr'? [-Werror=implicit-function-declaration]
269    ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass,
270          ^~~~~~~~~~~~~~~~~~~~~
271          bpf_jit_binary_hdr


2)
Config: arm multi_v7_defconfig
Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484091#L2147
Probable culprit: 192929fd944d ("dmaengine: xilinx_dma: Fix 64-bit simple CDMA transfer")
Issue log:
2147 drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_cdma_start_transfer':
2148 drivers/dma/xilinx/xilinx_dma.c:1252:9: error: implicit declaration of function 'xilinx_prep_dma_addr_t'; did you mean 'xilinx_dma_start'? [-Werror=implicit-function-declaration]
2149          xilinx_prep_dma_addr_t(hw->src_addr));
2150          ^~~~~~~~~~~~~~~~~~~~~~
2151          xilinx_dma_start


3)
Config: arm shmobile_defconfig
Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484089#L2249
Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned groups")
Issue log:
2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
2251                                       ^
2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error: 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean 'PIN_MAP_TYPE_MUX_GROUP'?
2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
2254   ^~~~~~~~~~~~~~~~~~
2255   PIN_MAP_TYPE_MUX_GROUP
2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
2258                                       ^
2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
2261                                       ^


Kind regards, Chris


^ permalink raw reply	[flat|nested] 26+ messages in thread

* RE: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-09 16:29 Linux 4.19.89-rc1 5944fcdd errors Chris Paterson
@ 2019-12-09 16:34   ` Chris Paterson
  2019-12-09 16:53   ` [cip-dev] " Naresh Kamboju
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-09 16:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, cip-dev

+cip-dev

Chris

> From: Chris Paterson
> Sent: 09 December 2019 16:29
> 
> Hello Greg, all,
> 
> I've seen a few errors with 4.19.89-rc1 (5944fcdd).
> 
> 1)
> Config: arm64 defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/373484093#L267
> Probable culprit: 227b635dcae6 ("bpf, arm64: fix getting subprog addr from
> aux for calls")
> Issue log:
> 267 arch/arm64/net/bpf_jit_comp.c: In function 'build_insn':
> 268 arch/arm64/net/bpf_jit_comp.c:633:9: error: implicit declaration of
> function 'bpf_jit_get_func_addr'; did you mean 'bpf_jit_binary_hdr'? [-
> Werror=implicit-function-declaration]
> 269    ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass,
> 270          ^~~~~~~~~~~~~~~~~~~~~
> 271          bpf_jit_binary_hdr
> 
> 
> 2)
> Config: arm multi_v7_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/373484091#L2147
> Probable culprit: 192929fd944d ("dmaengine: xilinx_dma: Fix 64-bit simple
> CDMA transfer")
> Issue log:
> 2147 drivers/dma/xilinx/xilinx_dma.c: In function
> 'xilinx_cdma_start_transfer':
> 2148 drivers/dma/xilinx/xilinx_dma.c:1252:9: error: implicit declaration of
> function 'xilinx_prep_dma_addr_t'; did you mean 'xilinx_dma_start'? [-
> Werror=implicit-function-declaration]
> 2149          xilinx_prep_dma_addr_t(hw->src_addr));
> 2150          ^~~~~~~~~~~~~~~~~~~~~~
> 2151          xilinx_dma_start
> 
> 
> 3)
> Config: arm shmobile_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/373484089#L2249
> Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> groups")
> Issue log:
> 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2251                                       ^
> 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> 'PIN_MAP_TYPE_MUX_GROUP'?
> 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2254   ^~~~~~~~~~~~~~~~~~
> 2255   PIN_MAP_TYPE_MUX_GROUP
> 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> 2258                                       ^
> 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> 2261                                       ^
> 
> 
> Kind regards, Chris


^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-09 16:34   ` Chris Paterson
  0 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-09 16:34 UTC (permalink / raw)
  To: cip-dev

+cip-dev

Chris

> From: Chris Paterson
> Sent: 09 December 2019 16:29
> 
> Hello Greg, all,
> 
> I've seen a few errors with 4.19.89-rc1 (5944fcdd).
> 
> 1)
> Config: arm64 defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/373484093#L267
> Probable culprit: 227b635dcae6 ("bpf, arm64: fix getting subprog addr from
> aux for calls")
> Issue log:
> 267 arch/arm64/net/bpf_jit_comp.c: In function 'build_insn':
> 268 arch/arm64/net/bpf_jit_comp.c:633:9: error: implicit declaration of
> function 'bpf_jit_get_func_addr'; did you mean 'bpf_jit_binary_hdr'? [-
> Werror=implicit-function-declaration]
> 269    ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass,
> 270          ^~~~~~~~~~~~~~~~~~~~~
> 271          bpf_jit_binary_hdr
> 
> 
> 2)
> Config: arm multi_v7_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/373484091#L2147
> Probable culprit: 192929fd944d ("dmaengine: xilinx_dma: Fix 64-bit simple
> CDMA transfer")
> Issue log:
> 2147 drivers/dma/xilinx/xilinx_dma.c: In function
> 'xilinx_cdma_start_transfer':
> 2148 drivers/dma/xilinx/xilinx_dma.c:1252:9: error: implicit declaration of
> function 'xilinx_prep_dma_addr_t'; did you mean 'xilinx_dma_start'? [-
> Werror=implicit-function-declaration]
> 2149          xilinx_prep_dma_addr_t(hw->src_addr));
> 2150          ^~~~~~~~~~~~~~~~~~~~~~
> 2151          xilinx_dma_start
> 
> 
> 3)
> Config: arm shmobile_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/373484089#L2249
> Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> groups")
> Issue log:
> 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2251                                       ^
> 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> 'PIN_MAP_TYPE_MUX_GROUP'?
> 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2254   ^~~~~~~~~~~~~~~~~~
> 2255   PIN_MAP_TYPE_MUX_GROUP
> 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> 2258                                       ^
> 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> 2261                                       ^
> 
> 
> Kind regards, Chris

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-09 16:29 Linux 4.19.89-rc1 5944fcdd errors Chris Paterson
@ 2019-12-09 16:53   ` Naresh Kamboju
  2019-12-09 16:53   ` [cip-dev] " Naresh Kamboju
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 26+ messages in thread
From: Naresh Kamboju @ 2019-12-09 16:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, cip-dev, Chris Paterson

On Mon, 9 Dec 2019 at 21:59, Chris Paterson <Chris.Paterson2@renesas.com> wrote:
>
> Hello Greg, all,
>
> I've seen a few errors with 4.19.89-rc1 (5944fcdd).

LKFT build system noticed these issues on stable-rc-4.19.

>
> 1)
> Config: arm64 defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484093#L267
> Probable culprit: 227b635dcae6 ("bpf, arm64: fix getting subprog addr from aux for calls")
> Issue log:
> 267 arch/arm64/net/bpf_jit_comp.c: In function 'build_insn':
> 268 arch/arm64/net/bpf_jit_comp.c:633:9: error: implicit declaration of function 'bpf_jit_get_func_addr'; did you mean 'bpf_jit_binary_hdr'? [-Werror=implicit-function-declaration]
> 269    ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass,
> 270          ^~~~~~~~~~~~~~~~~~~~~
> 271          bpf_jit_binary_hdr
>
>
> 2)
> Config: arm multi_v7_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484091#L2147
> Probable culprit: 192929fd944d ("dmaengine: xilinx_dma: Fix 64-bit simple CDMA transfer")

This build issue occurred on 4.19, 4.14 and 4.9 branches for armv7.

> Issue log:
> 2147 drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_cdma_start_transfer':
> 2148 drivers/dma/xilinx/xilinx_dma.c:1252:9: error: implicit declaration of function 'xilinx_prep_dma_addr_t'; did you mean 'xilinx_dma_start'? [-Werror=implicit-function-declaration]
> 2149          xilinx_prep_dma_addr_t(hw->src_addr));
> 2150          ^~~~~~~~~~~~~~~~~~~~~~
> 2151          xilinx_dma_start
>
>

This issue is specific to stable-rc 4.19 for arm64 build error.
I have reverted these patches and verified builds are successful.

> 3)
> Config: arm shmobile_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484089#L2249
> Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned groups")
> Issue log:
> 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2251                                       ^
> 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error: 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean 'PIN_MAP_TYPE_MUX_GROUP'?
> 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2254   ^~~~~~~~~~~~~~~~~~
> 2255   PIN_MAP_TYPE_MUX_GROUP
> 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> 2258                                       ^
> 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),

- Naresh
> 2261                                       ^
>
>
> Kind regards, Chris
>

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-09 16:53   ` Naresh Kamboju
  0 siblings, 0 replies; 26+ messages in thread
From: Naresh Kamboju @ 2019-12-09 16:53 UTC (permalink / raw)
  To: cip-dev

On Mon, 9 Dec 2019 at 21:59, Chris Paterson <Chris.Paterson2@renesas.com> wrote:
>
> Hello Greg, all,
>
> I've seen a few errors with 4.19.89-rc1 (5944fcdd).

LKFT build system noticed these issues on stable-rc-4.19.

>
> 1)
> Config: arm64 defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484093#L267
> Probable culprit: 227b635dcae6 ("bpf, arm64: fix getting subprog addr from aux for calls")
> Issue log:
> 267 arch/arm64/net/bpf_jit_comp.c: In function 'build_insn':
> 268 arch/arm64/net/bpf_jit_comp.c:633:9: error: implicit declaration of function 'bpf_jit_get_func_addr'; did you mean 'bpf_jit_binary_hdr'? [-Werror=implicit-function-declaration]
> 269    ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass,
> 270          ^~~~~~~~~~~~~~~~~~~~~
> 271          bpf_jit_binary_hdr
>
>
> 2)
> Config: arm multi_v7_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484091#L2147
> Probable culprit: 192929fd944d ("dmaengine: xilinx_dma: Fix 64-bit simple CDMA transfer")

This build issue occurred on 4.19, 4.14 and 4.9 branches for armv7.

> Issue log:
> 2147 drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_cdma_start_transfer':
> 2148 drivers/dma/xilinx/xilinx_dma.c:1252:9: error: implicit declaration of function 'xilinx_prep_dma_addr_t'; did you mean 'xilinx_dma_start'? [-Werror=implicit-function-declaration]
> 2149          xilinx_prep_dma_addr_t(hw->src_addr));
> 2150          ^~~~~~~~~~~~~~~~~~~~~~
> 2151          xilinx_dma_start
>
>

This issue is specific to stable-rc 4.19 for arm64 build error.
I have reverted these patches and verified builds are successful.

> 3)
> Config: arm shmobile_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484089#L2249
> Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned groups")
> Issue log:
> 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2251                                       ^
> 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error: 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean 'PIN_MAP_TYPE_MUX_GROUP'?
> 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2254   ^~~~~~~~~~~~~~~~~~
> 2255   PIN_MAP_TYPE_MUX_GROUP
> 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> 2258                                       ^
> 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),

- Naresh
> 2261                                       ^
>
>
> Kind regards, Chris
>

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-09 16:29 Linux 4.19.89-rc1 5944fcdd errors Chris Paterson
  2019-12-09 16:34   ` [cip-dev] " Chris Paterson
  2019-12-09 16:53   ` [cip-dev] " Naresh Kamboju
@ 2019-12-09 17:02 ` Greg Kroah-Hartman
  2019-12-09 17:04 ` Greg Kroah-Hartman
  2019-12-09 17:36 ` Greg Kroah-Hartman
  4 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-09 17:02 UTC (permalink / raw)
  To: Chris Paterson; +Cc: stable

On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> Hello Greg, all,
> 
> I've seen a few errors with 4.19.89-rc1 (5944fcdd).
> 
> 1)
> Config: arm64 defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484093#L267
> Probable culprit: 227b635dcae6 ("bpf, arm64: fix getting subprog addr from aux for calls")
> Issue log:
> 267 arch/arm64/net/bpf_jit_comp.c: In function 'build_insn':
> 268 arch/arm64/net/bpf_jit_comp.c:633:9: error: implicit declaration of function 'bpf_jit_get_func_addr'; did you mean 'bpf_jit_binary_hdr'? [-Werror=implicit-function-declaration]
> 269    ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass,
> 270          ^~~~~~~~~~~~~~~~~~~~~
> 271          bpf_jit_binary_hdr

Now dropped, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-09 16:29 Linux 4.19.89-rc1 5944fcdd errors Chris Paterson
                   ` (2 preceding siblings ...)
  2019-12-09 17:02 ` Greg Kroah-Hartman
@ 2019-12-09 17:04 ` Greg Kroah-Hartman
  2019-12-09 17:36 ` Greg Kroah-Hartman
  4 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-09 17:04 UTC (permalink / raw)
  To: Chris Paterson; +Cc: stable

On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> Hello Greg, all,
> 
> I've seen a few errors with 4.19.89-rc1 (5944fcdd).
> 
> 2)
> Config: arm multi_v7_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484091#L2147
> Probable culprit: 192929fd944d ("dmaengine: xilinx_dma: Fix 64-bit simple CDMA transfer")
> Issue log:
> 2147 drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_cdma_start_transfer':
> 2148 drivers/dma/xilinx/xilinx_dma.c:1252:9: error: implicit declaration of function 'xilinx_prep_dma_addr_t'; did you mean 'xilinx_dma_start'? [-Werror=implicit-function-declaration]
> 2149          xilinx_prep_dma_addr_t(hw->src_addr));
> 2150          ^~~~~~~~~~~~~~~~~~~~~~
> 2151          xilinx_dma_start

Now dropped from 4.9, 4.14, and 4.19 queues, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-09 16:29 Linux 4.19.89-rc1 5944fcdd errors Chris Paterson
                   ` (3 preceding siblings ...)
  2019-12-09 17:04 ` Greg Kroah-Hartman
@ 2019-12-09 17:36 ` Greg Kroah-Hartman
  2019-12-09 21:56     ` [cip-dev] " Chris Paterson
  4 siblings, 1 reply; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-09 17:36 UTC (permalink / raw)
  To: Chris Paterson; +Cc: stable

On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> 3)
> Config: arm shmobile_defconfig
> Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373484089#L2249
> Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned groups")
> Issue log:
> 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2251                                       ^
> 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error: 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean 'PIN_MAP_TYPE_MUX_GROUP'?
> 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> 2254   ^~~~~~~~~~~~~~~~~~
> 2255   PIN_MAP_TYPE_MUX_GROUP
> 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> 2258                                       ^
> 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> 2261                                       ^

Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* RE: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-09 17:36 ` Greg Kroah-Hartman
@ 2019-12-09 21:56     ` Chris Paterson
  0 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-09 21:56 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, cip-dev

> From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> Behalf Of Greg Kroah-Hartman
> Sent: 09 December 2019 17:37
> 
> On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > 3)
> > Config: arm shmobile_defconfig
> > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/373484089#L2249
> > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> groups")
> > Issue log:
> > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > 2251                                       ^
> > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> 'PIN_MAP_TYPE_MUX_GROUP'?
> > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > 2254   ^~~~~~~~~~~~~~~~~~
> > 2255   PIN_MAP_TYPE_MUX_GROUP
> > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > 2258                                       ^
> > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > 2261                                       ^
> 
> Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)

Latest 4.19 now building, but I'm seeing a number of warnings and errors when trying to build the arm64 defconfig dtbs.
https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
arm/juno.dtb
qcom/apq8016-sbc.dtb
arm/juno-r2.dtb
arm/juno-r1.dtb
hisilicon/hi6220-hikey.dtb
allwinner/sun50i-a64-pinebook.dtb
qcom/msm8916-mtp.dtb
qcom/msm8916-mtp.dtb
qcom/sdm845-mtp.dtb

Kind regards, Chris

> 
> thanks,
> 
> greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-09 21:56     ` Chris Paterson
  0 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-09 21:56 UTC (permalink / raw)
  To: cip-dev

> From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> Behalf Of Greg Kroah-Hartman
> Sent: 09 December 2019 17:37
> 
> On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > 3)
> > Config: arm shmobile_defconfig
> > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/373484089#L2249
> > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> groups")
> > Issue log:
> > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > 2251                                       ^
> > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> 'PIN_MAP_TYPE_MUX_GROUP'?
> > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > 2254   ^~~~~~~~~~~~~~~~~~
> > 2255   PIN_MAP_TYPE_MUX_GROUP
> > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > 2258                                       ^
> > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > 2261                                       ^
> 
> Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)

Latest 4.19 now building, but I'm seeing a number of warnings and errors when trying to build the arm64 defconfig dtbs.
https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
arm/juno.dtb
qcom/apq8016-sbc.dtb
arm/juno-r2.dtb
arm/juno-r1.dtb
hisilicon/hi6220-hikey.dtb
allwinner/sun50i-a64-pinebook.dtb
qcom/msm8916-mtp.dtb
qcom/msm8916-mtp.dtb
qcom/sdm845-mtp.dtb

Kind regards, Chris

> 
> thanks,
> 
> greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-09 21:56     ` [cip-dev] " Chris Paterson
@ 2019-12-10  7:35       ` Greg Kroah-Hartman
  -1 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-10  7:35 UTC (permalink / raw)
  To: Chris Paterson; +Cc: stable, cip-dev

On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> > Behalf Of Greg Kroah-Hartman
> > Sent: 09 December 2019 17:37
> > 
> > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > 3)
> > > Config: arm shmobile_defconfig
> > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > /jobs/373484089#L2249
> > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> > groups")
> > > Issue log:
> > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > 2251                                       ^
> > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > 2254   ^~~~~~~~~~~~~~~~~~
> > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > 2258                                       ^
> > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > 2261                                       ^
> > 
> > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> 
> Latest 4.19 now building, but I'm seeing a number of warnings and errors when trying to build the arm64 defconfig dtbs.
> https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
> arm/juno.dtb
> qcom/apq8016-sbc.dtb
> arm/juno-r2.dtb
> arm/juno-r1.dtb
> hisilicon/hi6220-hikey.dtb
> allwinner/sun50i-a64-pinebook.dtb
> qcom/msm8916-mtp.dtb
> qcom/msm8916-mtp.dtb
> qcom/sdm845-mtp.dtb

What are those warnings?

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-10  7:35       ` Greg Kroah-Hartman
  0 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-10  7:35 UTC (permalink / raw)
  To: cip-dev

On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> > Behalf Of Greg Kroah-Hartman
> > Sent: 09 December 2019 17:37
> > 
> > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > 3)
> > > Config: arm shmobile_defconfig
> > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > /jobs/373484089#L2249
> > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> > groups")
> > > Issue log:
> > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > 2251                                       ^
> > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > 2254   ^~~~~~~~~~~~~~~~~~
> > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > 2258                                       ^
> > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > 2261                                       ^
> > 
> > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> 
> Latest 4.19 now building, but I'm seeing a number of warnings and errors when trying to build the arm64 defconfig dtbs.
> https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
> arm/juno.dtb
> qcom/apq8016-sbc.dtb
> arm/juno-r2.dtb
> arm/juno-r1.dtb
> hisilicon/hi6220-hikey.dtb
> allwinner/sun50i-a64-pinebook.dtb
> qcom/msm8916-mtp.dtb
> qcom/msm8916-mtp.dtb
> qcom/sdm845-mtp.dtb

What are those warnings?

^ permalink raw reply	[flat|nested] 26+ messages in thread

* RE: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-10  7:35       ` [cip-dev] " Greg Kroah-Hartman
@ 2019-12-10 14:42         ` Chris Paterson
  -1 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-10 14:42 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, cip-dev

Hello,

> From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> Behalf Of Greg Kroah-Hartman
> Sent: 10 December 2019 07:35
> 
> On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> > > Behalf Of Greg Kroah-Hartman
> > > Sent: 09 December 2019 17:37
> > >
> > > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > > 3)
> > > > Config: arm shmobile_defconfig
> > > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > > /jobs/373484089#L2249
> > > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> > > groups")
> > > > Issue log:
> > > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > 2251                                       ^
> > > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> > > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > 2254   ^~~~~~~~~~~~~~~~~~
> > > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > > 2258                                       ^
> > > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > > 2261                                       ^
> > >
> > > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> >
> > Latest 4.19 now building, but I'm seeing a number of warnings and errors when
> trying to build the arm64 defconfig dtbs.
> > https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442

> > arm/juno.dtb
7150 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /etf@20010000/ports/port@1: graph node unit address error, expected "0"
7151 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
7152 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
7153 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@20040000/ports/port@3: graph node unit address error, expected "2"
7154 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
7155 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
7156 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
7157 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
7158 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
7159 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
7160 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /replicator@20120000/ports/port@2: graph node unit address error, expected "0"

> > qcom/apq8016-sbc.dtb
7173 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/funnel@821000/ports/port@8: graph node unit address error, expected "0"
7174 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/replicator@824000/ports/port@2: graph node unit address error, expected "0"
7175 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/etf@825000/ports/port@1: graph node unit address error, expected "0"
7176 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/funnel@841000/ports/port@4: graph node unit address error, expected "0"

> > arm/juno-r2.dtb
7181 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /etf@20010000/ports/port@1: graph node unit address error, expected "0"
7182 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
7183 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
7184 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
7185 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
7186 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
7187 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
7188 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
7189 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
7190 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /replicator@20120000/ports/port@2: graph node unit address error, expected "0"
7191 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20130000/ports/port@1: graph node unit address error, expected "0"
7192 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /etf@20140000/ports/port@1: graph node unit address error, expected "0"
7193 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20150000/ports/port@1: graph node unit address error, expected "0"
7194 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20150000/ports/port@2: graph node unit address error, expected "1"

> > arm/juno-r1.dtb
7195 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /etf@20010000/ports/port@1: graph node unit address error, expected "0"
7196 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
7197 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
7198 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
7199 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
7200 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
7201 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
7202 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
7203 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
7204 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /replicator@20120000/ports/port@2: graph node unit address error, expected "0"
7205 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20130000/ports/port@1: graph node unit address error, expected "0"
7206 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /etf@20140000/ports/port@1: graph node unit address error, expected "0"
7207 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20150000/ports/port@1: graph node unit address error, expected "0"
7208 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20150000/ports/port@2: graph node unit address error, expected "1"

> > hisilicon/hi6220-hikey.dtb
7209 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6401000/ports/port@1: graph node unit address error, expected "0"
7210 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/etf@f6402000/ports/port@1: graph node unit address error, expected "0"
7211 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/replicator/ports/port@1: graph node unit address error, expected "0"
7212 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/replicator/ports/port@2: graph node unit address error, expected "1"
7213 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@1: graph node unit address error, expected "0"
7214 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@2: graph node unit address error, expected "1"
7215 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@3: graph node unit address error, expected "2"
7216 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@4: graph node unit address error, expected "3"
7217 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@5: graph node unit address error, expected "4"
7218 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@6: graph node unit address error, expected "5"
7219 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@7: graph node unit address error, expected "6"
7220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@8: graph node unit address error, expected "7"

> > allwinner/sun50i-a64-pinebook.dtb
7248 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found
7249 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found
7250 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found
7251 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found

> > qcom/msm8916-mtp.dtb
7256 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/funnel@821000/ports/port@8: graph node unit address error, expected "0"
7257 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/replicator@824000/ports/port@2: graph node unit address error, expected "0"
7258 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/etf@825000/ports/port@1: graph node unit address error, expected "0"
7259 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/funnel@841000/ports/port@4: graph node unit address error, expected "0"

> > qcom/sdm845-mtp.dtb
7284 Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax error

> 
> What are those warnings?

Sorry for being lazy, was in a rush last night.

Chris


^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-10 14:42         ` Chris Paterson
  0 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-10 14:42 UTC (permalink / raw)
  To: cip-dev

Hello,

> From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> Behalf Of Greg Kroah-Hartman
> Sent: 10 December 2019 07:35
> 
> On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> > > Behalf Of Greg Kroah-Hartman
> > > Sent: 09 December 2019 17:37
> > >
> > > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > > 3)
> > > > Config: arm shmobile_defconfig
> > > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > > /jobs/373484089#L2249
> > > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> > > groups")
> > > > Issue log:
> > > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > 2251                                       ^
> > > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> > > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > 2254   ^~~~~~~~~~~~~~~~~~
> > > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > > 2258                                       ^
> > > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > > 2261                                       ^
> > >
> > > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> >
> > Latest 4.19 now building, but I'm seeing a number of warnings and errors when
> trying to build the arm64 defconfig dtbs.
> > https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442

> > arm/juno.dtb
7150 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
7151 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
7152 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
7153 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 3: graph node unit address error, expected "2"
7154 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
7155 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
7156 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
7157 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
7158 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
7159 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
7160 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /replicator at 20120000/ports/port at 2: graph node unit address error, expected "0"

> > qcom/apq8016-sbc.dtb
7173 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/funnel at 821000/ports/port at 8: graph node unit address error, expected "0"
7174 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/replicator at 824000/ports/port at 2: graph node unit address error, expected "0"
7175 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/etf at 825000/ports/port at 1: graph node unit address error, expected "0"
7176 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/funnel at 841000/ports/port at 4: graph node unit address error, expected "0"

> > arm/juno-r2.dtb
7181 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
7182 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
7183 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
7184 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
7185 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
7186 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
7187 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
7188 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
7189 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
7190 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /replicator at 20120000/ports/port at 2: graph node unit address error, expected "0"
7191 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20130000/ports/port at 1: graph node unit address error, expected "0"
7192 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /etf at 20140000/ports/port at 1: graph node unit address error, expected "0"
7193 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20150000/ports/port at 1: graph node unit address error, expected "0"
7194 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20150000/ports/port at 2: graph node unit address error, expected "1"

> > arm/juno-r1.dtb
7195 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
7196 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
7197 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
7198 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
7199 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
7200 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
7201 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
7202 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
7203 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
7204 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /replicator at 20120000/ports/port at 2: graph node unit address error, expected "0"
7205 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20130000/ports/port at 1: graph node unit address error, expected "0"
7206 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /etf at 20140000/ports/port at 1: graph node unit address error, expected "0"
7207 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20150000/ports/port at 1: graph node unit address error, expected "0"
7208 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20150000/ports/port at 2: graph node unit address error, expected "1"

> > hisilicon/hi6220-hikey.dtb
7209 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6401000/ports/port at 1: graph node unit address error, expected "0"
7210 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/etf at f6402000/ports/port at 1: graph node unit address error, expected "0"
7211 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/replicator/ports/port at 1: graph node unit address error, expected "0"
7212 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/replicator/ports/port at 2: graph node unit address error, expected "1"
7213 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 1: graph node unit address error, expected "0"
7214 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 2: graph node unit address error, expected "1"
7215 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 3: graph node unit address error, expected "2"
7216 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 4: graph node unit address error, expected "3"
7217 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 5: graph node unit address error, expected "4"
7218 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 6: graph node unit address error, expected "5"
7219 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 7: graph node unit address error, expected "6"
7220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 8: graph node unit address error, expected "7"

> > allwinner/sun50i-a64-pinebook.dtb
7248 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found
7249 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found
7250 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found
7251 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found

> > qcom/msm8916-mtp.dtb
7256 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/funnel at 821000/ports/port at 8: graph node unit address error, expected "0"
7257 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/replicator at 824000/ports/port at 2: graph node unit address error, expected "0"
7258 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/etf at 825000/ports/port at 1: graph node unit address error, expected "0"
7259 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/funnel at 841000/ports/port at 4: graph node unit address error, expected "0"

> > qcom/sdm845-mtp.dtb
7284 Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax error

> 
> What are those warnings?

Sorry for being lazy, was in a rush last night.

Chris

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-10 14:42         ` [cip-dev] " Chris Paterson
@ 2019-12-10 14:55           ` Greg Kroah-Hartman
  -1 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-10 14:55 UTC (permalink / raw)
  To: Chris Paterson, Sasha Levin; +Cc: stable, cip-dev

On Tue, Dec 10, 2019 at 02:42:45PM +0000, Chris Paterson wrote:
> Hello,
> 
> > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> > Behalf Of Greg Kroah-Hartman
> > Sent: 10 December 2019 07:35
> > 
> > On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > > > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> > > > Behalf Of Greg Kroah-Hartman
> > > > Sent: 09 December 2019 17:37
> > > >
> > > > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > > > 3)
> > > > > Config: arm shmobile_defconfig
> > > > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > > > /jobs/373484089#L2249
> > > > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> > > > groups")
> > > > > Issue log:
> > > > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > 2251                                       ^
> > > > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > > > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> > > > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > 2254   ^~~~~~~~~~~~~~~~~~
> > > > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > > > 2258                                       ^
> > > > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > > > 2261                                       ^
> > > >
> > > > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> > >
> > > Latest 4.19 now building, but I'm seeing a number of warnings and errors when
> > trying to build the arm64 defconfig dtbs.
> > > https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
> 
> > > arm/juno.dtb
> 7150 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> 7151 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> 7152 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> 7153 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@20040000/ports/port@3: graph node unit address error, expected "2"
> 7154 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> 7155 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> 7156 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> 7157 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> 7158 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> 7159 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> 7160 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /replicator@20120000/ports/port@2: graph node unit address error, expected "0"
> 
> > > qcom/apq8016-sbc.dtb
> 7173 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/funnel@821000/ports/port@8: graph node unit address error, expected "0"
> 7174 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/replicator@824000/ports/port@2: graph node unit address error, expected "0"
> 7175 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/etf@825000/ports/port@1: graph node unit address error, expected "0"
> 7176 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/funnel@841000/ports/port@4: graph node unit address error, expected "0"
> 
> > > arm/juno-r2.dtb
> 7181 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> 7182 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> 7183 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> 7184 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> 7185 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> 7186 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> 7187 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> 7188 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> 7189 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> 7190 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /replicator@20120000/ports/port@2: graph node unit address error, expected "0"
> 7191 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20130000/ports/port@1: graph node unit address error, expected "0"
> 7192 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /etf@20140000/ports/port@1: graph node unit address error, expected "0"
> 7193 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20150000/ports/port@1: graph node unit address error, expected "0"
> 7194 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel@20150000/ports/port@2: graph node unit address error, expected "1"
> 
> > > arm/juno-r1.dtb
> 7195 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> 7196 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> 7197 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> 7198 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> 7199 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> 7200 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> 7201 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> 7202 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> 7203 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> 7204 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /replicator@20120000/ports/port@2: graph node unit address error, expected "0"
> 7205 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20130000/ports/port@1: graph node unit address error, expected "0"
> 7206 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /etf@20140000/ports/port@1: graph node unit address error, expected "0"
> 7207 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20150000/ports/port@1: graph node unit address error, expected "0"
> 7208 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel@20150000/ports/port@2: graph node unit address error, expected "1"
> 
> > > hisilicon/hi6220-hikey.dtb
> 7209 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6401000/ports/port@1: graph node unit address error, expected "0"
> 7210 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/etf@f6402000/ports/port@1: graph node unit address error, expected "0"
> 7211 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/replicator/ports/port@1: graph node unit address error, expected "0"
> 7212 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/replicator/ports/port@2: graph node unit address error, expected "1"
> 7213 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@1: graph node unit address error, expected "0"
> 7214 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@2: graph node unit address error, expected "1"
> 7215 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@3: graph node unit address error, expected "2"
> 7216 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@4: graph node unit address error, expected "3"
> 7217 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@5: graph node unit address error, expected "4"
> 7218 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@6: graph node unit address error, expected "5"
> 7219 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@7: graph node unit address error, expected "6"
> 7220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel@f6501000/ports/port@8: graph node unit address error, expected "7"
> 
> > > allwinner/sun50i-a64-pinebook.dtb
> 7248 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found
> 7249 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found
> 7250 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found
> 7251 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found
> 
> > > qcom/msm8916-mtp.dtb
> 7256 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/funnel@821000/ports/port@8: graph node unit address error, expected "0"
> 7257 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/replicator@824000/ports/port@2: graph node unit address error, expected "0"
> 7258 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/etf@825000/ports/port@1: graph node unit address error, expected "0"
> 7259 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/funnel@841000/ports/port@4: graph node unit address error, expected "0"
> 
> > > qcom/sdm845-mtp.dtb
> 7284 Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax error


That's a lot, are these all new?

Sasha, any ideas?

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-10 14:55           ` Greg Kroah-Hartman
  0 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-10 14:55 UTC (permalink / raw)
  To: cip-dev

On Tue, Dec 10, 2019 at 02:42:45PM +0000, Chris Paterson wrote:
> Hello,
> 
> > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> > Behalf Of Greg Kroah-Hartman
> > Sent: 10 December 2019 07:35
> > 
> > On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > > > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> > > > Behalf Of Greg Kroah-Hartman
> > > > Sent: 09 December 2019 17:37
> > > >
> > > > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > > > 3)
> > > > > Config: arm shmobile_defconfig
> > > > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > > > /jobs/373484089#L2249
> > > > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN versioned
> > > > groups")
> > > > > Issue log:
> > > > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > 2251                                       ^
> > > > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > > > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you mean
> > > > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > 2254   ^~~~~~~~~~~~~~~~~~
> > > > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > > > 2258                                       ^
> > > > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > > > 2261                                       ^
> > > >
> > > > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> > >
> > > Latest 4.19 now building, but I'm seeing a number of warnings and errors when
> > trying to build the arm64 defconfig dtbs.
> > > https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
> 
> > > arm/juno.dtb
> 7150 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> 7151 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> 7152 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> 7153 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 3: graph node unit address error, expected "2"
> 7154 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> 7155 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> 7156 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> 7157 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> 7158 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> 7159 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> 7160 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port): /replicator at 20120000/ports/port at 2: graph node unit address error, expected "0"
> 
> > > qcom/apq8016-sbc.dtb
> 7173 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/funnel at 821000/ports/port at 8: graph node unit address error, expected "0"
> 7174 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/replicator at 824000/ports/port at 2: graph node unit address error, expected "0"
> 7175 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/etf at 825000/ports/port at 1: graph node unit address error, expected "0"
> 7176 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port): /soc/funnel at 841000/ports/port at 4: graph node unit address error, expected "0"
> 
> > > arm/juno-r2.dtb
> 7181 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> 7182 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> 7183 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> 7184 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> 7185 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> 7186 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> 7187 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> 7188 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> 7189 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> 7190 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /replicator at 20120000/ports/port at 2: graph node unit address error, expected "0"
> 7191 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20130000/ports/port at 1: graph node unit address error, expected "0"
> 7192 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /etf at 20140000/ports/port at 1: graph node unit address error, expected "0"
> 7193 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20150000/ports/port at 1: graph node unit address error, expected "0"
> 7194 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port): /funnel at 20150000/ports/port at 2: graph node unit address error, expected "1"
> 
> > > arm/juno-r1.dtb
> 7195 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> 7196 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> 7197 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> 7198 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> 7199 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> 7200 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> 7201 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> 7202 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> 7203 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> 7204 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /replicator at 20120000/ports/port at 2: graph node unit address error, expected "0"
> 7205 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20130000/ports/port at 1: graph node unit address error, expected "0"
> 7206 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /etf at 20140000/ports/port at 1: graph node unit address error, expected "0"
> 7207 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20150000/ports/port at 1: graph node unit address error, expected "0"
> 7208 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port): /funnel at 20150000/ports/port at 2: graph node unit address error, expected "1"
> 
> > > hisilicon/hi6220-hikey.dtb
> 7209 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6401000/ports/port at 1: graph node unit address error, expected "0"
> 7210 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/etf at f6402000/ports/port at 1: graph node unit address error, expected "0"
> 7211 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/replicator/ports/port at 1: graph node unit address error, expected "0"
> 7212 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/replicator/ports/port at 2: graph node unit address error, expected "1"
> 7213 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 1: graph node unit address error, expected "0"
> 7214 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 2: graph node unit address error, expected "1"
> 7215 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 3: graph node unit address error, expected "2"
> 7216 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 4: graph node unit address error, expected "3"
> 7217 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 5: graph node unit address error, expected "4"
> 7218 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 6: graph node unit address error, expected "5"
> 7219 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 7: graph node unit address error, expected "6"
> 7220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port): /soc/funnel at f6501000/ports/port at 8: graph node unit address error, expected "7"
> 
> > > allwinner/sun50i-a64-pinebook.dtb
> 7248 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7 Label or path codec not found
> 7249 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14 Label or path codec_analog not found
> 7250 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5 Label or path dai not found
> 7251 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7 Label or path sound not found
> 
> > > qcom/msm8916-mtp.dtb
> 7256 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/funnel at 821000/ports/port at 8: graph node unit address error, expected "0"
> 7257 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/replicator at 824000/ports/port at 2: graph node unit address error, expected "0"
> 7258 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/etf at 825000/ports/port at 1: graph node unit address error, expected "0"
> 7259 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port): /soc/funnel at 841000/ports/port at 4: graph node unit address error, expected "0"
> 
> > > qcom/sdm845-mtp.dtb
> 7284 Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax error


That's a lot, are these all new?

Sasha, any ideas?

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* RE: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-10 14:55           ` [cip-dev] " Greg Kroah-Hartman
@ 2019-12-10 15:20             ` Chris Paterson
  -1 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-10 15:20 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sasha Levin; +Cc: stable, cip-dev

> From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> Behalf Of Greg Kroah-Hartman
> Sent: 10 December 2019 14:55
> 
> On Tue, Dec 10, 2019 at 02:42:45PM +0000, Chris Paterson wrote:
> > Hello,
> >
> > > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> > > Behalf Of Greg Kroah-Hartman
> > > Sent: 10 December 2019 07:35
> > >
> > > On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > > > > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org>
> On
> > > > > Behalf Of Greg Kroah-Hartman
> > > > > Sent: 09 December 2019 17:37
> > > > >
> > > > > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > > > > 3)
> > > > > > Config: arm shmobile_defconfig
> > > > > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > > > > /jobs/373484089#L2249
> > > > > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN
> versioned
> > > > > groups")
> > > > > > Issue log:
> > > > > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > > 2251                                       ^
> > > > > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > > > > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you
> mean
> > > > > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > > > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > > 2254   ^~~~~~~~~~~~~~~~~~
> > > > > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > > > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > > > > 2258                                       ^
> > > > > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > > > > 2261                                       ^
> > > > >
> > > > > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> > > >
> > > > Latest 4.19 now building, but I'm seeing a number of warnings and errors
> when
> > > trying to build the arm64 defconfig dtbs.
> > > > https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
> >
> > > > arm/juno.dtb
> > 7150 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> > 7151 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> > 7152 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> > 7153 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@20040000/ports/port@3: graph node unit address error, expected "2"
> > 7154 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> > 7155 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> > 7156 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> > 7157 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> > 7158 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> > 7159 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> > 7160 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /replicator@20120000/ports/port@2: graph node unit address error, expected
> "0"
> >
> > > > qcom/apq8016-sbc.dtb
> > 7173 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> /soc/funnel@821000/ports/port@8: graph node unit address error, expected
> "0"
> > 7174 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> /soc/replicator@824000/ports/port@2: graph node unit address error,
> expected "0"
> > 7175 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> /soc/etf@825000/ports/port@1: graph node unit address error, expected "0"
> > 7176 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> /soc/funnel@841000/ports/port@4: graph node unit address error, expected
> "0"
> >
> > > > arm/juno-r2.dtb
> > 7181 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> > 7182 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> > 7183 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> > 7184 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> > 7185 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> > 7186 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> > 7187 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> > 7188 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> > 7189 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> > 7190 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /replicator@20120000/ports/port@2: graph node unit address error, expected
> "0"
> > 7191 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@20130000/ports/port@1: graph node unit address error, expected "0"
> > 7192 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /etf@20140000/ports/port@1: graph node unit address error, expected "0"
> > 7193 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@20150000/ports/port@1: graph node unit address error, expected "0"
> > 7194 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel@20150000/ports/port@2: graph node unit address error, expected "1"
> >
> > > > arm/juno-r1.dtb
> > 7195 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> > 7196 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> > 7197 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> > 7198 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> > 7199 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> > 7200 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> > 7201 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> > 7202 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> > 7203 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> > 7204 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /replicator@20120000/ports/port@2: graph node unit address error, expected
> "0"
> > 7205 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@20130000/ports/port@1: graph node unit address error, expected "0"
> > 7206 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /etf@20140000/ports/port@1: graph node unit address error, expected "0"
> > 7207 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@20150000/ports/port@1: graph node unit address error, expected "0"
> > 7208 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel@20150000/ports/port@2: graph node unit address error, expected "1"
> >
> > > > hisilicon/hi6220-hikey.dtb
> > 7209 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6401000/ports/port@1: graph node unit address error, expected
> "0"
> > 7210 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/etf@f6402000/ports/port@1: graph node unit address error, expected "0"
> > 7211 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/replicator/ports/port@1: graph node unit address error, expected "0"
> > 7212 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/replicator/ports/port@2: graph node unit address error, expected "1"
> > 7213 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6501000/ports/port@1: graph node unit address error, expected
> "0"
> > 7214 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6501000/ports/port@2: graph node unit address error, expected
> "1"
> > 7215 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6501000/ports/port@3: graph node unit address error, expected
> "2"
> > 7216 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6501000/ports/port@4: graph node unit address error, expected
> "3"
> > 7217 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6501000/ports/port@5: graph node unit address error, expected
> "4"
> > 7218 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6501000/ports/port@6: graph node unit address error, expected
> "5"
> > 7219 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6501000/ports/port@7: graph node unit address error, expected
> "6"
> > 7220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel@f6501000/ports/port@8: graph node unit address error, expected
> "7"
> >
> > > > allwinner/sun50i-a64-pinebook.dtb
> > 7248 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7
> Label or path codec not found
> > 7249 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14
> Label or path codec_analog not found
> > 7250 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5
> Label or path dai not found
> > 7251 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7
> Label or path sound not found
> >
> > > > qcom/msm8916-mtp.dtb
> > 7256 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> /soc/funnel@821000/ports/port@8: graph node unit address error, expected
> "0"
> > 7257 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> /soc/replicator@824000/ports/port@2: graph node unit address error,
> expected "0"
> > 7258 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> /soc/etf@825000/ports/port@1: graph node unit address error, expected "0"
> > 7259 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> /soc/funnel@841000/ports/port@4: graph node unit address error, expected
> "0"
> >
> > > > qcom/sdm845-mtp.dtb
> > 7284 Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax
> error
> 
> 
> That's a lot, are these all new?

I've only just started building with this config in our CI setup, but building the dtbs locally with v4.19.88 didn't produce these results for me (and building locally with v4.19.89-rc1 does result in the above issues).

Regards, Chris

> 
> Sasha, any ideas?
> 
> greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-10 15:20             ` Chris Paterson
  0 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-10 15:20 UTC (permalink / raw)
  To: cip-dev

> From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> Behalf Of Greg Kroah-Hartman
> Sent: 10 December 2019 14:55
> 
> On Tue, Dec 10, 2019 at 02:42:45PM +0000, Chris Paterson wrote:
> > Hello,
> >
> > > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> > > Behalf Of Greg Kroah-Hartman
> > > Sent: 10 December 2019 07:35
> > >
> > > On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > > > > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org>
> On
> > > > > Behalf Of Greg Kroah-Hartman
> > > > > Sent: 09 December 2019 17:37
> > > > >
> > > > > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > > > > 3)
> > > > > > Config: arm shmobile_defconfig
> > > > > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > > > > /jobs/373484089#L2249
> > > > > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN
> versioned
> > > > > groups")
> > > > > > Issue log:
> > > > > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > > 2251                                       ^
> > > > > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > > > > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you
> mean
> > > > > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > > > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > > 2254   ^~~~~~~~~~~~~~~~~~
> > > > > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > > > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > > > > 2258                                       ^
> > > > > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > > > > 2261                                       ^
> > > > >
> > > > > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> > > >
> > > > Latest 4.19 now building, but I'm seeing a number of warnings and errors
> when
> > > trying to build the arm64 defconfig dtbs.
> > > > https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
> >
> > > > arm/juno.dtb
> > 7150 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> > 7151 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> > 7152 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> > 7153 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 20040000/ports/port at 3: graph node unit address error, expected "2"
> > 7154 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> > 7155 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> > 7156 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> > 7157 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> > 7158 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> > 7159 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> > 7160 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> /replicator at 20120000/ports/port at 2: graph node unit address error, expected
> "0"
> >
> > > > qcom/apq8016-sbc.dtb
> > 7173 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> /soc/funnel at 821000/ports/port at 8: graph node unit address error, expected
> "0"
> > 7174 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> /soc/replicator at 824000/ports/port at 2: graph node unit address error,
> expected "0"
> > 7175 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> /soc/etf at 825000/ports/port at 1: graph node unit address error, expected "0"
> > 7176 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> /soc/funnel at 841000/ports/port at 4: graph node unit address error, expected
> "0"
> >
> > > > arm/juno-r2.dtb
> > 7181 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> > 7182 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> > 7183 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> > 7184 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> > 7185 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> > 7186 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> > 7187 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> > 7188 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> > 7189 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> > 7190 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /replicator at 20120000/ports/port at 2: graph node unit address error, expected
> "0"
> > 7191 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 20130000/ports/port at 1: graph node unit address error, expected "0"
> > 7192 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /etf at 20140000/ports/port at 1: graph node unit address error, expected "0"
> > 7193 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 20150000/ports/port at 1: graph node unit address error, expected "0"
> > 7194 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> /funnel at 20150000/ports/port at 2: graph node unit address error, expected "1"
> >
> > > > arm/juno-r1.dtb
> > 7195 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> > 7196 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> > 7197 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> > 7198 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> > 7199 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> > 7200 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> > 7201 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> > 7202 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> > 7203 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> > 7204 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /replicator at 20120000/ports/port at 2: graph node unit address error, expected
> "0"
> > 7205 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 20130000/ports/port at 1: graph node unit address error, expected "0"
> > 7206 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /etf at 20140000/ports/port at 1: graph node unit address error, expected "0"
> > 7207 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 20150000/ports/port at 1: graph node unit address error, expected "0"
> > 7208 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> /funnel at 20150000/ports/port at 2: graph node unit address error, expected "1"
> >
> > > > hisilicon/hi6220-hikey.dtb
> > 7209 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6401000/ports/port at 1: graph node unit address error, expected
> "0"
> > 7210 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/etf at f6402000/ports/port at 1: graph node unit address error, expected "0"
> > 7211 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/replicator/ports/port at 1: graph node unit address error, expected "0"
> > 7212 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/replicator/ports/port at 2: graph node unit address error, expected "1"
> > 7213 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6501000/ports/port at 1: graph node unit address error, expected
> "0"
> > 7214 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6501000/ports/port at 2: graph node unit address error, expected
> "1"
> > 7215 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6501000/ports/port at 3: graph node unit address error, expected
> "2"
> > 7216 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6501000/ports/port at 4: graph node unit address error, expected
> "3"
> > 7217 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6501000/ports/port at 5: graph node unit address error, expected
> "4"
> > 7218 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6501000/ports/port at 6: graph node unit address error, expected
> "5"
> > 7219 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6501000/ports/port at 7: graph node unit address error, expected
> "6"
> > 7220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> /soc/funnel at f6501000/ports/port at 8: graph node unit address error, expected
> "7"
> >
> > > > allwinner/sun50i-a64-pinebook.dtb
> > 7248 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7
> Label or path codec not found
> > 7249 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14
> Label or path codec_analog not found
> > 7250 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5
> Label or path dai not found
> > 7251 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7
> Label or path sound not found
> >
> > > > qcom/msm8916-mtp.dtb
> > 7256 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> /soc/funnel at 821000/ports/port at 8: graph node unit address error, expected
> "0"
> > 7257 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> /soc/replicator at 824000/ports/port at 2: graph node unit address error,
> expected "0"
> > 7258 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> /soc/etf at 825000/ports/port at 1: graph node unit address error, expected "0"
> > 7259 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> /soc/funnel at 841000/ports/port at 4: graph node unit address error, expected
> "0"
> >
> > > > qcom/sdm845-mtp.dtb
> > 7284 Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax
> error
> 
> 
> That's a lot, are these all new?

I've only just started building with this config in our CI setup, but building the dtbs locally with v4.19.88 didn't produce these results for me (and building locally with v4.19.89-rc1 does result in the above issues).

Regards, Chris

> 
> Sasha, any ideas?
> 
> greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-10 15:20             ` [cip-dev] " Chris Paterson
@ 2019-12-10 20:59               ` Greg Kroah-Hartman
  -1 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-10 20:59 UTC (permalink / raw)
  To: Chris Paterson; +Cc: Sasha Levin, stable, cip-dev

On Tue, Dec 10, 2019 at 03:20:22PM +0000, Chris Paterson wrote:
> > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> > Behalf Of Greg Kroah-Hartman
> > Sent: 10 December 2019 14:55
> > 
> > On Tue, Dec 10, 2019 at 02:42:45PM +0000, Chris Paterson wrote:
> > > Hello,
> > >
> > > > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> > > > Behalf Of Greg Kroah-Hartman
> > > > Sent: 10 December 2019 07:35
> > > >
> > > > On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > > > > > From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org>
> > On
> > > > > > Behalf Of Greg Kroah-Hartman
> > > > > > Sent: 09 December 2019 17:37
> > > > > >
> > > > > > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > > > > > 3)
> > > > > > > Config: arm shmobile_defconfig
> > > > > > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > > > > > /jobs/373484089#L2249
> > > > > > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN
> > versioned
> > > > > > groups")
> > > > > > > Issue log:
> > > > > > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > > > 2251                                       ^
> > > > > > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > > > > > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you
> > mean
> > > > > > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > > > > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > > > 2254   ^~~~~~~~~~~~~~~~~~
> > > > > > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > > > > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > > > > > 2258                                       ^
> > > > > > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > > > > > 2261                                       ^
> > > > > >
> > > > > > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> > > > >
> > > > > Latest 4.19 now building, but I'm seeing a number of warnings and errors
> > when
> > > > trying to build the arm64 defconfig dtbs.
> > > > > https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
> > >
> > > > > arm/juno.dtb
> > > 7150 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> > > 7151 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> > > 7152 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> > > 7153 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@20040000/ports/port@3: graph node unit address error, expected "2"
> > > 7154 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> > > 7155 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> > > 7156 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> > > 7157 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> > > 7158 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> > > 7159 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> > > 7160 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /replicator@20120000/ports/port@2: graph node unit address error, expected
> > "0"
> > >
> > > > > qcom/apq8016-sbc.dtb
> > > 7173 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> > /soc/funnel@821000/ports/port@8: graph node unit address error, expected
> > "0"
> > > 7174 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> > /soc/replicator@824000/ports/port@2: graph node unit address error,
> > expected "0"
> > > 7175 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> > /soc/etf@825000/ports/port@1: graph node unit address error, expected "0"
> > > 7176 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> > /soc/funnel@841000/ports/port@4: graph node unit address error, expected
> > "0"
> > >
> > > > > arm/juno-r2.dtb
> > > 7181 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> > > 7182 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> > > 7183 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> > > 7184 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> > > 7185 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> > > 7186 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> > > 7187 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> > > 7188 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> > > 7189 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> > > 7190 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /replicator@20120000/ports/port@2: graph node unit address error, expected
> > "0"
> > > 7191 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@20130000/ports/port@1: graph node unit address error, expected "0"
> > > 7192 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /etf@20140000/ports/port@1: graph node unit address error, expected "0"
> > > 7193 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@20150000/ports/port@1: graph node unit address error, expected "0"
> > > 7194 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel@20150000/ports/port@2: graph node unit address error, expected "1"
> > >
> > > > > arm/juno-r1.dtb
> > > 7195 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /etf@20010000/ports/port@1: graph node unit address error, expected "0"
> > > 7196 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@20040000/ports/port@1: graph node unit address error, expected "0"
> > > 7197 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@20040000/ports/port@2: graph node unit address error, expected "1"
> > > 7198 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@220c0000/ports/port@1: graph node unit address error, expected "0"
> > > 7199 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@220c0000/ports/port@2: graph node unit address error, expected "1"
> > > 7200 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@1: graph node unit address error, expected "0"
> > > 7201 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@2: graph node unit address error, expected "1"
> > > 7202 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@3: graph node unit address error, expected "2"
> > > 7203 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@230c0000/ports/port@4: graph node unit address error, expected "3"
> > > 7204 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /replicator@20120000/ports/port@2: graph node unit address error, expected
> > "0"
> > > 7205 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@20130000/ports/port@1: graph node unit address error, expected "0"
> > > 7206 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /etf@20140000/ports/port@1: graph node unit address error, expected "0"
> > > 7207 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@20150000/ports/port@1: graph node unit address error, expected "0"
> > > 7208 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel@20150000/ports/port@2: graph node unit address error, expected "1"
> > >
> > > > > hisilicon/hi6220-hikey.dtb
> > > 7209 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6401000/ports/port@1: graph node unit address error, expected
> > "0"
> > > 7210 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/etf@f6402000/ports/port@1: graph node unit address error, expected "0"
> > > 7211 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/replicator/ports/port@1: graph node unit address error, expected "0"
> > > 7212 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/replicator/ports/port@2: graph node unit address error, expected "1"
> > > 7213 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6501000/ports/port@1: graph node unit address error, expected
> > "0"
> > > 7214 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6501000/ports/port@2: graph node unit address error, expected
> > "1"
> > > 7215 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6501000/ports/port@3: graph node unit address error, expected
> > "2"
> > > 7216 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6501000/ports/port@4: graph node unit address error, expected
> > "3"
> > > 7217 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6501000/ports/port@5: graph node unit address error, expected
> > "4"
> > > 7218 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6501000/ports/port@6: graph node unit address error, expected
> > "5"
> > > 7219 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6501000/ports/port@7: graph node unit address error, expected
> > "6"
> > > 7220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel@f6501000/ports/port@8: graph node unit address error, expected
> > "7"
> > >
> > > > > allwinner/sun50i-a64-pinebook.dtb
> > > 7248 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7
> > Label or path codec not found
> > > 7249 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14
> > Label or path codec_analog not found
> > > 7250 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5
> > Label or path dai not found
> > > 7251 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7
> > Label or path sound not found
> > >
> > > > > qcom/msm8916-mtp.dtb
> > > 7256 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> > /soc/funnel@821000/ports/port@8: graph node unit address error, expected
> > "0"
> > > 7257 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> > /soc/replicator@824000/ports/port@2: graph node unit address error,
> > expected "0"
> > > 7258 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> > /soc/etf@825000/ports/port@1: graph node unit address error, expected "0"
> > > 7259 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> > /soc/funnel@841000/ports/port@4: graph node unit address error, expected
> > "0"
> > >
> > > > > qcom/sdm845-mtp.dtb
> > > 7284 Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax
> > error
> > 
> > 
> > That's a lot, are these all new?
> 
> I've only just started building with this config in our CI setup, but
> building the dtbs locally with v4.19.88 didn't produce these results
> for me (and building locally with v4.19.89-rc1 does result in the
> above issues).

Any chance you can run 'git bisect' to track down the offending patch?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-10 20:59               ` Greg Kroah-Hartman
  0 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-10 20:59 UTC (permalink / raw)
  To: cip-dev

On Tue, Dec 10, 2019 at 03:20:22PM +0000, Chris Paterson wrote:
> > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> > Behalf Of Greg Kroah-Hartman
> > Sent: 10 December 2019 14:55
> > 
> > On Tue, Dec 10, 2019 at 02:42:45PM +0000, Chris Paterson wrote:
> > > Hello,
> > >
> > > > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> > > > Behalf Of Greg Kroah-Hartman
> > > > Sent: 10 December 2019 07:35
> > > >
> > > > On Mon, Dec 09, 2019 at 09:56:29PM +0000, Chris Paterson wrote:
> > > > > > From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org>
> > On
> > > > > > Behalf Of Greg Kroah-Hartman
> > > > > > Sent: 09 December 2019 17:37
> > > > > >
> > > > > > On Mon, Dec 09, 2019 at 04:29:22PM +0000, Chris Paterson wrote:
> > > > > > > 3)
> > > > > > > Config: arm shmobile_defconfig
> > > > > > > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> > > > > > /jobs/373484089#L2249
> > > > > > > Probable culprit: 984d7a8bff57 ("pinctrl: sh-pfc: r8a7792: Fix VIN
> > versioned
> > > > > > groups")
> > > > > > > Issue log:
> > > > > > > 2249 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro
> > > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > > 2250   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > > > 2251                                       ^
> > > > > > > 2252 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:2: error:
> > > > > > 'VIN_DATA_PIN_GROUP' undeclared here (not in a function); did you
> > mean
> > > > > > 'PIN_MAP_TYPE_MUX_GROUP'?
> > > > > > > 2253   VIN_DATA_PIN_GROUP(vin1_data, 24, _b),
> > > > > > > 2254   ^~~~~~~~~~~~~~~~~~
> > > > > > > 2255   PIN_MAP_TYPE_MUX_GROUP
> > > > > > > 2256 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1751:38: error: macro
> > > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > > 2257   VIN_DATA_PIN_GROUP(vin1_data, 20, _b),
> > > > > > > 2258                                       ^
> > > > > > > 2259 drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1753:38: error: macro
> > > > > > "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
> > > > > > > 2260   VIN_DATA_PIN_GROUP(vin1_data, 16, _b),
> > > > > > > 2261                                       ^
> > > > > >
> > > > > > Now dropped for 4.19, 4.14, and 4.9 (2 patches for 4.19 here.)
> > > > >
> > > > > Latest 4.19 now building, but I'm seeing a number of warnings and errors
> > when
> > > > trying to build the arm64 defconfig dtbs.
> > > > > https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/374092442
> > >
> > > > > arm/juno.dtb
> > > 7150 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> > > 7151 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> > > 7152 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> > > 7153 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 20040000/ports/port at 3: graph node unit address error, expected "2"
> > > 7154 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> > > 7155 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> > > 7156 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> > > 7157 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> > > 7158 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> > > 7159 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> > > 7160 arch/arm64/boot/dts/arm/juno.dtb: Warning (graph_port):
> > /replicator at 20120000/ports/port at 2: graph node unit address error, expected
> > "0"
> > >
> > > > > qcom/apq8016-sbc.dtb
> > > 7173 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> > /soc/funnel at 821000/ports/port at 8: graph node unit address error, expected
> > "0"
> > > 7174 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> > /soc/replicator at 824000/ports/port at 2: graph node unit address error,
> > expected "0"
> > > 7175 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> > /soc/etf at 825000/ports/port at 1: graph node unit address error, expected "0"
> > > 7176 arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: Warning (graph_port):
> > /soc/funnel at 841000/ports/port at 4: graph node unit address error, expected
> > "0"
> > >
> > > > > arm/juno-r2.dtb
> > > 7181 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> > > 7182 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> > > 7183 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> > > 7184 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> > > 7185 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> > > 7186 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> > > 7187 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> > > 7188 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> > > 7189 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> > > 7190 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /replicator at 20120000/ports/port at 2: graph node unit address error, expected
> > "0"
> > > 7191 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 20130000/ports/port at 1: graph node unit address error, expected "0"
> > > 7192 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /etf at 20140000/ports/port at 1: graph node unit address error, expected "0"
> > > 7193 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 20150000/ports/port at 1: graph node unit address error, expected "0"
> > > 7194 arch/arm64/boot/dts/arm/juno-r2.dtb: Warning (graph_port):
> > /funnel at 20150000/ports/port at 2: graph node unit address error, expected "1"
> > >
> > > > > arm/juno-r1.dtb
> > > 7195 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /etf at 20010000/ports/port at 1: graph node unit address error, expected "0"
> > > 7196 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 20040000/ports/port at 1: graph node unit address error, expected "0"
> > > 7197 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 20040000/ports/port at 2: graph node unit address error, expected "1"
> > > 7198 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 220c0000/ports/port at 1: graph node unit address error, expected "0"
> > > 7199 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 220c0000/ports/port at 2: graph node unit address error, expected "1"
> > > 7200 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 1: graph node unit address error, expected "0"
> > > 7201 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 2: graph node unit address error, expected "1"
> > > 7202 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 3: graph node unit address error, expected "2"
> > > 7203 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 230c0000/ports/port at 4: graph node unit address error, expected "3"
> > > 7204 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /replicator at 20120000/ports/port at 2: graph node unit address error, expected
> > "0"
> > > 7205 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 20130000/ports/port at 1: graph node unit address error, expected "0"
> > > 7206 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /etf at 20140000/ports/port at 1: graph node unit address error, expected "0"
> > > 7207 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 20150000/ports/port at 1: graph node unit address error, expected "0"
> > > 7208 arch/arm64/boot/dts/arm/juno-r1.dtb: Warning (graph_port):
> > /funnel at 20150000/ports/port at 2: graph node unit address error, expected "1"
> > >
> > > > > hisilicon/hi6220-hikey.dtb
> > > 7209 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6401000/ports/port at 1: graph node unit address error, expected
> > "0"
> > > 7210 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/etf at f6402000/ports/port at 1: graph node unit address error, expected "0"
> > > 7211 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/replicator/ports/port at 1: graph node unit address error, expected "0"
> > > 7212 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/replicator/ports/port at 2: graph node unit address error, expected "1"
> > > 7213 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6501000/ports/port at 1: graph node unit address error, expected
> > "0"
> > > 7214 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6501000/ports/port at 2: graph node unit address error, expected
> > "1"
> > > 7215 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6501000/ports/port at 3: graph node unit address error, expected
> > "2"
> > > 7216 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6501000/ports/port at 4: graph node unit address error, expected
> > "3"
> > > 7217 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6501000/ports/port at 5: graph node unit address error, expected
> > "4"
> > > 7218 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6501000/ports/port at 6: graph node unit address error, expected
> > "5"
> > > 7219 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6501000/ports/port at 7: graph node unit address error, expected
> > "6"
> > > 7220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb: Warning (graph_port):
> > /soc/funnel at f6501000/ports/port at 8: graph node unit address error, expected
> > "7"
> > >
> > > > > allwinner/sun50i-a64-pinebook.dtb
> > > 7248 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:82.1-7
> > Label or path codec not found
> > > 7249 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:86.1-14
> > Label or path codec_analog not found
> > > 7250 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:91.1-5
> > Label or path dai not found
> > > 7251 Error: arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts:297.1-7
> > Label or path sound not found
> > >
> > > > > qcom/msm8916-mtp.dtb
> > > 7256 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> > /soc/funnel at 821000/ports/port at 8: graph node unit address error, expected
> > "0"
> > > 7257 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> > /soc/replicator at 824000/ports/port at 2: graph node unit address error,
> > expected "0"
> > > 7258 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> > /soc/etf at 825000/ports/port at 1: graph node unit address error, expected "0"
> > > 7259 arch/arm64/boot/dts/qcom/msm8916-mtp.dtb: Warning (graph_port):
> > /soc/funnel at 841000/ports/port at 4: graph node unit address error, expected
> > "0"
> > >
> > > > > qcom/sdm845-mtp.dtb
> > > 7284 Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax
> > error
> > 
> > 
> > That's a lot, are these all new?
> 
> I've only just started building with this config in our CI setup, but
> building the dtbs locally with v4.19.88 didn't produce these results
> for me (and building locally with v4.19.89-rc1 does result in the
> above issues).

Any chance you can run 'git bisect' to track down the offending patch?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* RE: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-10 20:59               ` [cip-dev] " Greg Kroah-Hartman
@ 2019-12-11 10:52                 ` Chris Paterson
  -1 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-11 10:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Sasha Levin, stable, cip-dev

Hello Greg,

[...]

> > > That's a lot, are these all new?
> >
> > I've only just started building with this config in our CI setup, but
> > building the dtbs locally with v4.19.88 didn't produce these results
> > for me (and building locally with v4.19.89-rc1 does result in the
> > above issues).
> 
> Any chance you can run 'git bisect' to track down the offending patch?

The two dtbs that fail to build are fixed by reverting by the patches below:

> allwinner/sun50i-a64-pinebook.dtb
ea03518a3123 ("arm64: dts: allwinner: a64: enable sound on Pinebook")
> qcom/sdm845-mtp.dtb
d0a925e2060d ("arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks")

The rest of the dtbs just had warnings, all produced by the patch below:

> arm/juno.dtb
> qcom/apq8016-sbc.dtb
> arm/juno-r2.dtb
> arm/juno-r1.dtb
> hisilicon/hi6220-hikey.dtb
> qcom/msm8916-mtp.dtb
> qcom/msm8916-mtp.dtb
3fa6a276a4bd ("kbuild: Enable dtc graph_port warning by default")

Kind regards, Chris

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-11 10:52                 ` Chris Paterson
  0 siblings, 0 replies; 26+ messages in thread
From: Chris Paterson @ 2019-12-11 10:52 UTC (permalink / raw)
  To: cip-dev

Hello Greg,

[...]

> > > That's a lot, are these all new?
> >
> > I've only just started building with this config in our CI setup, but
> > building the dtbs locally with v4.19.88 didn't produce these results
> > for me (and building locally with v4.19.89-rc1 does result in the
> > above issues).
> 
> Any chance you can run 'git bisect' to track down the offending patch?

The two dtbs that fail to build are fixed by reverting by the patches below:

> allwinner/sun50i-a64-pinebook.dtb
ea03518a3123 ("arm64: dts: allwinner: a64: enable sound on Pinebook")
> qcom/sdm845-mtp.dtb
d0a925e2060d ("arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks")

The rest of the dtbs just had warnings, all produced by the patch below:

> arm/juno.dtb
> qcom/apq8016-sbc.dtb
> arm/juno-r2.dtb
> arm/juno-r1.dtb
> hisilicon/hi6220-hikey.dtb
> qcom/msm8916-mtp.dtb
> qcom/msm8916-mtp.dtb
3fa6a276a4bd ("kbuild: Enable dtc graph_port warning by default")

Kind regards, Chris

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-11 10:52                 ` [cip-dev] " Chris Paterson
@ 2019-12-11 12:19                   ` Chen-Yu Tsai
  -1 siblings, 0 replies; 26+ messages in thread
From: Chen-Yu Tsai @ 2019-12-11 12:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Chris Paterson; +Cc: Sasha Levin, stable, cip-dev

On Wed, Dec 11, 2019 at 6:52 PM Chris Paterson
<Chris.Paterson2@renesas.com> wrote:
>
> Hello Greg,
>
> [...]
>
> > > > That's a lot, are these all new?
> > >
> > > I've only just started building with this config in our CI setup, but
> > > building the dtbs locally with v4.19.88 didn't produce these results
> > > for me (and building locally with v4.19.89-rc1 does result in the
> > > above issues).
> >
> > Any chance you can run 'git bisect' to track down the offending patch?
>
> The two dtbs that fail to build are fixed by reverting by the patches below:
>
> > allwinner/sun50i-a64-pinebook.dtb
> ea03518a3123 ("arm64: dts: allwinner: a64: enable sound on Pinebook")

I suggest dropping this if possible. It depends on another dtsi patch,

    ec4a95409d5c arm64: dts: allwinner: a64: add nodes necessary for
analog sound support

and multiple driver patches

    55b407f6468c ASoC: sun8i-codec-analog: split regmap code into
separate driver
    42371f327df0 ASoC: sunxi: Add new driver for Allwinner A64 codec's
analog path controls
    7e95aac96b55 ASoC: sunxi: allow the sun8i-codec driver to be built on ARM64
    66ecce332538 ASoC: sun4i-i2s: Add compatibility with A64 codec I2S
    ... (there quite a few more)

to actually work. Quite sure those aren't backportable since one is over
four hundred lines.

Regards
ChenYu

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-11 12:19                   ` Chen-Yu Tsai
  0 siblings, 0 replies; 26+ messages in thread
From: Chen-Yu Tsai @ 2019-12-11 12:19 UTC (permalink / raw)
  To: cip-dev

On Wed, Dec 11, 2019 at 6:52 PM Chris Paterson
<Chris.Paterson2@renesas.com> wrote:
>
> Hello Greg,
>
> [...]
>
> > > > That's a lot, are these all new?
> > >
> > > I've only just started building with this config in our CI setup, but
> > > building the dtbs locally with v4.19.88 didn't produce these results
> > > for me (and building locally with v4.19.89-rc1 does result in the
> > > above issues).
> >
> > Any chance you can run 'git bisect' to track down the offending patch?
>
> The two dtbs that fail to build are fixed by reverting by the patches below:
>
> > allwinner/sun50i-a64-pinebook.dtb
> ea03518a3123 ("arm64: dts: allwinner: a64: enable sound on Pinebook")

I suggest dropping this if possible. It depends on another dtsi patch,

    ec4a95409d5c arm64: dts: allwinner: a64: add nodes necessary for
analog sound support

and multiple driver patches

    55b407f6468c ASoC: sun8i-codec-analog: split regmap code into
separate driver
    42371f327df0 ASoC: sunxi: Add new driver for Allwinner A64 codec's
analog path controls
    7e95aac96b55 ASoC: sunxi: allow the sun8i-codec driver to be built on ARM64
    66ecce332538 ASoC: sun4i-i2s: Add compatibility with A64 codec I2S
    ... (there quite a few more)

to actually work. Quite sure those aren't backportable since one is over
four hundred lines.

Regards
ChenYu

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Linux 4.19.89-rc1 5944fcdd errors
  2019-12-11 10:52                 ` [cip-dev] " Chris Paterson
@ 2019-12-11 13:45                   ` Greg Kroah-Hartman
  -1 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-11 13:45 UTC (permalink / raw)
  To: Chris Paterson; +Cc: Sasha Levin, stable, cip-dev

On Wed, Dec 11, 2019 at 10:52:44AM +0000, Chris Paterson wrote:
> Hello Greg,
> 
> [...]
> 
> > > > That's a lot, are these all new?
> > >
> > > I've only just started building with this config in our CI setup, but
> > > building the dtbs locally with v4.19.88 didn't produce these results
> > > for me (and building locally with v4.19.89-rc1 does result in the
> > > above issues).
> > 
> > Any chance you can run 'git bisect' to track down the offending patch?
> 
> The two dtbs that fail to build are fixed by reverting by the patches below:
> 
> > allwinner/sun50i-a64-pinebook.dtb
> ea03518a3123 ("arm64: dts: allwinner: a64: enable sound on Pinebook")

Now dropped.

> > qcom/sdm845-mtp.dtb
> d0a925e2060d ("arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks")

Now dropped.

> The rest of the dtbs just had warnings, all produced by the patch below:
> 
> > arm/juno.dtb
> > qcom/apq8016-sbc.dtb
> > arm/juno-r2.dtb
> > arm/juno-r1.dtb
> > hisilicon/hi6220-hikey.dtb
> > qcom/msm8916-mtp.dtb
> > qcom/msm8916-mtp.dtb
> 3fa6a276a4bd ("kbuild: Enable dtc graph_port warning by default")

Now dropped as well.

I'll push out new kernels in a bit, thanks for this info.

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [cip-dev] Linux 4.19.89-rc1 5944fcdd errors
@ 2019-12-11 13:45                   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-11 13:45 UTC (permalink / raw)
  To: cip-dev

On Wed, Dec 11, 2019 at 10:52:44AM +0000, Chris Paterson wrote:
> Hello Greg,
> 
> [...]
> 
> > > > That's a lot, are these all new?
> > >
> > > I've only just started building with this config in our CI setup, but
> > > building the dtbs locally with v4.19.88 didn't produce these results
> > > for me (and building locally with v4.19.89-rc1 does result in the
> > > above issues).
> > 
> > Any chance you can run 'git bisect' to track down the offending patch?
> 
> The two dtbs that fail to build are fixed by reverting by the patches below:
> 
> > allwinner/sun50i-a64-pinebook.dtb
> ea03518a3123 ("arm64: dts: allwinner: a64: enable sound on Pinebook")

Now dropped.

> > qcom/sdm845-mtp.dtb
> d0a925e2060d ("arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks")

Now dropped.

> The rest of the dtbs just had warnings, all produced by the patch below:
> 
> > arm/juno.dtb
> > qcom/apq8016-sbc.dtb
> > arm/juno-r2.dtb
> > arm/juno-r1.dtb
> > hisilicon/hi6220-hikey.dtb
> > qcom/msm8916-mtp.dtb
> > qcom/msm8916-mtp.dtb
> 3fa6a276a4bd ("kbuild: Enable dtc graph_port warning by default")

Now dropped as well.

I'll push out new kernels in a bit, thanks for this info.

greg k-h

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2019-12-11 13:45 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-09 16:29 Linux 4.19.89-rc1 5944fcdd errors Chris Paterson
2019-12-09 16:34 ` Chris Paterson
2019-12-09 16:34   ` [cip-dev] " Chris Paterson
2019-12-09 16:53 ` Naresh Kamboju
2019-12-09 16:53   ` [cip-dev] " Naresh Kamboju
2019-12-09 17:02 ` Greg Kroah-Hartman
2019-12-09 17:04 ` Greg Kroah-Hartman
2019-12-09 17:36 ` Greg Kroah-Hartman
2019-12-09 21:56   ` Chris Paterson
2019-12-09 21:56     ` [cip-dev] " Chris Paterson
2019-12-10  7:35     ` Greg Kroah-Hartman
2019-12-10  7:35       ` [cip-dev] " Greg Kroah-Hartman
2019-12-10 14:42       ` Chris Paterson
2019-12-10 14:42         ` [cip-dev] " Chris Paterson
2019-12-10 14:55         ` Greg Kroah-Hartman
2019-12-10 14:55           ` [cip-dev] " Greg Kroah-Hartman
2019-12-10 15:20           ` Chris Paterson
2019-12-10 15:20             ` [cip-dev] " Chris Paterson
2019-12-10 20:59             ` Greg Kroah-Hartman
2019-12-10 20:59               ` [cip-dev] " Greg Kroah-Hartman
2019-12-11 10:52               ` Chris Paterson
2019-12-11 10:52                 ` [cip-dev] " Chris Paterson
2019-12-11 12:19                 ` Chen-Yu Tsai
2019-12-11 12:19                   ` [cip-dev] " Chen-Yu Tsai
2019-12-11 13:45                 ` Greg Kroah-Hartman
2019-12-11 13:45                   ` [cip-dev] " Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.