From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 98B5168 for ; Thu, 2 Dec 2021 06:50:57 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10185"; a="236578584" X-IronPort-AV: E=Sophos;i="5.87,281,1631602800"; d="scan'208";a="236578584" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2021 22:50:37 -0800 X-IronPort-AV: E=Sophos;i="5.87,281,1631602800"; d="scan'208";a="512442638" Received: from vidyasiv-mobl1.amr.corp.intel.com (HELO vcostago-mobl3) ([10.209.65.229]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2021 22:50:36 -0800 From: Vinicius Costa Gomes To: Greg KH Cc: roots@gmx.de, kuba@kernel.org, netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org, stable@vger.kernel.org, regressions@lists.linux.dev Subject: Re: [PATCH] igc: Avoid possible deadlock during suspend/resume In-Reply-To: References: <87r1awtdx3.fsf@intel.com> <20211201185731.236130-1-vinicius.gomes@intel.com> Date: Wed, 01 Dec 2021 22:50:36 -0800 Message-ID: <87ilw7ts8z.fsf@intel.com> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Greg KH writes: > On Wed, Dec 01, 2021 at 10:57:31AM -0800, Vinicius Costa Gomes wrote: >> Inspired by: >> https://bugzilla.kernel.org/show_bug.cgi?id=215129 >> > > This changelog does not say anything at all, sorry. Please explain what > is happening here as the kernel documentation asks you to. It was intended as just some patch for the reporter to try while narrowing the problem down. Sorry for the noise. I should have thought about removing stable from CC. Thank you, -- Vinicius