cloop (3.14.1.3+nmu1)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/3.14.1.3 tag
- Git: https://github.com/Code7R/cloop.git -b debian/sid
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 122880
- Last scan: 2025-03-31 03:30:02+00
- Next scan: 2025-04-01 04:44:00+00
- Debian changelog in Git:
cloop (3.14.1.3+nmu1) unstable; urgency=medium
* Non-maintainer upload
[ Ben Hutchings ]
* Fix FTBFS with gcc 11 (Closes: #1005413):
- Remove exception specifications
* Fix module build for recent kernel versions (Closes: #1005414):
- Stop generating module vermagic in cloop.c. This has always been handled
by modpost and doing it here now results in build failure.
- Avoid using inode::i_bdev, which was removed in Linux 5.11.
- Use set_disk_ro() instead of set_device_ro(). The latter was not meant to
be used by device drivers and was removed in Linux 5.11.
- Use blk_{mq_alloc,cleanup}_disk() instead of separate queue and disk
allocation and cleanup on Linux 5.15+, since alloc_disk() was removed.
- Handle potential failure of add_disk() on Linux 5.15+.
- Use kernel_read() instead of vfs_read() and set_fs(). set_fs() is no
longer defined on some architectures, and kernel_read() has had large
file support since Linux 2.6.31.
[ Vagrant Cascadian ]
* debian/rules: Build tarball reproducibly, using consistent time, uid,
gid and sort order. Thanks to Dhole for the initial patch.
(Closes: #787996)
-- Vagrant Cascadian <vagrant@reproducible-builds.org> Thu, 22 Dec 2022 12:41:49 -0800
- This branch is 1 commit ahead of tag debian/3.14.1.3
- Git log:
commit e6104fb74bda34e184fe92fa080099b0c4c96627
Author: Eduard Bloch <blade@debian.org>
Date: Thu Feb 6 15:26:22 2025 +0100
Inserting 3.14.1.3+nmu1 changes