All of lore.kernel.org
 help / color / mirror / Atom feed
  • [parent not found: <20260522164415.846589-5-mwilck@suse.com>]
  • * Re: [PATCH v2 00/19] multipath-tools: asynchronous checker framework
           [not found] <20260522164415.846589-1-mwilck@suse.com>
           [not found] ` <20260522164415.846589-10-mwilck@suse.com>
           [not found] ` <20260522164415.846589-5-mwilck@suse.com>
    @ 2026-06-02  5:53 ` Benjamin Marzinski
      2 siblings, 0 replies; 10+ messages in thread
    From: Benjamin Marzinski @ 2026-06-02  5:53 UTC (permalink / raw)
      To: Martin Wilck
      Cc: Christophe Varoqui, Brian Bunker, dm-devel, Xose Vazquez Perez,
    	Martin Wilck
    
    On Fri, May 22, 2026 at 06:43:56PM +0200, Martin Wilck wrote:
    > Based on my previous patch set [1], which introduced the "runner" thread
    > handling code as an abstract implementation of the asynchronous checker
    > logic in the TUR checker, this set introduces a generic "async_checker"
    > type and converts all existing checkers except directio to this framework.
    > With this set applied, all checkers run asyncrhonously unless explicitly
    > forbidden to do so with the "force_sync" option.
    > 
    > Patch 1-3 are minor preparations. Patch 4-8 introduce a general concept of a
    > refcounted "shared" pointer and use it to replace multiple instances
    > of hard-coded refcounts on objects. Patch 9 converts the current TUR code
    > into a generic asynchronous checker type by separating the actual TUR
    > code from the handling of the async runners. Patch 10 adds support for
    > this async checker type in the checkers code by searching for
    > "libcheck_async_func" with dlsym() in checker DSOs. Patch 11-15 convert
    > all checkers except emc_clariion to the async_checker framework.
    > emc_clariion is special because it needs extra context both for the checker
    > itself and for multipath-related information. Patch 16 and 17 add the
    > respective additional fields to the async_checker framework. The mpcontext
    > handling is rewritten, because the current apporach of handling void **
    > pointers would be disastrous in scenarious with truly asynchronous checker
    > threads that may hang forever. Patch 18 finally converts emc_clariion,
    > using the concepts from patch 16 and 17.
    > 
    > Comments and reviews welcome.
    > 
    > Regards,
    > Martin
    > 
    
    Sorry for the late review. For the set:
    
    Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com>
    
    
    ^ permalink raw reply	[flat|nested] 10+ messages in thread

  • end of thread, other threads:[~2026-06-02  5:53 UTC | newest]
    
    Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20260522164415.846589-1-mwilck@suse.com>
         [not found] ` <20260522164415.846589-10-mwilck@suse.com>
    2026-05-27  9:40   ` [PATCH v2 09/19] libmpathutil: runner: use shared_ptr Hannes Reinecke
    2026-05-27 10:11     ` Martin Wilck
    2026-05-27 13:13       ` Hannes Reinecke
    2026-05-27 14:11         ` Martin Wilck
    2026-05-27 17:30           ` Hannes Reinecke
         [not found] ` <20260522164415.846589-5-mwilck@suse.com>
    2026-05-27  9:28   ` [PATCH v2 04/19] libmpathutil: add implementation of generic shared pointer Hannes Reinecke
    2026-05-27 10:43     ` Martin Wilck
    2026-05-27 23:16   ` Benjamin Marzinski
    2026-05-28  7:50     ` Martin Wilck
    2026-06-02  5:53 ` [PATCH v2 00/19] multipath-tools: asynchronous checker framework Benjamin Marzinski
    

    This is an external index of several public inboxes,
    see mirroring instructions on how to clone and mirror
    all data and code used by this external index.