Kernel – 5.2-rc1 Released – Mostly Harmless..
Kernel 5.2-rc1 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1905.2/02345.html
OK this time, with the latest NVIDIA (430.14), and with patched VMware 15.1.0.
It still includes the annoying weird logic change to # make xconfig
, so I will be producing an – unofficial – patch to revert this, soon.
Robert Gadsdon. May 19, 2019.
As I said previously, the change was intentional so you cannot expect it to be reverted unless you (or someone else) convince upstream it was wrong. But, honestly, the new behaviour does IMHO better suite the “save as” logic; the old behaviour (which you expect) is usually called “save a copy”.
The ‘save as’ should be able to save a copy back to out-of-tree locations, as it used to about ten years ago(!) but I would expect ‘save’ to always save to the in-tree .config, as previously.
I have already commented to this effect on the LKML, but to no avail. In its modified form, this is now just a ‘configuration file editor’, rather than an integral part of the kernel config workflow..
RG.