automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw106721 [PATCH] vhost: fix null pointer dereference
@ 2022-01-29 19:28 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-01-29 19:28 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/106721

_apply patch failure_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Saturday, January 29 2022 19:07:35 
Applied on: CommitID:4042dc2037a1509596f7eb48370185434bad39cc
Apply patch set 106721 failed:

Checking patch lib/vhost/vhost_user.c...
error: while searching for:
	dev = rte_realloc_socket(old_dev, sizeof(*dev), 0, node);
	if (!dev) {
		VHOST_LOG_CONFIG(ERR, "(%s) failed to realloc dev on node %d\n",
				dev->ifname, node);
		return old_dev;
	}


error: patch failed: lib/vhost/vhost_user.c:671
Applying patch lib/vhost/vhost_user.c with 1 reject...
Rejected hunk #1.
diff a/lib/vhost/vhost_user.c b/lib/vhost/vhost_user.c	(rejected hunks)
@@ -671,7 +671,7 @@ numa_realloc(struct virtio_net *dev, int index)
 	dev = rte_realloc_socket(old_dev, sizeof(*dev), 0, node);
 	if (!dev) {
 		VHOST_LOG_CONFIG(ERR, "(%s) failed to realloc dev on node %d\n",
-				dev->ifname, node);
+				old_dev->ifname, node);
 		return old_dev;
 	}
 

https://lab.dpdk.org/results/dashboard/patchsets/20870/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-29 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-29 19:28 |WARNING| pw106721 [PATCH] vhost: fix null pointer dereference dpdklab

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).