The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] xen: update pvcalls_front_accept prototype
@ 2025-01-03 23:02 Stefano Stabellini
  2025-01-04 18:11 ` kernel test robot
  2025-01-04 18:32 ` kernel test robot
  0 siblings, 2 replies; 3+ messages in thread
From: Stefano Stabellini @ 2025-01-03 23:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: sstabellini, jgross, xen-devel

Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
---
 drivers/xen/pvcalls-front.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/xen/pvcalls-front.h b/drivers/xen/pvcalls-front.h
index f694ad77379f..881ef14660bc 100644
--- a/drivers/xen/pvcalls-front.h
+++ b/drivers/xen/pvcalls-front.h
@@ -12,7 +12,7 @@ int pvcalls_front_bind(struct socket *sock,
 int pvcalls_front_listen(struct socket *sock, int backlog);
 int pvcalls_front_accept(struct socket *sock,
 			 struct socket *newsock,
-			 int flags);
+			 struct proto_accept_arg *arg);
 int pvcalls_front_sendmsg(struct socket *sock,
 			  struct msghdr *msg,
 			  size_t len);
-- 
2.25.1


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

end of thread, other threads:[~2025-01-04 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03 23:02 [PATCH] xen: update pvcalls_front_accept prototype Stefano Stabellini
2025-01-04 18:11 ` kernel test robot
2025-01-04 18:32 ` kernel test robot

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