Commit Graph

1127840 Commits

Author SHA1 Message Date
Gokul krishna Krishnakumar
8a22567035 build.config: pineapple: Add flag to enable init_boot build
By enabling this flag init_boot.img will be generated if
the header version is 4.

Change-Id: I8a01d10cee8142ef900376d7e3d29f1b49e80d00
Signed-off-by: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
2022-10-10 09:59:16 -07:00
Gokul krishna Krishnakumar
80e28b0645 build.config: pineapple: Change Boot header version to 4
Adding Bootconfig to kernel command line to support
the version change.

Change-Id: I24b667e494e5bbf14397f16d9ef7219634f3f17b
Signed-off-by: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
2022-10-10 09:58:14 -07:00
qctecmdr
3a0a1539ac Merge "net: qrtr: ns: Return 0 if server port is not present" 2022-10-07 18:54:45 -07:00
qctecmdr
b718e28e48 Merge "abi_gki_aarch64_qcom: Add symbols for UBWC-P heap" 2022-10-07 16:59:25 -07:00
qctecmdr
ec8933f385 Merge "net: qrtr: Do not take sock lock on blocking recv" 2022-10-07 16:59:23 -07:00
qctecmdr
4db6d200e2 Merge "net: qrtr: Improve qrtr_node_assign" 2022-10-06 21:44:36 -07:00
qctecmdr
b9ac1f606d Merge "ubwcp: Add buffer configuration function declarations" 2022-10-06 08:55:13 -07:00
qctecmdr
17a880d7fb Merge "sched/walt: Define sched_trace_rd_span" 2022-10-05 19:54:58 -07:00
qctecmdr
d8ed52e3d2 Merge "defconfig: Enable dcvs related configs for pineapple" 2022-10-05 19:54:57 -07:00
qctecmdr
93443fbfaa Merge "bus: mhi: ctrl: Fix number of arguments in API mhi_prepare_for_tranfer" 2022-10-05 19:54:54 -07:00
qctecmdr
4e73525132 Merge "sched/walt: Expand rq_relock()" 2022-10-05 17:39:39 -07:00
Sai Harshini Nimmala
c388a7b37f sched/walt: Define sched_trace_rd_span
sched_trace_rd_span is removed upstream. Restore the function locally.

Change-Id: I066be161e1da49b11de10f034e8f46a4c1510391
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:27 -07:00
Sai Harshini Nimmala
252aa83964 sched/walt: Update sched_switch tracehook
sched_switch tracehook has been changed upstream. Update functions
registered with tracehook accordingly.

Change-Id: Ifba53f905634b476c60a8c69cfd87c6ad0c9cff7
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:26 -07:00
Sai Harshini Nimmala
69d2ba35d6 sched/walt: Expand group_first_cpu
group_first_cpu() is removed upstream. Expand the function in all the
places that it is used.

Change-Id: I04f4f9e2b37fca897ee45165b1976e1bec83f5bd
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:26 -07:00
Sai Harshini Nimmala
845834fca9 sched/walt: Expand rq_relock()
The rq_relock() function is removed upstream. Replace all instances of it
by expanding the function.

Change-Id: I7b99d46d552695ae0afdf75f3a6033b80376fe01
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:25 -07:00
Sai Harshini Nimmala
271e7db7d1 sched/walt: Replace HK_FLAG_TIMER
Replace HK_FLAG_TIMER with HK_TYPE_TIMER because HK_FLAG_TIMER is
removed upstream.

Change-Id: I6432556b6148030c8c6621cd0790d8906e0c94ec
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:25 -07:00
Sai Harshini Nimmala
1c1b617dae sched/walt: Include header files
Due to reorganization of sched header files upstream, include missing
header files.

Change-Id: Iab3cda49a71b6a0f3f98194f975031716df47736
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:24 -07:00
Sai Harshini Nimmala
8d3a41589d sched/walt: Update enqueue,dequeue tracehooks
The Android Common Kernel has updated the enqueue,dequeue tracehooks.
Update the tracehooks accordingly.

Change-Id: Idb2efdb2f70288721c9100850e9cb344328a2c42
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:23 -07:00
Sai Harshini Nimmala
01fd5ff22e sched/walt: Update account_irq tracehook
The Android Common Kernel has replaced the irq accounting tracehook.
Update the tracehook accordingly.

Change-Id: I4d0d2e7a4d5a6d567ac2c1edaae4d050b1c82ac0
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:23 -07:00
Sai Harshini Nimmala
de003fc809 sched/walt: Remove topology.h header
Due to reorganization of tracehooks upstream, topology.h does not exist
anymore. Remove the associated header.

Change-Id: Ib4c7e630dfbefd6965524f91101784a57327af39
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:45:22 -07:00
Sai Harshini Nimmala
7c57963b7a sched/walt: Obtain task cpu from task_thread_info
struct task_struct does not contain a member to store task cpu
information anymore. Instead, use task_thread_info() to obtain that
information.

Change-Id: I8fc9ef4ebf11f6fccd6ecbe68d768ac48d2928c5
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2022-10-04 09:44:56 -07:00
qctecmdr
21f3a2eb36 Merge "soc: qcom: eud: Force conversion to u32" 2022-10-04 09:40:43 -07:00
qctecmdr
05f194128d Merge "generic_vm_defconfig: Remove CONFIG_ANDROID" 2022-10-04 09:40:40 -07:00
qctecmdr
35d0622658 Merge "soc: qcom: pdr: Add service path to error logs" 2022-10-03 22:16:19 -07:00
Chris Goldsworthy
0cec979ea5 abi_gki_aarch64_qcom: Add symbols for UBWC-P heap
Add a tracepoint to the whitelist to be used in the UBWC-P heap.

Change-Id: I333c00519101b45840a32f340824450ebc385d28
Signed-off-by: Chris Goldsworthy <quic_cgoldswo@quicinc.com>
2022-10-03 20:38:53 -07:00
Chris Goldsworthy
cfd2693211 dma-heap: qcom: Move sys heap allocation code into helper
Move sys heap allocation code into the system_qcom_sg_buffer_alloc()
function to allow core allocation code to be used from other modules.

Additionally, move the allocation of the struct qcom_sg_buffer
out of system_qcom_sg_buffer_alloc(), so that other modules can
allocate their own buffer structs with qcom_sg_buffer as an embedded
member.

Each other module will then have dmabuf->priv pointing to the
qcom_sg_buffer member of their custom buffer struct.  This is needed
to allow the qcom_sg_ops.c functions to continue working as is.

Change-Id: Id11ca188163e5c3ceba28852c2cfe8f0acde4591
Signed-off-by: Chris Goldsworthy <quic_cgoldswo@quicinc.com>
2022-10-03 20:38:52 -07:00
Chris Goldsworthy
92276eec13 ubwcp: Add buffer configuration function declarations
Add the declarations needed for the DMA-BUF heap driver to call into
the UBWC-P driver.

Change-Id: Id1bb19410025b858a2154eae39ac0c28e4d6235c
Signed-off-by: Chris Goldsworthy <quic_cgoldswo@quicinc.com>
2022-10-03 20:38:47 -07:00
Amir Vajid
8f556c93bd defconfig: Enable dcvs related configs for pineapple
Enable dcvs related configs for pineapple.

Change-Id: Ia5fb6cb7d19b3f1896a15c8d7bdb762e6f2d3992
Signed-off-by: Amir Vajid <quic_avajid@quicinc.com>
2022-10-03 11:55:22 -07:00
Gokul krishna Krishnakumar
154bbef675 soc: qcom: pdr: Add service path to error logs
When lookup fails, print the service path along with the
service name since the service name might not be unique.

Change-Id: I614d6c0a8d6cb8a83b47795315811fbf47bb6e48
Signed-off-by: Siddharth Gupta <sidgup@codeaurora.org>
Signed-off-by: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
2022-10-03 11:29:35 -07:00
Chris Lew
d8e12b91fa net: qrtr: ns: Return 0 if server port is not present
When a del client message is received from remote, the corresponding
server port is deleted. And then, a del server message is announced
for this server. As part of handling this message, ns will try to
delete this server port again and returns a -ENOENT error. Return
value from server_del is returned back to qrtr_ns_worker and any
non-zero value is printed to the serial port. This is flooding the
serial port display. Returinng 0 in this case as this is not an error.

Change-Id: Icd2594875f55313baa6e3313b6aa0c62facc5b2d
Signed-off-by: Jay Jayanna <jayanna@codeaurora.org>
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 10:00:36 -07:00
Chris Lew
82b36ba3cb net: qrtr: ns: Remove check for spoofed messages
In external soc usecases, it is possible to receive control
messages for a node that is not the src node. The APPS on the
external soc will forward control messages from the modem.

Change-Id: Ibbf8f27fa64b18e387e40e655a13b5251190a00b
Signed-off-by: Tony Truong <truong@codeaurora.org>
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 10:00:20 -07:00
Chris Lew
06424dff8c net: qrtr: ns: Change servers radix tree to xarray
There is a use after free scenario while iterating through the servers
radix tree despite the ns being a single threaded process. This can
happen when the radix tree APIs are not synchronized with the
rcu_read_lock() APIs.

Convert the radix tree for servers to xarray to take advantage of the
built in rcu lock usage provided by xarray.

Change-Id: I1d9b017da4efba9d8fc72e4666253060cc7b87e3
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 10:00:13 -07:00
Chris Lew
6ec2df4fa3 net: qrtr: ns: Change nodes radix tree to xarray
There is a use after free scenario while iterating through the servers
radix tree despite the ns being a single threaded process. This can
happen when the radix tree APIs are not synchronized with the
rcu_read_lock() APIs.

Convert the radix tree for nodes to xarray to take advantage of the
built in rcu lock usage provided by xarray.

Change-Id: If2f735abf911b7b47cd7cb07224751114a2bf943
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:59:03 -07:00
Chris Lew
f9991ae46e net: qrtr: Handle IPCR control port format of older targets
The destination port value in the IPCR control buffer on older
targets is 0xFFFF. Handle the same by updating the dst_port to
QRTR_PORT_CTRL.

Change-Id: Ia70ce1c078ea84f0de47240f6fc3e764f4ae7a6f
Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:58:55 -07:00
Chris Lew
a51c412524 net: qrtr: Do not take sock lock on blocking recv
Socket client's should be able to block on recv without blocking other
socket operations such as sending. The qrtr core logic should also be
able to operate on the sock while a client is blocked in recv. Remove
the sock lock from around the recv_datagram to allow execution to
continue while a client is blocked in recv.

Change-Id: I6adb09b8e44c5ff3542b88db87b376a3ae5cb5ba
Signed-off-by: Jay Jayanna <jayanna@codeaurora.org>
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:58:46 -07:00
Chris Lew
efcd1d175b net: qrtr: Return -ENODEV error code if port not found
Post function is called from interrupt context. Returning same
error code in all cases rsults in excessive prints which can
cause irq throttling.

Return -ENODEV when port lookup fails in post function.

CRs-Fixed: 2790559
Change-Id: I75384b2116cb2fe1bbeaa2dac91157345f0bab54
Signed-off-by: Deepak Kumar Singh <deesin@codeaurora.org>
Signed-off-by: Jay Jayanna <jayanna@codeaurora.org>
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:58:31 -07:00
Chris Lew
e1a8c77a3e net: qrtr: Add missing reference cleanup
Add missing node reference put when memory allocation fails for the
tx_resume packet. Without this there could be dangling references
to a node.

Change-Id: I5a5dfa437243a39d3da660251c0357ff6eb6cbff
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:58:21 -07:00
Chris Lew
271d7f7490 net: qrtr: Rename qrtr_all_nodes to qrtr_all_epts
The node list only respresents the adjacent nodes in the system. Rename
the list to qrtr_all_epts to better describe the list contents. Rename
qrtr_nodes_lock to qrtr_epts_lock to better describe lock.

Change-Id: I168ca597d5b9b30d6c064c2a56b6e8b2dffa387b
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:58:15 -07:00
Chris Lew
e00d15abf5 net: qrtr: Improve qrtr_node_assign
First check if the node is already assigned the requested nid, this
allows an early exit for the common case.

Do not allow later nodes to overwrite a node id. The first to claim a
node id should get priority.

Change-Id: Ie3da0c3b709de8c68f9918cd485492f9eaa41247
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:58:06 -07:00
Chris Lew
8fa3203fdc net: qrtr: use alloc_skb_with_frags() in rx path
net_dev_alloc() fails for high order allocations in system where memory
is fragmented and cause communication stall due to packet drops.

Use alloc_skb_with_frags() to avoid packet drops in memory fragmented case.

Change-Id: I46b7e0da0ed04c9222c975ee930f0f8d9b41453b
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:57:58 -07:00
Chris Lew
2ec1e4ae67 net: qrtr: Prevent stale ports from sending
In order to prevent messages from stale sockets being sent, check if
ENETRESET has been set on the socket and drop the packet.

Change-Id: Ie9abc6c51139e82d3c9ebd4d546d1acd7269875e
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:57:50 -07:00
Chris Lew
9edfe6657f net: qrtr: Change port allocation to use cyclic xa
There is a race for clients that open sockets before the control port
is bound. If a client gets an idr that was allocated before the control
port is bound, there is a chance the previous address owner sent lookup
packets to the control port. The new address owner will get residual
responses to these lookup packets.

Change the xa_alloc to xa_alloc_cyclic so new ids are allocated
instead of trying to reuse the freed ids.

Change-Id: Ie1bda7a818309503f80542e739bac646327296f7
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:57:42 -07:00
Chris Lew
20cca07151 net: qrtr: Change node mutex to a rw_semaphore
There is a chance for a remote processor to become unresponsive while
QRTR is trying to broadcast a control message. This results in the node
lock being held for an extended period of time and prevents node lookup
which is needed to send messages.

Change the mutex to a rw_semaphore to allow concurrency during node
lookups and broadcasts.

Change-Id: I2e3fdde22edaac64f164cf08900e9d09b16c380d
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:57:33 -07:00
Chris Lew
cc60f7fdd8 net: qrtr: Add socket mode optimization
A remote endpoint should not need to know when a client socket is freed
if the socket never established commnication with the endpoint. Add a
mode to keep track of which endpoints a socket communicates with.

There are three modes a socket can be in:
	INIT   - Socket has not sent anything or only local messages,
		 only send client close to local services.

	SINGLE - Socket has sent messages to a single ept, send event
		 to this single ept.

	MULTI  - Socket has sent messages to multiple epts, broadcast
		 release of this socket.

Server state changes should be broadcast throughout the system. Change
the ipc state of a port when it sends a NEW SERVER control packet. This
ensures the DEL CLIENT control packet is propagated correctly for
servers.

Change-Id: I416742cff598bf7aa9da2baa2e86a53b18367870
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:57:24 -07:00
Chris Lew
a0f46809c5 net: qrtr: Do not send packets before hello negotiation
There is a race where broadcast packets can be sent to a node that has
not sent the hello message to the remote processor. This breaks the
protocol expectation. Add a status variable to track when the hello
packet has been sent.

An alternative solution attempted was to remove the nodes from the
broadcast list until the hello packet is sent. This is not a valid
solution because hello messages are broadcasted if the ns is restarted
or started late. There needs to be a status variable separate from the
broadcast list.

Change-Id: I2a55e587f324e64e2bde4ea634de66008f190de1
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2022-10-03 09:57:02 -07:00
qctecmdr
16b799c886 Merge "dwc3-msm-core: Add NULL check with dwc3_msm_override_pm_ops() API" 2022-10-02 09:14:21 -07:00
qctecmdr
1befe958e4 Merge "dwc3-msm-core: Add NULL check against USB GSI event buffer" 2022-10-02 09:14:20 -07:00
qctecmdr
8678efeb9b Merge "dwc3-msm-core: Add NULL check with return value from memremap() API" 2022-10-02 07:05:29 -07:00
qctecmdr
d036b442ae Merge "dwc3-msm-core: Use refcount to handle USB DP concurrency case" 2022-10-01 06:50:29 -07:00
Mayank Rana
727bbb3139 dwc3-msm-core: Add NULL check with dwc3_msm_override_pm_ops() API
dwc3 msm core driver shall start USB host or device mode with dwc3
controller driver. This shall fail specifically USB host mode due
to any error with xhci controller initialization. In this case HCD
would be unbinded causing NULL pointer deference when trying to
override its PM ops with dwc3_msm_override_pm_ops() API. To avoid
NULL pointer dereference add NULL check with dwc3_msm_override_pm_ops()
API.

Change-Id: Ia96e945d58b1bf1d5434b004ac3d3090b24c6208
Signed-off-by: Mayank Rana <quic_mrana@quicinc.com>
2022-09-30 18:12:45 -07:00