mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dave Hansen <dave.hansen@intel.com>
To: Sohil Mehta <sohil.mehta@intel.com>,
	Fushuai Wang <wangfushuai@baidu.com>
Cc: aruna.ramakrishna@oracle.com, aubrey.li@intel.com, bp@alien8.de,
	brgerst@gmail.com, chang.seok.bae@intel.com,
	dave.hansen@linux.intel.com, hpa@zytor.com,
	linux-kernel@vger.kernel.org, mingo@redhat.com, oleg@redhat.com,
	peterz@infradead.org, rick.p.edgecombe@intel.com,
	seanjc@google.com, tglx@linutronix.de, vigbalas@amd.com,
	x86@kernel.org
Subject: Re: [PATCH] x86/fpu: Fix potential NULL dereference in avx512_status()
Date: Mon, 21 Jul 2025 07:09:52 -0700	[thread overview]
Message-ID: <b3dbca94-8603-44ea-b778-97483fbbba94@intel.com> (raw)
In-Reply-To: <99baa18c-ae1c-47e1-8bbe-e411570df8f1@intel.com>

On 7/18/25 16:48, Sohil Mehta wrote:
> +       /* Do not report AVX512 usage for kernel threads */
> +       if (!(task->flags & (PF_KTHREAD | PF_USER_WORKER)))
> +               timestamp = READ_ONCE(x86_task_fpu(task)->avx512_timestamp);

But the original reason that folks wanted this was so they can go find
all the AVX-512 users and cluster them together. They obviously can't do
that today if they're oopsing their kernels.

But the real question to ask here is whether kernel threads can use
AVX-512, and whether it's important to let userspace know which threads
are using it.

Let's fix the oops, then circle around and figure out whether tracking
AVX-512 use in kernel threads is needed.

  reply	other threads:[~2025-07-21 14:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-17  9:43 Fushuai Wang
2025-07-17 19:21 ` Sohil Mehta
2025-07-18  6:21   ` Sohil Mehta
2025-07-18  7:12     ` Fushuai Wang
2025-07-18 23:48       ` Sohil Mehta
2025-07-21 14:09         ` Dave Hansen [this message]
2025-07-22  5:35           ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3dbca94-8603-44ea-b778-97483fbbba94@intel.com \
    --to=dave.hansen@intel.com \
    --cc=aruna.ramakrishna@oracle.com \
    --cc=aubrey.li@intel.com \
    --cc=bp@alien8.de \
    --cc=brgerst@gmail.com \
    --cc=chang.seok.bae@intel.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=oleg@redhat.com \
    --cc=peterz@infradead.org \
    --cc=rick.p.edgecombe@intel.com \
    --cc=seanjc@google.com \
    --cc=sohil.mehta@intel.com \
    --cc=tglx@linutronix.de \
    --cc=vigbalas@amd.com \
    --cc=wangfushuai@baidu.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®