[linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error

2023-09-05 Thread Li Wang via lists.yoctoproject.org
kernel/cgroup/cpuset.c:2959:28: error: 'cpuset_rwsem' undeclared (first use in this function); did you mean 'cpuset_mutex'? 2959 | percpu_down_write(&cpuset_rwsem); |^~~~ |cpuset_mutex Signed-off-by: Li Wang ---

[linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error

2023-10-22 Thread Li Wang via lists.yoctoproject.org
kernel-source/include/net/sch_generic.h:198:17: error: implicit declaration of function 'raw_write_seqcount_t_begin'; did you mean 'raw_write_seqcount_begin'? [-Werror=implicit-function-declaration] Signed-off-by: Li Wang --- include/net/sch_generic.h | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error

2023-09-05 Thread Bruce Ashfield
I had just found this myself, as I had a feeling my initial resolution of the conflict was incorrect. I've merged your patch and pushed it to the repo. Bruce In message: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error on 05/09/2023 Li Wang wrote: >

Re: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error

2023-10-23 Thread Paul Gortmaker via lists.yoctoproject.org
[[linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error] On 22/10/2023 (Sun 19:21) Li Wang via lists.yoctoproject.org wrote: > kernel-source/include/net/sch_generic.h:198:17: error: implicit > declaration of function 'raw_write_seqcount_t_begin

Re: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error

2023-10-26 Thread Li Wang via lists.yoctoproject.org
hank for your careful to correct the potential issue. I will send V2. LiWang. On 10/23/2023 22:15, Paul Gortmaker wrote: [[linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error] On 22/10/2023 (Sun 19:21) Li Wang via lists.yoctoproject.org wrote: kernel-sourc

[ping]Re: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error

2023-10-25 Thread Li Wang via lists.yoctoproject.org
ping... Thanks, LiWang. On 10/22/2023 19:21, Li Wang via lists.yoctoproject.org wrote: kernel-source/include/net/sch_generic.h:198:17: error: implicit declaration of function 'raw_write_seqcount_t_begin'; did you mean 'raw_write_seqcount_begin'? [-Werror=implicit-function-declaration] Signed-o

Re: [ping]Re: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error

2023-10-25 Thread Bruce Ashfield
ping to answer the questions that Paul asked. ;) I'm not going to merge this until that happens. Bruce On Wed, Oct 25, 2023 at 10:23 PM Wang, Li wrote: > > ping... > > Thanks, > LiWang. > > On 10/22/2023 19:21, Li Wang via lists.yoctoproject.org wrote: > > kernel-source/include/net/sch_generic.