Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux: update to 6.3, linux-lts: update to 6.1
@ 2023-06-19 19:27 classabbyamp
  2023-06-19 19:36 ` abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-19 19:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages linux-bump
https://github.com/void-linux/void-packages/pull/44526

linux: update to 6.3, linux-lts: update to 6.1
linux:
- [x] zfs-2.1.12 supports 6.3
- [ ] @abenson does nvidia support 6.3 yet?

linux-lts:
- 6.1 is the [latest lts branch](https://kernel.org), do we want to switch to it already?

#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From f71a8968be3eaa62e54dcef5cf736e7282b9947f Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Jun 2023 15:23:50 -0400
Subject: [PATCH 1/2] linux: update to 6.3.

---
 srcpkgs/linux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 2f0ae7d62704..16471ed4b9cb 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -1,6 +1,6 @@
 # Template file for 'linux'
 pkgname=linux
-version=6.1
+version=6.3
 revision=1
 build_style=meta
 depends="linux${version} linux-base"

From fa1f5d720b1afbad2d1994b0e8c4e0733607b6fc Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Jun 2023 15:24:03 -0400
Subject: [PATCH 2/2] linux-lts: update to 6.1.

---
 srcpkgs/linux-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-lts/template b/srcpkgs/linux-lts/template
index 54b024cefd0c..638ad8aa7af0 100644
--- a/srcpkgs/linux-lts/template
+++ b/srcpkgs/linux-lts/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-lts'
 pkgname=linux-lts
-version=5.15
+version=6.1
 revision=1
 build_style=meta
 depends="linux${version} linux-base"

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

* Re: linux: update to 6.3, linux-lts: update to 6.1
  2023-06-19 19:27 [PR PATCH] linux: update to 6.3, linux-lts: update to 6.1 classabbyamp
@ 2023-06-19 19:36 ` abenson
  2023-06-23  3:52 ` classabbyamp
  2023-06-23  3:55 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2023-06-19 19:36 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44526#issuecomment-1597669757

Comment:
> does nvidia support 6.3 yet?

Yes, should be working for all 3 versions we have.

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

* Re: linux: update to 6.3, linux-lts: update to 6.1
  2023-06-19 19:27 [PR PATCH] linux: update to 6.3, linux-lts: update to 6.1 classabbyamp
  2023-06-19 19:36 ` abenson
@ 2023-06-23  3:52 ` classabbyamp
  2023-06-23  3:55 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-23  3:52 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44526#issuecomment-1603646260

Comment:
after discussion, I will leave linux-lts as-is

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

* Re: [PR PATCH] [Closed]: linux: update to 6.3, linux-lts: update to 6.1
  2023-06-19 19:27 [PR PATCH] linux: update to 6.3, linux-lts: update to 6.1 classabbyamp
  2023-06-19 19:36 ` abenson
  2023-06-23  3:52 ` classabbyamp
@ 2023-06-23  3:55 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-23  3:55 UTC (permalink / raw)
  To: ml

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

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

linux: update to 6.3, linux-lts: update to 6.1
https://github.com/void-linux/void-packages/pull/44526

Description:
linux:
- [x] zfs-2.1.12 supports 6.3
- [x] @abenson does nvidia support 6.3 yet?

linux-lts:
- 6.1 is the [latest lts branch](https://kernel.org), do we want to switch to it already?

#### Testing the changes
- I tested the changes in this PR: **YES**



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

end of thread, other threads:[~2023-06-23  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19 19:27 [PR PATCH] linux: update to 6.3, linux-lts: update to 6.1 classabbyamp
2023-06-19 19:36 ` abenson
2023-06-23  3:52 ` classabbyamp
2023-06-23  3:55 ` [PR PATCH] [Closed]: " classabbyamp

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