From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 AE3B32EF2B9; Fri, 11 Jul 2025 16:36:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752251807; cv=none; b=Cb/LjE9fy3bRaVm3UeWY3/+3MKmoVWwcriQYQ0t/ijCaPK8639GLJpJWepv95A2KQ45RIS/p3VQ/pPw4xkBOVcdbvu7z/envm/T54mp3SynS72T/LTuUsZswr4iG2qAoj17CP46WOsAef1/TITHZ/co2f0iTJolLDuEW80yGMkI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752251807; c=relaxed/simple; bh=mGZlL1iSX7Cl9+ZNHxcW3xUugqjm/r6FYg5JEGbG2FI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=I8MpfE+8pNCA7hC/Nwo+i0X65eT6WuQifb/TkO+FDz5GQS2oFcUrTyZ5dPrw+lWdYbLN0h7SZPeZkc1Z3q3F3HAcZZ1s53dqZ9m8Q67sFKXkKbWdi7/8sgFEih5SLPmDhVjDZqU4v36Eb5YS+g6zg+ANbuMrW71aMMb+ePQy1Tc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bOnM90aB; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bOnM90aB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0A71C4CEED; Fri, 11 Jul 2025 16:36:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752251807; bh=mGZlL1iSX7Cl9+ZNHxcW3xUugqjm/r6FYg5JEGbG2FI=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=bOnM90aB4RTarS4ISLl4d6OVG9eJKic6Ex+P0Bgy5IkdpG4vSmsAjxYAnfJK5uKQf Yc3MYK1mgubqFJNI4dRhAa9zYRBeyDZjfRaiekC/XNLc+YVRGKfuWM2vU8BJaR9K9T OM8QUcOcmitGbBhwhsqyzRn2xuMfUt1vsn6qcHBkGBYim028KEcq6YmUHvOHHCrJ+c XdEhRMkb+SKSD3iefcLYdtX+zxFCBiceyVGtMHrprxIYYNaCEdH+EogvnkzQvomaWZ Qfw0tegKCzaRyFI705znaC8d5YzSoDAamKZRIWFfJAQgSVe+dCl91ka7LWHtQkgHZA qSBe+LEZwZicQ== Date: Fri, 11 Jul 2025 11:36:45 -0500 From: Bjorn Helgaas To: Bandhan Pramanik Cc: Manivannan Sadhasivam , Jeff Johnson , linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, stable@vger.kernel.org Subject: Re: Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567 Message-ID: <20250711163645.GA2294895@bhelgaas> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Jul 11, 2025 at 09:34:43PM +0530, Bandhan Pramanik wrote: > Hello, > > I really couldn't find on the internet how to compile a single file > now that I have compiled the whole kernel. > > Any ways to do that? If you apply the patch (cd to the linux/ directory, then "patch -p1 < email-file"), then run whatever "make" command you used before, it should rebuild that file and relink the whole kernel. Bjorn