All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] [PATCH] Documentation: update .gitignore files
@ 2014-09-08 22:54 Peter Foley
  2014-09-08 22:55 ` [PATCH 2/2] [PATCH] Documentation: update vDSO makefile to build portable examples Peter Foley
  2014-09-15 19:20 ` [PATCH 1/2] [PATCH] Documentation: update .gitignore files Randy Dunlap
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Foley @ 2014-09-08 22:54 UTC (permalink / raw)
  To: linux-kernel, rdunlap, linux-doc; +Cc: Peter Foley

Add some missing files to .gitignore.
Push Documentation/.gitignore down into subdirectories.

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
---
 Documentation/.gitignore                         | 7 -------
 Documentation/arm/SH-Mobile/.gitignore           | 1 +
 Documentation/filesystems/.gitignore             | 1 +
 Documentation/laptops/.gitignore                 | 2 ++
 Documentation/networking/.gitignore              | 0
 Documentation/networking/timestamping/.gitignore | 1 +
 Documentation/prctl/.gitignore                   | 3 +++
 Documentation/ptp/.gitignore                     | 1 +
 Documentation/timers/.gitignore                  | 1 +
 Documentation/vDSO/.gitignore                    | 2 ++
 Documentation/video4linux/.gitignore             | 1 -
 11 files changed, 12 insertions(+), 8 deletions(-)
 delete mode 100644 Documentation/.gitignore
 create mode 100644 Documentation/arm/SH-Mobile/.gitignore
 create mode 100644 Documentation/filesystems/.gitignore
 create mode 100644 Documentation/laptops/.gitignore
 delete mode 100644 Documentation/networking/.gitignore
 create mode 100644 Documentation/prctl/.gitignore
 create mode 100644 Documentation/ptp/.gitignore
 create mode 100644 Documentation/timers/.gitignore
 create mode 100644 Documentation/vDSO/.gitignore
 delete mode 100644 Documentation/video4linux/.gitignore

diff --git a/Documentation/.gitignore b/Documentation/.gitignore
deleted file mode 100644
index bcd907b..0000000
--- a/Documentation/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-filesystems/dnotify_test
-laptops/dslm
-timers/hpet_example
-vm/hugepage-mmap
-vm/hugepage-shm
-vm/map_hugetlb
-
diff --git a/Documentation/arm/SH-Mobile/.gitignore b/Documentation/arm/SH-Mobile/.gitignore
new file mode 100644
index 0000000..c928dbf
--- /dev/null
+++ b/Documentation/arm/SH-Mobile/.gitignore
@@ -0,0 +1 @@
+vrl4
diff --git a/Documentation/filesystems/.gitignore b/Documentation/filesystems/.gitignore
new file mode 100644
index 0000000..31d6e42
--- /dev/null
+++ b/Documentation/filesystems/.gitignore
@@ -0,0 +1 @@
+dnotify_test
diff --git a/Documentation/laptops/.gitignore b/Documentation/laptops/.gitignore
new file mode 100644
index 0000000..da2bd06
--- /dev/null
+++ b/Documentation/laptops/.gitignore
@@ -0,0 +1,2 @@
+dslm
+freefall
diff --git a/Documentation/networking/.gitignore b/Documentation/networking/.gitignore
deleted file mode 100644
index e69de29..0000000
diff --git a/Documentation/networking/timestamping/.gitignore b/Documentation/networking/timestamping/.gitignore
index a380159..9e69e98 100644
--- a/Documentation/networking/timestamping/.gitignore
+++ b/Documentation/networking/timestamping/.gitignore
@@ -1,2 +1,3 @@
 timestamping
+txtimestamp
 hwtstamp_config
diff --git a/Documentation/prctl/.gitignore b/Documentation/prctl/.gitignore
new file mode 100644
index 0000000..0b5c274
--- /dev/null
+++ b/Documentation/prctl/.gitignore
@@ -0,0 +1,3 @@
+disable-tsc-ctxt-sw-stress-test
+disable-tsc-on-off-stress-test
+disable-tsc-test
diff --git a/Documentation/ptp/.gitignore b/Documentation/ptp/.gitignore
new file mode 100644
index 0000000..f562e49
--- /dev/null
+++ b/Documentation/ptp/.gitignore
@@ -0,0 +1 @@
+testptp
diff --git a/Documentation/timers/.gitignore b/Documentation/timers/.gitignore
new file mode 100644
index 0000000..c5c45d7
--- /dev/null
+++ b/Documentation/timers/.gitignore
@@ -0,0 +1 @@
+hpet_example
diff --git a/Documentation/vDSO/.gitignore b/Documentation/vDSO/.gitignore
new file mode 100644
index 0000000..133bf9e
--- /dev/null
+++ b/Documentation/vDSO/.gitignore
@@ -0,0 +1,2 @@
+vdso_test
+vdso_standalone_test_x86
diff --git a/Documentation/video4linux/.gitignore b/Documentation/video4linux/.gitignore
deleted file mode 100644
index 9527039..0000000
--- a/Documentation/video4linux/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-v4lgrab
-- 
2.1.0


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

* [PATCH 2/2] [PATCH] Documentation: update vDSO makefile to build portable examples
  2014-09-08 22:54 [PATCH 1/2] [PATCH] Documentation: update .gitignore files Peter Foley
@ 2014-09-08 22:55 ` Peter Foley
  2014-09-15 19:20   ` Randy Dunlap
  2014-09-15 19:20 ` [PATCH 1/2] [PATCH] Documentation: update .gitignore files Randy Dunlap
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Foley @ 2014-09-08 22:55 UTC (permalink / raw)
  To: linux-kernel, rdunlap, linux-doc; +Cc: Peter Foley

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
---
 Documentation/vDSO/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Documentation/vDSO/Makefile b/Documentation/vDSO/Makefile
index 6cbd612..d87bb29 100644
--- a/Documentation/vDSO/Makefile
+++ b/Documentation/vDSO/Makefile
@@ -1,9 +1,12 @@
 # List of programs to build
-hostprogs-$(CONFIG_X86) := vdso_test
+hostprogs-y := vdso_test
+hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
+vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
 vdso_test-objs := parse_vdso.o vdso_test.o
 
 # Tell kbuild to always build the programs
-##always := $(hostprogs-y)
+always := $(hostprogs-y)
 
 HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
-HOSTLDFLAGS = -nostdlib -fno-asynchronous-unwind-tables
+HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
+HOSTLOADLIBES_vdso_standalone_test_x86 := -nostdlib
-- 
2.1.0


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

* Re: [PATCH 2/2] [PATCH] Documentation: update vDSO makefile to build portable examples
  2014-09-08 22:55 ` [PATCH 2/2] [PATCH] Documentation: update vDSO makefile to build portable examples Peter Foley
@ 2014-09-15 19:20   ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2014-09-15 19:20 UTC (permalink / raw)
  To: Peter Foley, linux-kernel, linux-doc

On 09/08/14 15:55, Peter Foley wrote:
> Signed-off-by: Peter Foley <pefoley2@pefoley.com>

Applied.  Thanks.

> ---
>  Documentation/vDSO/Makefile | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/vDSO/Makefile b/Documentation/vDSO/Makefile
> index 6cbd612..d87bb29 100644
> --- a/Documentation/vDSO/Makefile
> +++ b/Documentation/vDSO/Makefile
> @@ -1,9 +1,12 @@
>  # List of programs to build
> -hostprogs-$(CONFIG_X86) := vdso_test
> +hostprogs-y := vdso_test
> +hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
> +vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
>  vdso_test-objs := parse_vdso.o vdso_test.o
>  
>  # Tell kbuild to always build the programs
> -##always := $(hostprogs-y)
> +always := $(hostprogs-y)
>  
>  HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
> -HOSTLDFLAGS = -nostdlib -fno-asynchronous-unwind-tables
> +HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
> +HOSTLOADLIBES_vdso_standalone_test_x86 := -nostdlib
> 


-- 
~Randy

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

* Re: [PATCH 1/2] [PATCH] Documentation: update .gitignore files
  2014-09-08 22:54 [PATCH 1/2] [PATCH] Documentation: update .gitignore files Peter Foley
  2014-09-08 22:55 ` [PATCH 2/2] [PATCH] Documentation: update vDSO makefile to build portable examples Peter Foley
@ 2014-09-15 19:20 ` Randy Dunlap
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2014-09-15 19:20 UTC (permalink / raw)
  To: Peter Foley, linux-kernel, linux-doc

On 09/08/14 15:54, Peter Foley wrote:
> Add some missing files to .gitignore.
> Push Documentation/.gitignore down into subdirectories.
> 
> Signed-off-by: Peter Foley <pefoley2@pefoley.com>

Applied.  Thanks.

> ---
>  Documentation/.gitignore                         | 7 -------
>  Documentation/arm/SH-Mobile/.gitignore           | 1 +
>  Documentation/filesystems/.gitignore             | 1 +
>  Documentation/laptops/.gitignore                 | 2 ++
>  Documentation/networking/.gitignore              | 0
>  Documentation/networking/timestamping/.gitignore | 1 +
>  Documentation/prctl/.gitignore                   | 3 +++
>  Documentation/ptp/.gitignore                     | 1 +
>  Documentation/timers/.gitignore                  | 1 +
>  Documentation/vDSO/.gitignore                    | 2 ++
>  Documentation/video4linux/.gitignore             | 1 -
>  11 files changed, 12 insertions(+), 8 deletions(-)
>  delete mode 100644 Documentation/.gitignore
>  create mode 100644 Documentation/arm/SH-Mobile/.gitignore
>  create mode 100644 Documentation/filesystems/.gitignore
>  create mode 100644 Documentation/laptops/.gitignore
>  delete mode 100644 Documentation/networking/.gitignore
>  create mode 100644 Documentation/prctl/.gitignore
>  create mode 100644 Documentation/ptp/.gitignore
>  create mode 100644 Documentation/timers/.gitignore
>  create mode 100644 Documentation/vDSO/.gitignore
>  delete mode 100644 Documentation/video4linux/.gitignore
> 
> diff --git a/Documentation/.gitignore b/Documentation/.gitignore
> deleted file mode 100644
> index bcd907b..0000000
> --- a/Documentation/.gitignore
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -filesystems/dnotify_test
> -laptops/dslm
> -timers/hpet_example
> -vm/hugepage-mmap
> -vm/hugepage-shm
> -vm/map_hugetlb
> -
> diff --git a/Documentation/arm/SH-Mobile/.gitignore b/Documentation/arm/SH-Mobile/.gitignore
> new file mode 100644
> index 0000000..c928dbf
> --- /dev/null
> +++ b/Documentation/arm/SH-Mobile/.gitignore
> @@ -0,0 +1 @@
> +vrl4
> diff --git a/Documentation/filesystems/.gitignore b/Documentation/filesystems/.gitignore
> new file mode 100644
> index 0000000..31d6e42
> --- /dev/null
> +++ b/Documentation/filesystems/.gitignore
> @@ -0,0 +1 @@
> +dnotify_test
> diff --git a/Documentation/laptops/.gitignore b/Documentation/laptops/.gitignore
> new file mode 100644
> index 0000000..da2bd06
> --- /dev/null
> +++ b/Documentation/laptops/.gitignore
> @@ -0,0 +1,2 @@
> +dslm
> +freefall
> diff --git a/Documentation/networking/.gitignore b/Documentation/networking/.gitignore
> deleted file mode 100644
> index e69de29..0000000
> diff --git a/Documentation/networking/timestamping/.gitignore b/Documentation/networking/timestamping/.gitignore
> index a380159..9e69e98 100644
> --- a/Documentation/networking/timestamping/.gitignore
> +++ b/Documentation/networking/timestamping/.gitignore
> @@ -1,2 +1,3 @@
>  timestamping
> +txtimestamp
>  hwtstamp_config
> diff --git a/Documentation/prctl/.gitignore b/Documentation/prctl/.gitignore
> new file mode 100644
> index 0000000..0b5c274
> --- /dev/null
> +++ b/Documentation/prctl/.gitignore
> @@ -0,0 +1,3 @@
> +disable-tsc-ctxt-sw-stress-test
> +disable-tsc-on-off-stress-test
> +disable-tsc-test
> diff --git a/Documentation/ptp/.gitignore b/Documentation/ptp/.gitignore
> new file mode 100644
> index 0000000..f562e49
> --- /dev/null
> +++ b/Documentation/ptp/.gitignore
> @@ -0,0 +1 @@
> +testptp
> diff --git a/Documentation/timers/.gitignore b/Documentation/timers/.gitignore
> new file mode 100644
> index 0000000..c5c45d7
> --- /dev/null
> +++ b/Documentation/timers/.gitignore
> @@ -0,0 +1 @@
> +hpet_example
> diff --git a/Documentation/vDSO/.gitignore b/Documentation/vDSO/.gitignore
> new file mode 100644
> index 0000000..133bf9e
> --- /dev/null
> +++ b/Documentation/vDSO/.gitignore
> @@ -0,0 +1,2 @@
> +vdso_test
> +vdso_standalone_test_x86
> diff --git a/Documentation/video4linux/.gitignore b/Documentation/video4linux/.gitignore
> deleted file mode 100644
> index 9527039..0000000
> --- a/Documentation/video4linux/.gitignore
> +++ /dev/null
> @@ -1 +0,0 @@
> -v4lgrab
> 


-- 
~Randy

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

end of thread, other threads:[~2014-09-15 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 22:54 [PATCH 1/2] [PATCH] Documentation: update .gitignore files Peter Foley
2014-09-08 22:55 ` [PATCH 2/2] [PATCH] Documentation: update vDSO makefile to build portable examples Peter Foley
2014-09-15 19:20   ` Randy Dunlap
2014-09-15 19:20 ` [PATCH 1/2] [PATCH] Documentation: update .gitignore files Randy Dunlap

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.