From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DF2BC54FCB for ; Thu, 23 Apr 2020 11:27:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4828C2077D for ; Thu, 23 Apr 2020 11:27:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="F0KrhOau" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728074AbgDWL1O (ORCPT ); Thu, 23 Apr 2020 07:27:14 -0400 Received: from mail26.static.mailgun.info ([104.130.122.26]:42075 "EHLO mail26.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727919AbgDWL1M (ORCPT ); Thu, 23 Apr 2020 07:27:12 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1587641232; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=sN+JVDy0DX/YotD0h69bgiRTsV8csKuY9oUAics7/XU=; b=F0KrhOau7/RBhme72x+vDXL8NwkLjE2RVfPlBi/aTm1h6ZZKuy6gljM4RhmW5C0gOFrEizIZ XKfefWJgygKg1r4hAkl5MlQPO7Stag8GEiihK9H7xH3wDqAU4qLvTerec7c7PqAl+8pT8EqT 4lNna9gjtTN10IXM1670n4BfyHM= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5ea17b8d.7f7b5c24f068-smtp-out-n02; Thu, 23 Apr 2020 11:27:09 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id E4D9DC4478C; Thu, 23 Apr 2020 11:27:07 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id CC767C433CB; Thu, 23 Apr 2020 11:27:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org CC767C433CB Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Mark Brown Cc: Kai-Heng Feng , yhchuang@realtek.com, Dejin Zheng , "David S. Miller" , Alexios Zavras , Jonathan Corbet , Thomas Gleixner , Mauro Carvalho Chehab , open list , linux-wireless@vger.kernel.org Subject: Re: [PATCH 1/2] iopoll: Introduce read_poll_timeout_atomic macro References: <20200423063811.2636-1-kai.heng.feng@canonical.com> <87lfmmn1fo.fsf@kamboji.qca.qualcomm.com> <20200423102347.GC4808@sirena.org.uk> Date: Thu, 23 Apr 2020 14:27:02 +0300 In-Reply-To: <20200423102347.GC4808@sirena.org.uk> (Mark Brown's message of "Thu, 23 Apr 2020 11:23:47 +0100") Message-ID: <87eeseigs9.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mark Brown writes: > On Thu, Apr 23, 2020 at 09:47:23AM +0300, Kalle Valo wrote: > >> I don't know who maintains iopoll.h, at least MAINTAINERS file doesn't >> have an entry, so not sure how to handle this patch. > > Andrew Moton often picks up things like that, or if it's used by some > other patch as the original message indicated then often whoever picks > up the user can pick up the core change as well. Oh, ok. As patch 2 goes to my wireless-drivers-next tree would it be ok for everyone if I take this patch as well? -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches