unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: John Soo <jsoo1@asu.edu>
To: 45049@debbugs.gnu.org
Subject: bug#45049: [PATCH] Update bcc and bpftrace kernel headers
Date: Fri, 01 Jan 2021 10:27:58 -0800	[thread overview]
Message-ID: <87o8i83429.fsf@asu.edu> (raw)
In-Reply-To: <87tut0lulk.fsf@asu.edu> (John Soo's message of "Fri, 04 Dec 2020 20:55:51 -0800")

[-- Attachment #1: Type: text/plain, Size: 25 bytes --]

Updated to kernel 5.10.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Use-5.10-kernel-headers-for-bcc.patch --]
[-- Type: text/x-patch, Size: 865 bytes --]

From 83c0d125e505d8d0695cd3b58806e31cf4c0cf22 Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Fri, 4 Dec 2020 20:36:11 -0800
Subject: [PATCH 1/2] gnu: Use 5.10 kernel headers for bcc.

* gnu/packages/linux.scm (bcc): [inputs] Update dependency.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6b0e9f6c8f..4bf4f6e94e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7520,7 +7520,7 @@ headers.")
        ;; archives, only object files.
        ;; https://github.com/iovisor/bcc/issues/504
        ("elfutils" ,elfutils)
-       ("linux-libre-headers" ,linux-libre-headers)
+       ("linux-libre-headers" ,linux-libre-headers-5.10)
        ("luajit" ,luajit)
        ("python-wrapper" ,python-wrapper)))
     (arguments
-- 
2.29.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-Use-5.10-kernel-headers-for-bpftrace.patch --]
[-- Type: text/x-patch, Size: 869 bytes --]

From 5ce6e3af98369c2dbd66addd78b93984c8346d9f Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Fri, 4 Dec 2020 20:37:15 -0800
Subject: [PATCH 2/2] gnu: Use 5.10 kernel headers for bpftrace.

* gnu/packages/linux.scm (bpftrace): [inputs] Update dependency.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4bf4f6e94e..c463c69f95 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7600,7 +7600,7 @@ and above.")
        ("clang-toolchain" ,clang-toolchain)
        ("elfutils" ,elfutils)
        ("libbpf" ,libbpf)
-       ("linux-libre-headers" ,linux-libre-headers)))
+       ("linux-libre-headers" ,linux-libre-headers-5.10)))
     (arguments
      `(#:tests? #f ;Tests require googletest sources.
        #:configure-flags
-- 
2.29.2


      reply	other threads:[~2021-01-01 18:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-05  4:55 bug#45049: [PATCH] Update bcc and bpftrace kernel headers John Soo
2021-01-01 18:27 ` John Soo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o8i83429.fsf@asu.edu \
    --to=jsoo1@asu.edu \
    --cc=45049@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).