changeset 1698:49abeb0ead62 draft

linux 3.17
author Rob Landley <rob@landley.net>
date Sun, 05 Oct 2014 23:23:42 -0500
parents 09832e10ea13
children 15e8f52c5e89
files download.sh sources/patches/linux-noperl-timeconst.patch sources/patches/linux-shutup.patch
diffstat 3 files changed, 8 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Sun Oct 05 23:22:12 2014 -0500
+++ b/download.sh	Sun Oct 05 23:23:42 2014 -0500
@@ -29,8 +29,8 @@
 SHA1=1e49b4e65e071d0abdd9d8eb555fd7e84dc92838 \
 maybe_fork "download || dienow"
 
-URL=ftp://kernel.org/pub/linux/kernel/v3.x/linux-3.16.tar.gz \
-SHA1=7963592448a0706ff6a12623196c36a719eea44d \
+URL=ftp://kernel.org/pub/linux/kernel/v3.x/linux-3.17.tar.gz \
+SHA1=86b65343835ffee7400a9ecf77f532d06e6378aa \
 maybe_fork "download || dienow"
 
 
--- a/sources/patches/linux-noperl-timeconst.patch	Sun Oct 05 23:22:12 2014 -0500
+++ b/sources/patches/linux-noperl-timeconst.patch	Sun Oct 05 23:23:42 2014 -0500
@@ -2,7 +2,7 @@
 the perl version). Eventually I should add bc to toybox, but for now...
 
 --- /dev/null
-+++ linux/kernel/mktimeconst.c
++++ linux/kernel/time/mktimeconst.c
 @@ -0,0 +1,110 @@
 +/* Copyright 2010 Parallels Inc, licensed under GPLv2 */
 +/* Copyright 2010-2013 Rob Landley <rob@landley.net> */
@@ -114,7 +114,7 @@
 +	fflush(stdout);
 +	return ferror(stdout);
 +}
---- linux/kernel/timeconst.bc	2013-04-28 19:36:01.000000000 -0500
+--- linux/kernel/time/timeconst.bc	2013-04-28 19:36:01.000000000 -0500
 +++ /dev/null	2013-02-23 10:58:11.743993346 -0600
 @@ -1,108 +0,0 @@
 -scale=0
@@ -225,9 +225,9 @@
 -}
 -
 -timeconst(hz)
---- linux/kernel/Makefile
-+++ linux/kernel/Makefile
-@@ -125,19 +125,13 @@
+--- linux/kernel/time/Makefile
++++ linux/kernel/time/Makefile
+@@ -125,17 +125,11 @@
  
  $(obj)/time.o: $(obj)/timeconst.h
  
@@ -250,5 +250,3 @@
 +$(obj)/timeconst.h: $(obj)/mktimeconst FORCE
 +	$(call if_changed,mktimeconst)
  
- ###############################################################################
- #
--- a/sources/patches/linux-shutup.patch	Sun Oct 05 23:22:12 2014 -0500
+++ b/sources/patches/linux-shutup.patch	Sun Oct 05 23:23:42 2014 -0500
@@ -4,9 +4,9 @@
 --- linux/drivers/char/random.c	2014-06-08 13:19:54.000000000 -0500
 +++ linux.bak/drivers/char/random.c	2014-09-06 21:40:09.430230266 -0500
 @@ -657,7 +657,7 @@
- 		r->entropy_total = 0;
  		if (r == &nonblocking_pool) {
  			prandom_reseed_late();
+ 			wake_up_interruptible(&urandom_init_wait);
 -			pr_notice("random: %s pool is initialized\n", r->name);
 +			pr_debug("random: %s pool is initialized\n", r->name);
  		}