From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-42ad.mail.infomaniak.ch (smtp-42ad.mail.infomaniak.ch [84.16.66.173]) (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 6AD13171E41 for ; Fri, 5 Apr 2024 18:07:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=84.16.66.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712340470; cv=none; b=g5wksDxXnXFNdPAkuK3NeOCSVESqtbiLdSzay/2wKIHQ7z7SsscYTMeFcHPDUeeWg/vMhs/T5bHZChRpvzFv7lh7EDl5IgkqZwdi7MNrGIMjMZlMutguIokFWhSt083Aw1bntQBfkqrpUmf2VvJhlr+vsqaqhIHzMQ2TZuxOzGM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712340470; c=relaxed/simple; bh=kiwUCEjPx78g1bk35VucSw6ptQJmiUDwfINeVgK5ces=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IONdHcGzooSgYf3GmSThPleM5H19dcaq2sigzf9pA6ZFEVUqHwAHAggMlwH0llSfJ+oHaXA4MLnC88iPxnOl5cStDJZiETqauqZIkGVoJVWxCtK8NIR5Y65bpotaHN9DKr2RwYuQrfqNXd/qADgHkJBxLYxuwecT+R96Yd0MnUw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=digikod.net; spf=pass smtp.mailfrom=digikod.net; dkim=pass (1024-bit key) header.d=digikod.net header.i=@digikod.net header.b=cyL7wMZ6; arc=none smtp.client-ip=84.16.66.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=digikod.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=digikod.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=digikod.net header.i=@digikod.net header.b="cyL7wMZ6" Received: from smtp-3-0001.mail.infomaniak.ch (smtp-3-0001.mail.infomaniak.ch [10.4.36.108]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4VB60H71S8z7Qf; Fri, 5 Apr 2024 20:07:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=digikod.net; s=20191114; t=1712340463; bh=kiwUCEjPx78g1bk35VucSw6ptQJmiUDwfINeVgK5ces=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cyL7wMZ6fGr++bxregCQEm29qB3fuZgv653iTA9GW51TcUaqXfg7KmuPDuTqcUkKe SfxMZxvEY0inVS2JBEN5QQq9vmLag7zRP8f7AnAnC7axhKSIoC8dmhYmcienEPkhH2 tyIzl9AeQHADN+6Mrz57ceiG7iQq9xIzLG1VEUcM= Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4VB60G5glFzpnt; Fri, 5 Apr 2024 20:07:42 +0200 (CEST) Date: Fri, 5 Apr 2024 20:07:42 +0200 From: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= To: Shuah Khan Cc: Brendan Higgins , David Gow , Rae Moar , Alan Maguire , Borislav Petkov , Dave Hansen , "Eric W . Biederman" , "H . Peter Anvin" , Ingo Molnar , James Morris , Kees Cook , Luis Chamberlain , "Madhavan T . Venkataraman" , Marco Pagani , Paolo Bonzini , Sean Christopherson , Stephen Boyd , Thara Gopinath , Thomas Gleixner , Vitaly Kuznetsov , Zahra Tarkhani , kvm@vger.kernel.org, linux-hardening@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-um@lists.infradead.org, x86@kernel.org Subject: Re: [PATCH v4 0/7] Handle faults in KUnit tests Message-ID: <20240405.pahc6aiX9ahx@digikod.net> References: <20240326095118.126696-1-mic@digikod.net> <60d96894-a146-4ebb-b6d0-e1988a048c64@linuxfoundation.org> Precedence: bulk X-Mailing-List: linux-hyperv@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <60d96894-a146-4ebb-b6d0-e1988a048c64@linuxfoundation.org> X-Infomaniak-Routing: alpha On Fri, Apr 05, 2024 at 10:08:00AM -0600, Shuah Khan wrote: > On 3/26/24 03:51, Mickaël Salaün wrote: > > Hi, > > > > This patch series teaches KUnit to handle kthread faults as errors, and > > it brings a few related fixes and improvements. > > > > Shuah, everything should be OK now, could you please merge this series? > > Please cc linux-kselftest and kunit mailing lists. You got the world cc'ed > except for the important ones. :) Indeed, I don't know how I missed that... Do you want me to send it again? > > thanks, > -- Shuah >