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 2C955C433EF for ; Sat, 9 Jul 2022 06:34:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229564AbiGIGeS (ORCPT ); Sat, 9 Jul 2022 02:34:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbiGIGeR (ORCPT ); Sat, 9 Jul 2022 02:34:17 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49CDA1DA7D; Fri, 8 Jul 2022 23:34:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id B0C29CE2E99; Sat, 9 Jul 2022 06:34:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 956ECC3411C; Sat, 9 Jul 2022 06:34:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657348453; bh=2uTm3WC6wxy89V7V/4cci/5HmlCO92Cyj+BDgD/BNfo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MCBWD3s4U8kA4iVEWKblTdkSCNRCHOfNLpLNLmDlorBjcJyIIsm6Gg0jieTau6y2+ 8NJEmjoY7DtJ39rJgF+Ovd3Vjg3gGv+U+Cq/3gBKuYUi2DOiWvfQBqfzG06nMU2Qu+ 8UgwaK/hNQT6DH23pMYCoeHk+UPWkW14mhefAbi0= Date: Sat, 9 Jul 2022 08:34:10 +0200 From: Greg KH To: Demi Marie Obenour Cc: Juergen Gross , Linux kernel regressions , stable@vger.kernel.org, Linux kernel mailing list , Xen developer discussion Subject: Re: gntdev warning fixes Message-ID: References: <20220708163750.2005-1-demi@invisiblethingslab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220708163750.2005-1-demi@invisiblethingslab.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 08, 2022 at 12:37:44PM -0400, Demi Marie Obenour wrote: > The recent gntdev fixes introduced two incorrect WARN_ON()s, which > triggered immediately on my system. Patches for master and all > supported stable versions follow. > > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.