Hi Greg,
We see the following build warning/error in v5.4.160.
drivers/soc/tegra/pmc.c:612:1: error: unused label 'powergate_off'
The problem isn't that the label is left-over, the problem is
that upstream commit 19221e308302 ("soc/tegra: pmc: Fix imbalanced
clock disabling in error code path") is missing in v5.4.y. Please apply.
Thanks,
Guenter
Hi,
I see the following build failure in v4.9.y and v4.14.y stable queues.
arch/s390/mm/gmap.c: In function '__gmap_zap':
arch/s390/mm/gmap.c:665:9: error: implicit declaration of function 'vma_lookup'
In v4.14.y, there is an additional failure:
arch/s390/mm/pgtable.c: In function 'pgste_perform_essa':
arch/s390/mm/pgtable.c:910:8: error: implicit declaration of function 'vma_lookup'
Guenter