{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":82517252,"defaultBranch":"master","name":"TizenRT","ownerLogin":"Samsung","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-02-20T04:38:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6210390?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1690383338.0","currentOid":""},"activityList":{"items":[{"before":"93c0fd4a8fa4ea563d1f5f41eab50ceec2e92eb7","after":"ed4202db2b07ce309cf8acd038eca7472e0f7116","ref":"refs/heads/master","pushedAt":"2024-05-29T15:29:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/arch/arm/src/amebasmart: Improve power efficiency for RTL8730E\n- In idle thread, apply \"WFE\" for cpu to enter low power state, under all PM states other than PM_SLEEP, as there is nothing to be done for idle thread under those PM states.\n- If a state is locked (ie. state transition will not be happening), but we might still enter idle loop under some circumstances, in this case, WFE should also be applied as well, because there will be no system variable changes happening from idle thread","shortMessageHtmlLink":"os/arch/arm/src/amebasmart: Improve power efficiency for RTL8730E"}},{"before":"c7897767828f04e06ec06832e37c543de4617c62","after":"93c0fd4a8fa4ea563d1f5f41eab50ceec2e92eb7","ref":"refs/heads/master","pushedAt":"2024-05-28T12:14:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/pm: fix WID:35656010\tdefect and remove unnecessary code\n\n\t- this commit fixes defect in pm module. One fix is to add a\n\t null check. Another fix is to use appropriate data type in\n\t pm timer module.This commit also removes unnecessary code\n\t from pm module in os/pm/pm_changestate.c file","shortMessageHtmlLink":"os/pm: fix WID:35656010\tdefect and remove unnecessary code"}},{"before":"6c57c0aa3155fccd83e3aae50aec623dcd0cd597","after":"c7897767828f04e06ec06832e37c543de4617c62","ref":"refs/heads/master","pushedAt":"2024-05-28T11:33:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"circleci: Change Ubuntu image version\n\ncircleci has deprecated some Ubuntu images and advised use of default\nimage.\n\nRefer to : https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177/1\nLinux Image Deprecations and EOL for 2024\nThe recommended tags to use are as follows:\n\ndefault - latest stable version and version if do not specify anything\nedge - Development image of latest image\n\nSigned-off-by: Kishore S N ","shortMessageHtmlLink":"circleci: Change Ubuntu image version"}},{"before":"b53d3a0d1ff72cd37d6670b1ee03e52d00fd1962","after":"6c57c0aa3155fccd83e3aae50aec623dcd0cd597","ref":"refs/heads/master","pushedAt":"2024-05-28T05:15:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/arch/arn/src/amebasmart: Modify i2c pins for board revision 5th\n\n-Modify pins for i2c0 and i2c1 according to board revision 5th","shortMessageHtmlLink":"os/arch/arn/src/amebasmart: Modify i2c pins for board revision 5th"}},{"before":"339392001600ec740cc2be13ac6d1ca0e6b367de","after":"b53d3a0d1ff72cd37d6670b1ee03e52d00fd1962","ref":"refs/heads/master","pushedAt":"2024-05-28T05:01:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jeongarmy","name":null,"path":"/jeongarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16572419?s=80&v=4"},"commit":{"message":"framework/src/eventloop: Fix Svace issues\n\nFix Svace issue related to out of bounds array access.\nOVERFLOW_UNDER_CHECK\tBuffer 'g_thread_safe_cb_list'\nof size 128 accessed at eventloop_async.c:130 can overflow,\nsince its index 'list_idx' can have value 128 that is out of range,\nas indicated by preceding conditional expression at eventloop_async.c:125\n\nSigned-off-by: Kishore S N ","shortMessageHtmlLink":"framework/src/eventloop: Fix Svace issues"}},{"before":"0abeec7ec884dfde088b890e3a297236d9aac0dd","after":"339392001600ec740cc2be13ac6d1ca0e6b367de","ref":"refs/heads/master","pushedAt":"2024-05-27T10:39:27.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"build/tools/amebasmart: Add Samsung header\n- Add Samsung header","shortMessageHtmlLink":"build/tools/amebasmart: Add Samsung header"}},{"before":"f796679e7b0ca47140e82b6adc18646a401c3867","after":"0abeec7ec884dfde088b890e3a297236d9aac0dd","ref":"refs/heads/master","pushedAt":"2024-05-27T09:54:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"binfmt/libxipelf: fix WID:35655979 defect caused by unclosed fd\n\nfilfd was not closed in xipelf_loadbinary. Hence added close at\nall exit points in the function.\n\nSigned-off-by: Abhishek Akkabathula ","shortMessageHtmlLink":"binfmt/libxipelf: fix WID:35655979 defect caused by unclosed fd"}},{"before":"fe74945a4ac4f6d55640d1efd0f6f603e86cea5d","after":"f796679e7b0ca47140e82b6adc18646a401c3867","ref":"refs/heads/master","pushedAt":"2024-05-27T08:08:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"build/tools/amebasmart/gnu_utility/km0_km4_app.bin: fix km4 crash when running wificsi\n\n1. crash was caused by memset a nullpointer, add condition to prevent such case","shortMessageHtmlLink":"build/tools/amebasmart/gnu_utility/km0_km4_app.bin: fix km4 crash whe…"}},{"before":"9522f9b6f99fcf192de3cb2a6de3db240b46375f","after":"fe74945a4ac4f6d55640d1efd0f6f603e86cea5d","ref":"refs/heads/master","pushedAt":"2024-05-27T08:05:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/tools/check_package_header.py: Fix non-signing build error\n\nSIGNING_SIZE is the header size of signing user binary.\nBut if CONFIG_USER_SIGN_PREPEND_SIZE is not set, SIGNING_SIZE value is 'None'.\nSo it causes build error when directly convert SIGNING_SIZE type from string to int.\nThis commit adds the process when the SIGNING_SIZE is none.","shortMessageHtmlLink":"os/tools/check_package_header.py: Fix non-signing build error"}},{"before":"58bb7e02215063d65b845a16f8ac119eafddfb50","after":"9522f9b6f99fcf192de3cb2a6de3db240b46375f","ref":"refs/heads/master","pushedAt":"2024-05-24T11:55:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/board/rtl8730e: Remove unused API\n- If unused API is being forcely allocated to some specific region, it will be included in final build and causing memory wastage\n- Add macro to filter out unused API","shortMessageHtmlLink":"os/board/rtl8730e: Remove unused API"}},{"before":"65cb0351f9dad917ac1305f431dc100056538979","after":"58bb7e02215063d65b845a16f8ac119eafddfb50","ref":"refs/heads/master","pushedAt":"2024-05-24T11:48:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"build/configs/rtl8730e: Move BT debug info to virtual address\n\n-Kernel Flash usage reduced 59704\n-Available heap increased 59712","shortMessageHtmlLink":"build/configs/rtl8730e: Move BT debug info to virtual address"}},{"before":"d0ee470e13265494c7bef19af95abb24ac24240a","after":"65cb0351f9dad917ac1305f431dc100056538979","ref":"refs/heads/master","pushedAt":"2024-05-24T10:52:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os: Fix XIP_ELF runtime loading crash issue\n- In TRPK file, it might include several binaries together, which means the binary running on TizenLite might not be the starting address of the TRPK file.\n- In return, we will face crash issue, since there is a address mismatch between the correct address and the current address of the apps binary (ie. the address of the apps binary should be calculated from the binary which is running on TizenLite, not the trpk file itself)","shortMessageHtmlLink":"os: Fix XIP_ELF runtime loading crash issue"}},{"before":"45595e0925a0cc18fbb82cf10bde7f38ad064e76","after":"d0ee470e13265494c7bef19af95abb24ac24240a","ref":"refs/heads/master","pushedAt":"2024-05-23T16:53:54.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/kernel/log_dump: Add Checking if there is always a log dump chunk.\n\nThe current log_dump structure is designed so that there is always at least one log dump chunk.\nIf there are no chunks, abort can occur.\n\nTherefore, if there are no chunks, it is the case where a crash has occurred, and it is checked by adding ASSERT().\n\nSigned-off-by: eunwoo.nam ","shortMessageHtmlLink":"os/kernel/log_dump: Add Checking if there is always a log dump chunk."}},{"before":"028e27b8921022e7a901df1bde05eb7918cc7e98","after":"45595e0925a0cc18fbb82cf10bde7f38ad064e76","ref":"refs/heads/master","pushedAt":"2024-05-23T10:20:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/tools/check_package_header.py: Change SIGNING_SIZE\n\nSIGNING_SIZE is a header size of signing binary.\nSince it depends on the type of board, this commit changes SINGING_SIZE to read from config file.","shortMessageHtmlLink":"os/tools/check_package_header.py: Change SIGNING_SIZE"}},{"before":"944b1070b26e453283ecf83633f930e6cbc0dc8b","after":"028e27b8921022e7a901df1bde05eb7918cc7e98","ref":"refs/heads/master","pushedAt":"2024-05-21T07:47:52.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"build/configs/rtl8730e: Prepare script for rtk data binary\n- Load rtk data binary to external flash\n- RTK Data binary Address offset starts from 0x0","shortMessageHtmlLink":"build/configs/rtl8730e: Prepare script for rtk data binary"}},{"before":"57420e5cbbaf55ff01d703b50a037d563fd94246","after":"944b1070b26e453283ecf83633f930e6cbc0dc8b","ref":"refs/heads/master","pushedAt":"2024-05-20T10:38:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hs36-kim","name":null,"path":"/hs36-kim","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61130327?s=80&v=4"},"commit":{"message":"os/board/rtl8721csm: add ble one-shot advertising function (#6144)\n\n- add in one-shot-adv function to send an adv\r\n- warning fixes","shortMessageHtmlLink":"os/board/rtl8721csm: add ble one-shot advertising function (#6144)"}},{"before":"cf41d8ad8333a95dc375331578c7d5920d4acc9d","after":"57420e5cbbaf55ff01d703b50a037d563fd94246","ref":"refs/heads/master","pushedAt":"2024-05-16T10:57:43.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"configs/rtl8730e/loadable_ext: enable audio and media related configs\n\nSigned-off-by: Abhishek Akkabathula ","shortMessageHtmlLink":"configs/rtl8730e/loadable_ext: enable audio and media related configs"}},{"before":"5f3827568c2b6eab4856f6c407730a0dc9c7bbfc","after":"cf41d8ad8333a95dc375331578c7d5920d4acc9d","ref":"refs/heads/master","pushedAt":"2024-05-15T01:38:34.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/arch/arm/src/amebasmart,armv7-a: Update CPU gating mechanism for SMP\n- A deadlock was observed when the cpuA which undergo flash operation is trying to gate the other cpuB, but the cpuB is in critical zone (ie. interrupt disabled state), due to waiting for cpuA to pause itself\n- This commit fix the deadlock issue by letting cpuA to check and handle any pending pause request at first, so that cpuB can continue it's workflow and exit from critical zone, thus it can handle the gating request from cpuA","shortMessageHtmlLink":"os/arch/arm/src/amebasmart,armv7-a: Update CPU gating mechanism for SMP"}},{"before":"6d5d1f00cebb6f7150bc8761923191375a39650c","after":"5f3827568c2b6eab4856f6c407730a0dc9c7bbfc","ref":"refs/heads/master","pushedAt":"2024-05-15T01:37:46.000Z","pushType":"pr_merge","commitsCount":15,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"configs/rtl8730e: Add temp defconfig for loadable apps with SMP\n\nThis is a temp defconfig in which SMP is enabled with loadable apps.\nIt will be used for development and testing of PM with SMP. Once, it\nis finalised, then SMP will be enabled by default in flat and loadable\napps configs.\n\nThis commit has also temporarily commented out the call to PM api\narm_gic_raise_softirq() to fix a build error. This also needs to be\nreverted once PM implementation is completed and verified.\n\nSigned-off-by: Kishore S N ","shortMessageHtmlLink":"configs/rtl8730e: Add temp defconfig for loadable apps with SMP"}},{"before":"6a341e08a08b05a7f4637e8436e5efc55a997511","after":"6d5d1f00cebb6f7150bc8761923191375a39650c","ref":"refs/heads/master","pushedAt":"2024-05-14T03:03:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/board/rtl8730e: Adding the missing PWM pins channel\n\n- Add PB_10 and PB_11 Channel to the PWM Channel list","shortMessageHtmlLink":"os/board/rtl8730e: Adding the missing PWM pins channel"}},{"before":"5f99adee96c0ebb33f2a1e2baaaa81641e983190","after":"6a341e08a08b05a7f4637e8436e5efc55a997511","ref":"refs/heads/master","pushedAt":"2024-05-13T12:59:00.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"apps/shell/tash_command.c: Update pm suspend for SYNC cmd\n\n\t- this commit updates the pm suspend and pm resume\n\t code for SYNC cmd because of the new changes in\n\t the pm driver.","shortMessageHtmlLink":"apps/shell/tash_command.c: Update pm suspend for SYNC cmd"}},{"before":"0f3e460b1131c957858c5c5b7a429ff2e284cb55","after":"5f99adee96c0ebb33f2a1e2baaaa81641e983190","ref":"refs/heads/master","pushedAt":"2024-05-13T12:22:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"amebasmart: Add board revision 5th\n\nAdd the revised 5th board.\nThe pin of UART1 has been changed. The ALC1019 I2C port has been changed.\n\nSigned-off-by: eunwoo.nam ","shortMessageHtmlLink":"amebasmart: Add board revision 5th"}},{"before":"768188767db724b9a41e356d39ef326b1e134aec","after":"0f3e460b1131c957858c5c5b7a429ff2e284cb55","ref":"refs/heads/master","pushedAt":"2024-05-13T10:21:17.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/include/tinyara/security_level.h: Add description of SECURITY_LEVEL\n\nAdd description of security level.\nHigh: Cannot see any assert logs\nLow: Can see all asert logs","shortMessageHtmlLink":"os/include/tinyara/security_level.h: Add description of SECURITY_LEVEL"}},{"before":"849427eb66d1800ad584c0e57556edec8d1ad6aa","after":"768188767db724b9a41e356d39ef326b1e134aec","ref":"refs/heads/master","pushedAt":"2024-05-11T09:36:24.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/Kconfig: Move USER_SIGN_PREPEND_SIZE from os to board\n\nUSER_SIGN_PREPEND_SIZE is the board specific value, so move it from os to board.","shortMessageHtmlLink":"os/Kconfig: Move USER_SIGN_PREPEND_SIZE from os to board"}},{"before":"5e430b6223ffcad688fef22d52fba65172d788f5","after":"849427eb66d1800ad584c0e57556edec8d1ad6aa","ref":"refs/heads/master","pushedAt":"2024-05-07T13:08:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"os/kernel/init/os_bringup.c: Change security_level log\n\nIf security_level is not set yet, it shows error log.\nBecause of the log \"error\", it can be mistaken for abnormal operation.\nTherefore, this commit change the security level log to prevent confusion.","shortMessageHtmlLink":"os/kernel/init/os_bringup.c: Change security_level log"}},{"before":"5575b4fb971cefefff031371d09e02cdd1441c58","after":"5e430b6223ffcad688fef22d52fba65172d788f5","ref":"refs/heads/master","pushedAt":"2024-05-07T12:29:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"build/tools/amebasmart: Revert bootloader toolchain compiler flag\n- Revert bootloader toolchain compiler flag from -Os to -O2\n- Reason: -Os is causing hotfix verfication failure","shortMessageHtmlLink":"build/tools/amebasmart: Revert bootloader toolchain compiler flag"}},{"before":"fd6b9f2a77fa707c0e5d2873ce780953c79e7f61","after":"5575b4fb971cefefff031371d09e02cdd1441c58","ref":"refs/heads/master","pushedAt":"2024-05-07T10:34:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"build/tools/amebasmart: Fix PG wakeup hang issue\n- During wakeup from PG sleep, PSRAM need to be reinitialized to prevent from hang","shortMessageHtmlLink":"build/tools/amebasmart: Fix PG wakeup hang issue"}},{"before":"46fb6e5bd9fc0f2138be0982a8100ae82b9ab061","after":"fd6b9f2a77fa707c0e5d2873ce780953c79e7f61","ref":"refs/heads/master","pushedAt":"2024-05-06T10:52:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"configs/rtl8730e: fix ram start address in loadable_apps_xip config\n\nMemory layout has been modified and the ram address change was missed\nin loadable_apps_xip config. So, update the config accordingly.\n\nSigned-off-by: Abhishek Akkabathula ","shortMessageHtmlLink":"configs/rtl8730e: fix ram start address in loadable_apps_xip config"}},{"before":"ec1ed863c6b5fabaf55cfa22abd12fbe4cab3ccc","after":"46fb6e5bd9fc0f2138be0982a8100ae82b9ab061","ref":"refs/heads/master","pushedAt":"2024-05-04T06:22:05.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"mem_leak_check: Remove unnecessary check operation\n\nIn search_hash function, value(hash table searching input) is alloc node address.\nAnd value which saved in hash table is also alloc node address.\n\nTherefore, we don't need check \"(unsigned long)cur->node != (value + (unsigned long)SIZEOF_MM_ALLOCNODE)\"\nIt may a concern for incorrect searches, and It is unnecessary operations. So, Remove it.\n\nVerifed below cases:\n1. In case of alloc and the global variable is still held -> no leak\n2. In case of alloc and the global variable is not held -> leak\n3. In case of alloc on the allocated pointer type memory, and free pointer type memory. -> leak\n4. In case of alloc on the allocated pointer type memory, and stil have pointer type memory. -> no leak\n5. When a variable is assigned to an in-use stack memory area -> no leak\n\nSigned-off-by: eunwoo.nam ","shortMessageHtmlLink":"mem_leak_check: Remove unnecessary check operation"}},{"before":"163f16d661835d7ce0569d6abd170bf3181fe8b9","after":"ec1ed863c6b5fabaf55cfa22abd12fbe4cab3ccc","ref":"refs/heads/master","pushedAt":"2024-05-04T02:48:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunghan-chang","name":null,"path":"/sunghan-chang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25810970?s=80&v=4"},"commit":{"message":"apps/shell/tash_command: Add pm suspend while executing SYNC cmd\n\nWe check the information or status of the program by using the TASH SYNC command.\nTASH is only used for debugging and testing, so it does not affect power consumption in actual operation.\nTherefore, for proper debugging and testing, we apply pm suspend to the TASH SYNC command to ensure operation.\n\nSigned-off-by: eunwoo.nam ","shortMessageHtmlLink":"apps/shell/tash_command: Add pm suspend while executing SYNC cmd"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVx2naQA","startCursor":null,"endCursor":null}},"title":"Activity · Samsung/TizenRT"}