All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: SVE fixes for v4.15-rc1
@ 2017-12-01 15:19 ` Dave Martin
  0 siblings, 0 replies; 28+ messages in thread
From: Dave Martin @ 2017-12-01 15:19 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Okamoto Takayuki, kvmarm

This mini-series contains a few fixes for known issues in the arm64 SVE
patches that missed the merge window.

They should be considered fixes for v4.15.

Dave Martin (3):
  arm64: KVM: Move CPU ID reg trap setup off the world switch path
  arm64: fpsimd: Abstract out binding of task's fpsimd context to the
    cpu.
  arm64/sve: KVM: Avoid dereference of dead task during guest entry

 arch/arm64/include/asm/kvm_emulate.h |  8 ++++++
 arch/arm64/kernel/fpsimd.c           | 51 +++++++++++++++++++++---------------
 arch/arm64/kvm/hyp/switch.c          |  4 ---
 3 files changed, 38 insertions(+), 25 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 28+ messages in thread
* [PATCH v2 0/3] arm64: SVE fixes for v4.15-rc2
@ 2017-12-06 16:45 Dave Martin
  2017-12-06 16:45   ` Dave Martin
  0 siblings, 1 reply; 28+ messages in thread
From: Dave Martin @ 2017-12-06 16:45 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Okamoto Takayuki, Will Deacon, kvmarm

This series contains a few fixes for known issues in the arm64 FPSIMD
and SVE implementation.

This supersedes the previous posting. [1]

Note that although patch 2 is not a fix, it provides refactoring that is
used by the fix in patch 3.

[1] [PATCH 0/3] arm64: SVE fixes for v4.15-rc1
http://lists.infradead.org/pipermail/linux-arm-kernel/2017-December/545126.html

Dave Martin (3):
  arm64: fpsimd: Prevent registers leaking from dead tasks
  arm64: fpsimd: Abstract out binding of task's fpsimd context to the
    cpu.
  arm64/sve: Avoid dereference of dead task_struct in KVM guest entry

 arch/arm64/kernel/fpsimd.c  | 51 ++++++++++++++++++++++++++-------------------
 arch/arm64/kernel/process.c |  9 ++++++++
 2 files changed, 39 insertions(+), 21 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-12-06 16:45 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01 15:19 [PATCH 0/3] arm64: SVE fixes for v4.15-rc1 Dave Martin
2017-12-01 15:19 ` Dave Martin
2017-12-01 15:19 ` [PATCH 1/3] arm64: KVM: Move CPU ID reg trap setup off the world switch path Dave Martin
2017-12-01 15:19   ` Dave Martin
2017-12-05  9:09   ` Christoffer Dall
2017-12-05  9:09     ` Christoffer Dall
2017-12-05 12:31     ` Dave Martin
2017-12-05 12:31       ` Dave Martin
2017-12-06 10:53       ` Christoffer Dall
2017-12-06 10:53         ` Christoffer Dall
2017-12-06 11:55         ` Dave Martin
2017-12-06 11:55           ` Dave Martin
2017-12-01 15:19 ` [PATCH 2/3] arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu Dave Martin
2017-12-01 15:19   ` Dave Martin
2017-12-04 13:46   ` Ard Biesheuvel
2017-12-04 13:46     ` Ard Biesheuvel
2017-12-01 15:19 ` [PATCH 3/3] arm64/sve: KVM: Avoid dereference of dead task during guest entry Dave Martin
2017-12-01 15:19   ` Dave Martin
2017-12-04 13:53   ` Ard Biesheuvel
2017-12-04 13:53     ` Ard Biesheuvel
2017-12-04 15:36     ` Dave Martin
2017-12-04 15:36       ` Dave Martin
2017-12-05  9:43       ` Christoffer Dall
2017-12-05  9:43         ` Christoffer Dall
2017-12-05 12:40         ` Dave Martin
2017-12-05 12:40           ` Dave Martin
2017-12-06 16:45 [PATCH v2 0/3] arm64: SVE fixes for v4.15-rc2 Dave Martin
2017-12-06 16:45 ` [PATCH 2/3] arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu Dave Martin
2017-12-06 16:45   ` Dave Martin

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.