Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1719504
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Ingo Molnar <mingo@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] x86/mm: fix use-after-free of ldt_struct |
| Date | Thu, 24 Aug 2017 20:50:01 +0200 |
| Message-ID | <ui5mx-1JS-3@gated-at.bofh.it> (permalink) |
| References | <ui4Aa-1eO-11@gated-at.bofh.it> <ui4Ab-1eO-25@gated-at.bofh.it> <ui5cS-1GO-19@gated-at.bofh.it> |
| X-Original-To | Linus Torvalds <torvalds@linux-foundation.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=A1fL5+KP0pF+GpZNHd9RjGlqmTi0KxNySuJznlCyjsQ=; b=FnYgJ4649mqLn4VV0BIgJa+2hMA1oT8cUrSeVhIbgtuLCt1nnCXYbup1lmQ3J4c0S2 N/go/j6yXVPc5/ri7eVmXwQBAVcyTaDJdpIKcWUI39PEK+SxdGju3NOE0Ma6TYNmGM4H D+oqdFlC+9RoAksS3Meo9zfF3yf08fFVKMbFxjqf/mTFk5cMO1TcCQvIpfr+doImSdRc DcXRq0HuCalT9aAw4DSY5DsOITkOS+uS36dl1BXG81HqiERhdB4awlAT0Qk2eV1+BkZn j+i9HrS4sdAYkTJUgh0gI4Pfxm3bSlY9ckVjzSzIVITIHZtyiWL4DUFPDPWuE8JDBjvC XPhQ== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=A1fL5+KP0pF+GpZNHd9RjGlqmTi0KxNySuJznlCyjsQ=; b=IQJnmDwhbzQt/FzaBa3UZ6tp8ltwAhMXOW8isazJAu4IveKfvSccSvhfU1NLIo+79M 6xMp5nqM08JXrN6PB/oDD8urUOuipYUv1iY4oBCQfLvLwNsgVMO16xSGrofPGxBcwI/T icf4H2SwwcbfvP5vN+ccKylfy2y4tkBPm6xLuTOWcL6BTGsqVsBM+7RF7f2ihHUIatv8 u2OXyCVxgK0FDVCCw59sEaqRv7WbtrKBVMfBF1F278TdgPJCKng684u3UMdcKKsggmSj z3PR5NcBPQ3zM1BXHp3ZmzQldtDxEDHMVaqQXoVwJwtjFOBQuFfQIi0fchISyUDHACll 8EMA== |
| X-Gm-Message-State | AHYfb5jd4AzOwn8e2V1yXxIl/GUYGJ0x+djIFaLKO91mXCFZbeVBMxXN vfDkTye0YT9jmg== |
| X-Received | by 10.223.148.193 with SMTP id 59mr4114549wrr.233.1503600196591; Thu, 24 Aug 2017 11:43:16 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | NeoMutt/20170113 (1.7.2) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 14 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Dave Hansen <dave.hansen@linux.intel.com>, Eric Biggers <ebiggers3@gmail.com>, the arch/x86 maintainers <x86@kernel.org>, linux-mm <linux-mm@kvack.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Eric Biggers <ebiggers@google.com>, Andrew Morton <akpm@linux-foundation.org>, Andy Lutomirski <luto@amacapital.net>, Borislav Petkov <bp@alien8.de>, Brian Gerst <brgerst@gmail.com>, Christoph Hellwig <hch@lst.de>, Denys Vlasenko <dvlasenk@redhat.com>, Dmitry Vyukov <dvyukov@google.com>, "H . Peter Anvin" <hpa@zytor.com>, Michal Hocko <mhocko@suse.com>, Peter Zijlstra <peterz@infradead.org>, Rik van Riel <riel@redhat.com>, Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>, Thomas Gleixner <tglx@linutronix.de>, stable <stable@vger.kernel.org> |
| X-Original-Date | Thu, 24 Aug 2017 20:43:13 +0200 |
| X-Original-Message-ID | <20170824184313.ibjiwbxsxdhm5o5b@gmail.com> |
| X-Original-References | <20170824175029.76040-1-ebiggers3@gmail.com> <43bcad51-b210-c1fa-c729-471fe008ba61@linux.intel.com> <CA+55aFw6zfaM=LubJnsERYVtaSdvNtGfFNRxeHvC=hahrh6wVA@mail.gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1719504 |
Show key headers only | View raw
* Linus Torvalds <torvalds@linux-foundation.org> wrote:
> Ingo,
>
> I'm assuming I get this through the -tip tree, which is where the
> original commit 39a0526fb3f7 ("x86/mm: Factor out LDT init from
> context init") came from.
Yes, will do!
Thanks,
Ingo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] x86/mm: fix use-after-free of ldt_struct Eric Biggers <ebiggers3@gmail.com> - 2017-08-24 20:00 +0200
Re: [PATCH] x86/mm: fix use-after-free of ldt_struct Dave Hansen <dave.hansen@linux.intel.com> - 2017-08-24 20:00 +0200
Re: [PATCH] x86/mm: fix use-after-free of ldt_struct Linus Torvalds <torvalds@linux-foundation.org> - 2017-08-24 20:40 +0200
Re: [PATCH] x86/mm: fix use-after-free of ldt_struct Ingo Molnar <mingo@kernel.org> - 2017-08-24 20:50 +0200
[tip:x86/urgent] x86/mm: Fix use-after-free of ldt_struct tip-bot for Eric Biggers <tipbot@zytor.com> - 2017-08-25 10:10 +0200
csiph-web