Package Details: linux-bcachefs-git 6.15.0.rc4.1.bcachefs.git.00259.g17227e8eaf3b-1

Git Clone URL: https://aur.archlinux.org/linux-bcachefs-git.git (read-only, click to copy)
Package Base: linux-bcachefs-git
Description: The Linux kernel and modules ~ featuring Kent Overstreet's bcachefs filesystem
Upstream URL: https://github.com/koverstreet/bcachefs
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: Chiruno
Maintainer: QuartzDragon
Last Packager: QuartzDragon
Votes: 16
Popularity: 0.000005
First Submitted: 2018-01-13 15:37 (UTC)
Last Updated: 2025-05-22 01:21 (UTC)

Dependencies (22)

Required by (6)

Sources (2)

Pinned Comments

QuartzDragon commented on 2019-06-11 15:15 (UTC) (edited on 2019-06-11 15:17 (UTC) by QuartzDragon)

If there are bugs related to the PKGBUILD or config, report here.

Otherwise, please report here:

https://github.com/koverstreet/bcachefs/issues

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 Next › Last »

nicman23 commented on 2019-07-20 08:16 (UTC) (edited on 2019-07-20 08:50 (UTC) by nicman23)

(echo "$_subarch"; yes) | make oldconfig

is better

also for simple conflicts, such as the one that is blocking 5.1.17, remove the git pull and add this

git fetch --tags upstream_stable
if ! git merge upstream_stable/v${_srcver_tag}
  then if ! git diff --name-only --diff-filter=U | xargs git checkout --theirs
    then git diff --name-only --diff-filter=U |
    while read line
    do sleep 0.1; if ! git checkout --theirs $line
      then sleep 0.1; git rm $line
      fi
    done
  fi
fi

QuartzDragon commented on 2019-07-04 23:27 (UTC)

Stuck at 5.1.15 for now.

5.1.16 produces an auto-merge conflict.

nicman23 commented on 2019-07-04 15:29 (UTC)

5.1 is a go it seams https://github.com/koverstreet/bcachefs/issues/46#issuecomment-508420107

QuartzDragon commented on 2019-06-13 15:35 (UTC)

Reverted back to 5.0.21 for now.

QuartzDragon commented on 2019-06-13 15:31 (UTC)

Will revert.

nicman23 commented on 2019-06-13 14:23 (UTC)

do not update, it kernel panics as per the latest issue in the project's github

QuartzDragon commented on 2019-06-11 15:15 (UTC) (edited on 2019-06-11 15:17 (UTC) by QuartzDragon)

If there are bugs related to the PKGBUILD or config, report here.

Otherwise, please report here:

https://github.com/koverstreet/bcachefs/issues

QuartzDragon commented on 2019-05-13 15:28 (UTC)

Done. :)

nicman23 commented on 2019-05-13 15:03 (UTC) (edited on 2019-05-13 15:04 (UTC) by nicman23)

please add || true on line 109

and the other remote add

QuartzDragon commented on 2019-05-07 19:10 (UTC)

Should be fixed now. :)

Forgot to update it. :P