lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 24 Jul 2022 20:29:31 +0530
From:   Gautam Menghani <gautammenghani201@...il.com>
To:     chenxiang66@...ilicon.com, shuah@...nel.org, liaoyu15@...wei.com
Cc:     Gautam Menghani <gautammenghani201@...il.com>,
        song.bao.hua@...ilicon.com, tiantao6@...ilicon.com,
        iommu@...ts.linux.dev, linux-kselftest@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        linux-kernel-mentees@...ts.linuxfoundation.org
Subject: [PATCH] selftests/dma: Add a .gitignore file containing name of executable

The dma tests in kselftests are missing a .gitignore file, which leads
to the dma_map_benchmark executable file showing up in "git status".
This patch adds a .gitignore file containing the executable name.

Signed-off-by: Gautam Menghani <gautammenghani201@...il.com>
---
 tools/testing/selftests/dma/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/dma/.gitignore

diff --git a/tools/testing/selftests/dma/.gitignore b/tools/testing/selftests/dma/.gitignore
new file mode 100644
index 000000000000..668e2f8be2f7
--- /dev/null
+++ b/tools/testing/selftests/dma/.gitignore
@@ -0,0 +1 @@
+dma_map_benchmark
-- 
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ