All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Michal Hocko <mhocko@suse.com>,
	Rafael Wysocki <rjw@rjwysocki.net>,
	Len Brown <len.brown@intel.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	Vlastimil Babka <vbabka@suse.cz>, Tejun Heo <tj@kernel.org>,
	Lai Jiangshan <jiangshanlai@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Fengguang Wu <fengguang.wu@intel.com>,
	Steven Rostedt <rostedt@goodmis.org>,
	Petr Mladek <pmladek@suse.com>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-pm@vger.kernel.org, linux-pci@vger.kernel.org,
	linux-mm@kvack.org,
	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Subject: Re: [PATCH 0/9] remove some of unneeded kallsyms includes
Date: Sat, 9 Dec 2017 09:00:08 +0900	[thread overview]
Message-ID: <20171209000008.GF489@tigerII.localdomain> (raw)
In-Reply-To: <20171208142442.7c09406d7f0bc3d2c1bfe411@linux-foundation.org>

On (12/08/17 14:24), Andrew Morton wrote:
> On Fri,  8 Dec 2017 11:56:07 +0900 Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> wrote:
> 
> > 	A small patch set that removes some kallsyms includes
> > here and there. Mostly those kallsyms includes are leftovers:
> > printk() gained %pS/%pF modifiers support some time ago, so
> > print_symbol() and friends became sort of unneeded [along with
> > print_fn_descriptor_symbol() deprecation], thus some of the
> > users were converted to pS/pF. This patch set just cleans up
> > that convertion.
> > 
> > 	We still have a number of print_symbol() users [which
> > must be converted to ps/pf, print_symbol() uses a stack buffer
> > KSYM_SYMBOL_LEN to do what printk(ps/pf) can do], but this is
> > out of scope.
> > 
> > 	I compile tested the patch set; but, as always and
> > usual, would be great if 0day build robot double check it.
> 
> I grabbed everything and shall drop any patches which later turn up in
> the various subsystem trees.

thank you!

	-ss

WARNING: multiple messages have this Message-ID (diff)
From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Michal Hocko <mhocko@suse.com>,
	Rafael Wysocki <rjw@rjwysocki.net>,
	Len Brown <len.brown@intel.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	Vlastimil Babka <vbabka@suse.cz>, Tejun Heo <tj@kernel.org>,
	Lai Jiangshan <jiangshanlai@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Fengguang Wu <fengguang.wu@intel.com>,
	Steven Rostedt <rostedt@goodmis.org>,
	Petr Mladek <pmladek@suse.com>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-pm@vger.kernel.org, linux-pci@vger.kernel.org,
	linux-mm@kvack.org,
	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Subject: Re: [PATCH 0/9] remove some of unneeded kallsyms includes
Date: Sat, 9 Dec 2017 09:00:08 +0900	[thread overview]
Message-ID: <20171209000008.GF489@tigerII.localdomain> (raw)
In-Reply-To: <20171208142442.7c09406d7f0bc3d2c1bfe411@linux-foundation.org>

On (12/08/17 14:24), Andrew Morton wrote:
> On Fri,  8 Dec 2017 11:56:07 +0900 Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> wrote:
> 
> > 	A small patch set that removes some kallsyms includes
> > here and there. Mostly those kallsyms includes are leftovers:
> > printk() gained %pS/%pF modifiers support some time ago, so
> > print_symbol() and friends became sort of unneeded [along with
> > print_fn_descriptor_symbol() deprecation], thus some of the
> > users were converted to pS/pF. This patch set just cleans up
> > that convertion.
> > 
> > 	We still have a number of print_symbol() users [which
> > must be converted to ps/pf, print_symbol() uses a stack buffer
> > KSYM_SYMBOL_LEN to do what printk(ps/pf) can do], but this is
> > out of scope.
> > 
> > 	I compile tested the patch set; but, as always and
> > usual, would be great if 0day build robot double check it.
> 
> I grabbed everything and shall drop any patches which later turn up in
> the various subsystem trees.

thank you!

	-ss

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2017-12-09  0:00 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08  2:56 [PATCH 0/9] remove some of unneeded kallsyms includes Sergey Senozhatsky
2017-12-08  2:56 ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 1/9] sched/autogroup: remove unneeded kallsyms include Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08  8:24   ` [PATCH] sched/autogroup: move sched.h include Sergey Senozhatsky
2017-12-08  8:24     ` Sergey Senozhatsky
2017-12-08  8:57     ` Petr Mladek
2017-12-08  8:57       ` Petr Mladek
2017-12-08 10:39       ` Sergey Senozhatsky
2017-12-08 10:39         ` Sergey Senozhatsky
2017-12-08 10:56     ` Peter Zijlstra
2017-12-08 10:56       ` Peter Zijlstra
2017-12-08 10:56   ` [PATCH 1/9] sched/autogroup: remove unneeded kallsyms include Peter Zijlstra
2017-12-08 10:56     ` Peter Zijlstra
2017-12-08 11:20     ` Sergey Senozhatsky
2017-12-08 11:20       ` Sergey Senozhatsky
2017-12-08 13:43       ` Petr Mladek
2017-12-08 13:43         ` Petr Mladek
2017-12-08  2:56 ` [PATCH 2/9] mm: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 3/9] power: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08 14:01   ` Rafael J. Wysocki
2017-12-08 14:01     ` Rafael J. Wysocki
2017-12-08 14:48     ` Sergey Senozhatsky
2017-12-08 14:48       ` Sergey Senozhatsky
2017-12-17 18:04       ` Rafael J. Wysocki
2017-12-17 18:04         ` Rafael J. Wysocki
2017-12-18 14:37         ` Sergey Senozhatsky
2017-12-18 14:37           ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 4/9] pci: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08 17:53   ` Bjorn Helgaas
2017-12-08 17:53     ` Bjorn Helgaas
2017-12-08 23:55     ` Sergey Senozhatsky
2017-12-08 23:55       ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 5/9] pnp: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08 14:02   ` Rafael J. Wysocki
2017-12-08 14:02     ` Rafael J. Wysocki
2017-12-08 14:49     ` Sergey Senozhatsky
2017-12-08 14:49       ` Sergey Senozhatsky
2017-12-17 18:04       ` Rafael J. Wysocki
2017-12-17 18:04         ` Rafael J. Wysocki
2017-12-08  2:56 ` [PATCH 6/9] mm: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 7/9] workqueue: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-11 15:16   ` Tejun Heo
2017-12-11 15:16     ` Tejun Heo
2017-12-12  2:51     ` Sergey Senozhatsky
2017-12-12  2:51       ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 8/9] hrtimer: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 9/9] genirq: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08 22:24 ` [PATCH 0/9] remove some of unneeded kallsyms includes Andrew Morton
2017-12-08 22:24   ` Andrew Morton
2017-12-09  0:00   ` Sergey Senozhatsky [this message]
2017-12-09  0:00     ` Sergey Senozhatsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171209000008.GF489@tigerII.localdomain \
    --to=sergey.senozhatsky@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=bhelgaas@google.com \
    --cc=fengguang.wu@intel.com \
    --cc=jiangshanlai@gmail.com \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mhocko@suse.com \
    --cc=peterz@infradead.org \
    --cc=pmladek@suse.com \
    --cc=rjw@rjwysocki.net \
    --cc=rostedt@goodmis.org \
    --cc=sergey.senozhatsky.work@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    --cc=vbabka@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.