On Sat, Sep 21, 2019 at 08:10:30AM +1000, JH wrote: > Hi Greg, > > On 9/18/19, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > Otherwise, just use 5.3 now and then 5.4 when it comes out in a few > > months. > > My apology for an off topic question. I discussed with my colleague to > use 5.3, if we cannot wait for 5.4 LTS release, we will do a remote > 5.4 upgrade from 5.3 on air for the product. One of my colleague > warning me that kernel 5.3 and 5.4 LTS will not be a minor upgrade, it > will be major upgrade which will have massive libraries changes. I > don't agree with it, but I could not find kernel document to state > either 5.3 and 5.4 LTS is a major or minor change. What is your > insight view? Appreciate if you could point me a reference to prove my > colleague is wrong. You should never have to update any userspace code or library if the kernel is updated as we guarantee backwards compatibility. If we did break something, please let us know and we will work very hard to fix it. This is a guarantee we made back in 2007 or so, and have been sticking to it since. There is no "major" upgrade issue here, the kernel does a new release every 3 months and changes the number, showing it is "newer" than the previous one. Hope this helps, greg k-h