automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Isaac Boukris <iboukris@gmail.com>, zhoumin@loongson.cn
Subject: |WARNING| pw123061 BUG: AddressSanitizer reports a buffer-overflow on rte_hash_lookup
Date: Mon, 6 Feb 2023 00:50:48 +0800	[thread overview]
Message-ID: <202302051650.315GomFk2619735@localhost.localdomain> (raw)
In-Reply-To: <CAC-fF8Qt6ExgN4zM7NeOGTHPvWk5xykWTYzEPKYm3tsYwj7EAg@mail.gmail.com>

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/123061

_apply patch failure_

Submitter: Isaac Boukris <iboukris@gmail.com>
Date: Sun, 5 Feb 2023 18:54:20 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: a27bb7bc786dee5dcc8b7ee03942f85173620314

Apply patch set 123061 failed:

Checking patch examples/helloworld/Makefile...
error: while searching for:
       ln -sf $(APP)-static build/$(APP)

PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk)
LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)


error: patch failed: examples/helloworld/Makefile:22
error: examples/helloworld/Makefile: patch does not apply
Checking patch examples/helloworld/main.c...
error: while searching for:
}
/* >8 End of launching function on lcore. */

/* Initialization of Environment Abstraction Layer (EAL). 8< */
int
main(int argc, char **argv)
{
       int ret;
       unsigned lcore_id;

       ret = rte_eal_init(argc, argv);
       if (ret < 0)
               rte_panic("Cannot init EAL\n");
       /* >8 End of initialization of Environment Abstraction Layer */

       /* Launches the function on each lcore. 8< */
       RTE_LCORE_FOREACH_WORKER(lcore_id) {
               /* Simpler equivalent. 8< */

error: patch failed: examples/helloworld/main.c:26
error: examples/helloworld/main.c: patch does not apply


       reply	other threads:[~2023-02-05 17:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAC-fF8Qt6ExgN4zM7NeOGTHPvWk5xykWTYzEPKYm3tsYwj7EAg@mail.gmail.com>
2023-02-05 16:50 ` qemudev [this message]
2023-02-05 17:59 ` |SUCCESS| " 0-day Robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202302051650.315GomFk2619735@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=iboukris@gmail.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).