[linux-yocto] [PATCH] intel-socfpga: dts: improve qspi nor-flash partitions for Remote System Update feature

2023-06-25 Thread Meng Li via lists.yoctoproject.org
Remote System Update feature is used to update FPGA image that is saved in qspi nor-flash. The region used for RSU is from 0x91 to 0x400, so improve the qspi nor-flash partitions to compatible with RSU feature. Signed-off-by: Meng Li --- .../boot/dts/altera/socfpga_stratix10_socdk.dts

[linux-yocto]: [kernel for intel-socfpga]: intel-socfpga: dts: improve qspi nor-flash partitions for Remote System Update feature

2023-06-25 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to improve qspi nor-flash partitions for Remote System Update feature Could you please help to merge it into linux-ycoto kernel repo, both standard and rt branches v6.1/standard/intel-sdk-6.1/intel-socfpga

Re: [linux-yocto] Trial merge of v5.15.118 v6.1.35 for linux-yocto

2023-06-25 Thread Kevin Hao
On Thu, Jun 22, 2023 at 02:39:08PM -0400, Bruce Ashfield wrote: > In message: Trial merge of v5.15.118 v6.1.35 for linux-yocto > on 22/06/2023 Kevin Hao wrote: > > > Hi Bruce, > > > > This is a trial merge of the stable kernel v5.15.118 v6.1.35 for the > > following branches in the linux-yocto.

[linux-yocto] [linux-yocto v6.1 PATCH] spi: cadence-quadspi: Add missing check for dma_set_mask

2023-06-25 Thread Kevin Hao
From: Jiasheng Jiang [ Upstream commit 947c70a213769f60e9d5aca2bc88b50a1cfaf5a6 ] Add check for dma_set_mask() and return the error if it fails. Fixes: 1a6f854f7daa ("spi: cadence-quadspi: Add Xilinx Versal external DMA support") Signed-off-by: Jiasheng Jiang Link:

[linux-yocto] [PATCH] kernel/sched: Fix uninitialized read in nohz_full/isolcpus setup

2023-06-25 Thread Adrian Cinal
Fix reading uninitialized cpumask and using it to validate the nohz_full= and isolcpus= kernel command line parameters. An older version of a patch from lkml was incorporated into linux-yocto, whereas a newer, rebased version was later published. See:

Re: [linux-yocto][v5.10/standard/cn-sdkv4.18/cn96xx & v5.10/standard/cn-sdkv5.4/octeon & v5.10/standard/preempt-rt/cn-sdkv4.18/cn96xx & v5.10/standard/preempt-rt/cn-sdkv5.4/octeon][PATCH] include/linu

2023-06-25 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.10/standard/cn-sdkv4.18/cn96xx & v5.10/standard/cn-sdkv5.4/octeon & v5.10/standard/preempt-rt/cn-sdkv4.18/cn96xx & v5.10/standard/preempt-rt/cn-sdkv5.4/octeon][PATCH] include/linux/kernel.h: fix compile error on 25/06/2023 Li Wang wrote: > In file

Re: [linux-yocto][linux-yocto v5.15] fix double-free error for marvell-cn96xx

2023-06-25 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] fix double-free error for marvell-cn96xx on 25/06/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/cn-sdkv5.4/octeon >

Re: [linux-yocto] [std/rt kernel v6.1]: nxp-s32g: fix spi-nor flash and sja1105 issues

2023-06-25 Thread Bruce Ashfield
In message: [linux-yocto] [std/rt kernel v6.1]: nxp-s32g: fix spi-nor flash and sja1105 issues on 24/06/2023 Zhantao Tang wrote: > Hi Bruce, > > The following two patches are to fix spi-nor flash and sja1105 issues. > Would you please help to merge them into the following: >

[linux-yocto][v5.10/standard/cn-sdkv4.18/cn96xx & v5.10/standard/cn-sdkv5.4/octeon & v5.10/standard/preempt-rt/cn-sdkv4.18/cn96xx & v5.10/standard/preempt-rt/cn-sdkv5.4/octeon][PATCH] include/linux/ke

2023-06-25 Thread Li Wang via lists.yoctoproject.org
In file included from kernel-source/include/asm-generic/bug.h:20, from kernel-source/arch/arm64/include/asm/bug.h:26, from kernel-source/include/linux/bug.h:5, from kernel-source/include/linux/page-flags.h:10, from

[linux-yocto][linux-yocto v5.15] fix double-free error for marvell-cn96xx

2023-06-25 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: linux-yocto branch: v5.15/standard/cn-sdkv5.4/octeon v5.15/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[linux-yocto] [PATCH] drivers: net: octeontx2: fix double-free bug in rvu_mbox_init()

2023-06-25 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao commit 02b4d71948b3(octeontx2-af: Skip PFs if not enabled) conflicts with commit 6b914fc07ca8(octeontx2-af: Skip PFs if not enabled) from marvell SDK11. When merged this into v5.15.112, we allocate bitmaps using devm_kcalloc() and free bitmaps using bitmap_free(), this will