From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932572AbbLNVdb (ORCPT ); Mon, 14 Dec 2015 16:33:31 -0500 Received: from mail.windriver.com ([147.11.1.11]:39601 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932194AbbLNVda (ORCPT ); Mon, 14 Dec 2015 16:33:30 -0500 Date: Mon, 14 Dec 2015 16:32:32 -0500 From: Paul Gortmaker To: "Rafael J. Wysocki" CC: , Alexander Shiyan , Bartlomiej Zolnierkiewicz , Daniel Lezcano , Krzysztof Kozlowski , Kukjin Kim , , , Subject: Re: [PATCH 0/3] cpuidle: avoid module usage in non-modular code Message-ID: <20151214213231.GE1067@windriver.com> References: <1450051032-32329-1-git-send-email-paul.gortmaker@windriver.com> <8909604.csvS2fCWyS@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <8909604.csvS2fCWyS@vostro.rjw.lan> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Re: [PATCH 0/3] cpuidle: avoid module usage in non-modular code] On 14/12/2015 (Mon 22:31) Rafael J. Wysocki wrote: > On Sunday, December 13, 2015 06:57:09 PM Paul Gortmaker wrote: > > This series of commits is a part of a larger project to ensure > > people don't reference modular support functions in non-modular > > code. Overall there was roughly 5k lines of dead code in the > > kernel due to this. So far we've fixed several areas, like tty, > > x86, net, ... and we continue to work on other areas. [...] > > If no one objects, I can queue up this series for 4.5 unless you have other > plans with respect to it. Please do. I was hoping to spread as many of these around as possible so I don't end up with a giant pull request to Linus. There is code out there without a clear maintainership path, so eventually I'll have to send some his way (or via akpm) but the less that end up in that pile, the better IMHO. Thanks, Paul. -- > > Thanks, > Rafael >