lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 9 Apr 2024 14:06:03 +0200
From: Pascal FONTAIN <Pascal.FONTAIN@...hmann.info>
To: <linux-kernel@...r.kernel.org>
CC: <afd@...com>, Pascal Fontain <pascal.fontain@...hmann.info>
Subject: [PATCH v3 0/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas

From: Pascal Fontain <pascal.fontain@...hmann.info>

Changes from v2:
 - Move sram initialization to device phase
 - Solve compile problems found by kernel test robot

Andrew Davis (1):
  misc: sram: Add DMA-BUF Heap exporting of SRAM areas

Pascal Fontain (1):
  misc: sram: Move probe of sram subsystem

 drivers/misc/Kconfig         |   7 +
 drivers/misc/Makefile        |   1 +
 drivers/misc/sram-dma-heap.c | 246 +++++++++++++++++++++++++++++++++++
 drivers/misc/sram.c          |   8 +-
 drivers/misc/sram.h          |  16 +++
 5 files changed, 277 insertions(+), 1 deletion(-)
 create mode 100644 drivers/misc/sram-dma-heap.c

-- 
2.39.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ