Some testing infrastructure(Linaro Lava) requires dhcp configured at the kernel level. Hence enable configs IP_PNP and IP_PNP_DHCP to support it.
Signed-off-by: Amit Daniel Kachhap amit.kachhap@arm.com --- arch/arm64/configs/morello_transitional_pcuabi_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 12d3ecfc555b..20f14545d27e 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -62,6 +62,8 @@ CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y CONFIG_PCI=y CONFIG_PCI_HOST_GENERIC=y CONFIG_DEVTMPFS=y
On 8/9/22 10:25, Amit Daniel Kachhap wrote:
Some testing infrastructure(Linaro Lava) requires dhcp configured at the kernel level. Hence enable configs IP_PNP and IP_PNP_DHCP to support it.
Signed-off-by: Amit Daniel Kachhap amit.kachhap@arm.com
Reviewed-by: Vincenzo Frascino vincenzo.frascino@arm.com
@Kevin: Could you please merge this in next?
arch/arm64/configs/morello_transitional_pcuabi_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 12d3ecfc555b..20f14545d27e 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -62,6 +62,8 @@ CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y CONFIG_PCI=y CONFIG_PCI_HOST_GENERIC=y CONFIG_DEVTMPFS=y
On 09/08/2022 12:20, Vincenzo Frascino wrote:
On 8/9/22 10:25, Amit Daniel Kachhap wrote:
Some testing infrastructure(Linaro Lava) requires dhcp configured at the kernel level. Hence enable configs IP_PNP and IP_PNP_DHCP to support it.
Signed-off-by: Amit Daniel Kachhap amit.kachhap@arm.com
Reviewed-by: Vincenzo Frascino vincenzo.frascino@arm.com
@Kevin: Could you please merge this in next?
I understand this is quite urgent so yes sure. The patch looks good, I slightly changed the commit title to make it clear that this is about the transitional defconfig. The patch is now in next, thanks Amit.
Kevin
arch/arm64/configs/morello_transitional_pcuabi_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 12d3ecfc555b..20f14545d27e 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -62,6 +62,8 @@ CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y CONFIG_PCI=y CONFIG_PCI_HOST_GENERIC=y CONFIG_DEVTMPFS=y
On 8/9/22 13:55, Kevin Brodsky wrote:
On 09/08/2022 12:20, Vincenzo Frascino wrote:
On 8/9/22 10:25, Amit Daniel Kachhap wrote:
Some testing infrastructure(Linaro Lava) requires dhcp configured at the kernel level. Hence enable configs IP_PNP and IP_PNP_DHCP to support it.
Signed-off-by: Amit Daniel Kachhap amit.kachhap@arm.com
Reviewed-by: Vincenzo Frascino vincenzo.frascino@arm.com
@Kevin: Could you please merge this in next?
I understand this is quite urgent so yes sure. The patch looks good, I slightly changed the commit title to make it clear that this is about the transitional defconfig. The patch is now in next, thanks Amit.
And it even triggered the CI. Well done Amit indeed.
https://git.morello-project.org/morello/kernel/linux/-/pipelines
Kevin
arch/arm64/configs/morello_transitional_pcuabi_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 12d3ecfc555b..20f14545d27e 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -62,6 +62,8 @@ CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y CONFIG_PCI=y CONFIG_PCI_HOST_GENERIC=y CONFIG_DEVTMPFS=y
linux-morello@op-lists.linaro.org