From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F23DC77B71 for ; Tue, 18 Apr 2023 04:31:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230006AbjDREbe (ORCPT ); Tue, 18 Apr 2023 00:31:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229962AbjDREbe (ORCPT ); Tue, 18 Apr 2023 00:31:34 -0400 X-Greylist: delayed 555 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 17 Apr 2023 21:31:30 PDT Received: from mail.namei.org (namei.org [65.99.196.166]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBC4BA8 for ; Mon, 17 Apr 2023 21:31:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.namei.org (Postfix) with ESMTPS id 8B3DB16A; Tue, 18 Apr 2023 03:53:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.namei.org 8B3DB16A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=namei.org; s=2; t=1681790036; bh=YVWWlyDu46RIfavMfxlom6Tyhbyv5hFbXw8/AVuBQaU=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=HKGEalgXcCuIGXxPhrbRczg8DbVAqBfQ+ncCufj7fVP+HCcwo4zar5MGjwSUOF54N U8dPBQ8SX0A568FDX3yYjY8yJNCjHdoNF9xUy+3O1MPQW272MNnoOCZD3Is+FLRsxR fJFlWXjsa6QkhHGjVqQKpjdx53NheMkhYm1XvG1Q= Date: Mon, 17 Apr 2023 20:53:56 -0700 (PDT) From: James Morris To: Mark Rutland cc: Miroslav Benes , jpoimboe@kernel.org, jikos@kernel.org, pmladek@suse.com, joe.lawrence@redhat.com, nstange@suse.de, mpdesouza@suse.de, broonie@kernel.org, live-patching@vger.kernel.org, Nick Desaulniers , "Jose E. Marchesi" , Miguel Ojeda , madvenka@linux.microsoft.com Subject: Re: Live Patching Microconference at Linux Plumbers In-Reply-To: Message-ID: <9cb0235-2f8-adce-6ac-681ce49db3c@namei.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org On Fri, 14 Apr 2023, Mark Rutland wrote: > I'm happy to talk about the kernel-side of arm64 live patching; it'd be good to > get in contact with anyone looking at the arm64 userspace side (e.g. > klp-convert). > > I have some topics which overlap between live-patching and general toolchain > bits and pieces, and I'm not sure if they'd be best suited here or in a > toolchain track, e.g. > > I've Cc'd Nick, Jose, and Miguel, in case they have thoughts. Adding Madhavan, who is implementing the kernel code. -- James Morris