Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1212756
| From | Vineet Gupta <Vineet.Gupta1@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RESEND 0/5] ARC futex fixes |
| Date | 2015-08-25 09:40 +0200 |
| Message-ID | <q1gZQ-8hW-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Thomas/Peter, Of late I've been debugging a seeming lost wakeup when running a specific EEMBC Multibench workload (4M-check -w4) on a quad core HS38 config on FPGA CONFIG_SMP, CONFIG_PREEMPT. I've yet to nail that issue down, but in the process found some deficinecies in ARC futex backend. Can you please take a quick look and shout if there's something wrong there. The futex backend for ARC, despite it's age, only recently started getting real testing due to recent switch to NPTL based userland (uClibc). Thx, -Vineet Vineet Gupta (5): ARC: add barriers to futex code ARC: futex cosmetics ARC: make futex_atomic_cmpxchg_inatomic() return bimodal ARC: Enable HAVE_FUTEX_CMPXCHG ARC: ensure futex ops are atomic in !LLSC config arch/arc/Kconfig | 1 + arch/arc/include/asm/futex.h | 66 +++++++++++++++++++++++++++----------------- 2 files changed, 41 insertions(+), 26 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RESEND 0/5] ARC futex fixes Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-08-25 09:40 +0200 [PATCH RESEND 5/5] ARC: ensure futex ops are atomic in !LLSC config Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-08-25 09:40 +0200 [PATCH RESEND 4/5] ARC: Enable HAVE_FUTEX_CMPXCHG Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-08-25 09:40 +0200 [PATCH RESEND 1/5] ARC: add barriers to futex code Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-08-25 09:40 +0200 [PATCH RESEND 2/5] ARC: futex cosmetics Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-08-25 09:40 +0200 [PATCH RESEND 3/5] ARC: make futex_atomic_cmpxchg_inatomic() return bimodal Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-08-25 09:40 +0200
csiph-web