All of lore.kernel.org
 help / color / mirror / Atom feed
* v5.15-dovetail-rebase compilation fails
@ 2021-12-27 18:50 g.strobbe
  2021-12-28  8:50 ` Florian Bezdeka
  0 siblings, 1 reply; 3+ messages in thread
From: g.strobbe @ 2021-12-27 18:50 UTC (permalink / raw)
  To: xenomai

Hi all,

The compilation of file xenomai/kernel/cobalt/debug.c 
in branch v5.15-dovetail-rebase failed.
The problem is that since kernel vanilla v15.5 
include/linux/mm.h no longer defines VM_DENYWRITE

It is still used in xndebug_trace_relax()

		/*
		 * Hack. Unlike DSOs, executables and interpreters
		 * (e.g. dynamic linkers) are protected against write
		 * attempts. Use this to determine when $pc should be
		 * fixed up by subtracting the mapping base address in
		 * the DSO case.
		 */
		if (!(vma->vm_flags & VM_DENYWRITE))
			pc -= vma->vm_start;

Best regards,

Gino 
			


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

end of thread, other threads:[~2022-01-03  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 18:50 v5.15-dovetail-rebase compilation fails g.strobbe
2021-12-28  8:50 ` Florian Bezdeka
2022-01-03  6:28   ` 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.