On 04/05/2018 05:55 PM, Vincent Bernat wrote:
❦ 5 avril 2018 17:00 +0200, Michal Privoznik <mprivozn@redhat.com> :
0001-util-don-t-check-for-parallel-iteration-in-hash-rela.patch
From 7bf32825325b124edce58687a8cd2ceff13328b9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat <vincent@bernat.im> Date: Wed, 4 Apr 2018 16:25:37 +0200 Subject: [PATCH] util: don't check for parallel iteration in hash-related functions
Can you send this as a regular patch? I'd like to review it.
What do you mean by regular? Not an attachment? Through git send-email?
Yes. git send-email.
FI, I am now running this patch on 22 hosts without any detected issues.
Oh that sounds good. We need to go through all callbacks and check whether they are accessing the table though. This is going to be slightly more time consuming, but it's feasible. Michal