From: Dave Hansen <dave.hansen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: Dave Jiang <dave.jiang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org
Cc: jack-IBi9RG/b67k@public.gmane.org,
alexander.kapshuk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org,
mawilcox-0li6OtcxBFHby3iVrkZq2A@public.gmane.org,
linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org,
vbabka-AlSwsSmVLrQ@public.gmane.org,
keescook-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org,
linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kirill.shutemov-VuQAYsv1563Yd54FQh9/CA@public.gmane.org
Subject: Re: [PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear()
Date: Thu, 16 Feb 2017 07:42:34 -0800 [thread overview]
Message-ID: <68216ac2-e194-30fa-9dcb-2020e8953bf5@linux.intel.com> (raw)
In-Reply-To: <148719066814.31111.3239231168815337012.stgit-Cxk7aZI4ujnJARH06PadV2t3HXsI98Cx0E9HWUfgJXw@public.gmane.org>
On 02/15/2017 12:31 PM, Dave Jiang wrote:
> The fix introduced by e4decc90 to fix the UP case for 32bit x86, however
> that broke the SMP case that was working previously. Add ifdef so the dummy
> function only show up for 32bit UP case only.
Could you elaborate a bit on how it broke things?
> Fix: e4decc90 mm,x86: native_pud_clear missing on i386 build
Which tree is that in, btw?
WARNING: multiple messages have this Message-ID (diff)
From: Dave Hansen <dave.hansen@linux.intel.com>
To: Dave Jiang <dave.jiang@intel.com>, akpm@linux-foundation.org
Cc: jack@suse.com, alexander.kapshuk@gmail.com,
linux-nvdimm@lists.01.org, mawilcox@microsoft.com,
linux-xfs@vger.kernel.org, linux-mm@kvack.org, vbabka@suse.cz,
keescook@google.com, linux-ext4@vger.kernel.org,
kirill.shutemov@linux.intel.com
Subject: Re: [PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear()
Date: Thu, 16 Feb 2017 07:42:34 -0800 [thread overview]
Message-ID: <68216ac2-e194-30fa-9dcb-2020e8953bf5@linux.intel.com> (raw)
In-Reply-To: <148719066814.31111.3239231168815337012.stgit@djiang5-desk3.ch.intel.com>
On 02/15/2017 12:31 PM, Dave Jiang wrote:
> The fix introduced by e4decc90 to fix the UP case for 32bit x86, however
> that broke the SMP case that was working previously. Add ifdef so the dummy
> function only show up for 32bit UP case only.
Could you elaborate a bit on how it broke things?
> Fix: e4decc90 mm,x86: native_pud_clear missing on i386 build
Which tree is that in, btw?
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm
WARNING: multiple messages have this Message-ID (diff)
From: Dave Hansen <dave.hansen@linux.intel.com>
To: Dave Jiang <dave.jiang@intel.com>, akpm@linux-foundation.org
Cc: keescook@google.com, mawilcox@microsoft.com,
linux-nvdimm@lists.01.org, linux-xfs@vger.kernel.org,
linux-mm@kvack.org, kirill.shutemov@linux.intel.com,
jack@suse.com, dan.j.williams@intel.com,
linux-ext4@vger.kernel.org, ross.zwisler@linux.intel.com,
vbabka@suse.cz, alexander.kapshuk@gmail.com
Subject: Re: [PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear()
Date: Thu, 16 Feb 2017 07:42:34 -0800 [thread overview]
Message-ID: <68216ac2-e194-30fa-9dcb-2020e8953bf5@linux.intel.com> (raw)
In-Reply-To: <148719066814.31111.3239231168815337012.stgit@djiang5-desk3.ch.intel.com>
On 02/15/2017 12:31 PM, Dave Jiang wrote:
> The fix introduced by e4decc90 to fix the UP case for 32bit x86, however
> that broke the SMP case that was working previously. Add ifdef so the dummy
> function only show up for 32bit UP case only.
Could you elaborate a bit on how it broke things?
> Fix: e4decc90 mm,x86: native_pud_clear missing on i386 build
Which tree is that in, btw?
WARNING: multiple messages have this Message-ID (diff)
From: Dave Hansen <dave.hansen@linux.intel.com>
To: Dave Jiang <dave.jiang@intel.com>, akpm@linux-foundation.org
Cc: keescook@google.com, mawilcox@microsoft.com,
linux-nvdimm@lists.01.org, linux-xfs@vger.kernel.org,
linux-mm@kvack.org, kirill.shutemov@linux.intel.com,
jack@suse.com, dan.j.williams@intel.com,
linux-ext4@vger.kernel.org, ross.zwisler@linux.intel.com,
vbabka@suse.cz, alexander.kapshuk@gmail.com
Subject: Re: [PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear()
Date: Thu, 16 Feb 2017 07:42:34 -0800 [thread overview]
Message-ID: <68216ac2-e194-30fa-9dcb-2020e8953bf5@linux.intel.com> (raw)
In-Reply-To: <148719066814.31111.3239231168815337012.stgit@djiang5-desk3.ch.intel.com>
On 02/15/2017 12:31 PM, Dave Jiang wrote:
> The fix introduced by e4decc90 to fix the UP case for 32bit x86, however
> that broke the SMP case that was working previously. Add ifdef so the dummy
> function only show up for 32bit UP case only.
Could you elaborate a bit on how it broke things?
> Fix: e4decc90 mm,x86: native_pud_clear missing on i386 build
Which tree is that in, btw?
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2017-02-16 15:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-15 20:31 [PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear() Dave Jiang
2017-02-15 20:31 ` Dave Jiang
2017-02-15 20:31 ` Dave Jiang
[not found] ` <148719066814.31111.3239231168815337012.stgit-Cxk7aZI4ujnJARH06PadV2t3HXsI98Cx0E9HWUfgJXw@public.gmane.org>
2017-02-16 15:42 ` Dave Hansen [this message]
2017-02-16 15:42 ` Dave Hansen
2017-02-16 15:42 ` Dave Hansen
2017-02-16 15:42 ` Dave Hansen
[not found] ` <68216ac2-e194-30fa-9dcb-2020e8953bf5-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-02-16 16:27 ` Dave Jiang
2017-02-16 16:27 ` Dave Jiang
2017-02-16 16:27 ` Dave Jiang
2017-02-16 16:27 ` Dave Jiang
2017-02-27 18:31 ` Laura Abbott
2017-02-27 18:31 ` Laura Abbott
2017-02-27 19:29 ` Boris Ostrovsky
2017-02-27 19:29 ` Boris Ostrovsky
2017-02-27 19:35 ` Dave Jiang
2017-02-27 19:35 ` Dave Jiang
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=68216ac2-e194-30fa-9dcb-2020e8953bf5@linux.intel.com \
--to=dave.hansen-vuqaysv1563yd54fqh9/ca@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=alexander.kapshuk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=dave.jiang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=jack-IBi9RG/b67k@public.gmane.org \
--cc=keescook-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
--cc=kirill.shutemov-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
--cc=linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org \
--cc=linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mawilcox-0li6OtcxBFHby3iVrkZq2A@public.gmane.org \
--cc=vbabka-AlSwsSmVLrQ@public.gmane.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.