linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Kselftest fixes update for Linux 5.15-rc5
@ 2021-10-04 21:15 Shuah Khan
  2021-10-04 22:04 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2021-10-04 21:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Shuah Khan, linux-kselftest, linux-kernel

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

Hi Linus,

Please pull the following Kselftest fixes update for Linux 5.15-rc5.

This Kselftest fixes update for Linux 5.15-rc5 consists of a fix
to implicit declaration warns in drivers/dma-buf test.

I have been seeing this for a while and managed to fix it.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit f5013d412a43662b63f3d5f3a804d63213acd471:

   selftests: kvm: fix get_run_delay() ignoring fscanf() return warn (2021-09-16 12:57:32 -0600)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-fixes-5.15-rc5

for you to fetch changes up to 2f9602870886af74d97bac23ee6db5f5466d0a49:

   selftests: drivers/dma-buf: Fix implicit declaration warns (2021-09-27 09:52:29 -0600)

----------------------------------------------------------------
linux-kselftest-fixes-5.15-rc5

This Kselftest fixes update for Linux 5.15-rc5 consists of a fix
to implicit declaration warns in drivers/dma-buf test.

----------------------------------------------------------------
Shuah Khan (1):
       selftests: drivers/dma-buf: Fix implicit declaration warns

  tools/testing/selftests/drivers/dma-buf/udmabuf.c | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------

[-- Attachment #2: linux-kselftest-fixes-5.15-rc5.diff --]
[-- Type: text/x-patch, Size: 571 bytes --]

diff --git a/tools/testing/selftests/drivers/dma-buf/udmabuf.c b/tools/testing/selftests/drivers/dma-buf/udmabuf.c
index 4de902ea14d8..de1c4e6de0b2 100644
--- a/tools/testing/selftests/drivers/dma-buf/udmabuf.c
+++ b/tools/testing/selftests/drivers/dma-buf/udmabuf.c
@@ -1,10 +1,13 @@
 // SPDX-License-Identifier: GPL-2.0
+#define _GNU_SOURCE
+#define __EXPORTED_HEADERS__
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
-#include <linux/fcntl.h>
+#include <fcntl.h>
 #include <malloc.h>
 
 #include <sys/ioctl.h>

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

* Re: [GIT PULL] Kselftest fixes update for Linux 5.15-rc5
  2021-10-04 21:15 [GIT PULL] Kselftest fixes update for Linux 5.15-rc5 Shuah Khan
@ 2021-10-04 22:04 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-10-04 22:04 UTC (permalink / raw)
  To: Shuah Khan; +Cc: Linus Torvalds, Shuah Khan, linux-kselftest, linux-kernel

The pull request you sent on Mon, 4 Oct 2021 15:15:09 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-fixes-5.15-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f6274b06e326d8471cdfb52595f989a90f5e888f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2021-10-04 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 21:15 [GIT PULL] Kselftest fixes update for Linux 5.15-rc5 Shuah Khan
2021-10-04 22:04 ` 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;
as well as URLs for NNTP newsgroup(s).