Skip to content

Commit 8c05049

Browse files
committed
Bump kernel module and library version
1 parent f35d50d commit 8c05049

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.8.7
1+
11.9.7

patches/linux_uio/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pda-kernel-dkms (0.12.0-1) noble; urgency=medium
2+
3+
* Bugfix: avoid scheduling while atomic
4+
5+
-- Dirk Hutter <[email protected]> Fri, 07 Feb 2025 11:23:28 +0100
6+
17
pda-kernel-dkms (0.11.0-1) noble; urgency=medium
28

39
* Bugfix: correctly initialize kernel memory

patches/linux_uio/dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME="uio_pci_dma"
2-
PACKAGE_VERSION="0.11.0"
2+
PACKAGE_VERSION="0.12.0"
33
BUILT_MODULE_NAME[0]="uio_pci_dma"
44
DEST_MODULE_LOCATION[0]="/kernel/drivers/uio/"
55
AUTOINSTALL="yes"

patches/linux_uio/uio_pci_dma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define LINUX_VERSION_CODE KERNEL_VERSION(2,6,35)
4949
*/
5050

51-
#define UIO_PCI_DMA_VERSION "0.11.0"
51+
#define UIO_PCI_DMA_VERSION "0.12.0"
5252
#define UIO_PCI_DMA_MINOR "0"
5353

5454
#define UIO_PCI_DMA_SUCCESS 0

0 commit comments

Comments
 (0)