From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Brian Gerst <brgerst@gmail.com>,
the arch/x86 maintainers <x86@kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
"H. Peter Anvin" <hpa@zytor.com>,
Denys Vlasenko <dvlasenk@redhat.com>,
Andy Lutomirski <luto@amacapital.net>
Subject: Re: [PATCH 4/7] x86/vm86: Move vm86 fields out of thread_struct
Date: Sun, 23 Aug 2015 13:51:13 +0200 [thread overview]
Message-ID: <20150823115113.GA26296@gmail.com> (raw)
In-Reply-To: <CA+55aFwnkHy1gPtRDNQgSBpF=79tfaQibysnrogvE3DF80=ndQ@mail.gmail.com>
* Linus Torvalds <torvalds@linux-foundation.org> wrote:
> On Wed, Aug 5, 2015 at 10:48 AM, Ingo Molnar <mingo@kernel.org> wrote:
> >>
> >> Some of these field names are visible to userspace and can't change.
> >
> > That's a misconception: bits in the uapi headers can be renamed just fine.
>
> I disagree. If it causes pain for user space, we just shouldn't do it.
Ok, agreed - I wanted to argue against the "can't change" statement and went
overboard with my own statement ...
Quite often headers can change and we've changed a number of fields in the past -
but if they cause pain (as in this case) we don't do it.
So I'd say that based on past experience:
- changing small details in uapi headers is usually fine.
- changing small details in the ABI is usually not fine.
If anything breaks then the policy is the same, regardless of likelihood:
reverting the change.
> Some people copy the headers (preferred), others include the kernel header
> directory with a include path or a symlink, and it's damn painful if we start
> changing things that user space depends on.
>
> I'd say that it's like the ABI - if people don't really notice, you can do it,
> but if it breaks the build of a user app, we should be very very careful. The
> breakage is often hard to fix because of nasty versioning issues..
>
> Our goal in life really is "don't screw up user space".
Yeah, agreed 100%.
Thanks,
Ingo
next prev parent reply other threads:[~2015-08-23 11:51 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-20 1:09 [PATCH v3] x86: vm86 cleanups Brian Gerst
2015-07-20 1:09 ` [PATCH 1/7] x86/vm86: Clean up saved_fs/gs Brian Gerst
2015-07-21 9:38 ` [tip:x86/asm] x86/entry/vm86: " tip-bot for Brian Gerst
2015-07-20 1:09 ` [PATCH 2/7] x86/vm86: Preserve orig_ax Brian Gerst
2015-07-21 9:39 ` [tip:x86/asm] x86/entry/vm86: Preserve 'orig_ax' tip-bot for Brian Gerst
2015-07-20 1:09 ` [PATCH 3/7] x86/vm86: Move userspace accesses to do_sys_vm86() Brian Gerst
2015-07-21 9:39 ` [tip:x86/asm] x86/entry/vm86: " tip-bot for Brian Gerst
2015-07-20 1:09 ` [PATCH 4/7] x86/vm86: Move vm86 fields out of thread_struct Brian Gerst
2015-07-21 6:28 ` Ingo Molnar
2015-07-21 6:30 ` Andy Lutomirski
2015-07-21 6:35 ` Ingo Molnar
2015-07-21 6:31 ` Ingo Molnar
2015-07-21 7:11 ` Ingo Molnar
2015-07-21 15:30 ` Brian Gerst
2015-08-05 8:48 ` Ingo Molnar
2015-08-05 8:53 ` Linus Torvalds
2015-08-23 11:51 ` Ingo Molnar [this message]
2015-07-20 1:09 ` [PATCH 5/7] x86/vm86: Move fields from kernel_vm86_struct Brian Gerst
2015-07-20 1:09 ` [PATCH 6/7] x86/vm86: Eliminate kernel_vm86_struct Brian Gerst
2015-07-20 1:09 ` [PATCH 7/7] x86/vm86: Use the normal pt_regs area for vm86 Brian Gerst
-- strict thread matches above, loose matches on Subject: below --
2015-07-16 11:46 [PATCH v2] x86: vm86 cleanups Brian Gerst
2015-07-16 11:46 ` [PATCH 4/7] x86/vm86: Move vm86 fields out of thread_struct Brian Gerst
2015-07-17 19:01 ` Andy Lutomirski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150823115113.GA26296@gmail.com \
--to=mingo@kernel.org \
--cc=brgerst@gmail.com \
--cc=dvlasenk@redhat.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=torvalds@linux-foundation.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.