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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 2B193C433DF for ; Wed, 14 Oct 2020 09:50:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC9E520BED for ; Wed, 14 Oct 2020 09:50:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602669034; bh=PWMcktYWGX5cirr1SZGffRJadQvVe1x5PJA4l+afSK0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nmX6G9bk6LCVIedHGLcnKDWbh0hbp4jRdek/hjd1qGyTDBj3xR8wYA7HP5lvcHOqX wGdt3/jAaJe2//C1h/eLDLuxS2z7l5QsWxsBf0tqcRyoubMJp6/msHlBzGx6tRJ589 rNMh1i2riXO9toq1eyPp8OOvjzDtnSF1rhP4T4YE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726491AbgJNJue (ORCPT ); Wed, 14 Oct 2020 05:50:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:55188 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726147AbgJNJue (ORCPT ); Wed, 14 Oct 2020 05:50:34 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1B63B20757; Wed, 14 Oct 2020 09:50:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602669033; bh=PWMcktYWGX5cirr1SZGffRJadQvVe1x5PJA4l+afSK0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0nHxwWMVfbrHZ79+HJQglRiAtS/NLV9kTOptBom/pTg2Wh/+yL8f8iU/JgeWF/Ygs pB19uiky4hZyuT/8LHZ16Jmga/3yXA+CJ50/ZSzpLsg9/BrJwtgmQ/64ragvEa6Wfy 7I/L7CD8/T0IuRmDcTHcF1gmRb0Bo7SX9VOQaJx0= Date: Wed, 14 Oct 2020 11:51:08 +0200 From: Greg KH To: =?iso-8859-1?Q?J=FCrgen_Gro=DF?= Cc: stable@vger.kernel.org, Stefan Bader , Boris Ostrovsky Subject: Re: [PATCH] xen/events: don't use chip_data for legacy IRQs Message-ID: <20201014095108.GB3597464@kroah.com> References: <20201005061957.13509-1-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Oct 14, 2020 at 11:31:33AM +0200, Jürgen Groß wrote: > Any reason this has not made it into 5.4.y and older by now? > > This patch is fixing a real problem... What is the git commit id of this patch in Linus's tree? thanks, greg k-h