From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CAEFEA04BB; Tue, 6 Oct 2020 12:04:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6A75F64; Tue, 6 Oct 2020 12:04:42 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 9F9CBF3E for ; Tue, 6 Oct 2020 12:04:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601978679; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=w7EZdX+mZL1M86ONsd+9aJQ34Z4ClEO/gPz9U0KvU3U=; b=VCmNdGWFAdyLBLWGl4I9t4Ch7Q1Cci+nUnfsi4/obx931XmSqQYV51DgjRHt3RUCR98Djk YDQ+NXYrbCNcQeiPrKbget1wUJ0UknTCluL/rXOShAx8qzukGZ1JqE26eWf9EdhPkSo7k4 sYFKX+Q9V4CW6LcW7xfFvC4TQ0iNF88= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-454-qGUaMfViP0qULlCGuD0ncg-1; Tue, 06 Oct 2020 06:04:37 -0400 X-MC-Unique: qGUaMfViP0qULlCGuD0ncg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 06E1918A0779; Tue, 6 Oct 2020 10:04:36 +0000 (UTC) Received: from localhost.localdomain (unknown [10.36.110.35]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF43D282E6; Tue, 6 Oct 2020 10:04:23 +0000 (UTC) From: Maxime Coquelin To: dev@dpdk.org, stable@dpdk.org, nicolas.chautru@intel.com, trix@redhat.com Cc: Maxime Coquelin Date: Tue, 6 Oct 2020 12:04:19 +0200 Message-Id: <20201006100421.72210-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-dev] [PATCH 0/2] baseband: fix segfault in Intel drivers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series fixes segfaults in fpga_5gnr_fec and fpga_lte_fec drivers when bbdev debug is enabled. Maxime Coquelin (2): baseband/fpga_5gnr_fec: fix segfaults with debug baseband/fpga_lte_fec: fix segfaults with debug drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 4 ++-- drivers/baseband/fpga_lte_fec/fpga_lte_fec.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- 2.26.2