Package: rapiddisk / 9.0.0-1+deb12u1

Metadata

Package Version Patches format
rapiddisk 9.0.0-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fixed typo.patch | (download)

README.md | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fixed typo.


0002 Removing deprecated REMAKE_INITRD option in dkms.con.patch | (download)

README.md | 8 8 + 0 - 0 !
module/dkms.conf | 1 0 + 1 - 0 !
2 files changed, 8 insertions(+), 1 deletion(-)

 [patch] removing deprecated remake_initrd option in dkms.conf.


0005 Adding support for newer RHEL 9.2 and CentOS Stream .patch | (download)

module/rapiddisk-cache.c | 5 5 + 0 - 0 !
module/rapiddisk.c | 4 2 + 2 - 0 !
2 files changed, 7 insertions(+), 2 deletions(-)

 [patch] adding support for newer rhel 9.2 and centos stream 9
 kernels.


0006 Differentiate define checks between RHEL 9.1 and 9.2.patch | (download)

module/rapiddisk-cache.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch] differentiate define checks between rhel 9.1 and 9.2+


0009 Updating rapiddisk cache to build in 6.8.2 kernels.patch | (download)

module/rapiddisk-cache.c | 19 19 + 0 - 0 !
1 file changed, 19 insertions(+)

 [patch] updating rapiddisk-cache to build in 6.8.2 kernels.


0010 the v6.9 dm_io changes were backported to more stabl.patch | (download)

module/rapiddisk-cache.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 [patch] the v6.9 dm_io() changes were backported to more stable linux
 versions

the IO priority parameter has been added by
"dm io: Support IO priority" in Linux
  v6.9-rc1 (6e5f0f6383b4896c7e9b943d84b136149d0f45e9)
and has been backported to Linux
  v6.8.2   (3d02f57794b56f8a04a21fdfb04f20a1c9f712a7)
  v6.7.11  (4156ddd66b15ca409cd52dc7040c28c25143ce5a)
  v6.6.23  (5cfcea64883486d79c695afdc502e32eb1b71587)
  v6.1.83  (92b3c2437df8fe55a5c7816d9521b1fb7d0718b0)

0011 add 4.3 guard around bio bi_status bio bi_error usag.patch | (download)

module/rapiddisk.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] add >= 4.3 guard around bio->bi_status/bio->bi_error usage

Restores support for older Linux kernels. All other uses of
bio->bi_status/bio->bi_error in rapiddisk-cache.c were already guarded.

0012 dkms.conf declare BUILD_EXCLUSIVE_KERNEL_MIN 2.6.39.patch | (download)

module/dkms.conf | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [patch] dkms.conf: declare build_exclusive_kernel_min="2.6.39"

the kstrto*() functions were introduced in v2.6.39-rc1

0013 remove duplicate rdsk rdsk_disk allocation.patch | (download)

module/rapiddisk.c | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 [patch] remove duplicate rdsk->rdsk_disk allocation


0014 add support for Linux 6.9.patch | (download)

module/rapiddisk.c | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 [patch] add support for linux 6.9

adjust for Linux v6.9-rc1 commit
"block: pass a queue_limits argument to blk_alloc_disk"
(74fa8f9c553f7b5ccab7d103acae63cc2e080465)

Fixes: #185

0015 add support for Linux 6.10.patch | (download)

module/rapiddisk-cache.c | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 [patch] add support for linux 6.10

adjust for Linux v6.10-rc1 commit
"RIP ->bd_inode" (203c1ce0bb063d1620698e39637b64f2d09c1368)

Fixes: #187