Grafik Komit

10 Melakukan

Penulis SHA1 Pesan Tanggal
Souvik Pal
a4c719e3cd spu-kernel: spcom: update to non-interruptible completion
Preventing RX failures due to unwanted signals.

Change-Id: If901e615702cde7387b7ca28b8972fe9d66da087
Signed-off-by: Souvik Pal <quic_souvpal@quicinc.com>
2024-06-17 02:13:45 -07:00
sganda
f967995ad3 spu-kernel: Add SPSS kernel drivers to niobe
Enable SPSS kernel drivers.

Change-Id: I36cd220466c596f179bc74a57a9b89ada3acff05
Signed-off-by: sganda <quic_sganda@quicinc.com>
2024-03-14 14:04:12 +05:30
rakegand
0112e5abe4 spu-kernel: spcom: spcom_ioctl_handle_get_message fix NULL pointer channel
This change fixes NULL pointer dereference for the cases when channel name
invalid is invalid: wrong channel name or usage control channel device as
spcom channel to receive message.

Change-Id: I6294d82906f093e026af62f3246ad3e872e5aa98
Signed-off-by: rakegand <quic_rakegand@quicinc.com>
2023-05-16 21:38:25 -07:00
rakegand
962930e5fe spu-kernel: spcom: Addressing KASAN issue slab-out-of-bounds
This change blocks access to channel name string,
in case channel name string length is more than permissible limits.

Change-Id:Id450948185de41158ac666d220c8123c24e3b7e1
Signed-off-by: rakegand <quic_rakegand@quicinc.com>
2023-05-15 10:47:03 +05:30
Mariam Elia
e4208ae0b1 spu-kernel : Add LF markings
Add LF markings per source code.

Signed-off-by: Mariam Elia <quic_melia@quicinc.com>
2023-04-19 09:15:15 -07:00
Benjamin Grimberg
079f437fac spu-kernel: spcom: failure when shareable channel already exists
Return 0 instead of -EALREADY when trying to create a shareable
channel that already exists.

Change-Id: Iaada1a714aabd9eded5aacd95e1282644336c836
Signed-off-by: Benjamin Grimberg <quic_bgrimber@quicinc.com>
2023-03-23 15:39:14 +02:00
Dan Bar-On
80047d1211 soc: qcom: increase max shareable channel number
Change-Id: I142ea7e9b66354f43975ed2408fd2c25dda9f50c
Signed-off-by: Dan Bar-On <quic_dbaron@quicinc.com>
2023-01-26 10:14:56 +02:00
Dan Bar-On
f1aa5a244e soc: qcom: fix shareable channel deadlock
This change fixes a deadlock that happens,
when two shareable channels send a message at the same time,
locking each other with a different lock.

Change-Id: Ibb3efef1bdb29d2db6912e6465e6086248ab2310
Signed-off-by: Dan Bar-On <quic_dbaron@quicinc.com>
2023-01-08 17:32:05 +02:00
Nurit Lichtenstein
0e8eb30dde spu-kernel: spcom: Fix format string of error prints
This change fixes format string of error prints.

Change-Id: I98a0bbde028db3e5b590dc8eff3a75c07b3d4ed7
Signed-off-by: Mariam Elia <quic_melia@quicinc.com>
Signed-off-by: Nurit Lichtenstein <quic_nuritl@quicinc.com>
2022-11-08 16:37:57 +02:00
melia
96f462a3f0 spu-kernel : Add SPSS kernel drivers as external modules
SPSS kernel config/build/export uapi headers done from
VENDOR SI and not from KERNEL.PLATFORM SI.

Change-Id: I9f7f272db536a2ae17167609977d577b17ecd962
Signed-off-by: Mariam Elia <quic_melia@quicinc.com>
2022-10-12 18:25:58 -07:00