backport

  1. CaffeineAddict

    Solved Installing openssl from Trixie by creating a backport?

    There is a bug in openssl that affects my use of osslsigncode command because it fails to verify X509 certs. My openssl on Debian bookworm is: openssl version OpenSSL 3.0.14 4 Jun 2024 (Library: OpenSSL 3.0.14 4 Jun 2024) However to deal with the bug I can manually build and install a...
  2. A

    small scale framework to work instead of using linux kernel

    I need to modify networking layers in Linux kernel. As you know, there are a lot of codes in "net" directory, most of them similar to IPv6, bluetooth, etc. do not use in my system. I have several questions: 1- Is it possible to reduce/delete the code in the net directory that they are not used...
  3. P

    Question on backport DMA Driver on linux 4.14.226

    I am trying to use snps (synopsys) DMA controller driver with linux version 4.14.226. while testing Audio playback with ALSA we found issue so we took the many changes from linux 5.12 https://elixir.bootlin.com/linux/v5.12/source/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c#L680 the old...
Top