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

2024-04-02 Thread Lyu, William via lists.yoctoproject.org
From: William Lyu Backported from commit on branch "yocto-6.6": 40ecdcc5e4f5053536cec6e3f74334aa418f07cc 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

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

2024-04-02 Thread Lyu, William via lists.yoctoproject.org
From: William Lyu Backported from commit on branch "yocto-6.6": 70cabea69443e974db04d6dcbe73031d0d726bc1 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 n

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

2024-04-02 Thread Lyu, William via lists.yoctoproject.org
From: William Lyu Backported from commit on branch "yocto-6.6": 40ecdcc5e4f5053536cec6e3f74334aa418f07cc 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

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

2024-04-02 Thread Lyu, William via lists.yoctoproject.org
From: William Lyu Backported from commit on branch "yocto-6.6": 70cabea69443e974db04d6dcbe73031d0d726bc1 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 n

[linux-yocto] [yocto-kernel-cache yocto-6.1][PATCH] Revert "features/nf_tables: nft_objref is now builtin"

2024-04-02 Thread Lyu, William via lists.yoctoproject.org
From: William Lyu This reverts commit dbe1767f364cdbf7dcc75433635678bd39c71e1f. The reverted commit removes kernel configuration CONFIG_NFT_OBJREF which became builtin starting from kernel v6.2 [1]. However, this kernel configuration is still available in kernel v6.1. So, this kernel configurati

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/1] nxp-imx9: Enable Arm ETHOS NPU

2024-04-02 Thread Xiaolei Wang via lists.yoctoproject.org
Enable Arm ETHOS NPU. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx9/nxp-imx9.cfg | 5 + 1 file changed, 5 insertions(+) diff --git a/bsp/nxp-imx9/nxp-imx9.cfg b/bsp/nxp-imx9/nxp-imx9.cfg index 8ad37abb..8654f93c 100644 --- a/bsp/nxp-imx9/nxp-imx9.cfg +++ b/bsp/nxp-imx9/nxp-imx9.cfg @@ -284,6

[linux-yocto][linux-yocto v6.1] update socfpga to SDK version socfpga-6.1.55-lts

2024-04-02 Thread LiweiSong via lists.yoctoproject.org
Hi Bruce, This pull is uesed to update socfpga to SDK version socfpga-6.1.55-lts, Could you help merge these patches to below branches: v6.1/standard/intel-sdk-6.1/intel-socfpga v6.1/standard/preempt-rt/intel-sdk-6.1/intel-socfpga Thanks, Liwei. The following changes since commit db7fc7d08

[linux-yocto][linux-yocto-5.15][PATCH 1/2] Revert "firmware: stratix10-svc: release mutex sdm_lock after processing command"

2024-04-02 Thread LiweiSong via lists.yoctoproject.org
This reverts commit 239adc5d99d3a47b25962d18ee68ee87d2e150df. The issue is already fixed by another SDK patch 7d97a731ceb5 ("HSD #16013024105: fpga: stratix10-soc: stop kernel thread"), Revert this one to avoid "fcs_clent -G" run failed with error: "svc_normal_to_secure_thread: STATUS_ERROR" Sign

[linux-yocto][linux-yocto-5.15][PATCH 2/2] Revert "intel: fcs: release mutex lock in failing path"

2024-04-02 Thread LiweiSong via lists.yoctoproject.org
This reverts commit bf6d52f542b0a028c9a4c5994927f24994686bac. The issue is already fixed by another SDK patch 7d97a731ceb5 ("HSD #16013024105: fpga: stratix10-soc: stop kernel thread"), Revert this one to avoid "fcs_clent -G" run failed with error: "svc_normal_to_secure_thread: STATUS_ERROR" Sign

[linux-yocto][linux-yocto-5.15][PATCH 0/2] revert two patches to avoid import new issue

2024-04-02 Thread LiweiSong via lists.yoctoproject.org
Hi Bruce, Could you help merge these two patches to below branches? Revert them is because SDK already have better fix, and is already applied to linux-yocto. v5.15/standard/intel-sdk-5.15/intel-socfpga v5.15/standard/preempt-rt/intel-sdk-5.15/intel-socfpga Thanks, Liwei. Liwei Song (2):