Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3596204imu; Tue, 18 Dec 2018 00:40:37 -0800 (PST) X-Google-Smtp-Source: AFSGD/VoC5IkrcA6KRpGMu7cUSlYF1DqNNrlvGcbdd6lKFo/Z4fyelRJlwR2G12eDaI7ofBzqNGs X-Received: by 2002:a62:c21c:: with SMTP id l28mr15681379pfg.74.1545122437620; Tue, 18 Dec 2018 00:40:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545122437; cv=none; d=google.com; s=arc-20160816; b=Z0ExECHuuNRGfYa1jNwB8dWGSp/z9oKSTzjmEUp0w8PpdrujoRQLq79op0RdNzRHgR 2/IREhny82YQ+scNRXg4Pe0fZV7FItEAr7/jNFa4gaucFL6lIR7TsSYxP+Eq8r1hQCBi YYKY5KlEgxq53bwi2ckzv9Wq5f4hMZENNigTo/GvX5DQoFeo0rE609gfNq7S+O3dowag mZbFzKCH5fifz2z9EeOncuI8fSlR7gU+zHuFkqHv0AUOLLR1vDjkjxy04e4OYX1SY0nh 8DC8g7qt5CxEG76KHSBRTDRTQzAL7jYxc6nS3Vx0UlUA/UUjmXk+XLaxYwjXo2DWMfOJ Td9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=NrIWhSdQW/51Q2TEg4yVwpfJZRuhRin7YGIG40Ke368=; b=XgUedo9PZhg56NuONvknpjgZpTv4zqEPVdnpLwvth4LLXeGZNqfUEImWmtiVXjfwTm 4Wqo+K5YsjkxXmOJCTb3npeO2xQx8unUnnuXcMGe70ByZ0CPop4dML6JAq3iBk4XPpzS lxLH8GXIn/SDUKTiG3D4PuGQyFMl77/KmlA0Cfwcff6qHupQXojG8LXad+n7aYetkBCA C0EX6675eTjk8B1z+QuGGxLwYL7Ai5+JsZzOiD1cgGa72iY3nlsikqbhOhT1eN2boe3a NFvkXzUzxy4JrJ32Apbli/3Dv0sqMNfCOdjgALm2D9dYuniW9WDB4EWTQ3z6BKdqoLZU mvKw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v6si13389814pfb.178.2018.12.18.00.40.22; Tue, 18 Dec 2018 00:40:37 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726441AbeLRIjQ (ORCPT + 99 others); Tue, 18 Dec 2018 03:39:16 -0500 Received: from mx2.suse.de ([195.135.220.15]:45120 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726799AbeLRIjO (ORCPT ); Tue, 18 Dec 2018 03:39:14 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id BC58DAFC5; Tue, 18 Dec 2018 08:39:12 +0000 (UTC) Date: Tue, 18 Dec 2018 09:39:11 +0100 From: Petr Mladek To: Tetsuo Handa , Sergey Senozhatsky Cc: Dmitry Vyukov , Sergey Senozhatsky , Steven Rostedt , Linus Torvalds , Andrew Morton , LKML , syzkaller Subject: Re: [PATCH] printk: Add caller information to printk() output. Message-ID: <20181218083911.qxvlqlwlb4eye72x@pathway.suse.cz> References: <20181204152724.ypk44mi4a56nrud4@pathway.suse.cz> <459018db-763b-9520-ead2-2c0d5975fbf3@i-love.sakura.ne.jp> <20181210130930.bas4fozjhe3dc5nu@pathway.suse.cz> <20181213121847.mwlr2vyv6qzclhk6@pathway.suse.cz> <20181213124255.GB3053@tigerII.localdomain> <20181217145452.3kev4rmo2l5lt2qy@pathway.suse.cz> <93f19e57-5051-c67d-9af4-b17624062d44@i-love.sakura.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <93f19e57-5051-c67d-9af4-b17624062d44@i-love.sakura.ne.jp> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 2018-12-18 06:05:04, Tetsuo Handa wrote: > >From 91f85d2bd494df2f73c605d8b4747e8cc0a61ae2 Mon Sep 17 00:00:00 2001 > From: Tetsuo Handa > Date: Tue, 18 Dec 2018 05:53:04 +0900 > Subject: [PATCH] printk: Add caller information to printk() output. > > Sometimes we want to print a series of printk() messages to consoles > without being disturbed by concurrent printk() from interrupts and/or > other threads. But we can't enforce printk() callers to use their local > buffers because we need to ask them to make too much changes. Also, even > buffering up to one line inside printk() might cause failing to emit > an important clue under critical situation. > > Therefore, instead of trying to help buffering, let's try to help > reconstructing messages by saving caller information as of calling > log_store() and adding it as "[T$thread_id]" or "[C$processor_id]" > upon printing to consoles. > > Some examples for console output: > > [ 1.222773][ T1] x86: Booting SMP configuration: > [ 2.779635][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] > [ 5.069193][ T268] Fusion MPT base driver 3.04.20 > [ 9.316504][ C2] random: fast init done > [ 13.413336][ T3355] Initialized host personality > > Some examples for /dev/kmsg output: > > 6,496,1222773,-,caller=T1;x86: Booting SMP configuration: > 6,968,2779635,-,caller=T1;pci 0000:00:01.0: PCI bridge to [bus 01] > SUBSYSTEM=pci > DEVICE=+pci:0000:00:01.0 > 6,1353,5069193,-,caller=T268;Fusion MPT base driver 3.04.20 > 5,1526,9316504,-,caller=C2;random: fast init done > 6,1575,13413336,-,caller=T3355;Initialized host personality > > Note that this patch changes max length of messages which can be printed > by printk() or written to /dev/kmsg interface from 992 bytes to 976 bytes, > based on an assumption that userspace won't try to write messages hitting > that border line to /dev/kmsg interface. > > Cc: Sergey Senozhatsky > Cc: Steven Rostedt > Cc: Dmitry Vyukov > Cc: Linus Torvalds > Cc: Andrew Morton > Signed-off-by: Tetsuo Handa > Signed-off-by: Petr Mladek Sergey, are you okay with this squashed patch, please? Best Regards, Petr