[linux-yocto][yocto-kernel-cache][yocto-5.4/master][PATCH 1/1] intel-x86: enable edac support for Elkhart Lake

2021-01-20 Thread LiweiSong
This enalbe CONFIG_EDAC_IGEN6=m to support edac on Elkhart Lake Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86-64.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86-64.cfg b/bsp/intel-x86/intel-x86-64.cfg index d29b6f9942ea..665810765c2e 100644 ---

[linux-yocto][v5.4/standard/intel-x86 and v5.4/standard/preempt-rt|tiny/intel-x86][PATCH 0/1] perf power thermal support for ADL and RKL

2021-01-20 Thread LiweiSong
Hi Bruce, This pull request is used to add perf, power, thermal support for Alder Lake, Rocket Lake. Also add the Elkhard Lake EDAC support. 1) kernel patches, all patches from upstream, only 0030-perf-core-Add-PERF_SAMPLE_CGROUP-feature.patch adjust to use an old function. The kernel patch

[yocto] [meta-selinux][PATCH] selinux-python: depend on libselinux

2021-01-20 Thread Yi Zhao
Fix build error when selinux feature is not enabled: sepolgen-ifgen-attr-helper.c:29:10: fatal error: selinux/selinux.h: No such file or directory 29 | #include | ^~~ Signed-off-by: Yi Zhao --- recipes-security/selinux/selinux-python.inc | 2 +- 1 file

[yocto] QA notification for completed autobuilder build (yocto-3.3_M2.rc1)

2021-01-20 Thread Pokybuild User
A build flagged for QA (yocto-3.3_M2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.3_M2.rc1 Build hash information: bitbake: 01e901c44ab0f496606b1d45c8953dc54970204c meta-arm: a8f32f990a0d9dc1db310892c70d5a994c698b32

[yocto-announce] [ANNOUNCEMENT] Yocto Project 3.1.5 (Dunfell 23.0.5) is Released

2021-01-20 Thread Vineela
Hello, We are pleased to announce the Yocto Project 3.1.5 (dunfell-23.0.5) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.5/poky-dunfell-23.0.5.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.1.5/poky-dunfell-23.0.5.tar.bz2 A gpg signed

[yocto] [ANNOUNCEMENT] Yocto Project 3.1.5 (Dunfell 23.0.5) is Released

2021-01-20 Thread Vineela
Hello, We are pleased to announce the Yocto Project 3.1.5 (dunfell-23.0.5) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.5/poky-dunfell-23.0.5.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.1.5/poky-dunfell-23.0.5.tar.bz2 A gpg signed

Re: [linux-yocto] preempt-rt build failure

2021-01-20 Thread Bruce Ashfield
On Wed, Jan 20, 2021 at 2:21 AM He Zhe wrote: > > > > On 1/19/21 9:20 PM, Bruce Ashfield wrote: > > On Tue, Jan 19, 2021 at 3:26 AM He Zhe wrote: > >> Hi Bruce, > >> > >> The following revert breaks preempt-rt build. > >> > > It fixes the build here. > > > > That 5.10-stable change really

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-20 Thread Zoran
> Interestingly I don't have any header file on the target: Yes, since U R compiling target modules on the HOST GCC cross compiler (using YOCTO bitbake scripts). I ALWAYS keep full target setup, with as many tools as I can to do target module compiling, and other stuff. YOCTO is after all YOCTO

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-20 Thread Zoltan Kerenyi Nagy
Hi Zoran, Interestingly I don't have any header file on the target: # find / -name *.h # -- Zolee -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52056): https://lists.yoctoproject.org/g/yocto/message/52056 Mute This Topic:

[linux-yocto] [PATCH 2/5] octeontx2-af: Fix mailbox errors in nix_rss_flowkey_cfg

2021-01-20 Thread Ruiqiang Hao
From: Subbaraya Sundeep In npc_update_vf_flow_entry function the loop cursor 'index' is being changed inside the loop causing the loop to spin forever. This in turn hogs the kworker thread forever and no other mbox message is processed by AF driver after that. Fix this by using another variable

[linux-yocto] [PATCH 4/5] octeontx2-af: Backport upstream kernel changes

2021-01-20 Thread Ruiqiang Hao
From: Naveen Mamindlapalli Backported changes from upstream kernel. -> Merged enum header_fields to enum key_fields. -> Added NPC_PARSE_KEX_S nibble definitions. -> Renamed def_rule to def_ucast_rule. -> Used eth_broadcast_addr, eth_zero_addr where ever applicable. -> Use -EOPNOTSUPP instead of

[linux-yocto] [PATCH 5/5] octeontx2-pf: Backport upstream kernel changes

2021-01-20 Thread Ruiqiang Hao
From: Naveen Mamindlapalli Backported PF/VF changes from upstream kernel. -> Avoid modifying netdev->features dynamically by the driver. https://www.kernel.org/doc/html/latest/networking/netdev-features.html -> The MCAM entry allocation is done statically during initialization time. The

[linux-yocto] [PATCH 3/5] octeontx2-af: Correct return value of ATTACH_RESOURCES mbox

2021-01-20 Thread Ruiqiang Hao
From: Srujana Challa If requested LFs are not available, return -ENOSPC instead of -EINVAL from ATTACH_RESOURCES mailbox, So that user can distinguish the error case. Change-Id: I26465f187236d9a79db066c363c5306c466f3134 Signed-off-by: Srujana Challa Reviewed-on:

[linux-yocto][linux-yocto v5.4] kernel code for marvell cn96xx

2021-01-20 Thread Ruiqiang Hao
Hi Bruce, Please help to merge these patches into our linux-yocto repo. repo: linux-yocto branch: v5.4/standard/cn96xx v5.4/standard/preempt-rt/cn96xx Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] s32: flexcan: Remove unused function flexcan_mailbox_read()

2021-01-20 Thread Xu, Yanfei
From: Yanfei Xu After the commit 83521390e("s32: flexcan: Remove duplicated code as part of kernel 5.4-rt initial merge"), the flexcan_mailbox_read() is not invoked anymore. To avoid the below compile-time warning, let's remove it. warning: 'flexcan_mailbox_read' defined but not