Re: [linux-yocto] [kernel-cache master]: ti-am335x

2019-08-06 Thread Jun Miao
On 8/7/19 10:45 AM, Bruce Ashfield wrote: On Tue, Aug 6, 2019 at 6:20 AM Jun Miao wrote: Hi Bruce, I am working ti boards(AM335x evm/sk/BBB) with am335x soc. 1.This patch add scc/cfg to yocto-kernel-cache master branch. #1 shouldn't be a problem. 2.Could you

Re: [linux-yocto] [PATCH 1/1] ti-am335x: add the basic scc/cfg enablement

2019-08-06 Thread Jun Miao
On 8/7/19 10:47 AM, Bruce Ashfield wrote: On Tue, Aug 6, 2019 at 6:20 AM Jun Miao wrote: Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 8 +

Re: [linux-yocto] [kernel-tools][PATCH] Add SPDX license headers to source files

2019-08-06 Thread Bruce Ashfield
Looks fine to me. I'm traveling right now, so it will be a few days until I get this merged and can send SRCREV updates to oe-core. Bruce On Tue, Aug 6, 2019 at 3:06 PM William Bourque wrote: > Kconfiglib/* were under ISC license before they were imported > here from

Re: [linux-yocto] [PATCH] nfsd4: Fix kernel crash when reading proc file reply_cache_stats

2019-08-06 Thread Bruce Ashfield
On Tue, Aug 6, 2019 at 6:49 AM wrote: > From: He Zhe > > reply_cache_stats uses wrong parameter as seq file private structure and > thus causes the following kernel crash when users read > /proc/fs/nfsd/reply_cache_stats > > BUG: kernel NULL pointer dereference, address: 01f9 > PGD

Re: [linux-yocto] [PATCH 1/1] ti-am335x: add the basic scc/cfg enablement

2019-08-06 Thread Bruce Ashfield
On Tue, Aug 6, 2019 at 6:20 AM Jun Miao wrote: > Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black > boards all with am335x soc > > Signed-off-by: Jun Miao > --- > bsp/ti-am335x/ti-am335x-standard.scc | 8 + > bsp/ti-am335x/ti-am335x.cfg | 242

Re: [linux-yocto] [kernel-cache master]: ti-am335x

2019-08-06 Thread Bruce Ashfield
On Tue, Aug 6, 2019 at 6:20 AM Jun Miao wrote: > Hi Bruce, > > I am working ti boards(AM335x evm/sk/BBB) with am335x soc. > > 1.This patch add scc/cfg to yocto-kernel-cache master branch. > #1 shouldn't be a problem. 2.Could you help me build a new branch "ti-am335x" in

Re: [linux-yocto] [kernel-cache] Question about profiling.scc

2019-08-06 Thread Bruce Ashfield
On Mon, Aug 5, 2019 at 11:44 PM Hongzhi, Song wrote: > Hi Bruce, > > I see profiling.scc is included by kernel-cache/bsp/*, such as > bsp/intel-x86 bsp/common-pc/ ... . > > > My question is that is it necessary to open profiling.cfg defaultly? > We left profiling as a per-BSP decision, since

[linux-yocto] [kernel-tools][PATCH] Add SPDX license headers to source files

2019-08-06 Thread William Bourque
Kconfiglib/* were under ISC license before they were imported here from https://github.com/ulfalizer/Kconfiglib Adjusting SPDX header to reflect that fact. tools/* all have some sort of GPLv2 headers; adding SPDX header to make it obvious. This address bug #13334 :

[linux-yocto] [PATCH] nfsd4: Fix kernel crash when reading proc file reply_cache_stats

2019-08-06 Thread zhe.he
From: He Zhe reply_cache_stats uses wrong parameter as seq file private structure and thus causes the following kernel crash when users read /proc/fs/nfsd/reply_cache_stats BUG: kernel NULL pointer dereference, address: 01f9 PGD 0 P4D 0 Oops: [#3] SMP PTI CPU: 6 PID: 1502 Comm:

[linux-yocto] [PATCH 1/1] ti-am335x: add the basic scc/cfg enablement

2019-08-06 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 8 + bsp/ti-am335x/ti-am335x.cfg | 242 +++ bsp/ti-am335x/ti-am335x.scc | 7 + 3

[linux-yocto] [kernel-cache master]: ti-am335x

2019-08-06 Thread Jun Miao
Hi Bruce, I am working ti boards(AM335x evm/sk/BBB) with am335x soc. 1.This patch add scc/cfg to yocto-kernel-cache master branch. 2.Could you help me build a new branch "ti-am335x" in linux-yocto-dev? Thanks Jun Miao (1): ti-am335x: add the basic scc/cfg