about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorCharlotte 🦝 Delenk <lotte@chir.rs>2022-03-25 17:22:19 +0100
committerCharlotte 🦝 Delenk <lotte@chir.rs>2022-03-25 19:28:17 +0100
commit158789753f6d8ba7a55a83c79674e9667069a13e (patch)
treee67f11a37a94b6046c3d12c4f188b4dccc2e42b3 /pkgs/os-specific
parentf76dd8bd24b3e3017980afa63fa07f9162f681d7 (diff)
downloadnixlib-158789753f6d8ba7a55a83c79674e9667069a13e.tar
nixlib-158789753f6d8ba7a55a83c79674e9667069a13e.tar.gz
nixlib-158789753f6d8ba7a55a83c79674e9667069a13e.tar.bz2
nixlib-158789753f6d8ba7a55a83c79674e9667069a13e.tar.lz
nixlib-158789753f6d8ba7a55a83c79674e9667069a13e.tar.xz
nixlib-158789753f6d8ba7a55a83c79674e9667069a13e.tar.zst
nixlib-158789753f6d8ba7a55a83c79674e9667069a13e.zip
linux_testing_bcachefs: 2022-03-09 -> 2022-03-21
This should fix a bug causing kernel panics when your fs has snapshots
enabled. See:
https://lore.kernel.org/all/bc622d24-9fad-7b3-22cb-da4bf2dd32d@ewheeler.net/T/

This patch also bumps the kernel version to 5.16, as bcachefs is devel-
oping against that now.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix b/pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
index 63d47dd8a384..e86f6fced569 100644
--- a/pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
+++ b/pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
@@ -1,9 +1,9 @@
 { lib
 , fetchpatch
 , kernel
-, date ? "2022-03-09"
-, commit ? "2280551cebc1735f74eef75d650dd5e175461657"
-, diffHash ? "1mrrydidbapdq0fs0vpqhs88k6ghdrvmjpk2zi7xlwj7j32h0nwp"
+, date ? "2022-03-21"
+, commit ? "c38b7167aa5f3b1b91dcc93ade57f30e95064590"
+, diffHash ? "04lgwnng7p2rlz9sxn74n22750kh524xwfws3agqs12pcrvfsm0j"
 , kernelPatches # must always be defined in bcachefs' all-packages.nix entry because it's also a top-level attribute supplied by callPackage
 , argsOverride ? {}
 , ...