Skip to content

Commit d8ea4c4

Browse files
committedJul 7, 2017
Revert "linux: 4.9.35 -> 4.9.36"
This reverts commit c9cf9ce. Upstream commit b6f75b986a7f7b79953b94f9778de295a253c624 [1] adds a call to a non-existent function, breaking perf: util/probe-event.c: In function 'post_process_module_probe_trace_events': util/probe-event.c:669:9: error: implicit declaration of function 'post_process_probe_trace_point' [-Werror=implicit-function-declaration] ret = post_process_probe_trace_point(&tevs[i].point, ^ util/probe-event.c:669:3: error: nested extern declaration of 'post_process_probe_trace_point' [-Werror=nested-externs] ret = post_process_probe_trace_point(&tevs[i].point, ^ [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/tools/perf/util/probe-event.c?h=v4.9.36&id=b6f75b986a7f7b79953b94f9778de295a253c624
1 parent 1b57bf2 commit d8ea4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/kernel/linux-4.9.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
22

33
import ./generic.nix (args // rec {
4-
version = "4.9.36";
4+
version = "4.9.35";
55
extraMeta.branch = "4.9";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9-
sha256 = "1x615q5fl17fqr8h0552l7lzrpmn1n9azmsrnq9xhf980imfj0d0";
9+
sha256 = "0dklbr686ygvpbjs6chra9vycfvp8xjgkvapai14lglzsx72749l";
1010
};
1111

1212
kernelPatches = args.kernelPatches;

0 commit comments

Comments
 (0)
Please sign in to comment.