Compiled the usual way: the bzImage compiled within 4-5 minutes (compared to 1 hour previously), and the modules compiled within 1 hour (compared to 8 hours previously). Also, the congestion strangely didn't happen. It was instead silently followed by "No Internet".
Didn't add the kernel-level journalctl because I'm sure that the normal journalctl includes the kernel-level stuff too: https://gist.githubusercontent.com/BandhanPramanik/ddb0cb23eca03ca2ea43a1d83...
Please let me know what you think of the logs.
Bandhan
On Fri, Jul 11, 2025 at 10:06 PM Bjorn Helgaas helgaas@kernel.org wrote:
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