From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 0D5D04DA1F for ; Fri, 15 Mar 2024 18:25:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710527119; cv=none; b=kZBx6n4rLDcFc9zZJB/4JrlgPJ4BqgX3zJvWKN8FvI/yincaQDSwySPrfUeNHhJggyRLBelZtwKF08Gcg2i1YQvPMoIUIINSmMrWwoG0ExRs5TIRe5LMKJuhqVVmXVcSzXQc7wuKCUlyID7mdJkpgtBVVKMcMPHcJcy8MnnW7dw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710527119; c=relaxed/simple; bh=yv6AwFmjCsZj9dHorocFwPGv8RuQgMKRugy7wDoyF1w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PHtdyqyp8ualMY5GeVB/+FflyChjUNZeGLZbVsnnZuEDFQsE0pj5teIfcrSXxuhoxQcBlm1l3wLmz6nqAd+n3TLxSdBiGwc4Tp09QN1MS2j9AnUdP+RGvGlvYDenopyBbO178rvylClEXLIlfmRgTSY3ODMrqCgONeicC+VVhhY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=tkWPCuoh; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="tkWPCuoh" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=92J68V5qcSGUbifqFFGOcibl/XL3YybFXYOkLecvMzg=; b=tkWPCuohrE/wWxJymD2VGgOdea 9EG3PmL8slAThlEvrYdj7WprWdfOwlUtl6aebdKdQuoUBLiVYZajYK0SiFc5YPV42Eex6T5z8b2St Bglr8AJUw2W0tXiDm0HqupL1sqhlSjuiVBaacUwEYe8DabAV5fvk+5Vgv6MOW5OwKspn/ZW1q/omS M/RsHm4ACpwML8RMTPFayhLaJib9TrvbkJw09bJGv3TgIm4n69wnW2xQkMAEThVLlP+MBR/ilem7g SyNKVmAT1RybTNnxxBnVy49+EpvnY/4Kr1QARdiYwSW5ZkJ4B7VzsHSnL953xAUN6mrpICHzZnAM9 0cCHtuMA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1rlCF2-00000001A7O-2c32; Fri, 15 Mar 2024 18:25:16 +0000 Date: Fri, 15 Mar 2024 11:25:16 -0700 From: Luis Chamberlain To: Philip Li Cc: kdevops@lists.linux.dev Subject: Re: Automation with 0-day & kdevops Message-ID: References: Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain On Sun, Feb 25, 2024 at 07:28:00PM +0800, Philip Li wrote: > Thanks Luis, we are glad to collaborate on this. We will learn the detail of > kdevops that the website contains a lot of useful materials. And we will update > our progress to you next month for the questions and next steps. Hey Phillip, I reduced the list to just kdevops@lists.linux.dev just a heads up on a few things: * guestfs is now default -- that should be tried as it is what we will build up, and it also has the guestfs//serial.txt * you should try enable the kdevops systemd-remote-journal * the kernel selftest baseline -- that needs more love but should be easy to complete We're also discord so we can also discuss there. Happy to also follow up on zoom with interested developers. Happy to suit any timezone. Luis