]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - kernel/kmod.c
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
[mirror_ubuntu-jammy-kernel.git] / kernel / kmod.c
index bc6addd9152b4db58c57757f1fe0a2911a16e459..8b2b311afa957d600f13dabd6442a8657b815328 100644 (file)
@@ -35,7 +35,7 @@
  *                    (u64) THREAD_SIZE * 8UL);
  *
  * If you need less than 50 threads would mean we're dealing with systems
- * smaller than 3200 pages. This assuems you are capable of having ~13M memory,
+ * smaller than 3200 pages. This assumes you are capable of having ~13M memory,
  * and this would only be an be an upper limit, after which the OOM killer
  * would take effect. Systems like these are very unlikely if modules are
  * enabled.