bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next] mips, bpf: Fix Makefile that referenced a removed file
@ 2021-10-07 14:23 Johan Almbladh
  2021-10-07 20:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Almbladh @ 2021-10-07 14:23 UTC (permalink / raw)
  To: ast, daniel, andrii, paulburton
  Cc: kafai, songliubraving, yhs, john.fastabend, kpsingh,
	tony.ambardar, bpf, netdev, Johan Almbladh

This patch removes a stale Makefile reference to the cBPF JIT that was
removed.

Fixes: 06b339fe5450 ("mips, bpf: Remove old BPF JIT implementations")
Signed-off-by: Johan Almbladh <johan.almbladh@anyfinetworks.com>
---
 arch/mips/net/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/net/Makefile b/arch/mips/net/Makefile
index 602bf242b13f..95e826781dbc 100644
--- a/arch/mips/net/Makefile
+++ b/arch/mips/net/Makefile
@@ -1,7 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 # MIPS networking code
 
-obj-$(CONFIG_MIPS_CBPF_JIT) += bpf_jit.o bpf_jit_asm.o
 obj-$(CONFIG_MIPS_EBPF_JIT) += bpf_jit_comp.o
 
 ifeq ($(CONFIG_32BIT),y)
-- 
2.30.2


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

* Re: [PATCH bpf-next] mips, bpf: Fix Makefile that referenced a removed file
  2021-10-07 14:23 [PATCH bpf-next] mips, bpf: Fix Makefile that referenced a removed file Johan Almbladh
@ 2021-10-07 20:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-10-07 20:00 UTC (permalink / raw)
  To: Johan Almbladh
  Cc: ast, daniel, andrii, paulburton, kafai, songliubraving, yhs,
	john.fastabend, kpsingh, tony.ambardar, bpf, netdev

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Thu,  7 Oct 2021 16:23:39 +0200 you wrote:
> This patch removes a stale Makefile reference to the cBPF JIT that was
> removed.
> 
> Fixes: 06b339fe5450 ("mips, bpf: Remove old BPF JIT implementations")
> Signed-off-by: Johan Almbladh <johan.almbladh@anyfinetworks.com>
> ---
>  arch/mips/net/Makefile | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - [bpf-next] mips, bpf: Fix Makefile that referenced a removed file
    https://git.kernel.org/bpf/bpf-next/c/065485ac5e86

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-10-07 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 14:23 [PATCH bpf-next] mips, bpf: Fix Makefile that referenced a removed file Johan Almbladh
2021-10-07 20:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).