[packages/kernel] - 4.14.10

baggins baggins at pld-linux.org
Fri Dec 29 21:44:36 CET 2017


commit f4503efade3d793bef7abe1e0ca50e9b43ecb1f1
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Dec 29 21:44:23 2017 +0100

    - 4.14.10

 kernel-small_fixes.patch | 45 ---------------------------------------------
 kernel.spec              |  6 ++++--
 2 files changed, 4 insertions(+), 47 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index b59f767f..1c6002c4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %define		rel		1
 %define		basever		4.14
-%define		postver		.9
+%define		postver		.10
 
 # define this to '-%{basever}' for longterm branch
 %define		versuffix	%{nil}
@@ -122,7 +122,7 @@ Source0:	https://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
 # Source0-md5:	bacdb9ffdcd922aa069a5e1520160e24
 %if "%{postver}" != ".0"
 Patch0:		https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:	623ac9e64733d008d11e8d35d17d99f8
+# Patch0-md5:	986c6711da939de924926a7f5033218d
 %endif
 Source1:	kernel.sysconfig
 
@@ -700,6 +700,8 @@ rm -f localversion-rt
 # Do not remove this, please!
 #%%patch50000 -p1
 
+chmod 755 tools/objtool/sync-check.sh
+
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{?alt_kernel:.%{alt_kernel}}#g' Makefile
 
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index 81d01fa5..d4b60349 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -26,48 +26,3 @@
  				exit
  			fi
  		done
-
-; kernel-orc.patch
-Index: linux-2.6/tools/objtool/orc_dump.c
-===================================================================
---- linux-2.6.orig/tools/objtool/orc_dump.c
-+++ linux-2.6/tools/objtool/orc_dump.c
-@@ -76,7 +76,8 @@ int orc_dump(const char *_objname)
- 	int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0;
- 	struct orc_entry *orc = NULL;
- 	char *name;
--	unsigned long nr_sections, orc_ip_addr = 0;
-+	size_t nr_sections;
-+	Elf64_Addr orc_ip_addr = 0;
- 	size_t shstrtab_idx;
- 	Elf *elf;
- 	Elf_Scn *scn;
-@@ -187,10 +188,10 @@ int orc_dump(const char *_objname)
- 				return -1;
- 			}
- 
--			printf("%s+%lx:", name, rela.r_addend);
-+			printf("%s+%llx:", name, (unsigned long long)rela.r_addend);
- 
- 		} else {
--			printf("%lx:", orc_ip_addr + (i * sizeof(int)) + orc_ip[i]);
-+			printf("%llx:", (unsigned long long)(orc_ip_addr + (i * sizeof(int)) + orc_ip[i]));
- 		}
- 
- 
-Index: linux-2.6/tools/objtool/Makefile
-===================================================================
---- linux-2.6.orig/tools/objtool/Makefile
-+++ linux-2.6/tools/objtool/Makefile
-@@ -7,8 +7,9 @@ ARCH := x86
- endif
- 
- # always use the host compiler
--CC = gcc
--LD = ld
-+CC = $(HOSTCC)
-+HOSTLD ?= ld
-+LD = $(HOSTLD)
- AR = ar
- 
- ifeq ($(srctree),)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/f4503efade3d793bef7abe1e0ca50e9b43ecb1f1



More information about the pld-cvs-commit mailing list