2023-05-12 20:54:02 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2023-07-19 23:58:24 +00:00
|
|
|
|
Wed Jul 19 23:18:19 UTC 2023 - Chris Bradbury <opensuse@chrbrd.com>
|
|
|
|
|
|
|
|
|
|
- Patch to fix bulds with kernel version >= 6.4
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-05-11 19:51:02 +00:00
|
|
|
|
Thu May 11 19:12:53 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
|
|
|
|
|
|
2023-05-13 01:06:51 +00:00
|
|
|
|
- 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
|
2023-05-11 19:08:36 +00:00
|
|
|
|
|
2023-05-11 13:12:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 11 11:51:32 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
|
|
|
|
|
|
2023-05-13 01:06:51 +00:00
|
|
|
|
- Initialise package.
|