lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <511b866a-b851-4019-aed4-2c11f24eece3@amd.com>
Date:   Wed, 15 Nov 2023 15:05:06 +0100
From:   Michal Simek <michal.simek@....com>
To:     Radhey Shyam Pandey <radhey.shyam.pandey@....com>,
        abhyuday.godhasara@...inx.com
Cc:     linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        git@....com, Tanmay Shah <tanmay.shah@...inx.com>
Subject: Re: [PATCH] soc: xilinx: fix unhandled SGI warning message



On 10/27/23 20:23, Radhey Shyam Pandey wrote:
> From: Tanmay Shah <tanmay.shah@...inx.com>
> 
> Xen broadcasts SGI to each VM when multiple VMs run on Xen hypervisor. In
> such case spurious SGI is expected if one event is registered by one VM and
> not registered by another VM. We let users know that Unhandled SGI is not
> error and expected if kernel is running on Xen hypervisor.
> 
> Signed-off-by: Tanmay Shah <tanmay.shah@...inx.com>
> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@....com>
> ---
>   drivers/soc/xilinx/xlnx_event_manager.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/soc/xilinx/xlnx_event_manager.c b/drivers/soc/xilinx/xlnx_event_manager.c
> index 86a048a10a13..6356b80ce57b 100644
> --- a/drivers/soc/xilinx/xlnx_event_manager.c
> +++ b/drivers/soc/xilinx/xlnx_event_manager.c
> @@ -477,7 +477,7 @@ static void xlnx_call_notify_cb_handler(const u32 *payload)
>   		}
>   	}
>   	if (!is_callback_found)
> -		pr_warn("Didn't find any registered callback for 0x%x 0x%x\n",
> +		pr_warn("Unhandled SGI node 0x%x event 0x%x. Expected with Xen hypervisor\n",
>   			payload[1], payload[2]);
>   }
>   

Applied.
M

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ