Skip to main content
Linux kernel

Linux kernel

Operating systemWikipedia

Search complete. 207 mentions across 60 episodes found for "Linux kernel".

Sep 12, 2026

speaker_4HOST
18:12
Why does it do that?
speaker_5HOST
18:14
It usually means the Linux kernel has placed a lock on the virtual optical drive, or maybe it just failed to automatically mount the previous state.
speaker_4HOST
18:22
So how do you fix it?
speaker_5HOST
18:23
You have to actually power down the VM, go into the hypervisor's hardware settings at the top menu, manually disconnect the virtual CD and DVD drive, and if it's already connected, you disconnect it and reconnect it just to force a state refresh and then boot back up.
speaker_5HOST
20:00
Exactly.
speaker_5HOST
20:01
The guest additions require kernel-level access, so they can intercept display protocols and modify the clipboard daemon.
speaker_5HOST
20:08
By forcing you to use sudo, the Linux kernel is demanding explicit cryptographic authorization from you, the system administrator.
speaker_5HOST
20:16
It's basically making you say, I understand that this script is going to alter the core communication layer of this operating system, and I am officially authorizing it.
speaker_29NARRATOR
11:58
If England's rugby strategy is to preemptively reward potential failure, maybe they should hire fortune tellers as assistant coaches to guide them through next season's crystal ball predictions.
speaker_30NARRATOR
12:18
Linux kernel launch on new platform promises seamless integration.
speaker_30NARRATOR
12:22
If the Linux kernel gets any more universal, it'll soon be running on your toaster, calculating the optimal crispness level while pondering the mysteries of the universe with a side of perfectly brown toast.
speaker_31NARRATOR
12:40
Trump's DOJ declares training is an infringement amidst fair use battles.
speaker_31NARRATOR
12:45
When training in AI is like teaching a parrot to swear, it's all fun and games until lawsuits start squawking.
Darren McKeeHOST
2:36
a benchmark of about 900 instances derived from real-world vulnerabilities in users-based programs.
Darren McKeeHOST
2:42
So there's some JavaScript here, Linux kernel for people who are interested in such things, all intended to measure whether AI agents can convert known vulnerabilities into working exploits.
Darren McKeeHOST
2:51
Sure.
Darren McKeeHOST
2:52
OpenAI was running an internal evaluation based on this benchmark when the incident occurred.
speaker_3HOST
9:53
Exactly.
speaker_3HOST
9:54
It's trying to make Windows system calls, but the Linux kernel has absolutely no idea what those commands mean.
speaker_3HOST
10:00
It is attempting to speak French to a machine that only understands Japanese.
speaker_2HOST
10:04
The operating system just drops the unreadable request.
Bryan LundukeHOST
0:12
How crazy is that? How crazy.
Bryan LundukeHOST
0:15
Good or bad, that is a massive, massive shift of Mac, iOS, Android, Windows, Linux itself, the Linux kernel, and almost all significant components of a Linux workstation and server are now developed by AI across the board.
Bryan LundukeHOST
0:37
L-look at this chart right here.
Bryan LundukeHOST
0:39
This is, this is the Linux kernel code submission chart where I've been tracking this since the, the start of the year when AI submissions to the Linux kernel first started getting labeled, uh, as AI submissions.
Bryan LundukeHOST
0:54
They have a policy in the Linux kernel that you can submit all the AI you want, all the AI code submissions you want, uh, but you just have to label it as such.
Bryan LundukeHOST
1:01
There's a...
Bryan LundukeHOST
1:02
They call it an assisted by tag.
Bryan LundukeHOST
1:44
Um, and that shot way up, right? So I was like, "Whoa, whoa." I took notice of that.
Seth JenkinsGUEST
4:03
So my name is Seth and I work as a minion on Project Zero.
Seth JenkinsGUEST
4:08
Most of my time I spend, I've been spending a lot of time looking at Linux kernel.
Seth JenkinsGUEST
4:13
That's sort of what my background is, is looking for Linux kernel vulnerabilities.
Seth JenkinsGUEST
4:17
Recently in the past, I've been on the team now for, let's see, it must have been since 2022.
Seth JenkinsGUEST
4:23
So about four years now.

9 MINS LATER

Seth JenkinsGUEST
13:27
And then it's the drivers? Yeah.
Seth JenkinsGUEST
13:29
And then what did you have to do after that? Yeah.
Seth JenkinsGUEST
13:31
So once you exploit the driver, I mean, so the driver is running in the context of the Linux kernel, right? So if you are finding bugs in the driver, memory corruption bugs, it's the same sort of like memory corruption sort of issues that you could have, except this time it's now running in the context of the kernel, right? And so once you are able to actually, you know, attack this driver, cause some sort of memory corruption in the kernel, you're on the way to kernel code execution.
Michael TunnellHOST
27:37
The main tool chain moves to BenUtils 2.47, GCC 16.2, and glibc 2.44.
Michael TunnellHOST
27:41
The book now uses Linux kernel 7.1.8, along with Python 3.14.7, Systemd 2.61.2, OpenSSL 4.0.1, core utils 9.11, and a bunch of other updated components.
Michael TunnellHOST
28:01
In total, 46 packages were updated and added since LFS 13.0, and the team says more than 200 commits went into the book between releases.
Michael TunnellHOST
28:09
There are also some security-related updates, but the reason I want to tell you about this is because I like covering Linux from scratch.
Josh BressersHOST
22:07
Is this the one titled Control is the New Frontier in Security AI?
Jaya BalooGUEST
22:11
The title of the blog is called The Model that Fixes Your Code Might Hack the Linux Kernel.
Jaya BalooGUEST
22:21
And what we're basically saying is we can trojanize an AI model to insert all kinds of malicious payloads into specific code bases.
Jaya BalooGUEST
22:30
So you think you're getting something, but you're actually getting this very scary thing.
Carl FranklinHOST
6:51
All right, so the next one is kind of, ah, seems important.
Carl FranklinHOST
6:54
Ah, the proof concept published for Linux Kernel Privesc, ah, flaw.
Carl FranklinHOST
7:01
And, and I was reading it and I was trying to figure out how the heck could, you know, how hard is it to, to...
Carl FranklinHOST
7:06
How easy is it for somebody to be exploited if they have a Linux box that's on the internet? Turns out they have to have a user account, right?
Patrick HyndsHOST
11:54
But I read something, or, or w- there was a story, uh, years ago, I think it was before we started the podcast, where they were talking to Linus Torvald who's the guy who started Linux.
Carl FranklinHOST
12:03
Right.
Patrick HyndsHOST
12:03
And they pointed out that there were some problems with the Linux kernel That were architectural-
Duane LaFlotteHOST
12:09
Hmm
Bryan LundukeHOST
8:19
And another thing I find interesting, I find this really fascinating.
Bryan LundukeHOST
8:23
This chart right here, represents AI-generated code submissions to the Linux kernel, right? So this is just the Linux kernel and just since February.
Bryan LundukeHOST
8:35
We don't really have good numbers for January and before because like mid to late January is when The Linux kernel started doing self-reporting on new patches coming in about whether or not they were AI-generated.
Bryan LundukeHOST
8:48
So that's the only period of time we have any sort of real numbers on at all.
Bryan LundukeHOST
8:53
But you'll notice something.
Bryan LundukeHOST
9:21
I find that fascinating.
Bryan LundukeHOST
9:23
I find it fascinating that there are huge numbers of Linux users out there because a lot of the people doing this attacking were Linux users when you go into their bios, like lots of them were, and they were just vulgar and angry about it.
Bryan LundukeHOST
9:37
But they're Linux users that are not only attacking people, and vilifying people rather viciously for using AI, but they at the same time are themselves using the Linux kernel, which is over 10% AI vibe coded.

50 more episodes mention Linux kernel.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.