From patchwork Fri Mar 6 07:08:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Xu X-Patchwork-Id: 11423243 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 60CC714B4 for ; Fri, 6 Mar 2020 07:09:02 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 5211E2084E; Fri, 6 Mar 2020 07:09:02 +0000 (UTC) Delivered-To: soc@kernel.org Received: from huawei.com (szxga06-in.huawei.com [45.249.212.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8DCAE2073D; Fri, 6 Mar 2020 07:09:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8DCAE2073D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=hisilicon.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xuwei5@huawei.com Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id EC23BC80E5414D967578; Fri, 6 Mar 2020 15:08:58 +0800 (CST) Received: from [127.0.0.1] (10.57.101.250) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Fri, 6 Mar 2020 15:08:48 +0800 List-Id: To: , "arm@kernel.org" , "linux-arm-kernel@lists.infradead.org" CC: Olof Johansson , Arnd Bergmann , "xuwei (O)" , John Garry , Linuxarm , Zhangyi ac , "Liguozhu (Kenneth)" , , huangdaode , Tangkunshan , "Jonathan Cameron" , Salil Mehta , Shameerali Kolothum Thodi , Shiju Jose From: Wei Xu Subject: [GIT PULL] Hisilicon driver updates for v5.7 Message-ID: <5E61F700.5060301@hisilicon.com> Date: Fri, 6 Mar 2020 15:08:48 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 X-Originating-IP: [10.57.101.250] X-CFilter-Loop: Reflected Hi ARM-SoC team, Please consider to pull the following changes. Thanks! Best Regards, Wei --- The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://github.com/hisilicon/linux-hisi.git tags/hisi-drivers-for-5.7 for you to fetch changes up to a6dd255bdd7d00bbdbf78ba00bde9fc64f86c3a7: bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removal (2020-02-28 17:30:49 +0800) ---------------------------------------------------------------- ARM64: hisi: SoC driver updates for 5.7 - Fix up the device resources for the broken firmware to avoid use-after-free warnings from KASAN in the host removal path ---------------------------------------------------------------- John Garry (1): bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removal drivers/bus/hisi_lpc.c | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-)