From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753213AbdF2Uv5 (ORCPT ); Thu, 29 Jun 2017 16:51:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:38190 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751532AbdF2Uvz (ORCPT ); Thu, 29 Jun 2017 16:51:55 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 06DD622B5F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mcgrof@kernel.org From: "Luis R. Rodriguez" To: gregkh@linuxfoundation.org Cc: wagi@monom.org, yi1.li@linux.intel.com, takahiro.akashi@linaro.org, luto@kernel.org, ebiederm@xmission.com, dmitry.torokhov@gmail.com, arend.vanspriel@broadcom.com, dwmw2@infradead.org, rjw@rjwysocki.net, atull@kernel.org, moritz.fischer@ettus.com, pmladek@suse.com, johannes.berg@intel.com, emmanuel.grumbach@intel.com, luciano.coelho@intel.com, kvalo@codeaurora.org, torvalds@linux-foundation.org, keescook@chromium.org, dhowells@redhat.com, pjones@redhat.com, hdegoede@redhat.com, alan@linux.intel.com, tytso@mit.edu, dave@stgolabs.net, mawilcox@microsoft.com, tglx@linutronix.de, peterz@infradead.org, mfuzzey@parkeon.com, jakub.kicinski@netronome.com, nbroeking@me.com, jewalt@lgsinnovations.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH v3 0/4] firmware: few pending fixes Date: Thu, 29 Jun 2017 13:51:47 -0700 Message-Id: <20170629205151.5329-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg, this v3 series brings together two pending set of of lingering fixes I had queued up for the firmware API [0] [1] into one series to maker it clear in what order things should be applied. In this v3 series we just jump ship away from swait and revert back to the good 'ol wait/completion as you have suggested. These changes are available on my branch 20170629-fw-fixes-wait-v3 based on linux-next tag next-20170629 [2]. I've also tested applying them on Linus' tree and they apply cleanly there. I've gone ahead and re-tested this series with all the firmware selftests at tools/testing/selftests/firmware/ and things are peachy. If there are any questions please let me know. [0] https://lkml.kernel.org/r/20170614222017.14653-1-mcgrof@kernel.org [1] https://lkml.kernel.org/r/20170626212312.31958-1-mcgrof@kernel.org [2] https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux-next.git/log/?h=20170629-fw-fixes-wait-v3 Luis R. Rodriguez (4): firmware: fix batched requests - wake all waiters test_firmware: add test case for SIGCHLD on sync fallback firmware: avoid invalid fallback aborts by using killable wait firmware: send -EINTR on signal abort on fallback mechanism drivers/base/firmware_class.c | 20 ++++++++-------- tools/testing/selftests/firmware/fw_fallback.sh | 31 +++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 10 deletions(-) -- 2.11.0