On Thu, Aug 13, 2015 at 11:57 AM, Stas Sergeev <stsp@xxxxxxx> wrote:OK, as you promise not to re-use the same slots in the future,
13.08.2015 21:35, Linus Torvalds ÐÐÑÐÑ:There are distant plans to think about restoring them, at least. But
On Thu, Aug 13, 2015 at 10:51 AM, Stas Sergeev <stsp@xxxxxxx> wrote:But OTOH these fields already lost their meaning.
Hello Linus, I verified that patch-minimal.diff is enoughOk. So I'm inclined to do the bigger revert, just to fix the compile
to fix the problem, BUT! dosemu is in fact using the .fs and
.gs fields of sigcontext as a placeholders. Why the minimal
patch alone helps is simply because the kernel headers
installed in a system do not yet represent the newer kernel
developments and have the .fs and .gs fields in.
issue. It would be crazy to force some silly autoconf script for
random header info.
It may make sense to force people to stop using them,
in case you ever want to re-use them again in the future.
From what Andy says, it seems there are the distant plans
to start restoring FS again. If people still use sigcontext.fs
by that time, you'll get problems. If you force everyone to
stop using them - you'll be safe.
it's not just FS -- it's FSBASE as well, and that's not going to fit
in the same slot. And we still don't get to break old DOSEMU versions
(knowingly, anyway).
In fact, I think the "silly autoconf script" you mentioned above,Honestly, I'd just save it somewhere outside sigcontext. If it's
should indeed be reverted, and instead I should use
sigcontext.reserved1[8] array to store FS/GS? Is this
safer against ever re-using this space? Not sure...
application data, treat it as such. OTOH, if you've already been
saving it in the old FS/GS slots, I see no great reason to change it.