From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Adrian Bunk <bunk@stusta.de>
Cc: Len Brown <len.brown@intel.com>,
ACPI Developers <acpi-devel@lists.sourceforge.net>,
linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] drivers/acpi: remove unused exported functions
Date: Sat, 06 Nov 2004 13:31:06 -0200 [thread overview]
Message-ID: <418CEE3A.40503@conectiva.com.br> (raw)
In-Reply-To: <20041106114844.GK1295@stusta.de>
Adrian Bunk wrote:
> On Fri, Nov 05, 2004 at 09:10:08PM -0500, Len Brown wrote:
>
>>On Fri, 2004-11-05 at 16:50, Adrian Bunk wrote:
>>
>>>The patch below completely removes 7 functions that were
>>>EXPORT_SYMBOL'ed but had exactly zero users in the kernel and makes
>>>another one that was previously EXPORT_SYMBOL'ed static.
>>>
>>>It also removes another unused global function to completely remove
>>>drivers/acpi/hardware/hwtimer.c which contained no function used
>>>anywhere in the kernel.
>>>
>>>Please comment on whether this patch is correct or whether in-kernel
>>>users of these functions are pending.
>>>
>>>
>>>diffstat output:
>>> drivers/acpi/acpi_ksyms.c | 8 -
>>> drivers/acpi/events/evxfevnt.c | 191 -----------------------------
>>> drivers/acpi/hardware/Makefile | 2
>>> drivers/acpi/hardware/hwtimer.c | 200
>>>-------------------------------
>>> drivers/acpi/resources/rsxface.c | 52 --------
>>> drivers/acpi/scan.c | 6
>>> drivers/acpi/utilities/utxface.c | 89 -------------
>>> include/acpi/achware.h | 17 --
>>> include/acpi/acpi_bus.h | 1
>>> include/acpi/acpixf.h | 24 ---
>>> 10 files changed, 6 insertions(+), 584 deletions(-)
>>
>>No, I can't apply this one as-is.
>>Some of these routines are not called now
>>simply because Linux/ACPI is evolving and we don't
>>yet take advantage of some of the things supported
>>by ACPICA core we use.
>
>
> I understand this, that's why I asked for comments on this patch.
>
> But it seems a bit strange for me that e.g. the file hwtimer.c was added
> nearly three years ago and exports functions - but currently has exactly
> zero users. One effect is a needless code bloat for every single user
> with CONFIG_ACPI_INTERPRETER=y.
>
> Removing unused global functions is a pretty cheap way to get the kernel
> smaller without any loss of functionality. Please check which of the
> functions touched in my patch will actually be used in the foreseeable
> future (if it would e.g. take another three years until hwtimer.c will
> be used, it might be better to re-add it when it will actually be used).
Suggestion that satisfies both of you, I think:
#undef ACPI_FUTURE_USAGE
#ifdef ACPI_FUTURE_USAGE
tons of unused exported functions
#endif /* ACPU_FUTURE_USAGE */
This is what is being done in at least one case in the kernel network
subsystem, incremental patches adds new functions, to be used by
future patches, but sometimes Real Life (tm) gets in the way and the
programmer stalls development for some time, no problem, just ifdef it.
When, in the future, some functions start being used, hey, very easy
to remove the #ifdef.
Even for people trying to debug such subsystems eventually to get
something working its _nice_ to know at first glance what is really
being used, speeding up the process for the benefit or everybody.
Best Regards,
- Arnaldo
>
> BTW: ACPI has tons of other unused global functions.
>
And other areas as well, keep up the good work Adrian.
next prev parent reply other threads:[~2004-11-06 16:30 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-05 21:50 [2.6 patch] drivers/acpi: remove unused exported functions Adrian Bunk
2004-11-06 2:10 ` Len Brown
2004-11-06 11:48 ` Adrian Bunk
2004-11-06 15:31 ` Arnaldo Carvalho de Melo [this message]
2004-11-06 21:29 ` Adrian Bunk
2004-11-06 21:21 ` Arnaldo Carvalho de Melo
2004-11-08 17:01 ` Len Brown
2004-11-09 1:40 ` [2.6 patch] kill acpi_ksyms.c Adrian Bunk
2004-11-12 4:56 ` Len Brown
2004-11-10 1:21 ` [2.6 patch] drivers/acpi: #ifdef unused functions away Adrian Bunk
2004-11-11 15:17 ` [ACPI] " Matthew Wilcox
2004-11-11 15:36 ` Adrian Bunk
2004-11-11 15:40 ` Matthew Wilcox
2004-11-11 15:46 ` Adrian Bunk
2004-11-11 16:08 ` Matthew Wilcox
2004-11-11 19:17 ` Len Brown
2004-11-10 23:38 ` [2.6 patch] drivers/acpi: remove unused exported functions Pavel Machek
2004-11-06 20:39 ` [ACPI] " Matthew Wilcox
2004-11-06 21:26 ` Adrian Bunk
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=418CEE3A.40503@conectiva.com.br \
--to=acme@conectiva.com.br \
--cc=acpi-devel@lists.sourceforge.net \
--cc=bunk@stusta.de \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).