All of lore.kernel.org
 help / color / mirror / Atom feed
* v6.1.y-dovetail-rebase
@ 2023-07-06 10:14 Jan Kiszka
  2023-07-06 19:00 ` v6.1.y-dovetail-rebase Philippe Gerum
  0 siblings, 1 reply; 15+ messages in thread
From: Jan Kiszka @ 2023-07-06 10:14 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: Xenomai, Florian Bezdeka

Hi Philippe,

quick feedback on latest rebasing:

https://source.denx.de/Xenomai/linux-dovetail/-/commit/8f155631c8b51731dfc2ae5145d4dcc68f2ed7ed

This was likely accidentally folded, right?

Furthermore, I will factor this change out into a separate commit in 
merging v6.1.y-dovetail, for better traceability:

diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c
index ce8bdd804bc7..c843bf352999 100644
--- a/arch/x86/mm/fault.c
+++ b/arch/x86/mm/fault.c
@@ -1466,7 +1466,7 @@ void do_user_addr_fault(struct pt_regs *regs,
 
 	/* The fault is fully completed (including releasing mmap lock) */
 	if (fault & VM_FAULT_COMPLETED)
-		return;
+		goto out;
 
 	/*
 	 * If we need to retry the mmap_lock has already been released,

To my understanding, this was a dovetail fix that applied to previous 
versions as well. Besides StackRot, another reason to update 6.1 soon.

A tag on the new branch is still missing. I suspect you are still 
testing? CI picked up the head already as well:

https://source.denx.de/Xenomai/xenomai-images/-/jobs/650229

Jan

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

end of thread, other threads:[~2023-08-22 11:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-06 10:14 v6.1.y-dovetail-rebase Jan Kiszka
2023-07-06 19:00 ` v6.1.y-dovetail-rebase Philippe Gerum
2023-07-10  6:59   ` v6.1.y-dovetail-rebase Florian Bezdeka
2023-08-01 11:27     ` v6.1.y-dovetail-rebase Florian Bezdeka
2023-08-01 13:26       ` v6.1.y-dovetail-rebase Philippe Gerum
2023-08-09  5:52         ` v6.1.y-dovetail-rebase Jan Kiszka
2023-08-09 11:44           ` v6.1.y-dovetail-rebase Jan Kiszka
2023-08-09 13:11             ` v6.1.y-dovetail-rebase Philippe Gerum
2023-08-14 17:25               ` v6.1.y-dovetail-rebase Jan Kiszka
2023-08-15 10:18                 ` v6.1.y-dovetail-rebase Philippe Gerum
2023-08-20 15:30                   ` v6.1.y-dovetail-rebase Jan Kiszka
2023-08-21  6:41                     ` v6.1.y-dovetail-rebase Philippe Gerum
2023-08-21 11:45                       ` v6.1.y-dovetail-rebase Jan Kiszka
2023-08-21 13:09                         ` v6.1.y-dovetail-rebase Philippe Gerum
2023-08-22 11:30                           ` v6.1.y-dovetail-rebase Jan Kiszka

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.