Linux kernel config/source

I'm wanting to do some testing (syzkall+kasan+kubsan+ktsan) on some specific syscalls before I allow them to happen in user supplied code on my linode. I've looked breifly for a list of patches applied to the linode supplied kernels. Does anyone know where to find that and the config options they have enabled?

1 Reply

Unless specifically mentioned on the kernels page, there are no patches applied to Linode kernels. You can get the kernel config for a kernel by booting it and grabbing the contents of /proc/config.gz (as the extension indicates, this file is gzipped, so the usual invocation is "zcat /proc/config.gz > /usr/src/linux/.config" or the like).

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct