unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45419] [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f
@ 2020-12-25 10:07 Zhu Zihao
       [not found] ` <handler.45419.B.160889086319901.ack@debbugs.gnu.org>
  2020-12-29 21:21 ` bug#45419: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f Christopher Baines
  0 siblings, 2 replies; 3+ messages in thread
From: Zhu Zihao @ 2020-12-25 10:07 UTC (permalink / raw)
  To: 45419


[-- Attachment #1.1: Type: text/plain, Size: 214 bytes --]


This update fix the broken build of module under Linux-libre 5.9.16.

See https://github.com/tomaspinho/rtl8821ce/issues/197.

Though it is a fix specified to 5.10.x, but GCC throws warning on 5.9.16
and failed.


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-rtl8821ce-linux-module-Update-to-0.0.0-2.14b536f.patch --]
[-- Type: text/x-patch, Size: 1363 bytes --]

From 8f8988d846a551a02b4bdb9fb57899bcbbab3bf8 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Fri, 25 Dec 2020 18:03:14 +0800
Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.

* gnu/packages/linux.scm(rtl8821ce-linux-module): Update to 0.0.0-2.14b536f.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 01f12f77d9..8f204418af 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1166,8 +1166,8 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
       (license license:gpl2+))))
 
 (define-public rtl8821ce-linux-module
-  (let ((commit "fe97b5003f2f3dd070f76ec38c00b83798c1cdea")
-        (revision "1"))
+  (let ((commit "14b536f0c9ad2d0abbdab8afc7ade684900ca9cf")
+        (revision "2"))
     (package
       (name "rtl8821ce-linux-module")
       (version (git-version "0.0.0" revision commit))
@@ -1180,7 +1180,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "10mrp63npbqb39c442vx8mra278hw7sczb3b6bjrpr3gan6ljshn"))))
+           "0z7r7spsgn22gwv9pcmkdjn9ingi8jj7xkxasph8118h46fw8ip2"))))
       (build-system linux-module-build-system)
       (arguments
        `(#:make-flags
-- 
2.29.2


[-- Attachment #3: Type: text/plain, Size: 100 bytes --]


-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

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

* [bug#45419] Acknowledgement ([PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f)
       [not found] ` <handler.45419.B.160889086319901.ack@debbugs.gnu.org>
@ 2020-12-25 10:20   ` Zhu Zihao
  0 siblings, 0 replies; 3+ messages in thread
From: Zhu Zihao @ 2020-12-25 10:20 UTC (permalink / raw)
  To: 45419

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


Confirm that it's a 5.10.x specified fix. Not related to 5.9.x.
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

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

* bug#45419: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f
  2020-12-25 10:07 [bug#45419] [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f Zhu Zihao
       [not found] ` <handler.45419.B.160889086319901.ack@debbugs.gnu.org>
@ 2020-12-29 21:21 ` Christopher Baines
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2020-12-29 21:21 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 45419-done

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


Zhu Zihao <all_but_last@163.com> writes:

> This update fix the broken build of module under Linux-libre 5.9.16.
>
> See https://github.com/tomaspinho/rtl8821ce/issues/197.
>
> Though it is a fix specified to 5.10.x, but GCC throws warning on 5.9.16
> and failed.
>
> From 8f8988d846a551a02b4bdb9fb57899bcbbab3bf8 Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last@163.com>
> Date: Fri, 25 Dec 2020 18:03:14 +0800
> Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.
>
> * gnu/packages/linux.scm(rtl8821ce-linux-module): Update to 0.0.0-2.14b536f.
> ---
>  gnu/packages/linux.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 01f12f77d9..8f204418af 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -1166,8 +1166,8 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
>        (license license:gpl2+))))
>  
>  (define-public rtl8821ce-linux-module
> -  (let ((commit "fe97b5003f2f3dd070f76ec38c00b83798c1cdea")
> -        (revision "1"))
> +  (let ((commit "14b536f0c9ad2d0abbdab8afc7ade684900ca9cf")
> +        (revision "2"))
>      (package
>        (name "rtl8821ce-linux-module")
>        (version (git-version "0.0.0" revision commit))
> @@ -1180,7 +1180,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
>           (file-name (git-file-name name version))
>           (sha256
>            (base32
> -           "10mrp63npbqb39c442vx8mra278hw7sczb3b6bjrpr3gan6ljshn"))))
> +           "0z7r7spsgn22gwv9pcmkdjn9ingi8jj7xkxasph8118h46fw8ip2"))))
>        (build-system linux-module-build-system)
>        (arguments
>         `(#:make-flags
> -- 
> 2.29.2

Thanks, I've pushed this to master as
28ccd1e71df6f08d6c8a63ebe9d42fa0fc5336c4.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2020-12-29 21:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25 10:07 [bug#45419] [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f Zhu Zihao
     [not found] ` <handler.45419.B.160889086319901.ack@debbugs.gnu.org>
2020-12-25 10:20   ` [bug#45419] Acknowledgement ([PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f) Zhu Zihao
2020-12-29 21:21 ` bug#45419: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f Christopher Baines

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