Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] linux-tools: update to 5.3.1.
Date: Tue, 01 Oct 2019 10:14:45 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14871@inbox.vuxu.org> (raw)

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

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages linux-tools-531
https://github.com/void-linux/void-packages/pull/14871

linux-tools: update to 5.3.1.


A patch file from https://github.com/void-linux/void-packages/pull/14871.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-tools-531-14871.patch --]
[-- Type: text/x-diff, Size: 2954 bytes --]

From 27beff3d2d4f58443b817cbe72d216ee2cbda589 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 25 Sep 2019 22:54:38 +0200
Subject: [PATCH] linux-tools: update to 5.3.1.

---
 srcpkgs/linux-tools/patches/musl.patch      |  3 ++-
 srcpkgs/linux-tools/patches/turbostat.patch | 20 --------------------
 srcpkgs/linux-tools/template                |  8 ++++----
 3 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/linux-tools/patches/turbostat.patch

diff --git a/srcpkgs/linux-tools/patches/musl.patch b/srcpkgs/linux-tools/patches/musl.patch
index 740607a8f7e..d43f29ae2ed 100644
--- a/srcpkgs/linux-tools/patches/musl.patch
+++ b/srcpkgs/linux-tools/patches/musl.patch
@@ -10,10 +10,11 @@
  #include <asm/byteorder.h>
 --- tools/power/x86/turbostat/turbostat.c.orig
 +++ tools/power/x86/turbostat/turbostat.c
-@@ -43,6 +43,7 @@
+@@ -43,7 +43,8 @@
  #include <cpuid.h>
  #include <linux/capability.h>
  #include <errno.h>
+ #include <math.h>
 +#include <limits.h>
  
  char *proc_stat = "/proc/stat";
diff --git a/srcpkgs/linux-tools/patches/turbostat.patch b/srcpkgs/linux-tools/patches/turbostat.patch
deleted file mode 100644
index a060eaa1cd7..00000000000
--- a/srcpkgs/linux-tools/patches/turbostat.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- tools/power/x86/turbostat/Makefile.orig
-+++ tools/power/x86/turbostat/Makefile
-@@ -8,13 +8,13 @@
- endif
- 
- turbostat : turbostat.c
--CFLAGS +=	-Wall
--CFLAGS +=	-DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
--CFLAGS +=	-DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
-+override CFLAGS +=	-Wall
-+override CFLAGS +=	-DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
-+override CFLAGS +=	-DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
- 
- %: %.c
- 	@mkdir -p $(BUILD_OUTPUT)
--	$(CC) $(CFLAGS) $< -o $(BUILD_OUTPUT)/$@
-+	$(CC) $(CFLAGS) $< -o $(BUILD_OUTPUT)/$@ $(LDFLAGS)
- 
- .PHONY : clean
- clean :
diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index d96426e7a7c..6c177c8b580 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
-version=4.20
-revision=2
+version=5.3.1
+revision=1
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex libtool perl python xmlto"
@@ -13,8 +13,8 @@ short_desc="Linux kernel tools meta-pkg"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.kernel.org"
-distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz"
-checksum=ad0823183522e743972382df0aa08fb5ae3077f662b125f1e599b0b2aaa12438
+distfiles="${KERNEL_SITE}/kernel/v5.x/linux-${version}.tar.xz"
+checksum=9890b5a909d316211d045a95f5f0680e39749f2319cb26d7cd067efaa692f858
 
 subpackages="cpupower libcpupower libcpupower-devel libusbip libusbip-devel usbip perf freefall tmon"
 

             reply	other threads:[~2019-10-01  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-01  8:14 voidlinux-github [this message]
2019-10-02 12:04 ` [PR PATCH] [Merged]: " voidlinux-github

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

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

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14871@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).