public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* many items in Documentation/feature-removal-schedule.txt have expired, please update
@ 2008-03-20 13:22 rae l
  2008-03-20 13:25 ` Christoph Hellwig
  2008-03-20 20:22 ` Pavel Machek
  0 siblings, 2 replies; 4+ messages in thread
From: rae l @ 2008-03-20 13:22 UTC (permalink / raw)
  To: Pavel Machek, David Miller, Christoph Hellwig, Dominik Brodowski,
	Adrian Bunk, Arjan van de Ven, Nick Piggin, Len Brown,
	Stephen Hemminger
  Cc: linux-kernel

I noticed that many feature removal schedule marked in this file have
expired, so please update information:
1. if the feature has been removed, please remove it from this file;
2. if it does not, please update the schedule date;

---

The following is a list of files and features that are going to be
removed in the kernel source tree.  Every entry should contain what
exactly is going away, why it is happening, and who is going to be doing
the work.  When the feature is removed from the kernel, it should also
be removed from this file.

---------------------------

What:	dev->power.power_state
When:	July 2007
Why:	Broken design for runtime control over driver power states, confusing
	driver-internal runtime power management with:  mechanisms to support
	system-wide sleep state transitions; event codes that distinguish
	different phases of swsusp "sleep" transitions; and userspace policy
	inputs.  This framework was never widely used, and most attempts to
	use it were broken.  Drivers should instead be exposing domain-specific
	interfaces either to kernel or to userspace.
Who:	Pavel Machek <pavel@suse.cz>

---------------------------

What:	old NCR53C9x driver
When:	October 2007
Why:	Replaced by the much better esp_scsi driver.  Actual low-level
	driver can be ported over almost trivially.
Who:	David Miller <davem@davemloft.net>
	Christoph Hellwig <hch@lst.de>

---------------------------

What:	PCMCIA control ioctl (needed for pcmcia-cs [cardmgr, cardctl])
When:	November 2005
Files:	drivers/pcmcia/: pcmcia_ioctl.c
Why:	With the 16-bit PCMCIA subsystem now behaving (almost) like a
	normal hotpluggable bus, and with it using the default kernel
	infrastructure (hotplug, driver core, sysfs) keeping the PCMCIA
	control ioctl needed by cardmgr and cardctl from pcmcia-cs is
	unnecessary, and makes further cleanups and integration of the
	PCMCIA subsystem into the Linux kernel device driver model more
	difficult. The features provided by cardmgr and cardctl are either
	handled by the kernel itself now or are available in the new
	pcmciautils package available at
	http://kernel.org/pub/linux/utils/kernel/pcmcia/
Who:	Dominik Brodowski <linux@brodo.de>

---------------------------

What:	remove EXPORT_SYMBOL(kernel_thread)
When:	August 2006
Files:	arch/*/kernel/*_ksyms.c
Check:	kernel_thread
Why:	kernel_thread is a low-level implementation detail.  Drivers should
        use the <linux/kthread.h> API instead which shields them from
	implementation details and provides a higherlevel interface that
	prevents bugs and code duplication
Who:	Christoph Hellwig <hch@lst.de>

---------------------------

What:   eepro100 network driver
When:   January 2007
Why:    replaced by the e100 driver
Who:    Adrian Bunk <bunk@stusta.de>

---------------------------

What:	Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports
	(temporary transition config option provided until then)
	The transition config option will also be removed at the same time.
When:	before 2.6.19
Why:	Unused symbols are both increasing the size of the kernel binary
	and are often a sign of "wrong API"
Who:	Arjan van de Ven <arjan@linux.intel.com>

---------------------------

What:	vm_ops.nopage
When:	Soon, provided in-kernel callers have been converted
Why:	This interface is replaced by vm_ops.fault, but it has been around
	forever, is used by a lot of drivers, and doesn't cost much to
	maintain.
Who:	Nick Piggin <npiggin@suse.de>

---------------------------

What:	/proc/acpi/event
When:	February 2008
Why:	/proc/acpi/event has been replaced by events via the input layer
	and netlink since 2.6.23.
Who:	Len Brown <len.brown@intel.com>

---------------------------

What:   sk98lin network driver
When:   Feburary 2008
Why:    In kernel tree version of driver is unmaintained. Sk98lin driver
	replaced by the skge driver.
Who:    Stephen Hemminger <shemminger@linux-foundation.org>

--
Denis Cheng

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: many items in Documentation/feature-removal-schedule.txt have expired, please update
  2008-03-20 13:22 many items in Documentation/feature-removal-schedule.txt have expired, please update rae l
@ 2008-03-20 13:25 ` Christoph Hellwig
  2008-03-20 16:15   ` Harvey Harrison
  2008-03-20 20:22 ` Pavel Machek
  1 sibling, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2008-03-20 13:25 UTC (permalink / raw)
  To: rae l
  Cc: Pavel Machek, David Miller, Christoph Hellwig, Dominik Brodowski,
	Adrian Bunk, Arjan van de Ven, Nick Piggin, Len Brown,
	Stephen Hemminger, linux-kernel

On Thu, Mar 20, 2008 at 09:22:29PM +0800, rae l wrote:
> What:	old NCR53C9x driver
> When:	October 2007
> Why:	Replaced by the much better esp_scsi driver.  Actual low-level
> 	driver can be ported over almost trivially.
> Who:	David Miller <davem@davemloft.net>
> 	Christoph Hellwig <hch@lst.de>

This one is long gone, probably just needs a doc patch.

> 
> What:	remove EXPORT_SYMBOL(kernel_thread)
> When:	August 2006
> Files:	arch/*/kernel/*_ksyms.c
> Check:	kernel_thread
> Why:	kernel_thread is a low-level implementation detail.  Drivers should
>         use the <linux/kthread.h> API instead which shields them from
> 	implementation details and provides a higherlevel interface that
> 	prevents bugs and code duplication
> Who:	Christoph Hellwig <hch@lst.de>

We still have in-kernel users of this one.  Feel free to send a patch
to change it to "once the last in-tree user is gone"


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: many items in Documentation/feature-removal-schedule.txt have expired, please update
  2008-03-20 13:25 ` Christoph Hellwig
@ 2008-03-20 16:15   ` Harvey Harrison
  0 siblings, 0 replies; 4+ messages in thread
From: Harvey Harrison @ 2008-03-20 16:15 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: rae l, Pavel Machek, David Miller, Dominik Brodowski, Adrian Bunk,
	Arjan van de Ven, Nick Piggin, Len Brown, Stephen Hemminger,
	linux-kernel, James Bottomley

On Thu, 2008-03-20 at 14:25 +0100, Christoph Hellwig wrote:
> On Thu, Mar 20, 2008 at 09:22:29PM +0800, rae l wrote:
> > What:	old NCR53C9x driver
> > When:	October 2007
> > Why:	Replaced by the much better esp_scsi driver.  Actual low-level
> > 	driver can be ported over almost trivially.
> > Who:	David Miller <davem@davemloft.net>
> > 	Christoph Hellwig <hch@lst.de>
> 
> This one is long gone, probably just needs a doc patch.
> 

I sent a patch to James Bottomley after the removal a few weeks ago, he
said he wanted the message to stay for a release in case someone goes
looking for the driver.

Harvey



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: many items in Documentation/feature-removal-schedule.txt have expired, please update
  2008-03-20 13:22 many items in Documentation/feature-removal-schedule.txt have expired, please update rae l
  2008-03-20 13:25 ` Christoph Hellwig
@ 2008-03-20 20:22 ` Pavel Machek
  1 sibling, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2008-03-20 20:22 UTC (permalink / raw)
  To: rae l
  Cc: David Miller, Christoph Hellwig, Dominik Brodowski, Adrian Bunk,
	Arjan van de Ven, Nick Piggin, Len Brown, Stephen Hemminger,
	linux-kernel

On Thu 2008-03-20 21:22:29, rae l wrote:
> I noticed that many feature removal schedule marked in this file have
> expired, so please update information:
> 1. if the feature has been removed, please remove it from this file;
> 2. if it does not, please update the schedule date;


> What:	dev->power.power_state
> When:	July 2007
> Why:	Broken design for runtime control over driver power states, confusing
> 	driver-internal runtime power management with:  mechanisms to support
> 	system-wide sleep state transitions; event codes that distinguish
> 	different phases of swsusp "sleep" transitions; and userspace policy
> 	inputs.  This framework was never widely used, and most attempts to
> 	use it were broken.  Drivers should instead be exposing domain-specific
> 	interfaces either to kernel or to userspace.
> Who:	Pavel Machek <pavel@suse.cz>

Feel free to help killing remaining power_state users, then it can
disappear.

I won't update the date: it is in past to remind people that it should
have been killed already.

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-20 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 13:22 many items in Documentation/feature-removal-schedule.txt have expired, please update rae l
2008-03-20 13:25 ` Christoph Hellwig
2008-03-20 16:15   ` Harvey Harrison
2008-03-20 20:22 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox