Displaying 7 results from an estimated 7 matches for "tolvanen".
2019 Oct 07
0
[PATCH] x86/cpu/vmware: use the full form of inl in VMWARE_PORT
On 10/7/19 9:21 PM, Sami Tolvanen wrote:
> LLVM's assembler doesn't accept the short form inl (%%dx) instruction,
> but instead insists on the output register to be explicitly specified:
>
> <inline asm>:1:7: error: invalid operand for instruction
> inl (%dx)
> ^
> LLVM...
2019 Oct 07
0
[PATCH] x86/cpu/vmware: use the full form of inl in VMWARE_PORT
On Mon, Oct 7, 2019 at 12:21 PM 'Sami Tolvanen' via Clang Built Linux
<clang-built-linux at googlegroups.com> wrote:
>
> LLVM's assembler doesn't accept the short form inl (%%dx) instruction,
> but instead insists on the output register to be explicitly specified:
>
> <inline asm>:1:7: error: invalid ope...
2019 Oct 08
0
[PATCH] x86/cpu/vmware: use the full form of inl in VMWARE_PORT
On Mon, Oct 07, 2019 at 12:21:29PM -0700, Sami Tolvanen wrote:
> LLVM's assembler doesn't accept the short form inl (%%dx) instruction,
> but instead insists on the output register to be explicitly specified:
>
> <inline asm>:1:7: error: invalid operand for instruction
> inl (%dx)
> ^
> LLVM...
2020 Jul 01
0
[PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y
On Tue, Jun 30, 2020 at 03:57:54PM -0700, Sami Tolvanen wrote:
> On Tue, Jun 30, 2020 at 12:47 PM Marco Elver <elver at google.com> wrote:
> >
> > On Tue, 30 Jun 2020 at 19:39, Will Deacon <will at kernel.org> wrote:
> > >
> > > When building with LTO, there is an increased risk of the compiler
> > >...
2020 Jun 30
32
[PATCH 00/18] Allow architectures to override __READ_ONCE()
...atches with his Ack have not changed materially in my
opinion. I will drop them if anybody objects.
In terms of merging this, my preference would be a stable branch in the
arm64 tree, which others can pull in as they need it.
Cheers,
Will
[1] https://lore.kernel.org/r/20200624203200.78870-1-samitolvanen at google.com
Cc: Sami Tolvanen <samitolvanen at google.com>
Cc: Nick Desaulniers <ndesaulniers at google.com>
Cc: Kees Cook <keescook at chromium.org>
Cc: Marco Elver <elver at google.com>
Cc: "Paul E. McKenney" <paulmck at kernel.org>
Cc: Josh Triplett <...
2020 Jun 30
32
[PATCH 00/18] Allow architectures to override __READ_ONCE()
...atches with his Ack have not changed materially in my
opinion. I will drop them if anybody objects.
In terms of merging this, my preference would be a stable branch in the
arm64 tree, which others can pull in as they need it.
Cheers,
Will
[1] https://lore.kernel.org/r/20200624203200.78870-1-samitolvanen at google.com
Cc: Sami Tolvanen <samitolvanen at google.com>
Cc: Nick Desaulniers <ndesaulniers at google.com>
Cc: Kees Cook <keescook at chromium.org>
Cc: Marco Elver <elver at google.com>
Cc: "Paul E. McKenney" <paulmck at kernel.org>
Cc: Josh Triplett <...
2020 Jul 10
24
[PATCH 00/18] Allow architectures to override __READ_ONCE()
...- x86_64 allnoconfig, defconfig and allmodcofig
- alpha defconfig, defconfig+CONFIG_SMP=y
- riscv64 defconfig
- powerpc64 defconfig
- s390 defconfig
- sparc32 defconfig, defconfig+CONFIG_SMP=y
- sparc64 defconfig
Cheers,
Will
Cc: Joel Fernandes <joelaf at google.com>
Cc: Sami Tolvanen <samitolvanen at google.com>
Cc: Nick Desaulniers <ndesaulniers at google.com>
Cc: Kees Cook <keescook at chromium.org>
Cc: Marco Elver <elver at google.com>
Cc: "Paul E. McKenney" <paulmck at kernel.org>
Cc: Matt Turner <mattst88 at gmail.com>
Cc: Ivan...