All of lore.kernel.org
 help / color / mirror / Atom feed
* Dovetail 5.10.y sync
@ 2023-03-16 18:43 Jan Kiszka
       [not found] ` <0d2fbd52-288c-1af5-b462-ec6a4ec1ba0b@bela.io>
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2023-03-16 18:43 UTC (permalink / raw)
  To: Philippe Gerum, Xenomai

Hi Philippe,

currently aligning v5.10.y-dovetail to ...-rebase, and I'm left now with 
this merge delta:

diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
index 8dd10391ca37..02e0b86e4da7 100644
--- a/arch/arm64/kernel/entry.S
+++ b/arch/arm64/kernel/entry.S
@@ -799,7 +799,8 @@ SYM_CODE_START_LOCAL(ret_to_user)
 	bl	trace_hardirqs_off
 #endif
 	ldr	x19, [tsk, #TSK_TI_FLAGS]
-	and	x2, x19, #_TIF_WORK_MASK
+	mov	x2, #_TIF_WORK_MASK
+	and	x2, x19, x2
 	cbnz	x2, work_pending
 finish_ret_to_user:
 	user_enter_irqoff

Any reason for this change, implemented in [1]?

Jan

[1] https://source.denx.de/Xenomai/linux-dovetail/-/commit/7f1078a34e#2803808927dc5f1a93c4d4a6e56f1e7671d53c01_754_780

-- 
Siemens AG, Technology
Competence Center Embedded Linux

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

end of thread, other threads:[~2023-03-17  6:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-16 18:43 Dovetail 5.10.y sync Jan Kiszka
     [not found] ` <0d2fbd52-288c-1af5-b462-ec6a4ec1ba0b@bela.io>
2023-03-16 19:11   ` Jan Kiszka
2023-03-16 20:54     ` Florian Bezdeka
2023-03-17  6:51   ` Philippe Gerum

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.