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

* Re: [PATCH] selftests: gpio: add gpio-cdev-uaf to .gitignore
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Tzung-Bi Shih @ 2026-07-08  6:46 UTC (permalink / raw)
  To: Cihan Karadag
  Cc: Bartosz Golaszewski, Linus Walleij, Shuah Khan, Bamvor Jian Zhang,
	linux-gpio, linux-kselftest, linux-kernel

On Tue, Jul 07, 2026 at 05:57:05PM -0600, Cihan Karadag wrote:
> 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>

Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>

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

* Re: [PATCH] selftests: gpio: add gpio-cdev-uaf to .gitignore
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2026-07-08  7:46 UTC (permalink / raw)
  To: Bartosz Golaszewski, Linus Walleij, Cihan Karadag
  Cc: Bartosz Golaszewski, Shuah Khan, Bamvor Jian Zhang, Tzung-Bi Shih,
	linux-gpio, linux-kselftest, linux-kernel


On Tue, 07 Jul 2026 17:57:05 -0600, Cihan Karadag wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/1] selftests: gpio: add gpio-cdev-uaf to .gitignore
      https://git.kernel.org/brgl/c/4ad805f0e41acf56ac54855c666d34c59ad66fe7

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

^ permalink raw reply	[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