BPF List
 help / color / mirror / Atom feed
* [PATCH 0/2] bpf/umd possible deadcode
@ 2024-11-14  2:23 linux
  2024-11-14  2:23 ` [PATCH 1/2] bpf: Don't select USERMODE_DRIVER linux
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: linux @ 2024-11-14  2:23 UTC (permalink / raw)
  To: ast, daniel, andrii, martin.lau, roberto.sassu, bpf
  Cc: linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>


Hi,
  I'm not 100% sure about these, since I'm not quite
sure how to test it properly.

  As far as I can tell the UMD isn't needed by bpf itself
any more; so I've got one patch that just removes that select.
But then that leaves no users of umd itself; and I split that
separately since I saw there was still some discussion this year
on other uses.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>

Dave

Dr. David Alan Gilbert (2):
  bpf: Don't select USERMODE_DRIVER
  umd: Remove

 include/linux/usermode_driver.h |  19 ----
 kernel/Makefile                 |   1 -
 kernel/bpf/preload/Kconfig      |   5 -
 kernel/usermode_driver.c        | 191 --------------------------------
 4 files changed, 216 deletions(-)
 delete mode 100644 include/linux/usermode_driver.h
 delete mode 100644 kernel/usermode_driver.c

-- 
2.47.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-27 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14  2:23 [PATCH 0/2] bpf/umd possible deadcode linux
2024-11-14  2:23 ` [PATCH 1/2] bpf: Don't select USERMODE_DRIVER linux
2024-11-14  2:24 ` [PATCH 2/2] umd: Remove linux
2025-01-27 13:55 ` [PATCH 0/2] bpf/umd possible deadcode Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox