2018-04-23 14:03:14

by Anders Roxell

[permalink] [raw]
Subject: [PATCH] selftests: net: update .gitignore with missing test

Fixes: 192dc405f308 ("selftests: net: add tcp_mmap program")
Signed-off-by: Anders Roxell <[email protected]>
---
tools/testing/selftests/net/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore
index c612d6e38c62..5559f6add046 100644
--- a/tools/testing/selftests/net/.gitignore
+++ b/tools/testing/selftests/net/.gitignore
@@ -7,3 +7,4 @@ reuseport_bpf_cpu
reuseport_bpf_numa
reuseport_dualstack
reuseaddr_conflict
+tcp_mmap
--
2.17.0



2018-04-24 01:10:04

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] selftests: net: update .gitignore with missing test

From: Anders Roxell <[email protected]>
Date: Mon, 23 Apr 2018 16:00:50 +0200

> Fixes: 192dc405f308 ("selftests: net: add tcp_mmap program")
> Signed-off-by: Anders Roxell <[email protected]>

Applied, thanks.