File gasket-driver.changes of Package gasket-driver
-------------------------------------------------------------------
Fri Jan 24 14:59:28 UTC 2025 - Chris Bradbury <opensuse@chrbrd.com>
- Add `fix-for-module-import-ns.patch`.
-------------------------------------------------------------------
Sun Dec 29 18:38:08 UTC 2024 - Chris Bradbury <opensuse@chrbrd.com>
- Add `fix-for-no_llseek.patch`.
-------------------------------------------------------------------
Wed Jul 17 11:42:17 UTC 2024 - Chris Bradbury <opensuse@chrbrd.com>
- Fix `eventfd_signal` for kernels >= 6.8.
- Apply `fix-for-backported-dma-buf-ns.patch` to Leap 15.6 builds.
-------------------------------------------------------------------
Tue Feb 27 10:56:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Oct 17 00:00:26 UTC 2023 - Chris Bradbury <chris@binaryspanner.com>
- Remove `fix-kernel-gte-6.4.patch` as it has been merged upstream.
- Fix ueficert package builds.
-------------------------------------------------------------------
Wed Jul 19 23:18:19 UTC 2023 - Chris Bradbury <opensuse@chrbrd.com>
- Add `fix-kernel-gte-6.4.patch`.
-------------------------------------------------------------------
Thu May 11 19:12:53 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
- Add `fix-for-backported-dma-buf-ns.patch`.
The dma-buf symbols used by this driver were moved into their own
`DMA_BUF` module namespace in kernel 5.16. Consequently, the
upstream source conditionally imports the `DMA_BUF` module
namespace if the kernel version is >= 5.16.
However, the `DMA_BUF` module namespace changes have been
backported to the 5.14 kernel used in Leap 15.5, causing
unpatched source builds to fail.
This change incorporates a patch that removes the conditional
check in the upstream source, importing the `DMA_BUF` module
namespace regardless of kernel version, and applies that patch
when `sle_version` is equal to "150500" (ie. is Leap 15.5 or
greater).
The patch is taken from the PR at:
https://github.com/google/gasket-driver/pull/10
-------------------------------------------------------------------
Thu May 11 11:51:32 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
- Initialise package.