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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A61A2C433F5 for ; Mon, 2 May 2022 08:53:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383712AbiEBI40 (ORCPT ); Mon, 2 May 2022 04:56:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379666AbiEBI4Z (ORCPT ); Mon, 2 May 2022 04:56:25 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 511F726132 for ; Mon, 2 May 2022 01:52:56 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1651481574; 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=Q7rEm43a8zVghi0CMcsMpehioeSz+ZSInxwix1OPs3E=; b=3Dh9tlnuWcgugCmsgwk8MkJxKeq1HEVxf6dvOvhy0N3eOL8S75kOjHmabP8v+DtKTzbOmI NJnxP2Gqy3LxzIt45JD+wEa2kc5OauPU5SydtvQduHY7+OaiFji4zFrwGqnGlkytSpBzTs 1j3q5mvrcLuP2pb5O+ikuuLOpxLexDYt8r3MYq9ydNTUI3lFTaODq3zE8asY5+QduYULCc gddz8tz3LLYwfuISU2wxsvIX6qSvm374TntrG8GNQ047rH2AtnsZ5UmSWxQyrPmyrn+Olq qxn1b3P6dw6sFsNqUhAvzbGv2b//8Yft3402/zTZEDPOFsp5vxWLE5Nf9AGa3Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1651481574; 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=Q7rEm43a8zVghi0CMcsMpehioeSz+ZSInxwix1OPs3E=; b=5pRl9gIqiMXnvQ40jzf93U9/Xsr/DkBI514tHxRgDleSiLZiX7TklMj5YD+h4rJJLw0D7S l6Wdf2GCUJPNZyDg== To: Ondrej Mosnacek , "David S. Miller" Cc: sgoutham@marvell.com, Jakub Kicinski , Paolo Abeni , network dev Subject: Re: ['[PATCH] net: thunderx: Do not invoke pci_irq_vector() from\n interrupt context', ''] In-Reply-To: References: <87r15gngfj.ffs@tglx> <165142141033.5854.5996010695898086875.git-patchwork-notify@kernel.org> Date: Mon, 02 May 2022 10:52:53 +0200 Message-ID: <877d74nwnu.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, May 02 2022 at 10:27, Ondrej Mosnacek wrote: > On Sun, May 1, 2022 at 6:10 PM wrote: >> Here is the summary with links: >> - net: thunderx: Do not invoke pci_irq_vector() from interrupt context >> https://git.kernel.org/netdev/net/c/6b292a04c694 > > It seems the patch got mangled when applying? The commit is missing > the subject line. Probably my fault. I somehow managed to have the proper Subject: line and another empty 'Subject:' header in that mail. Thanks, tglx