From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta0.migadu.com (out-188.mta0.migadu.com [91.218.175.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1C6AC1C862D for ; Thu, 30 Apr 2026 13:04:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777554283; cv=none; b=N/qC5VaINbBX+ZdjgUmYaKQoGOAH8bDQjEqPYFLlsVnqij4T+AAqHearScnK/AknYGabakOAkczyjvK2nZLVNPamm34GwALuZ9e2FgSvNeGyo2g8L9luodYHBFxp5ifMdj03YTBF+T5dBRcyM+yAyWN0XN2ARd6U/GPMQuK8Dz4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777554283; c=relaxed/simple; bh=6KOU+ZJy2J4hk/QALIzI0l7fxnNlLBHRkwCUfv1rU+4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CEQIASYS0pKlD1ZqhQBsUR+03KE3/3J8m5zKko5mlmDjbxV40VQucT077iDCZMSUY02jGI4JGiyymEYsbTAaRvsmNVzOfrBRhLVKXFMLvSwvCATl8q8UKHniigFomUjSSx1c6C1Lv2nDspFwZG5riCxo+f+1CkKRrEZfxxIpIkY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=WsjyOm2h; arc=none smtp.client-ip=91.218.175.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="WsjyOm2h" Date: Thu, 30 Apr 2026 21:04:30 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1777554279; 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: in-reply-to:in-reply-to:references:references; bh=uDExBGJ1iHFzE1+M5f2gg1Hy6mF0tMQr+a7AadJt5vk=; b=WsjyOm2h0YAycZDR5kiNh/spTi79Rzyrar8FrMDPTk1dG9O54ia+/wp+ub+W/WB0OC5M/L mwmMp+cZOf5su/zNIj/uXXEGdP1hZ0fJ+mHedReUpuXBPmTiuwgLlmTsy2edJFuUciNVOo RbFNXMnmYzUJKl6f0jGtWn2GW+mCdQ8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Li Wang To: Mike Rapoport Cc: Andrew Morton , David Hildenbrand , Baolin Wang , Barry Song , Dev Jain , Donet Tom , Jason Gunthorpe , John Hubbard , "Liam R. Howlett" , Lance Yang , Leon Romanovsky , Lorenzo Stoakes , Luiz Capitulino , Mark Brown , Michal Hocko , Nico Pache , Peter Xu , Ryan Roberts , Sarthak Sharma , Shuah Khan , Suren Baghdasaryan , Vlastimil Babka , Zi Yan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v3 01/54] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler Message-ID: References: <20260428204240.1924129-1-rppt@kernel.org> <20260428204240.1924129-2-rppt@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260428204240.1924129-2-rppt@kernel.org> X-Migadu-Flow: FLOW_OUT Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" > > Access of poisoned memory causes SIGBUS, which terminates the > hugetlb-read-hwpoison test prematurely. > > Add a dummy SIGBUS handler to allow the test to continue regardless of > SIGBUS. > > Tested-by: Sarthak Sharma > Signed-off-by: Mike Rapoport (Microsoft) Tested-by: Li Wang Reviewed-by: Li Wang -- Regards, Li Wang