On Sun, Oct 26, 2025 at 02:52:32PM +0530, Gopi Krishna Menon wrote: > Building the tty selftests generates the tty_tiocsti_test binary, which > appears as untracked file in git. As mentioned in the kselftest > documentation, all the generated objects must be placed inside > .gitignore. This prevents the generated objects from accidentally > getting staged and keeps the working tree clean. > > Add the tty_tiocsti_test binary to .gitignore to avoid accidentally > staging the build artifact and maintain a clean working tree. > > Link: > https://docs.kernel.org/dev-tools/kselftest.html#contributing-new-tests-details > > Suggested-by: David Hunter <[email protected]> > Signed-off-by: Gopi Krishna Menon <[email protected]> > --- > Changelog: > - Improve the commit wording and explain clearly why this change is needed.
What commit id does this fix? thanks, greg k-h

