From patchwork Thu May 9 21:08:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Tull X-Patchwork-Id: 10937733 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9048F1390 for ; Thu, 9 May 2019 21:08:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 825FF28AFB for ; Thu, 9 May 2019 21:08:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7688828B15; Thu, 9 May 2019 21:08:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 26F7A28AFB for ; Thu, 9 May 2019 21:08:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726821AbfEIVIf (ORCPT ); Thu, 9 May 2019 17:08:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:43544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725992AbfEIVIf (ORCPT ); Thu, 9 May 2019 17:08:35 -0400 Received: from localhost.localdomain (user-0ccsrjt.cable.mindspring.com [24.206.110.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 485BB21744; Thu, 9 May 2019 21:08:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557436114; bh=sCSJW4L+jW24WQtgsiOwsXAfMZGt0TM+PpFkjDAxiy8=; h=From:To:Cc:Subject:Date:From; b=lN1hWcH3JBjYgvDEt+ITMWB9vh3gBw4Cl+tDwBBc22IrQ0sJ+pZSh89OlTZo8rlbr uM3Ro+4qefgMc3arC5xj5S0J978f50ojSh2xodQEXD06s8PA3U5msbwEOeHt6X/gcl AEDdxzOplEhAu9MCsHIOGxrD7gO9xg5hJKEJbsIg= From: Alan Tull To: Greg Kroah-Hartman Cc: Moritz Fischer , Alan Tull , linux-kernel@vger.kernel.org, linux-fpga@vger.kernel.org Subject: [PATCH 0/4] patches for FPGA Date: Thu, 9 May 2019 16:08:25 -0500 Message-Id: <20190509210829.31815-1-atull@kernel.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-fpga-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Greg, Please take these four fpga fixes patches. They have been reviewed on the mailing list and apply cleanly on current linux-next and char-misc-testing. Thanks, Alan Chengguang Xu (1): fpga: dfl: expand minor range when registering chrdev region Scott Wood (2): fpga: dfl: afu: Pass the correct device to dma_mapping_error() fpga: dfl: Add lockdep classes for pdata->lock Wen Yang (1): fpga: stratix10-soc: fix use-after-free on s10_init() drivers/fpga/dfl-afu-dma-region.c | 2 +- drivers/fpga/dfl.c | 22 ++++++++++++++++++---- drivers/fpga/stratix10-soc.c | 6 +++++- 3 files changed, 24 insertions(+), 6 deletions(-)