From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8C6F43C27 for ; Fri, 8 Mar 2024 11:44:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4C2942FB2 for ; Fri, 8 Mar 2024 11:44:25 +0100 (CET) Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) by mails.dpdk.org (Postfix) with ESMTP id 160AD42FAD for ; Fri, 8 Mar 2024 11:44:25 +0100 (CET) Received: by mail-qt1-f178.google.com with SMTP id d75a77b69052e-42f0d09f567so3069471cf.1 for ; Fri, 08 Mar 2024 02:44:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1709894664; x=1710499464; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=6zGO8TkAuA1XBKy+JyXpF0Pu+wAAlBEBROElWgR5Kvc=; b=spu6dnsC0wc7Su2az5g7MT4LWTjckXMTwnfjWsyzvQcNwnAHkHu/e4nOvAgKLrkJvg F/0Q/Z7ktGp1Phhoc651JXdXr/nx6aeqzBacd+0y3zSnpG/SuMsyXx7KnYh4yKkHB/Yo 0/Y40hNFKskJ5HeVCHrIbE+UXEoKyOntmTlZMGsluet5amRbyIH93C4UwgU6I5x4rxz1 Cpil2MnXkIICGDDnC0Ag6uTbX+kw3sqZFSUuw1zh8uogA2bb+gy/r2RHdN1Xiwcezez6 atqlZq8UituiDAnwuWjays1/uLIIdfR7YgRmluRTwO8y+j3/WtYO0/uew2PXLZ8Xi+CM +fvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709894664; x=1710499464; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6zGO8TkAuA1XBKy+JyXpF0Pu+wAAlBEBROElWgR5Kvc=; b=q1LhAuKi9/vchBL4EqGKvf3JB9bh+4QycOj76yQhonHuH/SBtGeSSChAJ06o3x+FoH BuaTt6OlKHyOpYlxTA5qsWJL1kbOKi+r8+rr/dzXY0jWWKPTjo7dua/mMZ/rhdPoW5I0 9TxKMbGwsWVpr5dmklTFV2j8SgqUZazqTdlQnXGDqaBkcdDZF4LhJyhaizsN0Qvw7eWF zmnVJfAjCjY6/LUsUp8kl4pGhoIQzA4YG4MPmbWwYBhBVC9fBU5LfP3hiXeCBspbvxqb 17vTmtlyvJF0H/Xpi4RbntGDzYXZqB1xlUEAyr5JZ9eX9BZDcDz8NDxQvDGVxaw1rcG1 FLEw== X-Gm-Message-State: AOJu0Yxikr9iCVJhLJiVF7oiye7RYlhE+Cc0Ox/CryJTVY4Z5w6Coitu 6gPEd1daSb3fHZa/tI/iRiwjfG93NVdREoUUT8rghf11RCSaoD6MfQEbG+dudxSgh47uEkaK31K O X-Google-Smtp-Source: AGHT+IFoE14AgR+7UEW2cwspQdLd0yLtMNBWauiya7iZLlcX+OM0kO1Er9Y2XCNHGu9J08Z2j/zwWA== X-Received: by 2002:a05:622a:1313:b0:42f:28e6:af4 with SMTP id v19-20020a05622a131300b0042f28e60af4mr1636359qtk.4.1709894663953; Fri, 08 Mar 2024 02:44:23 -0800 (PST) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-rdu-t.redhat.com. [66.187.233.202]) by smtp.gmail.com with ESMTPSA id a24-20020ac87218000000b0042ef85c6a42sm4330688qtp.17.2024.03.08.02.44.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Mar 2024 02:44:23 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138120 [PATCH] common/qat: fix null dereference in release function Date: Fri, 8 Mar 2024 05:44:22 -0500 Message-Id: <20240308104422.409493-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240308094411.5467-1-arkadiuszx.kusztal@intel.com> References: <20240308094411.5467-1-arkadiuszx.kusztal@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/138120/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8201722401