[linux-yocto] [kernel-cache][PATCH 3/3] bsp/genericarm64: build the Intel Pro/1000 ethernet driver

2024-03-27 Thread Ross Burton
From: Ross Burton This is both used as a PCIe card, but is also often the virtual hardware in VMs. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 4 1 file changed, 4 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg ind

[linux-yocto] [kernel-cache][PATCH 1/3] bsp/genericarm64: enable support for Xilinx KV260

2024-03-27 Thread Ross Burton
From: Ross Burton Add more config options so that the Xilinx KV260 is fully supported. This work was done by Bill Mills , I simply integrated it. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64-gpio.cfg | 13 +- bsp/genericarm64/genericarm64-i2c.cfg | 6 +- bsp/genericarm64/g

[linux-yocto] [kernel-cache][PATCH 2/3] bsp/genericarm64: more enabling for the ThunderX2

2024-03-27 Thread Ross Burton
From: Ross Burton Enable the ThunderX EDAC support. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg index 9cda73c8..b4b6701d 100644 --- a/bsp/genericarm

[linux-yocto] [yocto-kernel-cache yocto-6.6][PATCH 2/2] features/nf_tables: Add net_fib_* options for greater ptest coverage

2024-03-27 Thread Lyu, William via lists.yoctoproject.org
From: William Lyu Several nftables ptest testcases failed due to missing features. The following kernel configuration options are added as part of the missing features: - NFT_FIB_INET (tristate "Netfilter nf_tables fib inet support") This option allows using the FIB expression from the ine

[linux-yocto] [yocto-kernel-cache yocto-6.6][PATCH 1/2] features/nf_tables: nft_objref is now builtin

2024-03-27 Thread Lyu, William via lists.yoctoproject.org
From: William Lyu Starting from kernel v6.2 (including all rc versions), CONFIG_NFT_OBJREF has become builtin and cannot be disabled [1]. So, this configure option is removed from nf_tables.cfg. References [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d037abc

[linux-yocto] Trial merge of v5.15.153 v6.1.83 for linux-yocto

2024-03-27 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v5.15.153 v6.1.83 for the following branches in the linux-yocto. 205fb9414e6e v5.15/standard/sdkv5.10/axxia 979be40c2ae5 v5.15/standard/preempt-rt/sdkv5.10/axxia 74734259970f v5.15/standard/base bb72fca17f4f v5.15/standard/preempt-r

[linux-yocto] [PATCH 2/2] net: Delete the unused variable in __sys_recvfrom()

2024-03-27 Thread Kevin Hao
From: Kevin Hao This unused variable was introduced by commit 20932f1f83d3 ("fec_ecat: add fec native driver for raw packet proto"). Signed-off-by: Kevin Hao --- net/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/socket.c b/net/socket.c index 085f5a655e2f..4fc

[linux-yocto] [PATCH 1/2] af_packet: Delete the unused variable 'sk'

2024-03-27 Thread Kevin Hao
From: Kevin Hao The SDK commit 20932f1f83d3 ("fec_ecat: add fec native driver for raw packet proto") has changed the prototype of packet_do_bind(), but forgot to delete the unused variables due to this change. Signed-off-by: Kevin Hao --- net/packet/af_packet.c | 2 -- 1 file changed, 2 deleti

[linux-yocto] [linux-yocto v6.1] nxp-soc: Fix two build warnings

2024-03-27 Thread Kevin Hao
From: Kevin Hao Hi Bruce, This patch series fixes two build warnings introduced by SDK commit 20932f1f83d3 ("fec_ecat: add fec native driver for raw packet proto"). Please help me merge them onto the following two branches: v6.1/standard/nxp-sdk-6.1/nxp-soc v6.1/standard/preempt-rt/nxp-sdk-

[v2][linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add TSN feature related kernel configs

2024-03-27 Thread Xulin Sun via lists.yoctoproject.org
Add TSN feature related kernel configs, and drop the duplicated kernel config CONFIG_NET_SCH_TAPRIO with tsn.cfg. Signed-off-by: Xulin Sun --- bsp/ti-am62/ti-am62.cfg | 1 - bsp/ti-am62/ti-am62.scc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/ti-am62/ti-am62.cfg b/bsp/

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add kernel configs NET_SCH_CBS & NET_SCH_MQPRIO & NET_SCH_ETF

2024-03-27 Thread Kevin Hao
On Wed, Mar 27, 2024 at 03:30:35PM +0800, Xulin Sun via lists.yoctoproject.org wrote: > Add kernel configs NET_SCH_CBS & NET_SCH_MQPRIO & NET_SCH_ETF to support > AM62AX TSN feature. > > Signed-off-by: Xulin Sun > --- > bsp/ti-am62/ti-am62.cfg | 3 +++ > 1 file changed, 3 insertions(+) > > dif

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add kernel configs NET_SCH_CBS & NET_SCH_MQPRIO & NET_SCH_ETF

2024-03-27 Thread Xulin Sun via lists.yoctoproject.org
Add kernel configs NET_SCH_CBS & NET_SCH_MQPRIO & NET_SCH_ETF to support AM62AX TSN feature. Signed-off-by: Xulin Sun --- bsp/ti-am62/ti-am62.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/ti-am62/ti-am62.cfg b/bsp/ti-am62/ti-am62.cfg index fdef5c2b..537f4120 100755 --- a/bsp/ti-