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=-6.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D9B4AC56202 for ; Tue, 27 Oct 2020 15:24:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8CC2720657 for ; Tue, 27 Oct 2020 15:24:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="hU3438/G"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="edxYOTDd" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1797511AbgJ0PX7 (ORCPT ); Tue, 27 Oct 2020 11:23:59 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:47546 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1797180AbgJ0PWG (ORCPT ); Tue, 27 Oct 2020 11:22:06 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1603812124; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZpUA5T6GnqkL1oqvAwNtwEv/lxjhPPmZ7O6sI+tfvDs=; b=hU3438/GeulhC9U+rgBa3ne3IR8cwYgHVtt2xgj/3xw2gcU7K4hAW9oSqCCYHRzD2MxkAS uimd452kFnZN1CUwPDy4lCcm8ifmX5RLu9kU/dRMAzGZp2a7kTIEs4KWTEAvEKjVX8V7kE OtUilBoYiURaWY68Oxf4CqALxC1Dvg03zb5U6W8qWYAHn4cFUML1nn9gJOd+Zxd2Vr82KE 0Jc2107h2FUzhxVnY7vC9yUh5CjhJhWXtA+EQHu6KZkfwOnHs5rRBBbJA7eAl3IdDvdsKw vceNhfjfoS0QJrPSDhFO3fw0GnMuEtxFdX8p2MRASdaoGdsCp36Eoo0e44Si4A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1603812124; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZpUA5T6GnqkL1oqvAwNtwEv/lxjhPPmZ7O6sI+tfvDs=; b=edxYOTDdAdOBYBCllantSJcHX9nVuXGxgiGlV1ORSUid3sz6uG5u5fR6RfdvSFbxpbSjZz idH1FJgq7zjdXfBA== To: John Garry , gregkh@linuxfoundation.org, rafael@kernel.org, martin.petersen@oracle.com, jejb@linux.ibm.com Cc: linuxarm@huawei.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, maz@kernel.org, John Garry Subject: Re: [PATCH 1/3] genirq/affinity: Add irq_update_affinity_desc() In-Reply-To: <1603800624-180488-2-git-send-email-john.garry@huawei.com> References: <1603800624-180488-1-git-send-email-john.garry@huawei.com> <1603800624-180488-2-git-send-email-john.garry@huawei.com> Date: Tue, 27 Oct 2020 16:22:03 +0100 Message-ID: <87h7qf1yp0.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org John, On Tue, Oct 27 2020 at 20:10, John Garry wrote: > From: Thomas Gleixner > > Add a function to allow the affinity of an interrupt be switched to > managed, such that interrupts allocated for platform devices may be > managed. > > > > [jpg: Add commit message and add prototypes] > Signed-off-by: John Garry > --- > Thomas, I just made you author since you provided the original code, hope > it's ok. I already forgot about this. And in fact I only gave you a broken example. So just make yourself the author and add Suggested-by: tglx. Vs. merging. I'd like to pick that up myself as I might have other changes in that area coming up. I'll do it as a single commit on top of rc1 and tag it so the scsi people can just pull it in. Thanks, tglx