All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] mbind: add a missing Makefile
@ 2011-01-19  8:09 CAI Qian
  2011-01-19  8:17 ` CAI Qian
  0 siblings, 1 reply; 6+ messages in thread
From: CAI Qian @ 2011-01-19  8:09 UTC (permalink / raw)
  To: ltp-list

Signed-off-by: CAI Qian <caiqian@redhat.com>
---
 testcases/kernel/mem/mbind/Makefile |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 testcases/kernel/mem/mbind/Makefile

diff --git a/testcases/kernel/mem/mbind/Makefile b/testcases/kernel/mem/mbind/Makefile
new file mode 100644
index 0000000..e202a6b
--- /dev/null
+++ b/testcases/kernel/mem/mbind/Makefile
@@ -0,0 +1,25 @@
+#
+#  Copyright (C) 2010  Red Hat, Inc.
+#
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or (at
+#  your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+#  02110-1301, USA.
+#
+
+top_srcdir              ?= ../../../..
+
+include $(top_srcdir)/include/mk/testcases.mk
+include $(top_srcdir)/include/mk/generic_leaf_target.mk
+
+LDLIBS 			+= $(NUMA_LIBS)
\ No newline at end of file
-- 
1.7.3.2

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [LTP] [PATCH] mbind: add a missing Makefile
  2011-01-19  8:09 [LTP] [PATCH] mbind: add a missing Makefile CAI Qian
@ 2011-01-19  8:17 ` CAI Qian
  2011-01-19 15:47   ` CAI Qian
  0 siblings, 1 reply; 6+ messages in thread
From: CAI Qian @ 2011-01-19  8:17 UTC (permalink / raw)
  To: ltp-list

[-- Attachment #1: Type: text/plain, Size: 22 bytes --]

The patch is attached.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-mbind-add-a-missing-Makefile.patch --]
[-- Type: text/x-patch; name=0001-mbind-add-a-missing-Makefile.patch, Size: 1623 bytes --]

From 8b8c99a02e0384e6af73ce596638c5436484f8e0 Mon Sep 17 00:00:00 2001
From: CAI Qian <caiqian@redhat.com>
Date: Wed, 19 Jan 2011 15:54:19 +0800
Subject: [PATCH] mbind: add a missing Makefile


Signed-off-by: CAI Qian <caiqian@redhat.com>
---
 testcases/kernel/mem/mbind/Makefile |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 testcases/kernel/mem/mbind/Makefile

diff --git a/testcases/kernel/mem/mbind/Makefile b/testcases/kernel/mem/mbind/Makefile
new file mode 100644
index 0000000..e202a6b
--- /dev/null
+++ b/testcases/kernel/mem/mbind/Makefile
@@ -0,0 +1,25 @@
+#
+#  Copyright (C) 2010  Red Hat, Inc.
+#
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or (at
+#  your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+#  02110-1301, USA.
+#
+
+top_srcdir              ?= ../../../..
+
+include $(top_srcdir)/include/mk/testcases.mk
+include $(top_srcdir)/include/mk/generic_leaf_target.mk
+
+LDLIBS 			+= $(NUMA_LIBS)
\ No newline at end of file
-- 
1.7.3.2


[-- Attachment #3: Type: text/plain, Size: 372 bytes --]

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [LTP] [PATCH] mbind: add a missing Makefile
  2011-01-19  8:17 ` CAI Qian
@ 2011-01-19 15:47   ` CAI Qian
  2011-01-19 18:00     ` Garrett Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: CAI Qian @ 2011-01-19 15:47 UTC (permalink / raw)
  To: Garrett Cooper; +Cc: ltp-list

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

Garrett, this patch still need to merge.

Thanks.

CAI Qian

----- Original Message -----
> The patch is attached.
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how
> you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-mbind-add-a-missing-Makefile.patch --]
[-- Type: text/x-patch; name=0001-mbind-add-a-missing-Makefile.patch, Size: 1623 bytes --]

From 8b8c99a02e0384e6af73ce596638c5436484f8e0 Mon Sep 17 00:00:00 2001
From: CAI Qian <caiqian@redhat.com>
Date: Wed, 19 Jan 2011 15:54:19 +0800
Subject: [PATCH] mbind: add a missing Makefile


Signed-off-by: CAI Qian <caiqian@redhat.com>
---
 testcases/kernel/mem/mbind/Makefile |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 testcases/kernel/mem/mbind/Makefile

diff --git a/testcases/kernel/mem/mbind/Makefile b/testcases/kernel/mem/mbind/Makefile
new file mode 100644
index 0000000..e202a6b
--- /dev/null
+++ b/testcases/kernel/mem/mbind/Makefile
@@ -0,0 +1,25 @@
+#
+#  Copyright (C) 2010  Red Hat, Inc.
+#
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or (at
+#  your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+#  02110-1301, USA.
+#
+
+top_srcdir              ?= ../../../..
+
+include $(top_srcdir)/include/mk/testcases.mk
+include $(top_srcdir)/include/mk/generic_leaf_target.mk
+
+LDLIBS 			+= $(NUMA_LIBS)
\ No newline at end of file
-- 
1.7.3.2


[-- Attachment #3: Type: text/plain, Size: 372 bytes --]

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [LTP] [PATCH] mbind: add a missing Makefile
  2011-01-19 15:47   ` CAI Qian
@ 2011-01-19 18:00     ` Garrett Cooper
  2011-01-20  3:16       ` CAI Qian
  0 siblings, 1 reply; 6+ messages in thread
From: Garrett Cooper @ 2011-01-19 18:00 UTC (permalink / raw)
  To: CAI Qian; +Cc: ltp-list

On Wed, Jan 19, 2011 at 7:47 AM, CAI Qian <caiqian@redhat.com> wrote:
> Garrett, this patch still need to merge.

Committed -- thanks!
-Garrett

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LTP] [PATCH] mbind: add a missing Makefile
  2011-01-19 18:00     ` Garrett Cooper
@ 2011-01-20  3:16       ` CAI Qian
  2011-01-20  9:09         ` Garrett Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: CAI Qian @ 2011-01-20  3:16 UTC (permalink / raw)
  To: Garrett Cooper; +Cc: ltp-list


> Committed -- thanks!
Garrett, the file had two copies of the code.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LTP] [PATCH] mbind: add a missing Makefile
  2011-01-20  3:16       ` CAI Qian
@ 2011-01-20  9:09         ` Garrett Cooper
  0 siblings, 0 replies; 6+ messages in thread
From: Garrett Cooper @ 2011-01-20  9:09 UTC (permalink / raw)
  To: CAI Qian; +Cc: ltp-list

On Wed, Jan 19, 2011 at 7:16 PM, CAI Qian <caiqian@redhat.com> wrote:
>
>> Committed -- thanks!
> Garrett, the file had two copies of the code.

Try now please.
Thanks,
-Garrett

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-20  9:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-19  8:09 [LTP] [PATCH] mbind: add a missing Makefile CAI Qian
2011-01-19  8:17 ` CAI Qian
2011-01-19 15:47   ` CAI Qian
2011-01-19 18:00     ` Garrett Cooper
2011-01-20  3:16       ` CAI Qian
2011-01-20  9:09         ` Garrett Cooper

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.