[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250402134030.26a9b141@gandalf.local.home>
Date: Wed, 2 Apr 2025 13:40:30 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org, Masami
Hiramatsu <mhiramat@...nel.org>, Mark Rutland <mark.rutland@....com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>, Andrew Morton
<akpm@...ux-foundation.org>, Vincent Donnefort <vdonnefort@...gle.com>,
Vlastimil Babka <vbabka@...e.cz>, Mike Rapoport <rppt@...nel.org>, Jann
Horn <jannh@...gle.com>
Subject: Re: [PATCH v5 3/4] tracing: Use vmap_page_range() to map memmap
ring buffer
On Wed, 2 Apr 2025 10:20:58 -0700
Linus Torvalds <torvalds@...ux-foundation.org> wrote:
> You should damn well keep track of where the memory comes from.
And it does.
>
> You can't just say "I'll take random shit, and then I'll ask the VM what it is".
>
> Stop it.
>
> If the address came from something you consider trustworthy, then just
> trust it. If some admin person gave you garbage, it's better to just
> get a random oops than to have random bogus code.
This has nothing to do with admins. This would only occur if the kernel
itself created a buffer from some random physical address and then tried to
mmap it to user space (which would be a bug).
My early career came from the military industry (I worked on the C17 engine
control systems in the early '90s). It was drilled in my head to have
safety checks throughout the code, in case something buggy happened, it
would be caught quickly later on.
The virt_addr_valid() would only be a debugging feature, hence the
added "WARN_ON()" for it.
But I'm fine to not do that.
-- Steve
Powered by blists - more mailing lists