Weekly Edition Return to the Kernel page |
A summary of 2.6.16 API changes
2.6.16 should be sufficiently stable, at this point, that it is safe to
make a list of API changes. As usual, this list will be folded into the LWN 2.6 API changes page as well.
(Log in to post comments)
A summary of 2.6.16 API changes Posted Mar 16, 2006 19:45 UTC (Thu) by ehovland (subscriber, #2284) [Link]
Perhaps you should pick either will or can. There is a clock api in the kernel which changed between 2.6.15 and 2.6.16. It had a clk_use()/clk_unuse() set of functions to help with reference counting of clocks used. Both functions have disappeared and the refcounting has been put into the clk_enable()/clk_disable() calls. The header file for the clock system has moved from include/asm-*platform* to include/linux/clk.h. Not sure if this change qualifies for your API doc. But I thought I would mention it.
bzImage target seems to be still here Posted Mar 17, 2006 23:36 UTC (Fri) by kenmoffat (subscriber, #4807) [Link] <quote> The venerable "make bzImage" command no longer works; just type "make" instead. </quote>
Umm, I'm just building a new linuxfromscratch system on x86 - I haven't conciously used 'make bzImage' for some time, but I thought I'd try it now (2.6.16-rc6) and there is no indication that it no longer works, first it told me
and sure enough, there it is.
bzImage target seems to be still here Posted Mar 24, 2006 15:08 UTC (Fri) by rvfh (subscriber, #31018) [Link] ...and that's fortunate, as 'make' makes both kernel and modules, which is not always what you want!
|
Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.