Re: [linux-yocto][linux-yocto v5.4/standard/preempt-rt/base v5.4/standard/preempt-rt/intel-x86 v5.4/standard/preempt-rt/bcm-2xxx-rpi][PATCH] aufs5:fix:avoid to access rw_sem.owner at rt kernel

2020-03-11 Thread He Zhe
On 3/11/20 3:44 PM, Xu, Yanfei wrote: > > On 3/11/20 12:14 PM, He Zhe wrote: >> >> On 3/10/20 2:50 PM, Xu, Yanfei wrote: >>> From: Yanfei Xu >>> >>> Fix build failure. >>> >>> Even though owner member is now made a permanent member of the >>> rw_semaphore. The rw_semaphore in rwsem-rt.h doesn't

Re: [linux-yocto][linux-yocto v5.4/standard/preempt-rt/base v5.4/standard/preempt-rt/intel-x86 v5.4/standard/preempt-rt/bcm-2xxx-rpi][PATCH] aufs5:fix:avoid to access rw_sem.owner at rt kernel

2020-03-11 Thread Xu, Yanfei
On 3/11/20 12:14 PM, He Zhe wrote: On 3/10/20 2:50 PM, Xu, Yanfei wrote: From: Yanfei Xu Fix build failure. Even though owner member is now made a permanent member of the rw_semaphore. The rw_semaphore in rwsem-rt.h doesn't have owner field still. -Error

[linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-03-11 Thread Kevin Hao
Hi Bruce, This is another patch series for the Marvell cn96xx SoC support, the main changes are the misc Ethernet bug fixes. The following changes since commit c27a9ed44dd76fe64998802e322244cb6cdeee8c: Merge branch 'v5.4/standard/base' into v5.4/standard/cn96xx (2020-03-03 20:30:29 -0500)

[linux-yocto] [linux-yocto-dev v5.6] Rebase the Marvell cn96xx SoC support on the new dev kernel

2020-03-11 Thread Kevin Hao
Hi Bruce, Here is the rebase of the Marvell cn96xx SoC support on the new dev kernel. The following changes since commit d7ce3415aeb3f487330749bc3ead9b77e376d569: Merge tag 'v5.6-rc5' into standard/base (2020-03-09 13:09:22 -0400) are available in the Git repository at:

Re: [linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-03-11 Thread Kevin Hao
On Wed, Mar 11, 2020 at 09:24:37PM +0800, Kevin Hao wrote: > Hi Bruce, > > This is another patch series for the Marvell cn96xx SoC support, the main > changes are the misc Ethernet bug fixes. > > The following changes since commit c27a9ed44dd76fe64998802e322244cb6cdeee8c: > > Merge branch

Re: [linux-yocto][linux-yocto-dev standard/base][PATCH 0/5] Revert disk invalidating updates

2020-03-11 Thread Bruce Ashfield
In message: Re: [linux-yocto][linux-yocto-dev standard/base][PATCH 0/5] Revert disk invalidating updates on 11/03/2020 He Zhe wrote: > > > On 3/11/20 11:24 AM, Bruce Ashfield wrote: > > On Wed, Mar 4, 2020 at 10:40 AM wrote: > >> From: He Zhe > >> > >> This series of commits do not work

Re: [linux-yocto] [kernel-cache][PATCH] dm-verity: add missing dependency

2020-03-11 Thread Bruce Ashfield
In message: [kernel-cache][PATCH] dm-verity: add missing dependency on 09/03/2020 Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > CONFIG_DM_VERITY depends on CONFIG_MD & CONFIG_BLK_DEV_DM. Without these > options in the .cfg file, the support for dm-verity will not be included.

Re: [linux-yocto][linux-yocto-dev standard/base][PATCH] x86/mce: Add compat_ioctl assignment to make it compatible with 32-bit system

2020-03-11 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto-dev standard/base][PATCH] x86/mce: Add compat_ioctl assignment to make it compatible with 32-bit system on 04/03/2020 zhe...@windriver.com wrote: > From: He Zhe > > 32-bit user-space program would get errors like the following from ioctl > syscall due to

[PATCH 0/1] [v2][linux-yocto][linux-yocto v5.4/standard/preempt-rt] aufs5:fix:avoid to access rw_sem.owner in RT kernel

2020-03-11 Thread Xu, Yanfei
From: Yanfei Xu Hi Bruce, v1--->v2 1. Add a if statement to separately operate the owner member between standard and RT kernel. Also I have completed the smoke test about aufs before this email. Yanfei Xu (1): aufs5:fix:avoid to access rw_sem.owner in RT kernel

Re: [linux-yocto] [linux-yocto-dev v5.6] Rebase the Marvell cn96xx SoC support on the new dev kernel

2020-03-11 Thread Bruce Ashfield
In message: [linux-yocto-dev v5.6] Rebase the Marvell cn96xx SoC support on the new dev kernel on 11/03/2020 Kevin Hao wrote: > Hi Bruce, > > Here is the rebase of the Marvell cn96xx SoC support on the new dev kernel. > > The following changes since commit

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc] usb: dwc3: gadget: fix compile error caused by an unclosed brace

2020-03-11 Thread Bruce Ashfield
On Tue, Mar 10, 2020 at 7:47 AM Quanyang Wang wrote: > > Hi Bruce, > > Would you please help merge this patch to linux-yocto-dev > v5.5/standard/xlnx-soc? > > This branch also needs this patch. Done. Bruce > > Thanks, > > Quanyang > > On 3/3/20 5:07 AM, Bruce Ashfield wrote: > > merged (this

Re: [linux-yocto] v5.2.x - stable updates comprising v5.2.34

2020-03-11 Thread Bruce Ashfield
In message: v5.2.x - stable updates comprising v5.2.34 on 07/03/2020 Paul Gortmaker wrote: > Bruce, Yocto kernel folks: > > Here is the next 5.2.x stable update "extension" primarily created for > the Yocto project, as the 13th v5.2.x post-EOL release. > > The content is from an audit of what

[linux-yocto] [PATCH 1/1] aufs5:fix:avoid to access rw_sem.owner in RT kernel

2020-03-11 Thread Xu, Yanfei
From: Yanfei Xu Fix build failure. owner member is now made a permanent member of the rw_semaphore in v5.6 kernel(commitid:c71fd893f). But the rw_semaphore in RT kernel had been implemented with rt_mutex in rwsem-rt.h. Add if statment to distinguish the two cases. -Error

Re: [linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-03-11 Thread Bruce Ashfield
In message: Re: [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support on 11/03/2020 Kevin Hao wrote: > On Wed, Mar 11, 2020 at 09:24:37PM +0800, Kevin Hao wrote: > > Hi Bruce, > > > > This is another patch series for the Marvell cn96xx SoC support, the main > > changes are