Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp4478974imm; Fri, 18 May 2018 05:55:14 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoC/yS5RbWsRkS43pOgSXBO+AJDwo2MjHh7/tLPJ4q86lNZ4osVQMw9nW0UP5xkAD/RO94o X-Received: by 2002:a63:4383:: with SMTP id q125-v6mr7575779pga.412.1526648114451; Fri, 18 May 2018 05:55:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526648114; cv=none; d=google.com; s=arc-20160816; b=woec52Nqfv72bwl8Aa0OEsjMP8Zo/rRK462zuIFv+B9l+j0BxgyBtTOupIxuuSd5FK UfHgyF7W37o1tg7Cm6U5QlAUm9JlDi2zIdigY42zv9h8OkjpcjkJsUQV6xEsY7DNB1EH kc78xYR4ykKI6GaO4IQbkxrpa1HdQBY5wSg+oERYBiKm3ApOqdXjgssEVHCtGZEKwagd tDc9odw0UAsf0WnuCyEhBW+Hg4Zz3naTmeaQsJq+6BWmj3m7COXpcp2qqnXnXzImDxpg gZbb02eRuomqeTBoEKgjcjbJaEjnoeYKOJv5xygRsWIQZrxm0psEsPlo/7JEVYR6ufYv Ywkg== 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:arc-authentication-results; bh=3DVC2JOaSHxhEsUG6uuoORCnwFdKWL5ivGCBH2bRENc=; b=ANrklDTBVttnl6fqUtpe47DhuaAtHlBIejTY9YTATrwckBHn9ddLtuNiFsv8szZWm1 pli9IDkeH3HVYBRzRuHkYwUs02IvuUMBd5U4FZZUjuFxtQw4qqEeSaUO1Q3OyBz8xGwR MXCrCWmkkJfMo9EcJd+u4m5UiEdaswR4CFS1hJNIdMj6cnWjQpgS+rF+ryx/rx1jeZx1 A23bAVksg5iG8gJKHYg8aPGQuf3SaekG60I3gcPo7WiHADT9lL39rqFG9heStKD8ZbD4 DZMB84Aszh1FNPHQXIsL1TnZ7nQ9V9DH579M+MhJdzGlaPPMXEtdIxgPPulBUFZXaRiw 5xGQ== 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 a3-v6si743810pgv.415.2018.05.18.05.54.57; Fri, 18 May 2018 05:55:14 -0700 (PDT) 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 S1752024AbeERMyn (ORCPT + 99 others); Fri, 18 May 2018 08:54:43 -0400 Received: from mx2.suse.de ([195.135.220.15]:35977 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751437AbeERMym (ORCPT ); Fri, 18 May 2018 08:54:42 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 23230AB39; Fri, 18 May 2018 12:54:41 +0000 (UTC) Date: Fri, 18 May 2018 14:54:39 +0200 From: Petr Mladek To: Dmitry Vyukov Cc: Tetsuo Handa , Sergey Senozhatsky , Sergey Senozhatsky , syzkaller , Steven Rostedt , Fengguang Wu , LKML , Linus Torvalds , Andrew Morton Subject: Re: [PATCH] printk: inject caller information into the body of message Message-ID: <20180518125439.d5ve654eez6vne45@pathway.suse.cz> References: <20180511014515.GA895@jagdpanzerIV> <201805110238.w4B2cIGH079602@www262.sakura.ne.jp> <20180511062151.GA18160@jagdpanzerIV> <20180511095004.GA6575@jagdpanzerIV> <201805112058.AAB05258.HJQFFOMFOVtOSL@I-love.SAKURA.ne.jp> <20180517112135.GB20796@jagdpanzerIV> <20180518121506.wilixxkznbtskw34@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Fri 2018-05-18 14:25:57, Dmitry Vyukov wrote: > > On Thu 2018-05-17 20:21:35, Sergey Senozhatsky wrote: > >> Dunno... > >> For instance, can we store context tracking info as a extended record > >> data? We have that dict/dict_len thing. So may we can store tracking > >> info there? Extended records will appear on the serial console /* if > >> console supports extended data */ or can be read in via devkmsg_read(). > > What consoles do support it? > We are interested at least in qemu console, GCE console and Android > phone consoles. But it would be pity if this can't be used on various > development boards too. Only the netconsole is able to show the extended (dict) information at the moment. Search for CON_EXTENDED flag. Best Regards, Petr