From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751709AbdLGW2M (ORCPT ); Thu, 7 Dec 2017 17:28:12 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:49983 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbdLGW2K (ORCPT ); Thu, 7 Dec 2017 17:28:10 -0500 X-ME-Sender: From: "Tobin C. Harding" To: Jonathan Corbet Cc: "Tobin C. Harding" , Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Kees Cook , Alexander Popov , kernel-hardening@lists.openwall.com Subject: [PATCH 0/3] doc: update printk documentation Date: Fri, 8 Dec 2017 09:27:53 +1100 Message-Id: <1512685676-21933-1-git-send-email-me@tobin.cc> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This set merges two previous patch attempts [PATCH v2] doc: convert printk-formats.txt to rst [PATCH] docs: add documentation on printing kernel addresses And adds patch amending docs for sysctl kptr_restrict Applies on top of commit: "ae64f9bd1d36 Linux 4.15-rc2" (Doesn't apply on top of Jon's docs-next tree (at time of writing at rc-1) because of commit made to lib/vsprintf.c) thanks, Tobin. Tobin C. Harding (3): doc: convert printk-formats.txt to rst doc: update kpt_restrict documentation doc: add documentation on printing kernel addresses Documentation/00-INDEX | 2 - Documentation/core-api/index.rst | 1 + .../printk-formats.rst} | 268 +++++++++++---------- Documentation/security/self-protection.rst | 15 ++ Documentation/sysctl/kernel.txt | 3 +- lib/vsprintf.c | 155 +++++------- 6 files changed, 213 insertions(+), 231 deletions(-) rename Documentation/{printk-formats.txt => core-api/printk-formats.rst} (59%) -- 2.7.4