Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760356AbZAGVta (ORCPT ); Wed, 7 Jan 2009 16:49:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755157AbZAGVtW (ORCPT ); Wed, 7 Jan 2009 16:49:22 -0500 Received: from adelie.canonical.com ([91.189.90.139]:39882 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754199AbZAGVtV (ORCPT ); Wed, 7 Jan 2009 16:49:21 -0500 From: Andy Whitcroft To: Andrew Morton Cc: Crutcher Dunnavant , linux-kernel@vger.kernel.org, Andy Whitcroft Subject: [PATCH 0/3] document sysrq interaction with loglevels Date: Wed, 7 Jan 2009 21:49:15 +0000 Message-Id: <1231364958-26253-1-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.6.0.4.911.gc990 In-reply-to: <20090107205030.GE12402@shadowen.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1290 Lines: 31 Following on from our discussion on sysrq and its interaction with console loglevels here are some documentation updates, both to the Documenation/sysrq.txt as well as to the source, to clarify how things work and why. Following this email are three patches. The first simply removes a redundant 'last modified date' within the documentation file, git does this far better. The second adds a new documentation section indicating why you might only see the header of the sysrq command you have requested. The last adds a comment to the console_loglevel modifications within the sysrq code paths explaining why we might do this. Andrew please consider for -mm. -apw Andy Whitcroft (3): sysrq documentation: remove the redundant updated date sysrq documentation: document why the command header only is shown sysrq: add commentary on why we use the console loglevel over using KERN_EMERG Documentation/sysrq.txt | 19 ++++++++++++++++++- drivers/char/sysrq.c | 6 ++++++ 2 files changed, 24 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/