Re: [linux-yocto] [linux-yocto-dev standard/cn96xx] Fix the improper ops function of octeontx2

2020-06-10 Thread Ruiqiang Hao
在 2020/6/6 3:25, Bruce Ashfield 写道: In message: [linux-yocto] [linux-yocto-dev standard/cn96xx] Fix the improper ops function of octeontx2 on 03/06/2020 Ruiqiang Hao wrote: Hi Bruce, Would you please help to merge follow kernel code into our linux-yocto-dev kernel? The branch is

[linux-yocto] v5.2.x - stable updates comprising v5.2.45

2020-06-10 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 5.2.x stable update "extension" primarily created for the Yocto project, as the next v5.2.x post-EOL release. This maintenance is most likely to wind down in September, so folks should plan their own maintenance or migration path off of this v5.2.x

[linux-yocto] [linux-yocto-dev standard/cn96xx] of: unittest: fix refcount error "use-after-free"

2020-06-10 Thread Ruiqiang Hao
Hi Bruce, Would you please help to merge follow kernel code into our linux-yocto-dev kernel? The branch is standard/cn96xx Thanks, Ruiqiang The following changes since commit f14940f27ddb69e3ce41c54d7cb7198e4568f735:   octeontx2: Fix the compile warning caused by unused variables

[linux-yocto] [kernel-cache][master yocto-5.4][PATCH] features/intel-sst: move from intel-common-drivers.scc to intel-corei7-64-standard.scc

2020-06-10 Thread Naveen Saini
CONFIG_INTEL_SPEED_SELECT_INTERFACE depends on x86-64. Signed-off-by: Naveen Saini --- bsp/intel-common/intel-common-drivers.scc | 1 - bsp/intel-common/intel-corei7-64-standard.scc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-common/intel-common-drivers.scc

[linux-yocto][PATCH 1/1] Fix compiling warnings of file arm64/kernel/perf_callchain.c

2020-06-10 Thread Xu, Yanfei
From: Jiping Ma arch/arm64/kernel/perf_callchain.c:107:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((u32)tail + 4 >= buftail.fp) ^ arch/arm64/kernel/perf_callchain.c:110:9: warning: cast to pointer from integer of different size

[linux-yocto][linux-yocto-dev standard/base][PATCH 0/1]Fix compiling warnings of file arm64/kernel/perf_callchain.c

2020-06-10 Thread Xu, Yanfei
From: Yanfei Xu Hi Bruce, This patch fix compiling warnings which are introduced by an previous patch. It should merge to both [linux-yocto-dev standard/base] and [linux-yocto v5.4/standard/base]