From: Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
To: Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org>
Cc: gorcunov-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org,
akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org,
tranmanphong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes
Date: Tue, 10 Mar 2015 17:37:34 -0600 [thread overview]
Message-ID: <54FF803E.9030407@osg.samsung.com> (raw)
In-Reply-To: <1426030513.20917.2.camel-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org>
On 03/10/2015 05:35 PM, Michael Ellerman wrote:
> On Tue, 2015-03-10 at 16:00 -0600, Shuah Khan wrote:
>> ptrace, efivars, and kcmp Makefiles don't have explicit build rule.
>> As a result, build fails when make is run from top level Makefile
>> target kselftest. Without the explicit rule, make works only when
>> it is run in the current directory or from selftests directory.
>> Fxing the problems by adding an explicit build rule to fix the
>> problem.
>>
>> Shuah Khan (3):
>> selftests: ptrace build fails when invoked from kselftest target
>> selftests: efivars build fails when invoked from kselftest target
>> selftests: kcmp build fails when invoked from kselftest target
>>
>> tools/testing/selftests/efivarfs/Makefile | 2 ++
>> tools/testing/selftests/kcmp/Makefile | 5 +++--
>> tools/testing/selftests/ptrace/Makefile | 5 +++--
>> 3 files changed, 8 insertions(+), 4 deletions(-)
>
> What? No. This is the bug my patch to filter the make flags fixes.
>
> cheers
>
>
Michael,
Did you see my email from yesterday on how your patch introduced
more problems. Can you please make sure the patches you send work
and don't introduce problems. I am having this issue with a lot
of your patches.
thanks,
-- Shuah
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org | (970) 217-8978
WARNING: multiple messages have this Message-ID (diff)
From: Shuah Khan <shuahkh@osg.samsung.com>
To: Michael Ellerman <mpe@ellerman.id.au>
Cc: gorcunov@openvz.org, akpm@linux-foundation.org,
tranmanphong@gmail.com, linux-kernel@vger.kernel.org,
linux-api@vger.kernel.org
Subject: Re: [PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes
Date: Tue, 10 Mar 2015 17:37:34 -0600 [thread overview]
Message-ID: <54FF803E.9030407@osg.samsung.com> (raw)
In-Reply-To: <1426030513.20917.2.camel@ellerman.id.au>
On 03/10/2015 05:35 PM, Michael Ellerman wrote:
> On Tue, 2015-03-10 at 16:00 -0600, Shuah Khan wrote:
>> ptrace, efivars, and kcmp Makefiles don't have explicit build rule.
>> As a result, build fails when make is run from top level Makefile
>> target kselftest. Without the explicit rule, make works only when
>> it is run in the current directory or from selftests directory.
>> Fxing the problems by adding an explicit build rule to fix the
>> problem.
>>
>> Shuah Khan (3):
>> selftests: ptrace build fails when invoked from kselftest target
>> selftests: efivars build fails when invoked from kselftest target
>> selftests: kcmp build fails when invoked from kselftest target
>>
>> tools/testing/selftests/efivarfs/Makefile | 2 ++
>> tools/testing/selftests/kcmp/Makefile | 5 +++--
>> tools/testing/selftests/ptrace/Makefile | 5 +++--
>> 3 files changed, 8 insertions(+), 4 deletions(-)
>
> What? No. This is the bug my patch to filter the make flags fixes.
>
> cheers
>
>
Michael,
Did you see my email from yesterday on how your patch introduced
more problems. Can you please make sure the patches you send work
and don't introduce problems. I am having this issue with a lot
of your patches.
thanks,
-- Shuah
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com | (970) 217-8978
next prev parent reply other threads:[~2015-03-10 23:37 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 22:00 [PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes Shuah Khan
2015-03-10 22:00 ` Shuah Khan
2015-03-10 22:00 ` [PATCH 3/3] selftests: kcmp build fails when invoked from kselftest target Shuah Khan
[not found] ` <80f321919d8d1f804c4933acac9b044d4c6626eb.1426022048.git.shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-03-10 22:09 ` Cyrill Gorcunov
2015-03-10 22:09 ` Cyrill Gorcunov
2015-03-10 22:41 ` Shuah Khan
2015-03-10 22:41 ` Shuah Khan
2015-03-10 22:45 ` Cyrill Gorcunov
[not found] ` <cover.1426022048.git.shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-03-10 22:00 ` [PATCH 1/3] selftests: ptrace " Shuah Khan
2015-03-10 22:00 ` Shuah Khan
2015-03-10 22:00 ` [PATCH 2/3] selftests: efivars " Shuah Khan
2015-03-10 22:00 ` Shuah Khan
2015-03-10 23:35 ` [PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes Michael Ellerman
2015-03-10 23:35 ` Michael Ellerman
[not found] ` <1426030513.20917.2.camel-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org>
2015-03-10 23:37 ` Shuah Khan [this message]
2015-03-10 23:37 ` Shuah Khan
[not found] ` <54FF803E.9030407-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-03-10 23:40 ` Shuah Khan
2015-03-10 23:40 ` Shuah Khan
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=54FF803E.9030407@osg.samsung.com \
--to=shuahkh-jph+aebz4p+uejcrhfaqsw@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=gorcunov-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org \
--cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org \
--cc=tranmanphong-Re5JQEeQqe8AvxtiuMwx3w@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.