Re: [tip:x86/mpx] x86/insn-eval: Add utility function to get segment descriptor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: Re: [tip:x86/mpx] x86/insn-eval: Add utility function to get segment descriptor
- From: Borislav Petkov <bp@xxxxxxx>
- Date: Tue, 5 Dec 2017 19:14:56 +0100
- Cc: qiaowei.ren@xxxxxxxxx, luto@xxxxxxxxxx, adam.buchbinder@xxxxxxxxx, mst@xxxxxxxxxx, mhiramat@xxxxxxxxxx, dave.hansen@xxxxxxxxxxxxxxx, mingo@xxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, colin.king@xxxxxxxxxxxxx, jslaby@xxxxxxx, pbonzini@xxxxxxxxxx, cmetcalf@xxxxxxxxxxxx, akpm@xxxxxxxxxxxxxxxxxxxx, vbabka@xxxxxxx, acme@xxxxxxxxxx, brgerst@xxxxxxxxx, shuah@xxxxxxxxxx, paul.gortmaker@xxxxxxxxxxxxx, lstoakes@xxxxxxxxx, hpa@xxxxxxxxx, thgarnie@xxxxxxxxxx, keescook@xxxxxxxxxxxx, adrian.hunter@xxxxxxxxx, ricardo.neri-calderon@xxxxxxxxxxxxxxx, ray.huang@xxxxxxx, dvyukov@xxxxxxxxxx, ravi.v.shankar@xxxxxxxxx, slaoub@xxxxxxxxx, tglx@xxxxxxxxxxxxx, corbet@xxxxxxx, linux-tip-commits@xxxxxxxxxxxxxxx
- In-reply-to: <20171205174844.GM3165@worktop.lehotels.local>
- References: <1509135945-13762-15-git-send-email-ricardo.neri-calderon@linux.intel.com> <tip-670f928ba09b06712da34a3c44be6c8fa561fb19@git.kernel.org> <20171205174844.GM3165@worktop.lehotels.local>
- User-agent: NeoMutt/20170609 (1.8.3)
On Tue, Dec 05, 2017 at 06:48:44PM +0100, Peter Zijlstra wrote:
> This is broken right? You unlock and then return @desc, which afaict can
> at that point get freed by free_ldt_struct().
>
> Something like the below ought to cure; although its not entirely
> pretty either.
Right.
Or, instead of introducing all the locking, we could also not do
anything because all that code runs inside fixup_umip_exception() so the
desc will be valid there.
But, if other code is going to use those functions - and I believe
that's the idea - otherwise they wouldn't be in arch/x86/lib/ - we
should convert all those functions to return directly the desc field
which is requested by the respective caller.
I.e., get_desc() will be called by a wrapper which returns desc base or
desc limit or whatever...
In the case where desc has been freed, it should return error, of
course.
How doed that sound?
--
Regards/Gruss,
Boris.
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[Index of Archives]
[Linux Stable Commits]
[Linux Stable Kernel]
[Linux Kernel]
[Linux USB Devel]
[Linux Video &Media]
[Linux Audio Users]
[Yosemite News]
[Linux SCSI]