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 X-Spam-Level: X-Spam-Status: No, score=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8756C433DB for ; Mon, 22 Feb 2021 14:31:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9383F64DB1 for ; Mon, 22 Feb 2021 14:31:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230223AbhBVObv (ORCPT ); Mon, 22 Feb 2021 09:31:51 -0500 Received: from mx2.suse.de ([195.135.220.15]:46448 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230331AbhBVO2r (ORCPT ); Mon, 22 Feb 2021 09:28:47 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1614004073; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=AhAhubZiu6D9nNWp9+u1PI+pzPnK7s/wONbPGe8OOPY=; b=l7ruMnkZ3hr/UOnM02wrNU2dDH8zftyaZx/Tjm3IEJtk7C/0p+ZFPeRvgvFc3I00ujPznE GtLpHyE07lBigH47SeI/iOfIjVPbIzR7DLurmaasuL0SHn6820JB4r/UVhoiY8DMN+gdR0 WUsX46yM9hC/GsN6VpjHbrokXvvcZss= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 3E29CAC69; Mon, 22 Feb 2021 14:27:53 +0000 (UTC) Date: Mon, 22 Feb 2021 15:27:52 +0100 From: Petr Mladek To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, live-patching@vger.kernel.org Subject: [GIT PULL] livepatching for 5.12 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170912 (1.9.0) Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org Linus, please pull the latest livepatching changes from git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git tags/livepatching-for-5.12 ================================== - Practical information how to implement reliable stacktraces needed by the livepatching consistency model by Mark Rutland and Mark Brown. - Automatically generated documentation contents by Mark Brown. ---------------------------------------------------------------- Mark Brown (1): Documentation: livepatch: Convert to automatically generated contents Mark Rutland (1): Documentation: livepatch: document reliable stacktrace Documentation/livepatch/index.rst | 1 + Documentation/livepatch/livepatch.rst | 15 +- Documentation/livepatch/module-elf-format.rst | 10 +- Documentation/livepatch/reliable-stacktrace.rst | 309 ++++++++++++++++++++++++ 4 files changed, 313 insertions(+), 22 deletions(-) create mode 100644 Documentation/livepatch/reliable-stacktrace.rst