Re: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc] video: fbdev: mxc: Release the previously allocated modedb before parsing edid

2023-08-09 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc] video: fbdev: mxc: Release the previously allocated modedb before parsing edid on 10/08/2023 Xiaolei Wang wrote: > When we don`t set "video=mxcfb0:dev=hdmi" in bootargs, >

[linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc & v6.1/standard/nxp-sdk-6.1/nxp-soc] video: sii902x: Fix panic caused by sii902x_read_edid

2023-08-09 Thread Xiaolei Wang via lists.yoctoproject.org
The data structure edid_fbi needs to be initialized, otherwise edid_fbi->monspecs.modedb and fbi->monspecs.modedb_len are not initial values, which will cause illegal free to be detected by KASAN, and the following panic will appear: Unable to handle kernel paging request at virtual address 80f5e0

[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc] video: fbdev: mxc: Release the previously allocated modedb before parsing edid

2023-08-09 Thread Xiaolei Wang via lists.yoctoproject.org
When we don`t set "video=mxcfb0:dev=hdmi" in bootargs, but connect hdmi to imx6q, it will trigger a periodically hdmi interrupt in a few seconds. These repeated interruptions will read edid and alloc modedb, so we need to release the modedb before the next allocation. Fix following memory leak.

Re: [linux-yocto][linux-yocto v5.15] fix patches for marvell cn96xx

2023-08-09 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] fix patches for marvell cn96xx on 09/08/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge these 2 patches into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/cn-sdkv5.15/octeon > v5.1

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH v2] arm: disable CONFIG_OABI_COMPAT

2023-08-09 Thread Bruce Ashfield
v2 merged to 6.1+ Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH v2] arm: disable CONFIG_OABI_COMPAT on 09/08/2023 Xiangyu Chen wrote: > From: Xiangyu Chen > > OABI_COMPAT is a backwards compatibility tool intended to support > the old Linux ARM ABI. When the OABI_COMPA

Re: [linux-yocto][yocto-kernel-cache yocto-5.15] Add crypto config for marvell cn106xx

2023-08-09 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache yocto-5.15] Add crypto config for marvell cn106xx on 09/08/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > yocto-kernel-cache > branch: > yocto-5.15 merged. Bru

[linux-yocto] [PATCH 2/2] octeontx2-pf: drop unused parts introduced by marvell SDK12

2023-08-09 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao commit e91e87b7adf9(octeontx2-pf: disable preemption while using per_cpu pointer) introduce following issue fixed by commit 29e9c67bf327 (octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rt) and commit 2827c4eb429d (octeontx2-pf: Avoid use of GFP_KERNEL in atomic co

[linux-yocto][linux-yocto v5.15] fix patches for marvell cn96xx

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

[linux-yocto] [PATCH 1/2] mmc: cavium-thunderx: Drop the IRQF_NO_THREAD constraint

2023-08-09 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao The IRQF_NO_THREAD is added by a Marvell SDK12 patch commit 65549eba1b08 ("mmc: octeontx2: fix swiotlb buffer is full") in order to get back some of the performance loss. But in some cases (such as rt kernel), we need the capability to thread irq handler. Otherwise we would get