mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] kselftest update for Linux 7.3-rc1
@ 2026-08-17 20:45 Shuah Khan
  2026-08-18  3:57 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2026-08-17 20:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Shuah Khan, shuah, linux-kernel, linux-kselftest

[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]

Hi Linus,

Please pull the kselftest update for Linux 7.3-rc1.

Fixes zram test failure in kernel_gte() when using dash and a spelling
error in ftrace poll test comment.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

   Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-next-7.3-rc1

for you to fetch changes up to 649ba27dfac784427a01f9c95c09ecbcb88900d8:

   selftests/zram: fix kernel_gte() for POSIX sh (2026-07-30 07:55:37 -0600)

----------------------------------------------------------------
linux_kselftest-next-7.3-rc1

Fixes zram test failure in kernel_gte() when using dash and a spelling
error in ftrace poll test comment.

----------------------------------------------------------------
Cheng-Han Wu (1):
       selftests/zram: fix kernel_gte() for POSIX sh

Wang Yan (1):
       selftests/ftrace: fix spelling error in poll test comment

  tools/testing/selftests/ftrace/poll.c    | 2 +-
  tools/testing/selftests/zram/zram_lib.sh | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

----------------------------------------------------------------

[-- Attachment #2: linux_kselftest-next-7.3-rc1.diff --]
[-- Type: text/x-patch, Size: 914 bytes --]

diff --git a/tools/testing/selftests/ftrace/poll.c b/tools/testing/selftests/ftrace/poll.c
index 53258f7515e7..4da86a20dc85 100644
--- a/tools/testing/selftests/ftrace/poll.c
+++ b/tools/testing/selftests/ftrace/poll.c
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
 	}
 	close(pfd.fd);
 
-	/* If timeout happned (ret == 0), exit code is 1 */
+	/* If timeout happened (ret == 0), exit code is 1 */
 	if (ret == 0)
 		return 1;
 
diff --git a/tools/testing/selftests/zram/zram_lib.sh b/tools/testing/selftests/zram/zram_lib.sh
index 21ec1966de76..0d44d83888f9 100755
--- a/tools/testing/selftests/zram/zram_lib.sh
+++ b/tools/testing/selftests/zram/zram_lib.sh
@@ -37,7 +37,7 @@ kernel_gte()
 
 	if [ $kernel_major -gt $major ]; then
 		return 0
-	elif [[ $kernel_major -eq $major && $kernel_minor -ge $minor ]]; then
+	elif [ $kernel_major -eq $major ] && [ $kernel_minor -ge $minor ]; then
 		return 0
 	fi
 

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

end of thread, other threads:[~2026-08-18  3:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 20:45 [GIT PULL] kselftest update for Linux 7.3-rc1 Shuah Khan
2026-08-18  3:57 ` pr-tracker-bot

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

all inboxes | Powered by JetHome®