From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6739560601010307072 X-Received: by 2002:a7b:cf3a:: with SMTP id m26mr1727529wmg.73.1569225003445; Mon, 23 Sep 2019 00:50:03 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:a78e:: with SMTP id q136ls4246248wme.1.gmail; Mon, 23 Sep 2019 00:50:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqycBpldd/CwhQz5rb4FEaIYSnn5fvTtLq5axNmxMiADMIGTYVtEAdaiiA+v750iiZ99ycqJ X-Received: by 2002:a1c:9a95:: with SMTP id c143mr393420wme.89.1569225003000; Mon, 23 Sep 2019 00:50:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569225002; cv=none; d=google.com; s=arc-20160816; b=uxfFMjpiyPc2EaTVvw1SyemtwduJlZsavQzyvzSfdGsXUbapyi4fTPmShoArTHVn3c HEtOkx3AIYbKg9o+MXHJxuH13GJZkhBjxOW1e845CSCIWd8pfMLX0kr88UieVJj2cNsR hVjh5YUNsiDhwamOhYbF4CSheg+5LoaMc7amJtz5UjL5VS10nHkxcM34vwCVF3esi2jM eY/z1Yff+tWHIOAVd4sBf27efDF7J8FG5Q8xsjEkWzg80x9wmqDJ3eFlYNe/nU7477A5 6nnBQXIsytehob2g1iRZ9S6dFBgIhGUekfGoLenJelRgcLa/iBHaKnbQjYLhvEC+3idX jRbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=ScNSOEcLNIgkvqCPt/b9u9Dm4zVVDCwQvNL0KnNf2qk=; b=1LNk+DfzOdqXxWBrHafYzh89zr863+eSCbMuT3CmE4giSErKK+wAUSAzN10eTFbV/q g4mX3CdBRxbPiCfBKXS4HfuvT66OLXTmOr2mIgMuw2QaCk3Mfg1bAkhzrfnfODy7b/sW DpTXFI6ieDJsFT1Uzyo9THcVvJOGs82Dyfb3nsoXI7vwIVjdWtGXBJ6l/lfBzAqLCjGI kviK7/w2n4mccTP6Q3UNkh6ams0U+brCA89lkzp5mquL5/335vyvWG7wOeJBALwl/Eak pSPJLGkmCjK2vmGI0mhNl638csxsGGH0nlSZXEfT2JPelYLQP2cuKeyLs5AInu0VPUEF 0mmg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id s65si467324wme.2.2019.09.23.00.50.02 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Sep 2019 00:50:02 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x8N7o0TR005670 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 23 Sep 2019 09:50:02 +0200 Date: Mon, 23 Sep 2019 09:50:00 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v5 00/27] Pending patches, fix for isar-bootstrap, devshell Message-ID: <20190923075000.7beb7runixtw6upg@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <20190923063308.p5myziqhfyxqzkvz@yssyq.m.ilbers.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: yd3EGsYvguhZ On Mon, Sep 23, 2019 at 09:33:35AM +0200, Jan Kiszka wrote: > Was the issue occurring with or without my lock-removal patch for > isar-bootstrap applied? I'm asking because the lock removal surfaced the > false sharing issue that is now (assumed to be) fixed with this series. I had issues with both, but the error messages were different with and without the lock-removal patch, that is why I'm for now not convinced we can remove it safely. With kind regards, Baurzhan.