[oe-commits] org.oe.dev kexec-tools: Update ARM patch for new official syscall number. Distro maintainers be warned, this needs to be changed in kernels

rpurdie commit openembedded-commits at lists.openembedded.org
Wed Feb 21 00:47:12 UTC 2007


kexec-tools: Update ARM patch for new official syscall number. Distro maintainers be warned, this needs to be changed in kernels

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 635d3a2471165977b7c08b84e9174108c404c6a1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=635d3a2471165977b7c08b84e9174108c404c6a1
Files:
1
packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch
packages/kexec/kexec-tools_1.101.bb
Diffs:

#
# mt diff -radcbf2a77ad0d1472a78a5ac2815dd9b1948ef02 -r635d3a2471165977b7c08b84e9174108c404c6a1
#
# 
# 
# patch "packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch"
#  from [13ab606f3f04aa3d356ed44d08610504839c1dfc]
#    to [f1a589d931fe0fb5af499d91bb2f465f5b264559]
# 
# patch "packages/kexec/kexec-tools_1.101.bb"
#  from [6d6d8f43610adc1e04b01cd8ed89604b611c0b73]
#    to [90e71612793cff1e87109dcec8aa5c8a1894465f]
# 
============================================================
--- packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch	13ab606f3f04aa3d356ed44d08610504839c1dfc
+++ packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch	f1a589d931fe0fb5af499d91bb2f465f5b264559
@@ -285,7 +285,7 @@ Index: kexec-tools-1.101/kexec/kexec-sys
  #define __NR_kexec_load		246
  #endif
 +#ifdef __arm__
-+#define __NR_kexec_load		__NR_SYSCALL_BASE + 189  
++#define __NR_kexec_load		__NR_SYSCALL_BASE + 347  
 +#endif
  #ifndef __NR_kexec_load
  #error Unknown processor architecture.  Needs a kexec_load syscall number.
============================================================
--- packages/kexec/kexec-tools_1.101.bb	6d6d8f43610adc1e04b01cd8ed89604b611c0b73
+++ packages/kexec/kexec-tools_1.101.bb	90e71612793cff1e87109dcec8aa5c8a1894465f
@@ -1,10 +1,10 @@ LICENSE = "GPL"
 DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
 AUTHOR = "Eric Biederman"
 HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
 SECTION = "kernel/userland"
 DEPENDS = "virtual/kernel zlib"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 inherit autotools
 






More information about the Openembedded-commits mailing list