Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux5.3: update to 5.3.8.
@ 2019-10-29 22:27 voidlinux-github
  2019-10-30  2:53 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-29 22:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages linux5.3
https://github.com/void-linux/void-packages/pull/15914

linux5.3: update to 5.3.8.
[skip ci]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux5.3-15914.patch --]
[-- Type: text/x-diff, Size: 1090 bytes --]

From a3088d24484c036f6aa2b0a8afdce4b3cc0925fc Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinborn@sipgate.de>
Date: Tue, 29 Oct 2019 23:26:28 +0100
Subject: [PATCH] linux5.3: update to 5.3.8.

[skip ci]
---
 srcpkgs/linux5.3/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux5.3/template b/srcpkgs/linux5.3/template
index 895134128df..c7115b74234 100644
--- a/srcpkgs/linux5.3/template
+++ b/srcpkgs/linux5.3/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.3'
 pkgname=linux5.3
-version=5.3.7
+version=5.3.8
 revision=1
 wrksrc="linux-${version}"
 short_desc="Linux kernel and modules (${version%.*} series)"
@@ -8,7 +8,7 @@ maintainer="Foxlet <foxlet@furcode.co>"
 license="GPL-2.0-only"
 homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
-checksum=c6c9714e21531c825c306b107bc6f6c7bfa2d5270a14bad170f8de5a73d34802
+checksum=78f3cfc6c20b10ff21c0bb22d7d257cab03781c44d8c5aae289f749f94f76649
 patch_args="-Np1"
 
 nodebug=yes  # -dbg package is generated below manually

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux5.3: update to 5.3.8.
  2019-10-29 22:27 [PR PATCH] linux5.3: update to 5.3.8 voidlinux-github
@ 2019-10-30  2:53 ` voidlinux-github
  2019-10-30  2:54 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-30  2:53 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/15914#issuecomment-547716745

Comment:
Thoughts about adding the following patch to fix support for `Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)`
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=12e36d98d3e5acf5fc57774e0a15906d55f30cb9

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux5.3: update to 5.3.8.
  2019-10-29 22:27 [PR PATCH] linux5.3: update to 5.3.8 voidlinux-github
  2019-10-30  2:53 ` voidlinux-github
@ 2019-10-30  2:54 ` voidlinux-github
  2019-10-30  2:55 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-30  2:54 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/15914#issuecomment-547716745

Comment:
Thoughts about adding the following patch to fix support for `Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)`
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=12e36d98d3e5acf5fc57774e0a15906d55f30cb9

I recompiled the kernel with the patch and can confirm it does fix the `[   22.724533] iwlwifi 0000:05:00.0: Microcode SW error detected` issue
https://pastebin.com/8MY3rxAm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux5.3: update to 5.3.8.
  2019-10-29 22:27 [PR PATCH] linux5.3: update to 5.3.8 voidlinux-github
  2019-10-30  2:53 ` voidlinux-github
  2019-10-30  2:54 ` voidlinux-github
@ 2019-10-30  2:55 ` voidlinux-github
  2019-10-30  6:53 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-10-30 12:57 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-30  2:55 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/15914#issuecomment-547716745

Comment:
Thoughts about adding the following patch to fix support for `Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)`?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=12e36d98d3e5acf5fc57774e0a15906d55f30cb9

I recompiled the kernel with the patch and can confirm it does fix the `[   22.724533] iwlwifi 0000:05:00.0: Microcode SW error detected` issue
https://pastebin.com/8MY3rxAm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: linux5.3: update to 5.3.8.
  2019-10-29 22:27 [PR PATCH] linux5.3: update to 5.3.8 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-30  2:55 ` voidlinux-github
@ 2019-10-30  6:53 ` voidlinux-github
  2019-10-30 12:57 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-30  6:53 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

linux5.3: update to 5.3.8.
https://github.com/void-linux/void-packages/pull/15914

Description:
[skip ci]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux5.3: update to 5.3.8.
  2019-10-29 22:27 [PR PATCH] linux5.3: update to 5.3.8 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-30  6:53 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-10-30 12:57 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-30 12:57 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/15914#issuecomment-547716745

Comment:
Thoughts about adding the following patch to fix support for `Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)`?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=12e36d98d3e5acf5fc57774e0a15906d55f30cb9

I recompiled the kernel with the patch and can confirm it does fix the `[   22.724533] iwlwifi 0000:05:00.0: Microcode SW error detected` issue
https://pastebin.com/8MY3rxAm

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-30 12:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 22:27 [PR PATCH] linux5.3: update to 5.3.8 voidlinux-github
2019-10-30  2:53 ` voidlinux-github
2019-10-30  2:54 ` voidlinux-github
2019-10-30  2:55 ` voidlinux-github
2019-10-30  6:53 ` [PR PATCH] [Merged]: " voidlinux-github
2019-10-30 12:57 ` voidlinux-github

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).