Linux Hexagon architecture development
 help / color / mirror / Atom feed
* [PATCH 0/7] Hexagon build/syscall/etc fixes
@ 2026-09-06  2:17 Brian Cain
  2026-09-06  2:17 ` [PATCH 1/7] hexagon: disable the LLVM packetizer Brian Cain
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Brian Cain @ 2026-09-06  2:17 UTC (permalink / raw)
  To: linux-hexagon; +Cc: sid.manning, pierrick.bouvier, Brian Cain

While working on the qemu boot configuration, several issues were uncovered,
this series contains fixes for the bugs that were found.

Brian Cain (7):
  hexagon: disable the LLVM packetizer
  hexagon: define ELF_CORE_EFLAGS for V4-and-later architectures
  hexagon: stop passing -mv${CONFIG_HEXAGON_ARCH_VERSION} to the linker
  hexagon: read the thread-info register with a volatile asm
  hexagon: let do_work_pending return without pending work
  hexagon: set the user stack pointer in start_thread
  hexagon: return -ENOSYS for unimplemented syscalls

 arch/hexagon/Makefile                  |  7 +++++--
 arch/hexagon/include/asm/elf.h         |  2 +-
 arch/hexagon/include/asm/thread_info.h | 12 +++++++++---
 arch/hexagon/kernel/process.c          | 10 +++-------
 arch/hexagon/kernel/traps.c            | 13 +++++++++----
 5 files changed, 27 insertions(+), 17 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-09-06  2:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-06  2:17 [PATCH 0/7] Hexagon build/syscall/etc fixes Brian Cain
2026-09-06  2:17 ` [PATCH 1/7] hexagon: disable the LLVM packetizer Brian Cain
2026-09-06  2:17 ` [PATCH 2/7] hexagon: define ELF_CORE_EFLAGS for V4-and-later architectures Brian Cain
2026-09-06  2:17 ` [PATCH 3/7] hexagon: stop passing -mv${CONFIG_HEXAGON_ARCH_VERSION} to the linker Brian Cain
2026-09-06  2:17 ` [PATCH 4/7] hexagon: read the thread-info register with a volatile asm Brian Cain
2026-09-06  2:17 ` [PATCH 5/7] hexagon: let do_work_pending return without pending work Brian Cain
2026-09-06  2:17 ` [PATCH 6/7] hexagon: set the user stack pointer in start_thread Brian Cain
2026-09-06  2:17 ` [PATCH 7/7] hexagon: return -ENOSYS for unimplemented syscalls Brian Cain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox