From 02866943bb6274d5766eb7e193dc6e009d62ab91 Mon Sep 17 00:00:00 2001 From: Saranya2421 Date: Thu, 7 May 2026 20:21:01 +0530 Subject: [PATCH 1/2] RDKEMW-16774: [Security] Device partition structure seen in logs (#536) * RDKEMW-16774: [Security] Device partition structure seen in logs * Updating system_info_collector script to log top output --------- Co-authored-by: Saranya --- lib/rdk/system_info_collector.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/rdk/system_info_collector.sh b/lib/rdk/system_info_collector.sh index 2d56b6c9..fea0ada0 100755 --- a/lib/rdk/system_info_collector.sh +++ b/lib/rdk/system_info_collector.sh @@ -93,9 +93,8 @@ sh $RDK_PATH/vm_cpu_temp-check.sh # Making echo of all the logs so that it directly goes to journal buffer to support lightsleep on HDD enabled Yocto platforms. echo "Logging for Yocto platforms..." /bin/timestamp -uptime +uptime run_top_command -log_disk_usage cpu_statistics if [ -f /tmp/.top_count ]; then From ddc1cead3c7391618058ac79d9d554ae4e44901b Mon Sep 17 00:00:00 2001 From: madhubabutt <114217841+madhubabutt@users.noreply.github.com> Date: Thu, 7 May 2026 20:24:53 +0530 Subject: [PATCH 2/2] RDKEMW-18159 : [develop] Corefile not getting uploaded for mutliqueue crashes (#539) Co-authored-by: mtirum011 Co-authored-by: nhanasi --- lib/rdk/core_shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdk/core_shell.sh b/lib/rdk/core_shell.sh index c94afbd2..370e865f 100755 --- a/lib/rdk/core_shell.sh +++ b/lib/rdk/core_shell.sh @@ -335,7 +335,7 @@ if [ "$1" = "xcal-discovery-" ] || [ "$1" = "xdiscovery" ] || [ "$1" = "IARMDae [ "$1" = "NWMgrPlugin" ] || [ "$1" = "nm_event_thrd" ] || [ "$1" = "Monitor::IResou" ] || [ "$1" = "DRMSYSTEM" ] || [ "$1" = "HTTPREQUEST_MAN" ] || [ "$1" = "civetweb-worker" ] || [ "$1" = "nfrtool" ] || - [ "$1" = "OCDM_WVMediaKey" ] || [ "$1" = "OCDM_SaThread" ]; then + [ "$1" = "OCDM_WVMediaKey" ] || [ "$1" = "OCDM_SaThread" ] || [ "$1" = "multiqueue28:sr" ]; then dumpFile exit 0 fi