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 <[email protected]> wrote: > > 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-off-by: Li Wang <[email protected]> > > --- > > include/net/sch_generic.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h > > index 72be68652bb8..4574dd262efd 100644 > > --- a/include/net/sch_generic.h > > +++ b/include/net/sch_generic.h > > @@ -195,7 +195,7 @@ static inline bool qdisc_run_begin(struct Qdisc *qdisc) > > * Variant of write_seqcount_t_begin() telling lockdep that a > > * trylock was attempted. > > */ > > - raw_write_seqcount_t_begin(s); > > + raw_write_seqcount_begin(s); > > seqcount_acquire(&s->dep_map, 0, 1, _RET_IP_); > > return true; > > } > > > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13237): https://lists.yoctoproject.org/g/linux-yocto/message/13237 Mute This Topic: https://lists.yoctoproject.org/mt/102192813/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
