Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp3840083pxv; Mon, 26 Jul 2021 13:37:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJynRbnbctY90/XPpACEHkjR+Q8ZD/628sAvvv7imuPpMfJwQSJsIT7TB9EETRmNY7QkNyKC X-Received: by 2002:a92:cf48:: with SMTP id c8mr14340377ilr.237.1627331845060; Mon, 26 Jul 2021 13:37:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627331845; cv=none; d=google.com; s=arc-20160816; b=j6UMw7MtiJloVCT/DYU0b2yGDqr6hGKBZTRSEoi4+ahIFyqtDwFTi36BHimvvSTYq2 AikvqEcsldeVpmiYaJivhKrW+6w2Wp/fnSqOPVmZO/UpXPyQLziIpuGqjOfjdOO2pFI4 6Kbjr/p46tq/ItZW6UpoWfi9LH6xQ0rkUncDnIfstHPCdrYoNa8MEGxBOOIH9l2R1Qb0 XK311/dCiYVaqavalorGLiY2bZyvIHG+QfxfG/3DOJo1cHtych7gMmva7/iLRldeUDWm xFLbLAcwLYJLU+DPW5NK/OsZTp7hRgzjRFQkILtWIFBQSgTsBY5oEpoAu2QAVrk2fnmU 86SQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=HlWvm5jkUcr8SudIvlSFTaweK61qJbLuobTKKYmkYTo=; b=tpslrdeJxJM77p7uFHxcUZrpMdA6YWFHV3YLwAnmW7HEEo8AiwAmP1LWbnFJtt4BG6 R+HLpyNALOBkv5FiIiM6CW05MBMlbFTKoVhR89bJHGrbjwotgVwF59WDT49nKRN7+S4t 2iRJ20KLNb99w4eiM2G32buXqfIlOq4llS4S+DYh1qf8J71V+1oV259wy46EQzJeyFNm AKF4WaVjdtY3FyOhYBJE3TFckkaPdWOb7IKt75WIal4zmr090qetpFRKU4LddDYv5dZU mCPz0UX5j2rMEzY9CRwV1WUcSR+9OaxTKUGOV5EthyI0vjwyRF921UyawAe4mG7g6uGi c56g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g13si1108335iow.65.2021.07.26.13.37.13; Mon, 26 Jul 2021 13:37:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232738AbhGZT4B (ORCPT + 99 others); Mon, 26 Jul 2021 15:56:01 -0400 Received: from foss.arm.com ([217.140.110.172]:58940 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231925AbhGZT4A (ORCPT ); Mon, 26 Jul 2021 15:56:00 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 94EBF31B; Mon, 26 Jul 2021 13:36:28 -0700 (PDT) Received: from [10.57.36.146] (unknown [10.57.36.146]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 81FEF3F70D; Mon, 26 Jul 2021 13:36:27 -0700 (PDT) Subject: Re: [PATCH v5] arm pl011 serial: support multi-irq request To: Qian Cai , Bing Fan , gregkh@linuxfoundation.org, Bing Fan Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Linux ARM References: <1625103512-30182-1-git-send-email-hptsfb@gmail.com> <60f007b3-bb01-dd0a-b1a2-a6da62a486e5@quicinc.com> <3b60d054-4e22-62fa-c31b-29b146495a65@gmail.com> From: Robin Murphy Message-ID: <7535ae2f-6a12-8203-0498-8ac85ab0d9a7@arm.com> Date: Mon, 26 Jul 2021 21:36:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-07-26 17:39, Qian Cai wrote: > > > On 7/26/2021 3:17 AM, Bing Fan wrote: >> Hello, >> >> I tried to reproduce, but unfortunately, it didn't, and the dmesg log as >> attachment. >> >> I had enabled CONFIG_KASAN and CONFIG_SLUB_DEBUG_ON configs. >> >> Can you describe the flow of your operation? >> > Nothing fancy. Just boot a baremetal ARM server on linux-next could trigger it. > The .config is here. The important point you're missing, but which the KASAN dump does hint at, is that that is a machine with SBSA generic UARTs booting via ACPI - I know it doesn't do DT at all because I have one too. What matters there is that pl011 binds as a platform driver, *not* an amba driver. Robin.