Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1448994
| Path | csiph.com!goblin1!goblin2!goblin.stu.neva.ru!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Ingo Molnar <mingo@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [tip:x86/mm] x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs |
| Date | Sat, 23 Jul 2016 21:20:02 +0200 |
| Message-ID | <rYaCS-6AX-17@gated-at.bofh.it> (permalink) |
| References | <rXXcC-6VG-7@gated-at.bofh.it> <rXZR7-6c-7@gated-at.bofh.it> <rY0Dv-AU-1@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=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=UaL5OKkCEf6vYTxff2z7vVc5UFyWd5eHFJ0+D30FU0g=; b=PcZ8sLRALwBoaokDIkf0p5BG5IZ+od0MvsovLrLi/afC+uPggtE6EuCplyYWGI9jfb WWA9nbOdu+OaxwFJrv3mQ8fJnCJbmG1oMJN2RFdJT2BBK6G8KLyK5AFsoGmEpZ5HGqRf yfdKoPajjREL9ZscMJPjY0itTnaCW2kRK+5d2AefJL7PPwXtmwTCreBb4R4zpkakhxbX zdIb6x4oqIOEy/PBLVeK9gw90O6m1xT1cF1tiRFQUntOjPzT0f4XjtEc2aVaseGubzFN QuNC/eHJMABqpw+DMupmaumtdus3zmHkLarCtgHz2ptZGBb4hGVyWX/rSVX5hNEbzF+N +1RQ== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=UaL5OKkCEf6vYTxff2z7vVc5UFyWd5eHFJ0+D30FU0g=; b=gzYEhBZX1pTiahO9ItQxJLxl5GuDKcjh0qdk7YBJOlDwOslM7N03IbOvIGXClsT+C7 qLMyIp/NKFP9mCusw8umph7I1UW3t8BUxd8LU7frg2pU8jET91kxdiR9xhzn7avFoQxh TMPshRM6F0Siq+zt+351ucqF67HQA3/QJe3/gx6S2WLTQIZjKXFKu2XeJKa5NtBQ8P5s Y4/6GeMG3xv0QT3m4exbCJ071iKCRaQ+2vKST9qUBF5S9t75LvXngDIVackSAd81+drW 8zuKmI+AJiLyr6lGs0pe9jBNUSL6WgxMfl+EY04hkequru3IoJAyczHnF5edE6XttgUi Rung== |
| X-Gm-Message-State | ALyK8tLYBdyTXg4Cb2dH9UpoFzKkoMW7JyaGtxOEAG9653kqVdXQMbeY5aH4nw3VmVkgRg== |
| X-Received | by 10.28.167.80 with SMTP id q77mr33834099wme.62.1469301268324; Sat, 23 Jul 2016 12:14:28 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| 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 | 16 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Peter Zijlstra <peterz@infradead.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Denys Vlasenko <dvlasenk@redhat.com>, Borislav Petkov <bp@alien8.de>, Toshi Kani <toshi.kani@hp.com>, Josh Poimboeuf <jpoimboe@redhat.com>, Andrew Morton <akpm@linux-foundation.org>, Brian Gerst <brgerst@gmail.com>, "Luis R. Rodriguez" <mcgrof@suse.com>, krinkin.m.u@gmail.com, Peter Anvin <hpa@zytor.com>, Thomas Gleixner <tglx@linutronix.de>, Andrew Lutomirski <luto@kernel.org>, Valdis Kletnieks <Valdis.Kletnieks@vt.edu>, "linux-tip-commits@vger.kernel.org" <linux-tip-commits@vger.kernel.org> |
| X-Original-Date | Sat, 23 Jul 2016 21:14:24 +0200 |
| X-Original-Message-ID | <20160723191424.GA21413@gmail.com> |
| X-Original-References | <21cbc2822aa18aa812c0215f4231dbf5f65afa7f.1469249789.git.luto@kernel.org> <tip-e959c4cb39feebe85e2b1191f5f666c79807631a@git.kernel.org> <CA+55aFzg+xbDGBgOrF5wiqU5OmZAd8GvmQ5r6cegi2EjUend8Q@mail.gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1448994 |
Show key headers only | View raw
* Linus Torvalds <torvalds@linux-foundation.org> wrote: > On Sat, Jul 23, 2016 at 4:46 PM, tip-bot for Andy Lutomirski > <tipbot@zytor.com> wrote: > > > > Fixing this directly is difficult or impossible because of the awful > > state of Linux's page table accessors. > > Quite frankly, this part of the message is misleading and wrong. Fair enough - I amended the commit and pushed out the new version. Thanks, Ingo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] x86/mm/cpa: Unbreak populate_pgd(): stop trying to deallocate failed PUDs Andy Lutomirski <luto@kernel.org> - 2016-07-23 07:00 +0200
[tip:x86/mm] x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs tip-bot for Andy Lutomirski <tipbot@zytor.com> - 2016-07-23 09:50 +0200
Re: [tip:x86/mm] x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs Linus Torvalds <torvalds@linux-foundation.org> - 2016-07-23 10:40 +0200
Re: [tip:x86/mm] x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs Ingo Molnar <mingo@kernel.org> - 2016-07-23 21:20 +0200
[tip:x86/mm] x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs tip-bot for Andy Lutomirski <tipbot@zytor.com> - 2016-07-23 21:20 +0200
Re: [tip:x86/mm] x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs Nicolai Stange <nicstange@gmail.com> - 2016-07-23 22:50 +0200
csiph-web