linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] 2.6.18 SKAS patch fails to apply (1 failed HUNK)
@ 2006-09-24 11:46 Mattia Dongili
  2006-09-24 19:19 ` Blaisorblade
  0 siblings, 1 reply; 3+ messages in thread
From: Mattia Dongili @ 2006-09-24 11:46 UTC (permalink / raw)
  To: UML-devel; +Cc: Paolo Giarrusso

Hello Paolo,

with the following change the patch applies and hopefully works, still
building here but mm/fremap.o is done so I'm quite optimistic :) (__prot
is used in the code, not prot).

NOTE: I hope sourceforge smtp won't reject my message...

--- ./skas-2.6.18-rc4-v9-pre9-fremap.patch.orig	2006-09-24 12:37:57.000000000 +0200
+++ ./skas-2.6.18-rc4-v9-pre9-fremap.patch	2006-09-24 13:03:18.000000000 +0200
@@ -1454,7 +1454,7 @@
   */
 -asmlinkage long sys_remap_file_pages(unsigned long start, unsigned long size,
 +long __remap_file_pages(struct mm_struct *mm, unsigned long start, unsigned long size,
- 	unsigned long prot, unsigned long pgoff, unsigned long flags)
+ 	unsigned long __prot, unsigned long pgoff, unsigned long flags)
  {
 -	struct mm_struct *mm = current->mm;
  	struct address_space *mapping;

-- 
mattia
:wq!

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2006-09-25 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-24 11:46 [uml-devel] 2.6.18 SKAS patch fails to apply (1 failed HUNK) Mattia Dongili
2006-09-24 19:19 ` Blaisorblade
2006-09-25 18:07   ` Mattia Dongili

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