Updated for version 6.7.4-zen1 & added GPL patch for nvidia drivers
This commit is contained in:
parent
62bd41b1d2
commit
165a5b1176
|
@ -0,0 +1,19 @@
|
|||
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
|
||||
index 4102108..72474d8 100644
|
||||
--- a/kernel/rcu/tree_plugin.h
|
||||
+++ b/kernel/rcu/tree_plugin.h
|
||||
@@ -406,7 +406,7 @@ void __rcu_read_lock(void)
|
||||
WRITE_ONCE(current->rcu_read_unlock_special.b.need_qs, true);
|
||||
barrier(); /* critical section after entry code. */
|
||||
}
|
||||
-EXPORT_SYMBOL_GPL(__rcu_read_lock);
|
||||
+EXPORT_SYMBOL(__rcu_read_lock);
|
||||
|
||||
/*
|
||||
* Preemptible RCU implementation for rcu_read_unlock().
|
||||
@@ -431,7 +431,7 @@ void __rcu_read_unlock(void)
|
||||
WARN_ON_ONCE(rrln < 0 || rrln > RCU_NEST_PMAX);
|
||||
}
|
||||
}
|
||||
-EXPORT_SYMBOL_GPL(__rcu_read_unlock);
|
||||
+EXPORT_SYMBOL(__rcu_read_unlock);
|
|
@ -1,6 +1,6 @@
|
|||
pkgname=linux6.7-zen
|
||||
version=6.7.2
|
||||
revision=2
|
||||
version=6.7.4
|
||||
revision=1
|
||||
zen=1
|
||||
wrksrc="linux-${version}-zen${zen}"
|
||||
short_desc="Linux kernel and modules with Zen patches (${version%.*} series) compiled with Clang"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Wizzard <retard@deadzone.lol>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://www.zen-kernel.org/"
|
||||
distfiles="https://github.com/zen-kernel/zen-kernel/archive/refs/tags/v${version}-zen${zen}.tar.gz"
|
||||
checksum="69add7e7f243e9ef6ef7c24066fee51eb5e06e66e6d4bdbfa22e43fdbf2155e8"
|
||||
checksum="c4e702ad7cb5341f8a6563dcfc24e17d8952dfcdc79d4f467eca398ee0be9d47"
|
||||
python_version=3
|
||||
patch_args="-Np1"
|
||||
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
|
||||
index 4102108..72474d8 100644
|
||||
--- a/kernel/rcu/tree_plugin.h
|
||||
+++ b/kernel/rcu/tree_plugin.h
|
||||
@@ -406,7 +406,7 @@ void __rcu_read_lock(void)
|
||||
WRITE_ONCE(current->rcu_read_unlock_special.b.need_qs, true);
|
||||
barrier(); /* critical section after entry code. */
|
||||
}
|
||||
-EXPORT_SYMBOL_GPL(__rcu_read_lock);
|
||||
+EXPORT_SYMBOL(__rcu_read_lock);
|
||||
|
||||
/*
|
||||
* Preemptible RCU implementation for rcu_read_unlock().
|
||||
@@ -431,7 +431,7 @@ void __rcu_read_unlock(void)
|
||||
WARN_ON_ONCE(rrln < 0 || rrln > RCU_NEST_PMAX);
|
||||
}
|
||||
}
|
||||
-EXPORT_SYMBOL_GPL(__rcu_read_unlock);
|
||||
+EXPORT_SYMBOL(__rcu_read_unlock);
|
|
@ -1,6 +1,6 @@
|
|||
pkgname=linux6.7-zen
|
||||
version=6.7.2
|
||||
revision=2
|
||||
version=6.7.4
|
||||
revision=1
|
||||
zen=1
|
||||
python_version=3
|
||||
short_desc="Linux kernel and modules with Zen patches (${version%.*} series)"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Wizzard <retard@deadzone.lol>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/zen-kernel/zen-kernel"
|
||||
distfiles="https://github.com/zen-kernel/zen-kernel/archive/refs/tags/v${version}-zen${zen}.tar.gz"
|
||||
checksum="69add7e7f243e9ef6ef7c24066fee51eb5e06e66e6d4bdbfa22e43fdbf2155e8"
|
||||
checksum="c4e702ad7cb5341f8a6563dcfc24e17d8952dfcdc79d4f467eca398ee0be9d47"
|
||||
archs="x86_64* i686* ppc* aarch64*"
|
||||
patch_args="-Np1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue