Message ID | 20240829183741.3331213-1-andrii@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | uprobes: RCU-protected hot path optimizations | expand |
On 08/29, Andrii Nakryiko wrote: > > v3->v4: > - added back consumer_rwsem into consumer_del(), which was accidentally > omitted earlier (Jiri); still, Reviewed-by: Oleg Nesterov <oleg@redhat.com>
On Fri, Aug 30, 2024 at 12:24:01PM +0200, Oleg Nesterov wrote: > On 08/29, Andrii Nakryiko wrote: > > > > v3->v4: > > - added back consumer_rwsem into consumer_del(), which was accidentally > > omitted earlier (Jiri); > > still, > > Reviewed-by: Oleg Nesterov <oleg@redhat.com> > Let me go queue this in perf/core then. Thanks!
On 09/03, Peter Zijlstra wrote: > > On Fri, Aug 30, 2024 at 12:24:01PM +0200, Oleg Nesterov wrote: > > On 08/29, Andrii Nakryiko wrote: > > > > > > v3->v4: > > > - added back consumer_rwsem into consumer_del(), which was accidentally > > > omitted earlier (Jiri); > > > > still, > > > > Reviewed-by: Oleg Nesterov <oleg@redhat.com> > > > > Let me go queue this in perf/core then. Thanks! FYI, Andrii was going to send another revision due to missing include inux/rcupdate_trace.h in kernel/events/uprobes.c. See the build failure reported kernel test robot: https://lore.kernel.org/all/202408310130.t9EBKteQ-lkp@intel.com/ Oleg.
On Tue, Sep 03, 2024 at 03:59:43PM +0200, Oleg Nesterov wrote: > On 09/03, Peter Zijlstra wrote: > > > > On Fri, Aug 30, 2024 at 12:24:01PM +0200, Oleg Nesterov wrote: > > > On 08/29, Andrii Nakryiko wrote: > > > > > > > > v3->v4: > > > > - added back consumer_rwsem into consumer_del(), which was accidentally > > > > omitted earlier (Jiri); > > > > > > still, > > > > > > Reviewed-by: Oleg Nesterov <oleg@redhat.com> > > > > > > > Let me go queue this in perf/core then. Thanks! > > FYI, Andrii was going to send another revision due to missing include > inux/rcupdate_trace.h in kernel/events/uprobes.c. > > See the build failure reported kernel test robot: > https://lore.kernel.org/all/202408310130.t9EBKteQ-lkp@intel.com/ No problem, I'll sit on it.