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=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_NEOMUTT 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 24D73C04EBF for ; Tue, 4 Dec 2018 15:31:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E85A62081C for ; Tue, 4 Dec 2018 15:31:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E85A62081C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726914AbeLDPb1 (ORCPT ); Tue, 4 Dec 2018 10:31:27 -0500 Received: from mx2.suse.de ([195.135.220.15]:34696 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726461AbeLDPbZ (ORCPT ); Tue, 4 Dec 2018 10:31:25 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 6BA0DAF84; Tue, 4 Dec 2018 15:31:23 +0000 (UTC) Date: Tue, 4 Dec 2018 16:31:23 +0100 From: Petr Mladek To: Tetsuo Handa Cc: Sergey Senozhatsky , Dmitry Vyukov , Sergey Senozhatsky , Steven Rostedt , Linus Torvalds , Andrew Morton , LKML Subject: Re: [PATCH] printk: Add caller information to printk() output. Message-ID: <20181204153123.tejqvcytolm3btls@pathway.suse.cz> References: <1543045075-3008-1-git-send-email-penguin-kernel@I-love.SAKURA.ne.jp> <20181130154024.ls3mntfdr4zvluub@pathway.suse.cz> <1bd509ec-0a3a-55cc-d43b-02baa489019a@i-love.sakura.ne.jp> <20181204020224.GA7580@jagdpanzerIV> 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 Tue 2018-12-04 19:16:56, Tetsuo Handa wrote: > On 2018/12/04 11:02, Sergey Senozhatsky wrote: > >> +config PRINTK_FROM > >> + bool "Show caller information on printks" > >> + depends on PRINTK > > > > Wasn't it supposed to also depend on DEBUG_AID_FOR_SYZBOT? > > CONFIG_DEBUG_AID_FOR_SYZBOT is currently linux-next only option. > This feature will be useful for non-syzbot environments. Yup, the feature is useful in general. Best Regards, Petr