about summary refs log tree commit diff
path: root/overrides/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-11 01:30:24 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-11 01:35:06 +0100
commitee053f58cbab24d026df37d688dc77bff706c3c0 (patch)
treefaf32acf2674f358e3319c1b17a87021e11c3a2a /overrides/default.nix
parent772d403cdaf0f4e8814b7d0de447dcfcd1a01148 (diff)
Update kernel sources to 4.0-rc3 + 111 commits.
I just tripped over a bug which might have been fixed by one of the
following changes:

 * Btrfs:__add_inode_ref: out of bounds memory read when looking for
   extended ref.
 * Btrfs: fix data loss in the fast fsync path
 * Btrfs: remove extra run_delayed_refs in update_cowonly_root
 * Btrfs: incremental send, don't rename a directory too soon
 * btrfs: fix lost return value due to variable shadowing
 * Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr
 * Btrfs: fix off-by-one logic error in btrfs_realloc_node
 * Btrfs: add missing inode update when punching hole
 * Btrfs: abort the transaction if we fail to update the free space
          cache inode
 * Btrfs: fix fsync race leading to ordered extent memory leaks

So it might be a good idea to use netconsole for mmrnmhrm and dnyarri,
so I get the kernel panic next time.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'overrides/default.nix')
-rw-r--r--overrides/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/overrides/default.nix b/overrides/default.nix
index b3e164c5..f1bf422b 100644
--- a/overrides/default.nix
+++ b/overrides/default.nix
@@ -87,11 +87,11 @@ let
   # misc
   misc = {
     kernelSourceVuizvui = {
-      version = "4.0.0-rc2";
+      version = "4.0.0-rc3";
       src = everything.fetchgit {
         url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;
-        rev = "5f237425f352487a2e3fdef2f0557eedcd97d898";
-        sha256 = "1gr1c00mlvayvidw4bqfrgjlivmdlghs0hqfhqzvqr61sf5ak67j";
+        rev = "affb8172de395a6e1db52ed9790ca0456d8c29a9";
+        sha256 = "1zqnkds0mglldm1syv17gl8n4wl1vy7rrh2vf3iga5w2psqwkyj4";
       };
     };
   };