The conclusion of the 3.9 merge window
The conclusion of the 3.9 merge window
Posted Mar 6, 2013 8:43 UTC (Wed) by renox (guest, #23785)In reply to: The conclusion of the 3.9 merge window by bergwolf
Parent article: The conclusion of the 3.9 merge window
>> The hlist_for_each_entry() iterator has lost the unused "pos" parameter.
>Yet another nightmare for out-of-tree modules that aim at supporting multiple kernel versions. sigh...
>Yet another nightmare for out-of-tree modules that aim at supporting multiple kernel versions. sigh...
And a perfect example why the kernel doesn't keep a stable internal ABI: otherwise you have to keep unused parameters aka bloat.