Le 25/05/2016 18:55, Rainer Weikusat a écrit :
> Linux has the nice policy of never changing a public ABI, hence, there's
> no problem in this respect
Good to know. Although this is not true for kernel internals (if
you write or maintain a driver) and it obviously cannot apply to new
features.
Actually I've never been so afraid about that and often ran libcs
compiled matching kernel versions newer or older than the running one.
This was just a warning.
Didier