Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2803016imu; Sun, 23 Dec 2018 08:09:05 -0800 (PST) X-Google-Smtp-Source: ALg8bN6y7dn7PuBGJ9JWTjIj2SgL7inIE2Mz+5L5Mi1qqnDCMSRbqEmuZncdYNtYWA5opw6NUxz0 X-Received: by 2002:a65:43c5:: with SMTP id n5mr9855966pgp.250.1545581345395; Sun, 23 Dec 2018 08:09:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545581345; cv=none; d=google.com; s=arc-20160816; b=nu69tq9hxshRh5FKxh6vXZPBNC+C8k3cpzXYHyuZVxlu0f7QJxAm3Mmzqcl2/qX5eO cRLZnuupMIYAtr+l4vwm6ep7Q8Lo34DTXT2f+4vxhnECBk3T+8NyZa8z9UhgawWkKhj6 YAgw5WgVMi0rduW7VvOmIL/9Ksl7E8pi9m6kpxsC+AxpLgX3SLKqcI7jFoMQyF3ew4W9 LW2duBqUWY5p/Edw5+59iBPzdgvvqNM4LodnKsiCRIGNTfxbBXWB3N4DouBDF2n4+iWP 5OqT1PICqcIe6ZG2vyCCk+LQd8I3fK/AygJHP8LZiGxE9r7di6fxz0jprhAfgaqbTuWA p/cw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=u7rdtv1mqBQunw5O5lctKzB/CQkwtkRPMbdCaIhN5eA=; b=xXrjDy42uYXnTNXQASVd4Zlzpm0EbpwBmdn8A+K0zy90kUI8pkLnO/WrDLerp6hC/4 GyKQOZLphIGOaPtL+2MpSXeOVFxVBqORqIn6OCKb53okFaXrnczJtWii2QcTeH04Qz5H 0jsIeV7eYEni91/GTyiuoKG5hqnU3px4M4G2gM4wAIKHq2L6F87V8Gmm6/SdUGfqfRnT VwaHh23pDK5+cqiAZNfO7cQbmtyJYXCMnQ534RwsnV4Xd7Qy2An+RM5m5XqCHDxiCUhV OAOo5SWPm9drYIT68iJVHNfZWuEwTZpou+/YQ+vowdQJjM7hMxQOh8AQzDEvlgnOAf4j CbOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a12si26427573pll.112.2018.12.23.08.08.49; Sun, 23 Dec 2018 08:09:05 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392511AbeLVRCH (ORCPT + 99 others); Sat, 22 Dec 2018 12:02:07 -0500 Received: from ozlabs.org ([203.11.71.1]:37977 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392402AbeLVRBD (ORCPT ); Sat, 22 Dec 2018 12:01:03 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 43MLSf5Txrz9sPG; Sat, 22 Dec 2018 20:54:42 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 2fea82db113e4422ef5c8e6209908806e5fb6b63 X-Patchwork-Hint: ignore In-Reply-To: <20181210215203.1936171-1-arnd@arndb.de> To: Arnd Bergmann , Russell Currey , Sam Bobroff , "Oliver O'Halloran" , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: Alexey Kardashevskiy , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: powerpc: eeh_event: convert semaphore to completion Message-Id: <43MLSf5Txrz9sPG@ozlabs.org> Date: Sat, 22 Dec 2018 20:54:42 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-12-10 at 21:51:57 UTC, Arnd Bergmann wrote: > For this use case, completions and semaphores are equivalent, > but semaphores are an awkward interface that should generally > be avoided, so use the completion instead. > > Signed-off-by: Arnd Bergmann Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/2fea82db113e4422ef5c8e62099088 cheers