search for: marvin24

Displaying 20 results from an estimated 22 matches for "marvin24".

Did you mean: marvin
2015 Feb 17
3
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 12:47 PM, Marc Dietrich <marvin24 at gmx.de> wrote: > Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich <marvin24 at gmx.de> wrote: >> > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> >> On Tue, Feb 17, 2015 at 10:4...
2015 Feb 17
2
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich <marvin24 at gmx.de> wrote: > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: >> > Avoid redefined symbol errors in clang. Based on a suggestion from >> > Rafael Ávila de Espíndola...
2015 Feb 17
3
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: > Avoid redefined symbol errors in clang. Based on a suggestion from > Rafael Ávila de Espíndola <rafael.espindola at gmail.com> in > http://llvm.org/bugs/show_bug.cgi?id=19778. > > Signed-off-by: Marc Dietrich <marvin24 at gmx.de> > --- > v2: -...
2015 Feb 17
2
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich <marvin24 at gmx.de> wrote: > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: >> > Avoid redefined symbol errors in clang. Based on a suggestion from >> > Rafael Ávila de Espíndola...
2015 Feb 17
7
[LLVMdev] [PATCH 0/2 v3] add visibility hidden to tls entry points
Patch 1 adds a check for the compilers visibility macro to configure.ac. Patch 2 avoids redefined symbol errors in clang of the tls entry points. Based on a suggestion from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> in http://llvm.org/bugs/show_bug.cgi?id=19778. Tested with gcc 4.9 and clang 3.6(rc) Marc Dietrich (2): configure: add visibility macro detection to configure
2015 Feb 17
2
[LLVMdev] [PATCH 1/2 v3] configure: add visibility macro detection to configure
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: > This adds clang/gcc visibility macro detection to configure and util/macros.h. > This is can be used to conveniently add e.g. a "HIDDEN" attribute to a function. > > Signed-off-by: Marc Dietrich <marvin24 at gmx.de> > --- > v2: use VISIBILITY...
2015 Feb 16
2
[LLVMdev] [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLXwithllvm-toolchain v3.6.0rc2
Am Montag, 16. Februar 2015, 12:42:19 schrieb Sedat Dilek: > On Mon, Feb 16, 2015 at 10:39 AM, Marc Dietrich <marvin24 at gmx.de> wrote: > > Am Samstag, 14. Februar 2015, 18:20:12 schrieb Dimitry Andric: > >> On 11 Feb 2015, at 11:16, Sedat Dilek <sedat.dilek at gmail.com> wrote: > >> > On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov > >> > <emil.l.velikov at gmail....
2015 Feb 20
2
[LLVMdev] [PATCH 0/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek <sedat.dilek at gmail.com> wrote: > On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: >> Patch 1 adds a check for the compilers visibility macro to configure.ac. >> Patch 2 avoids redefined symbol errors in clang of the tls entry points. >> Based on a suggestion from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> >> in ht...
2015 Feb 26
2
[LLVMdev] [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure
...tection to configure and util/macros.h. > This is can be used to conveniently add e.g. a "HIDDEN" attribute to a function. > I believe this should be OK to go in regardless of the status of patch 2. There are just a couple of trivial nitpicks. > Signed-off-by: Marc Dietrich <marvin24 at gmx.de> > --- > v2: use VISIBILITY_*FLAGS instead of *FLAGS directly > v3: no change > > configure.ac | 28 ++++++---------------------- > src/util/macros.h | 6 ++++++ > 2 files changed, 12 insertions(+), 22 deletions(-) > > diff --git a/configure.ac b/con...
2014 Feb 24
0
[PATCH] fstype: f2fs support
This patch adds support for the F2FS filesystem to fstype. Signed-off-by: Marc Dietrich <marvin24 at gmx.de> --- usr/kinit/fstype/f2fs_fs.h | 44 ++++++++++++++++++++++++++++++++++++++++++++ usr/kinit/fstype/fstype.c | 14 ++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 usr/kinit/fstype/f2fs_fs.h diff --git a/usr/kinit/fstype/f2fs_fs.h b/usr/kinit/fstype/f2fs_fs.h new...
2015 Feb 16
1
[LLVMdev] [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLXwith llvm-toolchain v3.6.0rc2
Am Samstag, 14. Februar 2015, 18:20:12 schrieb Dimitry Andric: > On 11 Feb 2015, at 11:16, Sedat Dilek <sedat.dilek at gmail.com> wrote: > > On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote: > >> On 10/02/15 13:17, Dimitry Andric wrote: > >>> On 09 Feb 2015, at 18:52, Sedat Dilek <sedat.dilek at gmail.com> wrote:
2015 Feb 14
4
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
On 11 Feb 2015, at 11:16, Sedat Dilek <sedat.dilek at gmail.com> wrote: > > On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote: >> On 10/02/15 13:17, Dimitry Andric wrote: >>> On 09 Feb 2015, at 18:52, Sedat Dilek <sedat.dilek at gmail.com> wrote: >>>> >>>> On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov
2017 Jul 19
7
[PATCH 000/102] Convert drivers to explicit reset API
...<lars at metafoo.de> Cc: Laxman Dewangan <ldewangan at nvidia.com> Cc: Lee Jones <lee.jones at linaro.org> Cc: Liam Girdwood <lgirdwood at gmail.com> Cc: Linus Walleij <linus.walleij at linaro.org> Cc: Lucas Stach <l.stach at pengutronix.de> Cc: Marc Dietrich <marvin24 at gmx.de> Cc: Marek Vasut <marek.vasut at gmail.com> Cc: Mark Brown <broonie at kernel.org> Cc: Mark Yao <mark.yao at rock-chips.com> Cc: Mathias Nyman <mathias.nyman at intel.com> Cc: Matthias Brugger <matthias.bgg at gmail.com> Cc: Maxime Coquelin <mcoquelin.s...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...org> Manuel Lauss <manuel.lauss@gmail.com> Manuel Lauss <manuel.lauss@googlemail.com> Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part] Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Manuel Traut <manut@linutronix.de> Marc Dietrich <marvin24@gmx.de> Marc Dietrich <marvin24@gmx.de> # v2 Marc Dionne <marc.c.dionne@gmail.com> Marc Gariepy <mgariepy@ubuntu.com> Marc Gauthier <marc@tensilica.com> Marc Kleine-Budde <mkl@blackshift.org> Marc Kleine-Budde <mkl@pengutronix.de> Marc MERLIN &lt...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...org> Manuel Lauss <manuel.lauss@gmail.com> Manuel Lauss <manuel.lauss@googlemail.com> Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part] Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Manuel Traut <manut@linutronix.de> Marc Dietrich <marvin24@gmx.de> Marc Dietrich <marvin24@gmx.de> # v2 Marc Dionne <marc.c.dionne@gmail.com> Marc Gariepy <mgariepy@ubuntu.com> Marc Gauthier <marc@tensilica.com> Marc Kleine-Budde <mkl@blackshift.org> Marc Kleine-Budde <mkl@pengutronix.de> Marc MERLIN &lt...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...org> Manuel Lauss <manuel.lauss@gmail.com> Manuel Lauss <manuel.lauss@googlemail.com> Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part] Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Manuel Traut <manut@linutronix.de> Marc Dietrich <marvin24@gmx.de> Marc Dietrich <marvin24@gmx.de> # v2 Marc Dionne <marc.c.dionne@gmail.com> Marc Gariepy <mgariepy@ubuntu.com> Marc Gauthier <marc@tensilica.com> Marc Kleine-Budde <mkl@blackshift.org> Marc Kleine-Budde <mkl@pengutronix.de> Marc MERLIN &lt...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...org> Manuel Lauss <manuel.lauss@gmail.com> Manuel Lauss <manuel.lauss@googlemail.com> Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part] Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Manuel Traut <manut@linutronix.de> Marc Dietrich <marvin24@gmx.de> Marc Dietrich <marvin24@gmx.de> # v2 Marc Dionne <marc.c.dionne@gmail.com> Marc Gariepy <mgariepy@ubuntu.com> Marc Gauthier <marc@tensilica.com> Marc Kleine-Budde <mkl@blackshift.org> Marc Kleine-Budde <mkl@pengutronix.de> Marc MERLIN &lt...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...org> Manuel Lauss <manuel.lauss@gmail.com> Manuel Lauss <manuel.lauss@googlemail.com> Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part] Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Manuel Traut <manut@linutronix.de> Marc Dietrich <marvin24@gmx.de> Marc Dietrich <marvin24@gmx.de> # v2 Marc Dionne <marc.c.dionne@gmail.com> Marc Gariepy <mgariepy@ubuntu.com> Marc Gauthier <marc@tensilica.com> Marc Kleine-Budde <mkl@blackshift.org> Marc Kleine-Budde <mkl@pengutronix.de> Marc MERLIN &lt...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...@gmail.com> Manuel Lauss <manuel.lauss@googlemail.com> Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part] Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Manuel Traut <manut@linutronix.de> Marc C <marc.ceeeee@gmail.com> Marc Dietrich <marvin24@gmx.de> Marc Dietrich <marvin24@gmx.de> # v2 Marc Dionne <marc.c.dionne@gmail.com> Marc Dionne <marc.dionne@your-file-system.com> Marc Gariepy <mgariepy@ubuntu.com> Marc Gauthier <marc@tensilica.com> Marc Kleine-Budde <mkl@blackshift.org> Marc Kl...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...@gmail.com> Manuel Lauss <manuel.lauss@googlemail.com> Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part] Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Manuel Traut <manut@linutronix.de> Marc C <marc.ceeeee@gmail.com> Marc Dietrich <marvin24@gmx.de> Marc Dietrich <marvin24@gmx.de> # v2 Marc Dionne <marc.c.dionne@gmail.com> Marc Dionne <marc.dionne@your-file-system.com> Marc Gariepy <mgariepy@ubuntu.com> Marc Gauthier <marc@tensilica.com> Marc Kleine-Budde <mkl@blackshift.org> Marc Kl...