All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm: provide reference to READ_IMPLIES_EXEC
@ 2016-01-28  9:11 ` Sudip Mukherjee
  0 siblings, 0 replies; 9+ messages in thread
From: Sudip Mukherjee @ 2016-01-28  9:11 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, kernel-testers, linux-mm, Sudip Mukherjee,
	Konstantin Khlebnikov

blackfin defconfig fails with the error:
mm/internal.h: In function 'is_stack_mapping':
arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared

Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
also needs personality.h.

Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")
Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
---

build log at:
https://travis-ci.org/sudipm-mukherjee/parport/jobs/105335848

 mm/internal.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mm/internal.h b/mm/internal.h
index cac6eb4..59c496f 100644
--- a/mm/internal.h
+++ b/mm/internal.h
@@ -14,6 +14,7 @@
 #include <linux/fs.h>
 #include <linux/mm.h>
 #include <linux/pagemap.h>
+#include <linux/personality.h>
 #include <linux/tracepoint-defs.h>
 
 /*
-- 
1.9.1

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

* [PATCH] mm: provide reference to READ_IMPLIES_EXEC
@ 2016-01-28  9:11 ` Sudip Mukherjee
  0 siblings, 0 replies; 9+ messages in thread
From: Sudip Mukherjee @ 2016-01-28  9:11 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, kernel-testers, linux-mm, Sudip Mukherjee,
	Konstantin Khlebnikov

blackfin defconfig fails with the error:
mm/internal.h: In function 'is_stack_mapping':
arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared

Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
also needs personality.h.

Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")
Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
---

build log at:
https://travis-ci.org/sudipm-mukherjee/parport/jobs/105335848

 mm/internal.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mm/internal.h b/mm/internal.h
index cac6eb4..59c496f 100644
--- a/mm/internal.h
+++ b/mm/internal.h
@@ -14,6 +14,7 @@
 #include <linux/fs.h>
 #include <linux/mm.h>
 #include <linux/pagemap.h>
+#include <linux/personality.h>
 #include <linux/tracepoint-defs.h>
 
 /*
-- 
1.9.1

--
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>

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

* Re: [PATCH] mm: provide reference to READ_IMPLIES_EXEC
  2016-01-28  9:11 ` Sudip Mukherjee
@ 2016-01-28  9:33   ` Konstantin Khlebnikov
  -1 siblings, 0 replies; 9+ messages in thread
From: Konstantin Khlebnikov @ 2016-01-28  9:33 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Andrew Morton, Linux Kernel Mailing List, kernel-testers, linux-mm

On Thu, Jan 28, 2016 at 12:11 PM, Sudip Mukherjee
<sudipm.mukherjee@gmail.com> wrote:
> blackfin defconfig fails with the error:
> mm/internal.h: In function 'is_stack_mapping':
> arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared
>
> Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
> also needs personality.h.

I have different patch which should fix this too.
It removes usage of VM_STACK_DEFAULT_FLAGS from that file.

>
> Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")
> Cc: Konstantin Khlebnikov <koct9i@gmail.com>
> Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
> ---
>
> build log at:
> https://travis-ci.org/sudipm-mukherjee/parport/jobs/105335848
>
>  mm/internal.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/mm/internal.h b/mm/internal.h
> index cac6eb4..59c496f 100644
> --- a/mm/internal.h
> +++ b/mm/internal.h
> @@ -14,6 +14,7 @@
>  #include <linux/fs.h>
>  #include <linux/mm.h>
>  #include <linux/pagemap.h>
> +#include <linux/personality.h>
>  #include <linux/tracepoint-defs.h>
>
>  /*
> --
> 1.9.1
>

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

* Re: [PATCH] mm: provide reference to READ_IMPLIES_EXEC
@ 2016-01-28  9:33   ` Konstantin Khlebnikov
  0 siblings, 0 replies; 9+ messages in thread
From: Konstantin Khlebnikov @ 2016-01-28  9:33 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Andrew Morton, Linux Kernel Mailing List, kernel-testers, linux-mm

On Thu, Jan 28, 2016 at 12:11 PM, Sudip Mukherjee
<sudipm.mukherjee@gmail.com> wrote:
> blackfin defconfig fails with the error:
> mm/internal.h: In function 'is_stack_mapping':
> arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared
>
> Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
> also needs personality.h.

I have different patch which should fix this too.
It removes usage of VM_STACK_DEFAULT_FLAGS from that file.

>
> Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")
> Cc: Konstantin Khlebnikov <koct9i@gmail.com>
> Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
> ---
>
> build log at:
> https://travis-ci.org/sudipm-mukherjee/parport/jobs/105335848
>
>  mm/internal.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/mm/internal.h b/mm/internal.h
> index cac6eb4..59c496f 100644
> --- a/mm/internal.h
> +++ b/mm/internal.h
> @@ -14,6 +14,7 @@
>  #include <linux/fs.h>
>  #include <linux/mm.h>
>  #include <linux/pagemap.h>
> +#include <linux/personality.h>
>  #include <linux/tracepoint-defs.h>
>
>  /*
> --
> 1.9.1
>

--
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>

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

* Re: mm: provide reference to READ_IMPLIES_EXEC
  2016-01-28  9:11 ` Sudip Mukherjee
  (?)
@ 2016-01-28 14:38   ` Guenter Roeck
  -1 siblings, 0 replies; 9+ messages in thread
From: Guenter Roeck @ 2016-01-28 14:38 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Andrew Morton, linux-kernel, kernel-testers, linux-mm,
	Konstantin Khlebnikov

On Thu, Jan 28, 2016 at 02:41:03PM +0530, Sudip Mukherjee wrote:
> blackfin defconfig fails with the error:
> mm/internal.h: In function 'is_stack_mapping':
> arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared
> 
> Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
> also needs personality.h.
> 
> Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")

FWIW, this is just one of many build failures due to this patch.
Pretty much all non-MMU builds fail, plus several MMU builds.
I had prepared a patch for mn10300, but gave up after I noticed
all the other failures.

Build results in next-20160128:
	total: 146 pass: 121 fail: 25
Failed builds:
	alpha:allmodconfig
	arm64:allnoconfig
	arm64:allmodconfig
	avr32:defconfig
	avr32:merisc_defconfig
	avr32:atngw100mkii_evklcd101_defconfig
	blackfin:defconfig
	blackfin:BF561-EZKIT-SMP_defconfig
	c6x:dsk6455_defconfig
	c6x:evmc6457_defconfig
	c6x:evmc6678_defconfig
	frv:defconfig
	ia64:defconfig
	ia64:allnoconfig
	m68k:allmodconfig
	microblaze:nommu_defconfig
	microblaze:allnoconfig
	mn10300:asb2303_defconfig
	mn10300:asb2364_defconfig
	parisc:allmodconfig
	powerpc:ppc6xx_defconfig
	s390:defconfig
	s390:allmodconfig
	s390:allnoconfig
	xtensa:allmodconfig
Qemu test results:
	total: 96 pass: 83 fail: 13
Failed tests:
	arm:kzm:imx_v6_v7_defconfig
	arm64:smp:defconfig
	arm64:nosmp:defconfig
	microblaze:microblaze_defconfig
	microblaze:microblazeel_defconfig
	powerpc:mac99:ppc_book3s_defconfig
	powerpc:mpc8544ds:mpc85xx_smp_defconfig
	powerpc:smp4:ppc64_book3s_defconfig
	powerpc:nosmp:ppc64_e5500_defconfig
	powerpc:smp:ppc64_e5500_defconfig
	s390:defconfig
	sparc64:sun4u:nosmp:sparc64_defconfig
	sparc64:sun4v:nosmp:sparc64_defconfig

Not all, but most of the failures are due to 07dff8ae2bc5.

Guenter

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

* Re: mm: provide reference to READ_IMPLIES_EXEC
@ 2016-01-28 14:38   ` Guenter Roeck
  0 siblings, 0 replies; 9+ messages in thread
From: Guenter Roeck @ 2016-01-28 14:38 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Andrew Morton, linux-kernel, kernel-testers, linux-mm,
	Konstantin Khlebnikov

On Thu, Jan 28, 2016 at 02:41:03PM +0530, Sudip Mukherjee wrote:
> blackfin defconfig fails with the error:
> mm/internal.h: In function 'is_stack_mapping':
> arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared
> 
> Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
> also needs personality.h.
> 
> Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")

FWIW, this is just one of many build failures due to this patch.
Pretty much all non-MMU builds fail, plus several MMU builds.
I had prepared a patch for mn10300, but gave up after I noticed
all the other failures.

Build results in next-20160128:
	total: 146 pass: 121 fail: 25
Failed builds:
	alpha:allmodconfig
	arm64:allnoconfig
	arm64:allmodconfig
	avr32:defconfig
	avr32:merisc_defconfig
	avr32:atngw100mkii_evklcd101_defconfig
	blackfin:defconfig
	blackfin:BF561-EZKIT-SMP_defconfig
	c6x:dsk6455_defconfig
	c6x:evmc6457_defconfig
	c6x:evmc6678_defconfig
	frv:defconfig
	ia64:defconfig
	ia64:allnoconfig
	m68k:allmodconfig
	microblaze:nommu_defconfig
	microblaze:allnoconfig
	mn10300:asb2303_defconfig
	mn10300:asb2364_defconfig
	parisc:allmodconfig
	powerpc:ppc6xx_defconfig
	s390:defconfig
	s390:allmodconfig
	s390:allnoconfig
	xtensa:allmodconfig
Qemu test results:
	total: 96 pass: 83 fail: 13
Failed tests:
	arm:kzm:imx_v6_v7_defconfig
	arm64:smp:defconfig
	arm64:nosmp:defconfig
	microblaze:microblaze_defconfig
	microblaze:microblazeel_defconfig
	powerpc:mac99:ppc_book3s_defconfig
	powerpc:mpc8544ds:mpc85xx_smp_defconfig
	powerpc:smp4:ppc64_book3s_defconfig
	powerpc:nosmp:ppc64_e5500_defconfig
	powerpc:smp:ppc64_e5500_defconfig
	s390:defconfig
	sparc64:sun4u:nosmp:sparc64_defconfig
	sparc64:sun4v:nosmp:sparc64_defconfig

Not all, but most of the failures are due to 07dff8ae2bc5.

Guenter

--
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>

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

* Re: mm: provide reference to READ_IMPLIES_EXEC
@ 2016-01-28 14:38   ` Guenter Roeck
  0 siblings, 0 replies; 9+ messages in thread
From: Guenter Roeck @ 2016-01-28 14:38 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Andrew Morton, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	kernel-testers-u79uwXL29TY76Z2rM5mHXA,
	linux-mm-Bw31MaZKKs3YtjvyW6yDsg, Konstantin Khlebnikov

On Thu, Jan 28, 2016 at 02:41:03PM +0530, Sudip Mukherjee wrote:
> blackfin defconfig fails with the error:
> mm/internal.h: In function 'is_stack_mapping':
> arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared
> 
> Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
> also needs personality.h.
> 
> Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")

FWIW, this is just one of many build failures due to this patch.
Pretty much all non-MMU builds fail, plus several MMU builds.
I had prepared a patch for mn10300, but gave up after I noticed
all the other failures.

Build results in next-20160128:
	total: 146 pass: 121 fail: 25
Failed builds:
	alpha:allmodconfig
	arm64:allnoconfig
	arm64:allmodconfig
	avr32:defconfig
	avr32:merisc_defconfig
	avr32:atngw100mkii_evklcd101_defconfig
	blackfin:defconfig
	blackfin:BF561-EZKIT-SMP_defconfig
	c6x:dsk6455_defconfig
	c6x:evmc6457_defconfig
	c6x:evmc6678_defconfig
	frv:defconfig
	ia64:defconfig
	ia64:allnoconfig
	m68k:allmodconfig
	microblaze:nommu_defconfig
	microblaze:allnoconfig
	mn10300:asb2303_defconfig
	mn10300:asb2364_defconfig
	parisc:allmodconfig
	powerpc:ppc6xx_defconfig
	s390:defconfig
	s390:allmodconfig
	s390:allnoconfig
	xtensa:allmodconfig
Qemu test results:
	total: 96 pass: 83 fail: 13
Failed tests:
	arm:kzm:imx_v6_v7_defconfig
	arm64:smp:defconfig
	arm64:nosmp:defconfig
	microblaze:microblaze_defconfig
	microblaze:microblazeel_defconfig
	powerpc:mac99:ppc_book3s_defconfig
	powerpc:mpc8544ds:mpc85xx_smp_defconfig
	powerpc:smp4:ppc64_book3s_defconfig
	powerpc:nosmp:ppc64_e5500_defconfig
	powerpc:smp:ppc64_e5500_defconfig
	s390:defconfig
	sparc64:sun4u:nosmp:sparc64_defconfig
	sparc64:sun4v:nosmp:sparc64_defconfig

Not all, but most of the failures are due to 07dff8ae2bc5.

Guenter

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

* Re: mm: provide reference to READ_IMPLIES_EXEC
  2016-01-28 14:38   ` Guenter Roeck
@ 2016-01-28 15:29     ` Konstantin Khlebnikov
  -1 siblings, 0 replies; 9+ messages in thread
From: Konstantin Khlebnikov @ 2016-01-28 15:29 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Sudip Mukherjee, Andrew Morton, Linux Kernel Mailing List,
	kernel-testers, linux-mm

On Thu, Jan 28, 2016 at 5:38 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> On Thu, Jan 28, 2016 at 02:41:03PM +0530, Sudip Mukherjee wrote:
>> blackfin defconfig fails with the error:
>> mm/internal.h: In function 'is_stack_mapping':
>> arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared
>>
>> Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
>> also needs personality.h.
>>
>> Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")
>
> FWIW, this is just one of many build failures due to this patch.
> Pretty much all non-MMU builds fail, plus several MMU builds.
> I had prepared a patch for mn10300, but gave up after I noticed
> all the other failures.

Please try mine "[PATCH] mm: polish virtual memory accounting"
instead of that. It should fix some (or all) fails from 07dff8ae2bc5.

>
> Build results in next-20160128:
>         total: 146 pass: 121 fail: 25
> Failed builds:
>         alpha:allmodconfig
>         arm64:allnoconfig
>         arm64:allmodconfig
>         avr32:defconfig
>         avr32:merisc_defconfig
>         avr32:atngw100mkii_evklcd101_defconfig
>         blackfin:defconfig
>         blackfin:BF561-EZKIT-SMP_defconfig
>         c6x:dsk6455_defconfig
>         c6x:evmc6457_defconfig
>         c6x:evmc6678_defconfig
>         frv:defconfig
>         ia64:defconfig
>         ia64:allnoconfig
>         m68k:allmodconfig
>         microblaze:nommu_defconfig
>         microblaze:allnoconfig
>         mn10300:asb2303_defconfig
>         mn10300:asb2364_defconfig
>         parisc:allmodconfig
>         powerpc:ppc6xx_defconfig
>         s390:defconfig
>         s390:allmodconfig
>         s390:allnoconfig
>         xtensa:allmodconfig
> Qemu test results:
>         total: 96 pass: 83 fail: 13
> Failed tests:
>         arm:kzm:imx_v6_v7_defconfig
>         arm64:smp:defconfig
>         arm64:nosmp:defconfig
>         microblaze:microblaze_defconfig
>         microblaze:microblazeel_defconfig
>         powerpc:mac99:ppc_book3s_defconfig
>         powerpc:mpc8544ds:mpc85xx_smp_defconfig
>         powerpc:smp4:ppc64_book3s_defconfig
>         powerpc:nosmp:ppc64_e5500_defconfig
>         powerpc:smp:ppc64_e5500_defconfig
>         s390:defconfig
>         sparc64:sun4u:nosmp:sparc64_defconfig
>         sparc64:sun4v:nosmp:sparc64_defconfig
>
> Not all, but most of the failures are due to 07dff8ae2bc5.
>
> Guenter

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

* Re: mm: provide reference to READ_IMPLIES_EXEC
@ 2016-01-28 15:29     ` Konstantin Khlebnikov
  0 siblings, 0 replies; 9+ messages in thread
From: Konstantin Khlebnikov @ 2016-01-28 15:29 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Sudip Mukherjee, Andrew Morton, Linux Kernel Mailing List,
	kernel-testers, linux-mm

On Thu, Jan 28, 2016 at 5:38 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> On Thu, Jan 28, 2016 at 02:41:03PM +0530, Sudip Mukherjee wrote:
>> blackfin defconfig fails with the error:
>> mm/internal.h: In function 'is_stack_mapping':
>> arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared
>>
>> Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it
>> also needs personality.h.
>>
>> Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")
>
> FWIW, this is just one of many build failures due to this patch.
> Pretty much all non-MMU builds fail, plus several MMU builds.
> I had prepared a patch for mn10300, but gave up after I noticed
> all the other failures.

Please try mine "[PATCH] mm: polish virtual memory accounting"
instead of that. It should fix some (or all) fails from 07dff8ae2bc5.

>
> Build results in next-20160128:
>         total: 146 pass: 121 fail: 25
> Failed builds:
>         alpha:allmodconfig
>         arm64:allnoconfig
>         arm64:allmodconfig
>         avr32:defconfig
>         avr32:merisc_defconfig
>         avr32:atngw100mkii_evklcd101_defconfig
>         blackfin:defconfig
>         blackfin:BF561-EZKIT-SMP_defconfig
>         c6x:dsk6455_defconfig
>         c6x:evmc6457_defconfig
>         c6x:evmc6678_defconfig
>         frv:defconfig
>         ia64:defconfig
>         ia64:allnoconfig
>         m68k:allmodconfig
>         microblaze:nommu_defconfig
>         microblaze:allnoconfig
>         mn10300:asb2303_defconfig
>         mn10300:asb2364_defconfig
>         parisc:allmodconfig
>         powerpc:ppc6xx_defconfig
>         s390:defconfig
>         s390:allmodconfig
>         s390:allnoconfig
>         xtensa:allmodconfig
> Qemu test results:
>         total: 96 pass: 83 fail: 13
> Failed tests:
>         arm:kzm:imx_v6_v7_defconfig
>         arm64:smp:defconfig
>         arm64:nosmp:defconfig
>         microblaze:microblaze_defconfig
>         microblaze:microblazeel_defconfig
>         powerpc:mac99:ppc_book3s_defconfig
>         powerpc:mpc8544ds:mpc85xx_smp_defconfig
>         powerpc:smp4:ppc64_book3s_defconfig
>         powerpc:nosmp:ppc64_e5500_defconfig
>         powerpc:smp:ppc64_e5500_defconfig
>         s390:defconfig
>         sparc64:sun4u:nosmp:sparc64_defconfig
>         sparc64:sun4v:nosmp:sparc64_defconfig
>
> Not all, but most of the failures are due to 07dff8ae2bc5.
>
> Guenter

--
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>

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

end of thread, other threads:[~2016-01-28 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28  9:11 [PATCH] mm: provide reference to READ_IMPLIES_EXEC Sudip Mukherjee
2016-01-28  9:11 ` Sudip Mukherjee
2016-01-28  9:33 ` Konstantin Khlebnikov
2016-01-28  9:33   ` Konstantin Khlebnikov
2016-01-28 14:38 ` Guenter Roeck
2016-01-28 14:38   ` Guenter Roeck
2016-01-28 14:38   ` Guenter Roeck
2016-01-28 15:29   ` Konstantin Khlebnikov
2016-01-28 15:29     ` Konstantin Khlebnikov

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.