linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: dvlasenk@redhat.com, Ingo Molnar <mingo@kernel.org>,
	luto@kernel.org, Andrew Morton <akpm@linux-foundation.org>,
	brgerst@gmail.com, Arnd Bergmann <arnd@arndb.de>,
	jpoimboe@redhat.com, mhocko@suse.com,
	"H. Peter Anvin" <hpa@zytor.com>,
	dave.hansen@intel.com, Peter Zijlstra <peterz@infradead.org>,
	"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andy Lutomirski <luto@amacapital.net>,
	Borislav Petkov <bp@alien8.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: linux-tip-commits@vger.kernel.org
Subject: Re: [tip:x86/mm] x86: Convert the rest of the code to support p4d_t
Date: Sun, 23 Apr 2017 12:56:14 -0700	[thread overview]
Message-ID: <CAA9_cmfrHDRnzPJ2tG4YxnnNDH2VuQ6KrFrvXZ=c8Ys1HKUTCQ@mail.gmail.com> (raw)
In-Reply-To: <tip-f2a6a7050109e0a5c7a84c70aa6010f682b2f1ee@git.kernel.org>

On Mon, Mar 27, 2017 at 3:25 AM, tip-bot for Kirill A. Shutemov
<tipbot@zytor.com> wrote:
> Commit-ID:  f2a6a7050109e0a5c7a84c70aa6010f682b2f1ee
> Gitweb:     http://git.kernel.org/tip/f2a6a7050109e0a5c7a84c70aa6010f682b2f1ee
> Author:     Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> AuthorDate: Fri, 17 Mar 2017 21:55:15 +0300
> Committer:  Ingo Molnar <mingo@kernel.org>
> CommitDate: Mon, 27 Mar 2017 08:56:58 +0200
>
> x86: Convert the rest of the code to support p4d_t
>
> This patch converts x86 to use proper folding of a new (fifth) page table level
> with <asm-generic/pgtable-nop4d.h>.
>
> That's a bit of a kitchen sink patch, but I don't see how to split it further
> without hurting bisectability.
>
> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> Acked-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Andy Lutomirski <luto@amacapital.net>
> Cc: Andy Lutomirski <luto@kernel.org>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Borislav Petkov <bp@alien8.de>
> Cc: Brian Gerst <brgerst@gmail.com>
> Cc: Dave Hansen <dave.hansen@intel.com>
> Cc: Denys Vlasenko <dvlasenk@redhat.com>
> Cc: H. Peter Anvin <hpa@zytor.com>
> Cc: Josh Poimboeuf <jpoimboe@redhat.com>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>
> Cc: Michal Hocko <mhocko@suse.com>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: linux-arch@vger.kernel.org
> Cc: linux-mm@kvack.org
> Link: http://lkml.kernel.org/r/20170317185515.8636-7-kirill.shutemov@linux.intel.com
> Signed-off-by: Ingo Molnar <mingo@kernel.org>

Following Ingo's revert of commit 2947ba054a4d "x86/mm/gup: Switch GUP
to the generic get_user_page_fast() implementation", I gave
tip.git/master a try to see if it resolved the original failing
signature I was seeing with the "device-dax" regression test [1] on
next/master. It turns out that there are two failing signatures and I
need to use the revert during the bisect to find this other
regression. This new bisect points to commit f2a6a7050109 "x86:
Convert the rest of the code to support p4d_t" as the culprit.

[   43.194330] BUG: unable to handle kernel paging request at ffff880300000000
[   43.196312] IP: memchr_inv+0x60/0x110
[   43.197352] PGD 317d067
[   43.197354] P4D 317d067
[   43.198110] PUD 3180067
[   43.198872] PMD 33f102067
[   43.199639] PTE 8000000300000060
[   43.200448]
[   43.201878] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
[   43.203122] Dumping ftrace buffer:
[   43.204090]    (ftrace buffer empty)
[   43.205067] Modules linked in: ip6t_rpfilter ip6t_REJECT
nf_reject_ipv6 xt_conntrack ebtable_nat ebtable_broute bridge stp llc
ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip
6table_mangle ip6table_raw ip6table_security iptable_nat
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack
iptable_mangle iptable_raw iptable_security ebtable_filter ebtables
ip6table_filter ip6_tables crct10dif_pclmul crc32_pclmul crc32c_intel
ghash_clmulni_intel nd_pmem(O) dax_pmem(O) nd_btt(O) dax(O) tpm_tis
serio_raw nd_e820(O) tpm_tis_core tpm nfit(O) libnvd
imm(O) nfit_test_iomap(O) nfsd nfs_acl
[   43.214795] CPU: 28 PID: 1894 Comm: lt-device-dax Tainted: G
   O    4.11.0-rc2+ #73
[   43.217240] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996),
BIOS 1.9.3-1.fc25 04/01/2014
[   43.219727] task: ffff8803250e9880 task.stack: ffffc90003160000
[   43.221273] RIP: 0010:memchr_inv+0x60/0x110
[   43.222517] RSP: 0018:ffffc90003163aa8 EFLAGS: 00010a83
[   43.223902] RAX: fdfdfdfdfdfdfdfd RBX: 00003fffc0000000 RCX: 0000000008000000
[   43.225598] RDX: 0000000040000000 RSI: 00000000000000fd RDI: ffff880300000000
[   43.227271] RBP: ffffc90003163aa8 R08: 00000000000000fd R09: 0101010101010101
[   43.228952] R10: 0000000000000000 R11: 0000000000000000 R12: 00003ffffffff000
[   43.230640] R13: ffffea0008000000 R14: ffff88033e7e7000 R15: ffffea0008000000
[   43.232342] FS:  00007f3f72935380(0000) GS:ffff880336300000(0000)
knlGS:0000000000000000
[   43.234601] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   43.235964] CR2: ffff880300000000 CR3: 0000000323c7c000 CR4: 00000000000406e0
[   43.237536] Call Trace:
[   43.238409]  remove_pagetable+0x214/0x783
[   43.239519]  ? sparse_remove_one_section+0xeb/0x180
[   43.240749]  vmemmap_free+0x10/0x20
[   43.241776]  sparse_remove_one_section+0xff/0x180
[   43.242979]  __remove_pages+0x33f/0x590
[   43.244054]  ? arch_remove_memory+0x80/0xe0
[   43.245182]  arch_remove_memory+0x80/0xe0
[   43.246296]  devm_memremap_pages_release+0x1af/0x3a0
[   43.247539]  ? devm_memremap_pages_release+0x5/0x3a0
[   43.248784]  release_nodes+0x16d/0x2b0
[   43.249849]  devres_release_all+0x3c/0x60
[   43.250953]  device_release_driver_internal+0x16d/0x210
[   43.252243]  device_release_driver+0x12/0x20
[   43.253386]  unbind_store+0x10f/0x160
[   43.254435]  drv_attr_store+0x25/0x30

[1]: https://github.com/pmem/ndctl/blob/pending/test/device-dax.c

  reply	other threads:[~2017-04-23 19:56 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-17 18:55 [PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 2 Kirill A. Shutemov
2017-03-17 18:55 ` [PATCH 1/6] x86/kexec: Add 5-level paging support Kirill A. Shutemov
2017-03-27 10:22   ` [tip:x86/mm] " tip-bot for Kirill A. Shutemov
2017-03-17 18:55 ` [PATCH 2/6] x86/efi: " Kirill A. Shutemov
2017-03-27 10:23   ` [tip:x86/mm] " tip-bot for Kirill A. Shutemov
2017-03-17 18:55 ` [PATCH 3/6] x86/mm/pat: " Kirill A. Shutemov
2017-03-17 19:49   ` Thomas Gleixner
2017-03-27 10:24   ` [tip:x86/mm] " tip-bot for Kirill A. Shutemov
2017-03-17 18:55 ` [PATCH 4/6] x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h> Kirill A. Shutemov
2017-03-20 16:21   ` Andrey Ryabinin
2017-03-22  7:31     ` Ingo Molnar
2017-03-24  9:07       ` Kirill A. Shutemov
2017-03-24 10:58         ` Ingo Molnar
2017-03-27 10:24   ` [tip:x86/mm] " tip-bot for Kirill A. Shutemov
2017-03-17 18:55 ` [PATCH 5/6] x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d Kirill A. Shutemov
2017-03-27  6:34   ` Ingo Molnar
2017-03-27 13:13     ` Kirill A. Shutemov
2017-03-27 10:25   ` [tip:x86/mm] " tip-bot for Xiong Zhang
2017-03-17 18:55 ` [PATCH 6/6] x86: Convert the rest of the code to support p4d_t Kirill A. Shutemov
2017-03-27 10:25   ` [tip:x86/mm] " tip-bot for Kirill A. Shutemov
2017-04-23 19:56     ` Dan Williams [this message]
2017-04-24 16:57       ` Kirill A. Shutemov
2017-04-24 18:42         ` Dan Williams
2017-04-25  0:57           ` Kirill A. Shutemov
2017-04-25  6:38             ` Ingo Molnar
2017-04-25  9:02               ` Kirill A. Shutemov

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='CAA9_cmfrHDRnzPJ2tG4YxnnNDH2VuQ6KrFrvXZ=c8Ys1HKUTCQ@mail.gmail.com' \
    --to=dan.j.williams@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=bp@alien8.de \
    --cc=brgerst@gmail.com \
    --cc=dave.hansen@intel.com \
    --cc=dvlasenk@redhat.com \
    --cc=hpa@zytor.com \
    --cc=jpoimboe@redhat.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=luto@kernel.org \
    --cc=mhocko@suse.com \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).