[linux-yocto] [PATCH 1/1] dma: xilinx: dpdma: alloc xilinx_dpdma_tx_desc using GFP_ATOMIC

2019-10-22 Thread quanyang.wang
From: Quanyang Wang The function xilinx_dpdma_chan_alloc_tx_desc can be called from atomic context, hence use GFP_ATOMIC instead of GFP_KERNEL, or else it will cause the calltrace as below: BUG: sleeping function called from invalid context at mm/slab.h:418 in_atomic(): 1, irqs_disabled(): 128,

[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/1] [V2] xilinx-zynqmp: fix calltrace

2019-10-22 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, This patch is a V2 patch but no change against V1. Just add some comments in the temporary section of the patch. Would you please help merge these patches to linux-yocto v5.2/standard/xlnx-soc branch? Quanyang Wang (1): dma: xilinx: dpdma: alloc

Re: [linux-yocto] [PATCH] arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-22 Thread Bruce Ashfield
This should already be on the branches: Author: Takeshi Kihara Date: Tue Oct 15 13:46:44 2019 +0800 arm64: dts: r8a7795: Add CPUIdle support for all CPU core commit 3c3b44c752c4eef9a29694f4262934445c5f5da9 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git

Re: [linux-yocto] [PATCH] arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-22 Thread Bruce Ashfield
On Tue, Oct 22, 2019 at 10:57 PM Bruce Ashfield wrote: > > This should already be on the branches: > .. and I forgot the commit id: c93bf81feabf89b5ee77838d3bb62825d04dab09 Bruce > Author: Takeshi Kihara > Date: Tue Oct 15 13:46:44 2019 +0800 > > arm64: dts: r8a7795: Add CPUIdle

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/1] xilinx-zynqmp: fix calltrace

2019-10-22 Thread Bruce Ashfield
In message: [linux-yocto][kernel v5.2/standard/xlnx-soc][PATCH 0/1] xilinx-zynqmp: fix calltrace on 15/10/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, Michal, > > This patch fixes a calltrace when enable CONFIG_TRACING kernel option. > > Would you please help

Re: [linux-yocto] [yocto-kernel-cache master/yocto-5.2][PATCH] marvell-cn96xx: Add profiling feature

2019-10-22 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache master/yocto-5.2][PATCH] marvell-cn96xx: Add profiling feature on 21/10/2019 zhe...@windriver.com wrote: > From: He Zhe > > Add profiling related options for convenience for perf and etc. merged. Bruce > > Signed-off-by: He Zhe > --- >

[linux-yocto] [PATCH] arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-22 Thread Meng.Li
From: Takeshi Kihara commit 3c3b44c752c4eef9a29694f4262934445c5f5da9 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git This patch enables CPUIdle (Core shutdown) support for R-Car H3. Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li ---

[linux-yocto] [linux-yocto-v5.2]: [kernel standard/base]: renesas-rcar: arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-22 Thread Meng.Li
From: Limeng Hi Bruce, I get below patch from SDK kernel to support cpu idle feature, and intend to merge it into yocto community. 0001-arm64-dts-r8a7795-Add-CPUIdle-support-for-all-CPU-co.patch Could you please merge this patch into linux-yocto, branch is v5.2/standard/base? r8a7795.dtsi

Re: [linux-yocto] [PATCH 1/1] xilinx-zyqn: Move disable_nonboot_cpus() in front of local_irq_disable()

2019-10-22 Thread Bruce Ashfield
On Mon, Oct 21, 2019 at 11:27 PM Quanyang Wang wrote: > > > On 10/21/19 8:05 PM, Bruce Ashfield wrote: > > On Mon, Oct 21, 2019 at 6:45 AM Michal Simek > > wrote: > >> On 21. 10. 19 10:45, Quanyang Wang wrote: > >>> Hi Michal, > >>> > >>> On 10/21/19 4:16 PM, Michal Simek wrote: > On 21.

Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-22 Thread Li, Meng
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] > Sent: Wednesday, October 23, 2019 10:39 AM > To: Li, Meng > Cc: linux-yocto@yoctoproject.org; He, Zhe > Subject: Re: [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: arm64: > dts: r8a7795: Add

Re: [linux-yocto] [linux-yocto-v5.2/dev]: [kernel v5.2/standard/base and standard/base]: renesas-rcar: arm64: dts: r8a7795-h3ulcb: Add reserved memory regions

2019-10-22 Thread Bruce Ashfield
merged Bruce On Tue, Oct 22, 2019 at 1:07 AM wrote: > > From: Limeng > > Hi Bruce, > > I get below patch from SDK kernel to support reserved memory for renesas > platform firmware that is integrated in bootloader, and intend to merge it > into yocto community. > >

Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-22 Thread Bruce Ashfield
On Tue, Oct 22, 2019 at 8:06 AM Bruce Ashfield wrote: > > On Tue, Oct 22, 2019 at 3:06 AM Li, Meng wrote: > > > > > > > > > -Original Message- > > > From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] > > > Sent: Saturday, October 19, 2019 12:51 PM > > > To: Li, Meng > > > Cc:

Re: [yocto] [OE-core] [prelink-cross] Bug 13529 add SPDX identifier

2019-10-22 Thread Mark Hatle
I need to look through it further, but everything I looked at (and your comments below) look good to me. I'll try to get this merge soon. (If you don't see it get merged, please ping me.) I'm preparing for ELC-E and am short on time right now. --Mark On 10/22/19 4:28 AM, Yann CARDAILLAC

[yocto] toaster - in build watching mode

2019-10-22 Thread Mark Hatle
I'm using toaster in a build watching mode and I'm getting errors to the console log such as: File: '/home/jenkins/workspace/OEBuild/build-32/oe-core/meta/classes/toaster.bbclass', lineno: 130, function: toaster_package_dumpdata 0126:lpkgdata = {} 0127:datadir =

[yocto] Canceled event with note: Yocto Project Technical Team Meeting / Engineering Sync @ Tue Oct 29, 2019 8am - 9am (PDT) (yocto@yoctoproject.org)

2019-10-22 Thread theyoctoproject
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[yocto] Yocto Project Status WW43’19

2019-10-22 Thread Stephen K Jolley
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Paul - SWAT team rotation: Ross -> Amanda on Oct. 25, 2019 - SWAT team rotation: Amanda -> Armin on Nov. 1, 2019 -

[yocto] [PATCH][opkg] bug 13528 add SPDX id to opkg

2019-10-22 Thread Yann CARDAILLAC
Hi, I'm working on bug : https://bugzilla.yoctoproject.org/show_bug.cgi?id=13528 I've a first patch proposal. Note that I didn't knew what to do with m4/gpgme.m4 the license header seems pretty weird to me... Regards, -- [image: SMILE] 20 rue des Jardins 92600

Re: [yocto] [layerindex-web] Add SPDX Identifier

2019-10-22 Thread Yann CARDAILLAC
On Mon, Oct 21, 2019 at 9:37 PM Paul Eggleton wrote: > On Tuesday, 22 October 2019 4:15:03 AM NZDT Yann CARDAILLAC wrote: > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13527 > > > > I'm beginning the work of updating the layerindex-web repo, this one is a > > bit tricky, how should I

Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-22 Thread Bruce Ashfield
On Tue, Oct 22, 2019 at 3:06 AM Li, Meng wrote: > > > > > -Original Message- > > From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] > > Sent: Saturday, October 19, 2019 12:51 PM > > To: Li, Meng > > Cc: linux-yocto@yoctoproject.org > > Subject: Re: [linux-yocto-dev]: [kernel

Re: [linux-yocto] [linux-yocto preempt-rt v5.2][PATCH 0/1] kmemleak: Change the lock of kmemleak_object to raw_spinlock_t

2019-10-22 Thread Bruce Ashfield
I already have the latest 5.2 -stable and -rt under test, so I'll finish those rather than merging this. Bruce On Tue, Oct 22, 2019 at 3:23 AM Yongxin Liu wrote: > > Hi Bruce, > > Could you help to merge this patch to linux-yocto v5.2/standard/preempt-rt? > This patch is only for RT kernel. >

Re: [yocto] [PATCH] [auto-upgrade-helper] Add SPDX identifier to auto-upgrade-helper

2019-10-22 Thread Alexander Kanavin
Thanks, patch applied and pushed. Alex On Mon, 21 Oct 2019 at 14:46, Yann CARDAILLAC wrote: > Hi guys, > > I'm working on bug : > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13531 > > I've add GPLV2-or-later to all the sources, is there any modification you > want to add? > > Best

Re: [yocto] [OE-core] [prelink-cross] Bug 13529 add SPDX identifier

2019-10-22 Thread Yann CARDAILLAC
On Mon, Oct 21, 2019 at 4:35 PM Mark Hatle wrote: > On 10/21/19 4:43 AM, Yann CARDAILLAC wrote: > > Hi Mark Hatle, Jakub Jelinek, > > Jakub is no longer supporting this code, but he may have valuable insights > into > licensing. > > > I'm currently beginning the work on bug 13529: > > > >

[linux-yocto] [linux-yocto preempt-rt v5.2][PATCH 0/1] kmemleak: Change the lock of kmemleak_object to raw_spinlock_t

2019-10-22 Thread Yongxin Liu
Hi Bruce, Could you help to merge this patch to linux-yocto v5.2/standard/preempt-rt? This patch is only for RT kernel. It was added in v5.2 rt11. I know you periodically pull RT patches. But could you help to merge this patch in advance? Liu Haitao (1): kmemleak: Change the lock of

[linux-yocto] [linux-yocto preempt-rt v5.2][PATCH 1/1] kmemleak: Change the lock of kmemleak_object to raw_spinlock_t

2019-10-22 Thread Yongxin Liu
From: Liu Haitao commit 217847f57119b5fdd377bfa3d344613ddb98d9fc upstream. The commit ("kmemleak: Turn kmemleak_lock to raw spinlock on RT") changed the kmemleak_lock to raw spinlock. However the kmemleak_object->lock is held after the kmemleak_lock is held in scan_block(). Make the

[linux-yocto] Next Sync-up

2019-10-22 Thread He Zhe
Hi Bruce, When will the next sync-up with stable and RT trees happen? Thanks, Zhe -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-22 Thread Li, Meng
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] > Sent: Saturday, October 19, 2019 12:51 PM > To: Li, Meng > Cc: linux-yocto@yoctoproject.org > Subject: Re: [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: arm64: > dts: r8a7795: Add CPUIdle support

Re: [linux-yocto] [PATCH 1/1] dma: xilinx: dpdma: alloc xilinx_dpdma_tx_desc using GFP_ATOMIC

2019-10-22 Thread Quanyang Wang
On 10/18/19 10:42 PM, Radhey Shyam Pandey wrote: -Original Message- From: Hyun Kwon Sent: Thursday, October 17, 2019 11:01 PM To: Quanyang Wang Cc: Hyun Kwon ; Michal Simek ; Bruce ; linux-yocto@yoctoproject.org; Radhey Shyam Pandey Subject: Re: [linux-yocto][PATCH 1/1] dma: xilinx: