Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] selftests: gpio: add gpio-cdev-uaf to .gitignore
@ 2026-07-07 23:57 Cihan Karadag
  2026-07-08  6:46 ` Tzung-Bi Shih
  2026-07-08  7:46 ` Bartosz Golaszewski
  0 siblings, 2 replies; 3+ messages in thread
From: Cihan Karadag @ 2026-07-07 23:57 UTC (permalink / raw)
  To: Bartosz Golaszewski, Linus Walleij
  Cc: Cihan Karadag, Shuah Khan, Bamvor Jian Zhang, Tzung-Bi Shih,
	linux-gpio, linux-kselftest, linux-kernel

Commit c7f92042d3f3 ("selftests: gpio: Add gpio-cdev-uaf tests") added
the gpio-cdev-uaf binary to TEST_GEN_PROGS_EXTENDED but never added it
to .gitignore. Building it with:

    make -C tools/testing/selftests/gpio TARGETS=gpio

leaves gpio-cdev-uaf as an untracked file.

Fixes: c7f92042d3f3 ("selftests: gpio: Add gpio-cdev-uaf tests")
Signed-off-by: Cihan Karadag <cihan.cihan@gmail.com>
---
 tools/testing/selftests/gpio/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/gpio/.gitignore b/tools/testing/selftests/gpio/.gitignore
index ededb077a3a69..16f74de479f17 100644
--- a/tools/testing/selftests/gpio/.gitignore
+++ b/tools/testing/selftests/gpio/.gitignore
@@ -2,3 +2,4 @@
 gpio-mockup-cdev
 gpio-chip-info
 gpio-line-name
+gpio-cdev-uaf
-- 
2.54.0


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

end of thread, other threads:[~2026-07-08  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-07 23:57 [PATCH] selftests: gpio: add gpio-cdev-uaf to .gitignore Cihan Karadag
2026-07-08  6:46 ` Tzung-Bi Shih
2026-07-08  7:46 ` Bartosz Golaszewski

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