On Fri, Dec 28, 2018 at 08:09:41AM +0100, Maxime Villard wrote: > Resending to the correct list: > > Le 27/12/2018 à 23:34, Christoph Badura a écrit : > > Doesn't that trigger a kernel version bump? > > It doesn't change the ABI, so no. > > > And shouldn't changes like this be documented in src/CHANGES? > > It's a small cleanup, I don't think such changes deserve an entry > in CHANGES.
It changes the API and third party code might not compile any more. It needs to be documented somewhere. Martin