Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rpi-kernel: make btrfs built-in module
@ 2023-10-08 19:53 lemmi
  2023-10-08 19:56 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lemmi @ 2023-10-08 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages rpi-kernel-btrfs
https://github.com/void-linux/void-packages/pull/46522

rpi-kernel: make btrfs built-in module
This allows booting from btrfs partitions. Adds around 120kB to the uncompressed package size.

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


- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (Raspberry PI 3 Model A+) 



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-kernel-btrfs-46522.patch --]
[-- Type: text/x-diff, Size: 1091 bytes --]

From 13f74abdb64537b2767bfaadf76c45f35651b024 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Sun, 8 Oct 2023 21:50:18 +0200
Subject: [PATCH] rpi-kernel: make btrfs built-in module

This allows booting from btrfs partitions. Adds around 120kB to the
uncompressed package size.
---
 srcpkgs/rpi-kernel/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index 2fa1bb54b683e..bd135721a61af 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -13,7 +13,7 @@
 # Upstream documentation: https://www.raspberrypi.com/documentation/computers/linux_kernel.html
 pkgname=rpi-kernel
 version=6.1.54
-revision=1
+revision=2
 _githash=fad58933544bb2a7b7db92847c25c79a83171fa6
 archs="armv6l* armv7l* aarch64*"
 hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz"
@@ -113,6 +113,8 @@ do_configure() {
 	CONFIG_LZ4_COMPRESS=y
 	CONFIG_CRYPTO_RNG=y
 	CONFIG_CRYPTO_RNG_DEFAULT=y
+	CONFIG_BTRFS_FS=y
+	CONFIG_BTRFS_POSIX_ACL=y
 	!
 
 	while read -r line; do

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

* Re: rpi-kernel: make btrfs built-in module
  2023-10-08 19:53 [PR PATCH] rpi-kernel: make btrfs built-in module lemmi
@ 2023-10-08 19:56 ` classabbyamp
  2023-10-08 20:06 ` lemmi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-08 19:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46522#issuecomment-1752147807

Comment:
do you mind if i apply this when I do the rpi5 bringup soon? just to lower the number of kernel rebuilds I guess

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

* Re: rpi-kernel: make btrfs built-in module
  2023-10-08 19:53 [PR PATCH] rpi-kernel: make btrfs built-in module lemmi
  2023-10-08 19:56 ` classabbyamp
@ 2023-10-08 20:06 ` lemmi
  2024-01-07  1:49 ` github-actions
  2024-01-17 19:23 ` [PR PATCH] [Closed]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: lemmi @ 2023-10-08 20:06 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/46522#issuecomment-1752150223

Comment:
@classabbyamp oh sure, no problem. 
Also just successfully tested on Raspberry PI Zero 2 W.


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

* Re: rpi-kernel: make btrfs built-in module
  2023-10-08 19:53 [PR PATCH] rpi-kernel: make btrfs built-in module lemmi
  2023-10-08 19:56 ` classabbyamp
  2023-10-08 20:06 ` lemmi
@ 2024-01-07  1:49 ` github-actions
  2024-01-17 19:23 ` [PR PATCH] [Closed]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-01-07  1:49 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46522#issuecomment-1879910558

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: rpi-kernel: make btrfs built-in module
  2023-10-08 19:53 [PR PATCH] rpi-kernel: make btrfs built-in module lemmi
                   ` (2 preceding siblings ...)
  2024-01-07  1:49 ` github-actions
@ 2024-01-17 19:23 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-01-17 19:23 UTC (permalink / raw)
  To: ml

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

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

rpi-kernel: make btrfs built-in module
https://github.com/void-linux/void-packages/pull/46522

Description:
This allows booting from btrfs partitions. Adds around 120kB to the uncompressed package size.

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


- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (Raspberry PI 3 Model A+) 



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

end of thread, other threads:[~2024-01-17 19:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08 19:53 [PR PATCH] rpi-kernel: make btrfs built-in module lemmi
2023-10-08 19:56 ` classabbyamp
2023-10-08 20:06 ` lemmi
2024-01-07  1:49 ` github-actions
2024-01-17 19:23 ` [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).