linux56-tkg: Import bcachefs patchset back for 5.6
https://evilpiepirate.org/git/bcachefs.git/
This commit is contained in:
parent
840da37746
commit
92d56d64fa
@ -89,7 +89,7 @@ pkgname=("${pkgbase}" "${pkgbase}-headers")
|
||||
_basekernel=5.6
|
||||
_sub=12
|
||||
pkgver="${_basekernel}"."${_sub}"
|
||||
pkgrel=27
|
||||
pkgrel=28
|
||||
pkgdesc='Linux-tkg'
|
||||
arch=('x86_64') # no i686 in here
|
||||
url="http://www.kernel.org/"
|
||||
@ -117,7 +117,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.x
|
||||
0005-v5.6_undead-pds099o.patch
|
||||
0006-add-acs-overrides_iommu.patch
|
||||
0007-v5.6-fsync.patch
|
||||
#0008-5.6-bcachefs.patch
|
||||
0008-5.6-bcachefs.patch
|
||||
0009-glitched-ondemand-bmq.patch
|
||||
0009-glitched-bmq.patch
|
||||
0009-bmq_v5.6-r4.patch
|
||||
@ -143,6 +143,7 @@ sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622'
|
||||
'9ddfb1abaa01acf70e1352db1564fba591c2229d71d3c912213915388e944d6f'
|
||||
'19661ec0d39f9663452b34433214c755179894528bf73a42f6ba52ccf572832a'
|
||||
'cd225e86d72eaf6c31ef3d7b20df397f4cc44ddd04389850691292cdf292b204'
|
||||
'5e8cafb3bd22d8f6c843265036a1e76ffe97c49dfd21ca16ad407d743f344275'
|
||||
'9fad4a40449e09522899955762c8928ae17f4cdaa16e01239fd12592e9d58177'
|
||||
'965a517a283f265a012545fbb5cc9e516efc9f6166d2aa1baf7293a32a1086b7'
|
||||
'1b95d36635c7dc48ce45a33d6b1f4eb6d34f51600901395d28fd22f28daee8e9'
|
||||
@ -733,21 +734,21 @@ prepare() {
|
||||
fi
|
||||
|
||||
# bcachefs
|
||||
# if [ -z "$_bcachefs" ]; then
|
||||
# plain ""
|
||||
# plain "Add Bcache filesystem support? You'll have to install bcachefs-tools-git from AUR for utilities."
|
||||
# plain "https://bcachefs.org/"
|
||||
# read -rp "`echo $' > N/y : '`" CONDITION8;
|
||||
# fi
|
||||
# if [ "$CONDITION8" == "y" ] || [ "$_bcachefs" == "true" ]; then
|
||||
# patch -Np1 -i ../0008-5.6-bcachefs.patch
|
||||
# echo "CONFIG_BCACHEFS_FS=m" >> ./.config
|
||||
# echo "CONFIG_BCACHEFS_QUOTA=y" >> ./.config
|
||||
# echo "CONFIG_BCACHEFS_POSIX_ACL=y" >> ./.config
|
||||
# echo "# CONFIG_BCACHEFS_DEBUG is not set" >> ./.config
|
||||
# echo "# CONFIG_BCACHEFS_TESTS is not set" >> ./.config
|
||||
# echo "# CONFIG_DEBUG_CLOSURES is not set" >> ./.config
|
||||
# fi
|
||||
if [ -z "$_bcachefs" ]; then
|
||||
plain ""
|
||||
plain "Add Bcache filesystem support? You'll have to install bcachefs-tools-git from AUR for utilities."
|
||||
plain "https://bcachefs.org/"
|
||||
read -rp "`echo $' > N/y : '`" CONDITION8;
|
||||
fi
|
||||
if [ "$CONDITION8" == "y" ] || [ "$_bcachefs" == "true" ]; then
|
||||
patch -Np1 -i ../0008-5.6-bcachefs.patch
|
||||
echo "CONFIG_BCACHEFS_FS=m" >> ./.config
|
||||
echo "CONFIG_BCACHEFS_QUOTA=y" >> ./.config
|
||||
echo "CONFIG_BCACHEFS_POSIX_ACL=y" >> ./.config
|
||||
echo "# CONFIG_BCACHEFS_DEBUG is not set" >> ./.config
|
||||
echo "# CONFIG_BCACHEFS_TESTS is not set" >> ./.config
|
||||
echo "# CONFIG_DEBUG_CLOSURES is not set" >> ./.config
|
||||
fi
|
||||
|
||||
# fsync support
|
||||
if [ -z "$_fsync" ]; then
|
||||
|
@ -90,6 +90,9 @@ _OFenable="false"
|
||||
# Set to "true" to use ACS override patch - https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Bypassing_the_IOMMU_groups_.28ACS_override_patch.29 - Kernel default is "false"
|
||||
_acs_override=""
|
||||
|
||||
# Set to "true" to add Bcache filesystem support. You'll have to install bcachefs-tools-git from AUR for utilities - https://bcachefs.org/ - If in doubt, set to "false"
|
||||
_bcachefs=""
|
||||
|
||||
# Enable builtin Thinkpad series absolute trackpad as well as SMAPI and EC support drivers, for features such as battery charging control. For more information about this driver see http://www.thinkwiki.org/wiki/tp_smapi
|
||||
_tp_smapi_ec="false"
|
||||
|
||||
|
69883
linux56-tkg/linux56-tkg-patches/0008-5.6-bcachefs.patch
Normal file
69883
linux56-tkg/linux56-tkg-patches/0008-5.6-bcachefs.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user