All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Misc fixes
@ 2016-07-20 19:38 Khem Raj
  2016-07-20 19:38 ` [PATCH 1/3] glibc: Update to 2.24 after hard-freeze Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Khem Raj @ 2016-07-20 19:38 UTC (permalink / raw)
  To: openembedded-core

General fixes for gcc and webkitgtk found on musl/clang
Update glibc to latest on master

Khem Raj (3):
  glibc: Update to 2.24 after hard-freeze
  webkitgtk: Do not use gold with clang
  gcc: Fix libgcc unresolved symbols with PIE on musl

 .../glibc/cross-localedef-native_2.24.bb           |  2 +-
 meta/recipes-core/glibc/glibc/elf-meta.patch       | 32 --------
 meta/recipes-core/glibc/glibc_2.24.bb              |  3 +-
 meta/recipes-devtools/gcc/gcc-6.1.inc              |  1 +
 ...e-alias-for-__cpu_indicator_init-instead-.patch | 85 ++++++++++++++++++++++
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb       |  2 +
 6 files changed, 90 insertions(+), 35 deletions(-)
 delete mode 100644 meta/recipes-core/glibc/glibc/elf-meta.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.1/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch

-- 
2.9.0



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

* [PATCH 1/3] glibc: Update to 2.24 after hard-freeze
  2016-07-20 19:38 [PATCH 0/3] Misc fixes Khem Raj
@ 2016-07-20 19:38 ` Khem Raj
  2016-07-20 19:38 ` [PATCH 2/3] webkitgtk: Do not use gold with clang Khem Raj
  2016-07-20 19:38 ` [PATCH 3/3] gcc: Fix libgcc unresolved symbols with PIE on musl Khem Raj
  2 siblings, 0 replies; 23+ messages in thread
From: Khem Raj @ 2016-07-20 19:38 UTC (permalink / raw)
  To: openembedded-core

Drop upstreamed patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../glibc/cross-localedef-native_2.24.bb           |  2 +-
 meta/recipes-core/glibc/glibc/elf-meta.patch       | 32 ----------------------
 meta/recipes-core/glibc/glibc_2.24.bb              |  3 +-
 3 files changed, 2 insertions(+), 35 deletions(-)
 delete mode 100644 meta/recipes-core/glibc/glibc/elf-meta.patch

diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.24.bb b/meta/recipes-core/glibc/cross-localedef-native_2.24.bb
index 104e38b..650c6c3 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.24.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.24.bb
@@ -22,7 +22,7 @@ GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
 SRCBRANCH ?= "master"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
 
-SRCREV_glibc ?= "d461c9682d4954076f9ee9e07be903c2eef8e73b"
+SRCREV_glibc ?= "d957c4d3fa48d685ff2726c605c988127ef99395"
 SRCREV_localedef ?= "29869b6dc11427c5bab839bdb155c85a7c644c71"
 
 SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
diff --git a/meta/recipes-core/glibc/glibc/elf-meta.patch b/meta/recipes-core/glibc/glibc/elf-meta.patch
deleted file mode 100644
index fab66d7..0000000
--- a/meta/recipes-core/glibc/glibc/elf-meta.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Upstream-Status: Pending
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From a495656665cd4a4f97744741a4741eafa621d65b Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@intel.com>
-Date: Mon, 11 Jul 2016 16:57:38 +0100
-Subject: [PATCH] elf.h: add relocations for Imagination META
-
-Adding EM_METAG but not the relocations means the kernel doesn't compile as it
-guards its own declarations on the presence of EM_METAG.
----
- elf/elf.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/elf/elf.h b/elf/elf.h
-index b6112d9..69e85a7 100644
---- a/elf/elf.h
-+++ b/elf/elf.h
-@@ -3677,6 +3677,10 @@ enum
- 
- #define R_TILEGX_NUM		130
- 
-+/* Imagination META relocs */
-+#define R_METAG_ADDR32		2
-+#define R_METAG_NONE		3
-+
- /* BPF specific declarations.  */
- 
- #define R_BPF_NONE		0	/* No reloc */
--- 
-2.8.1
-
diff --git a/meta/recipes-core/glibc/glibc_2.24.bb b/meta/recipes-core/glibc/glibc_2.24.bb
index 4bc6443..f023272 100644
--- a/meta/recipes-core/glibc/glibc_2.24.bb
+++ b/meta/recipes-core/glibc/glibc_2.24.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \
 
 DEPENDS += "gperf-native"
 
-SRCREV ?= "d461c9682d4954076f9ee9e07be903c2eef8e73b"
+SRCREV ?= "d957c4d3fa48d685ff2726c605c988127ef99395"
 
 #SRCBRANCH ?= "release/${PV}/master"
 SRCBRANCH ?= "master"
@@ -37,7 +37,6 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
            file://0023-eglibc-Install-PIC-archives.patch \
            file://0024-eglibc-Forward-port-cross-locale-generation-support.patch \
            file://0025-Define-DUMMY_LOCALE_T-if-not-defined.patch \
-           file://elf-meta.patch \
 "
 
 SRC_URI += "\
-- 
2.9.0



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

* [PATCH 2/3] webkitgtk: Do not use gold with clang
  2016-07-20 19:38 [PATCH 0/3] Misc fixes Khem Raj
  2016-07-20 19:38 ` [PATCH 1/3] glibc: Update to 2.24 after hard-freeze Khem Raj
@ 2016-07-20 19:38 ` Khem Raj
  2016-07-20 19:40   ` Khem Raj
  2016-07-20 19:38 ` [PATCH 3/3] gcc: Fix libgcc unresolved symbols with PIE on musl Khem Raj
  2 siblings, 1 reply; 23+ messages in thread
From: Khem Raj @ 2016-07-20 19:38 UTC (permalink / raw)
  To: openembedded-core

clang cross compiler fails to detect gold linker from
cross-binutils, instead it defaults to ld.gold from build
host, lets disable using gold when clang is active to avoid
this issue

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
index 28517c4..2e5a1e4 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
@@ -79,6 +79,8 @@ EXTRA_OECMAKE_append_armv7a = " -DENABLE_JIT=OFF "
 # binutils 2.25.1 has a bug on aarch64:
 # https://sourceware.org/bugzilla/show_bug.cgi?id=18430
 EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF "
+EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF "
+EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF "
 
 # JIT not supported on MIPS either
 EXTRA_OECMAKE_append_mips = " -DENABLE_JIT=OFF "
-- 
2.9.0



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

* [PATCH 3/3] gcc: Fix libgcc unresolved symbols with PIE on musl
  2016-07-20 19:38 [PATCH 0/3] Misc fixes Khem Raj
  2016-07-20 19:38 ` [PATCH 1/3] glibc: Update to 2.24 after hard-freeze Khem Raj
  2016-07-20 19:38 ` [PATCH 2/3] webkitgtk: Do not use gold with clang Khem Raj
@ 2016-07-20 19:38 ` Khem Raj
  2 siblings, 0 replies; 23+ messages in thread
From: Khem Raj @ 2016-07-20 19:38 UTC (permalink / raw)
  To: openembedded-core

Fixes

[YOCTO #9772]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/gcc/gcc-6.1.inc              |  1 +
 ...e-alias-for-__cpu_indicator_init-instead-.patch | 85 ++++++++++++++++++++++
 2 files changed, 86 insertions(+)
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.1/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch

diff --git a/meta/recipes-devtools/gcc/gcc-6.1.inc b/meta/recipes-devtools/gcc/gcc-6.1.inc
index afeeff4..0426028 100644
--- a/meta/recipes-devtools/gcc/gcc-6.1.inc
+++ b/meta/recipes-devtools/gcc/gcc-6.1.inc
@@ -78,6 +78,7 @@ SRC_URI = "\
            file://0044-gcc-final.c-fdebug-prefix-map-support-to-remap-sourc.patch \
            file://0045-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch \
            file://0046-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch \
+           file://0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \
            ${BACKPORTS} \
            file://CVE-2016-4490.patch \
 "
diff --git a/meta/recipes-devtools/gcc/gcc-6.1/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch b/meta/recipes-devtools/gcc/gcc-6.1/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
new file mode 100644
index 0000000..ed6cd69
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-6.1/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
@@ -0,0 +1,85 @@
+From 0a9ed0479203cb7e69c3745b0c259007410f39ba Mon Sep 17 00:00:00 2001
+From: Szabolcs Nagy <nsz@port70.net>
+Date: Sat, 24 Oct 2015 20:09:53 +0000
+Subject: [PATCH 47/47] libgcc_s: Use alias for __cpu_indicator_init instead of
+ symver
+
+Adapter from
+
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg00899.html
+
+This fix was debated but hasnt been applied gcc upstream since
+they expect musl to support '@' in symbol versioning which is
+a sun/gnu versioning extention. This patch however avoids the
+need for the '@' symbols at all
+
+libgcc/Changelog:
+
+2015-05-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* config/i386/cpuinfo.c (__cpu_indicator_init_local): Add.
+	(__cpu_indicator_init@GCC_4.8.0, __cpu_model@GCC_4.8.0): Remove.
+
+	* config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Remove -DUSE_ELF_SYMVER.
+
+gcc/Changelog:
+
+2015-05-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* config/i386/i386.c (ix86_expand_builtin): Make __builtin_cpu_init
+	call __cpu_indicator_init_local instead of __cpu_indicator_init.
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+---
+Upstream-Status: Rejected
+
+ gcc/config/i386/i386.c       | 4 ++--
+ libgcc/config/i386/cpuinfo.c | 6 +++---
+ libgcc/config/i386/t-linux   | 2 +-
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
+index 861a029..1c97d72 100644
+--- a/gcc/config/i386/i386.c
++++ b/gcc/config/i386/i386.c
+@@ -40323,10 +40323,10 @@ ix86_expand_builtin (tree exp, rtx target, rtx subtarget,
+     {
+     case IX86_BUILTIN_CPU_INIT:
+       {
+-	/* Make it call __cpu_indicator_init in libgcc. */
++	/* Make it call __cpu_indicator_init_local in libgcc.a. */
+ 	tree call_expr, fndecl, type;
+         type = build_function_type_list (integer_type_node, NULL_TREE); 
+-	fndecl = build_fn_decl ("__cpu_indicator_init", type);
++	fndecl = build_fn_decl ("__cpu_indicator_init_local", type);
+ 	call_expr = build_call_expr (fndecl, 0); 
+ 	return expand_expr (call_expr, target, mode, EXPAND_NORMAL);
+       }
+diff --git a/libgcc/config/i386/cpuinfo.c b/libgcc/config/i386/cpuinfo.c
+index 8c2248d..6c82f15 100644
+--- a/libgcc/config/i386/cpuinfo.c
++++ b/libgcc/config/i386/cpuinfo.c
+@@ -485,7 +485,7 @@ __cpu_indicator_init (void)
+   return 0;
+ }
+ 
+-#if defined SHARED && defined USE_ELF_SYMVER
+-__asm__ (".symver __cpu_indicator_init, __cpu_indicator_init@GCC_4.8.0");
+-__asm__ (".symver __cpu_model, __cpu_model@GCC_4.8.0");
++#ifndef SHARED
++int __cpu_indicator_init_local (void)
++  __attribute__ ((weak, alias ("__cpu_indicator_init")));
+ #endif
+diff --git a/libgcc/config/i386/t-linux b/libgcc/config/i386/t-linux
+index 11bb46e..4f47f7b 100644
+--- a/libgcc/config/i386/t-linux
++++ b/libgcc/config/i386/t-linux
+@@ -3,4 +3,4 @@
+ # t-slibgcc-elf-ver and t-linux
+ SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/i386/libgcc-glibc.ver
+ 
+-HOST_LIBGCC2_CFLAGS += -mlong-double-80 -DUSE_ELF_SYMVER
++HOST_LIBGCC2_CFLAGS += -mlong-double-80
+-- 
+2.9.0
+
-- 
2.9.0



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

* Re: [PATCH 2/3] webkitgtk: Do not use gold with clang
  2016-07-20 19:38 ` [PATCH 2/3] webkitgtk: Do not use gold with clang Khem Raj
@ 2016-07-20 19:40   ` Khem Raj
  0 siblings, 0 replies; 23+ messages in thread
From: Khem Raj @ 2016-07-20 19:40 UTC (permalink / raw)
  To: OE-core

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


> On Jul 20, 2016, at 12:38 PM, Khem Raj <raj.khem@gmail.com> wrote:
> 
> clang cross compiler fails to detect gold linker from
> cross-binutils, instead it defaults to ld.gold from build
> host, lets disable using gold when clang is active to avoid
> this issue
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
> index 28517c4..2e5a1e4 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
> @@ -79,6 +79,8 @@ EXTRA_OECMAKE_append_armv7a = " -DENABLE_JIT=OFF "
> # binutils 2.25.1 has a bug on aarch64:
> # https://sourceware.org/bugzilla/show_bug.cgi?id=18430
> EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF "
> +EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF "
> +EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF “

redundant line. It has been fixed in pull tree.

> 
> # JIT not supported on MIPS either
> EXTRA_OECMAKE_append_mips = " -DENABLE_JIT=OFF "
> --
> 2.9.0
> 


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* [PATCH 0/3] MISC fixes
@ 2021-07-14 15:25 Oak Zeng
  0 siblings, 0 replies; 23+ messages in thread
From: Oak Zeng @ 2021-07-14 15:25 UTC (permalink / raw)
  To: amd-gfx; +Cc: feifei.xu, Felix.Kuehling, leo.liu, Oak Zeng, hawking.zhang

Oak Zeng (3):
  drm/amdkfd: Disallow debugfs to hang hws when GPU is resetting
  drm/amdgpu: Fix a printing message
  drm/amdgpu: Change a few function names

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 16 ++++++++--------
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c   |  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c   |  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c   |  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c   |  2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device.c |  5 +++++
 6 files changed, 17 insertions(+), 12 deletions(-)

-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [PATCH 0/3] Misc fixes
@ 2020-06-18  3:54 Paul Eggleton
  0 siblings, 0 replies; 23+ messages in thread
From: Paul Eggleton @ 2020-06-18  3:54 UTC (permalink / raw)
  To: openembedded-core

Reinstate a patch for dpkg-native that was removed some time ago,
plus fix a couple of trivial things I noticed at the same time.


The following changes since commit 878a8561e10017bb91ea42bbbe6d4acfc0985482:

  gstreamer1.0-plugins-bad: add support for vdpau (2020-06-17 16:31:48 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/fixes
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/fixes

Paul Eggleton (3):
  dpkg-native: rebase and reinstate fix for "tar: file changed as we read it"
  shadow-sysroot: drop unused SRC_URI checksums
  devtool: fix typo

 ...01-build.c-ignore-return-of-1-from-tar-cf.patch | 52 ++++++++++++++++++++++
 meta/recipes-devtools/dpkg/dpkg_1.20.0.bb          |  2 +
 meta/recipes-extended/shadow/shadow-sysroot_4.6.bb |  3 --
 scripts/lib/devtool/deploy.py                      |  4 +-
 4 files changed, 56 insertions(+), 5 deletions(-)
 create mode 100644 meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch

-- 
1.8.3.1


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

* Re: [PATCH 0/3] Misc fixes
  2018-09-10 11:13 ` Burton, Ross
@ 2018-09-10 16:06   ` Khem Raj
  0 siblings, 0 replies; 23+ messages in thread
From: Khem Raj @ 2018-09-10 16:06 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer

On Mon, Sep 10, 2018 at 4:14 AM Burton, Ross <ross.burton@intel.com> wrote:
>
> I never saw these on the list, just the cover letter.
>
> So the serf change introduces three patches, two of which are
> backports with nice descriptions but one (0003-gen_def.patch) doesn't
> have a description, upstream-status, or signed-off-by.  Can you add
> those as appropriate?
>
Good find !
This series is already in. So I sent a new patch to address this here
https://patchwork.openembedded.org/patch/154772/

> Ross
>
> On 3 September 2018 at 22:25, Khem Raj <raj.khem@gmail.com> wrote:
> > Some failures seen when host has python3 as python
> > build core-image-sato for riscv64
> >
> > The following changes since commit 929b1b341b4b221ac10c8621bad27abfa7ae70bc:
> >
> >   openssl: Handle -conf package file conflicts (2018-08-31 15:33:56 +0100)
> >
> > are available in the Git repository at:
> >
> >   git://git.openembedded.org/openembedded-core-contrib kraj/misc
> >   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/misc
> >
> > Khem Raj (3):
> >   packagegroup-core-x11-sato: Make weak include for gst-examples
> >   serf: Fix Sconstruct build with python 3.7
> >   eglinfo: Upgrade contained waf version to 2.0.11 release
> >
> >  meta/recipes-graphics/eglinfo/eglinfo.inc     |   6 +-
> >  meta/recipes-graphics/eglinfo/files/waf       | 169 ++++++++++++++++++
> >  .../packagegroup-core-x11-sato.bb             |   5 +-
> >  ...print-in-the-scons-file-to-unbreak-b.patch |  29 +++
> >  ...-Fix-path-quoting-for-.def-generator.patch |  27 +++
> >  .../serf/serf/0003-gen_def.patch              |  22 +++
> >  ...11083-fix-building-with-scons-3.0.0-.patch |  29 +++
> >  meta/recipes-support/serf/serf_1.3.9.bb       |   7 +-
> >  8 files changed, 291 insertions(+), 3 deletions(-)
> >  create mode 100755 meta/recipes-graphics/eglinfo/files/waf
> >  create mode 100644 meta/recipes-support/serf/serf/0001-Fix-syntax-of-a-print-in-the-scons-file-to-unbreak-b.patch
> >  create mode 100644 meta/recipes-support/serf/serf/0002-SConstruct-Fix-path-quoting-for-.def-generator.patch
> >  create mode 100644 meta/recipes-support/serf/serf/0003-gen_def.patch
> >  create mode 100644 meta/recipes-support/serf/serf/0004-Follow-up-to-r1811083-fix-building-with-scons-3.0.0-.patch
> >
> > --
> > 2.18.0
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 0/3] Misc fixes
  2018-09-03 21:25 Khem Raj
@ 2018-09-10 11:13 ` Burton, Ross
  2018-09-10 16:06   ` Khem Raj
  0 siblings, 1 reply; 23+ messages in thread
From: Burton, Ross @ 2018-09-10 11:13 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE-core

I never saw these on the list, just the cover letter.

So the serf change introduces three patches, two of which are
backports with nice descriptions but one (0003-gen_def.patch) doesn't
have a description, upstream-status, or signed-off-by.  Can you add
those as appropriate?

Ross

On 3 September 2018 at 22:25, Khem Raj <raj.khem@gmail.com> wrote:
> Some failures seen when host has python3 as python
> build core-image-sato for riscv64
>
> The following changes since commit 929b1b341b4b221ac10c8621bad27abfa7ae70bc:
>
>   openssl: Handle -conf package file conflicts (2018-08-31 15:33:56 +0100)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/openembedded-core-contrib kraj/misc
>   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/misc
>
> Khem Raj (3):
>   packagegroup-core-x11-sato: Make weak include for gst-examples
>   serf: Fix Sconstruct build with python 3.7
>   eglinfo: Upgrade contained waf version to 2.0.11 release
>
>  meta/recipes-graphics/eglinfo/eglinfo.inc     |   6 +-
>  meta/recipes-graphics/eglinfo/files/waf       | 169 ++++++++++++++++++
>  .../packagegroup-core-x11-sato.bb             |   5 +-
>  ...print-in-the-scons-file-to-unbreak-b.patch |  29 +++
>  ...-Fix-path-quoting-for-.def-generator.patch |  27 +++
>  .../serf/serf/0003-gen_def.patch              |  22 +++
>  ...11083-fix-building-with-scons-3.0.0-.patch |  29 +++
>  meta/recipes-support/serf/serf_1.3.9.bb       |   7 +-
>  8 files changed, 291 insertions(+), 3 deletions(-)
>  create mode 100755 meta/recipes-graphics/eglinfo/files/waf
>  create mode 100644 meta/recipes-support/serf/serf/0001-Fix-syntax-of-a-print-in-the-scons-file-to-unbreak-b.patch
>  create mode 100644 meta/recipes-support/serf/serf/0002-SConstruct-Fix-path-quoting-for-.def-generator.patch
>  create mode 100644 meta/recipes-support/serf/serf/0003-gen_def.patch
>  create mode 100644 meta/recipes-support/serf/serf/0004-Follow-up-to-r1811083-fix-building-with-scons-3.0.0-.patch
>
> --
> 2.18.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* [PATCH 0/3] Misc fixes
@ 2018-09-03 21:25 Khem Raj
  2018-09-10 11:13 ` Burton, Ross
  0 siblings, 1 reply; 23+ messages in thread
From: Khem Raj @ 2018-09-03 21:25 UTC (permalink / raw)
  To: openembedded-core

Some failures seen when host has python3 as python
build core-image-sato for riscv64

The following changes since commit 929b1b341b4b221ac10c8621bad27abfa7ae70bc:

  openssl: Handle -conf package file conflicts (2018-08-31 15:33:56 +0100)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/misc
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/misc

Khem Raj (3):
  packagegroup-core-x11-sato: Make weak include for gst-examples
  serf: Fix Sconstruct build with python 3.7
  eglinfo: Upgrade contained waf version to 2.0.11 release

 meta/recipes-graphics/eglinfo/eglinfo.inc     |   6 +-
 meta/recipes-graphics/eglinfo/files/waf       | 169 ++++++++++++++++++
 .../packagegroup-core-x11-sato.bb             |   5 +-
 ...print-in-the-scons-file-to-unbreak-b.patch |  29 +++
 ...-Fix-path-quoting-for-.def-generator.patch |  27 +++
 .../serf/serf/0003-gen_def.patch              |  22 +++
 ...11083-fix-building-with-scons-3.0.0-.patch |  29 +++
 meta/recipes-support/serf/serf_1.3.9.bb       |   7 +-
 8 files changed, 291 insertions(+), 3 deletions(-)
 create mode 100755 meta/recipes-graphics/eglinfo/files/waf
 create mode 100644 meta/recipes-support/serf/serf/0001-Fix-syntax-of-a-print-in-the-scons-file-to-unbreak-b.patch
 create mode 100644 meta/recipes-support/serf/serf/0002-SConstruct-Fix-path-quoting-for-.def-generator.patch
 create mode 100644 meta/recipes-support/serf/serf/0003-gen_def.patch
 create mode 100644 meta/recipes-support/serf/serf/0004-Follow-up-to-r1811083-fix-building-with-scons-3.0.0-.patch

-- 
2.18.0



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

* [PATCH 0/3] Misc Fixes
@ 2018-08-27  6:51 Khem Raj
  0 siblings, 0 replies; 23+ messages in thread
From: Khem Raj @ 2018-08-27  6:51 UTC (permalink / raw)
  To: openembedded-core

Musl has some important fixes
distutils fix is taking care of some missed flags
for C/C++ plugins, helps builds with PIE/PIC
Systemd patch fix is found out by clang

The following changes since commit 0791c4d39edbedaa493a9fc6aa6e7415f14980bb:

  utils.bbclass: fix KeyError exception (2018-08-24 07:53:09 +0100)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/pu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu

Khem Raj (3):
  distutils-common-base.bbclass: Define commonly used compiler variables
  systemd: Fix qsort_r patch for function return mismatch
  musl: Update to latest

 meta/classes/distutils-common-base.bbclass       | 12 ++++++++++++
 meta/recipes-core/musl/musl_git.bb               |  2 +-
 .../0002-don-t-use-glibc-specific-qsort_r.patch  | 16 ++++++++--------
 3 files changed, 21 insertions(+), 9 deletions(-)

-- 
2.18.0



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

* [PATCH 0/3] Misc fixes
@ 2015-10-12 13:49 Paul Eggleton
  0 siblings, 0 replies; 23+ messages in thread
From: Paul Eggleton @ 2015-10-12 13:49 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e42d8eff9eed7d1454b4f331d96dcee6dea232df:

  bash: Disable custom memory allocator (2015-10-12 14:35:42 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/fixes4
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/fixes4

Paul Eggleton (3):
  common-licenses: use correct GFDL-1.1 license text
  build-compare: drop PATCHTOOL setting
  tzdata: reinstate changes reverted in 2014c upgrade

 meta/files/common-licenses/GFDL-1.1                | 206 ++++++++-------------
 .../build-compare/build-compare_git.bb             |   1 -
 meta/recipes-extended/tzdata/tzdata_2015g.bb       |   5 +-
 3 files changed, 85 insertions(+), 127 deletions(-)

-- 
2.1.0



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

* Re: [PATCH 0/3] Misc fixes
       [not found] ` <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  2015-02-24  2:04   ` Thomas Monjalon
@ 2015-02-24  8:46   ` Olivier MATZ
  1 sibling, 0 replies; 23+ messages in thread
From: Olivier MATZ @ 2015-02-24  8:46 UTC (permalink / raw)
  To: Sergio Gonzalez Monroy, dev-VfR2kkLFssw

On 02/20/2015 01:10 PM, Sergio Gonzalez Monroy wrote:
> This series fixes a few small issues in different files:
>   - doxygen syntax of a couple of comments in struct mbuf
>   - add missing reorder library directory to doxygen config
>   - rte_reorder_create was not being checked for possible errors, so
>     add proper error checking and move it before launching threads.
>
> Sergio Gonzalez Monroy (3):
>    doc: add librte_reorder to doxygen conf
>    mbuf: fix a couple of doxygen comments
>    examples/packet_ordering: move creation of reorder buffer
>
>   doc/api/doxy-api.conf           |  1 +
>   examples/packet_ordering/main.c | 37 +++++++++++++++++++++++++------------
>   lib/librte_mbuf/rte_mbuf.h      |  4 ++--
>   3 files changed, 28 insertions(+), 14 deletions(-)
>

Series:
Acked-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

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

* Re: [PATCH 0/3] Misc fixes
       [not found] ` <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
@ 2015-02-24  2:04   ` Thomas Monjalon
  2015-02-24  8:46   ` Olivier MATZ
  1 sibling, 0 replies; 23+ messages in thread
From: Thomas Monjalon @ 2015-02-24  2:04 UTC (permalink / raw)
  To: Sergio Gonzalez Monroy; +Cc: dev-VfR2kkLFssw

2015-02-20 12:10, Sergio Gonzalez Monroy:
> This series fixes a few small issues in different files:
>  - doxygen syntax of a couple of comments in struct mbuf
>  - add missing reorder library directory to doxygen config
>  - rte_reorder_create was not being checked for possible errors, so
>    add proper error checking and move it before launching threads.
> 
> Sergio Gonzalez Monroy (3):
>   doc: add librte_reorder to doxygen conf
>   mbuf: fix a couple of doxygen comments
>   examples/packet_ordering: move creation of reorder buffer

Applied, thanks

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

* [PATCH 0/3] Misc fixes
@ 2015-02-20 12:10 Sergio Gonzalez Monroy
       [not found] ` <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 23+ messages in thread
From: Sergio Gonzalez Monroy @ 2015-02-20 12:10 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

This series fixes a few small issues in different files:
 - doxygen syntax of a couple of comments in struct mbuf
 - add missing reorder library directory to doxygen config
 - rte_reorder_create was not being checked for possible errors, so
   add proper error checking and move it before launching threads.

Sergio Gonzalez Monroy (3):
  doc: add librte_reorder to doxygen conf
  mbuf: fix a couple of doxygen comments
  examples/packet_ordering: move creation of reorder buffer

 doc/api/doxy-api.conf           |  1 +
 examples/packet_ordering/main.c | 37 +++++++++++++++++++++++++------------
 lib/librte_mbuf/rte_mbuf.h      |  4 ++--
 3 files changed, 28 insertions(+), 14 deletions(-)

-- 
1.9.3

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

* [PATCH 0/3] Misc Fixes
@ 2012-03-30 22:28 ` nitin.a.kamble
  0 siblings, 0 replies; 23+ messages in thread
From: nitin.a.kamble @ 2012-03-30 22:52 UTC (permalink / raw)
  To: yocto

From: Nitin A Kamble <nitin.a.kamble@intel.com>

The following changes since commit 06fc2d2ec8e72f063f2c67601b2f027f76971e05:

  documentation/dev-manual/dev-manual-common-tasks.xml: Title change (2012-03-30 17:20:51 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/misc
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc

Nitin A Kamble (3):
  nasm: fix issue with repeat configure
  cross-canadian.bbclass: fix rpath for sdk executables
  poky-tiny: avoid eglibc locale packaging

 meta-yocto/conf/distro/poky-tiny.conf   |    3 +++
 meta/classes/cross-canadian.bbclass     |    4 +++-
 meta/recipes-devtools/nasm/nasm_2.07.bb |    8 ++++----
 3 files changed, 10 insertions(+), 5 deletions(-)

-- 
1.7.6.4



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

* [PATCH 0/3] Misc Fixes
@ 2012-03-30 22:28 ` nitin.a.kamble
  0 siblings, 0 replies; 23+ messages in thread
From: nitin.a.kamble @ 2012-03-30 22:28 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

The following changes since commit 06fc2d2ec8e72f063f2c67601b2f027f76971e05:

  documentation/dev-manual/dev-manual-common-tasks.xml: Title change (2012-03-30 17:20:51 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/misc
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc

Nitin A Kamble (3):
  nasm: fix issue with repeat configure
  cross-canadian.bbclass: fix rpath for sdk executables
  poky-tiny: avoid eglibc locale packaging

 meta-yocto/conf/distro/poky-tiny.conf   |    3 +++
 meta/classes/cross-canadian.bbclass     |    4 +++-
 meta/recipes-devtools/nasm/nasm_2.07.bb |    8 ++++----
 3 files changed, 10 insertions(+), 5 deletions(-)

-- 
1.7.6.4




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

* Re: [PATCH 0/3] misc fixes
  2011-12-21 19:27 [PATCH 0/3] misc fixes nitin.a.kamble
@ 2011-12-22 19:27 ` Saul Wold
  0 siblings, 0 replies; 23+ messages in thread
From: Saul Wold @ 2011-12-22 19:27 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: H.J. Lu

On 12/21/2011 11:27 AM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
> Here are few misc fixes for oecore.
>
> Thanks,
> Nitin
>
> The following changes since commit dee0fc1462ba18551571c3b2d0f2b443a2feca18:
>
>    multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +0000)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib nitin/misc
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
>
> H.J. Lu (1):
>    gmp: Don't check "$CC $CFLAGS" for x32 in gmp configure
>
Pulled into OE-Core

> Nitin A Kamble (2):
>    bitbake.conf multilib.conf: move the definition of baselib
This requires more information based on RP's Comment:
  "this is a major layout change for x86-64 but Nitin makes no comment 
on that in the commit"

>    binutils: fix building on distros with matching binutils version
>
Merged the binutils patch to OE-Core

>   meta/conf/bitbake.conf                             |    2 +-
>   meta/conf/multilib.conf                            |    2 -
>   .../binutils/binutils-cross-canadian_2.22.bb       |    2 +-
>   .../binutils/binutils-crosssdk_2.22.bb             |    2 +-
>   meta/recipes-devtools/binutils/binutils.inc        |    2 +-
>   meta/recipes-devtools/binutils/binutils_2.22.bb    |    2 +-
>   meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch |   24 ++++++++-----------
>   7 files changed, 15 insertions(+), 21 deletions(-)
>



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

* [PATCH 0/3] misc fixes
@ 2011-12-21 19:27 nitin.a.kamble
  2011-12-22 19:27 ` Saul Wold
  0 siblings, 1 reply; 23+ messages in thread
From: nitin.a.kamble @ 2011-12-21 19:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: H.J. Lu

From: Nitin A Kamble <nitin.a.kamble@intel.com>

Here are few misc fixes for oecore.

Thanks,
Nitin

The following changes since commit dee0fc1462ba18551571c3b2d0f2b443a2feca18:

  multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/misc
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc

H.J. Lu (1):
  gmp: Don't check "$CC $CFLAGS" for x32 in gmp configure

Nitin A Kamble (2):
  bitbake.conf multilib.conf: move the definition of baselib
  binutils: fix building on distros with matching binutils version

 meta/conf/bitbake.conf                             |    2 +-
 meta/conf/multilib.conf                            |    2 -
 .../binutils/binutils-cross-canadian_2.22.bb       |    2 +-
 .../binutils/binutils-crosssdk_2.22.bb             |    2 +-
 meta/recipes-devtools/binutils/binutils.inc        |    2 +-
 meta/recipes-devtools/binutils/binutils_2.22.bb    |    2 +-
 meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch |   24 ++++++++-----------
 7 files changed, 15 insertions(+), 21 deletions(-)

-- 
1.7.6.4




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

* Re: [PATCH 0/3] Misc fixes
  2011-11-04 17:52 [PATCH 0/3] Misc fixes Paul Eggleton
@ 2011-11-07 17:42 ` Saul Wold
  0 siblings, 0 replies; 23+ messages in thread
From: Saul Wold @ 2011-11-07 17:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Paul Eggleton

On 11/04/2011 10:52 AM, Paul Eggleton wrote:
> The following changes since commit f01fbc17b5d9bf9a227d64fe858014376cd19432:
>
>    avahi: fix useradd race condition (2011-11-03 14:48:42 +0000)
>
> are available in the git repository at:
>    git://git.openembedded.org/openembedded-core-contrib paule/fixes8
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/fixes8
>
> Paul Eggleton (3):
>    allarch.bbclass: disable shlib and debug symbol processing
>    core-image-minimal-initramfs: force IMAGE_FSTYPES
>    qemugl: switch to new git repo
>
>   meta/classes/allarch.bbclass                       |    5 +++++
>   .../images/core-image-minimal-initramfs.bb         |    1 +
>   meta/recipes-graphics/mesa/qemugl_git.bb           |    2 +-
>   3 files changed, 7 insertions(+), 1 deletions(-)
>
Merged into OE-Core with tweak to IMAGE_FSTYPES as suggested

Thanks
	Sau!




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

* [PATCH 0/3] Misc fixes
@ 2011-11-04 17:52 Paul Eggleton
  2011-11-07 17:42 ` Saul Wold
  0 siblings, 1 reply; 23+ messages in thread
From: Paul Eggleton @ 2011-11-04 17:52 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit f01fbc17b5d9bf9a227d64fe858014376cd19432:

  avahi: fix useradd race condition (2011-11-03 14:48:42 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib paule/fixes8
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/fixes8

Paul Eggleton (3):
  allarch.bbclass: disable shlib and debug symbol processing
  core-image-minimal-initramfs: force IMAGE_FSTYPES
  qemugl: switch to new git repo

 meta/classes/allarch.bbclass                       |    5 +++++
 .../images/core-image-minimal-initramfs.bb         |    1 +
 meta/recipes-graphics/mesa/qemugl_git.bb           |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)

-- 
1.7.5.4




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

* Re: [PATCH 0/3] Misc fixes
  2011-05-13 12:54 Martin Jansa
@ 2011-05-17 18:35 ` Saul Wold
  0 siblings, 0 replies; 23+ messages in thread
From: Saul Wold @ 2011-05-17 18:35 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa

On 05/13/2011 05:54 AM, Martin Jansa wrote:
> Pull URL: git://git.openembedded.org/openembedded-core-contrib
>    Branch: jansa/pull
>    Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull
>
> Thanks,
>      Martin Jansa<Martin.Jansa@gmail.com>
> ---
>
>
> Martin Jansa (3):
>    lib/oe/process.py: import from OE
>    glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES
>    bitbake.conf: move VENDOR variables from bitbake.conf to
>      defaultsetup.conf
>
>   meta/conf/bitbake.conf              |    4 --
>   meta/conf/distro/defaultsetup.conf  |    5 ++-
>   meta/lib/oe/process.py              |   74 +++++++++++++++++++++++++++++++++++
>   meta/recipes-core/glib-2.0/glib.inc |    4 +-
>   4 files changed, 80 insertions(+), 7 deletions(-)
>   create mode 100644 meta/lib/oe/process.py
>
Merged into oe-core with a tweak or two by RP

Thanks
	Sau!




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

* [PATCH 0/3] Misc fixes
@ 2011-05-13 12:54 Martin Jansa
  2011-05-17 18:35 ` Saul Wold
  0 siblings, 1 reply; 23+ messages in thread
From: Martin Jansa @ 2011-05-13 12:54 UTC (permalink / raw)
  To: openembedded-core

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: jansa/pull
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull

Thanks,
    Martin Jansa <Martin.Jansa@gmail.com>
---


Martin Jansa (3):
  lib/oe/process.py: import from OE
  glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES
  bitbake.conf: move VENDOR variables from bitbake.conf to
    defaultsetup.conf

 meta/conf/bitbake.conf              |    4 --
 meta/conf/distro/defaultsetup.conf  |    5 ++-
 meta/lib/oe/process.py              |   74 +++++++++++++++++++++++++++++++++++
 meta/recipes-core/glib-2.0/glib.inc |    4 +-
 4 files changed, 80 insertions(+), 7 deletions(-)
 create mode 100644 meta/lib/oe/process.py

-- 
1.7.5.rc3




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

end of thread, other threads:[~2021-07-14 15:25 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 19:38 [PATCH 0/3] Misc fixes Khem Raj
2016-07-20 19:38 ` [PATCH 1/3] glibc: Update to 2.24 after hard-freeze Khem Raj
2016-07-20 19:38 ` [PATCH 2/3] webkitgtk: Do not use gold with clang Khem Raj
2016-07-20 19:40   ` Khem Raj
2016-07-20 19:38 ` [PATCH 3/3] gcc: Fix libgcc unresolved symbols with PIE on musl Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2021-07-14 15:25 [PATCH 0/3] MISC fixes Oak Zeng
2020-06-18  3:54 [PATCH 0/3] Misc fixes Paul Eggleton
2018-09-03 21:25 Khem Raj
2018-09-10 11:13 ` Burton, Ross
2018-09-10 16:06   ` Khem Raj
2018-08-27  6:51 [PATCH 0/3] Misc Fixes Khem Raj
2015-10-12 13:49 [PATCH 0/3] Misc fixes Paul Eggleton
2015-02-20 12:10 Sergio Gonzalez Monroy
     [not found] ` <1424434253-6808-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-24  2:04   ` Thomas Monjalon
2015-02-24  8:46   ` Olivier MATZ
2012-03-30 22:52 [PATCH 0/3] Misc Fixes nitin.a.kamble
2012-03-30 22:28 ` nitin.a.kamble
2011-12-21 19:27 [PATCH 0/3] misc fixes nitin.a.kamble
2011-12-22 19:27 ` Saul Wold
2011-11-04 17:52 [PATCH 0/3] Misc fixes Paul Eggleton
2011-11-07 17:42 ` Saul Wold
2011-05-13 12:54 Martin Jansa
2011-05-17 18:35 ` Saul Wold

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.